From: Marcin Haba Date: Tue, 23 Apr 2019 17:02:01 +0000 (+0200) Subject: baculum: Add missing texts to translation files reported by Wanderlei Huttel X-Git-Tag: Release-9.4.3~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5f661b9be4f1a7f646b0b066f01487c7477131d;p=thirdparty%2Fbacula.git baculum: Add missing texts to translation files reported by Wanderlei Huttel --- diff --git a/gui/baculum/protected/Web/Lang/en/messages.mo b/gui/baculum/protected/Web/Lang/en/messages.mo index e722b6a0c..4f74e8b41 100644 Binary files a/gui/baculum/protected/Web/Lang/en/messages.mo and b/gui/baculum/protected/Web/Lang/en/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/en/messages.po b/gui/baculum/protected/Web/Lang/en/messages.po index b666b7273..f8cc341c0 100644 --- a/gui/baculum/protected/Web/Lang/en/messages.po +++ b/gui/baculum/protected/Web/Lang/en/messages.po @@ -1969,3 +1969,22 @@ msgstr "Schedule" msgid "To browse Windows host please type in text field below drive letter as path, for example: C:/" msgstr "To browse Windows host please type in text field below drive letter as path, for example: C:/" + +msgid "Add single file/directory" +msgstr "Add single file/directory" + +msgid "Add files by file browser" +msgstr "Add files by file browser" + +msgid "Add options block" +msgstr "Add options block" + +msgid "Add include block" +msgstr "Add include block" + +msgid "Add exclude block" +msgstr "Add exclude block" + +msgid "Add file/directory" +msgstr "Add file/directory" + diff --git a/gui/baculum/protected/Web/Lang/ja/messages.mo b/gui/baculum/protected/Web/Lang/ja/messages.mo index c5d488de7..5696e66f3 100644 Binary files a/gui/baculum/protected/Web/Lang/ja/messages.mo and b/gui/baculum/protected/Web/Lang/ja/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/ja/messages.po b/gui/baculum/protected/Web/Lang/ja/messages.po index 058f77f4f..31cb3f319 100644 --- a/gui/baculum/protected/Web/Lang/ja/messages.po +++ b/gui/baculum/protected/Web/Lang/ja/messages.po @@ -2070,3 +2070,22 @@ msgstr "Schedule" msgid "To browse Windows host please type in text field below drive letter as path, for example: C:/" msgstr "To browse Windows host please type in text field below drive letter as path, for example: C:/" + +msgid "Add single file/directory" +msgstr "Add single file/directory" + +msgid "Add files by file browser" +msgstr "Add files by file browser" + +msgid "Add options block" +msgstr "Add options block" + +msgid "Add include block" +msgstr "Add include block" + +msgid "Add exclude block" +msgstr "Add exclude block" + +msgid "Add file/directory" +msgstr "Add file/directory" + diff --git a/gui/baculum/protected/Web/Lang/pl/messages.mo b/gui/baculum/protected/Web/Lang/pl/messages.mo index eaffdd38f..2cbaf9dc9 100644 Binary files a/gui/baculum/protected/Web/Lang/pl/messages.mo and b/gui/baculum/protected/Web/Lang/pl/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/pl/messages.po b/gui/baculum/protected/Web/Lang/pl/messages.po index 611652c8f..6be3f33a0 100644 --- a/gui/baculum/protected/Web/Lang/pl/messages.po +++ b/gui/baculum/protected/Web/Lang/pl/messages.po @@ -1976,3 +1976,22 @@ msgstr "Harmonogram zadań" msgid "To browse Windows host please type in text field below drive letter as path, for example: C:/" msgstr "Aby przeglądać host z systemem Windows proszę wprowadzić w polu tekstowym poniżej literę dysku jako lokalizację, na przykład: C:/" + +msgid "Add single file/directory" +msgstr "Dodaj pojedynczy plik/katalog" + +msgid "Add files by file browser" +msgstr "Dodaj pliki poprzez przeglądarkę plików" + +msgid "Add options block" +msgstr "Dodaj blok opcji" + +msgid "Add include block" +msgstr "Dodaj blok listy dołączeń" + +msgid "Add exclude block" +msgstr "Dodaj blok listy wykluczeń" + +msgid "Add file/directory" +msgstr "Dodaj plik/katalog" + diff --git a/gui/baculum/protected/Web/Lang/pt/messages.mo b/gui/baculum/protected/Web/Lang/pt/messages.mo index 0ab941a1c..621c87883 100644 Binary files a/gui/baculum/protected/Web/Lang/pt/messages.mo and b/gui/baculum/protected/Web/Lang/pt/messages.mo differ diff --git a/gui/baculum/protected/Web/Lang/pt/messages.po b/gui/baculum/protected/Web/Lang/pt/messages.po index fb0ec1687..46998ce60 100644 --- a/gui/baculum/protected/Web/Lang/pt/messages.po +++ b/gui/baculum/protected/Web/Lang/pt/messages.po @@ -1984,3 +1984,22 @@ msgstr "Agenda" msgid "To browse Windows host please type in text field below drive letter as path, for example: C:/" msgstr "Para navegar em hosts Windows, digite o campo de texto abaixo da letra da unidade como caminho, por exemplo: C: /" + +msgid "Add single file/directory" +msgstr "Add single file/directory" + +msgid "Add files by file browser" +msgstr "Add files by file browser" + +msgid "Add options block" +msgstr "Add options block" + +msgid "Add include block" +msgstr "Add include block" + +msgid "Add exclude block" +msgstr "Add exclude block" + +msgid "Add file/directory" +msgstr "Add file/directory" + diff --git a/gui/baculum/protected/Web/Portlets/NewFileSetExcMenu.tpl b/gui/baculum/protected/Web/Portlets/NewFileSetExcMenu.tpl index 0ebdcfb95..922d5ee56 100644 --- a/gui/baculum/protected/Web/Portlets/NewFileSetExcMenu.tpl +++ b/gui/baculum/protected/Web/Portlets/NewFileSetExcMenu.tpl @@ -6,9 +6,10 @@ OnCommand="Parent.SourceTemplateControl.newExcludeFile" CommandParameter="save" ClientSide.OnComplete="var el = $('#<%=$this->ExcludeFileItem->ClientID%>').parents('div').find('div.exclude_file'); BaculaConfig.scroll_to_element(el[el.length-1], -80); $(el[el.length-1]).find('input')[0].focus();" - Text="Add file/directory" Attributes.onclick="$(this).closest('div.config_new_fileset').hide();" - /> + > +  <%[ Add file/directory ]%> + diff --git a/gui/baculum/protected/Web/Portlets/NewFileSetFileOptMenu.tpl b/gui/baculum/protected/Web/Portlets/NewFileSetFileOptMenu.tpl index a08ab63a4..2dd89c892 100644 --- a/gui/baculum/protected/Web/Portlets/NewFileSetFileOptMenu.tpl +++ b/gui/baculum/protected/Web/Portlets/NewFileSetFileOptMenu.tpl @@ -6,24 +6,27 @@ OnCommand="Parent.SourceTemplateControl.newIncludeFile" CommandParameter="save" ClientSide.OnComplete="var el1 = $('#<%=$this->IncludeFileItem->ClientID%>').parents('div').find('div.include_file')[<%=$this->Parent->ItemIndex%>]; var el2 = $(el1).find('div'); BaculaConfig.scroll_to_element(el2[el2.length-1], -100); $(el2[el2.length-1]).find('input')[0].focus();" - Text="  Add single file/directory" Attributes.onclick="$(this).closest('div.config_new_fileset').hide();" - /> + > +  <%[ Add single file/directory ]%> +
  • + > +  <%[ Add files by file browser ]%> +
  • + > +  <%[ Add options block ]%> +
  • diff --git a/gui/baculum/protected/Web/Portlets/NewFileSetIncExcMenu.tpl b/gui/baculum/protected/Web/Portlets/NewFileSetIncExcMenu.tpl index 80cbb54e7..3fc424c19 100644 --- a/gui/baculum/protected/Web/Portlets/NewFileSetIncExcMenu.tpl +++ b/gui/baculum/protected/Web/Portlets/NewFileSetIncExcMenu.tpl @@ -6,18 +6,22 @@ OnCommand="Parent.SourceTemplateControl.newIncludeBlock" CommandParameter="save" ClientSide.OnComplete="var el = $('#<%=$this->NewIncludeBlock->ClientID%>').parents('div').find('div.incexc'); BaculaConfig.scroll_to_element(el[el.length-1]);" - Text="  Add include block" + Text="" Attributes.onclick="$(this).closest('div.config_new_fileset').hide();" - /> + > +  <%[ Add include block ]%> +
  • + > +  <%[ Add exclude block ]%> +