Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-1698

Translate proxies.php

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Minor Minor
    • 1.8.1, 1.9.0 (alpha)
    • 1.9.0 (alpha)
    • 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);

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

              Created:
              Updated:
              Resolved: