Skip to content

Commit

Permalink
New version 0.2.9
Browse files Browse the repository at this point in the history
Signed-off-by: Vojtech Trefny <vtrefny@redhat.com>
  • Loading branch information
vojtechtrefny committed Aug 11, 2015
1 parent 1bab717 commit 11b4865
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 54 deletions.
2 changes: 1 addition & 1 deletion blivet-gui
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from blivetgui.dialogs.message_dialogs import locate_ui_file # FIXME
#------------------------------------------------------------------------------#

APP_NAME='blivet-gui'
APP_VERSION='0.2.8'
APP_VERSION='0.2.9'

#------------------------------------------------------------------------------#

Expand Down
6 changes: 5 additions & 1 deletion blivet-gui.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Tool for data storage configuration
Name: blivet-gui
Version: 0.2.8
Version: 0.2.9
Release: 1%{?dist}
Source0: http://github.com/rhinstaller/blivet-gui/releases/download/%{version}/%{name}-%{version}.tar.gz
License: GPLv2+
Expand Down Expand Up @@ -52,6 +52,10 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/blivet-gui.desktop
%{_bindir}/blivet-gui_pkexec

%changelog
* Tue Aug 11 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.9-1
- Create underlying partitions for PVs and btrfs as primary (#1251688)
- Don't allow to add more than 4 partitions on msdos disklabels

* Thu Jun 18 2015 Vojtech Trefny <vtrefny@redhat.com> - 0.2.8-1
- Require the newest version of python-blivet (1.0.10) (vtrefny)
- Do not allow editing of non-existing LVM VGs (vtrefny)
Expand Down
2 changes: 1 addition & 1 deletion blivetgui/logs.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#------------------------------------------------------------------------------#

APP_NAME='blivet-gui'
APP_VERSION='0.2.8'
APP_VERSION='0.2.9'

#------------------------------------------------------------------------------#

Expand Down
107 changes: 57 additions & 50 deletions po/blivet-gui.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-06-18 13:35+0200\n"
"POT-Creation-Date: 2015-08-11 10:52+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 Down Expand Up @@ -125,6 +125,38 @@ msgstr ""
msgid "Current Mountpoint"
msgstr ""

#: ../blivetgui/actions_toolbar.py:53 ../blivetgui/dialogs/add_dialog.py:517
msgid "Create new device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:54
msgid "Delete selected device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:56
msgid "Edit or resize device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:57
msgid "Unmount selected device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:58
msgid "Decrypt selected device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:60
msgid "Apply queued actions"
msgstr ""

#: ../blivetgui/actions_toolbar.py:61
msgid "Undo"
msgstr ""

#: ../blivetgui/actions_toolbar.py:62
msgid "Clear queued actions"
msgstr ""

#: ../blivetgui/main_menu.py:65
msgid "File"
msgstr ""
Expand Down Expand Up @@ -214,84 +246,91 @@ msgid ""
"PVs."
msgstr ""

#: ../blivetgui/blivetgui.py:364
#: ../blivetgui/blivetgui.py:309
#, python-brace-format
msgid ""
"Disk {name} already reached maximum allowed count of primary partitions for "
"{label} disklabel."
msgstr ""

#: ../blivetgui/blivetgui.py:371
#, python-brace-format
msgid "create new disklabel on {0}"
msgstr ""

#: ../blivetgui/blivetgui.py:401
#: ../blivetgui/blivetgui.py:408
#, python-brace-format
msgid "add {0} {1} device"
msgstr ""

#: ../blivetgui/blivetgui.py:404
#: ../blivetgui/blivetgui.py:411
#, python-brace-format
msgid "add {0} {1} partition"
msgstr ""

#: ../blivetgui/blivetgui.py:425
#: ../blivetgui/blivetgui.py:432
msgid "Confirm delete operation"
msgstr ""

#: ../blivetgui/blivetgui.py:426
#: ../blivetgui/blivetgui.py:433
#, python-brace-format
msgid "Are you sure you want delete device {0}?"
msgstr ""

#: ../blivetgui/blivetgui.py:442
#: ../blivetgui/blivetgui.py:449
#, python-brace-format
msgid "delete partition {0}"
msgstr ""

#: ../blivetgui/blivetgui.py:506
#: ../blivetgui/blivetgui.py:513
msgid "File exists"
msgstr ""

#: ../blivetgui/blivetgui.py:507
#: ../blivetgui/blivetgui.py:514
msgid "Selected file already exists, do you want to overwrite it?"
msgstr ""

#: ../blivetgui/blivetgui.py:516
#: ../blivetgui/blivetgui.py:523
#, python-brace-format
msgid ""
"File with your Kickstart configuration was successfully saved to:\n"
"\n"
"{0}"
msgstr ""

#: ../blivetgui/blivetgui.py:521
#: ../blivetgui/blivetgui.py:528
msgid "Confirm scheduled actions"
msgstr ""

#: ../blivetgui/blivetgui.py:522
#: ../blivetgui/blivetgui.py:529
msgid "Are you sure you want to perform scheduled actions?"
msgstr ""

#: ../blivetgui/blivetgui.py:544
#: ../blivetgui/blivetgui.py:551
msgid "Unmount failed. Are you sure device is not in use?"
msgstr ""

#: ../blivetgui/blivetgui.py:564
#: ../blivetgui/blivetgui.py:571
#, python-brace-format
msgid ""
"Unknown error appeared:\n"
"\n"
"{0}."
msgstr ""

#: ../blivetgui/blivetgui.py:610
#: ../blivetgui/blivetgui.py:617
msgid "Confirm reload storage"
msgstr ""

#: ../blivetgui/blivetgui.py:611
#: ../blivetgui/blivetgui.py:618
msgid "There are pending operations. Are you sure you want to continue?"
msgstr ""

#: ../blivetgui/blivetgui.py:637
#: ../blivetgui/blivetgui.py:644
msgid "Are you sure you want to quit?"
msgstr ""

#: ../blivetgui/blivetgui.py:638
#: ../blivetgui/blivetgui.py:645
msgid ""
"There are unapplied actions. Are you sure you want to quit blivet-gui now?"
msgstr ""
Expand All @@ -304,38 +343,6 @@ msgstr ""
msgid "<b>LVM2 Volume Groups</b>"
msgstr ""

#: ../blivetgui/actions_toolbar.py:53 ../blivetgui/dialogs/add_dialog.py:517
msgid "Create new device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:54
msgid "Delete selected device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:56
msgid "Edit or resize device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:57
msgid "Unmount selected device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:58
msgid "Decrypt selected device"
msgstr ""

#: ../blivetgui/actions_toolbar.py:60
msgid "Apply queued actions"
msgstr ""

#: ../blivetgui/actions_toolbar.py:61
msgid "Undo"
msgstr ""

#: ../blivetgui/actions_toolbar.py:62
msgid "Clear queued actions"
msgstr ""

#: ../blivetgui/dialogs/add_dialog.py:65
#, python-brace-format
msgid "{0} is not a valid mountpoint."
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
setup(
name='blivet-gui',
packages=['blivetgui'],
version='0.2.8',
version='0.2.9',
description = 'Tool for data storages configuration',
author='Vojtech Trefny',
author_email='vtrefny@redhat.com',
Expand Down

0 comments on commit 11b4865

Please sign in to comment.