Skip to content

Commit

Permalink
Fix cloud device labels in cloud storage wizard
Browse files Browse the repository at this point in the history
  • Loading branch information
ganiuszka committed Oct 12, 2024
1 parent c6ae957 commit 055c4fc
Show file tree
Hide file tree
Showing 15 changed files with 44 additions and 2 deletions.
Binary file modified Web/Lang/en/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions Web/Lang/en/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5891,3 +5891,9 @@ msgstr "Where should storage store local backup data (local cache)?"

msgid "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."
msgstr "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."

msgid "Single cloud device storage"
msgstr "Single cloud device storage"

msgid "Multi-device cloud storage (Autochanger)"
msgstr "Multi-device cloud storage (Autochanger)"
Binary file modified Web/Lang/fr/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions Web/Lang/fr/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5902,3 +5902,9 @@ msgstr "Where should storage store local backup data (local cache)?"

msgid "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."
msgstr "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."

msgid "Single cloud device storage"
msgstr "Single cloud device storage"

msgid "Multi-device cloud storage (Autochanger)"
msgstr "Multi-device cloud storage (Autochanger)"
Binary file modified Web/Lang/ja/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions Web/Lang/ja/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5965,3 +5965,9 @@ msgstr "Where should storage store local backup data (local cache)?"

msgid "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."
msgstr "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."

msgid "Single cloud device storage"
msgstr "Single cloud device storage"

msgid "Multi-device cloud storage (Autochanger)"
msgstr "Multi-device cloud storage (Autochanger)"
Binary file modified Web/Lang/ko/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions Web/Lang/ko/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5907,3 +5907,9 @@ msgstr "Where should storage store local backup data (local cache)?"

msgid "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."
msgstr "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."

msgid "Single cloud device storage"
msgstr "Single cloud device storage"

msgid "Multi-device cloud storage (Autochanger)"
msgstr "Multi-device cloud storage (Autochanger)"
Binary file modified Web/Lang/pl/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions Web/Lang/pl/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5901,3 +5901,9 @@ msgstr "Where should storage store local backup data (local cache)?"

msgid "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."
msgstr "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."

msgid "Single cloud device storage"
msgstr "Single cloud device storage"

msgid "Multi-device cloud storage (Autochanger)"
msgstr "Multi-device cloud storage (Autochanger)"
Binary file modified Web/Lang/pt/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions Web/Lang/pt/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5902,3 +5902,9 @@ msgstr "Where should storage store local backup data (local cache)?"

msgid "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."
msgstr "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."

msgid "Single cloud device storage"
msgstr "Single cloud device storage"

msgid "Multi-device cloud storage (Autochanger)"
msgstr "Multi-device cloud storage (Autochanger)"
Binary file modified Web/Lang/ru/messages.mo
Binary file not shown.
6 changes: 6 additions & 0 deletions Web/Lang/ru/messages.po
Original file line number Diff line number Diff line change
Expand Up @@ -5901,3 +5901,9 @@ msgstr "Where should storage store local backup data (local cache)?"

msgid "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."
msgstr "In this directory is stored Bacula volume data locally and from here it is uploaded to the cloud."

msgid "Single cloud device storage"
msgstr "Single cloud device storage"

msgid "Multi-device cloud storage (Autochanger)"
msgstr "Multi-device cloud storage (Autochanger)"
4 changes: 2 additions & 2 deletions Web/Pages/NewCloudStorageWizard.page
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
<h4><%[ What storage type would you like to create? ]%></h4>
<div class="w3-section">
<div class="w3-margin-left">
<p><com:TRadioButton GroupName="StorageType" ID="StorageTypeSingle" CssClass="w3-radio" Checked="true" /> &nbsp;<label for="<%=$this->StorageTypeSingle->ClientID%>"><%[ Single file device storage ]%></label></p>
<p><com:TRadioButton GroupName="StorageType" ID="StorageTypeAutochanger" CssClass="w3-radio" /> &nbsp;<label for="<%=$this->StorageTypeAutochanger->ClientID%>"><%[ Multi-device file storage (Autochanger) ]%></label></p>
<p><com:TRadioButton GroupName="StorageType" ID="StorageTypeSingle" CssClass="w3-radio" Checked="true" /> &nbsp;<label for="<%=$this->StorageTypeSingle->ClientID%>"><%[ Single cloud device storage ]%></label></p>
<p><com:TRadioButton GroupName="StorageType" ID="StorageTypeAutochanger" CssClass="w3-radio" /> &nbsp;<label for="<%=$this->StorageTypeAutochanger->ClientID%>"><%[ Multi-device cloud storage (Autochanger) ]%></label></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 055c4fc

Please sign in to comment.