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"
+
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"
+
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"
+
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"
+
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();"
- />
+ >
+ <i class='fa fa-plus'></i> <%[ Add file/directory ]%>
+ </com:TActiveLinkButton>
</li>
</ul>
</div>
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="<i class='fa fa-plus'></i> Add single file/directory"
Attributes.onclick="$(this).closest('div.config_new_fileset').hide();"
- />
+ >
+ <i class='fa fa-plus'></i> <%[ Add single file/directory ]%>
+ </com:TActiveLinkButton>
</li>
<li><com:TLinkButton
ID="IncludeFileItemByBrowser"
- Text="<i class='fa fa-plus'></i> Add files by file browser"
Attributes.onclick="$(this).closest('div.config_new_fileset').hide(); oFileSetBrowser.reset(); $('#fileset_browser').show(); return false;"
- />
+ >
+ <i class='fa fa-plus'></i> <%[ Add files by file browser ]%>
+ </com:TLinkButton>
</li>
<li><com:TActiveLinkButton
ID="OptionsItem"
OnCommand="Parent.SourceTemplateControl.newIncludeOptions"
CommandParameter="save"
ClientSide.OnComplete="var el1 = $('#<%=$this->OptionsItem->ClientID%>').parents('div').find('div.incexc')[<%=$this->Parent->ItemIndex%>]; var el2 = $(el1).find('h3.options'); BaculaConfig.scroll_to_element(el2[el2.length-1], -80);"
- Text="<i class='fa fa-plus'></i> Add options block"
Attributes.onclick="$(this).closest('div.config_new_fileset').hide();"
- />
+ >
+ <i class='fa fa-plus'></i> <%[ Add options block ]%>
+ </com:TActiveLinkButton>
</li>
</ul>
</div>
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="<i class='fa fa-plus'></i> Add include block"
+ Text=""
Attributes.onclick="$(this).closest('div.config_new_fileset').hide();"
- />
+ >
+ <i class='fa fa-plus'></i> <%[ Add include block ]%>
+ </com:TActiveLinkButton>
</li>
<li><com:TActiveLinkButton
ID="NewExcludeBlock"
OnCommand="Parent.SourceTemplateControl.newExcludeFile"
CommandParameter="save"
ClientSide.OnComplete="var el = $('#<%=$this->NewExcludeBlock->ClientID%>').parents('div').find('div.exclude_file'); BaculaConfig.scroll_to_element(el[el.length-1]); $(el[el.length-1]).find('input')[0].focus();"
- Text="<i class='fa fa-plus'></i> Add exclude block"
+ Text=""
Attributes.onclick="$(this).closest('div.config_new_fileset').hide();"
- />
+ >
+ <i class='fa fa-plus'></i> <%[ Add exclude block ]%>
+ </com:TActiveLinkButton>
</li>
</ul>
</div>