Plugin Directory

Changeset 1124655


Ignore:
Timestamp:
03/31/2015 05:33:59 PM (11 years ago)
Author:
andywar65
Message:

commit 3 files that generated errors in pot file

Location:
bim-ba/trunk/lib
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • bim-ba/trunk/lib/gestudio-prime-note.php

    r1124429 r1124655  
    355355       
    356356        if ( !isset($_POST['gstu-pn-query']) OR $_POST['gstu-pn-query'] <> $this->inspect) {//hai fatto richiesta?
    357             echo __('To search a Blotter Entry, select Project and/or Operator OR time range
    358                     and/or Counting Category and/or keyword, then press','bimba'). ' "' . $this->inspect . '".';
     357            echo __('To search a Blotter Entry, select Project and/or Operator OR time range and/or Counting Category and/or keyword, then press','bimba'). ' "' . $this->inspect . '".';
    359358            return;
    360359        }
  • bim-ba/trunk/lib/gestudio-rapporti.php

    r1124429 r1124655  
    281281               
    282282            if ($ruolo == __('Studio', 'bimba') OR $ruolo == __('Collaboratore', 'bimba')){
    283                 $errore = __('Warning: if Invoice belongs to the countancy of the Studio,
    284                         use Blotter Entry, not a Report.', 'bimba');
     283                $errore = __('Warning: if Invoice belongs to the countancy of the Studio, use Blotter Entry, not a Report.', 'bimba');
    285284            }
    286285        }
  • bim-ba/trunk/lib/gestudio-settings-page.php

    r1124429 r1124655  
    158158    public function print_section_info()
    159159    {
    160         print __("Select an Operator with Role 'Studio' the accountancy is related to
    161                  (create it if necessary), then check the le Counting Categories that build up Fixed Expenses:", 'bimba');
     160        print __("Select an Operator with Role 'Studio' the accountancy is related to (create it if necessary), then check the le Counting Categories that build up Fixed Expenses:", 'bimba');
    162161    }
    163162   
Note: See TracChangeset for help on using the changeset viewer.