[2] | 1 | <?php
|
---|
| 2 | /************************************************************************/
|
---|
| 3 | /* Eleonline - Raccolta e diffusione dei dati elettorali */
|
---|
| 4 | /* by Roberto Gigli & Luciano Apolito */
|
---|
| 5 | /* http://www.eleonline.it */
|
---|
| 6 | /* info@eleonline.it luciano@aniene.net rgigli@libero.it */
|
---|
| 7 | /* lang_it.php Linguaggio Italiano */
|
---|
| 8 | /************************************************************************/
|
---|
| 9 | global $tipo_cons;
|
---|
[157] | 10 | if(!$tipo_cons) define("_GRUPPO"," ");
|
---|
[2] | 11 | switch ($tipo_cons){
|
---|
| 12 | case '':
|
---|
| 13 | define("_CONSULTAZIONE","Elections");
|
---|
| 14 | break;
|
---|
| 15 | case 1:
|
---|
[54] | 16 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 17 | define("_CONSULTAZIONE","Provincial Elections"); //genere 3
|
---|
| 18 | define("_GRUPPO","Candidate for President");
|
---|
| 19 | define("_GRUPPI","Candidates for President");
|
---|
| 20 | define("_GRUPPOLOGO","President's Logo");
|
---|
| 21 | define("_PRESI","President");
|
---|
| 22 | define("_CONSI","Councilman");
|
---|
| 23 | define("_DESCRCONS","PROVINCIAL");
|
---|
| 24 | define("_SOLO_GRUPPO","Ballots to the group only");
|
---|
| 25 | define("_CONSIGLIO","Provincial Council");
|
---|
[139] | 26 | define("_ASOLO_GRUPPO","to the President only");
|
---|
[2] | 27 | break;
|
---|
| 28 | case 2:
|
---|
[54] | 29 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 30 | define("_CONSULTAZIONE","Referendum"); //genere 0
|
---|
| 31 | define("_GRUPPO","Referendum Question");
|
---|
| 32 | define("_GRUPPI","Referendum Question");
|
---|
| 33 | define("_GRUPPOLOGO","Logo");
|
---|
| 34 | define("_PRESI","Question");
|
---|
| 35 | define("_DESCRCONS","REFERENDUM");
|
---|
| 36 | break;
|
---|
| 37 | case 3:
|
---|
[54] | 38 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 39 | define("_CONSULTAZIONE","Communal Elections"); //genere 5
|
---|
| 40 | define("_GRUPPO","Candidate for City Mayor");
|
---|
| 41 | define("_GRUPPI","Candidates for City Mayor");
|
---|
| 42 | define("_GRUPPOLOGO","Mayor Logo");
|
---|
| 43 | define("_PRESI","Mayor");
|
---|
| 44 | define("_CONSI","Councilman");
|
---|
| 45 | define("_SOLO_GRUPPO","Ballots for candidate Mayor only");
|
---|
| 46 | define("_CONSIGLIO","City Council");
|
---|
[139] | 47 | define("_ASOLO_GRUPPO","to the Mayor only");
|
---|
[2] | 48 | break;
|
---|
| 49 | case 4:
|
---|
[54] | 50 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 51 | define("_CONSULTAZIONE","Constituency Election");
|
---|
| 52 | define("_GRUPPI","Candidates for President");
|
---|
| 53 | define("_GRUPPO","Candidate for President");
|
---|
| 54 | define("_CONSI","Councilman");
|
---|
| 55 | define("_CONSIGLIO","Constituency Council");
|
---|
| 56 | break;
|
---|
| 57 | case 5:
|
---|
[54] | 58 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 59 | define("_CONSULTAZIONE","Second Round"); //genere 1
|
---|
| 60 | define("_GRUPPO","Candidate Mayor");
|
---|
| 61 | define("_GRUPPOLOGO","Mayor Logo");
|
---|
| 62 | define("_PRESI","Mayor");
|
---|
| 63 | define("_DESCRCONS","SECOND ROUND");
|
---|
| 64 | break;
|
---|
| 65 | case 6:
|
---|
[54] | 66 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 67 | define("_CONSULTAZIONE","Consultazione Camera"); //genere 2
|
---|
| 68 | define("_GRUPPO","Lista");
|
---|
| 69 | define("_GRUPPOLOGO","Logo della Lista");
|
---|
| 70 | break;
|
---|
| 71 | case 7:
|
---|
[54] | 72 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 73 | define("_CONSULTAZIONE","Consultazione Senato"); //genere 2
|
---|
| 74 | define("_GRUPPO","Lista");
|
---|
| 75 | define("_GRUPPOLOGO","Logo della Lista");
|
---|
| 76 | break;
|
---|
| 77 | case 8:
|
---|
[54] | 78 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 79 | define("_CONSULTAZIONE","European Parliament Election"); //genere 4
|
---|
| 80 | define("_GRUPPO","List");
|
---|
| 81 | define("_GRUPPOLOGO","List Logo");
|
---|
| 82 | define("_CONSI","List Candidate");
|
---|
| 83 | break;
|
---|
| 84 | case 9:
|
---|
[54] | 85 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 86 | define("_CONSULTAZIONE","Regional Parliament Election"); //genere 5
|
---|
| 87 | define("_GRUPPO","Candidate for President");
|
---|
[54] | 88 | define("_CONSI","List Candidate");
|
---|
[2] | 89 | break;
|
---|
| 90 | 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!)
|
---|
[54] | 91 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 92 | define("_CONSULTAZIONE","Consultazione Senato"); //genere 2
|
---|
| 93 | define("_GRUPPO","Grouping");
|
---|
| 94 | define("_GRUPPI","Groupings");
|
---|
| 95 | define("_GRUPPOLOGO","Logo for the List");
|
---|
| 96 | define("_CONSIGLIO","Senators");
|
---|
| 97 | break;
|
---|
| 98 | case 11:
|
---|
[54] | 99 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 100 | define("_CONSULTAZIONE","Chamber of Deputies"); //genere 2
|
---|
| 101 | define("_GRUPPO","Grouping");
|
---|
| 102 | define("_GRUPPI","Groupings");
|
---|
| 103 | define("_GRUPPOLOGO","Logo for the List");
|
---|
| 104 | define("_CONSIGLIO","Deputies");
|
---|
| 105 | break;
|
---|
| 106 | case 12:
|
---|
[54] | 107 | define("_SCELTA_CIR","Set Constituency");
|
---|
[2] | 108 | define("_CONSULTAZIONE","Provincial Elections"); //genere 3
|
---|
| 109 | define("_GRUPPO","Candidate for President");
|
---|
| 110 | define("_GRUPPI","Candidates for President");
|
---|
| 111 | define("_GRUPPOLOGO","President's Logo");
|
---|
| 112 | define("_PRESI","President");
|
---|
| 113 | define("_CONSI","Councilman");
|
---|
| 114 | define("_DESCRCONS","PROVINCIAL");
|
---|
| 115 | define("_SOLO_GRUPPO","Ballots to the group only");
|
---|
| 116 | define("_CONSIGLIO","Provincial Council");
|
---|
| 117 | break;
|
---|
| 118 | case 13:
|
---|
| 119 | define("_CONSULTAZIONE","Second Round"); //genere 1
|
---|
| 120 | define("_GRUPPO","Candidate President");
|
---|
| 121 | define("_GRUPPOLOGO","President Logo");
|
---|
| 122 | define("_PRESI","President");
|
---|
| 123 | define("_DESCRCONS","SECOND ROUND");
|
---|
| 124 | break;
|
---|
| 125 | case 14:
|
---|
| 126 | define("_CONSULTAZIONE","European Parliament Election");
|
---|
| 127 | define("_GRUPPO","List");
|
---|
| 128 | define("_GRUPPOLOGO","List Logo");
|
---|
| 129 | define("_CONSI","List Candidate");
|
---|
| 130 | break;
|
---|
| 131 | case 15:
|
---|
| 132 | define("_CONSULTAZIONE","Camera Election");
|
---|
| 133 | define("_GRUPPO","Groupings");
|
---|
| 134 | break;
|
---|
| 135 | case 16:
|
---|
| 136 | define("_CONSULTAZIONE","Senato Election");
|
---|
| 137 | define("_GRUPPO","Groupings");
|
---|
| 138 | break;
|
---|
| 139 | case 17:
|
---|
| 140 | define("_CONSULTAZIONE","Regional Parliament Election");
|
---|
| 141 | define("_GRUPPO","Candidate for President");
|
---|
| 142 | break;
|
---|
[254] | 143 | case 18:
|
---|
| 144 | define("_CONSULTAZIONE","Camera Election"); //genere 5
|
---|
| 145 | define("_GRUPPO","Single Candidate");
|
---|
| 146 | define("_SOLO_GRUPPO","Ballots for Group Candidate only");
|
---|
| 147 | define("_LISTA","Linked List");
|
---|
| 148 | define("_CANDIDATO","Bolcked List");
|
---|
[2] | 149 |
|
---|
[254] | 150 | define("_DESCRCONS","CAMERA");
|
---|
| 151 | break;
|
---|
| 152 | case 19:
|
---|
| 153 | define("_CONSULTAZIONE","Senato Election"); //genere 5
|
---|
| 154 | define("_GRUPPO","Single Candidate");
|
---|
| 155 | define("_SOLO_GRUPPO","Ballots for Group Candidate only");
|
---|
| 156 | define("_LISTA","Linked List");
|
---|
| 157 | define("_CANDIDATO","Bolcked List");
|
---|
| 158 |
|
---|
| 159 | define("_DESCRCONS","SENATO");
|
---|
[2] | 160 | }
|
---|
| 161 |
|
---|
| 162 |
|
---|
| 163 | if($tipo_cons==12 or $tipo_cons==14 or $tipo_cons==15 or $tipo_cons==16 or $tipo_cons==17){
|
---|
| 164 | define("_SCEGLI_CIRCO","Choose Borough");
|
---|
| 165 | define("_ELE_CIRCO","Borough Election");
|
---|
| 166 | define("_CIRCO","Borough");
|
---|
| 167 | define("_CIRCOS","Boroughs");
|
---|
| 168 | define("_IDCIRC","Id Borough ");
|
---|
| 169 | define("_CIRCS","Boroughs");
|
---|
| 170 | }else{
|
---|
| 171 | define("_SCEGLI_CIRCO","Choose Constituency");
|
---|
| 172 | define("_ELE_CIRCO","Constituency Election");
|
---|
| 173 | define("_CIRCO","Constituency");
|
---|
| 174 | define("_CIRCOS","Constituencies");
|
---|
| 175 | define("_IDCIRC","Id circos. ");
|
---|
| 176 | define("_CIRCS","Constituencies");
|
---|
| 177 | }
|
---|
| 178 |
|
---|
[86] | 179 | define("_PROGRAM","Electoral<br>Program");
|
---|
[2] | 180 |
|
---|
| 181 | define("_VOTI_RAGGR","Sum of ballots");
|
---|
[55] | 182 | define("_SEDI","Election Site");
|
---|
[2] | 183 | define("_LISTA","List");
|
---|
| 184 | define("_LISTE","Lists");
|
---|
| 185 | define("_TEST","If you wont to test Eleonline start inserting username \"suser\" and password \"test\"");
|
---|
[30] | 186 | #define("_GESTIONE","managing vote counting and publishing results");
|
---|
[2] | 187 | define("_TUTTESEDI","All electoral centers");
|
---|
| 188 | define("_ATT_VOTI","Warning! ballots");
|
---|
| 189 | define("_ATT_VOTANTI","Warning! voters");
|
---|
| 190 | define("_NO_TOT_VOTI","is not equal to the total ballots");
|
---|
| 191 | define("_NO_VAL_VOTI","is not equal to the valid ballots");
|
---|
| 192 | define("_ATT_VOTI_REF","Warning! Inserted ballots for the Referendum n.");
|
---|
| 193 | define("_ATT_VOTANTI_REF","Warning! Inserted final ballots for the Referendum n.");
|
---|
| 194 | define("_NO_SOMMA","is not equal to the total ballots:");
|
---|
| 195 | define("_COD_NV","Not valid code ");
|
---|
| 196 | define("_REFERENDUM","Referendum");
|
---|
| 197 | define("_CON_GRUPPI","With groupings");
|
---|
| 198 | define("_NO_VOTO_GRUPPO","Not to vote for the Group");
|
---|
| 199 | define("_LISTE_UNI","One candidate for list");
|
---|
| 200 | define("_NO_VOTO_LISTA","Not to vote for the list");
|
---|
| 201 | define("_NO_VOTO_CANDI","Not to vote for the candidates");
|
---|
| 202 | define("_BALLO","Second round");
|
---|
| 203 | define("_DEFCONS","Define the characteristics of the election");
|
---|
[54] | 204 | #define("_SOLO_GRUPPO","Ballots to groups only");
|
---|
[2] | 205 | define("_VOTI_LISTA","Ballots to lists");
|
---|
| 206 | define("_GENCONS0","Referendum");
|
---|
| 207 | define("_GENCONS1","Second round");
|
---|
| 208 | define("_GENCONS2","One candidate for list");
|
---|
| 209 | define("_GENCONS3","Groups and Lists but no ballots for candidates");
|
---|
| 210 | define("_GENCONS4","More candidates for list");
|
---|
| 211 | define("_GENCONS5","Groups and Lists and ballots for candidates");
|
---|
| 212 | define("_CAMBIOPWD","Change Password");
|
---|
| 213 | define("_CHGPWD","Password change");
|
---|
| 214 | define("_ERRPWD","WARNING: ERROR INSERTING PASSWORD!");
|
---|
| 215 | define("_OLDPWD","Old Password");
|
---|
| 216 | define("_NEWPWD1","New Password");
|
---|
| 217 | define("_NEWPWD2","New Password again");
|
---|
| 218 | define("_YES","Yes");
|
---|
| 219 | define("_SEGGI","Seats");
|
---|
| 220 | define("_PRIMONON","First non-elected");
|
---|
| 221 | define("_SINDCONS","Mayor Candidate<br/>Elected Councilman");
|
---|
| 222 | define("_SEGGIMIN","Minority Council Members");
|
---|
| 223 | define("_QUOZIENTI","Quotients");
|
---|
| 224 | define("_CIFRAELE","Electoral <br/>Figure");
|
---|
| 225 | define("_PROIEZCONS","CITY COUNCIL PROJECTION");
|
---|
| 226 | define("_SCELTASIN","Who is City Mayor?");
|
---|
| 227 | define("_COLLEGAMENTI","Linked Lists for Second Round");
|
---|
| 228 | define("_NONCOLLE","Not linked");
|
---|
| 229 | define("_SINDACO","Mayor");
|
---|
| 230 | define("_ISCRITTI","Enrolled");
|
---|
| 231 | define("_INSEZ","in the section");
|
---|
| 232 | define("_PERC","Perc.");
|
---|
| 233 | define("_DOMAGGIORNA","Really do you wont to change voters number in");
|
---|
| 234 | define("_UPDATE","Update");
|
---|
| 235 | define("_ERRORE","Error");
|
---|
| 236 | define("_VER_STAMPA","Printing version");
|
---|
| 237 | define("_VER_GRAF","Diagrams");
|
---|
| 238 | define("_DETTAGLIO","Detailed");
|
---|
| 239 | define("_COME","How to vote");
|
---|
| 240 | define("_NUMERI","Useful numbers");
|
---|
| 241 | define("_SERVIZI","Services");
|
---|
| 242 | define("_LINK","Useful links");
|
---|
| 243 | define("_CONSULTAZIONI","Elections");
|
---|
| 244 | define("_OPERATORI","Operators");
|
---|
| 245 | define("_AGGIUNGI","Add");
|
---|
| 246 | define("_COLLEGI","Districts");
|
---|
| 247 | define("_DEFCOMUNE","Cities");
|
---|
| 248 | define("_CODICE","Code");
|
---|
| 249 | define("_CENTRALINO","Telephone");
|
---|
| 250 | define("_EMAIL","E-mail");
|
---|
| 251 | define("_FILTRO","Search mask");
|
---|
| 252 | define("_INSCOMUNE","Authorize Cities");
|
---|
| 253 | define("_CONSULTAZIONE_ADM","Election");
|
---|
| 254 | define("_AMMINISTRATORI", "Administrators");
|
---|
| 255 | define("_PASSWORD","Password");
|
---|
| 256 | define("_RIPETI","Password again");
|
---|
| 257 | define("_COMPLESSIVO","all");
|
---|
| 258 | define("_CONTR_CONS","Verification of the ballots to the lists");
|
---|
| 259 | define("_CONTR_GRUP","Verification of the ballots to the groups");
|
---|
| 260 | define("_DATAIN","Starting Date");
|
---|
| 261 | define("_DATAFINE","Ending Date");
|
---|
| 262 | define("_GESTIONE","Managing");
|
---|
| 263 | define("_MODIFY","Modify");
|
---|
| 264 | define("_ESCI","Exit");
|
---|
| 265 | define("_POPOLA","Import");
|
---|
| 266 | define("_SOSPESO","Suspended");
|
---|
| 267 | define("_IMPOSTA_DATI","Administrator");
|
---|
| 268 | define("_INSERISCE_DATI","Operator");
|
---|
| 269 | define("_UTENTE","User");
|
---|
| 270 | define("_PERMESSI","Privileges");
|
---|
| 271 | define("_NULLA","NOT VALID");
|
---|
| 272 | define("_ATTIVA","IN USE");
|
---|
| 273 | define("_ATTIVO","In use");
|
---|
| 274 | define("_CHIUSA","CLOSED");
|
---|
| 275 | define("_ASOLA_LISTA","to the List");
|
---|
[139] | 276 |
|
---|
| 277 | define("_SOLO_LISTA","Only List");
|
---|
[2] | 278 | define("_COLLEGIO","district");
|
---|
| 279 | define("_INFO","Information");
|
---|
| 280 | define("_CALCONS","Council Projection");
|
---|
| 281 | define("_VOTIL","Ballots to the Lists");
|
---|
| 282 | define("_A","to");
|
---|
| 283 | define("_DA","from");
|
---|
| 284 | define("_DI","of");
|
---|
| 285 | define("_MOSTRA","Show");
|
---|
| 286 | define("_PERCOL","by columns");
|
---|
| 287 | define("_PERRIGHE","by rows");
|
---|
| 288 | define("_COMUNE","City");
|
---|
| 289 | define("_COMUNI","Cities");
|
---|
| 290 | define("_VIS_PERC","Show percentages");
|
---|
| 291 | define("_SEZIONE","Section");
|
---|
| 292 | define("_SEZIONI","Sections");
|
---|
| 293 | define("_UOMINI","Men");
|
---|
| 294 | define("_DONNE","Women");
|
---|
| 295 | define("_COMPLESSIVI","in total");
|
---|
| 296 | define("_VOTIE","Expressed Ballots");
|
---|
| 297 | define("_SEZNOS","Sections to be counted");
|
---|
| 298 | define("_SEZSCR","Counted Sections");
|
---|
[30] | 299 | #define("_LISTA","List");
|
---|
[2] | 300 | define("_PREFLISTA","Ballots to the list");
|
---|
| 301 | define("_CANDIDATO","Candidate");
|
---|
| 302 | define("_GESAMMIN","Gestione Amministrativa ");
|
---|
| 303 | define("_DESCR","Description");
|
---|
| 304 | define("_IMMCONS","Insert Election");
|
---|
| 305 | define("_DOMCANCELLA","Are you sure to delete ");
|
---|
| 306 | define("_FUNZIONI","Modify function ");
|
---|
| 307 | define("_NEXT_MATCH","Next");
|
---|
| 308 | define("_PREV_MATCH","Previous");
|
---|
| 309 | define("_NEXT","Next");
|
---|
| 310 | define("_PREV","Previous");
|
---|
| 311 | define("_SCELTA","Choose");
|
---|
| 312 | define("_SCEGLI","Choose ");
|
---|
| 313 | define("_SEDE","Electoral Center ");
|
---|
| 314 | define("_NUM","Number ");
|
---|
| 315 | define("_IDCONS","Id election ");
|
---|
| 316 | define("_IMM","Inserting");
|
---|
| 317 | define("_TEL","Telephone");
|
---|
| 318 | define("_INDIRIZZO","Address");
|
---|
| 319 | define("_FAX","Fax");
|
---|
| 320 | define("_RESP","Section head");
|
---|
| 321 | define("_MASCHI","Men ");
|
---|
| 322 | define("_FEMMINE","Women ");
|
---|
| 323 | define("_TOTS","Totals ");
|
---|
| 324 | define("_TOT","Total ");
|
---|
| 325 | define("_TOTPREF","Sum of ballots");
|
---|
| 326 | define("_GESTIMM","Logo Management");
|
---|
| 327 | define("_SIMBOLO","Logo");
|
---|
| 328 | define("_VER_FLASH","Flash Diagrams");
|
---|
| 329 | define("_VER_HTML","Static Diagrams");
|
---|
| 330 | define("_INVIOFILE","<font color=\"red\">File upload (jpg,gif or png) for Logo</font>");
|
---|
| 331 | define("_FILEDAINVIARE","Choose the file to upload");
|
---|
| 332 | define("_CANCELLAFILE","<font color=\"red\">Delete Logo file</font>");
|
---|
| 333 | define("_SCELTAFILE","Choose the file to delete");
|
---|
| 334 | define("_LISTALOGO","List Logo");
|
---|
| 335 | define("_COGNOME","Surname");
|
---|
| 336 | define("_NOME","Name");
|
---|
| 337 | define("_NOMINATIVO","Name");
|
---|
| 338 | define("_FOTO","Photo");
|
---|
| 339 | define("_NOTE","Notes");
|
---|
| 340 | define("_GESSPOGLIO","Managing Electoral Operations");
|
---|
| 341 | define("_SPOGLIO","Vote Counting");
|
---|
| 342 | define("_VOTI","Ballots");
|
---|
| 343 | define("_VOTANTI","Voters");
|
---|
| 344 | define("_NONVOTANTI","Non Voters");
|
---|
| 345 | define("_ISCR_SEZ","Electors<p>enrolled");
|
---|
| 346 | define("_PREFERENZE","Ballots");
|
---|
| 347 | define("_ORA","Time");
|
---|
| 348 | define("_TITOLO","Title");
|
---|
| 349 | define("_PREAMBOLO","Summary");
|
---|
| 350 | define("_CONTENUTO","Text");
|
---|
| 351 | define("_DATA","Date");
|
---|
| 352 | define("_VOTID","Women Ballots");
|
---|
| 353 | define("_VOTIU","Men Ballots");
|
---|
| 354 | define("_VOTIT","Total of Ballots");
|
---|
| 355 | define("_VALIDI","Valid Ballots");
|
---|
| 356 | define("_NULLI","Non Valid Ballots");
|
---|
[318] | 357 | define("_SNULLE","Invalid Papers");
|
---|
| 358 | define("_SBIANCHE","White Papers");
|
---|
[2] | 359 | define("_BIANCHI","Blank Ballots");
|
---|
| 360 | define("_CONTESTATI","Contested Ballots");
|
---|
| 361 | define("_TOTALEVOTI","Total of Ballots");
|
---|
| 362 | define("_TOT_ULT","Voters at end");
|
---|
| 363 | define("_VOTIINS","Inserted Ballots");
|
---|
| 364 | define("_CANDINS","Inserted Candidates");
|
---|
| 365 | define("_TOTNON","Total of non valid Ballots");
|
---|
| 366 | define("_CANDIDATI","Candidates");
|
---|
| 367 | define("_DATIG","General Informations");
|
---|
| 368 | define("_AVENTI","Electors"); //Aventi Diritto
|
---|
| 369 | define("_SI","Yes");
|
---|
| 370 | define("_NO","No");
|
---|
| 371 | define("_AFFLUENZE","Affluence");
|
---|
| 372 | define("_NOTA","The information in this pages, susceptible of modifications, are unofficial. They have pure informative value.");
|
---|
| 373 | define("_DISCLAIMER","Data are unofficial.");
|
---|
| 374 | define("_DATI","General data");
|
---|
| 375 | define("_ORE","time:");
|
---|
| 376 | define("_ALLE","at");
|
---|
| 377 | define("_DEL","of the");
|
---|
| 378 | define("_STATO","State");
|
---|
| 379 | define("_OK","Ok");
|
---|
| 380 | define("_ANCHE","also");
|
---|
| 381 | define("_VISUALIZZA","Show the data");
|
---|
| 382 | define("_TIPO","Type");
|
---|
| 383 | define("_CONSULTA","Election");
|
---|
| 384 | define("_PERCE","Percentages");
|
---|
| 385 | define("_RISULTA","Results");
|
---|
| 386 | define("_RISULTATI","Results");
|
---|
| 387 | define("_PER","for");
|
---|
| 388 | define("_SEZSCRU","Counted Sections ");
|
---|
| 389 | define("_SU","on");
|
---|
| 390 | define("_LA","the");
|
---|
| 391 | define("_ADMINID","User");
|
---|
| 392 | define("_ADMINCOME","HOW TO VOTE - Administration");
|
---|
| 393 | define("_EDITORIAL","General Informations");
|
---|
| 394 | define("_EDITORIALADMIN","Managing Informations");
|
---|
| 395 | define("_EDITINFO","Edit informations");
|
---|
| 396 | define("_EDIT","Edit");
|
---|
| 397 | define("_ADD","Add");
|
---|
| 398 | define("_NEW","New");
|
---|
| 399 | define("_DELETE","Delete");
|
---|
| 400 | define("_COPIA","Copy");
|
---|
| 401 | define("_STRUTTURA","Structure");
|
---|
| 402 | define("_ADDCOME","Add information");
|
---|
| 403 | define("_ADDPRES","Add candidate for president");
|
---|
| 404 | define("_ALLCOME","Inserted Informations");
|
---|
| 405 | define("_REMOVEINFO","Are you sure to delete this information? ");
|
---|
| 406 | define("_IMAGE","Immagine informazione");
|
---|
| 407 | define("_CONTINUA","continue <img src=\"images/site.gif\" align=\"center\" border=\"0\">");
|
---|
| 408 | define("_MESSAGEPREAMBLE","Preamble (max 500 char)");
|
---|
| 409 | define("_ADMINNUMERI","Numbers - Administration");
|
---|
| 410 | define("_ADMINSERVIZI","Services - Administration");
|
---|
| 411 | define("_ADMINLINK","Links - Administration");
|
---|
| 412 | define("_CONTR_ESPR","Ballots Verification");
|
---|
| 413 | // Note
|
---|
| 414 | //define("_ENTE","Comune di Guidonia Montecelio (Provincia di Roma)");
|
---|
| 415 | //define("_NOTACSV","Notes: I dati sono estratti dal sito del ");
|
---|
| 416 | //define("_DISC1","Ogni rappresentazione ed uso e' consentita citando la fonte dei dati");
|
---|
| 417 | //define("_SITO","http://www.guidonia.org ");
|
---|
| 418 | // Copyright
|
---|
| 419 | define("_SORALDO","Eleonline: Modulo elettorale");
|
---|
| 420 | define("_VERS","versione 0.5 beta ");
|
---|
| 421 | define("_NON","Not");
|
---|
| 422 | define("_EXPORT","Export");
|
---|
| 423 | define("_TABULA","(tab formatted)");
|
---|
| 424 | define("_GRAFICI","Diagrams ");
|
---|
| 425 | define("_ALL","All ");
|
---|
| 426 | //define("_MAIN","Qui sono e saranno presenti i dati e i risultati delle
|
---|
| 427 | //consultazioni elettorali svolte nel ");
|
---|
| 428 | define("_THEMES","Tema Grafico");
|
---|
| 429 | define("_ACTIVE","Activ ");
|
---|
| 430 | define("_BLOCCHI","Lateral blocks");
|
---|
| 431 | define("_BLOCKS","Blocks");
|
---|
| 432 | define("_MENUCONF","Configuration Menu for graphical aspect");
|
---|
| 433 | define("_GESFILE","Image Files Managing");
|
---|
| 434 | define("_LOGO","Image or Logo");
|
---|
| 435 | define("_ELETTORI","Voters");
|
---|
| 436 | define("_EDIFICIO","Building");
|
---|
| 437 | define("_MAPPA","Map");
|
---|
[30] | 438 | #define("_LINK","Link");
|
---|
[2] | 439 | define("_NUMERITEL","Telephon");
|
---|
| 440 | define("_DESCRAPP","Deep Description");
|
---|
| 441 | define("_DESCRLINK","Short description for the link");
|
---|
| 442 | define("_HELPHTML","You can use all HTML tags. Example: <font color=\"#ff0000\">< br > </font>new line</pre>");
|
---|
| 443 | define("_SUPER","S<br/>U<br/>P<br/>E<br/>R<br/>U<br/>S<br/>E<br/>R");
|
---|
| 444 | define("_ADMIN","A<br/>D<br/>M<br/>I<br/>N<br/>I<br/>S<br/>T<br/>R<br/>A<br/>T<br/>O<br/>R");
|
---|
| 445 | define("_OPER","O<br/>P<br/>E<br/>R<br/>A<br/>T<br/>O<br/>R");
|
---|
[30] | 446 | #define("_SCELTA_CONS","Choose an Election");
|
---|
[2] | 447 | define("_GESRIS","managing elections");
|
---|
| 448 | define("_INVIOSEGN","To contact us for signallings, demands or suggestions");
|
---|
| 449 | define("_CLICCAQUI","click here");
|
---|
| 450 | define("_CONFRONTI","Comparing");
|
---|
| 451 | define("_ALTROGRP","Other");
|
---|
| 452 | define("_GRUPPO1","Group 1");
|
---|
| 453 | define("_GRUPPO2","Group 2");
|
---|
| 454 | define("_SCELTA_LISTE","JOIN LISTS TO GROUPS");
|
---|
| 455 | define("_CNFR_CONS","CONSULTATIONS COMPARING<br/>you can choose to compare groups or single lists");
|
---|
| 456 | define("_SCELTA_CONS","<b>Choose consultations to compare</b>");
|
---|
| 457 | define("_ALTRI","Other down 3%");
|
---|
| 458 | define("_LINGUA","Language");
|
---|
| 459 | define("_OFF","Disable");
|
---|
| 460 | define("_ON","Enable");
|
---|
| 461 | define("_BLOCCO","Block");
|
---|
| 462 | define("_OPTIONS","Options");
|
---|
| 463 | define("_ELEZIONI","Elections");
|
---|
| 464 | define("_TEMA","Template");
|
---|
[104] | 465 | define("_SCEGLI_LISTA","Select List");
|
---|
| 466 | define("_SCEGLI_CANDI","Select Candidate");
|
---|
| 467 | define("_SCEGLI_SEZ","Select Section");
|
---|
| 468 | define("_SCEGLI_DELEG","Choose District");
|
---|
| 469 | define("_ESPORTA","Export Results");
|
---|
[116] | 470 | define("_PERC_TEND","Trend rate");
|
---|
| 471 | define("_PERC_ASS","Absolute rate at");
|
---|
[2] | 472 |
|
---|
[104] | 473 |
|
---|
| 474 |
|
---|
| 475 |
|
---|
| 476 |
|
---|
[2] | 477 | ?>
|
---|