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

Translate screenconf.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)
      @@ -1305,6 +1305,7 @@
      'S_EDIT'=> 'Edit',
      'S_DYNAMIC_ITEM'=> 'Dynamic item',
      'S_DIMENSION_COLS_ROWS'=> 'Dimension (cols x rows)',
      + 'S_DELETE_SELECTED_SLIDES_Q'=> 'Delete selected slides?',

      'S_SLIDESHOWS'=> 'Slide shows',
      'S_SLIDESHOW'=> 'Slide show',
      Index: screenconf.php
      ===================================================================
      — screenconf.php (revision 9118)
      +++ screenconf.php (working copy)
      @@ -412,7 +412,7 @@
      // goBox
      $goBox = new CComboBox('go');
      $goOption = new CComboItem('delete', S_DELETE_SELECTED);

      • $goOption->setAttribute('confirm','Delete selected slides?');
        + $goOption->setAttribute('confirm',S_DELETE_SELECTED_SLIDES_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: