Ignore:
Timestamp:
Mar 13, 2018, 9:26:23 PM (6 years ago)
Author:
roby
Message:

adeguata la funzione di installazione al php7

File:
1 edited

Legend:

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

    r189 r254  
    107107                define("_CONSULTAZIONE","Regional Parliament Election");
    108108                define("_GRUPPO","Candidate for President");
     109                break;
     110        case 18:
     111                define("_CONSULTAZIONE","Camera Election");
     112                define("_GRUPPO","Group Candidate");
     113                define("_SOLO_GRUPPO","Ballots for Group Candidate only");
     114                define("_LISTA","Linked List");
     115                define("_CANDIDATO","Blocked List");
     116
     117                define("_DESCRCONS","CAMERA");
     118                break;
     119        case 19:
     120                define("_CONSULTAZIONE","Senato Election");
     121                define("_GRUPPO","Group Candidate");
     122                define("_SOLO_GRUPPO","Ballots for Group Candidate only");
     123                define("_LISTA","Linked List");
     124                define("_CANDIDATO","Blocked List");
     125
     126                define("_DESCRCONS","SENATO");
    109127                break;
    110128
     
    188206define("_LINGUA","Language");
    189207define("_FASCIA","Citizens");
    190 define("_TUTTESEDI","All electoral centers");
     208define("_TUTTESEDI","All polling stations");
    191209define("_ATT_VOTI","Warning! ballots");
    192210define("_ATT_VOTANTI","Warning! voters");
     
    270288define("_COMUNE","City");
    271289define("_VIS_PERC","Show percentages");
    272 define("_SEZIONE","Section");
    273 define("_SEZIONI","Sections");
     290define("_SEZIONE","Polling station");
     291define("_SEZIONI","Polling Stations");
    274292define("_UOMINI","Men");
    275293define("_DONNE","Women");
    276294define("_COMPLESSIVI","in total");
    277295define("_VOTIE","Express ballots");
    278 define("_SEZNOS","Sections to be Counted");
    279 define("_SEZSCR","Counted Sections");
     296define("_SEZNOS","Polling Stations to be Counted");
     297define("_SEZSCR","Counted Polling Stations");
    280298define("_LISTA","List");
    281299define("_PREFLISTA","Ballots to the list");
Note: See TracChangeset for help on using the changeset viewer.