Translate proxies.php

XMLWordPrintable

    • Type: Incident report
    • Resolution: Fixed
    • Priority: Minor
    • 1.8.1, 1.9.0 (alpha)
    • Affects Version/s: 1.9.0 (alpha)
    • Component/s: Frontend (F)
    • None

      Index: include/locales/en_gb.inc.php
      ===================================================================
      — include/locales/en_gb.inc.php (revision 9143)
      +++ include/locales/en_gb.inc.php (working copy)
      @@ -505,6 +505,7 @@

      // proxies.php
      'S_CONFIGURATION_OF_PROXIES'=> 'CONFIGURATION OF PROXIES',
      + 'S_DELETE_SELECTED_PROXY_Q'=> 'Delete selected proxy?',

      // Authentication
      'S_AUTHENTICATION'=> 'Authentication',
      Index: proxies.php
      ===================================================================
      — proxies.php (revision 9118)
      +++ proxies.php (working copy)
      @@ -231,7 +231,7 @@
      $frmHostG->addItemToBottomRow(new CButton("clone",S_CLONE));
      $frmHostG->addItemToBottomRow(SPACE);
      $frmHostG->addItemToBottomRow(

      • new CButtonDelete('Delete selected proxy?', url_param('form').url_param('hostid'))
        + new CButtonDelete(S_DELETE_SELECTED_PROXY_Q, url_param('form').url_param('hostid'))
        );
        }
        $frmHostG->addItemToBottomRow(SPACE);

            Assignee:
            Unassigned
            Reporter:
            Alexey Pustovalov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: