Changeset 157 for trunk/client/modules/Elezioni
- Timestamp:
- Nov 3, 2012, 6:37:39 PM (12 years ago)
- Location:
- trunk/client/modules/Elezioni/language
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/client/modules/Elezioni/language/lang-en.php
r139 r157 8 8 /************************************************************************/ 9 9 global $tipo_cons; 10 if(!$tipo_cons) define("_GRUPPO"," "); 10 11 switch ($tipo_cons){ 11 12 case '': -
trunk/client/modules/Elezioni/language/lang-it.php
r139 r157 261 261 define("_RICARICA","Ricarica"); 262 262 263 if(!$tipo_cons) 264 define("_GRUPPO"," "); 265 266 267 268 269 270 263 271 264 272 //global $tipo_cons; 265 273 switch ($tipo_cons){ 266 274 case 1: 267 275 define("_SCELTA_CIR","Scegli la Circoscrizione"); 268 276 define("_CONSULTAZIONE","Consultazione Elezioni Provinciali"); 269 277 define("_GRUPPI","Candidati Presidenti");
Note:
See TracChangeset
for help on using the changeset viewer.