Ignore:
Timestamp:
Mar 25, 2010, 8:02:02 PM (14 years ago)
Author:
roby
Message:

continua menu contestuale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/modules/Elezioni/language/lang-en.php

    r30 r54  
    1313                break;
    1414        case 1:
     15                define("_SCELTA_CIR","Set Constituency");
    1516                define("_CONSULTAZIONE","Provincial Elections"); //genere 3
    1617                define("_GRUPPO","Candidate for President");
     
    2122                define("_DESCRCONS","PROVINCIAL");
    2223                define("_SOLO_GRUPPO","Ballots to the group only");
    23                 define("_VOTI_LISTA","Ballots to the group only");
    2424                define("_CONSIGLIO","Provincial Council");
    2525                break;
    2626        case 2:
     27                define("_SCELTA_CIR","Set Constituency");
    2728                define("_CONSULTAZIONE","Referendum"); //genere 0
    2829                define("_GRUPPO","Referendum Question");
     
    3334                break;
    3435        case 3:
     36                define("_SCELTA_CIR","Set Constituency");
    3537                define("_CONSULTAZIONE","Communal Elections"); //genere 5
    3638                define("_GRUPPO","Candidate for City Mayor");
     
    4042                define("_CONSI","Councilman");
    4143                define("_SOLO_GRUPPO","Ballots for candidate Mayor only");
    42                 define("_VOTI_LISTA","Ballots for the list");
    4344                define("_CONSIGLIO","City Council");
    4445                break;
    4546        case 4:
     47                define("_SCELTA_CIR","Set Constituency");
    4648                define("_CONSULTAZIONE","Constituency Election");
    4749                define("_GRUPPI","Candidates for President");
     
    5153                break;
    5254        case 5:
     55                define("_SCELTA_CIR","Set Constituency");
    5356                define("_CONSULTAZIONE","Second Round"); //genere 1
    5457                define("_GRUPPO","Candidate Mayor");
     
    5861                break;
    5962        case 6:
     63                define("_SCELTA_CIR","Set Constituency");
    6064                define("_CONSULTAZIONE","Consultazione Camera"); //genere 2
    6165                define("_GRUPPO","Lista");
     
    6367                break;
    6468        case 7:
     69                define("_SCELTA_CIR","Set Constituency");
    6570                define("_CONSULTAZIONE","Consultazione Senato"); //genere 2
    6671                define("_GRUPPO","Lista");
     
    6873                break;
    6974        case 8:
     75                define("_SCELTA_CIR","Set Constituency");
    7076                define("_CONSULTAZIONE","European Parliament Election"); //genere 4
    7177                define("_GRUPPO","List");
     
    7480                break;
    7581        case 9:
     82                define("_SCELTA_CIR","Set Constituency");
    7683                define("_CONSULTAZIONE","Regional Parliament Election"); //genere 5
    7784                define("_GRUPPO","Candidate for President");
     85                define("_CONSI","List Candidate");
    7886                break;
    7987        case 10: //dal 2006 per senato e camera si ha un raggruppamento delle liste ma senza possibilit?di voto per il gruppo (solo in italia!)
     88                define("_SCELTA_CIR","Set Constituency");
    8089                define("_CONSULTAZIONE","Consultazione Senato"); //genere 2
    8190                define("_GRUPPO","Grouping");
     
    8594                break;
    8695        case 11:
     96                define("_SCELTA_CIR","Set Constituency");
    8797                define("_CONSULTAZIONE","Chamber of Deputies"); //genere 2
    8898                define("_GRUPPO","Grouping");
     
    92102                break;
    93103        case 12:
     104                define("_SCELTA_CIR","Set Constituency");
    94105                define("_CONSULTAZIONE","Provincial Elections"); //genere 3
    95106                define("_GRUPPO","Candidate for President");
     
    100111                define("_DESCRCONS","PROVINCIAL");
    101112                define("_SOLO_GRUPPO","Ballots to the group only");
    102                 define("_VOTI_LISTA","Ballots to the group only");
    103113                define("_CONSIGLIO","Provincial Council");
    104114                break;
     
    171181define("_BALLO","Second round");
    172182define("_DEFCONS","Define the characteristics of the election");
    173 define("_SOLO_GRUPPO","Ballots to groups only");
     183#define("_SOLO_GRUPPO","Ballots to groups only");
    174184define("_VOTI_LISTA","Ballots to lists");
    175185define("_GENCONS0","Referendum");
Note: See TracChangeset for help on using the changeset viewer.