Skip to content

Commit

Permalink
Merge pull request #67 from yuumasato/update_for_release
Browse files Browse the repository at this point in the history
Update version and translation files for release
  • Loading branch information
mpreisler committed Jun 4, 2018
2 parents 5232be8 + 6b08d4b commit 7d59da5
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 45 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
NAME = oscap-anaconda-addon

VERSION = 0.8
VERSION = 0.9

ADDON = org_fedora_oscap
TESTS = tests \
Expand Down
2 changes: 1 addition & 1 deletion oscap-anaconda-addon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
%endif

Name: oscap-anaconda-addon
Version: 0.8
Version: 0.9
Release: 1%{?dist}
Summary: Anaconda addon integrating OpenSCAP to the installation process

Expand Down
138 changes: 95 additions & 43 deletions po/oscap-anaconda-addon.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-28 16:42+0200\n"
"POT-Creation-Date: 2018-06-04 17:19+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand All @@ -17,156 +17,208 @@ msgstr ""
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../org_fedora_oscap/rule_handling.py:320
#, python-format
msgid "%s must be on a separate partition or logical volume"
#: ../org_fedora_oscap/rule_handling.py:392
#, python-brace-format
msgid ""
"{0} must be on a separate partition or logical volume and has to be created "
"in the partitioning layout before installation can occur with a security "
"profile"
msgstr ""

#. template for the message
#: ../org_fedora_oscap/rule_handling.py:328
#: ../org_fedora_oscap/rule_handling.py:403
#, python-format
msgid ""
"mount option '%(mount_option)s' added for the mount point %(mount_point)s"
msgstr ""

#. root password was not set
#. password length enforcement is not suported in the Anaconda yet
#: ../org_fedora_oscap/rule_handling.py:422
#: ../org_fedora_oscap/rule_handling.py:502
#, python-format
msgid "make sure to create password with minimal length of %d characters"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:428
#: ../org_fedora_oscap/rule_handling.py:509
msgid "cannot check root password length (password is crypted)"
msgstr ""

#. too short or already removed
#: ../org_fedora_oscap/rule_handling.py:433
#. too short
#: ../org_fedora_oscap/rule_handling.py:515
#, python-format
msgid ""
"root password was too short, a longer one with at least %d characters will "
"be required"
"root password is too short, a longer one with at least %d characters is "
"required"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:512
#: ../org_fedora_oscap/rule_handling.py:526
#: ../org_fedora_oscap/rule_handling.py:617
#: ../org_fedora_oscap/rule_handling.py:632
#, python-format
msgid "package '%s' has been added to the list of to be installed packages"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:534
#: ../org_fedora_oscap/rule_handling.py:548
#: ../org_fedora_oscap/rule_handling.py:641
#: ../org_fedora_oscap/rule_handling.py:656
#, python-format
msgid "package '%s' has been added to the list of excluded packages"
msgstr ""

#: ../org_fedora_oscap/categories/security.py:39
msgid "SECURITY"
#: ../org_fedora_oscap/rule_handling.py:754
msgid "Kdump will be disabled on startup"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:756
msgid "Kdump will be enabled on startup"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:903
msgid "Firewall will be disabled on startup"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:910
msgid "Firewall will be enabled on startup"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:918
#: ../org_fedora_oscap/rule_handling.py:955
#, python-format
msgid ""
"service '%s' has been added to the list of services to be added to the "
"firewall"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:925
#: ../org_fedora_oscap/rule_handling.py:966
#, python-format
msgid ""
"port '%s' has been added to the list of ports to be added to the firewall"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:932
#: ../org_fedora_oscap/rule_handling.py:977
#, python-format
msgid ""
"trust '%s' has been added to the list of trusts to be added to the firewall"
msgstr ""

#: ../org_fedora_oscap/rule_handling.py:986
#: ../org_fedora_oscap/rule_handling.py:1001
#, python-format
msgid ""
"service '%s' has been added to the list of services to be removed from the "
"firewall"
msgstr ""

#: ../org_fedora_oscap/ks/oscap.py:418
#: ../org_fedora_oscap/ks/oscap.py:423
#, python-format
msgid ""
"There was an error fetching and loading the security content:\n"
"%s\n"
"The installation should be aborted. Do you wish to continue anyway?"
msgstr ""

#: ../org_fedora_oscap/ks/oscap.py:447
#: ../org_fedora_oscap/ks/oscap.py:452
msgid ""
"The integrity check of the security content failed.\n"
"The installation should be aborted. Do you wish to continue anyway?"
msgstr ""

#. title of the spoke (will be displayed on the hub)
#: ../org_fedora_oscap/gui/spokes/oscap.py:162
#: ../org_fedora_oscap/gui/spokes/oscap.py:172
msgid "_SECURITY POLICY"
msgstr ""

#. the first status provided
#: ../org_fedora_oscap/gui/spokes/oscap.py:187
#: ../org_fedora_oscap/gui/spokes/oscap.py:197
msgid "Not ready"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:321
#: ../org_fedora_oscap/gui/spokes/oscap.py:345
msgid "Fetching content data"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:553
#: ../org_fedora_oscap/gui/spokes/oscap.py:895
#: ../org_fedora_oscap/gui/spokes/oscap.py:612
#: ../org_fedora_oscap/gui/spokes/oscap.py:1013
msgid "No profile selected"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:557
#: ../org_fedora_oscap/gui/spokes/oscap.py:617
msgid "No rules for the pre-installation phase"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:650
#: ../org_fedora_oscap/gui/spokes/oscap.py:755
msgid "Invalid content provided. Enter a different URL, please."
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:658
#: ../org_fedora_oscap/gui/spokes/oscap.py:763
msgid "Invalid or unsupported content URL, please enter a different one."
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:666
#: ../org_fedora_oscap/gui/spokes/oscap.py:771
msgid "Failed to fetch content. Enter a different URL, please."
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:674
#: ../org_fedora_oscap/gui/spokes/oscap.py:779
msgid ""
"Network error encountered when fetching data. Please check that network is "
"setup and working."
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:683
#: ../org_fedora_oscap/gui/spokes/oscap.py:788
msgid "The integrity check of the content failed. Cannot use the content."
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:691
#: ../org_fedora_oscap/gui/spokes/oscap.py:796
#, python-format
msgid "Failed to extract content (%s). Enter a different URL, please."
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:718
#: ../org_fedora_oscap/gui/spokes/oscap.py:814
#, python-format
msgid ""
"Profile with ID '%s' not defined in the content. Select a different profile, "
"please"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:830
msgid "Not applying security policy"
msgstr ""

#. TRANSLATORS: the other choice if SCAP Security Guide is also available
#: ../org_fedora_oscap/gui/spokes/oscap.py:746
#. TRANSLATORS: the other choice if SCAP Security Guide is also
#. available
#: ../org_fedora_oscap/gui/spokes/oscap.py:861
msgid " or enter data stream content or archive URL below:"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:750
#: ../org_fedora_oscap/gui/spokes/oscap.py:865
msgid ""
"No content found. Please enter data stream content or archive URL below:"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:885
#: ../org_fedora_oscap/gui/spokes/oscap.py:1003
msgid "Error fetching and loading content"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:892
#: ../org_fedora_oscap/gui/spokes/oscap.py:1010
msgid "No content found"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:903
#: ../org_fedora_oscap/gui/spokes/oscap.py:1021
msgid "Misconfiguration detected"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:909
#: ../org_fedora_oscap/gui/spokes/oscap.py:1027
msgid "Warnings appeared"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:911
#: ../org_fedora_oscap/gui/spokes/oscap.py:1029
msgid "Everything okay"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:984
#: ../org_fedora_oscap/gui/spokes/oscap.py:1105
msgid "Invalid or unsupported URL"
msgstr ""

#: ../org_fedora_oscap/gui/spokes/oscap.py:990 tmp/oscap.glade.h:13
#: ../org_fedora_oscap/gui/spokes/oscap.py:1111 tmp/oscap.glade.h:13
msgid "Fetching content..."
msgstr ""

Expand Down

0 comments on commit 7d59da5

Please sign in to comment.