[ Index ] |
|
Code source de eGroupWare 1.2.106-2 |
1 <?php 2 3 /* $Id: fake_translation.inc.php 19830 2005-11-14 19:37:58Z regis_glc $ */ 4 5 /** 6 * Fake Class to store all translation not detected by the translation tool 7 * 8 * @package workflow 9 * @author regis.leroy@glconseil.com 10 * @license GPL 11 */ 12 13 class fake_translation 14 { 15 //public functions 16 var $public_functions = array(); 17 18 function fake_translation() 19 { 20 } 21 22 /** 23 * If you have something which must be translated and which have no lang() call in the php files, 24 * i.e.: a lang_something in a template or a lang call on a variable, 25 * you can write it here for detection by the translation tool 26 */ 27 function nothing() 28 { 29 //user instances 30 $nothing = lang('more options?'); 31 $nothing = lang('Add instances in exception'); 32 $nothing = lang('Add completed instances'); 33 $nothing = lang('Add aborted instances'); 34 $nothing = lang('Remove active instances'); 35 $nothing = lang('Instances selection'); 36 $nothing = lang('Activities selection'); 37 $nothing = lang('Actions'); 38 $nothing = lang('Add advanced actions'); 39 $nothing = lang('Reload filter'); 40 $nothing = lang('filter instance by id'); 41 $nothing = lang('warning this filter override all others filters'); 42 $nothing = lang('Release access to this activity'); 43 $nothing = lang('Assign me this activity'); 44 $nothing = lang('Exception this instance'); 45 $nothing = lang('Resume this exception instance'); 46 $nothing = lang('Abort this instance'); 47 $nothing = lang('Execute this activity'); 48 $nothing = lang('View this instance'); 49 50 //Workitems and Monitors 51 $nothing = lang('Instance History'); 52 $nothing = lang('View Workitem'); 53 $nothing = lang('Monitor workitems'); 54 $nothing = lang('List of monitors'); 55 $nothing = lang('cleanup actions'); 56 $nothing = lang('remove all instance for this process'); 57 58 //sidebox 59 $nothing = lang('Monitors'); 60 $nothing = lang('Workflow Preferences'); 61 $nothing = lang('Default config values'); 62 63 //Basics 64 $nothing = lang('process:'); 65 $nothing = lang('activity:'); 66 $nothing = lang('process version:'); 67 $nothing = lang('instance:'); 68 $nothing = lang('started:'); 69 $nothing = lang('date:'); 70 $nothing = lang('user:'); 71 $nothing = lang('active:'); 72 $nothing = lang('valid:'); 73 $nothing = lang('search:'); 74 $nothing = lang('interactive:'); 75 $nothing = lang('type:'); 76 $nothing = lang('Act. status:'); 77 $nothing = lang('status:'); 78 $nothing = lang('routing:'); 79 80 } 81 82 } 83 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Feb 25 17:20:01 2007 | par Balluche grâce à PHPXref 0.7 |