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

Translate scripts.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)
      @@ -1610,6 +1610,7 @@
      'S_RESULT'=> 'Result',
      'S_CLOSE'=> 'Close',
      'S_CONNECT_TO_SERVER_ERROR'=> 'Cannot connect to Zabbix server',
      + 'S_DELETE_SELECTED_SCRIPTS_Q'=> 'Delete selected scripts?',

      // audit.php
      Index: scripts.php
      ===================================================================
      — scripts.php (revision 9118)
      +++ scripts.php (working copy)
      @@ -304,7 +304,7 @@
      //----- GO ------
      $goBox = new CComboBox('go');
      $goOption = new CComboItem('delete',S_DELETE_SELECTED);

      • $goOption->setAttribute('confirm','Delete selected scripts?');
        + $goOption->setAttribute('confirm',S_DELETE_SELECTED_SCRIPTS_Q);
        $goBox->addItem($goOption);

      // goButton name is necessary!!!

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

              Created:
              Updated:
              Resolved: