Translate scripts.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)
      @@ -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!!!

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

              Created:
              Updated:
              Resolved: