Changeset 1124655
- Timestamp:
- 03/31/2015 05:33:59 PM (11 years ago)
- Location:
- bim-ba/trunk/lib
- Files:
-
- 3 edited
-
gestudio-prime-note.php (modified) (1 diff)
-
gestudio-rapporti.php (modified) (1 diff)
-
gestudio-settings-page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bim-ba/trunk/lib/gestudio-prime-note.php
r1124429 r1124655 355 355 356 356 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 . '".'; 359 358 return; 360 359 } -
bim-ba/trunk/lib/gestudio-rapporti.php
r1124429 r1124655 281 281 282 282 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'); 285 284 } 286 285 } -
bim-ba/trunk/lib/gestudio-settings-page.php
r1124429 r1124655 158 158 public function print_section_info() 159 159 { 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'); 162 161 } 163 162
Note: See TracChangeset
for help on using the changeset viewer.