# 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: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-07-20 09:29+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != " "11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % " "100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || " "(n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" #: accounts/forms.py:24 msgid "Instance owned by another user" msgstr "" #: accounts/models.py:24 #, python-format msgid "Instance \"%(inst)s\" of user %(user)s" msgstr "" #: accounts/models.py:32 msgid "key name" msgstr "" #: accounts/models.py:33 msgid "public key" msgstr "" #: accounts/models.py:42 msgid "max instances" msgstr "" #: accounts/models.py:44 accounts/models.py:51 accounts/models.py:57 #: accounts/models.py:63 msgid "-1 for unlimited. Any integer value" msgstr "" #: accounts/models.py:49 msgid "max CPUs" msgstr "" #: accounts/models.py:55 msgid "max memory" msgstr "" #: accounts/models.py:61 msgid "max disk size" msgstr "" #: accounts/models.py:77 msgid "Can change password" msgstr "" #: accounts/templates/account.html:4 accounts/templates/account.html:12 msgid "User Profile" msgstr "" #: accounts/templates/account.html:21 #: computes/templates/computes/instances.html:5 #: computes/templates/computes/instances.html:32 #: computes/templates/overview.html:16 instances/templates/allinstances.html:5 #: instances/templates/allinstances.html:9 #: instances/templates/bottom_bar.html:17 #: interfaces/templates/interface.html:14 #: interfaces/templates/interfaces.html:17 networks/templates/network.html:16 #: networks/templates/networks.html:20 nwfilters/templates/nwfilter.html:15 #: nwfilters/templates/nwfilters.html:24 secrets/templates/secrets.html:20 #: storages/templates/storage.html:20 storages/templates/storages.html:20 #: templates/navbar.html:14 msgid "Instances" msgstr "" #: accounts/templates/account.html:24 msgid "Public Keys" msgstr "" #: accounts/templates/account.html:34 admin/templates/admin/logs.html:34 #: instances/templates/instance.html:4 msgid "Instance" msgstr "" #: accounts/templates/account.html:35 msgid "VNC" msgstr "" #: accounts/templates/account.html:36 instances/templates/instance.html:87 #: instances/templates/instances/resize_tab.html:56 #: instances/templates/instances/resize_tab.html:58 #: instances/templates/instances/resize_tab.html:85 #: instances/templates/instances/resize_tab.html:121 #: instances/templates/instances/resize_tab.html:125 #: instances/templates/instances/resize_tab.html:151 #: instances/templates/instances/resize_tab.html:153 #: instances/templates/instances/resize_tab.html:158 msgid "Resize" msgstr "" #: accounts/templates/account.html:37 accounts/templates/account.html:55 #: accounts/templates/accounts-list.html:133 #: accounts/templates/accounts.html:126 accounts/templates/profile.html:60 #: admin/templates/admin/common/list.html:22 #: admin/templates/admin/group_list.html:47 #: admin/templates/admin/user_list.html:67 #: computes/templates/computes/list.html:55 #: instances/templates/instances/settings_tab.html:310 #: instances/templates/instances/settings_tab.html:314 #: interfaces/templates/interface.html:61 networks/templates/network.html:53 #: nwfilters/templates/nwfilter.html:114 nwfilters/templates/nwfilter.html:154 #: nwfilters/templates/nwfilters.html:123 secrets/templates/secrets.html:77 #: storages/templates/storage.html:62 storages/templates/storage.html:175 #: templates/common/confirm_delete.html:6 #: templates/common/confirm_delete.html:16 #: venv/lib/python3.6/site-packages/django/forms/formsets.py:375 #: venv2/lib/python2.7/site-packages/django/forms/formsets.py:394 msgid "Delete" msgstr "" #: accounts/templates/account.html:38 #: instances/templates/create_instance_w2.html:86 #: instances/templates/instances/settings_tab.html:239 #: instances/templates/instances/snapshots_tab.html:49 #: nwfilters/templates/nwfilter.html:104 nwfilters/templates/nwfilter.html:138 #: nwfilters/templates/nwfilters.html:60 secrets/templates/secrets.html:62 #: storages/templates/storage.html:101 msgid "Action" msgstr "" #: accounts/templates/account.html:50 msgid "edit" msgstr "" #: accounts/templates/account.html:68 accounts/templates/profile.html:74 msgid "Key name" msgstr "" #: accounts/templates/account.html:69 accounts/templates/profile.html:80 msgid "Public key" msgstr "" #: accounts/templates/accounts-list.html:4 #: accounts/templates/accounts-list.html:13 accounts/templates/accounts.html:3 #: accounts/templates/accounts.html:9 admin/templates/admin/group_list.html:5 #: admin/templates/admin/user_list.html:6 #: admin/templates/admin/user_list.html:16 admin/views.py:84 #: instances/templates/instances/settings_tab.html:63 templates/navbar.html:29 msgid "Users" msgstr "" #: accounts/templates/accounts-list.html:11 #: admin/templates/admin/group_list.html:13 #: admin/templates/admin/user_list.html:14 #: computes/templates/computes/instances.html:18 #: instances/templates/allinstances.html:16 #: nwfilters/templates/nwfilters.html:11 storages/templates/storage.html:88 #: templates/search_block.html:3 msgid "Search" msgstr "" #: accounts/templates/accounts-list.html:25 accounts/templates/accounts.html:21 #: admin/templates/admin/group_list.html:24 admin/templates/admin/logs.html:22 #: admin/templates/admin/user_list.html:25 #: computes/templates/computes/instances.html:57 #: computes/templates/computes/list.html:21 #: instances/templates/create_instance_w2.html:71 #: interfaces/templates/interfaces.html:47 networks/templates/networks.html:50 #: nwfilters/templates/nwfilters.html:138 secrets/templates/secrets.html:50 #: storages/templates/storage.html:188 storages/templates/storages.html:50 msgid "Warning" msgstr "" #: accounts/templates/accounts-list.html:25 accounts/templates/accounts.html:21 #: admin/templates/admin/user_list.html:25 msgid "You don't have any user" msgstr "" #: accounts/templates/accounts-list.html:33 accounts/templates/profile.html:31 #: admin/templates/admin/user_list.html:33 msgid "Username" msgstr "" #: accounts/templates/accounts-list.html:34 accounts/templates/accounts.html:44 #: admin/templates/admin/user_list.html:34 #: computes/templates/computes/instances.html:68 #: computes/templates/computes/list.html:30 #: instances/templates/allinstances_index_grouped.html:9 #: instances/templates/allinstances_index_nongrouped.html:9 msgid "Status" msgstr "" #: accounts/templates/accounts-list.html:35 #: admin/templates/admin/user_list.html:35 msgid "Staff" msgstr "" #: accounts/templates/accounts-list.html:36 #: admin/templates/admin/user_list.html:36 msgid "Superuser" msgstr "" #: accounts/templates/accounts-list.html:37 #: instances/templates/instance_actions.html:6 #: instances/templates/instances/settings_tab.html:37 #: instances/templates/instances/settings_tab.html:783 #: instances/templates/instances/settings_tab.html:785 #: nwfilters/templates/nwfilters.html:112 #: nwfilters/templates/nwfilters.html:118 storages/templates/storage.html:156 #: storages/templates/storage.html:163 msgid "Clone" msgstr "" #: accounts/templates/accounts-list.html:45 #: accounts/templates/accounts-list.html:148 #: accounts/templates/accounts.html:36 accounts/templates/accounts.html:141 #: admin/templates/admin/common/list.html:16 #: admin/templates/admin/group_list.html:44 #: admin/templates/admin/user_list.html:61 #: computes/templates/computes/list.html:54 networks/templates/network.html:85 #: nwfilters/templates/nwfilter.html:62 secrets/templates/secrets.html:74 msgid "Edit" msgstr "" #: accounts/templates/accounts-list.html:51 accounts/templates/accounts.html:48 #: admin/templates/admin/user_list.html:50 #: computes/templates/computes/instances.html:94 #: instances/templates/allinstances_index_grouped.html:57 #: instances/templates/allinstances_index_nongrouped.html:40 #: instances/templates/instance.html:17 msgid "Active" msgstr "" #: accounts/templates/accounts-list.html:53 accounts/templates/accounts.html:50 #: admin/templates/admin/user_list.html:52 msgid "Blocked" msgstr "" #: accounts/templates/accounts-list.html:71 accounts/templates/accounts.html:63 msgid "Edit user info" msgstr "" #: accounts/templates/accounts-list.html:76 accounts/templates/accounts.html:69 #: accounts/templates/create_user_block.html:18 #: computes/templates/computes/instances.html:66 #: computes/templates/computes/list.html:29 #: instances/templates/add_instance_volume.html:40 #: instances/templates/add_instance_volume.html:42 #: instances/templates/allinstances_index_grouped.html:7 #: instances/templates/allinstances_index_nongrouped.html:5 #: instances/templates/create_instance_w2.html:82 #: instances/templates/create_instance_w2.html:108 #: instances/templates/create_instance_w2.html:111 #: instances/templates/create_instance_w2.html:310 #: instances/templates/create_instance_w2.html:312 #: instances/templates/create_instance_w2.html:523 #: instances/templates/create_instance_w2.html:525 #: instances/templates/instances/settings_tab.html:340 #: instances/templates/instances/snapshots_tab.html:47 #: interfaces/templates/create_iface_block.html:18 #: interfaces/templates/interface.html:76 #: networks/templates/create_net_block.html:18 #: networks/templates/modify_ipv4_fixed_address.html:30 #: networks/templates/modify_ipv6_fixed_address.html:30 #: networks/templates/network.html:177 networks/templates/network.html:286 #: nwfilters/templates/nwfilter.html:44 nwfilters/templates/nwfilters.html:59 #: nwfilters/templates/nwfilters.html:103 #: nwfilters/templates/nwfilters.html:105 #: storages/templates/create_stg_block.html:42 #: storages/templates/create_stg_block.html:71 #: storages/templates/create_stg_block.html:100 #: storages/templates/create_stg_block.html:165 #: storages/templates/create_stg_block.html:214 #: storages/templates/create_stg_vol_block.html:21 #: storages/templates/storage.html:97 storages/templates/storage.html:125 #: storages/templates/storage.html:127 msgid "Name" msgstr "" #: accounts/templates/accounts-list.html:83 accounts/templates/accounts.html:76 #: accounts/templates/create_user_block.html:24 #: accounts/templates/login.html:19 #: console/templates/console-spice-full.html:201 #: console/templates/console-spice-lite.html:58 #: console/templates/console-spice-lite.html:99 msgid "Password" msgstr "" #: accounts/templates/accounts-list.html:89 accounts/templates/accounts.html:82 msgid "Is staff" msgstr "" #: accounts/templates/accounts-list.html:95 accounts/templates/accounts.html:88 msgid "Is superuser" msgstr "" #: accounts/templates/accounts-list.html:101 #: accounts/templates/accounts.html:94 msgid "Can clone instances" msgstr "" #: accounts/templates/accounts-list.html:107 #: accounts/templates/accounts.html:100 msgid "Max instances" msgstr "" #: accounts/templates/accounts-list.html:113 #: accounts/templates/accounts.html:106 msgid "Max cpus" msgstr "" #: accounts/templates/accounts-list.html:119 #: accounts/templates/accounts.html:112 msgid "Max memory (MB)" msgstr "" #: accounts/templates/accounts-list.html:125 #: accounts/templates/accounts.html:118 msgid "Max disk size (GB)" msgstr "" #: accounts/templates/accounts-list.html:137 #: accounts/templates/accounts.html:130 admin/templates/admin/user_list.html:63 msgid "Block" msgstr "" #: accounts/templates/accounts-list.html:141 #: accounts/templates/accounts.html:134 admin/templates/admin/user_list.html:65 msgid "Unblock" msgstr "" #: accounts/templates/accounts-list.html:145 #: accounts/templates/accounts.html:138 #: accounts/templates/create_user_block.html:31 #: instances/templates/add_instance_network_block.html:49 #: instances/templates/add_instance_owner_block.html:30 #: instances/templates/add_instance_volume.html:89 #: instances/templates/add_instance_volume.html:144 #: instances/templates/create_flav_block.html:25 #: instances/templates/create_inst_block.html:34 #: instances/templates/create_instance_w2.html:274 #: instances/templates/edit_instance_volume.html:123 #: instances/templates/instances/settings_tab.html:427 #: interfaces/templates/create_iface_block.html:135 #: networks/templates/add_network_qos.html:50 #: networks/templates/create_net_block.html:84 #: networks/templates/modify_ipv4_fixed_address.html:44 #: networks/templates/modify_ipv6_fixed_address.html:44 #: nwfilters/templates/add_nwf_rule.html:25 #: nwfilters/templates/create_nwfilter_block.html:23 #: nwfilters/templates/nwfilters.html:83 nwfilters/templates/nwfilters.html:111 #: secrets/templates/create_secret_block.html:54 #: secrets/templates/secrets.html:102 #: storages/templates/create_stg_block.html:55 #: storages/templates/create_stg_block.html:84 #: storages/templates/create_stg_block.html:140 #: storages/templates/create_stg_block.html:202 #: storages/templates/create_stg_block.html:230 #: storages/templates/create_stg_vol_block.html:28 #: storages/templates/create_stg_vol_block.html:56 #: storages/templates/storage.html:155 msgid "Close" msgstr "" #: accounts/templates/accounts/change_password_form.html:7 #: accounts/templates/accounts/change_password_form.html:12 #: accounts/templates/profile.html:21 msgid "Change Password" msgstr "" #: accounts/templates/accounts/change_password_form.html:22 #: admin/templates/admin/user_form.html:22 #: computes/templates/computes/form.html:21 #: templates/common/confirm_delete.html:14 templates/common/form.html:20 msgid "Cancel" msgstr "" #: accounts/templates/accounts/change_password_form.html:24 #: accounts/templates/profile.html:44 #: instances/templates/instances/settings_tab.html:633 #: instances/templates/instances/settings_tab.html:637 #: instances/templates/instances/settings_tab.html:819 #: instances/templates/instances/settings_tab.html:821 #: venv/lib/python3.6/site-packages/django/forms/widgets.py:397 #: venv2/lib/python2.7/site-packages/django/forms/widgets.py:379 msgid "Change" msgstr "" #: accounts/templates/create_user_block.html:13 msgid "Add New User" msgstr "" #: accounts/templates/create_user_block.html:20 msgid "john" msgstr "" #: accounts/templates/create_user_block.html:32 #: instances/templates/create_instance_w1.html:95 #: instances/templates/create_instance_w2.html:276 #: instances/templates/create_instance_w2.html:278 #: instances/templates/create_instance_w2.html:505 #: instances/templates/create_instance_w2.html:509 #: instances/templates/create_instance_w2.html:718 #: instances/templates/create_instance_w2.html:722 #: interfaces/templates/create_iface_block.html:138 #: networks/templates/create_net_block.html:85 #: networks/templates/modify_ipv4_fixed_address.html:45 #: networks/templates/modify_ipv6_fixed_address.html:45 #: nwfilters/templates/create_nwfilter_block.html:24 #: secrets/templates/create_secret_block.html:55 #: storages/templates/create_stg_block.html:56 #: storages/templates/create_stg_block.html:85 #: storages/templates/create_stg_block.html:144 #: storages/templates/create_stg_block.html:148 #: storages/templates/create_stg_block.html:205 #: storages/templates/create_stg_block.html:233 #: storages/templates/create_stg_vol_block.html:57 msgid "Create" msgstr "" #: accounts/templates/login.html:3 accounts/templates/logout.html:4 msgid "WebVirtCloud" msgstr "" #: accounts/templates/login.html:3 accounts/templates/login.html:17 #: accounts/templates/login.html:21 msgid "Sign In" msgstr "" #: accounts/templates/login.html:13 msgid "Incorrect username or password." msgstr "" #: accounts/templates/login.html:18 accounts/templates/profile.html:25 msgid "Login" msgstr "" #: accounts/templates/logout.html:4 msgid "Sign Out" msgstr "" #: accounts/templates/logout.html:13 msgid "Successful log out" msgstr "" #: accounts/templates/profile.html:5 accounts/templates/profile.html:10 #: templates/navbar.html:45 msgid "Profile" msgstr "" #: accounts/templates/profile.html:19 msgid "Edit Profile" msgstr "" #: accounts/templates/profile.html:37 msgid "Email" msgstr "" #: accounts/templates/profile.html:48 #: instances/templates/instances/access_tab.html:23 msgid "SSH Keys" msgstr "" #: accounts/templates/profile.html:60 #: instances/templates/create_instance_w2.html:292 #: instances/templates/instances/settings_tab.html:438 #: instances/templates/instances/settings_tab.html:510 #: instances/templates/instances/settings_tab.html:520 #: instances/templates/instances/snapshots_tab.html:75 #: interfaces/templates/interface.html:61 #: interfaces/templates/interface.html:63 networks/templates/network.html:53 #: networks/templates/network.html:55 networks/templates/network.html:65 #: networks/templates/network.html:139 networks/templates/network.html:192 #: networks/templates/network.html:197 networks/templates/network.html:252 #: networks/templates/network.html:301 networks/templates/network.html:306 #: networks/templates/network.html:356 networks/templates/network.html:361 #: nwfilters/templates/nwfilter.html:114 nwfilters/templates/nwfilter.html:154 #: nwfilters/templates/nwfilters.html:123 secrets/templates/secrets.html:77 #: storages/templates/storage.html:63 storages/templates/storage.html:66 #: storages/templates/storage.html:78 storages/templates/storage.html:175 msgid "Are you sure?" msgstr "" #: accounts/templates/profile.html:76 msgid "Enter Name" msgstr "" #: accounts/templates/profile.html:82 msgid "Enter Public Key" msgstr "" #: accounts/templates/profile.html:87 #: instances/templates/add_instance_network_block.html:50 #: instances/templates/add_instance_owner_block.html:31 #: instances/templates/create_flav_block.html:28 #: nwfilters/templates/add_nwf_rule.html:26 msgid "Add" msgstr "" #: accounts/views.py:39 msgid "Key name already exist" msgstr "" #: accounts/views.py:42 msgid "Public key already exist" msgstr "" #: accounts/views.py:45 msgid "Invalid characters in public key" msgstr "" #: accounts/views.py:77 msgid "Password Changed" msgstr "" #: accounts/views.py:80 msgid "Wrong Data Provided" msgstr "" #: accounts/views.py:100 msgid "Create User Instance" msgstr "" #: accounts/views.py:118 msgid "Update User Instance" msgstr "" #: admin/forms.py:46 msgid "Permissions" msgstr "" #: admin/forms.py:53 admin/templates/admin/group_list.html:15 #: templates/navbar.html:30 msgid "Groups" msgstr "" #: admin/templates/admin/common/list.html:9 msgid "Create New" msgstr "" #: admin/templates/admin/group_list.html:24 msgid "You don't have any groups" msgstr "" #: admin/templates/admin/group_list.html:32 msgid "Group Name" msgstr "" #: admin/templates/admin/group_list.html:33 #: admin/templates/admin/user_list.html:38 #: computes/templates/computes/instances.html:71 #: computes/templates/computes/list.html:32 #: instances/templates/allinstances_index_grouped.html:12 #: instances/templates/allinstances_index_nongrouped.html:12 #: instances/templates/instances/settings_tab.html:343 #: instances/templates/instances/settings_tab.html:486 #: networks/templates/network.html:178 networks/templates/network.html:287 #: networks/templates/network.html:335 msgid "Actions" msgstr "" #: admin/templates/admin/logs.html:4 admin/templates/admin/logs.html:9 #: instances/templates/instances/stats_tab.html:13 templates/navbar.html:31 msgid "Logs" msgstr "" #: admin/templates/admin/logs.html:22 msgid "You don't have any Logs" msgstr "" #: admin/templates/admin/logs.html:32 #: instances/templates/instances/snapshots_tab.html:48 #: instances/templates/instances/stats_tab.html:83 msgid "Date" msgstr "" #: admin/templates/admin/logs.html:33 admin/templates/admin/user_form.html:6 #: computes/templates/computes/instances.html:67 #: instances/templates/add_instance_owner_block.html:18 #: instances/templates/allinstances_index_grouped.html:8 #: instances/templates/allinstances_index_nongrouped.html:7 #: instances/templates/instances/stats_tab.html:84 msgid "User" msgstr "" #: admin/templates/admin/logs.html:35 #: instances/templates/instances/stats_tab.html:85 msgid "Message" msgstr "" #: admin/templates/admin/user_form.html:24 #: computes/templates/computes/form.html:23 #: instances/templates/edit_instance_volume.html:124 #: networks/templates/add_network_qos.html:51 templates/common/form.html:22 msgid "Save" msgstr "" #: admin/templates/admin/user_list.html:37 msgid "Can Clone" msgstr "" #: admin/templates/admin/user_list.html:60 msgid "View Profile" msgstr "" #: admin/views.py:39 msgid "Create Group" msgstr "" #: admin/views.py:57 msgid "Update Group" msgstr "" #: admin/views.py:110 msgid "Create User" msgstr "" #: admin/views.py:132 msgid "Update User" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:10 msgid "Theme" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:10 msgid "Bootstrap CSS & Bootswatch Theme" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:11 msgid "Theme SASS Path" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:11 msgid "Bootstrap SASS & Bootswatch SASS Directory" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:12 msgid "All Instances View Style" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:12 msgid "All instances list style" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:13 msgid "Logs per Page" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:13 msgid "Pagination for logs" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:14 msgid "Multiple Owner for VM" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:14 msgid "Allow to have multiple owner for instance" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:15 msgid "Quota Debug" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:15 msgid "Debug for user quotas" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:16 msgid "Disk Format" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:16 msgid "Instance disk format" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:17 msgid "Disk Bus" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:17 msgid "Instance disk bus type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:18 msgid "Disk SCSI Controller" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:18 msgid "SCSI controller type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:19 msgid "Disk Cache" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:19 msgid "Disk volume cache type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:20 msgid "Disk IO Type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:20 msgid "Volume io modes" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:21 msgid "Disk Detect Zeroes" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:21 msgid "Volume detect zeroes mode" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:22 msgid "Disk Discard" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:22 msgid "Volume discard mode" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:23 msgid "Disk Owner UID" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:23 msgid "Owner UID: up to os, 0=root, 107=qemu or libvirt-bin(for ubuntu)" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:24 msgid "Disk Owner GID" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:24 msgid "Owner GID: up to os, 0=root, 107=qemu or libvirt-bin(for ubuntu)" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:25 msgid "VM CPU Mode" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:25 msgid "Cpu modes" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:26 msgid "VM Machine Type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:26 msgid "Chipset/Machine type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:27 msgid "VM Firmware Type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:27 msgid "Firmware type for x86_64" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:28 msgid "VM Architecture Type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:28 msgid "Architecture type: x86_64, i686, etc" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:29 msgid "VM Console Type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:29 msgid "Default console type" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:30 msgid "VM Clone Name Prefix" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:30 msgid "Prefix for cloned instance name" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:31 msgid "VM Clone Auto Name" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:31 msgid "Generated name for cloned instance" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:32 msgid "VM Clone Auto Migrate" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:32 msgid "Auto migrate instance after clone" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:33 msgid "VM Bottom Bar" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:33 msgid "Bottom navbar for instance details" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:34 msgid "Show Access Root Pass" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:34 msgid "Show access root password" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:35 msgid "Show Access SSH Keys" msgstr "" #: appsettings/migrations/0002_auto_20200527_1603.py:35 msgid "Show access ssh keys" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:11 msgid "Console Scale" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:11 msgid "Allow console to scaling view" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:12 msgid "Console View-Only" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:12 msgid "Allow only view not modify" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:13 msgid "Console Resize Session" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:13 msgid "Allow to resize session for console" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:14 msgid "Console Clip Viewport" msgstr "" #: appsettings/migrations/0004_auto_20200716_0637.py:14 msgid "Clip console viewport" msgstr "" #: appsettings/models.py:9 computes/models.py:11 instances/models.py:27 msgid "name" msgstr "" #: appsettings/models.py:10 msgid "key" msgstr "" #: appsettings/models.py:11 msgid "value" msgstr "" #: appsettings/models.py:12 msgid "choices" msgstr "" #: appsettings/models.py:13 msgid "description" msgstr "" #: appsettings/templates/appsettings.html:3 #: appsettings/templates/appsettings.html:8 msgid "Edit Settings" msgstr "" #: appsettings/templates/appsettings.html:17 msgid "App Settings" msgstr "" #: appsettings/templates/appsettings.html:21 templates/navbar.html:43 msgid "Language" msgstr "" #: appsettings/templates/appsettings.html:54 msgid "After change please full refresh page with 'Ctrl + F5' " msgstr "" #: appsettings/templates/appsettings.html:59 msgid "Other Settings" msgstr "" #: appsettings/views.py:42 #, python-brace-format msgid "SASS directory path is changed. Now: {sass_dir.value}" msgstr "" #: appsettings/views.py:68 #, python-brace-format msgid "Theme changed. Now: {theme}" msgstr "" #: appsettings/views.py:83 #, python-brace-format msgid "{setting.name} is changed. Now: {setting.value}" msgstr "" #: computes/forms.py:19 msgid "FQDN/IP" msgstr "" #: computes/models.py:12 msgid "hostname" msgstr "" #: computes/models.py:13 msgid "login" msgstr "" #: computes/models.py:14 msgid "password" msgstr "" #: computes/models.py:15 msgid "details" msgstr "" #: computes/templates/computes/form.html:6 msgid "Add Compute" msgstr "" #: computes/templates/computes/form.html:11 msgid "Create Compute" msgstr "" #: computes/templates/computes/instances.html:29 #: computes/templates/computes/list.html:50 #: computes/templates/computes/list.html:52 computes/templates/overview.html:4 #: computes/templates/overview.html:13 interfaces/templates/interface.html:11 #: interfaces/templates/interfaces.html:14 networks/templates/network.html:13 #: networks/templates/networks.html:17 nwfilters/templates/nwfilter.html:12 #: nwfilters/templates/nwfilters.html:21 secrets/templates/secrets.html:17 #: storages/templates/storage.html:17 storages/templates/storages.html:17 msgid "Overview" msgstr "" #: computes/templates/computes/instances.html:35 #: computes/templates/overview.html:19 interfaces/templates/interface.html:17 #: interfaces/templates/interfaces.html:20 networks/templates/network.html:19 #: networks/templates/networks.html:23 nwfilters/templates/nwfilter.html:18 #: nwfilters/templates/nwfilters.html:27 secrets/templates/secrets.html:23 #: storages/templates/storage.html:23 storages/templates/storages.html:3 #: storages/templates/storages.html:9 storages/templates/storages.html:23 msgid "Storages" msgstr "" #: computes/templates/computes/instances.html:38 #: computes/templates/overview.html:22 interfaces/templates/interface.html:20 #: interfaces/templates/interfaces.html:23 networks/templates/network.html:22 #: networks/templates/networks.html:3 networks/templates/networks.html:9 #: networks/templates/networks.html:26 nwfilters/templates/nwfilter.html:21 #: nwfilters/templates/nwfilters.html:30 secrets/templates/secrets.html:26 #: storages/templates/storage.html:26 storages/templates/storages.html:26 msgid "Networks" msgstr "" #: computes/templates/computes/instances.html:41 #: computes/templates/overview.html:25 interfaces/templates/interface.html:23 #: interfaces/templates/interfaces.html:4 #: interfaces/templates/interfaces.html:26 networks/templates/network.html:25 #: networks/templates/networks.html:29 nwfilters/templates/nwfilter.html:24 #: nwfilters/templates/nwfilters.html:33 secrets/templates/secrets.html:29 #: storages/templates/storage.html:29 storages/templates/storages.html:29 msgid "Interfaces" msgstr "" #: computes/templates/computes/instances.html:44 #: computes/templates/overview.html:28 interfaces/templates/interface.html:26 #: interfaces/templates/interfaces.html:29 networks/templates/network.html:28 #: networks/templates/networks.html:32 nwfilters/templates/nwfilter.html:4 #: nwfilters/templates/nwfilter.html:27 nwfilters/templates/nwfilters.html:4 #: nwfilters/templates/nwfilters.html:13 nwfilters/templates/nwfilters.html:36 #: secrets/templates/secrets.html:32 storages/templates/storage.html:32 #: storages/templates/storages.html:32 msgid "NWFilters" msgstr "" #: computes/templates/computes/instances.html:47 #: computes/templates/overview.html:31 interfaces/templates/interface.html:29 #: interfaces/templates/interfaces.html:32 networks/templates/network.html:31 #: networks/templates/networks.html:35 nwfilters/templates/nwfilter.html:30 #: nwfilters/templates/nwfilters.html:39 secrets/templates/secrets.html:4 #: secrets/templates/secrets.html:13 secrets/templates/secrets.html:35 #: storages/templates/create_stg_block.html:124 #: storages/templates/storage.html:35 storages/templates/storages.html:35 msgid "Secrets" msgstr "" #: computes/templates/computes/instances.html:58 msgid "Hypervisor doesn't have any Instances" msgstr "" #: computes/templates/computes/instances.html:66 #: instances/templates/allinstances_index_grouped.html:7 #: instances/templates/allinstances_index_nongrouped.html:5 #: instances/templates/instances/settings_tab.html:777 #: instances/templates/instances/settings_tab.html:800 msgid "Description" msgstr "" #: computes/templates/computes/instances.html:69 #: instances/templates/allinstances_index_grouped.html:10 #: instances/templates/allinstances_index_nongrouped.html:10 #: instances/templates/create_instance_w2.html:83 #: instances/templates/create_instance_w2.html:328 #: instances/templates/create_instance_w2.html:541 #: instances/templates/instance.html:40 instances/templates/instance.html:42 msgid "VCPU" msgstr "" #: computes/templates/computes/instances.html:70 #: computes/templates/overview.html:82 #: instances/templates/allinstances_index_grouped.html:11 #: instances/templates/allinstances_index_nongrouped.html:11 #: instances/templates/instances/resize_tab.html:13 msgid "Memory" msgstr "" #: computes/templates/computes/instances.html:96 #: instances/templates/allinstances_index_grouped.html:58 #: instances/templates/allinstances_index_nongrouped.html:42 #: instances/templates/instance.html:14 msgid "Off" msgstr "" #: computes/templates/computes/instances.html:98 #: instances/templates/allinstances_index_grouped.html:60 #: instances/templates/allinstances_index_nongrouped.html:44 msgid "Suspended" msgstr "" #: computes/templates/computes/list.html:6 #: computes/templates/computes/list.html:12 templates/navbar.html:18 msgid "Computes" msgstr "" #: computes/templates/computes/list.html:21 msgid "You don't have any computes" msgstr "" #: computes/templates/computes/list.html:31 computes/templates/overview.html:92 #: instances/templates/instances/settings_tab.html:163 #: instances/templates/instances/settings_tab.html:248 msgid "Details" msgstr "" #: computes/templates/computes/list.html:42 #: instances/templates/allinstances_index_grouped.html:28 #: instances/templates/instances/settings_tab.html:876 msgid "Connected" msgstr "" #: computes/templates/computes/list.html:42 msgid "Not Connected" msgstr "" #: computes/templates/create_comp_block.html:5 msgid "TCP" msgstr "" #: computes/templates/create_comp_block.html:6 msgid "SSH" msgstr "" #: computes/templates/create_comp_block.html:7 msgid "TLS" msgstr "" #: computes/templates/create_comp_block.html:8 msgid "Local" msgstr "" #: computes/templates/create_comp_block.html:9 msgid "Add new host" msgstr "" #: computes/templates/overview.html:42 msgid "Basic details" msgstr "" #: computes/templates/overview.html:44 #: storages/templates/create_stg_block.html:171 msgid "Hostname" msgstr "" #: computes/templates/overview.html:46 msgid "Hypervisors" msgstr "" #: computes/templates/overview.html:63 msgid "more" msgstr "" #: computes/templates/overview.html:73 msgid "Emulator" msgstr "" #: computes/templates/overview.html:75 msgid "Version" msgstr "" #: computes/templates/overview.html:77 msgid "Qemu" msgstr "" #: computes/templates/overview.html:79 msgid "Libvirt" msgstr "" #: computes/templates/overview.html:84 #: instances/templates/create_instance_w1.html:42 #: instances/templates/create_instance_w1.html:58 msgid "Architecture" msgstr "" #: computes/templates/overview.html:86 msgid "Logical CPUs" msgstr "" #: computes/templates/overview.html:88 msgid "Processor" msgstr "" #: computes/templates/overview.html:90 msgid "Connection" msgstr "" #: computes/templates/overview.html:96 #: instances/templates/edit_instance_volume.html:22 msgid "Performance" msgstr "" #: computes/templates/overview.html:102 msgid "CPU Utilization" msgstr "" #: computes/templates/overview.html:111 msgid "RAM Utilization" msgstr "" #: computes/validators.py:16 msgid "" "Hostname must contain only numbers, or the domain name separated by \".\"" msgstr "" #: computes/validators.py:18 msgid "Wrong IP address" msgstr "" #: computes/validators.py:24 msgid "The hostname must not contain any special characters" msgstr "" #: console/templates/console-base.html:51 msgid "Send key(s)" msgstr "" #: console/templates/console-base.html:71 msgid "Fullscreen" msgstr "" #: console/templates/console-spice-full.html:56 msgid "must set host and port" msgstr "" #: console/templates/console-spice-full.html:83 #: console/templates/console-spice-full.html:97 #: console/templates/console-spice-lite.html:138 #: console/templates/console-spice-lite.html:150 msgid "disconnect" msgstr "" #: console/templates/console-spice-full.html:114 #: console/templates/console-spice-lite.html:167 msgid "File API is not supported" msgstr "" #: console/templates/console-spice-full.html:197 #: instances/templates/allinstances_index_nongrouped.html:7 msgid "Host" msgstr "" #: console/templates/console-spice-full.html:199 msgid "Port" msgstr "" #: console/templates/console-spice-full.html:207 msgid "Show console" msgstr "" #: console/templates/console-spice-full.html:209 #: interfaces/templates/interface.html:60 networks/templates/network.html:52 #: networks/templates/network.html:122 networks/templates/network.html:128 #: networks/templates/network.html:234 networks/templates/network.html:240 #: storages/templates/storage.html:61 msgid "Start" msgstr "" #: console/templates/console-spice-lite.html:109 msgid "must specify host and port in URL" msgstr "" #: console/templates/console-vnc-full.html:78 msgid "noVNC encountered an error" msgstr "" #: console/templates/console-vnc-lite.html:222 msgid "Loading" msgstr "" #: instances/forms.py:37 msgid "No Virtual Machine name has been entered" msgstr "" #: instances/forms.py:39 msgid "No VCPU has been entered" msgstr "" #: instances/forms.py:42 msgid "No RAM size has been entered" msgstr "" #: instances/forms.py:43 msgid "No Network pool has been choosen" msgstr "" #: instances/forms.py:48 msgid "Please select HDD cache mode" msgstr "" #: instances/forms.py:55 msgid "Please select a graphics type" msgstr "" #: instances/forms.py:56 msgid "Please select a video driver" msgstr "" #: instances/forms.py:63 msgid "The name of the virtual machine must not contain any special characters" msgstr "" #: instances/forms.py:65 msgid "The name of the virtual machine must not exceed 20 characters" msgstr "" #: instances/models.py:11 msgid "label" msgstr "" #: instances/models.py:12 msgid "memory" msgstr "" #: instances/models.py:13 msgid "vcpu" msgstr "" #: instances/models.py:14 msgid "disk" msgstr "" #: instances/models.py:28 msgid "uuid" msgstr "" #: instances/models.py:29 msgid "is template" msgstr "" #: instances/models.py:30 msgid "created" msgstr "" #: instances/models.py:215 msgid "Can access console without password" msgstr "" #: instances/templates/add_instance_network_block.html:12 msgid "Add Instance Network" msgstr "" #: instances/templates/add_instance_network_block.html:18 #: instances/templates/create_instance_w2.html:210 #: instances/templates/instances/settings_tab.html:358 #: instances/templates/instances/settings_tab.html:381 #: instances/templates/instances/settings_tab.html:482 #: interfaces/templates/interface.html:46 #: interfaces/templates/interface.html:75 #: interfaces/templates/interfaces.html:63 #: networks/templates/modify_ipv4_fixed_address.html:24 #: networks/templates/network.html:175 msgid "MAC" msgstr "" #: instances/templates/add_instance_network_block.html:24 #: instances/templates/create_instance_w2.html:169 #: instances/templates/create_instance_w2.html:393 #: instances/templates/create_instance_w2.html:610 #: instances/templates/instances/settings_tab.html:30 #: instances/templates/instances/settings_tab.html:393 #: networks/templates/network.html:4 networks/templates/network.html:9 #: networks/templates/network.html:110 networks/templates/network.html:221 msgid "Network" msgstr "" #: instances/templates/add_instance_network_block.html:37 #: instances/templates/create_instance_w2.html:188 #: instances/templates/create_instance_w2.html:434 #: instances/templates/create_instance_w2.html:647 #: instances/templates/instances/settings_tab.html:402 #: nwfilters/templates/nwfilter.html:9 msgid "NWFilter" msgstr "" #: instances/templates/add_instance_network_block.html:40 #: instances/templates/add_instance_volume.html:117 #: instances/templates/create_inst_block.html:25 #: instances/templates/create_instance_w2.html:163 #: instances/templates/create_instance_w2.html:191 #: instances/templates/create_instance_w2.html:382 #: instances/templates/create_instance_w2.html:437 #: instances/templates/create_instance_w2.html:585 #: instances/templates/create_instance_w2.html:604 #: instances/templates/create_instance_w2.html:650 #: instances/templates/instances/access_tab.html:135 #: instances/templates/instances/settings_tab.html:183 #: instances/templates/instances/settings_tab.html:406 #: instances/templates/instances/stats_tab.html:90 #: interfaces/templates/interface.html:42 #: interfaces/templates/interface.html:44 nwfilters/templates/nwfilter.html:81 #: storages/templates/create_stg_block.html:132 #: storages/templates/storage.html:48 storages/templates/storage.html:50 #: storages/templates/storage.html:52 msgid "None" msgstr "" #: instances/templates/add_instance_owner_block.html:12 msgid "Add Instance Owner" msgstr "" #: instances/templates/add_instance_volume.html:3 #: instances/templates/add_instance_volume.html:90 #: instances/templates/add_instance_volume.html:145 msgid "Add Volume" msgstr "" #: instances/templates/add_instance_volume.html:12 msgid "Add Instance Volume" msgstr "" #: instances/templates/add_instance_volume.html:18 msgid "New Disk" msgstr "" #: instances/templates/add_instance_volume.html:21 msgid "Existing Disk" msgstr "" #: instances/templates/add_instance_volume.html:28 #: instances/templates/add_instance_volume.html:98 msgid "Volume parameters" msgstr "" #: instances/templates/add_instance_volume.html:30 #: instances/templates/add_instance_volume.html:100 #: instances/templates/create_instance_w2.html:154 #: instances/templates/create_instance_w2.html:596 #: instances/templates/instances/settings_tab.html:237 #: storages/templates/storage.html:4 storages/templates/storage.html:14 msgid "Storage" msgstr "" #: instances/templates/add_instance_volume.html:46 #: storages/templates/create_stg_block.html:183 #: storages/templates/storage.html:100 storages/templates/storage.html:138 msgid "Format" msgstr "" #: instances/templates/add_instance_volume.html:56 #: storages/templates/storage.html:53 storages/templates/storage.html:99 #: storages/templates/storages.html:66 msgid "Size" msgstr "" #: instances/templates/add_instance_volume.html:60 #: instances/templates/create_instance_w2.html:96 msgid "GB" msgstr "" #: instances/templates/add_instance_volume.html:63 #: instances/templates/add_instance_volume.html:123 #: instances/templates/edit_instance_volume.html:53 #: instances/templates/instances/settings_tab.html:168 msgid "Bus" msgstr "" #: instances/templates/add_instance_volume.html:73 #: instances/templates/add_instance_volume.html:133 msgid "Cache" msgstr "" #: instances/templates/add_instance_volume.html:83 #: instances/templates/instances/settings_tab.html:755 #: storages/templates/storage.html:148 msgid "Metadata" msgstr "" #: instances/templates/add_instance_volume.html:103 msgid "Select Pool" msgstr "" #: instances/templates/add_instance_volume.html:114 msgid "Volume" msgstr "" #: instances/templates/allinstances.html:24 msgid "Problem occurred with host" msgstr "" #: instances/templates/allinstances_index_grouped.html:12 msgid "Mem Usage" msgstr "" #: instances/templates/bottom_bar.html:4 msgid "HOST" msgstr "" #: instances/templates/create_flav_block.html:14 msgid "Add New Flavor" msgstr "" #: instances/templates/create_inst_block.html:11 msgid "Choose a compute for new instance" msgstr "" #: instances/templates/create_inst_block.html:18 msgid "Compute" msgstr "" #: instances/templates/create_inst_block.html:21 msgid "Please select" msgstr "" #: instances/templates/create_inst_block.html:38 #: instances/templates/create_inst_block.html:42 msgid "Choose" msgstr "" #: instances/templates/create_instance_w1.html:4 #: instances/templates/create_instance_w2.html:5 msgid "Create new instance" msgstr "" #: instances/templates/create_instance_w1.html:4 msgid "Select Type" msgstr "" #: instances/templates/create_instance_w1.html:11 #: instances/templates/create_instance_w2.html:14 #, python-format msgid "New instance on %(host)s " msgstr "" #: instances/templates/create_instance_w1.html:47 #: instances/templates/instances/settings_tab.html:49 #: networks/templates/network.html:75 nwfilters/templates/nwfilter.html:52 msgid "XML" msgstr "" #: instances/templates/create_instance_w1.html:68 msgid "Chipset" msgstr "" #: instances/templates/create_instance_w1.html:78 msgid "Next" msgstr "" #: instances/templates/create_instance_w2.html:50 msgid "Flavor" msgstr "" #: instances/templates/create_instance_w2.html:55 msgid "Custom" msgstr "" #: instances/templates/create_instance_w2.html:60 msgid "Template" msgstr "" #: instances/templates/create_instance_w2.html:71 msgid "Hypervisor doesn't have any Flavors" msgstr "" #: instances/templates/create_instance_w2.html:76 msgid "Create from flavor" msgstr "" #: instances/templates/create_instance_w2.html:84 #: instances/templates/create_instance_w2.html:357 #: instances/templates/create_instance_w2.html:568 #: instances/templates/instance.html:45 msgid "RAM" msgstr "" #: instances/templates/create_instance_w2.html:85 #: instances/templates/create_instance_w2.html:372 msgid "HDD" msgstr "" #: instances/templates/create_instance_w2.html:95 #: instances/templates/create_instance_w2.html:361 #: instances/templates/create_instance_w2.html:572 #: instances/templates/instance.html:45 #: instances/templates/instances/resize_tab.html:95 #: instances/templates/instances/resize_tab.html:108 msgid "MB" msgstr "" #: instances/templates/create_instance_w2.html:102 msgid "Create Virtual Machine" msgstr "" #: instances/templates/create_instance_w2.html:120 #: instances/templates/create_instance_w2.html:317 #: instances/templates/create_instance_w2.html:530 msgid "Firmware" msgstr "" #: instances/templates/create_instance_w2.html:132 #: instances/templates/create_instance_w2.html:335 #: instances/templates/create_instance_w2.html:547 msgid "VCPU Config" msgstr "" #: instances/templates/create_instance_w2.html:135 #: instances/templates/create_instance_w2.html:338 #: instances/templates/create_instance_w2.html:550 msgid "no-mode" msgstr "" #: instances/templates/create_instance_w2.html:179 #: instances/templates/create_instance_w2.html:407 #: instances/templates/create_instance_w2.html:620 #: instances/templates/edit_instance_volume.html:25 msgid "Advanced" msgstr "" #: instances/templates/create_instance_w2.html:199 #: instances/templates/create_instance_w2.html:636 msgid "HDD cache mode" msgstr "" #: instances/templates/create_instance_w2.html:217 #: instances/templates/create_instance_w2.html:446 #: instances/templates/create_instance_w2.html:659 msgid "Graphics" msgstr "" #: instances/templates/create_instance_w2.html:228 #: instances/templates/create_instance_w2.html:457 #: instances/templates/create_instance_w2.html:670 msgid "Video" msgstr "" #: instances/templates/create_instance_w2.html:242 #: instances/templates/create_instance_w2.html:471 #: instances/templates/create_instance_w2.html:684 msgid "Console Access" msgstr "" #: instances/templates/create_instance_w2.html:252 #: instances/templates/create_instance_w2.html:254 #: instances/templates/create_instance_w2.html:481 #: instances/templates/create_instance_w2.html:483 #: instances/templates/create_instance_w2.html:694 #: instances/templates/create_instance_w2.html:696 msgid "Console Password" msgstr "" #: instances/templates/create_instance_w2.html:258 #: instances/templates/create_instance_w2.html:487 #: instances/templates/create_instance_w2.html:700 msgid "Guest Agent" msgstr "" #: instances/templates/create_instance_w2.html:265 #: instances/templates/create_instance_w2.html:494 #: instances/templates/create_instance_w2.html:707 msgid "VirtIO" msgstr "" #: instances/templates/create_instance_w2.html:364 msgid "Added Disks" msgstr "" #: instances/templates/create_instance_w2.html:377 #: instances/templates/create_instance_w2.html:580 msgid "Select pool" msgstr "" #: instances/templates/create_instance_w2.html:416 #: instances/templates/create_instance_w2.html:629 msgid "Disk Metadata" msgstr "" #: instances/templates/create_instance_w2.html:418 #: instances/templates/create_instance_w2.html:631 msgid "Metadata preallocation" msgstr "" #: instances/templates/create_instance_w2.html:420 #: instances/templates/create_instance_w2.html:633 #: venv/lib/python3.6/site-packages/django/db/models/fields/files.py:360 #: venv2/lib/python2.7/site-packages/django/db/models/fields/files.py:391 msgid "Image" msgstr "" #: instances/templates/create_instance_w2.html:423 msgid "HDD Cache Mode" msgstr "" #: instances/templates/create_instance_w2.html:575 msgid "Template Disk" msgstr "" #: instances/templates/edit_instance_volume.html:3 msgid "Edit Volume" msgstr "" #: instances/templates/edit_instance_volume.html:12 msgid "Edit Instance Volume" msgstr "" #: instances/templates/edit_instance_volume.html:19 msgid "Virtual Disk" msgstr "" #: instances/templates/edit_instance_volume.html:32 msgid "Volume Path" msgstr "" #: instances/templates/edit_instance_volume.html:38 msgid "Readonly" msgstr "" #: instances/templates/edit_instance_volume.html:44 msgid "Shareable" msgstr "" #: instances/templates/edit_instance_volume.html:63 msgid "Serial Number" msgstr "" #: instances/templates/edit_instance_volume.html:69 msgid "Storage Format" msgstr "" #: instances/templates/edit_instance_volume.html:78 msgid "Cache mode" msgstr "" #: instances/templates/edit_instance_volume.html:88 msgid "IO mode" msgstr "" #: instances/templates/edit_instance_volume.html:98 msgid "Discard mode" msgstr "" #: instances/templates/edit_instance_volume.html:108 msgid "Detect zeroes" msgstr "" #: instances/templates/instance.html:20 #: instances/templates/instance_actions.html:14 #: instances/templates/instance_actions.html:25 #: instances/templates/instance_actions.html:37 #: instances/templates/instances/power_tab.html:25 #: instances/templates/instances/power_tab.html:82 instances/views.py:287 msgid "Suspend" msgstr "" #: instances/templates/instance.html:26 msgid "Guest Agent Enabled & Connected" msgstr "" #: instances/templates/instance.html:29 msgid "Guest Agent Enabled but not Connected" msgstr "" #: instances/templates/instance.html:33 msgid "Guest Agent Not Enabled & Not Connected" msgstr "" #: instances/templates/instance.html:48 #: instances/templates/instances/resize_tab.html:18 #: instances/templates/instances/settings_tab.html:16 msgid "Disk" msgstr "" #: instances/templates/instance.html:55 msgid "Refresh instance info" msgstr "" #: instances/templates/instance.html:59 msgid "quota reached" msgstr "" #: instances/templates/instance.html:75 msgid "Power" msgstr "" #: instances/templates/instance.html:81 msgid "Access" msgstr "" #: instances/templates/instance.html:94 msgid "Snapshot" msgstr "" #: instances/templates/instance.html:101 templates/navbar.html:32 msgid "Settings" msgstr "" #: instances/templates/instance.html:107 msgid "Stats" msgstr "" #: instances/templates/instance.html:113 #: instances/templates/instances/destroy_instance_form.html:40 #: instances/templates/instances/destroy_tab.html:18 #: instances/templates/instances/destroy_tab.html:20 #: instances/templates/instances/destroy_tab.html:23 instances/views.py:329 msgid "Destroy" msgstr "" #: instances/templates/instance_actions.html:10 #: instances/templates/instance_actions.html:35 #: instances/templates/instances/power_tab.html:47 #: instances/templates/instances/power_tab.html:121 #: instances/templates/instances/power_tab.html:123 instances/views.py:262 msgid "Power On" msgstr "" #: instances/templates/instance_actions.html:15 #: instances/templates/instances/power_tab.html:9 #: instances/templates/instances/power_tab.html:59 instances/views.py:278 msgid "Power Off" msgstr "" #: instances/templates/instance_actions.html:16 #: instances/templates/instance_actions.html:29 #: instances/templates/instances/power_tab.html:14 #: instances/templates/instances/power_tab.html:66 instances/views.py:271 msgid "Power Cycle" msgstr "" #: instances/templates/instance_actions.html:17 #: instances/templates/instance_actions.html:30 msgid "VNC Console" msgstr "" #: instances/templates/instance_actions.html:22 #: instances/templates/instances/power_tab.html:34 #: instances/templates/instances/power_tab.html:93 #: instances/templates/instances/power_tab.html:108 instances/views.py:295 msgid "Resume" msgstr "" #: instances/templates/instance_actions.html:26 #: instances/templates/instances/power_tab.html:19 #: instances/templates/instances/power_tab.html:39 #: instances/templates/instances/power_tab.html:74 #: instances/templates/instances/power_tab.html:100 instances/views.py:302 msgid "Force Off" msgstr "" #: instances/templates/instance_actions.html:41 #: instances/templates/instances/access_tab.html:9 #: instances/templates/instances/access_tab.html:79 #: instances/templates/instances/access_tab.html:87 #: instances/templates/instances/access_tab.html:90 #: instances/templates/instances/access_tab.html:94 #: instances/templates/instances/settings_tab.html:23 msgid "Console" msgstr "" #: instances/templates/instances/access_tab.html:16 msgid "Root Password" msgstr "" #: instances/templates/instances/access_tab.html:31 #: instances/templates/instances/access_tab.html:156 msgid "VDI" msgstr "" #: instances/templates/instances/access_tab.html:39 #, python-format msgid "" " This action opens a new window with a %(type)s connection to the console of " "the instance." msgstr "" #: instances/templates/instances/access_tab.html:47 msgid "Scale" msgstr "" #: instances/templates/instances/access_tab.html:55 msgid "View Only" msgstr "" #: instances/templates/instances/access_tab.html:63 msgid "Resize Session" msgstr "" #: instances/templates/instances/access_tab.html:71 msgid "View Clipboard" msgstr "" #: instances/templates/instances/access_tab.html:82 msgid "Toggle Dropdown" msgstr "" #: instances/templates/instances/access_tab.html:86 #: instances/templates/instances/access_tab.html:89 msgid "Console port" msgstr "" #: instances/templates/instances/access_tab.html:87 msgid "Lite" msgstr "" #: instances/templates/instances/access_tab.html:90 msgid "Full" msgstr "" #: instances/templates/instances/access_tab.html:100 msgid "You need shut down your instance and enter a new root password." msgstr "" #: instances/templates/instances/access_tab.html:107 msgid "Enter Password" msgstr "" #: instances/templates/instances/access_tab.html:112 #: instances/templates/instances/access_tab.html:115 msgid "Reset Root Password" msgstr "" #: instances/templates/instances/access_tab.html:123 msgid "You need shut down your instance and choose your public key." msgstr "" #: instances/templates/instances/access_tab.html:142 #: instances/templates/instances/access_tab.html:144 msgid "Add Public Key" msgstr "" #: instances/templates/instances/access_tab.html:152 msgid "" "This action opens a remote viewer with a connection to the console of the " "instance." msgstr "" #: instances/templates/instances/destroy_instance_form.html:4 msgid "Confirm Destroy" msgstr "" #: instances/templates/instances/destroy_instance_form.html:8 msgid "Destroy instance" msgstr "" #: instances/templates/instances/destroy_instance_form.html:15 msgid "Instance is suspended, cannot destroy!" msgstr "" #: instances/templates/instances/destroy_instance_form.html:19 msgid "This action is irreversible!" msgstr "" #: instances/templates/instances/destroy_instance_form.html:26 msgid "Remove Instance's data" msgstr "" #: instances/templates/instances/destroy_instance_form.html:34 msgid "Remove Instance's NVRAM" msgstr "" #: instances/templates/instances/destroy_instance_form.html:46 msgid "You cannot destroy instance!" msgstr "" #: instances/templates/instances/destroy_tab.html:8 msgid "Destroy Instance" msgstr "" #: instances/templates/instances/destroy_tab.html:15 msgid "This action starts remove instance process" msgstr "" #: instances/templates/instances/power_tab.html:56 msgid "This action sends an ACPI shutdown signal to the instance." msgstr "" #: instances/templates/instances/power_tab.html:64 msgid "" "This action forcibly powers off and start the instance and may cause data " "corruption." msgstr "" #: instances/templates/instances/power_tab.html:71 #: instances/templates/instances/power_tab.html:98 msgid "" "This action forcibly powers off the instance and may cause data corruption." msgstr "" #: instances/templates/instances/power_tab.html:80 msgid "This action suspends the instance." msgstr "" #: instances/templates/instances/power_tab.html:91 msgid "This action restore the instance after suspend." msgstr "" #: instances/templates/instances/power_tab.html:106 msgid "Administrator blocked your instance." msgstr "" #: instances/templates/instances/power_tab.html:116 msgid "Click on Power On button to start this instance." msgstr "" #: instances/templates/instances/power_tab.html:120 msgid "Template instance cannot be started." msgstr "" #: instances/templates/instances/resize_tab.html:8 msgid "CPU" msgstr "" #: instances/templates/instances/resize_tab.html:29 msgid "Logical host CPUs" msgstr "" #: instances/templates/instances/resize_tab.html:31 #: instances/templates/instances/resize_tab.html:95 #: instances/templates/instances/resize_tab.html:136 msgid "Current Allocation" msgstr "" #: instances/templates/instances/resize_tab.html:45 #: instances/templates/instances/resize_tab.html:108 msgid "Maximum Allocation" msgstr "" #: instances/templates/instances/resize_tab.html:63 msgid "Logical Instance Active/Maximum CPUs" msgstr "" #: instances/templates/instances/resize_tab.html:71 #: instances/templates/instances/settings_tab.html:79 #: instances/templates/instances/settings_tab.html:95 #: networks/templates/network.html:65 storages/templates/storage.html:78 msgid "Disable" msgstr "" #: instances/templates/instances/resize_tab.html:73 msgid "Constant" msgstr "" #: instances/templates/instances/resize_tab.html:75 #: instances/templates/instances/settings_tab.html:77 #: instances/templates/instances/settings_tab.html:91 #: networks/templates/network.html:63 storages/templates/storage.html:75 msgid "Enable" msgstr "" #: instances/templates/instances/resize_tab.html:84 #: instances/templates/instances/resize_tab.html:124 #: instances/templates/instances/resize_tab.html:157 msgid "You don't have permission for resizing instance" msgstr "" #: instances/templates/instances/resize_tab.html:93 msgid "Total host memory" msgstr "" #: instances/templates/instances/resize_tab.html:103 #: instances/templates/instances/resize_tab.html:118 msgid "Custom value" msgstr "" #: instances/templates/instances/resize_tab.html:133 msgid "Disk allocation (GB)" msgstr "" #: instances/templates/instances/resize_tab.html:140 #: instances/templates/instances/settings_tab.html:269 msgid "Error getting disk info" msgstr "" #: instances/templates/instances/settings_tab.html:11 msgid "Boot" msgstr "" #: instances/templates/instances/settings_tab.html:44 #: instances/templates/instances/settings_tab.html:616 #: instances/templates/instances/settings_tab.html:618 msgid "Migrate" msgstr "" #: instances/templates/instances/settings_tab.html:56 msgid "Options" msgstr "" #: instances/templates/instances/settings_tab.html:72 #: networks/templates/network.html:59 storages/templates/storage.html:70 msgid "Autostart" msgstr "" #: instances/templates/instances/settings_tab.html:75 msgid "Autostart your instance when host server is power on " msgstr "" #: instances/templates/instances/settings_tab.html:84 msgid "Boot Order" msgstr "" #: instances/templates/instances/settings_tab.html:88 msgid "Enable Boot Menu for your instance when it starts up " msgstr "" #: instances/templates/instances/settings_tab.html:91 msgid "Show boot menu" msgstr "" #: instances/templates/instances/settings_tab.html:95 msgid "Hide boot menu" msgstr "" #: instances/templates/instances/settings_tab.html:100 msgid "Please shutdown instance to modify boot menu" msgstr "" #: instances/templates/instances/settings_tab.html:130 msgid "up: move selected devices" msgstr "" #: instances/templates/instances/settings_tab.html:133 msgid "down: move selected devices" msgstr "" #: instances/templates/instances/settings_tab.html:139 #: instances/templates/instances/settings_tab.html:428 msgid "Apply" msgstr "" #: instances/templates/instances/settings_tab.html:149 msgid "Instance Media" msgstr "" #: instances/templates/instances/settings_tab.html:152 msgid "Add CD-ROM" msgstr "" #: instances/templates/instances/settings_tab.html:169 #: instances/templates/instances/settings_tab.html:234 #: interfaces/templates/create_iface_block.html:34 #: networks/templates/network.html:46 networks/templates/networks.html:63 #: storages/templates/create_stg_block.html:77 msgid "Device" msgstr "" #: instances/templates/instances/settings_tab.html:170 msgid "CD-ROM" msgstr "" #: instances/templates/instances/settings_tab.html:188 #: instances/templates/instances/settings_tab.html:190 msgid "Mount" msgstr "" #: instances/templates/instances/settings_tab.html:193 msgid "Detach CD-ROM (remove device)" msgstr "" #: instances/templates/instances/settings_tab.html:208 #: instances/templates/instances/settings_tab.html:210 msgid "Unmount" msgstr "" #: instances/templates/instances/settings_tab.html:220 msgid "There is not any CD-ROM device." msgstr "" #: instances/templates/instances/settings_tab.html:225 msgid "Instance Volume" msgstr "" #: instances/templates/instances/settings_tab.html:235 msgid "Used" msgstr "" #: instances/templates/instances/settings_tab.html:236 msgid "Capacity" msgstr "" #: instances/templates/instances/settings_tab.html:238 #: instances/templates/instances/settings_tab.html:362 msgid "Source" msgstr "" #: instances/templates/instances/settings_tab.html:294 #: instances/templates/instances/settings_tab.html:298 msgid "Detach" msgstr "" #: instances/templates/instances/settings_tab.html:294 msgid "Are you sure to detach volume?" msgstr "" #: instances/templates/instances/settings_tab.html:298 #: instances/templates/instances/settings_tab.html:314 msgid "Are you sure? This may lead data corruption!" msgstr "" #: instances/templates/instances/settings_tab.html:310 msgid "Are you sure to delete volume?" msgstr "" #: instances/templates/instances/settings_tab.html:330 msgid "Add a network device" msgstr "" #: instances/templates/instances/settings_tab.html:336 msgid "Network Devices" msgstr "" #: instances/templates/instances/settings_tab.html:341 #: instances/templates/instances/settings_tab.html:342 msgid "Info" msgstr "" #: instances/templates/instances/settings_tab.html:355 msgid "active" msgstr "" #: instances/templates/instances/settings_tab.html:360 #: nwfilters/templates/nwfilter.html:78 msgid "Filter" msgstr "" #: instances/templates/instances/settings_tab.html:367 msgid "Edit NIC" msgstr "" #: instances/templates/instances/settings_tab.html:375 msgid "Edit Instance Network" msgstr "" #: instances/templates/instances/settings_tab.html:388 msgid "Net Source" msgstr "" #: instances/templates/instances/settings_tab.html:396 #: interfaces/templates/interface.html:3 interfaces/templates/interface.html:8 #: interfaces/templates/interface.html:40 msgid "Interface" msgstr "" #: instances/templates/instances/settings_tab.html:414 #: instances/templates/instances/settings_tab.html:453 msgid "Model" msgstr "" #: instances/templates/instances/settings_tab.html:428 msgid "Apply network changes" msgstr "" #: instances/templates/instances/settings_tab.html:437 msgid "Delete Device" msgstr "" #: instances/templates/instances/settings_tab.html:445 #: interfaces/templates/create_iface_block.html:71 #: interfaces/templates/interface.html:42 msgid "IPv4" msgstr "" #: instances/templates/instances/settings_tab.html:449 #: interfaces/templates/create_iface_block.html:74 #: interfaces/templates/interface.html:44 msgid "IPv6" msgstr "" #: instances/templates/instances/settings_tab.html:455 msgid "QoS" msgstr "" #: instances/templates/instances/settings_tab.html:476 #: networks/templates/network.html:325 msgid "QoS Configuration" msgstr "" #: instances/templates/instances/settings_tab.html:482 #: networks/templates/add_network_qos.html:18 #: networks/templates/network.html:331 nwfilters/templates/nwfilter.html:134 msgid "Direction" msgstr "" #: instances/templates/instances/settings_tab.html:483 #: networks/templates/add_network_qos.html:27 #: networks/templates/network.html:332 msgid "Average" msgstr "" #: instances/templates/instances/settings_tab.html:484 #: networks/templates/add_network_qos.html:34 #: networks/templates/network.html:333 msgid "Peak" msgstr "" #: instances/templates/instances/settings_tab.html:485 #: networks/templates/add_network_qos.html:41 #: networks/templates/network.html:334 msgid "Burst" msgstr "" #: instances/templates/instances/settings_tab.html:510 #: networks/templates/network.html:356 msgid "Edit QoS" msgstr "" #: instances/templates/instances/settings_tab.html:520 #: networks/templates/network.html:361 msgid "Delete QoS" msgstr "" #: instances/templates/instances/settings_tab.html:536 msgid "For migration both host servers must have equal settings and OS type" msgstr "" #: instances/templates/instances/settings_tab.html:540 msgid "Original host" msgstr "" #: instances/templates/instances/settings_tab.html:546 msgid "Host migration" msgstr "" #: instances/templates/instances/settings_tab.html:563 msgid "Live migration" msgstr "" #: instances/templates/instances/settings_tab.html:571 msgid "Unsafe migration" msgstr "" #: instances/templates/instances/settings_tab.html:579 msgid "Delete original" msgstr "" #: instances/templates/instances/settings_tab.html:587 msgid "Offline migration" msgstr "" #: instances/templates/instances/settings_tab.html:595 msgid "Post copy" msgstr "" #: instances/templates/instances/settings_tab.html:603 msgid "Forces CPU convergence during live migration" msgstr "" #: instances/templates/instances/settings_tab.html:603 msgid "Auto converge" msgstr "" #: instances/templates/instances/settings_tab.html:611 msgid "Compress instance memory for fast migration" msgstr "" #: instances/templates/instances/settings_tab.html:611 msgid "Compressed" msgstr "" #: instances/templates/instances/settings_tab.html:624 msgid "If you need to edit XML please Power Off the instance" msgstr "" #: instances/templates/instances/settings_tab.html:646 msgid "Instance owners" msgstr "" #: instances/templates/instances/settings_tab.html:675 msgid "To change console settings, shutdown the instance." msgstr "" #: instances/templates/instances/settings_tab.html:681 #: instances/templates/instances/settings_tab.html:683 msgid "Update" msgstr "" #: instances/templates/instances/settings_tab.html:692 msgid "Create a clone" msgstr "" #: instances/templates/instances/settings_tab.html:695 msgid "Clone Name" msgstr "" #: instances/templates/instances/settings_tab.html:702 #: instances/templates/instances/settings_tab.html:733 msgid "Guess" msgstr "" #: instances/templates/instances/settings_tab.html:721 msgid "Network devices" msgstr "" #: instances/templates/instances/settings_tab.html:731 msgid "Random" msgstr "" #: instances/templates/instances/settings_tab.html:746 msgid "Storage devices" msgstr "" #: instances/templates/instances/settings_tab.html:771 #: instances/templates/instances/settings_tab.html:794 msgid "Title" msgstr "" #: instances/templates/instances/settings_tab.html:791 msgid "To set instance template name description, shutdown the instance." msgstr "" #: instances/templates/instances/settings_tab.html:806 msgid "Is template" msgstr "" #: instances/templates/instances/settings_tab.html:827 msgid "To set instance video model, shutdown the instance." msgstr "" #: instances/templates/instances/settings_tab.html:830 msgid "Primary Video Model" msgstr "" #: instances/templates/instances/settings_tab.html:834 msgid "please choose" msgstr "" #: instances/templates/instances/settings_tab.html:841 #: instances/templates/instances/settings_tab.html:843 #: instances/templates/instances/settings_tab.html:863 #: instances/templates/instances/settings_tab.html:865 #: instances/templates/instances/settings_tab.html:893 #: secrets/templates/secrets.html:103 msgid "Set" msgstr "" #: instances/templates/instances/settings_tab.html:851 msgid "To set instance vCPUs hotpluggable" msgstr "" #: instances/templates/instances/settings_tab.html:854 msgid "vCPU Hot Plug" msgstr "" #: instances/templates/instances/settings_tab.html:858 #: instances/templates/instances/settings_tab.html:889 msgid "Enabled" msgstr "" #: instances/templates/instances/settings_tab.html:859 #: instances/templates/instances/settings_tab.html:890 msgid "Disabled" msgstr "" #: instances/templates/instances/settings_tab.html:873 msgid "To Enable/Disable Qemu Guest Agent. Status" msgstr "" #: instances/templates/instances/settings_tab.html:878 msgid "Disconnected" msgstr "" #: instances/templates/instances/settings_tab.html:881 #: venv/lib/python3.6/site-packages/django/forms/widgets.py:709 #: venv2/lib/python2.7/site-packages/django/forms/widgets.py:703 msgid "Unknown" msgstr "" #: instances/templates/instances/settings_tab.html:885 msgid "Qemu Guest Agent" msgstr "" #: instances/templates/instances/snapshots_tab.html:9 #: instances/templates/instances/snapshots_tab.html:31 #: instances/templates/instances/snapshots_tab.html:33 msgid "Take Snapshot" msgstr "" #: instances/templates/instances/snapshots_tab.html:14 msgid "Manage Snapshots" msgstr "" #: instances/templates/instances/snapshots_tab.html:22 msgid "" "This may take more than an hour, depending on how much content is on your " "droplet and how large the disk is." msgstr "" #: instances/templates/instances/snapshots_tab.html:27 msgid "Enter Snapshot Name" msgstr "" #: instances/templates/instances/snapshots_tab.html:38 msgid "To take a snapshot please Power Off the instance." msgstr "" #: instances/templates/instances/snapshots_tab.html:43 msgid "Choose a snapshot for restore/delete" msgstr "" #: instances/templates/instances/snapshots_tab.html:61 msgid "Revert to this Snapshot" msgstr "" #: instances/templates/instances/snapshots_tab.html:66 msgid "To restore snapshots you need Power Off the instance." msgstr "" #: instances/templates/instances/snapshots_tab.html:75 msgid "Delete Snapshot" msgstr "" #: instances/templates/instances/snapshots_tab.html:86 msgid "You do not have any snapshots" msgstr "" #: instances/templates/instances/stats_tab.html:8 msgid "Real Time" msgstr "" #: instances/templates/instances/stats_tab.html:23 msgid "CPU Usage" msgstr "" #: instances/templates/instances/stats_tab.html:36 msgid "Memory Usage" msgstr "" #: instances/templates/instances/stats_tab.html:50 msgid "Bandwidth Device" msgstr "" #: instances/templates/instances/stats_tab.html:65 msgid "Disk I/O device" msgstr "" #: instances/utils.py:122 msgid "None available device name" msgstr "" #: instances/utils.py:239 msgid "Deleting due to multiple(Instance Name) records." msgstr "" #: instances/utils.py:247 msgid "Deleting due to multiple(UUID) records." msgstr "" #: instances/views.py:259 msgid "Templates cannot be started." msgstr "" #: instances/views.py:362 #, python-brace-format msgid "Migrate to {new_compute.hostname}" msgstr "" #: instances/views.py:385 msgid "Reset root password" msgstr "" #: instances/views.py:391 instances/views.py:417 msgid "Please shutdown down your instance and then try again" msgstr "" #: instances/views.py:409 #, python-brace-format msgid "Installed new SSH public key {publickey.keyname}" msgstr "" #: instances/views.py:436 #, python-brace-format msgid "User {quota_msg} quota reached, cannot resize CPU of '{instance.name}'!" msgstr "" #: instances/views.py:442 msgid "Resize CPU" msgstr "" #: instances/views.py:470 #, python-brace-format msgid "" "User {quota_msg} quota reached, cannot resize memory of '{instance.name}'!" msgstr "" #: instances/views.py:476 msgid "Resize Memory" msgstr "" #: instances/views.py:506 #, python-brace-format msgid "" "User {quota_msg} quota reached, cannot resize disks of '{instance.name}'!" msgstr "" #: instances/views.py:510 msgid "Disk resize" msgstr "" #: instances/views.py:549 #, python-brace-format msgid "Attach new disk {name} ({format})" msgstr "" #: instances/views.py:580 #, python-brace-format msgid "Attach Existing disk: {target_dev}" msgstr "" #: instances/views.py:636 msgid "Volume changes are applied. But it will be activated after shutdown" msgstr "" #: instances/views.py:638 msgid "Volume is changed successfully." msgstr "" #: instances/views.py:639 #, python-brace-format msgid "Edit disk: {target_dev}" msgstr "" #: instances/views.py:661 #, python-brace-format msgid "Delete disk: {dev}" msgstr "" #: instances/views.py:677 #, python-brace-format msgid "Detach disk: {dev}" msgstr "" #: instances/views.py:690 #, python-brace-format msgid "Add CD-ROM: {target}" msgstr "" #: instances/views.py:703 #, python-brace-format msgid "Detach CD-ROM: {dev}" msgstr "" #: instances/views.py:716 #, python-brace-format msgid "Mount media: {dev}" msgstr "" #: instances/views.py:729 #, python-brace-format msgid "Umount media: {dev}" msgstr "" #: instances/views.py:742 #, python-brace-format msgid "New snapshot : {name}" msgstr "" #: instances/views.py:753 #, python-brace-format msgid "Delete snapshot : {snap_name}" msgstr "" #: instances/views.py:764 msgid "Successful revert snapshot: " msgstr "" #: instances/views.py:767 msgid "Revert snapshot" msgstr "" #: instances/views.py:781 #, python-brace-format msgid "VCPU {id} is enabled={enabled}" msgstr "" #: instances/views.py:792 #, python-brace-format msgid "VCPU Hot-plug is enabled={status}" msgstr "" #: instances/views.py:803 msgid "Set autostart" msgstr "" #: instances/views.py:812 msgid "Unset autostart" msgstr "" #: instances/views.py:821 msgid "Enable boot menu" msgstr "" #: instances/views.py:830 msgid "Disable boot menu" msgstr "" #: instances/views.py:845 msgid "Set boot order" msgstr "" #: instances/views.py:848 msgid "Boot menu changes applied. But it will be activated after shutdown" msgstr "" #: instances/views.py:850 msgid "Boot order changed successfully." msgstr "" #: instances/views.py:861 msgid "Edit XML" msgstr "" #: instances/views.py:875 #, python-brace-format msgid "Set Quest Agent {status}" msgstr "" #: instances/views.py:885 msgid "Set Video Model" msgstr "" #: instances/views.py:894 msgid "Change network" msgstr "" #: instances/views.py:907 msgid "Network Device Config is changed. Please shutdown instance to activate." msgstr "" #: instances/views.py:915 msgid "Add network" msgstr "" #: instances/views.py:929 msgid "Delete network" msgstr "" #: instances/views.py:945 #, python-brace-format msgid "Set Link State: {state}" msgstr "" #: instances/views.py:964 msgid "{qos_dir.capitalize()} QoS is set" msgstr "" #: instances/views.py:968 networks/views.py:216 msgid "{qos_dir.capitalize()} QoS is set. Network XML is changed." msgstr "" #: instances/views.py:969 networks/views.py:217 msgid "Stop and start network to activate new config" msgstr "" #: instances/views.py:983 networks/views.py:233 msgid "{qos_dir.capitalize()} QoS is deleted" msgstr "" #: instances/views.py:987 networks/views.py:230 msgid "{qos_dir.capitalize()} QoS is deleted. Network XML is changed. " msgstr "" #: instances/views.py:988 networks/views.py:231 msgid "Stop and start network to activate new config." msgstr "" #: instances/views.py:1004 msgid "Only one owner is allowed and the one already added" msgstr "" #: instances/views.py:1009 #, python-format msgid "Added owner %(user)s" msgstr "" #: instances/views.py:1020 #, python-brace-format msgid "Deleted owner {userinstance_id}" msgstr "" #: instances/views.py:1052 msgid "User '{quota_msg}' quota reached, cannot create '{clone_data['name']}'!" msgstr "" #: instances/views.py:1055 msgid "Instance '{clone_data['name']}' already exists!" msgstr "" #: instances/views.py:1058 msgid "Instance name '{clone_data['name']}' contains invalid characters!" msgstr "" #: instances/views.py:1061 msgid "Instance MAC '{clone_data['clone-net-mac-0']}' invalid format!" msgstr "" #: instances/views.py:1071 #, python-brace-format msgid "Clone of '{instance.name}'" msgstr "" #: instances/views.py:1104 msgid "" "Error setting console password. You should check that your instance have an " "graphic device." msgstr "" #: instances/views.py:1107 msgid "Set VNC password" msgstr "" #: instances/views.py:1115 msgid "Set VNC keymap" msgstr "" #: instances/views.py:1120 msgid "Set VNC type" msgstr "" #: instances/views.py:1125 msgid "Set VNC listen address" msgstr "" #: instances/views.py:1148 msgid "Edit options" msgstr "" #: instances/views.py:1162 msgid "Send console.vv file" msgstr "" #: instances/views.py:1214 instances/views.py:1307 msgid "A virtual machine with this name already exists" msgstr "" #: instances/views.py:1288 msgid "You haven't defined any storage pools" msgstr "" #: instances/views.py:1291 msgid "You haven't defined any network pools" msgstr "" #: instances/views.py:1310 msgid "There is an instance with same name. Are you sure?" msgstr "" #: instances/views.py:1313 msgid "No Virtual Machine MAC has been entered" msgstr "" #: instances/views.py:1337 msgid "Image has already exist. Please check volumes or change instance name" msgstr "" #: instances/views.py:1358 msgid "First you need to create or select an image" msgstr "" #: instances/views.py:1377 msgid "Invalid cache mode" msgstr "" #: instances/views.py:1414 msgid "Instance is created" msgstr "" #: instances/views.py:1433 msgid "Flavor Created" msgstr "" #: instances/views.py:1441 msgid "Create Flavor" msgstr "" #: instances/views.py:1452 msgid "Flavor Updated" msgstr "" #: instances/views.py:1460 msgid "Update Flavor" msgstr "" #: instances/views.py:1470 msgid "Flavor Deleted" msgstr "" #: interfaces/forms.py:25 msgid "The IPv4 address must not contain any special characters" msgstr "" #: interfaces/forms.py:27 msgid "The IPv4 address must not exceed 20 characters" msgstr "" #: interfaces/forms.py:34 msgid "The IPv4 gateway must not contain any special characters" msgstr "" #: interfaces/forms.py:36 msgid "The IPv4 gateway must not exceed 20 characters" msgstr "" #: interfaces/forms.py:43 msgid "The IPv6 address must not contain any special characters" msgstr "" #: interfaces/forms.py:45 msgid "The IPv6 address must not exceed 100 characters" msgstr "" #: interfaces/forms.py:52 msgid "The IPv6 gateway must not contain any special characters" msgstr "" #: interfaces/forms.py:54 msgid "The IPv6 gateway must not exceed 100 characters" msgstr "" #: interfaces/forms.py:61 interfaces/forms.py:70 msgid "The interface must not contain any special characters" msgstr "" #: interfaces/forms.py:63 interfaces/forms.py:72 msgid "The interface must not exceed 10 characters" msgstr "" #: interfaces/templates/create_iface_block.html:12 msgid "Create New Interface" msgstr "" #: interfaces/templates/create_iface_block.html:24 msgid "Start mode" msgstr "" #: interfaces/templates/create_iface_block.html:27 msgid "none" msgstr "" #: interfaces/templates/create_iface_block.html:28 msgid "onboot" msgstr "" #: interfaces/templates/create_iface_block.html:29 msgid "hotplug" msgstr "" #: interfaces/templates/create_iface_block.html:44 #: interfaces/templates/interface.html:77 #: interfaces/templates/interfaces.html:62 #: storages/templates/create_stg_block.html:35 #: storages/templates/create_stg_block.html:64 #: storages/templates/create_stg_block.html:93 #: storages/templates/create_stg_block.html:158 #: storages/templates/storages.html:64 msgid "Type" msgstr "" #: interfaces/templates/create_iface_block.html:47 msgid "bridge" msgstr "" #: interfaces/templates/create_iface_block.html:48 msgid "ethernet" msgstr "" #: interfaces/templates/create_iface_block.html:53 msgid "STP" msgstr "" #: interfaces/templates/create_iface_block.html:57 msgid "on" msgstr "" #: interfaces/templates/create_iface_block.html:58 msgid "off" msgstr "" #: interfaces/templates/create_iface_block.html:63 msgid "Delay" msgstr "" #: interfaces/templates/create_iface_block.html:82 msgid "IPv4 Mode" msgstr "" #: interfaces/templates/create_iface_block.html:85 #: interfaces/templates/create_iface_block.html:112 #: networks/templates/network.html:112 networks/templates/network.html:223 msgid "DHCP" msgstr "" #: interfaces/templates/create_iface_block.html:86 #: interfaces/templates/create_iface_block.html:113 msgid "Static" msgstr "" #: interfaces/templates/create_iface_block.html:87 #: interfaces/templates/create_iface_block.html:111 msgid "No configuration" msgstr "" #: interfaces/templates/create_iface_block.html:92 msgid "IPv4 Address" msgstr "" #: interfaces/templates/create_iface_block.html:98 msgid "IPv4 Gateway" msgstr "" #: interfaces/templates/create_iface_block.html:108 msgid "IPv6 Mode" msgstr "" #: interfaces/templates/create_iface_block.html:118 msgid "IPv6 Address" msgstr "" #: interfaces/templates/create_iface_block.html:124 msgid "IPv6 Gateway" msgstr "" #: interfaces/templates/interface.html:48 msgid "Interface Type" msgstr "" #: interfaces/templates/interface.html:51 msgid "Bridge Device" msgstr "" #: interfaces/templates/interface.html:54 msgid "Boot Mode" msgstr "" #: interfaces/templates/interface.html:56 #: interfaces/templates/interface.html:79 networks/templates/network.html:48 #: storages/templates/storage.html:57 msgid "State" msgstr "" #: interfaces/templates/interface.html:63 networks/templates/network.html:55 #: storages/templates/storage.html:65 msgid "Stop" msgstr "" #: interfaces/templates/interface.html:70 msgid "Slaves" msgstr "" #: interfaces/templates/interface.html:78 msgid "Speed" msgstr "" #: interfaces/templates/interfaces.html:47 msgid "Hypervisor doesn't have any Interfaces" msgstr "" #: logs/models.py:6 msgid "user" msgstr "" #: logs/models.py:7 msgid "instance" msgstr "" #: logs/models.py:8 msgid "message" msgstr "" #: logs/models.py:9 msgid "date" msgstr "" #: networks/forms.py:7 storages/forms.py:7 msgid "No pool name has been entered" msgstr "" #: networks/forms.py:9 msgid "No IPv4 subnet has been entered" msgstr "" #: networks/forms.py:11 msgid "No IPv6 subnet has been entered" msgstr "" #: networks/forms.py:24 storages/forms.py:22 msgid "The pool name must not contain any special characters" msgstr "" #: networks/forms.py:26 storages/forms.py:24 msgid "The pool name must not exceed 20 characters" msgstr "" #: networks/forms.py:33 msgid "The IPv4 subnet must not contain any special characters" msgstr "" #: networks/forms.py:35 msgid "The IPv4 subnet must not exceed 20 characters" msgstr "" #: networks/forms.py:42 msgid "The IPv6 subnet must not contain any special characters" msgstr "" #: networks/forms.py:44 msgid "The IPv6 subnet must not exceed 42 characters" msgstr "" #: networks/forms.py:52 msgid "The pool bridge name must not contain any special characters" msgstr "" #: networks/forms.py:54 msgid "The pool bridge name must not exceed 20 characters" msgstr "" #: networks/templates/add_network_qos.html:13 msgid "Add QoS for Network" msgstr "" #: networks/templates/add_network_qos.html:21 msgid "Inbound" msgstr "" #: networks/templates/add_network_qos.html:22 msgid "Outbound" msgstr "" #: networks/templates/add_network_qos.html:29 #: networks/templates/add_network_qos.html:36 #: networks/templates/add_network_qos.html:43 msgid "kilobytes" msgstr "" #: networks/templates/create_net_block.html:12 msgid "Add New Network" msgstr "" #: networks/templates/create_net_block.html:20 #: storages/templates/create_stg_block.html:44 #: storages/templates/create_stg_block.html:73 msgid "default" msgstr "" #: networks/templates/create_net_block.html:24 msgid "Type forwarding" msgstr "" #: networks/templates/create_net_block.html:27 #: networks/templates/network.html:98 msgid "NAT" msgstr "" #: networks/templates/create_net_block.html:28 #: networks/templates/network.html:101 networks/templates/network.html:218 msgid "ROUTE" msgstr "" #: networks/templates/create_net_block.html:29 #: networks/templates/network.html:107 networks/templates/network.html:216 msgid "ISOLATE" msgstr "" #: networks/templates/create_net_block.html:30 #: networks/templates/network.html:104 msgid "BRIDGE" msgstr "" #: networks/templates/create_net_block.html:35 msgid "IPv4 Subnet pool" msgstr "" #: networks/templates/create_net_block.html:41 msgid "DHCPv4" msgstr "" #: networks/templates/create_net_block.html:47 msgid "Fixed Addresses" msgstr "" #: networks/templates/create_net_block.html:53 msgid "Enable IPv6" msgstr "" #: networks/templates/create_net_block.html:59 msgid "IPv6 Subnet pool" msgstr "" #: networks/templates/create_net_block.html:65 msgid "DHCPv6" msgstr "" #: networks/templates/create_net_block.html:71 msgid "Bridge Name" msgstr "" #: networks/templates/create_net_block.html:77 msgid "Open vSwitch" msgstr "" #: networks/templates/modify_ipv4_fixed_address.html:12 msgid "Add IPv4 Fixed Address" msgstr "" #: networks/templates/modify_ipv4_fixed_address.html:18 #: networks/templates/modify_ipv6_fixed_address.html:18 msgid "Subnet Pool" msgstr "" #: networks/templates/modify_ipv4_fixed_address.html:36 #: networks/templates/modify_ipv6_fixed_address.html:36 #: networks/templates/network.html:176 networks/templates/network.html:285 msgid "Address" msgstr "" #: networks/templates/modify_ipv6_fixed_address.html:12 msgid "Add IPV6 Fixed Address" msgstr "" #: networks/templates/modify_ipv6_fixed_address.html:24 #: networks/templates/network.html:284 msgid "ID" msgstr "" #: networks/templates/network.html:44 msgid "Network name" msgstr "" #: networks/templates/network.html:92 msgid "IPv4 Configuration" msgstr "" #: networks/templates/network.html:95 msgid "IPv4 Forwarding" msgstr "" #: networks/templates/network.html:115 networks/templates/network.html:227 msgid "ON" msgstr "" #: networks/templates/network.html:117 networks/templates/network.html:229 msgid "OFF" msgstr "" #: networks/templates/network.html:124 networks/templates/network.html:130 #: networks/templates/network.html:236 networks/templates/network.html:242 msgid "End" msgstr "" #: networks/templates/network.html:138 networks/templates/network.html:251 msgid "Edit DHCP Range" msgstr "" #: networks/templates/network.html:152 msgid "IPv4 Fixed Addresses" msgstr "" #: networks/templates/network.html:161 networks/templates/network.html:271 #: nwfilters/templates/nwfilters.html:88 msgid "Show" msgstr "" #: networks/templates/network.html:169 networks/templates/network.html:279 #: venv/lib/python3.6/site-packages/django/forms/widgets.py:395 #: venv2/lib/python2.7/site-packages/django/forms/widgets.py:377 msgid "Clear" msgstr "" #: networks/templates/network.html:192 networks/templates/network.html:301 msgid "Edit entry" msgstr "" #: networks/templates/network.html:197 networks/templates/network.html:306 msgid "Delete entry" msgstr "" #: networks/templates/network.html:210 msgid "IPv6 Configuration" msgstr "" #: networks/templates/network.html:213 msgid "IPv6 Forwarding" msgstr "" #: networks/templates/network.html:264 msgid "IPv6 Fixed Addresses" msgstr "" #: networks/templates/networks.html:50 msgid "Hypervisor doesn't have any Network" msgstr "" #: networks/templates/networks.html:65 msgid "Forward" msgstr "" #: networks/views.py:43 msgid "Network pool name already in use" msgstr "" #: networks/views.py:46 msgid "Please enter bridge name" msgstr "" #: networks/views.py:54 msgid "For libvirt, the IPv6 network prefix must be /64" msgstr "" #: networks/views.py:124 msgid "Unknown Network Family" msgstr "" #: networks/views.py:174 msgid "{family.upper()} Fixed Address Operation Completed." msgstr "" #: networks/views.py:184 msgid "{family.upper()} Fixed Address is Deleted." msgstr "" #: networks/views.py:192 msgid "{family.upper()} DHCP Range is Changed." msgstr "" #: networks/views.py:201 msgid "" "Network XML is changed. \\Stop and start network to activate new config." msgstr "" #: networks/views.py:203 msgid "Network XML is changed." msgstr "" #: networks/views.py:219 msgid "{} QoS is set" msgstr "" #: nwfilters/templates/add_nwf_rule.html:12 msgid "Add New NWFilter Rule" msgstr "" #: nwfilters/templates/add_nwf_rule.html:22 msgid "If there is a rule which has same attributes it replaces that rule" msgstr "" #: nwfilters/templates/create_nwfilter_block.html:12 msgid "Create New NWFilter" msgstr "" #: nwfilters/templates/nwfilter.html:42 nwfilters/templates/nwfilters.html:58 #: secrets/templates/secrets.html:59 msgid "UUID" msgstr "" #: nwfilters/templates/nwfilter.html:71 msgid "Filter References" msgstr "" #: nwfilters/templates/nwfilter.html:103 msgid "Reference" msgstr "" #: nwfilters/templates/nwfilter.html:128 msgid "Rules" msgstr "" #: nwfilters/templates/nwfilter.html:132 msgid "Rule" msgstr "" #: nwfilters/templates/nwfilter.html:133 msgid "Action Type" msgstr "" #: nwfilters/templates/nwfilter.html:135 msgid "Priority" msgstr "" #: nwfilters/templates/nwfilter.html:136 msgid "Statematch" msgstr "" #: nwfilters/templates/nwfilter.html:137 msgid "Directives" msgstr "" #: nwfilters/templates/nwfilters.html:74 msgid "Details of NWFilter" msgstr "" #: nwfilters/templates/nwfilters.html:97 msgid "Clone NWFilter" msgstr "" #: nwfilters/templates/nwfilters.html:138 msgid "Hypervisor doesn't have any NWFilters" msgstr "" #: nwfilters/views.py:43 msgid "A network filter with this name already exists" msgstr "" #: nwfilters/views.py:46 msgid "A network filter with this UUID already exists" msgstr "" #: nwfilters/views.py:50 #, python-format msgid "Creating NWFilter: %s" msgstr "" #: nwfilters/views.py:59 #, python-brace-format msgid "Deleting NWFilter: {name}" msgstr "" #: nwfilters/views.py:71 #, python-brace-format msgid "NWFilter is in use by {inst}. Cannot be deleted." msgstr "" #: nwfilters/views.py:88 #, python-brace-format msgid "Cloning NWFilter {name} as {cln_name}" msgstr "" #: secrets/templates/create_secret_block.html:12 msgid "Create New Secret" msgstr "" #: secrets/templates/create_secret_block.html:18 msgid "Ephemeral" msgstr "" #: secrets/templates/create_secret_block.html:21 #: secrets/templates/create_secret_block.html:30 msgid "no" msgstr "" #: secrets/templates/create_secret_block.html:22 #: secrets/templates/create_secret_block.html:31 msgid "yes" msgstr "" #: secrets/templates/create_secret_block.html:27 msgid "Private" msgstr "" #: secrets/templates/create_secret_block.html:36 #: storages/templates/storage.html:55 msgid "Usage" msgstr "" #: secrets/templates/create_secret_block.html:46 #: secrets/templates/secrets.html:61 msgid "Data" msgstr "" #: secrets/templates/secrets.html:50 msgid "Hypervisor doesn't have any Secrets" msgstr "" #: secrets/templates/secrets.html:60 msgid "Usage Type" msgstr "" #: secrets/templates/secrets.html:88 msgid "Set secret value" msgstr "" #: secrets/templates/secrets.html:94 msgid "Value" msgstr "" #: storages/forms.py:9 storages/forms.py:36 msgid "No path has been entered" msgstr "" #: storages/forms.py:33 msgid "The target must not contain any special characters" msgstr "" #: storages/forms.py:45 msgid "No device or path has been entered" msgstr "" #: storages/forms.py:47 msgid "The disk source must not contain any special characters" msgstr "" #: storages/forms.py:61 storages/forms.py:76 msgid "The image name must not contain any special characters" msgstr "" #: storages/forms.py:78 msgid "The image name must not exceed 120 characters" msgstr "" #: storages/templates/create_stg_block.html:12 msgid "Create Storage Pool" msgstr "" #: storages/templates/create_stg_block.html:18 msgid "DIR" msgstr "" #: storages/templates/create_stg_block.html:21 msgid "LVM" msgstr "" #: storages/templates/create_stg_block.html:23 msgid "CEPH" msgstr "" #: storages/templates/create_stg_block.html:25 msgid "NETFS" msgstr "" #: storages/templates/create_stg_block.html:27 msgid "ISO" msgstr "" #: storages/templates/create_stg_block.html:48 #: storages/templates/create_stg_block.html:222 msgid "Path" msgstr "" #: storages/templates/create_stg_block.html:106 msgid "Ceph User" msgstr "" #: storages/templates/create_stg_block.html:112 msgid "Ceph Pool" msgstr "" #: storages/templates/create_stg_block.html:118 msgid "Ceph Host" msgstr "" #: storages/templates/create_stg_block.html:177 msgid "Remote Path" msgstr "" #: storages/templates/create_stg_block.html:186 msgid "auto" msgstr "" #: storages/templates/create_stg_block.html:187 msgid "nfs" msgstr "" #: storages/templates/create_stg_block.html:188 msgid "glusterfs" msgstr "" #: storages/templates/create_stg_block.html:189 msgid "cifs" msgstr "" #: storages/templates/create_stg_block.html:194 msgid "Local Path" msgstr "" #: storages/templates/create_stg_vol_block.html:15 msgid "Upload ISO Image" msgstr "" #: storages/templates/create_stg_vol_block.html:29 msgid "Upload" msgstr "" #: storages/templates/create_stg_vol_block.html:46 msgid "Add New Volume" msgstr "" #: storages/templates/storage.html:45 msgid "Pool name" msgstr "" #: storages/templates/storage.html:47 msgid "Pool type" msgstr "" #: storages/templates/storage.html:49 msgid "Pool path" msgstr "" #: storages/templates/storage.html:51 msgid "Pool status" msgstr "" #: storages/templates/storage.html:86 storages/templates/storages.html:68 msgid "Volumes" msgstr "" #: storages/templates/storage.html:98 msgid "Allocated" msgstr "" #: storages/templates/storage.html:119 msgid "Clone image" msgstr "" #: storages/templates/storage.html:132 msgid "Convert" msgstr "" #: storages/templates/storage.html:141 msgid "raw" msgstr "" #: storages/templates/storage.html:142 msgid "qcow" msgstr "" #: storages/templates/storage.html:143 msgid "qcow2" msgstr "" #: storages/templates/storage.html:188 msgid "Hypervisor doesn't have any Volumes" msgstr "" #: storages/templates/storages.html:50 msgid "Hypervisor doesn't have any Storages" msgstr "" #: storages/views.py:40 msgid "Pool name already use" msgstr "" #: storages/views.py:44 msgid "You need create secret for pool" msgstr "" #: storages/views.py:47 msgid "You need input all fields for creating ceph pool" msgstr "" #: storages/views.py:129 #, python-brace-format msgid "Volume: {volname} is deleted." msgstr "" #: storages/views.py:134 msgid "ISO image already exist" msgstr "" #: storages/views.py:138 msgid "ISO: {request.FILES['file']} is uploaded." msgstr "" #: storages/views.py:147 msgid "Name of volume already in use" msgstr "" #: storages/views.py:157 msgid "{data['image']} image cloned as {name} successfully" msgstr "" #: storages/views.py:196 #, python-brace-format msgid "Image file {name} is created successfully" msgstr "" #: templates/403.html:3 msgid "403" msgstr "" #: templates/403.html:7 templates/404.html:7 templates/500.html:7 msgid "Oops!" msgstr "" #: templates/403.html:9 msgid "403 Forbidden" msgstr "" #: templates/403.html:11 msgid "You do not have permission to access this page." msgstr "" #: templates/403.html:12 templates/404.html:12 templates/500.html:12 msgid "Back" msgstr "" #: templates/404.html:3 msgid "404" msgstr "" #: templates/404.html:9 msgid "404 Not Found" msgstr "" #: templates/404.html:11 msgid "The requested page was not found on this server." msgstr "" #: templates/500.html:3 msgid "500" msgstr "" #: templates/500.html:9 msgid "500 Internal Server Error" msgstr "" #: templates/500.html:11 msgid "" "The server encountered an internal error or misconfiguration and was unable " "to complete you request." msgstr "" #: templates/common/confirm_delete.html:12 msgid "Are you sure you want to delete" msgstr "" #: templates/errors_block.html:8 msgid "Error" msgstr "" #: templates/messages_block.html:8 msgid "Success" msgstr "" #: templates/navbar.html:47 msgid "Log Out" msgstr "" #: templates/pleasewaitdialog.html:7 msgid "Processing" msgstr "" #: venv/lib/python3.6/site-packages/bootstrap4/components.py:17 #: venv/lib/python3.6/site-packages/bootstrap4/templates/bootstrap4/form_errors.html:3 #: venv/lib/python3.6/site-packages/bootstrap4/templates/bootstrap4/messages.html:4 msgid "close" msgstr "" #: venv/lib/python3.6/site-packages/django/contrib/messages/apps.py:7 #: venv2/lib/python2.7/site-packages/django/contrib/messages/apps.py:7 msgid "Messages" msgstr "" #: venv/lib/python3.6/site-packages/django/contrib/sitemaps/apps.py:7 #: venv2/lib/python2.7/site-packages/django/contrib/sitemaps/apps.py:7 msgid "Site Maps" msgstr "" #: venv/lib/python3.6/site-packages/django/contrib/staticfiles/apps.py:9 #: venv2/lib/python2.7/site-packages/django/contrib/staticfiles/apps.py:7 msgid "Static Files" msgstr "" #: venv/lib/python3.6/site-packages/django/contrib/syndication/apps.py:7 #: venv2/lib/python2.7/site-packages/django/contrib/syndication/apps.py:7 msgid "Syndication" msgstr "" #: venv/lib/python3.6/site-packages/django/core/paginator.py:45 #: venv2/lib/python2.7/site-packages/django/core/paginator.py:43 msgid "That page number is not an integer" msgstr "" #: venv/lib/python3.6/site-packages/django/core/paginator.py:47 #: venv2/lib/python2.7/site-packages/django/core/paginator.py:45 msgid "That page number is less than 1" msgstr "" #: venv/lib/python3.6/site-packages/django/core/paginator.py:52 #: venv2/lib/python2.7/site-packages/django/core/paginator.py:50 msgid "That page contains no results" msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:31 #: venv2/lib/python2.7/site-packages/django/core/validators.py:34 msgid "Enter a valid value." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:102 #: venv/lib/python3.6/site-packages/django/forms/fields.py:658 #: venv2/lib/python2.7/site-packages/django/core/validators.py:107 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:671 msgid "Enter a valid URL." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:154 #: venv2/lib/python2.7/site-packages/django/core/validators.py:160 msgid "Enter a valid integer." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:165 #: venv2/lib/python2.7/site-packages/django/core/validators.py:171 msgid "Enter a valid email address." msgstr "" #. Translators: "letters" means latin letters: a-z and A-Z. #: venv/lib/python3.6/site-packages/django/core/validators.py:239 #: venv2/lib/python2.7/site-packages/django/core/validators.py:245 msgid "" "Enter a valid 'slug' consisting of letters, numbers, underscores or hyphens." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:246 #: venv2/lib/python2.7/site-packages/django/core/validators.py:252 msgid "" "Enter a valid 'slug' consisting of Unicode letters, numbers, underscores, or " "hyphens." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:255 #: venv/lib/python3.6/site-packages/django/core/validators.py:275 #: venv2/lib/python2.7/site-packages/django/core/validators.py:257 #: venv2/lib/python2.7/site-packages/django/core/validators.py:277 msgid "Enter a valid IPv4 address." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:260 #: venv/lib/python3.6/site-packages/django/core/validators.py:276 #: venv2/lib/python2.7/site-packages/django/core/validators.py:262 #: venv2/lib/python2.7/site-packages/django/core/validators.py:278 msgid "Enter a valid IPv6 address." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:270 #: venv/lib/python3.6/site-packages/django/core/validators.py:274 #: venv2/lib/python2.7/site-packages/django/core/validators.py:272 #: venv2/lib/python2.7/site-packages/django/core/validators.py:276 msgid "Enter a valid IPv4 or IPv6 address." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:304 #: venv2/lib/python2.7/site-packages/django/core/validators.py:308 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1131 msgid "Enter only digits separated by commas." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:310 #: venv2/lib/python2.7/site-packages/django/core/validators.py:314 #, python-format msgid "Ensure this value is %(limit_value)s (it is %(show_value)s)." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:342 #: venv2/lib/python2.7/site-packages/django/core/validators.py:345 #, python-format msgid "Ensure this value is less than or equal to %(limit_value)s." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:351 #: venv2/lib/python2.7/site-packages/django/core/validators.py:354 #, python-format msgid "Ensure this value is greater than or equal to %(limit_value)s." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:361 #: venv2/lib/python2.7/site-packages/django/core/validators.py:364 #, python-format msgid "" "Ensure this value has at least %(limit_value)d character (it has " "%(show_value)d)." msgid_plural "" "Ensure this value has at least %(limit_value)d characters (it has " "%(show_value)d)." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/core/validators.py:376 #: venv2/lib/python2.7/site-packages/django/core/validators.py:379 #, python-format msgid "" "Ensure this value has at most %(limit_value)d character (it has " "%(show_value)d)." msgid_plural "" "Ensure this value has at most %(limit_value)d characters (it has " "%(show_value)d)." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/core/validators.py:395 #: venv/lib/python3.6/site-packages/django/forms/fields.py:290 #: venv/lib/python3.6/site-packages/django/forms/fields.py:325 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:303 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:340 msgid "Enter a number." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:397 #: venv2/lib/python2.7/site-packages/django/core/validators.py:399 #, python-format msgid "Ensure that there are no more than %(max)s digit in total." msgid_plural "Ensure that there are no more than %(max)s digits in total." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/core/validators.py:402 #: venv2/lib/python2.7/site-packages/django/core/validators.py:404 #, python-format msgid "Ensure that there are no more than %(max)s decimal place." msgid_plural "Ensure that there are no more than %(max)s decimal places." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/core/validators.py:407 #: venv2/lib/python2.7/site-packages/django/core/validators.py:409 #, python-format msgid "" "Ensure that there are no more than %(max)s digit before the decimal point." msgid_plural "" "Ensure that there are no more than %(max)s digits before the decimal point." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/core/validators.py:469 #: venv2/lib/python2.7/site-packages/django/core/validators.py:463 #, python-format msgid "" "File extension '%(extension)s' is not allowed. Allowed extensions are: " "'%(allowed_extensions)s'." msgstr "" #: venv/lib/python3.6/site-packages/django/core/validators.py:521 msgid "Null characters are not allowed." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/base.py:1162 #: venv/lib/python3.6/site-packages/django/forms/models.py:756 #: venv2/lib/python2.7/site-packages/django/db/models/base.py:1209 #: venv2/lib/python2.7/site-packages/django/forms/models.py:749 msgid "and" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/base.py:1164 #: venv2/lib/python2.7/site-packages/django/db/models/base.py:1211 #, python-format msgid "%(model_name)s with this %(field_labels)s already exists." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:104 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:116 #, python-format msgid "Value %(value)r is not a valid choice." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:105 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:117 msgid "This field cannot be null." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:106 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:118 msgid "This field cannot be blank." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:107 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:119 #, python-format msgid "%(model_name)s with this %(field_label)s already exists." msgstr "" #. Translators: The 'lookup_type' is one of 'date', 'year' or 'month'. #. Eg: "Title must be unique for pub_date year" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:111 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:123 #, python-format msgid "" "%(field_label)s must be unique for %(date_field_label)s %(lookup_type)s." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:128 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:140 #, python-format msgid "Field of type: %(field_type)s" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:905 #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1772 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:901 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1809 msgid "Integer" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:909 #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1770 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:905 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1807 #, python-format msgid "'%(value)s' value must be an integer." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:984 #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1850 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:978 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1878 msgid "Big (8 byte) integer" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:996 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:990 #, python-format msgid "'%(value)s' value must be either True or False." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:997 #, python-format msgid "'%(value)s' value must be either True, False, or None." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:999 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:992 msgid "Boolean (Either True or False)" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1040 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1058 #, python-format msgid "String (up to %(max_length)s)" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1104 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1115 msgid "Comma-separated integers" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1153 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1172 #, python-format msgid "" "'%(value)s' value has an invalid date format. It must be in YYYY-MM-DD " "format." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1155 #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1298 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1174 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1319 #, python-format msgid "" "'%(value)s' value has the correct format (YYYY-MM-DD) but it is an invalid " "date." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1158 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1177 msgid "Date (without time)" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1296 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1317 #, python-format msgid "" "'%(value)s' value has an invalid format. It must be in YYYY-MM-DD HH:MM[:ss[." "uuuuuu]][TZ] format." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1300 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1321 #, python-format msgid "" "'%(value)s' value has the correct format (YYYY-MM-DD HH:MM[:ss[.uuuuuu]]" "[TZ]) but it is an invalid date/time." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1304 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1325 msgid "Date (with time)" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1452 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1475 #, python-format msgid "'%(value)s' value must be a decimal number." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1454 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1477 msgid "Decimal number" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1593 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1628 #, python-format msgid "" "'%(value)s' value has an invalid format. It must be in [DD] [HH:[MM:]]ss[." "uuuuuu] format." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1596 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1631 msgid "Duration" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1646 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1683 msgid "Email address" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1669 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1707 msgid "File path" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1735 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1773 #, python-format msgid "'%(value)s' value must be a float." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1737 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1775 msgid "Floating point number" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1866 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1893 msgid "IPv4 address" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1897 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:1924 msgid "IP address" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1977 #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1978 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2006 #, python-format msgid "'%(value)s' value must be either None, True or False." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:1980 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2008 msgid "Boolean (Either True, False or None)" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2015 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2071 msgid "Positive integer" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2028 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2083 msgid "Positive small integer" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2042 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2096 #, python-format msgid "Slug (up to %(max_length)s)" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2074 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2130 msgid "Small integer" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2081 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2137 msgid "Text" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2109 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2163 #, python-format msgid "" "'%(value)s' value has an invalid format. It must be in HH:MM[:ss[.uuuuuu]] " "format." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2111 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2165 #, python-format msgid "" "'%(value)s' value has the correct format (HH:MM[:ss[.uuuuuu]]) but it is an " "invalid time." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2114 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2168 msgid "Time" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2240 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2296 msgid "URL" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2262 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2319 msgid "Raw binary data" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2312 #: venv2/lib/python2.7/site-packages/django/db/models/fields/__init__.py:2366 #, python-format msgid "'%(value)s' is not a valid UUID." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/__init__.py:2314 msgid "Universally unique identifier" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/files.py:221 #: venv2/lib/python2.7/site-packages/django/db/models/fields/files.py:228 msgid "File" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/related.py:778 #: venv2/lib/python2.7/site-packages/django/db/models/fields/related.py:788 #, python-format msgid "%(model)s instance with %(field)s %(value)r does not exist." msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/related.py:780 #: venv2/lib/python2.7/site-packages/django/db/models/fields/related.py:790 msgid "Foreign Key (type determined by related field)" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/related.py:1007 #: venv2/lib/python2.7/site-packages/django/db/models/fields/related.py:1029 msgid "One-to-one relationship" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/related.py:1057 #: venv2/lib/python2.7/site-packages/django/db/models/fields/related.py:1104 #, python-format msgid "%(from)s-%(to)s relationship" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/related.py:1058 #: venv2/lib/python2.7/site-packages/django/db/models/fields/related.py:1105 #, python-format msgid "%(from)s-%(to)s relationships" msgstr "" #: venv/lib/python3.6/site-packages/django/db/models/fields/related.py:1100 #: venv2/lib/python2.7/site-packages/django/db/models/fields/related.py:1147 msgid "Many-to-many relationship" msgstr "" #. Translators: If found as last label character, these punctuation #. characters will prevent the default label_suffix to be appended to the label #: venv/lib/python3.6/site-packages/django/forms/boundfield.py:146 #: venv2/lib/python2.7/site-packages/django/forms/boundfield.py:181 msgid ":?.!" msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:53 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:56 msgid "This field is required." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:245 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:258 msgid "Enter a whole number." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:396 #: venv/lib/python3.6/site-packages/django/forms/fields.py:1126 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:418 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:1149 msgid "Enter a valid date." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:420 #: venv/lib/python3.6/site-packages/django/forms/fields.py:1127 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:442 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:1150 msgid "Enter a valid time." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:442 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:464 msgid "Enter a valid date/time." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:471 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:493 msgid "Enter a valid duration." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:472 #, python-brace-format msgid "The number of days must be between {min_days} and {max_days}." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:532 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:547 msgid "No file was submitted. Check the encoding type on the form." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:533 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:548 msgid "No file was submitted." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:534 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:549 msgid "The submitted file is empty." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:536 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:551 #, python-format msgid "Ensure this filename has at most %(max)d character (it has %(length)d)." msgid_plural "" "Ensure this filename has at most %(max)d characters (it has %(length)d)." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:539 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:554 msgid "Please either submit a file or check the clear checkbox, not both." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:600 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:619 msgid "" "Upload a valid image. The file you uploaded was either not an image or a " "corrupted image." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:762 #: venv/lib/python3.6/site-packages/django/forms/fields.py:852 #: venv/lib/python3.6/site-packages/django/forms/models.py:1270 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:776 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:872 #: venv2/lib/python2.7/site-packages/django/forms/models.py:1265 #, python-format msgid "Select a valid choice. %(value)s is not one of the available choices." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:853 #: venv/lib/python3.6/site-packages/django/forms/fields.py:968 #: venv/lib/python3.6/site-packages/django/forms/models.py:1269 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:873 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:990 #: venv2/lib/python2.7/site-packages/django/forms/models.py:1264 msgid "Enter a list of values." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:969 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:991 msgid "Enter a complete value." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/fields.py:1185 #: venv2/lib/python2.7/site-packages/django/forms/fields.py:1208 msgid "Enter a valid UUID." msgstr "" #. Translators: This is the default suffix added to form field labels #: venv/lib/python3.6/site-packages/django/forms/forms.py:86 #: venv2/lib/python2.7/site-packages/django/forms/forms.py:87 msgid ":" msgstr "" #: venv/lib/python3.6/site-packages/django/forms/forms.py:212 #: venv2/lib/python2.7/site-packages/django/forms/forms.py:213 #, python-format msgid "(Hidden field %(name)s) %(error)s" msgstr "" #: venv/lib/python3.6/site-packages/django/forms/formsets.py:91 #: venv2/lib/python2.7/site-packages/django/forms/formsets.py:97 msgid "ManagementForm data is missing or has been tampered with" msgstr "" #: venv/lib/python3.6/site-packages/django/forms/formsets.py:338 #: venv2/lib/python2.7/site-packages/django/forms/formsets.py:355 #, python-format msgid "Please submit %d or fewer forms." msgid_plural "Please submit %d or fewer forms." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/forms/formsets.py:345 #: venv2/lib/python2.7/site-packages/django/forms/formsets.py:362 #, python-format msgid "Please submit %d or more forms." msgid_plural "Please submit %d or more forms." msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/forms/formsets.py:371 #: venv/lib/python3.6/site-packages/django/forms/formsets.py:373 #: venv2/lib/python2.7/site-packages/django/forms/formsets.py:390 #: venv2/lib/python2.7/site-packages/django/forms/formsets.py:392 msgid "Order" msgstr "" #: venv/lib/python3.6/site-packages/django/forms/models.py:751 #: venv2/lib/python2.7/site-packages/django/forms/models.py:744 #, python-format msgid "Please correct the duplicate data for %(field)s." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/models.py:755 #: venv2/lib/python2.7/site-packages/django/forms/models.py:748 #, python-format msgid "Please correct the duplicate data for %(field)s, which must be unique." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/models.py:761 #: venv2/lib/python2.7/site-packages/django/forms/models.py:754 #, python-format msgid "" "Please correct the duplicate data for %(field_name)s which must be unique " "for the %(lookup)s in %(date_field)s." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/models.py:770 #: venv2/lib/python2.7/site-packages/django/forms/models.py:763 msgid "Please correct the duplicate values below." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/models.py:1091 msgid "The inline value did not match the parent instance." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/models.py:1158 #: venv2/lib/python2.7/site-packages/django/forms/models.py:1154 msgid "Select a valid choice. That choice is not one of the available choices." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/models.py:1272 #, python-format msgid "\"%(pk)s\" is not a valid value." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/utils.py:162 #: venv2/lib/python2.7/site-packages/django/forms/utils.py:172 #, python-format msgid "" "%(datetime)s couldn't be interpreted in time zone %(current_timezone)s; it " "may be ambiguous or it may not exist." msgstr "" #: venv/lib/python3.6/site-packages/django/forms/widgets.py:396 #: venv2/lib/python2.7/site-packages/django/forms/widgets.py:378 msgid "Currently" msgstr "" #: venv/lib/python3.6/site-packages/django/forms/widgets.py:710 #: venv2/lib/python2.7/site-packages/django/forms/widgets.py:704 msgid "Yes" msgstr "" #: venv/lib/python3.6/site-packages/django/forms/widgets.py:711 #: venv2/lib/python2.7/site-packages/django/forms/widgets.py:705 msgid "No" msgstr "" #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:788 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:851 msgid "yes,no,maybe" msgstr "" #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:817 #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:834 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:880 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:897 #, python-format msgid "%(size)d byte" msgid_plural "%(size)d bytes" msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:836 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:899 #, python-format msgid "%s KB" msgstr "" #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:838 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:901 #, python-format msgid "%s MB" msgstr "" #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:840 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:903 #, python-format msgid "%s GB" msgstr "" #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:842 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:905 #, python-format msgid "%s TB" msgstr "" #: venv/lib/python3.6/site-packages/django/template/defaultfilters.py:844 #: venv2/lib/python2.7/site-packages/django/template/defaultfilters.py:907 #, python-format msgid "%s PB" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dateformat.py:62 #: venv2/lib/python2.7/site-packages/django/utils/dateformat.py:66 msgid "p.m." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dateformat.py:63 #: venv2/lib/python2.7/site-packages/django/utils/dateformat.py:67 msgid "a.m." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dateformat.py:68 #: venv2/lib/python2.7/site-packages/django/utils/dateformat.py:72 msgid "PM" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dateformat.py:69 #: venv2/lib/python2.7/site-packages/django/utils/dateformat.py:73 msgid "AM" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dateformat.py:150 #: venv2/lib/python2.7/site-packages/django/utils/dateformat.py:158 msgid "midnight" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dateformat.py:152 #: venv2/lib/python2.7/site-packages/django/utils/dateformat.py:160 msgid "noon" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:6 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:6 msgid "Monday" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:6 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:6 msgid "Tuesday" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:6 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:6 msgid "Wednesday" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:6 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:6 msgid "Thursday" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:6 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:6 msgid "Friday" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:7 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:7 msgid "Saturday" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:7 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:7 msgid "Sunday" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:10 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:10 msgid "Mon" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:10 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:10 msgid "Tue" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:10 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:10 msgid "Wed" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:10 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:10 msgid "Thu" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:10 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:10 msgid "Fri" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:11 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:11 msgid "Sat" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:11 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:11 msgid "Sun" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:14 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:18 msgid "January" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:14 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:18 msgid "February" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:14 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:18 msgid "March" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:14 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:18 msgid "April" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:14 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:18 msgid "May" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:14 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:18 msgid "June" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:15 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:19 msgid "July" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:15 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:19 msgid "August" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:15 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:19 msgid "September" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:15 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:19 msgid "October" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:15 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:19 msgid "November" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:16 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:20 msgid "December" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:19 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:23 msgid "jan" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:19 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:23 msgid "feb" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:19 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:23 msgid "mar" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:19 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:23 msgid "apr" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:19 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:23 msgid "may" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:19 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:23 msgid "jun" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:20 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:24 msgid "jul" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:20 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:24 msgid "aug" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:20 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:24 msgid "sep" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:20 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:24 msgid "oct" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:20 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:24 msgid "nov" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:20 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:24 msgid "dec" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:23 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:31 msgctxt "abbrev. month" msgid "Jan." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:24 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:32 msgctxt "abbrev. month" msgid "Feb." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:25 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:33 msgctxt "abbrev. month" msgid "March" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:26 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:34 msgctxt "abbrev. month" msgid "April" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:27 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:35 msgctxt "abbrev. month" msgid "May" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:28 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:36 msgctxt "abbrev. month" msgid "June" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:29 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:37 msgctxt "abbrev. month" msgid "July" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:30 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:38 msgctxt "abbrev. month" msgid "Aug." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:31 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:39 msgctxt "abbrev. month" msgid "Sept." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:32 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:40 msgctxt "abbrev. month" msgid "Oct." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:33 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:41 msgctxt "abbrev. month" msgid "Nov." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:34 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:42 msgctxt "abbrev. month" msgid "Dec." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:37 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:45 msgctxt "alt. month" msgid "January" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:38 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:46 msgctxt "alt. month" msgid "February" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:39 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:47 msgctxt "alt. month" msgid "March" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:40 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:48 msgctxt "alt. month" msgid "April" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:41 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:49 msgctxt "alt. month" msgid "May" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:42 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:50 msgctxt "alt. month" msgid "June" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:43 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:51 msgctxt "alt. month" msgid "July" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:44 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:52 msgctxt "alt. month" msgid "August" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:45 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:53 msgctxt "alt. month" msgid "September" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:46 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:54 msgctxt "alt. month" msgid "October" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:47 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:55 msgctxt "alt. month" msgid "November" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/dates.py:48 #: venv2/lib/python2.7/site-packages/django/utils/dates.py:56 msgctxt "alt. month" msgid "December" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/ipv6.py:8 #: venv2/lib/python2.7/site-packages/django/utils/ipv6.py:12 msgid "This is not a valid IPv6 address." msgstr "" #: venv/lib/python3.6/site-packages/django/utils/text.py:67 #, python-format msgctxt "String to return when truncating text" msgid "%(truncated_text)s…" msgstr "" #: venv/lib/python3.6/site-packages/django/utils/text.py:233 #: venv2/lib/python2.7/site-packages/django/utils/text.py:251 msgid "or" msgstr "" #. Translators: This string is used as a separator between list elements #: venv/lib/python3.6/site-packages/django/utils/text.py:252 #: venv/lib/python3.6/site-packages/django/utils/timesince.py:83 #: venv2/lib/python2.7/site-packages/django/utils/text.py:270 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:71 msgid ", " msgstr "" #: venv/lib/python3.6/site-packages/django/utils/timesince.py:9 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:11 #, python-format msgid "%d year" msgid_plural "%d years" msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/utils/timesince.py:10 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:12 #, python-format msgid "%d month" msgid_plural "%d months" msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/utils/timesince.py:11 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:13 #, python-format msgid "%d week" msgid_plural "%d weeks" msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/utils/timesince.py:12 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:14 #, python-format msgid "%d day" msgid_plural "%d days" msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/utils/timesince.py:13 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:15 #, python-format msgid "%d hour" msgid_plural "%d hours" msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/utils/timesince.py:14 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:16 #, python-format msgid "%d minute" msgid_plural "%d minutes" msgstr[0] "" msgstr[1] "" #: venv/lib/python3.6/site-packages/django/utils/timesince.py:72 #: venv2/lib/python2.7/site-packages/django/utils/timesince.py:60 msgid "0 minutes" msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:110 #: venv2/lib/python2.7/site-packages/django/views/csrf.py:109 msgid "Forbidden" msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:111 #: venv2/lib/python2.7/site-packages/django/views/csrf.py:110 msgid "CSRF verification failed. Request aborted." msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:115 #: venv2/lib/python2.7/site-packages/django/views/csrf.py:114 msgid "" "You are seeing this message because this HTTPS site requires a 'Referer " "header' to be sent by your Web browser, but none was sent. This header is " "required for security reasons, to ensure that your browser is not being " "hijacked by third parties." msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:120 #: venv2/lib/python2.7/site-packages/django/views/csrf.py:119 msgid "" "If you have configured your browser to disable 'Referer' headers, please re-" "enable them, at least for this site, or for HTTPS connections, or for 'same-" "origin' requests." msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:124 msgid "" "If you are using the tag or " "including the 'Referrer-Policy: no-referrer' header, please remove them. The " "CSRF protection requires the 'Referer' header to do strict referer checking. " "If you're concerned about privacy, use alternatives like for links to third-party sites." msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:132 #: venv2/lib/python2.7/site-packages/django/views/csrf.py:124 msgid "" "You are seeing this message because this site requires a CSRF cookie when " "submitting forms. This cookie is required for security reasons, to ensure " "that your browser is not being hijacked by third parties." msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:137 #: venv2/lib/python2.7/site-packages/django/views/csrf.py:129 msgid "" "If you have configured your browser to disable cookies, please re-enable " "them, at least for this site, or for 'same-origin' requests." msgstr "" #: venv/lib/python3.6/site-packages/django/views/csrf.py:142 #: venv2/lib/python2.7/site-packages/django/views/csrf.py:134 msgid "More information is available with DEBUG=True." msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:41 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:48 msgid "No year specified" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:61 #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:111 #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:208 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:72 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:132 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:249 msgid "Date out of range" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:90 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:107 msgid "No month specified" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:142 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:169 msgid "No day specified" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:188 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:225 msgid "No week specified" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:338 #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:367 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:387 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:415 #, python-format msgid "No %(verbose_name_plural)s available" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:589 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:669 #, python-format msgid "" "Future %(verbose_name_plural)s not available because %(class_name)s." "allow_future is False." msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/dates.py:623 #: venv2/lib/python2.7/site-packages/django/views/generic/dates.py:703 #, python-format msgid "Invalid date string '%(datestr)s' given format '%(format)s'" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/detail.py:54 #: venv2/lib/python2.7/site-packages/django/views/generic/detail.py:55 #, python-format msgid "No %(verbose_name)s found matching the query" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/list.py:67 #: venv2/lib/python2.7/site-packages/django/views/generic/list.py:77 msgid "Page is not 'last', nor can it be converted to an int." msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/list.py:72 #: venv2/lib/python2.7/site-packages/django/views/generic/list.py:82 #, python-format msgid "Invalid page (%(page_number)s): %(message)s" msgstr "" #: venv/lib/python3.6/site-packages/django/views/generic/list.py:154 #: venv2/lib/python2.7/site-packages/django/views/generic/list.py:172 #, python-format msgid "Empty list and '%(class_name)s.allow_empty' is False." msgstr "" #: venv/lib/python3.6/site-packages/django/views/static.py:40 #: venv2/lib/python2.7/site-packages/django/views/static.py:44 msgid "Directory indexes are not allowed here." msgstr "" #: venv/lib/python3.6/site-packages/django/views/static.py:42 #: venv2/lib/python2.7/site-packages/django/views/static.py:46 #, python-format msgid "\"%(path)s\" does not exist" msgstr "" #: venv/lib/python3.6/site-packages/django/views/static.py:80 #: venv2/lib/python2.7/site-packages/django/views/static.py:86 #, python-format msgid "Index of %(directory)s" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:6 msgid "Django: the Web framework for perfectionists with deadlines." msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:345 #, python-format msgid "" "View release notes for Django %(version)s" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:367 msgid "The install worked successfully! Congratulations!" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:368 #, python-format msgid "" "You are seeing this page because DEBUG=True is in your settings file and you have not configured any " "URLs." msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:383 msgid "Django Documentation" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:384 msgid "Topics, references, & how-to's" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:395 msgid "Tutorial: A Polling App" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:396 msgid "Get started with Django" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:407 msgid "Django Community" msgstr "" #: venv/lib/python3.6/site-packages/django/views/templates/default_urlconf.html:408 msgid "Connect, get help, or contribute" msgstr "" #: venv/lib/python3.6/site-packages/django_icons/renderers/image.py:217 msgid "Icon of {}" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/forms.py:58 msgid "Please enter your OTP token." msgstr "" #: venv/lib/python3.6/site-packages/django_otp/forms.py:59 #, python-brace-format msgid "Error generating challenge: {0}" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/forms.py:60 msgid "The selected OTP device is not interactive" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/forms.py:61 #, python-brace-format msgid "OTP Challenge: {0}" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/forms.py:62 msgid "Invalid token. Please make sure you have entered it correctly." msgstr "" #: venv/lib/python3.6/site-packages/django_otp/forms.py:64 #, python-format msgid "" "Verification temporarily disabled because of %(failure_count)d failed " "attempt, please try again soon." msgid_plural "" "Verification temporarily disabled because of %(failure_count)d failed " "attempts, please try again soon." msgstr[0] "" msgstr[1] "" msgstr[2] "" msgstr[3] "" #: venv/lib/python3.6/site-packages/django_otp/forms.py:67 msgid "Verification of the token is currently disabled" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:36 msgid "Please correct the error below." msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:36 msgid "Please correct the errors below." msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:52 #, python-format msgid "" "You are authenticated as %(username)s, but are not authorized to access this " "page. Would you like to login to a different account?" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:72 msgid "OTP Device:" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:77 msgid "OTP Token:" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:82 msgid "Forgotten your password or username?" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:86 msgid "Log in" msgstr "" #: venv/lib/python3.6/site-packages/django_otp/templates/otp/admin111/login.html:88 msgid "Get OTP Challenge" msgstr "" #: venv2/lib/python2.7/site-packages/django/forms/models.py:1093 msgid "The inline foreign key did not match the parent instance primary key." msgstr "" #: venv2/lib/python2.7/site-packages/django/forms/models.py:1267 #, python-format msgid "\"%(pk)s\" is not a valid value for a primary key." msgstr "" #: venv2/lib/python2.7/site-packages/django/utils/text.py:81 #, python-format msgctxt "String to return when truncating text" msgid "%(truncated_text)s..." msgstr "" #: venv2/lib/python2.7/site-packages/django/views/debug.py:520 msgid "Welcome to Django" msgstr "" #: venv2/lib/python2.7/site-packages/django/views/debug.py:521 msgid "It worked!" msgstr "" #: venv2/lib/python2.7/site-packages/django/views/debug.py:522 msgid "Congratulations on your first Django-powered page." msgstr "" #: venv2/lib/python2.7/site-packages/django/views/debug.py:524 msgid "" "Next, start your first app by running python manage.py startapp " "[app_label]." msgstr "" #: venv2/lib/python2.7/site-packages/django/views/debug.py:527 msgid "" "You're seeing this message because you have DEBUG = True in " "your Django settings file and you haven't configured any URLs. Get to work!" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:313 msgid "usage: " msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:821 msgid ".__call__() not defined" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1105 #, python-format msgid "unknown parser %r (choices: %s)" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1146 #, python-format msgid "argument \"-\" with mode %r" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1349 #, python-format msgid "cannot merge actions - two groups are named %r" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1387 msgid "'required' is an invalid argument for positionals" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1407 #, python-format msgid "invalid option string %r: must start with a character %r" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1428 #, python-format msgid "dest= is required for options like %r" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1445 #, python-format msgid "invalid conflict_resolution value: %r" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1463 #, python-format msgid "conflicting option string(s): %s" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1526 msgid "mutually exclusive arguments must be optional" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1596 msgid "positional arguments" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1597 msgid "optional arguments" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1615 msgid "show this help message and exit" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1621 msgid "show program's version number and exit" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1653 msgid "cannot have multiple subparser arguments" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1705 #, python-format msgid "unrecognized arguments: %s" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1802 #, python-format msgid "not allowed with argument %s" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1848 #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1862 #, python-format msgid "ignored explicit argument %r" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1952 msgid "too few arguments" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1959 #, python-format msgid "argument %s is required" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:1973 #, python-format msgid "one of the arguments %s is required" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2019 msgid "expected one argument" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2020 msgid "expected at most one argument" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2021 msgid "expected at least one argument" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2023 #, python-format msgid "expected %s argument(s)" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2080 #, python-format msgid "ambiguous option: %s could match %s" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2142 #, python-format msgid "unexpected option string: %s" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2243 #, python-format msgid "%r is not callable" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2259 #, python-format msgid "invalid %s value: %r" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2269 #, python-format msgid "invalid choice: %r (choose from %s)" msgstr "" #: venv2/lib/python2.7/site-packages/gunicorn/argparse_compat.py:2362 #, python-format msgid "%s: error: %s\n" msgstr "" #: webvirtcloud/middleware.py:21 #, python-format msgid "libvirt Error - %(exception)s" msgstr ""