Ignore:
Timestamp:
May 29, 2011, 1:20:58 AM (13 years ago)
Author:
eol
Message:

Sistemazione elementi grafici e di esportaione dati

Location:
trunk/client
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/client

    • Property svn:ignore set to
      config.php
  • trunk/client/modules/Elezioni/language/lang-en.php

    r86 r104  
    441441define("_ELEZIONI","Elections");
    442442define("_TEMA","Template");
     443define("_SCEGLI_LISTA","Select List");
     444define("_SCEGLI_CANDI","Select Candidate");
     445define("_SCEGLI_SEZ","Select  Section");
     446define("_SCEGLI_DELEG","Choose District");
     447define("_ESPORTA","Export Results");
     448
     449
     450
     451
    443452
    444453?>
  • trunk/client/modules/Elezioni/language/lang-it.php

    r86 r104  
    202202define("_CNFR_CONS","RAFFRONTO TRA CONSULTAZIONI<br/>".htmlentities("si può impostare su liste singole o su raggruppamenti"));
    203203define("_SCELTA_CONS","<b>Scegli le consultazioni da mettere a confronto</b>");
    204 
     204define("_SCEGLI_LISTA","Scegli la Lista");
     205define("_SCEGLI_CANDI","Scegli il Candidato");
     206define("_SCEGLI_SEZ","Scegli la Sezione");
     207define("_SCEGLI_DELEG","Scegli la Circoscrizione");
     208define("_ESPORTA","Esporta i Risultati");
    205209
    206210if($tipo_cons==12 or $tipo_cons==14 or $tipo_cons==15 or $tipo_cons==16 or $tipo_cons==17){
     
    251255define("_VOTI_RAGGR","Totale voti alle liste");
    252256define("_PROGRAM","Programma<br>elettorale");
     257define("_RICARICA","Ricarica");
    253258
    254259
Note: See TracChangeset for help on using the changeset viewer.