~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to ironic/locale/ironic.pot

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-01-05 12:21:37 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20150105122137-171bqrdpcxqipunk
Tags: 2015.1~b1-0ubuntu1
* New upstream beta release:
  - d/control: Align version requirements with upstream release.
* d/watch: Update uversionmangle to deal with kilo beta versioning
  changes.
* d/control: Bumped Standards-Version to 3.9.6, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
 
"Project-Id-Version: ironic 2014.2.dev151.g8a0923c\n"
 
9
"Project-Id-Version: ironic 2015.1.dev9.gd7cc831\n"
10
10
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11
 
"POT-Creation-Date: 2014-09-30 06:47+0000\n"
 
11
"POT-Creation-Date: 2014-10-08 06:10+0000\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
18
18
"Generated-By: Babel 1.3\n"
19
19
 
20
20
#: ironic/api/controllers/v1/driver.py:116
21
 
#: ironic/api/controllers/v1/node.py:555
 
21
#: ironic/api/controllers/v1/node.py:558
22
22
msgid "Method not specified"
23
23
msgstr ""
24
24
 
32
32
msgid "Node %s is already being provisioned or decommissioned."
33
33
msgstr ""
34
34
 
35
 
#: ironic/api/controllers/v1/node.py:593
 
35
#: ironic/api/controllers/v1/node.py:596
36
36
msgid "Chassis id not specified."
37
37
msgstr ""
38
38
 
39
 
#: ironic/api/controllers/v1/node.py:774
 
39
#: ironic/api/controllers/v1/node.py:777
40
40
#, python-format
41
41
msgid "Node %s can not be updated while a state transition is in progress."
42
42
msgstr ""
507
507
msgid "Failed to create a file system. File system %(fs)s is not supported."
508
508
msgstr ""
509
509
 
510
 
#: ironic/common/hash_ring.py:68
 
510
#: ironic/common/hash_ring.py:85
511
511
msgid "Invalid hosts supplied when building HashRing."
512
512
msgstr ""
513
513
 
514
 
#: ironic/common/hash_ring.py:81
 
514
#: ironic/common/hash_ring.py:107
515
515
msgid "Invalid data supplied to HashRing.get_hosts."
516
516
msgstr ""
517
517
 
518
 
#: ironic/common/hash_ring.py:146
 
518
#: ironic/common/hash_ring.py:190
519
519
#, python-format
520
520
msgid "The driver '%s' is unknown."
521
521
msgstr ""
534
534
msgid "Converted to raw, but format is now %s"
535
535
msgstr ""
536
536
 
537
 
#: ironic/common/keystone.py:71
 
537
#: ironic/common/keystone.py:44
538
538
msgid "Keystone API endpoint is missing"
539
539
msgstr ""
540
540
 
541
 
#: ironic/common/keystone.py:91
 
541
#: ironic/common/keystone.py:63
542
542
#, python-format
543
543
msgid "Could not perform authorization process for service catalog: %s"
544
544
msgstr ""
545
545
 
546
 
#: ironic/common/keystone.py:96
 
546
#: ironic/common/keystone.py:99
547
547
msgid "No keystone service catalog loaded"
548
548
msgstr ""
549
549
 
588
588
msgid "Invalid private key"
589
589
msgstr ""
590
590
 
591
 
#: ironic/common/utils.py:164
592
 
#, python-format
593
 
msgid "Invalid backend: %s"
594
 
msgstr ""
595
 
 
596
591
#: ironic/common/glance_service/v2/image_service.py:129
597
592
#, python-format
598
593
msgid "The given image info does not have a valid image id: %s"
620
615
msgid "\"swift_temp_url_duration\" must be a positive integer."
621
616
msgstr ""
622
617
 
623
 
#: ironic/conductor/manager.py:253
 
618
#: ironic/conductor/manager.py:270
624
619
msgid "Invalid method call: update_node can not change node state."
625
620
msgstr ""
626
621
 
627
 
#: ironic/conductor/manager.py:291 ironic/conductor/manager.py:433
 
622
#: ironic/conductor/manager.py:308 ironic/conductor/manager.py:452
628
623
msgid "No free conductor workers available"
629
624
msgstr ""
630
625
 
631
 
#: ironic/conductor/manager.py:481
 
626
#: ironic/conductor/manager.py:500
632
627
#, python-format
633
628
msgid ""
634
629
"RPC do_node_deploy called to rebuild %(node)s, but provision state is "
635
630
"%(curstate)s. State must be one of : %(states)s."
636
631
msgstr ""
637
632
 
638
 
#: ironic/conductor/manager.py:488
 
633
#: ironic/conductor/manager.py:507
639
634
#, python-format
640
635
msgid ""
641
636
"RPC do_node_deploy called for %(node)s, but provision state is already "
642
637
"%(state)s."
643
638
msgstr ""
644
639
 
645
 
#: ironic/conductor/manager.py:494
 
640
#: ironic/conductor/manager.py:513
646
641
msgid "provisioning"
647
642
msgstr ""
648
643
 
649
 
#: ironic/conductor/manager.py:501
 
644
#: ironic/conductor/manager.py:521
650
645
#, python-format
651
 
msgid "RPC do_node_deploy failed to validate deploy info. Error: %(msg)s"
 
646
msgid "RPC do_node_deploy failed to validate deploy or power info. Error: %(msg)s"
652
647
msgstr ""
653
648
 
654
 
#: ironic/conductor/manager.py:532
 
649
#: ironic/conductor/manager.py:556
655
650
#, python-format
656
651
msgid "Failed to deploy. Error: %s"
657
652
msgstr ""
658
653
 
659
 
#: ironic/conductor/manager.py:575
 
654
#: ironic/conductor/manager.py:600
660
655
#, python-format
661
656
msgid "RPC do_node_tear_down not allowed for node %(node)s in state %(state)s"
662
657
msgstr ""
663
658
 
664
 
#: ironic/conductor/manager.py:588
 
659
#: ironic/conductor/manager.py:613
665
660
#, python-format
666
661
msgid "RPC do_node_tear_down failed to validate power info. Error: %(msg)s"
667
662
msgstr ""
668
663
 
669
 
#: ironic/conductor/manager.py:620
 
664
#: ironic/conductor/manager.py:645
670
665
#, python-format
671
666
msgid "Failed to tear down. Error: %s"
672
667
msgstr ""
673
668
 
674
 
#: ironic/conductor/manager.py:647
 
669
#: ironic/conductor/manager.py:675
675
670
#, python-format
676
671
msgid ""
677
672
"During sync_power_state, max retries exceeded for node %(node)s, node "
679
674
"state to '%(actual)s' Switching node to maintenance mode."
680
675
msgstr ""
681
676
 
682
 
#: ironic/conductor/manager.py:676
 
677
#: ironic/conductor/manager.py:704
683
678
msgid "Driver returns ERROR state."
684
679
msgstr ""
685
680
 
686
 
#: ironic/conductor/manager.py:902
 
681
#: ironic/conductor/manager.py:987
687
682
msgid "not supported"
688
683
msgstr ""
689
684
 
690
 
#: ironic/conductor/manager.py:931
 
685
#: ironic/conductor/manager.py:1016
691
686
msgid "The node is already in maintenance mode"
692
687
msgstr ""
693
688
 
694
 
#: ironic/conductor/manager.py:932
 
689
#: ironic/conductor/manager.py:1017
695
690
msgid "The node is not in maintenance mode"
696
691
msgstr ""
697
692
 
698
 
#: ironic/conductor/manager.py:975
 
693
#: ironic/conductor/manager.py:1060
699
694
#, python-format
700
695
msgid "Node %s can't be deleted because it's not powered off"
701
696
msgstr ""
702
697
 
703
 
#: ironic/conductor/manager.py:1047
 
698
#: ironic/conductor/manager.py:1132
704
699
msgid "enabled"
705
700
msgstr ""
706
701
 
707
 
#: ironic/conductor/manager.py:1047
 
702
#: ironic/conductor/manager.py:1132
708
703
msgid "disabled"
709
704
msgstr ""
710
705
 
711
 
#: ironic/conductor/manager.py:1067
 
706
#: ironic/conductor/manager.py:1155
712
707
msgid "enabling"
713
708
msgstr ""
714
709
 
715
 
#: ironic/conductor/manager.py:1067
 
710
#: ironic/conductor/manager.py:1155
716
711
msgid "disabling"
717
712
msgstr ""
718
713
 
719
 
#: ironic/conductor/manager.py:1068
 
714
#: ironic/conductor/manager.py:1156
720
715
#, python-format
721
716
msgid "Error %(op)s the console on node %(node)s. Reason: %(error)s"
722
717
msgstr ""
723
718
 
724
 
#: ironic/conductor/rpcapi.py:94
 
719
#: ironic/conductor/rpcapi.py:97
725
720
#, python-format
726
721
msgid "No conductor service registered which supports driver %s."
727
722
msgstr ""
728
723
 
729
 
#: ironic/conductor/utils.py:72 ironic/conductor/utils.py:116
 
724
#: ironic/conductor/utils.py:72 ironic/conductor/utils.py:118
730
725
#, python-format
731
726
msgid "Failed to change power state to '%(target)s'. Error: %(error)s"
732
727
msgstr ""
733
728
 
734
 
#: ironic/conductor/utils.py:139
 
729
#: ironic/conductor/utils.py:141
735
730
#, python-format
736
731
msgid "Timeout reached while waiting for callback for node %s"
737
732
msgstr ""
738
733
 
739
 
#: ironic/conductor/utils.py:145
 
734
#: ironic/conductor/utils.py:147
740
735
#, python-format
741
736
msgid "Cleanup failed for node %(node)s after deploy timeout:  %(error)s"
742
737
msgstr ""
743
738
 
744
 
#: ironic/conductor/utils.py:157
 
739
#: ironic/conductor/utils.py:159
745
740
msgid ""
746
741
"Deploy timed out, but an unhandled exception was encountered while "
747
742
"aborting. More info may be found in the log file."
796
791
msgid "Unable to import iboot library"
797
792
msgstr ""
798
793
 
799
 
#: ironic/drivers/fake.py:141 ironic/drivers/ilo.py:43 ironic/drivers/ilo.py:66
 
794
#: ironic/drivers/fake.py:141 ironic/drivers/ilo.py:42 ironic/drivers/ilo.py:65
800
795
#: ironic/drivers/pxe.py:160
801
796
msgid "Unable to import proliantutils library"
802
797
msgstr ""
957
952
#: ironic/drivers/modules/fake.py:181 ironic/drivers/modules/ipminative.py:404
958
953
#: ironic/drivers/modules/ipmitool.py:694
959
954
#: ironic/drivers/modules/seamicro.py:541 ironic/drivers/modules/ssh.py:635
960
 
#: ironic/drivers/modules/ilo/deploy.py:472
 
955
#: ironic/drivers/modules/ilo/deploy.py:516
961
956
#, python-format
962
957
msgid "Invalid boot device %s specified."
963
958
msgstr ""
1022
1017
 
1023
1018
#: ironic/drivers/modules/ipminative.py:68
1024
1019
#: ironic/drivers/modules/ipmitool.py:96
 
1020
#: ironic/drivers/modules/ilo/common.py:72
1025
1021
msgid "node's UDP port to connect to. Only required for console access."
1026
1022
msgstr ""
1027
1023
 
1191
1187
msgstr ""
1192
1188
 
1193
1189
#: ironic/drivers/modules/iscsi_deploy.py:309 ironic/drivers/modules/pxe.py:487
1194
 
#: ironic/drivers/modules/ilo/deploy.py:568
 
1190
#: ironic/drivers/modules/ilo/deploy.py:654
1195
1191
msgid "Failed to continue iSCSI deployment."
1196
1192
msgstr ""
1197
1193
 
1483
1479
msgstr ""
1484
1480
 
1485
1481
#: ironic/drivers/modules/drac/common.py:89
1486
 
#: ironic/drivers/modules/ilo/common.py:117
 
1482
#: ironic/drivers/modules/ilo/common.py:131
1487
1483
#, python-format
1488
1484
msgid ""
1489
1485
"The following errors were encountered while parsing driver_info:\n"
1517
1513
msgid "timeout (in seconds) for iLO operations. Optional."
1518
1514
msgstr ""
1519
1515
 
1520
 
#: ironic/drivers/modules/ilo/common.py:101
 
1516
#: ironic/drivers/modules/ilo/common.py:106
1521
1517
#, python-format
1522
1518
msgid "'%s' not supplied to IloDriver."
1523
1519
msgstr ""
1524
1520
 
1525
 
#: ironic/drivers/modules/ilo/common.py:103
 
1521
#: ironic/drivers/modules/ilo/common.py:108
1526
1522
#, python-format
1527
1523
msgid ""
1528
1524
"The following parameters were mising while parsing driver_info:\n"
1529
1525
"%s"
1530
1526
msgstr ""
1531
1527
 
1532
 
#: ironic/drivers/modules/ilo/common.py:112
 
1528
#: ironic/drivers/modules/ilo/common.py:117
 
1529
#: ironic/drivers/modules/ilo/common.py:128
1533
1530
#, python-format
1534
1531
msgid "'%s' is not an integer."
1535
1532
msgstr ""
1536
1533
 
1537
 
#: ironic/drivers/modules/ilo/common.py:165
 
1534
#: ironic/drivers/modules/ilo/common.py:179
1538
1535
msgid "iLO license check"
1539
1536
msgstr ""
1540
1537
 
1541
 
#: ironic/drivers/modules/ilo/common.py:255
 
1538
#: ironic/drivers/modules/ilo/common.py:269
1542
1539
#, python-format
1543
1540
msgid "Inserting virtual media %s"
1544
1541
msgstr ""
1545
1542
 
1546
 
#: ironic/drivers/modules/ilo/common.py:278
 
1543
#: ironic/drivers/modules/ilo/common.py:292
1547
1544
#, python-format
1548
1545
msgid "Setting %s as boot device"
1549
1546
msgstr ""
1550
1547
 
1551
 
#: ironic/drivers/modules/ilo/common.py:309
 
1548
#: ironic/drivers/modules/ilo/common.py:323
1552
1549
#, python-format
1553
1550
msgid "Setting %s as boot mode"
1554
1551
msgstr ""
1557
1554
msgid "UUID (from Glance) of the deployment ISO. Required."
1558
1555
msgstr ""
1559
1556
 
1560
 
#: ironic/drivers/modules/ilo/deploy.py:188
 
1557
#: ironic/drivers/modules/ilo/deploy.py:208
1561
1558
msgid "Error validating iLO virtual media deploy"
1562
1559
msgstr ""
1563
1560
 
1564
 
#: ironic/drivers/modules/ilo/deploy.py:518
 
1561
#: ironic/drivers/modules/ilo/deploy.py:558
 
1562
msgid "Console port not supplied to iLO driver."
 
1563
msgstr ""
 
1564
 
 
1565
#: ironic/drivers/modules/ilo/deploy.py:604
1565
1566
#, python-format
1566
1567
msgid "Unsupported method (%s) passed to iLO driver."
1567
1568
msgstr ""