tag v0.3.1 released
This commit is contained in:
parent
58db140585
commit
d6b3f77778
718 changed files with 100584 additions and 0 deletions
|
@ -0,0 +1,99 @@
|
|||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,155 @@
|
|||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr "Open and close volumes"
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr "Activation"
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr "Opening a volume"
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr "Closing a volume"
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr "Open volume"
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr "Close volume"
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr "Volume opened"
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr "The content of this volume is available now."
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr "Volume closed"
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr "The content of this volume is protected from access now."
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr "Opening failed"
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr "The volume could not be opened for some reason. Sorry!"
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr "View event log"
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr "Maybe you entered the wrong password?"
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr "Unknown format"
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr "Format volume"
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr "Closing failed"
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr "The volume could not be closed. Probably some files are still in use."
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr "Already open"
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr "The volume is already open."
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr "Already closed"
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr "The volume is already closed."
|
||||
|
||||
#~ msgid "Mount and umount volumes"
|
||||
#~ msgstr "Mount and umount volumes"
|
||||
|
||||
#~ msgid "Activate volume"
|
||||
#~ msgstr "Activate volume"
|
||||
|
||||
#~ msgid "Deactivate volume"
|
||||
#~ msgstr "Deactivate volume"
|
||||
|
||||
#~ msgid "Encrypted filesystem activated"
|
||||
#~ msgstr "Encrypted filesystem activated"
|
||||
|
||||
#~ msgid "The encrypted filesystem is now available."
|
||||
#~ msgstr "The encrypted filesystem is now available."
|
||||
|
||||
#~ msgid "Encrypted filesystem deactivated"
|
||||
#~ msgstr "Encrypted filesystem deactivated"
|
||||
|
||||
#~ msgid "The encrypted filesystem is now secured from all forms of access."
|
||||
#~ msgstr "The encrypted filesystem is now secured from all forms of access."
|
||||
|
||||
#~ msgid "Activation failed"
|
||||
#~ msgstr "Activation failed"
|
||||
|
||||
#~ msgid "The volume could not be activated for some reason. Sorry!"
|
||||
#~ msgstr "The volume could not be activated for some reason. Sorry!"
|
||||
|
||||
#~ msgid "Deactivation failed"
|
||||
#~ msgstr "Deactivation failed"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "The volume could not be deactivated. Probably some files are still in "
|
||||
#~ "use. In case of emergency just shut down the CryptoBox!"
|
||||
#~ msgstr ""
|
||||
#~ "The volume could not be deactivated. Probably some files are still in "
|
||||
#~ "use. In case of emergency just shut down the CryptoBox!"
|
||||
|
||||
#~ msgid "Already active"
|
||||
#~ msgstr "Already active"
|
||||
|
||||
#~ msgid "The volume is already active."
|
||||
#~ msgstr "The volume is already active."
|
||||
|
||||
#~ msgid "Inactive"
|
||||
#~ msgstr "Inactive"
|
||||
|
||||
#~ msgid "The volume is currently not active."
|
||||
#~ msgstr "The volume is currently not active."
|
||||
|
||||
#~ msgid "Turn on the volume"
|
||||
#~ msgstr "Turn on the volume"
|
||||
|
||||
#~ msgid "volume_format_fs"
|
||||
#~ msgstr "volume_format_fs"
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
|
@ -0,0 +1,114 @@
|
|||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: CryptoBox-Server 0.3\n"
|
||||
"Report-Msgid-Bugs-To: translate@cryptobox.org\n"
|
||||
"POT-Creation-Date: 2006-12-18 11:39+0100\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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"X-Generator: Translate Toolkit 0.10.1\n"
|
||||
|
||||
#: Name
|
||||
msgid "Open and close volumes"
|
||||
msgstr ""
|
||||
|
||||
#: Link
|
||||
msgid "Activation"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Mount
|
||||
msgid "Opening a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Title.Umount
|
||||
msgid "Closing a volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Mount
|
||||
msgid "Open volume"
|
||||
msgstr ""
|
||||
|
||||
#: Button.Umount
|
||||
msgid "Close volume"
|
||||
msgstr ""
|
||||
|
||||
#: Help.Open
|
||||
msgid "The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares."
|
||||
msgstr ""
|
||||
|
||||
#: Help.Close
|
||||
msgid "Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Title
|
||||
msgid "Volume opened"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.MountDone.Text
|
||||
msgid "The content of this volume is available now."
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Title
|
||||
msgid "Volume closed"
|
||||
msgstr ""
|
||||
|
||||
#: SuccessMessage.UmountDone.Text
|
||||
msgid "The content of this volume is protected from access now."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Title
|
||||
msgid "Opening failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Text
|
||||
msgid "The volume could not be opened for some reason. Sorry!"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountFailed.Link.Text
|
||||
msgid "View event log"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.MountCryptoFailed.Text
|
||||
msgid "Maybe you entered the wrong password?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Title
|
||||
msgid "Unknown format"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Text
|
||||
msgid "The type of this volume ist not known. Maybe you want to initialize itfirst?"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.InvalidContainerType.Link.Text
|
||||
msgid "Format volume"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Title
|
||||
msgid "Closing failed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.UmountFailed.Text
|
||||
msgid "The volume could not be closed. Probably some files are still in use."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Title
|
||||
msgid "Already open"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsAlreadyMounted.Text
|
||||
msgid "The volume is already open."
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Title
|
||||
msgid "Already closed"
|
||||
msgstr ""
|
||||
|
||||
#: WarningMessage.IsNotMounted.Text
|
||||
msgid "The volume is already closed."
|
||||
msgstr ""
|
73
v0.3.1/plugins/volume_mount/language.hdf
Normal file
73
v0.3.1/plugins/volume_mount/language.hdf
Normal file
|
@ -0,0 +1,73 @@
|
|||
Name = Open and close volumes
|
||||
Link = Activation
|
||||
|
||||
|
||||
Title {
|
||||
Mount = Opening a volume
|
||||
Umount = Closing a volume
|
||||
}
|
||||
|
||||
|
||||
Button {
|
||||
Mount = Open volume
|
||||
Umount = Close volume
|
||||
}
|
||||
|
||||
|
||||
Help {
|
||||
Open = The volume is currently closed. If you open the volume, then you will be able to access the data of this volume. Just search in your network environment for the server and browse through its shares.
|
||||
Close = Currently the volume is open. All files are accessible for everyone who has access to your local network. Just search in your network environment for the server and browse through its shares. Before you close the volume you should quit all programs with open files on it.
|
||||
}
|
||||
|
||||
|
||||
SuccessMessage {
|
||||
MountDone {
|
||||
Title = Volume opened
|
||||
Text = The content of this volume is available now.
|
||||
}
|
||||
|
||||
UmountDone {
|
||||
Title = Volume closed
|
||||
Text = The content of this volume is protected from access now.
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
WarningMessage {
|
||||
MountFailed {
|
||||
Title = Opening failed
|
||||
Text = The volume could not be opened for some reason. Sorry!
|
||||
Link.Text = View event log
|
||||
Link.Rel = logs
|
||||
Link.Attr1.name = level
|
||||
Link.Attr1.value = ERROR
|
||||
}
|
||||
|
||||
MountCryptoFailed {
|
||||
Title = Opening failed
|
||||
Text = Maybe you entered the wrong password?
|
||||
}
|
||||
|
||||
InvalidContainerType {
|
||||
Title = Unknown format
|
||||
Text = The type of this volume ist not known. Maybe you want to initialize itfirst?
|
||||
Link.Text = Format volume
|
||||
Link.Rel = volume_format_fs
|
||||
}
|
||||
|
||||
UmountFailed {
|
||||
Title = Closing failed
|
||||
Text = The volume could not be closed. Probably some files are still in use.
|
||||
}
|
||||
|
||||
IsAlreadyMounted {
|
||||
Title = Already open
|
||||
Text = The volume is already open.
|
||||
}
|
||||
|
||||
IsNotMounted {
|
||||
Title = Already closed
|
||||
Text = The volume is already closed.
|
||||
}
|
||||
|
||||
}
|
BIN
v0.3.1/plugins/volume_mount/plugin_icon.gif
Normal file
BIN
v0.3.1/plugins/volume_mount/plugin_icon.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.7 KiB |
BIN
v0.3.1/plugins/volume_mount/plugin_icon.png
Normal file
BIN
v0.3.1/plugins/volume_mount/plugin_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 KiB |
184
v0.3.1/plugins/volume_mount/unittests.py
Normal file
184
v0.3.1/plugins/volume_mount/unittests.py
Normal file
|
@ -0,0 +1,184 @@
|
|||
#
|
||||
# Copyright 2006 sense.lab e.V.
|
||||
#
|
||||
# This file is part of the CryptoBox.
|
||||
#
|
||||
# The CryptoBox is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# The CryptoBox is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with the CryptoBox; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
|
||||
import cryptobox.web.testclass
|
||||
import twill
|
||||
|
||||
class unittests(cryptobox.web.testclass.WebInterfaceTestClass):
|
||||
|
||||
|
||||
def test_read_form(self):
|
||||
"""Simply check if the plugin works
|
||||
"""
|
||||
url = self.url + "volume_mount?weblang=en&device=%2Fdev%2F" + self.device
|
||||
self.register_auth(url)
|
||||
self.cmd.go(url)
|
||||
self.cmd.find('Open volume')
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=passive')
|
||||
|
||||
|
||||
def test_mount(self):
|
||||
"""Do all variations of mount/umount actions.
|
||||
"""
|
||||
url = self.url + "volume_mount?weblang=en&device=%2Fdev%2F" + self.device
|
||||
self.register_auth(url)
|
||||
## we may not split these tests into two functions, as the order
|
||||
## is important (we must leave a clean plain volume behind)
|
||||
self.__do_tests_with_luks()
|
||||
self.__do_tests_with_plain()
|
||||
|
||||
|
||||
def __do_tests_with_luks(self):
|
||||
"""Some tests with a luks partition.
|
||||
"""
|
||||
url = self.url + "volume_mount?weblang=en&device=%2Fdev%2F" + self.device
|
||||
self.__format_luks()
|
||||
## mount the volume
|
||||
self.cmd.go(url)
|
||||
self.cmd.find('Open volume')
|
||||
# the following _should_ work, but it does not - probably a parsing problem
|
||||
# of twill - for now we use the direct link instead
|
||||
#self.cmd.formvalue("mount", "pw", "foo")
|
||||
#self.cmd.submit()
|
||||
self.cmd.go(url + "&action=mount_luks&pw=foo")
|
||||
self.cmd.find('Volume opened')
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=active')
|
||||
## try to mount active volume
|
||||
self.cmd.go(url + "&action=mount_luks&pw=foo")
|
||||
self.cmd.find('The volume is already open.')
|
||||
## close the volume
|
||||
# the following _should_ work, but it does not - probably a parsing problem
|
||||
# of twill - for now we use the direct link instead
|
||||
#self.cmd.submit()
|
||||
self.cmd.go(url + "&action=umount")
|
||||
self.cmd.find('Volume closed')
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=passive')
|
||||
## try plain instead of luks
|
||||
self.cmd.go(url + "&action=mount_plain")
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=passive')
|
||||
self.cmd.find('Unknown format')
|
||||
## no password supplied
|
||||
self.cmd.go(url + "&action=mount_luks")
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=passive')
|
||||
self.cmd.find('Missing password')
|
||||
## wrong password supplied
|
||||
self.cmd.go(url + "&action=mount_luks&pw=bar")
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=passive')
|
||||
self.cmd.find('Maybe you entered the wrong password?')
|
||||
|
||||
|
||||
def __do_tests_with_plain(self):
|
||||
"""Some tests with a plain partition.
|
||||
"""
|
||||
url = self.url + "volume_mount?weblang=en&device=%2Fdev%2F" + self.device
|
||||
self.__format_plain()
|
||||
## open plain volume
|
||||
self.cmd.go(url)
|
||||
self.cmd.find('Open volume')
|
||||
# the following _should_ work, but it does not - probably a parsing problem
|
||||
# of twill - for now we use the direct link instead
|
||||
#self.cmd.submit()
|
||||
self.cmd.go(url + "&action=mount_plain")
|
||||
self.cmd.find('Volume opened')
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=active')
|
||||
## try to mount active volume
|
||||
self.cmd.go(url + "&action=mount_plain")
|
||||
self.cmd.find('The volume is already open.')
|
||||
## umount
|
||||
# the following _should_ work, but it does not - probably a parsing problem
|
||||
# of twill - for now we use the direct link instead
|
||||
#self.cmd.submit()
|
||||
self.cmd.go(url + "&action=umount")
|
||||
self.cmd.find('Volume closed')
|
||||
self.cmd.find('Data.Status.Plugins.volume_mount=passive')
|
||||
## try to umount closed volume
|
||||
self.cmd.go(url + "&action=umount")
|
||||
self.cmd.find('The volume is already closed.')
|
||||
|
||||
|
||||
def __format_luks(self):
|
||||
"""Format a luks partition.
|
||||
"""
|
||||
url = self.url + "volume_format_fs?weblang=en&device=%2Fdev%2F" + self.device
|
||||
self.register_auth(url)
|
||||
self.cmd.go(url)
|
||||
self.cmd.find('select name="fs_type"')
|
||||
# the following _should_ work, but it does not - probably a parsing problem
|
||||
# of twill - for now we use the direct link instead
|
||||
#self.cmd.formvalue("set_type", "fs_type", "linux")
|
||||
#self.cmd.formvalue("set_type", "container_type", "luks")
|
||||
#self.cmd.formvalue("set_type", "confirm", "1")
|
||||
#self.cmd.submit()
|
||||
self.cmd.go(url + "&fs_type=linux&container_type=luks&confirm=1&store=step1")
|
||||
self.cmd.find('name="crypto_password"')
|
||||
# the following _should_ work, but it does not - probably a parsing problem
|
||||
# of twill - for now we use the direct link instead
|
||||
#self.cmd.formvalue("set_luks", "crypto_password", "foo")
|
||||
#self.cmd.formvalue("set_luks", "crypto_password2", "foo")
|
||||
#self.cmd.submit()
|
||||
self.cmd.go(url + "&store=step2&container_type=luks&fs_type=windows&" \
|
||||
+ "crypto_password=foo&crypto_password2=foo")
|
||||
self.cmd.find('Formatting is running')
|
||||
self.__wait_until_ready()
|
||||
|
||||
|
||||
def __format_plain(self):
|
||||
"""Format a plaintext partition.
|
||||
"""
|
||||
url = self.url + "volume_format_fs?weblang=en&device=%2Fdev%2F" + self.device
|
||||
self.register_auth(url)
|
||||
self.cmd.go(url)
|
||||
self.cmd.find('select name="fs_type"')
|
||||
# the following _should_ work, but it does not - probably a parsing problem
|
||||
# of twill - for now we use the direct link instead
|
||||
#self.cmd.formvalue("set_type", "fs_type", "windows")
|
||||
#self.cmd.formvalue("set_type", "container_type", "plain")
|
||||
#self.cmd.formvalue("set_type", "confirm", "1")
|
||||
#self.cmd.submit()
|
||||
self.cmd.go(url + "&store=step1&confirm=1&container_type=plain&fs_type=windows")
|
||||
self.cmd.find('Formatting is running')
|
||||
self.__wait_until_ready()
|
||||
|
||||
|
||||
def __wait_until_ready(self):
|
||||
"""Wait until the device is ready again.
|
||||
"""
|
||||
import time
|
||||
finish_time = time.time() + 120
|
||||
while self.__is_device_busy():
|
||||
if (time.time() > finish_time):
|
||||
self.fail("timeout for plain formatting expired")
|
||||
time.sleep(5)
|
||||
|
||||
|
||||
def __is_device_busy(self):
|
||||
"""Check if the device is busy.
|
||||
"""
|
||||
url = self.url + "volume_format_fs?weblang=en&device=%2Fdev%2F" + self.device
|
||||
self.register_auth(url)
|
||||
self.cmd.go(url)
|
||||
try:
|
||||
self.cmd.find("Disk is busy")
|
||||
return True
|
||||
except twill.errors.TwillAssertionError:
|
||||
return False
|
||||
|
20
v0.3.1/plugins/volume_mount/volume_mount.cs
Normal file
20
v0.3.1/plugins/volume_mount/volume_mount.cs
Normal file
|
@ -0,0 +1,20 @@
|
|||
<<?cs var:plugin_heading ?>><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Mount) ?></<?cs var:plugin_heading ?>>
|
||||
|
||||
<?cs call:handle_messages() ?>
|
||||
|
||||
<?cs call:show_help(Lang.Plugins.volume_mount.Help.Open) ?>
|
||||
|
||||
<?cs call:print_form_header("mount", "volume_mount") ?><p>
|
||||
<input type="hidden" name="device" value="<?cs var:html_escape(Data.CurrentDisk.device) ?>" />
|
||||
<?cs if:Data.CurrentDisk.encryption ?>
|
||||
<input type="hidden" name="action" value="mount_luks" />
|
||||
<?cs else ?>
|
||||
<input type="hidden" name="action" value="mount_plain" />
|
||||
<?cs /if ?>
|
||||
<?cs if:Data.CurrentDisk.encryption ?>
|
||||
<label for="pw"><?cs var:html_escape(Lang.Text.EnterCurrentPassword) ?>: </label>
|
||||
<input type="password" tabindex="1" id="pw" name="pw" size="20" maxlength="60" />
|
||||
<?cs /if ?>
|
||||
<button type="submit" tabindex="2"><?cs var:html_escape(Lang.Plugins.volume_mount.Button.Mount) ?></button>
|
||||
</p></form>
|
||||
|
129
v0.3.1/plugins/volume_mount/volume_mount.py
Normal file
129
v0.3.1/plugins/volume_mount/volume_mount.py
Normal file
|
@ -0,0 +1,129 @@
|
|||
#
|
||||
# Copyright 2006 sense.lab e.V.
|
||||
#
|
||||
# This file is part of the CryptoBox.
|
||||
#
|
||||
# The CryptoBox is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# The CryptoBox is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with the CryptoBox; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
|
||||
__revision__ = "$Id"
|
||||
|
||||
import cryptobox.plugins.base
|
||||
from cryptobox.core.exceptions import *
|
||||
import cryptobox.core.container as cbxContainer
|
||||
|
||||
|
||||
class volume_mount(cryptobox.plugins.base.CryptoBoxPlugin):
|
||||
|
||||
plugin_capabilities = [ "volume" ]
|
||||
plugin_visibility = [ "volume" ]
|
||||
request_auth = False
|
||||
rank = 0
|
||||
|
||||
|
||||
def do_action(self, action=None, pw=None):
|
||||
self.hdf[self.hdf_prefix + "PluginDir"] = self.plugin_dir
|
||||
self.container = self.cbox.get_container(self.device)
|
||||
if action == "mount_plain":
|
||||
return self.__do_mount_plain()
|
||||
elif action == "mount_luks":
|
||||
return self.__do_mount_luks(pw)
|
||||
elif action == "umount":
|
||||
return self.__do_umount()
|
||||
elif not action:
|
||||
return "volume_status"
|
||||
else:
|
||||
self.cbox.log.info("plugin 'volume_mount' - unknown action: %s" % action)
|
||||
return "volume_status"
|
||||
|
||||
|
||||
def get_status(self):
|
||||
container = self.cbox.get_container(self.device)
|
||||
if not self.container:
|
||||
return "invalid device"
|
||||
if container.is_mounted():
|
||||
return "active"
|
||||
else:
|
||||
return "passive"
|
||||
|
||||
|
||||
def __do_mount_plain(self):
|
||||
if self.container.is_mounted():
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.IsAlreadyMounted"
|
||||
self.cbox.log.info("the device (%s) is already mounted" % self.device)
|
||||
return "volume_status"
|
||||
if self.container.get_type() != cbxContainer.CONTAINERTYPES["plain"]:
|
||||
## not a plain container
|
||||
self.cbox.log.info("plugin 'volume_mount' - invalid container type")
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.InvalidContainerType"
|
||||
return "volume_status"
|
||||
try:
|
||||
self.container.mount()
|
||||
except CBMountError, err_msg:
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.MountFailed"
|
||||
self.cbox.log.warn("failed to mount the device (%s): %s" % (self.device, err_msg))
|
||||
return "volume_status"
|
||||
except CBContainerError, err_msg:
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.MountFailed"
|
||||
self.cbox.log.warn("failed to mount the device (%s): %s" % (self.device, err_msg))
|
||||
return "volume_status"
|
||||
self.cbox.log.info("successfully mounted the volume: %s" % self.device)
|
||||
self.hdf["Data.Success"] = "Plugins.volume_mount.MountDone"
|
||||
return "volume_status"
|
||||
|
||||
|
||||
def __do_mount_luks(self, pw):
|
||||
if self.container.get_type() != cbxContainer.CONTAINERTYPES["luks"]:
|
||||
## not a luks container - fail silently
|
||||
self.cbox.log.info("plugin 'volume_mount' - invalid container type")
|
||||
return "volume_status"
|
||||
if self.container.is_mounted():
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.IsAlreadyMounted"
|
||||
self.cbox.log.info("the device (%s) is already mounted" % self.device)
|
||||
return "volume_status"
|
||||
if not pw:
|
||||
self.hdf["Data.Warning"] = "EmptyPassword"
|
||||
self.cbox.log.info("no password was supplied for mounting of device: '%s'" % self.device)
|
||||
return "volume_status"
|
||||
try:
|
||||
self.container.mount(pw)
|
||||
except CBMountError, err_msg:
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.MountCryptoFailed"
|
||||
self.cbox.log.warn("failed to mount the device (%s): %s" % (self.device, err_msg))
|
||||
return "volume_status"
|
||||
except CBContainerError, err_msg:
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.MountCryptoFailed"
|
||||
self.cbox.log.warn("failed to mount the device (%s): %s" % (self.device, err_msg))
|
||||
return "volume_status"
|
||||
self.cbox.log.info("successfully mounted the volume: %s" % self.device)
|
||||
self.hdf["Data.Success"] = "Plugins.volume_mount.MountDone"
|
||||
return "volume_status"
|
||||
|
||||
|
||||
def __do_umount(self):
|
||||
if not self.container.is_mounted():
|
||||
self.hdf["Data.Warning"] = "Plugins.volume_mount.IsNotMounted"
|
||||
self.cbox.log.info("the device (%s) is currently not mounted" % self.device)
|
||||
return "volume_status"
|
||||
try:
|
||||
self.container.umount()
|
||||
except CBUmountError, err_msg:
|
||||
self.hdf["Data.Warning"] = "UmountFailed"
|
||||
self.cbox.log.warn("could not umount the volume (%s): %s" % (self.device, err_msg))
|
||||
return "volume_status"
|
||||
self.cbox.log.info("successfully unmounted the container: %s" % self.device)
|
||||
self.hdf["Data.Success"] = "Plugins.volume_mount.UmountDone"
|
||||
return "volume_status"
|
||||
|
6
v0.3.1/plugins/volume_mount/volume_status.cs
Normal file
6
v0.3.1/plugins/volume_mount/volume_status.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
<?cs if:Data.CurrentDisk.active ?>
|
||||
<?cs include:Data.Plugins.volume_mount.PluginDir + "/volume_umount.cs" ?>
|
||||
<?cs else ?>
|
||||
<?cs include:Data.Plugins.volume_mount.PluginDir + "/volume_mount.cs" ?>
|
||||
<?cs /if ?>
|
||||
|
12
v0.3.1/plugins/volume_mount/volume_umount.cs
Normal file
12
v0.3.1/plugins/volume_mount/volume_umount.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
<<?cs var:plugin_heading ?>><?cs var:html_escape(Lang.Plugins.volume_mount.Title.Umount) ?></<?cs var:plugin_heading ?>>
|
||||
|
||||
<?cs call:handle_messages() ?>
|
||||
|
||||
<?cs call:show_help(Lang.Plugins.volume_mount.Help.Close) ?>
|
||||
|
||||
<?cs call:print_form_header("umount", "volume_mount") ?>
|
||||
<p><input type="hidden" name="device" value="<?cs var:html_escape(Data.CurrentDisk.device) ?>" />
|
||||
<input type="hidden" name="action" value="umount" />
|
||||
<button type="submit" tabindex="2"><?cs var:html_escape(Lang.Plugins.volume_mount.Button.Umount) ?></button></p>
|
||||
</form>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue