DBPORT_3.6.0_INIZIALIZZA_POS.sql 953 KB
Newer Older
Admin CED's avatar
Admin CED committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700 2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744 2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948 2949 2950 2951 2952 2953 2954 2955 2956 2957 2958 2959 2960 2961 2962 2963 2964 2965 2966 2967 2968 2969 2970 2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 2981 2982 2983 2984 2985 2986 2987 2988 2989 2990 2991 2992 2993 2994 2995 2996 2997 2998 2999 3000 3001 3002 3003 3004 3005 3006 3007 3008 3009 3010 3011 3012 3013 3014 3015 3016 3017 3018 3019 3020 3021 3022 3023 3024 3025 3026 3027 3028 3029 3030 3031 3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 3044 3045 3046 3047 3048 3049 3050 3051 3052 3053 3054 3055 3056 3057 3058 3059 3060 3061 3062 3063 3064 3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145 3146 3147 3148 3149 3150 3151 3152 3153 3154 3155 3156 3157 3158 3159 3160 3161 3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289 3290 3291 3292 3293 3294 3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337 3338 3339 3340 3341 3342 3343 3344 3345 3346 3347 3348 3349 3350 3351 3352 3353 3354 3355 3356 3357 3358 3359 3360 3361 3362 3363 3364 3365 3366 3367 3368 3369 3370 3371 3372 3373 3374 3375 3376 3377 3378 3379 3380 3381 3382 3383 3384 3385 3386 3387 3388 3389 3390 3391 3392 3393 3394 3395 3396 3397 3398 3399 3400 3401 3402 3403 3404 3405 3406 3407 3408 3409 3410 3411 3412 3413 3414 3415 3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433 3434 3435 3436 3437 3438 3439 3440 3441 3442 3443 3444 3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508 3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548 3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561 3562 3563 3564 3565 3566 3567 3568 3569 3570 3571 3572 3573 3574 3575 3576 3577 3578 3579 3580 3581 3582 3583 3584 3585 3586 3587 3588 3589 3590 3591 3592 3593 3594 3595 3596 3597 3598 3599 3600 3601 3602 3603 3604 3605 3606 3607 3608 3609 3610 3611 3612 3613 3614 3615 3616 3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637 3638 3639 3640 3641 3642 3643 3644 3645 3646 3647 3648 3649 3650 3651 3652 3653 3654 3655 3656 3657 3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701 3702 3703 3704 3705 3706 3707 3708 3709 3710 3711 3712 3713 3714 3715 3716 3717 3718 3719 3720 3721 3722 3723 3724 3725 3726 3727 3728 3729 3730 3731 3732 3733 3734 3735 3736 3737 3738 3739 3740 3741 3742 3743 3744 3745 3746 3747 3748 3749 3750 3751 3752 3753 3754 3755 3756 3757 3758 3759 3760 3761 3762 3763 3764 3765 3766 3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881 3882 3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 3899 3900 3901 3902 3903 3904 3905 3906 3907 3908 3909 3910 3911 3912 3913 3914 3915 3916 3917 3918 3919 3920 3921 3922 3923 3924 3925 3926 3927 3928 3929 3930 3931 3932 3933 3934 3935 3936 3937 3938 3939 3940 3941 3942 3943 3944 3945 3946 3947 3948 3949 3950 3951 3952 3953 3954 3955 3956 3957 3958 3959 3960 3961 3962 3963 3964 3965 3966 3967 3968 3969 3970 3971 3972 3973 3974 3975 3976 3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999 4000 4001 4002 4003 4004 4005 4006 4007 4008 4009 4010 4011 4012 4013 4014 4015 4016 4017 4018 4019 4020 4021 4022 4023 4024 4025 4026 4027 4028 4029 4030 4031 4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061 4062 4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087 4088 4089 4090 4091 4092 4093 4094 4095 4096 4097 4098 4099 4100 4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113 4114 4115 4116 4117 4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134 4135 4136 4137 4138 4139 4140 4141 4142 4143 4144 4145 4146 4147 4148 4149 4150 4151 4152 4153 4154 4155 4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 4183 4184 4185 4186 4187 4188 4189 4190 4191 4192 4193 4194 4195 4196 4197 4198 4199 4200 4201 4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231 4232 4233 4234 4235 4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271 4272 4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 4294 4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333 4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456 4457 4458 4459 4460 4461 4462 4463 4464 4465 4466 4467 4468 4469 4470 4471 4472 4473 4474 4475 4476 4477 4478 4479 4480 4481 4482 4483 4484 4485 4486 4487 4488 4489 4490 4491 4492 4493 4494 4495 4496 4497 4498 4499 4500 4501 4502 4503 4504 4505 4506 4507 4508 4509 4510 4511 4512 4513 4514 4515 4516 4517 4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 4529 4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 4541 4542 4543 4544 4545 4546 4547 4548 4549 4550 4551 4552 4553 4554 4555 4556 4557 4558 4559 4560 4561 4562 4563 4564 4565 4566 4567 4568 4569 4570 4571 4572 4573 4574 4575 4576 4577 4578 4579 4580 4581 4582 4583 4584 4585 4586 4587 4588 4589 4590 4591 4592 4593 4594 4595 4596 4597 4598 4599 4600 4601 4602 4603 4604 4605 4606 4607 4608 4609 4610 4611 4612 4613 4614 4615 4616 4617 4618 4619 4620 4621 4622 4623 4624 4625 4626 4627 4628 4629 4630 4631 4632 4633 4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645 4646 4647 4648 4649 4650 4651 4652 4653 4654 4655 4656 4657 4658 4659 4660 4661 4662 4663 4664 4665 4666 4667 4668 4669 4670 4671 4672 4673 4674 4675 4676 4677 4678 4679 4680 4681 4682 4683 4684 4685 4686 4687 4688 4689 4690 4691 4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 4725 4726 4727 4728 4729 4730 4731 4732 4733 4734 4735 4736 4737 4738 4739 4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 4752 4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 4765 4766 4767 4768 4769 4770 4771 4772 4773 4774 4775 4776 4777 4778 4779 4780 4781 4782 4783 4784 4785 4786 4787 4788 4789 4790 4791 4792 4793 4794 4795 4796 4797 4798 4799 4800 4801 4802 4803 4804 4805 4806 4807 4808 4809 4810 4811 4812 4813 4814 4815 4816 4817 4818 4819 4820 4821 4822 4823 4824 4825 4826 4827 4828 4829 4830 4831 4832 4833 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 4854 4855 4856 4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 4868 4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888 4889 4890 4891 4892 4893 4894 4895 4896 4897 4898 4899 4900 4901 4902 4903 4904 4905 4906 4907 4908 4909 4910 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 4939 4940 4941 4942 4943 4944 4945 4946 4947 4948 4949 4950 4951 4952 4953 4954 4955 4956 4957 4958 4959 4960 4961 4962 4963 4964 4965 4966 4967 4968 4969 4970 4971 4972 4973 4974 4975 4976 4977 4978 4979 4980 4981 4982 4983 4984 4985 4986 4987 4988 4989 4990 4991 4992 4993 4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055 5056 5057 5058 5059 5060 5061 5062 5063 5064 5065 5066 5067 5068 5069 5070 5071 5072 5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 5084 5085 5086 5087 5088 5089 5090 5091 5092 5093 5094 5095 5096 5097 5098 5099 5100 5101 5102 5103 5104 5105 5106 5107 5108 5109 5110 5111 5112 5113 5114 5115 5116 5117 5118 5119 5120 5121 5122 5123 5124 5125 5126 5127 5128 5129 5130 5131 5132 5133 5134 5135 5136 5137 5138 5139 5140 5141 5142 5143 5144 5145 5146 5147 5148 5149 5150 5151 5152 5153 5154 5155 5156 5157 5158 5159 5160 5161 5162 5163 5164 5165 5166 5167 5168 5169 5170 5171 5172 5173 5174 5175 5176 5177 5178 5179 5180 5181 5182 5183 5184 5185 5186 5187 5188 5189 5190 5191 5192 5193 5194 5195 5196 5197 5198 5199 5200 5201 5202 5203 5204 5205 5206 5207 5208 5209 5210 5211 5212 5213 5214 5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 5225 5226 5227 5228 5229 5230 5231 5232 5233 5234 5235 5236 5237 5238 5239 5240 5241 5242 5243 5244 5245 5246 5247 5248 5249 5250 5251 5252 5253 5254 5255 5256 5257 5258 5259 5260 5261 5262 5263 5264 5265 5266 5267 5268 5269 5270 5271 5272 5273 5274 5275 5276 5277 5278 5279 5280 5281 5282 5283 5284 5285 5286 5287 5288 5289 5290 5291 5292 5293 5294 5295 5296 5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316 5317 5318 5319 5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331 5332 5333 5334 5335 5336 5337 5338 5339 5340 5341 5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 5352 5353 5354 5355 5356 5357 5358 5359 5360 5361 5362 5363 5364 5365 5366 5367 5368 5369 5370 5371 5372 5373 5374 5375 5376 5377 5378 5379 5380 5381 5382 5383 5384 5385 5386 5387 5388 5389 5390 5391 5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 5403 5404 5405 5406 5407 5408 5409 5410 5411 5412 5413 5414 5415 5416 5417 5418 5419 5420 5421 5422 5423 5424 5425 5426 5427 5428 5429 5430 5431 5432 5433 5434 5435 5436 5437 5438 5439 5440 5441 5442 5443 5444 5445 5446 5447 5448 5449 5450 5451 5452 5453 5454 5455 5456 5457 5458 5459 5460 5461 5462 5463 5464 5465 5466 5467 5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 5481 5482 5483 5484 5485 5486 5487 5488 5489 5490 5491 5492 5493 5494 5495 5496 5497 5498 5499 5500 5501 5502 5503 5504 5505 5506 5507 5508 5509 5510 5511 5512 5513 5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 5524 5525 5526 5527 5528 5529 5530 5531 5532 5533 5534 5535 5536 5537 5538 5539 5540 5541 5542 5543 5544 5545 5546 5547 5548 5549 5550 5551 5552 5553 5554 5555 5556 5557 5558 5559 5560 5561 5562 5563 5564 5565 5566 5567 5568 5569 5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583 5584 5585 5586 5587 5588 5589 5590 5591 5592 5593 5594 5595 5596 5597 5598 5599 5600 5601 5602 5603 5604 5605 5606 5607 5608 5609 5610 5611 5612 5613 5614 5615 5616 5617 5618 5619 5620 5621 5622 5623 5624 5625 5626 5627 5628 5629 5630 5631 5632 5633 5634 5635 5636 5637 5638 5639 5640 5641 5642 5643 5644 5645 5646 5647 5648 5649 5650 5651 5652 5653 5654 5655 5656 5657 5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 5690 5691 5692 5693 5694 5695 5696 5697 5698 5699 5700 5701 5702 5703 5704 5705 5706 5707 5708 5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 5729 5730 5731 5732 5733 5734 5735 5736 5737 5738 5739 5740 5741 5742 5743 5744 5745 5746 5747 5748 5749 5750 5751 5752 5753 5754 5755 5756 5757 5758 5759 5760 5761 5762 5763 5764 5765 5766 5767 5768 5769 5770 5771 5772 5773 5774 5775 5776 5777 5778 5779 5780 5781 5782 5783 5784 5785 5786 5787 5788 5789 5790 5791 5792 5793 5794 5795 5796 5797 5798 5799 5800 5801 5802 5803 5804 5805 5806 5807 5808 5809 5810 5811 5812 5813 5814 5815 5816 5817 5818 5819 5820 5821 5822 5823 5824 5825 5826 5827 5828 5829 5830 5831 5832 5833 5834 5835 5836 5837 5838 5839 5840 5841 5842 5843 5844 5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905 5906 5907 5908 5909 5910 5911 5912 5913 5914 5915 5916 5917 5918 5919 5920 5921 5922 5923 5924 5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956 5957 5958 5959 5960 5961 5962 5963 5964 5965 5966 5967 5968 5969 5970 5971 5972 5973 5974 5975 5976 5977 5978 5979 5980 5981 5982 5983 5984 5985 5986 5987 5988 5989 5990 5991 5992 5993 5994 5995 5996 5997 5998 5999 6000 6001 6002 6003 6004 6005 6006 6007 6008 6009 6010 6011 6012 6013 6014 6015 6016 6017 6018 6019 6020 6021 6022 6023 6024 6025 6026 6027 6028 6029 6030 6031 6032 6033 6034 6035 6036 6037 6038 6039 6040 6041 6042 6043 6044 6045 6046 6047 6048 6049 6050 6051 6052 6053 6054 6055 6056 6057 6058 6059 6060 6061 6062 6063 6064 6065 6066 6067 6068 6069 6070 6071 6072 6073 6074 6075 6076 6077 6078 6079 6080 6081 6082 6083 6084 6085 6086 6087 6088 6089 6090 6091 6092 6093 6094 6095 6096 6097 6098 6099 6100 6101 6102 6103 6104 6105 6106 6107 6108 6109 6110 6111 6112 6113 6114 6115 6116 6117 6118 6119 6120 6121 6122 6123 6124 6125 6126 6127 6128 6129 6130 6131 6132 6133 6134 6135 6136 6137 6138 6139 6140 6141 6142 6143 6144 6145 6146 6147 6148 6149 6150 6151 6152 6153 6154 6155 6156 6157 6158 6159 6160 6161 6162 6163 6164 6165 6166 6167 6168 6169 6170 6171 6172 6173 6174 6175 6176 6177 6178 6179 6180 6181 6182 6183 6184 6185 6186 6187 6188 6189 6190 6191 6192 6193 6194 6195 6196 6197 6198 6199 6200 6201 6202 6203 6204 6205 6206 6207 6208 6209 6210 6211 6212 6213 6214 6215 6216 6217 6218 6219 6220 6221 6222 6223 6224 6225 6226 6227 6228 6229 6230 6231 6232 6233 6234 6235 6236 6237 6238 6239 6240 6241 6242 6243 6244 6245 6246 6247 6248 6249 6250 6251 6252 6253 6254 6255 6256 6257 6258 6259 6260 6261 6262 6263 6264 6265 6266 6267 6268 6269 6270 6271 6272 6273 6274 6275 6276 6277 6278 6279 6280 6281 6282 6283 6284 6285 6286 6287 6288 6289 6290 6291 6292 6293 6294 6295 6296 6297 6298 6299 6300 6301 6302 6303 6304 6305 6306 6307 6308 6309 6310 6311 6312 6313 6314 6315 6316 6317 6318 6319 6320 6321 6322 6323 6324 6325 6326 6327 6328 6329 6330 6331 6332 6333 6334 6335 6336 6337 6338 6339 6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 6350 6351 6352 6353 6354 6355 6356 6357 6358 6359 6360 6361 6362 6363 6364 6365 6366 6367 6368 6369 6370 6371 6372 6373 6374 6375 6376 6377 6378 6379 6380 6381 6382 6383 6384 6385 6386 6387 6388 6389 6390 6391 6392 6393 6394 6395 6396 6397 6398 6399 6400 6401 6402 6403 6404 6405 6406 6407 6408 6409 6410 6411 6412 6413 6414 6415 6416 6417 6418 6419 6420 6421 6422 6423 6424 6425 6426 6427 6428 6429 6430 6431 6432 6433 6434 6435 6436 6437 6438 6439 6440 6441 6442 6443 6444 6445 6446 6447 6448 6449 6450 6451 6452 6453 6454 6455 6456 6457 6458 6459 6460 6461 6462 6463 6464 6465 6466 6467 6468 6469 6470 6471 6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 6507 6508 6509 6510 6511 6512 6513 6514 6515 6516 6517 6518 6519 6520 6521 6522 6523 6524 6525 6526 6527 6528 6529 6530 6531 6532 6533 6534 6535 6536 6537 6538 6539 6540 6541 6542 6543 6544 6545 6546 6547 6548 6549 6550 6551 6552 6553 6554 6555 6556 6557 6558 6559 6560 6561 6562 6563 6564 6565 6566 6567 6568 6569 6570 6571 6572 6573 6574 6575 6576 6577 6578 6579 6580 6581 6582 6583 6584 6585 6586 6587 6588 6589 6590 6591 6592 6593 6594 6595 6596 6597 6598 6599 6600 6601 6602 6603 6604 6605 6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 6618 6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 6631 6632 6633 6634 6635 6636 6637 6638 6639 6640 6641 6642 6643 6644 6645 6646 6647 6648 6649 6650 6651 6652 6653 6654 6655 6656 6657 6658 6659 6660 6661 6662 6663 6664 6665 6666 6667 6668 6669 6670 6671 6672 6673 6674 6675 6676 6677 6678 6679 6680 6681 6682 6683 6684 6685 6686 6687 6688 6689 6690 6691 6692 6693 6694 6695 6696 6697 6698 6699 6700 6701 6702 6703 6704 6705 6706 6707 6708 6709 6710 6711 6712 6713 6714 6715 6716 6717 6718 6719 6720 6721 6722 6723 6724 6725 6726 6727 6728 6729 6730 6731 6732 6733 6734 6735 6736 6737 6738 6739 6740 6741 6742 6743 6744 6745 6746 6747 6748 6749 6750 6751 6752 6753 6754 6755 6756 6757 6758 6759 6760 6761 6762 6763 6764 6765 6766 6767 6768 6769 6770 6771 6772 6773 6774 6775 6776 6777 6778 6779 6780 6781 6782 6783 6784 6785 6786 6787 6788 6789 6790 6791 6792 6793 6794 6795 6796 6797 6798 6799 6800 6801 6802 6803 6804 6805 6806 6807 6808 6809 6810 6811 6812 6813 6814 6815 6816 6817 6818 6819 6820 6821 6822 6823 6824 6825 6826 6827 6828 6829 6830 6831 6832 6833 6834 6835 6836 6837 6838 6839 6840 6841 6842 6843 6844 6845 6846 6847 6848 6849 6850 6851 6852 6853 6854 6855 6856 6857 6858 6859 6860 6861 6862 6863 6864 6865 6866 6867 6868 6869 6870 6871 6872 6873 6874 6875 6876 6877 6878 6879 6880 6881 6882 6883 6884 6885 6886 6887 6888 6889 6890 6891 6892 6893 6894 6895 6896 6897 6898 6899 6900 6901 6902 6903 6904 6905 6906 6907 6908 6909 6910 6911 6912 6913 6914 6915 6916 6917 6918 6919 6920 6921 6922 6923 6924 6925 6926 6927 6928 6929 6930 6931 6932 6933 6934 6935 6936 6937 6938 6939 6940 6941 6942 6943 6944 6945 6946 6947 6948 6949 6950 6951 6952 6953 6954 6955 6956 6957 6958 6959 6960 6961 6962 6963 6964 6965 6966 6967 6968 6969 6970 6971 6972 6973 6974 6975 6976 6977 6978 6979 6980 6981 6982 6983 6984 6985 6986 6987 6988 6989 6990 6991 6992 6993 6994 6995 6996 6997 6998 6999 7000 7001 7002 7003 7004 7005 7006 7007 7008 7009 7010 7011 7012 7013 7014 7015 7016 7017 7018 7019 7020 7021 7022 7023 7024 7025 7026 7027 7028 7029 7030 7031 7032 7033 7034 7035 7036 7037 7038 7039 7040 7041 7042 7043 7044 7045 7046 7047 7048 7049 7050 7051 7052 7053 7054 7055 7056 7057 7058 7059 7060 7061 7062 7063 7064 7065 7066 7067 7068 7069 7070 7071 7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 7082 7083 7084 7085 7086 7087 7088 7089 7090 7091 7092 7093 7094 7095 7096 7097 7098 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 7109 7110 7111 7112 7113 7114 7115 7116 7117 7118 7119 7120 7121 7122 7123 7124 7125 7126 7127 7128 7129 7130 7131 7132 7133 7134 7135 7136 7137 7138 7139 7140 7141 7142 7143 7144 7145 7146 7147 7148 7149 7150 7151 7152 7153 7154 7155 7156 7157 7158 7159 7160 7161 7162 7163 7164 7165 7166 7167 7168 7169 7170 7171 7172 7173 7174 7175 7176 7177 7178 7179 7180 7181 7182 7183 7184 7185 7186 7187 7188 7189 7190 7191 7192 7193 7194 7195 7196 7197 7198 7199 7200 7201 7202 7203 7204 7205 7206 7207 7208 7209 7210 7211 7212 7213 7214 7215 7216 7217 7218 7219 7220 7221 7222 7223 7224 7225 7226 7227 7228 7229 7230 7231 7232 7233 7234 7235 7236 7237 7238 7239 7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 7273 7274 7275 7276 7277 7278 7279 7280 7281 7282 7283 7284 7285 7286 7287 7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624 7625 7626 7627 7628 7629 7630 7631 7632 7633 7634 7635 7636 7637 7638 7639 7640 7641 7642 7643 7644 7645 7646 7647 7648 7649 7650 7651 7652 7653 7654 7655 7656 7657 7658 7659 7660 7661 7662 7663 7664 7665 7666 7667 7668 7669 7670 7671 7672 7673 7674 7675 7676 7677 7678 7679 7680 7681 7682 7683 7684 7685 7686 7687 7688 7689 7690 7691 7692 7693 7694 7695 7696 7697 7698 7699 7700 7701 7702 7703 7704 7705 7706 7707 7708 7709 7710 7711 7712 7713 7714 7715 7716 7717 7718 7719 7720 7721 7722 7723 7724 7725 7726 7727 7728 7729 7730 7731 7732 7733 7734 7735 7736 7737 7738
--SET search_path = public, pg_catalog;

SET statement_timeout = 0;
-- decommentare la riga seguente in caso di lancio da interprete di comando direttamente da linux
--SET client_encoding = 'LATIN1';
SET standard_conforming_strings = off;
SET check_function_bodies = false;
SET client_min_messages = warning;
SET escape_string_warning = off;

------------------------------------------
-- CREAZIONE TABELLE STANDARD JAPS 2.0.10
------------------------------------------

SET default_tablespace = '';

SET default_with_oids = true;

CREATE TABLE categories (
    catcode character varying(30) NOT NULL,
    parentcode character varying(30) NOT NULL,
    titles character varying NOT NULL
);

CREATE TABLE contentmodels (
    modelid integer NOT NULL,
    contenttype character varying(30) NOT NULL,
    descr character varying(50) NOT NULL,
    model character varying,
    stylesheet character varying(50)
);

CREATE TABLE contentrelations (
    contentid character varying(16) NOT NULL,
    refpage character varying(30),
    refcontent character varying(16),
    refresource character varying(16),
    refcategory character varying(30),
    refgroup character varying(20)
);

CREATE TABLE contents (
    contentid character varying(16) NOT NULL,
    contenttype character varying(30) NOT NULL,
    descr character varying(100) NOT NULL,
    status character varying(12) NOT NULL,
    workxml character varying NOT NULL,
    created character varying(20),
    lastmodified character varying(20),
    onlinexml character varying,
    maingroup character varying(20) NOT NULL,
    currentversion character varying(7) NOT NULL,
    lasteditor character varying(40)
);

CREATE TABLE contentsearch (
    contentid character varying(16),
    attrname character varying(30) NOT NULL,
    textvalue character varying(255),
    datevalue date,
    numvalue integer,
    langcode character varying(2)
);

CREATE TABLE localstrings (
    keycode character varying(50) NOT NULL,
    langcode character varying(2) NOT NULL,
    stringvalue character varying NOT NULL
);

CREATE TABLE pagemodels (
    code character varying(40) NOT NULL,
    descr character varying(50) NOT NULL,
    frames character varying,
    plugincode character varying(30)
);

CREATE TABLE pages (
    code character varying(30) NOT NULL,
    parentcode character varying(30),
    pos integer NOT NULL,
    modelcode character varying(40) NOT NULL,
    titles character varying,
    groupcode character varying(30) NOT NULL,
    showinmenu smallint NOT NULL
);

CREATE TABLE resourcerelations (
    resid character varying(16) NOT NULL,
    refcategory character varying(30)
);

CREATE TABLE resources (
    resid character varying(16) NOT NULL,
    restype character varying(30) NOT NULL,
    descr character varying(100) NOT NULL,
    maingroup character varying(20) NOT NULL,
    xml character varying NOT NULL
);

CREATE TABLE showletcatalog (
    code character varying(40) NOT NULL,
    titles character varying NOT NULL,
    parameters character varying,
    plugincode character varying(30),
    parenttypecode character varying(40),
    defaultconfig character varying,
    locked smallint NOT NULL
);

CREATE TABLE showletconfig (
    pagecode character varying(30) NOT NULL,
    framepos integer NOT NULL,
    showletcode character varying(40) NOT NULL,
    config character varying,
    publishedcontent character varying(30)
);

CREATE TABLE sysconfig (
    version character varying(10) NOT NULL,
    item character varying(40) NOT NULL,
    descr character varying(100),
    config character varying
);

CREATE TABLE uniquekeys (
    id integer,
    keyvalue integer NOT NULL
);

CREATE TABLE workcontentsearch (
    contentid character varying(16),
    attrname character varying(30) NOT NULL,
    textvalue character varying(255),
    datevalue date,
    numvalue integer,
    langcode character varying(2)
);

ALTER TABLE ONLY categories
    ADD CONSTRAINT categories_pkey PRIMARY KEY (catcode);

ALTER TABLE ONLY contentmodels
    ADD CONSTRAINT contentmodels_pkey PRIMARY KEY (modelid);

ALTER TABLE ONLY contents
    ADD CONSTRAINT contents_pkey PRIMARY KEY (contentid);

ALTER TABLE ONLY localstrings
    ADD CONSTRAINT localstrings_pkey PRIMARY KEY (keycode, langcode);

ALTER TABLE ONLY pagemodels
    ADD CONSTRAINT pagemodels_pkey PRIMARY KEY (code);

ALTER TABLE ONLY pages
    ADD CONSTRAINT pages_pkey PRIMARY KEY (code);

ALTER TABLE ONLY resources
    ADD CONSTRAINT resources_pkey PRIMARY KEY (resid);

ALTER TABLE ONLY uniquekeys
    ADD CONSTRAINT sequence_pkey PRIMARY KEY (keyvalue);

ALTER TABLE ONLY showletcatalog
    ADD CONSTRAINT showletcatalog_pkey PRIMARY KEY (code);

ALTER TABLE ONLY showletconfig
    ADD CONSTRAINT showletconfig_pkey PRIMARY KEY (pagecode, framepos);

ALTER TABLE ONLY sysconfig
    ADD CONSTRAINT system_pkey PRIMARY KEY (version, item);

ALTER TABLE ONLY contentrelations
    ADD CONSTRAINT contentrelations_contentid_fkey FOREIGN KEY (contentid) REFERENCES contents(contentid);

ALTER TABLE ONLY contentrelations
    ADD CONSTRAINT contentrelations_refcategory_fkey FOREIGN KEY (refcategory) REFERENCES categories(catcode);

ALTER TABLE ONLY contentrelations
    ADD CONSTRAINT contentrelations_refcontent_fkey FOREIGN KEY (refcontent) REFERENCES contents(contentid);

ALTER TABLE ONLY contentrelations
    ADD CONSTRAINT contentrelations_refpage_fkey FOREIGN KEY (refpage) REFERENCES pages(code);

ALTER TABLE ONLY contentrelations
    ADD CONSTRAINT contentrelations_refresource_fkey FOREIGN KEY (refresource) REFERENCES resources(resid);

ALTER TABLE ONLY contentsearch
    ADD CONSTRAINT contentsearch_contentid_fkey FOREIGN KEY (contentid) REFERENCES contents(contentid);

ALTER TABLE ONLY pages
    ADD CONSTRAINT pages_modelcode_fkey FOREIGN KEY (modelcode) REFERENCES pagemodels(code);

ALTER TABLE ONLY resourcerelations
    ADD CONSTRAINT resourcerelations_refcategory_fkey FOREIGN KEY (refcategory) REFERENCES categories(catcode);

ALTER TABLE ONLY resourcerelations
    ADD CONSTRAINT resourcerelations_resid_fkey FOREIGN KEY (resid) REFERENCES resources(resid);

ALTER TABLE ONLY showletconfig
    ADD CONSTRAINT showletconfig_pagecode_fkey FOREIGN KEY (pagecode) REFERENCES pages(code);

ALTER TABLE ONLY showletconfig
    ADD CONSTRAINT showletconfig_showletcode_fkey FOREIGN KEY (showletcode) REFERENCES showletcatalog(code);

ALTER TABLE ONLY workcontentsearch
    ADD CONSTRAINT workcontentsearch_contentid_fkey FOREIGN KEY (contentid) REFERENCES contents(contentid);

REVOKE ALL ON SCHEMA public FROM PUBLIC;
REVOKE ALL ON SCHEMA public FROM postgres;
GRANT ALL ON SCHEMA public TO postgres;
GRANT ALL ON SCHEMA public TO PUBLIC;

---------------------
-- CREAZIONE TABELLE PLUGIN jpmail-1.2
---------------------

---------------------
-- CREAZIONE TABELLE PLUGIN jpuserprofile-1.5
---------------------

---------------------
-- CREAZIONE TABELLE DATI PLUGIN jpuserreg-1.1
---------------------

-------------------------------------------------------------------------
-- NUOVA TABELLA PER LA CONFIGURAZIONE DI OGGETTI DA UTILIZZARE NELLE JSP
-------------------------------------------------------------------------

CREATE TABLE ppcommon_customizations (
    objectid character varying(60) NOT NULL,
    attrib character varying(60) NOT NULL,
    feature character varying(10) NOT NULL,
    configvalue smallint NOT NULL,
    CONSTRAINT ppcommon_customizations_pkey PRIMARY KEY (objectid, attrib, feature)
);

----------------------------------------------------
-- NUOVA TABELLA PER LA CONFIGURAZIONE DI PROPERTIES
----------------------------------------------------

CREATE TABLE ppcommon_properties (
    name character varying(60) NOT NULL,
	type character varying(1) NOT NULL,
	description character varying(1000) NOT NULL,
    value character varying(500) NULL,
    defvalue character varying(500) NULL,
    ordprog integer NOT NULL,
    CONSTRAINT ppcommon_properties_pkey PRIMARY KEY (name)
);

---------------------------------------------------------------------------------------------------------------------------
-- NUOVA TABELLA PER LA CONFIGURAZIONE DI REPORT JASPER DIFFERENTI RISPETTO AI REPORT DI DEFAULT, DIVERSIFICATI PER CLIENTI
---------------------------------------------------------------------------------------------------------------------------

CREATE TABLE ppcommon_customreports (
    id integer NOT NULL,
    jasperfolder character varying(20) NOT NULL,
    operation integer NOT NULL,
    reportname character varying(50) NOT NULL,
    description character varying(100) NOT NULL,
    CONSTRAINT ppcommon_customreports_pkey PRIMARY KEY (id)
);

ALTER TABLE ONLY ppcommon_customreports
    ADD CONSTRAINT ppcommon_customreports_un UNIQUE (jasperfolder, operation, reportname);

------------------------------------------------------------------------------------------------------
-- NUOVA TABELLA PER L'ASSOCIAZIONE DEI REPORT CUSTOM AD OGGETTI ENTITA' DEL SISTEMA (GARE,ELENCHI,..)
------------------------------------------------------------------------------------------------------

CREATE TABLE ppcommon_activereports (
    entitycode character varying(20) NOT NULL,
    idreport integer NOT NULL,
    CONSTRAINT ppcommon_activereports_pkey PRIMARY KEY (entitycode, idreport)
);

--------------------------------------------------
-- NUOVA TABELLA PER LA TRACCIATURA DELLE VERSIONI
--------------------------------------------------

CREATE TABLE ppcommon_ver (
    plugin character varying(30) NOT NULL,
    version character varying(10) NOT NULL,
	lastupdate timestamp NULL,
    CONSTRAINT ppcommon_ver_pkey PRIMARY KEY (plugin)
);

------------------------------------------
-- POPOLAMENTO TABELLE STANDARD JAPS 2.0.10
------------------------------------------

INSERT INTO categories (catcode, parentcode, titles) VALUES ('home', 'home', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="it">Generale</property>
<property key="en">All</property>
</properties>

');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PAGE', 'en', 'page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PAGE', 'it', 'pagina');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PAGE_MODEL', 'en', 'page model');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PAGE_MODEL', 'it', 'modello pagina');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PAGE_TITLE', 'en', 'page title');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PAGE_TITLE', 'it', 'titolo pagina');

INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('service', 'Service Page', '<frames>
	<frame pos="0">
		<descr>Sample Frame</descr>
	</frame>	
</frames>', NULL);
INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('home', 'Home Page', NULL, NULL);

INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('service', 'homepage', 5, 'service', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="it">Pagine di Servizio</property>
<property key="en">Service</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('login', 'service', 6, 'service', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="it">Pagina di login</property>
<property key="en">Login</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('notfound', 'service', 4, 'service', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Page not found</property>
<property key="it">Pagina non trovata</property>
</properties>

', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('errorpage', 'service', 5, 'service', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Error page</property>
<property key="it">Pagina di errore</property>
</properties>

', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('homepage', 'homepage', -1, 'home', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Home</property>
<property key="it">Home</property>
</properties>

', 'free', 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('content_viewer', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Contents - Publish a Content</property>
<property key="it">Contenuti - Pubblica un Contenuto</property>
</properties>', '<config>
	<parameter name="contentId">
		Content ID
	</parameter>
	<parameter name="modelId">
		Content Model ID
	</parameter>
	<action name="viewerConfig"/>
</config>', 'jacms', NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('content_viewer_list', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Contents - Publish a List of Contents</property>
<property key="it">Contenuti - Pubblica una Lista di Contenuti</property>
</properties>', '<config>
	<parameter name="contentType">Tipo di contenuto (obbligatorio)</parameter>
	<parameter name="modelId">Modello di contenuto</parameter>
	<parameter name="category">Categoria del contenuto</parameter>
	<parameter name="maxElemForItem">Contenuti per pagina</parameter>
	<parameter name="filters" />
	<action name="listViewerConfig"/>
</config>', 'jacms', NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Internal Servlet</property>
<property key="it">Invocazione di una Servlet Interna</property>
</properties>', '<config>
	<parameter name="actionPath">
		Path relativo di una action o una Jsp. Nel caso si voglia invocare un path di una action di Struts2, inserire il prefisso ''/ExtStr2''
	</parameter>
	<action name="configSimpleParameter"/>
</config>', NULL, NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('messages_system', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">System Messages</property>
<property key="it">Messaggi di Sistema</property>
</properties>', NULL, NULL, NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('search_result', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search - Search Result</property>
<property key="it">Ricerca - Risultati della Ricerca</property>
</properties>', NULL, 'jacms', NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('login_form', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Login Form</property>
<property key="it">Form di Login</property>
</properties>', NULL, NULL, NULL, NULL, 1);

INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 0, 'content_viewer', NULL, NULL);

INSERT INTO sysconfig VALUES ('production', 'contentTypes', 'Definizione dei tipi di contenuto', '<contenttypes>
</contenttypes>');
INSERT INTO sysconfig VALUES ('production', 'imageDimensions', 'Definizione delle dimensioni delle immagini di resize.', '<Dimensions>
	<Dimension>
		<id>1</id>
		<dimx>90</dimx>
		<dimy>90</dimy>
	</Dimension>
	<Dimension>
		<id>2</id>
		<dimx>130</dimx>
		<dimy>130</dimy>
	</Dimension>
	<Dimension>
		<id>3</id>
		<dimx>150</dimx>
		<dimy>150</dimy>
	</Dimension>
</Dimensions>
');
INSERT INTO sysconfig VALUES ('production', 'subIndexDir', 'Sottocartella detentrice dei file indicizzazioni dei contenuti', 'index');
INSERT INTO sysconfig VALUES ('production', 'params', 'Parametri vari di configurazione. Solo il tag Param  preso in considerazione.', '<Params>
	<Param name="urlStyle">classic</Param>
	<Param name="requirePageCode">true</Param>
	<Param name="hypertextEditor">none</Param>
	<SpecialPages>
		<Param name="notFoundPageCode">notfound</Param>
		<Param name="homePageCode">homepage</Param>
		<Param name="errorPageCode">errorpage</Param>
		<Param name="loginPageCode">login</Param>
	</SpecialPages>
	<ExtendendPrivacyModule>
		<Param name="extendedPrivacyModuleEnabled">false</Param>
		<Param name="maxMonthsSinceLastAccess">6</Param>
		<Param name="maxMonthsSinceLastPasswordChange">3</Param>        
	</ExtendendPrivacyModule>
</Params>');
INSERT INTO sysconfig VALUES ('production', 'langs', 'Definizione delle lingue previste nel portale e indicazione della lingua di default', '<?xml version="1.0" encoding="UTF-8"?>
<Langs>
	<Lang>
		<code>it</code>
		<descr>Italiano</descr>
	</Lang>
	<Lang>
		<code>en</code>
		<descr>English</descr>
		<default>true</default>
	</Lang>
</Langs>

');

INSERT INTO uniquekeys (id, keyvalue) VALUES (1, 1);


------------------------------------------
-- POPOLAMENTO TABELLE PLUGIN jpmail-1.2
------------------------------------------

INSERT INTO sysconfig VALUES ('production', 'jpmail_config', 'Configurazione del servizio di invio eMail', '<mailConfig>
	<senders>
		<sender code="CODE1">EMAIL1@EMAIL.COM</sender>
		<sender code="CODE2">EMAIL2@EMAIL.COM</sender>
	</senders>
	<smtp debug="true" >
		<host>out.virgilio.it</host>
		<user></user>
		<password></password>
	</smtp>
</mailConfig>');

------------------------------------------
-- POPOLAMENTO TABELLE PLUGIN jpuserprofile-1.5
------------------------------------------

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('jpuserprofile_editCurrentUser', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Edit Current User</property>
<property key="it">Edita Utente Corrente</property>
</properties>', NULL, 'jpuserprofile', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserprofile/Front/CurrentUser/edit.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('jpuserprofile_editCurrentUser_password', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Edit Current User Password</property>
<property key="it">Edita Password Utente Corrente</property>
</properties>', NULL, 'jpuserprofile', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserprofile/Front/CurrentUser/editPassword.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('jpuserprofile_editCurrentUser_profile', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Edit Current User Profile</property>
<property key="it">Edita Profilo Utente Corrente</property>
</properties>', NULL, 'jpuserprofile', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserprofile/Front/CurrentUser/Profile/edit.action</property>
</properties>', 1);

insert into sysconfig values ('production', 'jpuserprofileProfileType', 'Definizione del profilo utente', '<profiletypes>
	<profiletype typecode="PFL" typedescr="Profilo utente/cittadino tipo" firstNameAttributeName="Nome" surnameAttributeName="Cognome" mailAttributeName="email">
		<attributes>
			<attribute name="Nome" attributetype="Monotext" required="true"/>
			<attribute name="Cognome" attributetype="Monotext" required="true"/>
			<attribute name="email" attributetype="Monotext" required="true" searcheable="true">
				<regexp><![CDATA[.+@.+.[a-z]+]]></regexp>
			</attribute>
			<attribute name="language" attributetype="Monotext" required="true"/>
			<attribute name="boolean1" attributetype="Boolean" searcheable="true"/>
			<attribute name="boolean2" attributetype="Boolean" searcheable="true"/>
		</attributes>
	</profiletype>
</profiletypes>');


INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_CONFIRM_NEWPASS','it','Conferma nuova password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_CONFIRM_NEWPASS','en','Confirm new password');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_EDITPASSWORD','it','Modifica Password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_EDITPASSWORD','en','Edit Password');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_EDITPASSWORD_TITLE','it','Modifica Password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_EDITPASSWORD_TITLE','en','Edit Password');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_EDITPROFILE_TITLE','it','Modifica profilo');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_EDITPROFILE_TITLE','en','Edit Profile');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEUP','it','Sposta su');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEUP','en','Move up');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEUP_IN','it','Sposta su in posizione');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEUP_IN','en','Move at position');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEDOWN','it','Sposta giu');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEDOWN','en','Move up');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEDOWN_IN','it','Sposta giu in posizione');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_MOVEDOWN_IN','en','Move down at position');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_REMOVE','it','Rimuovi dalla lista'); 
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ITEM_REMOVE','en','Remove from list'); 

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_MESSAGE_TITLE_FIELDERRORS','it','Attenzione, si sono verificati i seguenti errori nella compilazione del modulo');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_MESSAGE_TITLE_FIELDERRORS','en','Warning, please check the module');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_NEWPASS','it','Nuova password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_NEWPASS','en','New password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_OLDPASSWORD','it','Vecchia password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_OLDPASSWORD','en','Old password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PASSWORD_UPDATED','it','La password  stata aggiornata correttamente.');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PASSWORD_UPDATED','en','Your password updated successfully.');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PLEASE_LOGIN','it','E'' necessario effettuare l''accesso');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PLEASE_LOGIN','en','Please login');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PLEASE_LOGIN_AGAIN','it','E'' necessario riloggarsi.');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PLEASE_LOGIN_AGAIN','en','Please logout and login again.');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PLEASE_LOGIN_TO_EDIT_PASSWORD','it','E'' necessario effettuare l''accesso per cambiare la password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PLEASE_LOGIN_TO_EDIT_PASSWORD','en','Please login in order to changer your password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PROFILE_UPDATED','it','Profilo aggiornato correttamente.');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PROFILE_UPDATED','en','Your profile is now updated.');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_SAVE_PASSWORD','it','Salva password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_SAVE_PASSWORD','en','Save password');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_SAVE_PROFILE','it','Salva il profilo');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_SAVE_PROFILE','en','Save profile');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ADDITEM_LIST','it','Aggiungi nuovo elemento alla lista');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_ADDITEM_LIST','en','Add an element to the list');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PUBLICCHECK','it','Il mio profilo  pubblico');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('jpuserprofile_PUBLICCHECK','en','My profile is public');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('YES','it','Si');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('YES','en','Yes');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('NO','it','No');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('NO','en','No');

INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('BOTH_YES_AND_NO','it','Indifferente');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('BOTH_YES_AND_NO','en','Both');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MANDATORY_SHORT', 'it', '*');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MANDATORY_SHORT', 'en', '*');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MANDATORY_FULL', 'it', 'Obbligatorio');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MANDATORY_FULL', 'en', 'Mandatory');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MINLENGTH_SHORT', 'it', 'Min');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MINLENGTH_SHORT', 'en', 'Min');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MINLENGTH_FULL', 'it', 'Lunghezza Minima');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MINLENGTH_FULL', 'en', 'Minimum length');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MAXLENGTH_SHORT', 'it', 'Max');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MAXLENGTH_SHORT', 'en', 'Max');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MAXLENGTH_FULL', 'it', 'Lunghezza Massima');
INSERT INTO localstrings(keycode, langcode, stringvalue) VALUES ('ENTITY_ATTRIBUTE_FLAG_MAXLENGTH_FULL', 'en', 'Maximum length');

------------------------------------------
-- POPOLAMENTO TABELLE DATI PLUGIN jpuserreg-1.1
------------------------------------------

-- WARNING - Change Configuration and Labels

INSERT INTO sysconfig VALUES ('production', 'jpuserreg_Config', 
'Configurazione servizio registrazione iscrizione utenti', 
'<userRegConfig>
	<!-- Matching between plugin jpregprofile attributes and attributes Nome, Cognome , language and eMail mapped on user profile config -->
	<profileEntity nameAttr="Nome" surnameAttr="Cognome" eMailAttr="email" langAttr="language" />
	
	<!-- Token validity in minutes - Activation page name -->
	<tokenValidity minutes="60"/>
	
	<!-- Sender code, as in mailConfig -->
	<sender code="CODE1" />
	
	<!-- Authorities to load on user request profile -->
	<userAuthDefaults>
		<role name="admin" />
		<group name="administrators" />
	</userAuthDefaults>
	
	<!-- Activation page name -->
	<activation pageCode="activation">
		<template lang="it">
			<subject><![CDATA[[jAPS]: Attivazione account]]></subject>
			<body><![CDATA[
			Gentile {name} {surname}, 
			grazie per esserti registrato.
			Per attivare il tuo account  necessario seguire il seguente link: 
			{link}
			Cordiali Saluti.
			]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[jAPS]: Account activation]]></subject>
			<body><![CDATA[
			Dear {name} {surname}, 
			thank you to register.
			To activate your account you need to click on the link: 
			{link}
			Best regards.
			]]></body>
		</template>
	</activation>
	
	<!-- Reactivation page name -->
	<reactivation pageCode="recover">
		<template lang="it">
			<subject><![CDATA[[jAPS]: Ripristino password]]></subject>
			<body><![CDATA[
			Gentile {name} {surname}, 
			il tuo userName  {userName}.
			Per riattivare il tuo account  necessario seguire il seguente link: 
			{link}
			Cordiali Saluti.
			]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[jAPS]: Password recover]]></subject>
			<body><![CDATA[
			Dear {name} {surname}, 
			your username is {userName}.
			To recover your password you need to click on the link: 
			{link}
			Best regards.
			]]></body>
		</template>
	</reactivation>
</userRegConfig>');

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) 
VALUES ('jpuserreg_loginUserReg', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Login Form - User Reg</property>
<property key="it">Form di login - User Reg</property>
</properties>', NULL, 'jpuserreg', NULL, NULL, 1);
    
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) 
VALUES ('jpuserreg_Registration', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">User Registration</property>
<property key="it">Registrazione Utente</property>
</properties>', NULL, 'jpuserreg', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserreg/UserReg/initRegistration.action</property>
</properties>', 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) 
VALUES ('jpuserreg_Activation', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">User Activation</property>
<property key="it">Attivazione Utente</property>
</properties>', NULL, 'jpuserreg', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserreg/UserReg/initActivation.action</property>
</properties>', 1);
   
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) 
VALUES ('jpuserreg_Recover', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Password Recover</property>
<property key="it">Recupero Password</property>
</properties>', NULL, 'jpuserreg', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserreg/UserReg/initRecover.action</property>
</properties>', 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) 
VALUES ('jpuserreg_Reactivation', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">User Reactivation</property>
<property key="it">Riattivazione Utente</property>
</properties>', NULL, 'jpuserreg', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserreg/UserReg/initReactivation.action</property>
</properties>', 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) 
VALUES ('jpuserreg_Suspension', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">User Suspension</property>
<property key="it">Sospensione Utente</property>
</properties>', NULL, 'jpuserreg', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/jpuserreg/UserReg/initSuspension.action</property>
</properties>', 1);


INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SAVE', 'it', 'Salva' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SAVE', 'en', 'Save' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SEND', 'it', 'Invia' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SEND', 'en', 'Send' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SUSPEND', 'it', 'Sospendi' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SUSPEND', 'en', 'Suspend' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REQUIRED', 'it', 'Obbligatorio' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REQUIRED', 'en', 'Required' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REQUIRED_FIELD', 'it', 'Campo obbligatorio' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REQUIRED_FIELD', 'en', 'Required field' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REGISTRATION', 'it', 'Registrazione Utente' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REGISTRATION', 'en', 'User Registration' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REGISTRATION_CONFIRM_MSG', 'it', 'Registrazione effettuata correttamente.<br/>A breve ricever una eMail contenente un link di conferma.' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REGISTRATION_CONFIRM_MSG', 'en', 'User registration successful.<br/>Short-time you''ll receive an eMail with a confirmation link.' ); 

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION', 'it', 'Attivazione Utente' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION', 'en', 'User Activation' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_CONFIRM_MSG', 'it', 'Attivazione effettuata correttamente.' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_CONFIRM_MSG', 'en', 'User activation successful.' ); 

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_INFO_MSG', 'it', 'Eseguite il login e aggiornate il vostro profilo.' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_INFO_MSG', 'en', 'Execute the log-in and update your profile.' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_RECOVERY', 'it', 'Recupero Password' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_RECOVERY', 'en', 'Password Recovery' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_RECOVER_SUCCESS_MSG', 'it', 'Utenza recuperata correttamente' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_RECOVER_SUCCESS_MSG', 'en', 'Password recovering successful' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_RECOVER_REQUEST_MSG', 'it', 'Recupero Utenza' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_RECOVER_REQUEST_MSG', 'en', 'User Recovery' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REACTIVATION_PASSWORD_LOST_MSG', 'it', 'Recupero Utenza da nome utente' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REACTIVATION_PASSWORD_LOST_MSG', 'en', 'User Recovery from username' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REACTIVATION_USERNAME_LOST_MSG', 'it', 'Recupero Utenza da indirizzo eMail' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REACTIVATION_USERNAME_LOST_MSG', 'en', 'User Recovery from eMail address' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_ERROR_MSG', 'it', 'Si  verificato un errore eseguendo l''attivazione dell''utenza. Probabilmente si st eseguendo l''operazione con dati gi utilizzati o fuori tempo massimo' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_ERROR_MSG', 'en', 'An error is happened activating the user. Probably your request is too old and expired.' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REACTIVATION_ERROR_MSG', 'it', 'Si  verificato un errore eseguendo la riattivazione dell''utenza. Probabilmente si st eseguendo l''operazione con dati gi utilizzati o fuori tempo massimo' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REACTIVATION_ERROR_MSG', 'en', 'An error is happened reactivating your account. Probably your request is too old and expired.' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SUSPENDING_CONFIRM_MSG', 'it', 'Sospensione Utenza' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SUSPENDING_CONFIRM_MSG', 'en', 'Account Suspension' );


INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_USERNAME', 'it', 'Nome Utente' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_USERNAME', 'en', 'Username' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_NAME', 'it', 'Nome' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_NAME', 'en', 'Name' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SURNAME', 'it', 'Cognome' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_SURNAME', 'en', 'Surname' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_EMAIL', 'it', 'eMail' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_EMAIL', 'en', 'eMail' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_EMAIL_CONFIRM', 'it', 'eMail Confirm' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_EMAIL_CONFIRM', 'en', 'eMail confirm' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_LANG', 'it', 'Lingua' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_LANG', 'en', 'Language' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD', 'it', 'Password' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD', 'en', 'Password' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_CONFIRM', 'it', 'Conferma Password' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_CONFIRM', 'en', 'Password Confirmation' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PRIVACY_AGREEMENT', 'it', 'Consenso privacy' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PRIVACY_AGREEMENT', 'en', 'Privacy agreement' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ERROR_USER_LOGGED', 'it', 'Utente attualmente loggato, non  possibile utilizzare la funzionalit di recuper password. E'' necessario sloggarsi.' );
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ERROR_USER_LOGGED', 'en', 'User already logged, you can''t use recover password functionality. You must log out.' );

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACCOUNT_SUSPENSION', 'it', 'Sospensione Account');
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACCOUNT_SUSPENSION', 'en', 'Account Suspension');

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REGISTRATION_LINK', 'it', 'Registrazione');
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_REGISTRATION_LINK', 'en', 'Registration');

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_RECOVER', 'it', 'Recupero Password');
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_RECOVER', 'en', 'Password Recover');

INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ERROR_USER_ADMIN_OR_NO_JAPS_USER', 'it', 'Gli amministratori e gli utenti non locali di jAPS non possono sospendere il proprio account.');
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ERROR_USER_ADMIN_OR_NO_JAPS_USER', 'en', 'Administrators and the users that aren''t jAPS local users can''t suspend their account.');

-----------------------------------------------------------------
-----------------------------------------------------------------
-- PERSONALIZZAZIONI RISPETTO ALLO STANDARD JAPS+PLUGIN UFFICIALI
-----------------------------------------------------------------

INSERT INTO resources VALUES ('RES-STD-MANUSO', 'Attach', 'Modalit tecniche utilizzo piattaforma e accesso Area Riservata', 'free', '<?xml version="1.0" encoding="UTF-8"?>
<resource typecode="Attach" id="RES-STD-MANUSO"><descr>Modalit tecniche utilizzo piattaforma e accesso Area Riservata</descr><groups mainGroup="free" /><categories /><instance><size>0</size><filename>Modalita_tecniche_utilizzo_piattaforma_e_accesso_Area_Riservata.pdf</filename><mimetype>application/x-unknown</mimetype><weight>1711 Kb</weight></instance></resource>
');
INSERT INTO resources VALUES ('RES-STD-OFFTEL', 'Attach', 'Presentazione Offerte Telematiche', 'free', '<?xml version="1.0" encoding="UTF-8"?>
<resource typecode="Attach" id="RES-STD-OFFTEL"><descr>Presentazione Offerte Telematiche</descr><groups mainGroup="free" /><categories /><instance><size>0</size><filename>Presentazione_Offerte_Telematiche.pdf</filename><mimetype>application/x-unknown</mimetype><weight>5000 Kb</weight></instance></resource>
');
INSERT INTO resources VALUES ('RES-STD-REGPIAT', 'Attach', 'Regole di utilizzo della piattaforma telematica', 'free', '<?xml version="1.0" encoding="UTF-8"?>
<resource typecode="Attach" id="RES-STD-REGPIAT"><descr>Regole di utilizzo della piattaforma telematica</descr><groups mainGroup="free" /><categories /><instance><size>0</size><filename>Regole_utilizzo_piattaforma_telematica.pdf</filename><mimetype>application/x-unknown</mimetype><weight>304 Kb</weight></instance></resource>
');
INSERT INTO resources VALUES ('RES-STD-ISCRELE', 'Attach', 'Iscrizione ad un Elenco Operatori', 'free', '<?xml version="1.0" encoding="UTF-8"?>
<resource typecode="Attach" id="RES-STD-ISCRELE"><descr>Iscrizione ad un Elenco Operatori</descr><groups mainGroup="free" /><categories /><instance><size>0</size><filename>Guida_iscrizione_elenco_operatori.pdf</filename><mimetype>application/x-unknown</mimetype><weight>1638 Kb</weight></instance></resource>
');

INSERT INTO contentmodels (modelid, contenttype, descr, model, stylesheet) VALUES (1, 'GEN', 'Completo - default', '<div class="container_cms">
<h2>$content.Titolo.text</h2>
$content.CorpoTesto.text

#if ($content.Allegati && $content.Allegati.size() > 0)
<h3 class="clear">$i18n.getLabel("LABEL_DOCUMENTS")</h3>
	<ul class="allegati_cms">
		#foreach ($attach in $content.Allegati)
		<li><a href="$attach.attachPath" target="_blank">$attach.text</a></li>
		#end	
	</ul>
#end
</div>', NULL);
INSERT INTO contentmodels (modelid, contenttype, descr, model, stylesheet) VALUES (11, 'GEN', 'per Liste', '<a href="$content.contentLink">$content.Titolo.text</a>', NULL);
INSERT INTO contentmodels (modelid, contenttype, descr, model, stylesheet) VALUES (2, 'FAQ', 'Completo - default', '<h2>Domande e risposte frequenti</h2>
<h3 class="clear">$content.Domanda.text</h3>
$content.Risposta.text', NULL);

INSERT INTO contentmodels (modelid, contenttype, descr, model, stylesheet) VALUES (22, 'FAQ', 'per Liste', '<h3 class="clear">$content.Domanda.text</h3>
$content.Risposta.text', NULL);

INSERT INTO contentmodels VALUES (3, 'REP', 'Completo - default', '##set( $link = ''/PortaleAlice/it/lista_stat_gare.wp'')
##set( $prefix = "$link.substring(0,$link.lastIndexOf(''/''))")
##set( $destination = "${prefix}/${content.PaginaRisultato.text}.wp")

<div>
<h2>$content.Titolo.text</h2>
<p>$content.Descrizione.text</p>

#foreach ($report in $content.ListaReport)

<h3 class="clear"><a href="$content.getContentOnPageLink($content.PaginaRisultato.text)&amp;id=$report.Codice.text&amp;type=$report.TipoRisultato.text">$report.Titolo.text</a></h3>
<p>$report.Descrizione.text</p>
#end

</div>', NULL);

-- customizzazioni rispetto allo standard
DELETE FROM localstrings WHERE keycode = 'jpuserreg_REGISTRATION' AND langcode = 'it';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_REGISTRATION', 'it', 'Registrati');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_REGISTRATION' AND langcode = 'en';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_REGISTRATION', 'en', 'Sign in' );
DELETE FROM localstrings WHERE keycode = 'jpuserreg_PASSWORD_RECOVER' AND langcode = 'it';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_PASSWORD_RECOVER', 'it', 'Hai dimenticato la password?');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_PASSWORD_RECOVER' AND langcode = 'en';
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_PASSWORD_RECOVER', 'en', 'Forgot your password?');

DELETE FROM localstrings WHERE keycode = 'jpuserreg_REACTIVATION_PASSWORD_LOST_MSG' AND langcode = 'it';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_REACTIVATION_PASSWORD_LOST_MSG', 'it', 'Recupera password da nome utente');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_REACTIVATION_PASSWORD_LOST_MSG' AND langcode = 'en';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_REACTIVATION_PASSWORD_LOST_MSG', 'en', 'Recover password from username');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_REACTIVATION_USERNAME_LOST_MSG' AND langcode = 'it';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_REACTIVATION_USERNAME_LOST_MSG', 'it', 'Recupera utenza da indirizzo di posta');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_REACTIVATION_USERNAME_LOST_MSG' AND langcode = 'en';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_REACTIVATION_USERNAME_LOST_MSG', 'en', 'Recover password from email address');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_EMAIL' AND langcode = 'it';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_EMAIL', 'it', 'Indirizzo di posta elettronica');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_EMAIL' AND langcode = 'en';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_EMAIL', 'en', 'Email address');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_RECOVER_REQUEST_MSG' AND langcode = 'it';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_RECOVER_REQUEST_MSG', 'it', 'E'' stata inviata un''email con lo username da utilizzare per l''accesso ed un link da utilizzare immediatamente per riattivare l''utente modificandone la password.');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_RECOVER_REQUEST_MSG' AND langcode = 'en';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_RECOVER_REQUEST_MSG', 'en', 'An email has been sent with the username to use for access and a link to be used immediately to reactivate the user by changing the password.');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_ACTIVATION_INFO_MSG' AND langcode = 'it';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_ACTIVATION_INFO_MSG', 'it', 'Ora potete accedere all''applicativo.');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_ACTIVATION_INFO_MSG' AND langcode = 'en';
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('jpuserreg_ACTIVATION_INFO_MSG', 'en', 'You can now access the application.');
DELETE FROM localstrings WHERE keycode = 'jpuserreg_ACTIVATION_ERROR_MSG' AND langcode = 'it';
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_ERROR_MSG', 'it', 'Si  verificato un errore eseguendo l''attivazione dell''utenza. Probabilmente si sta eseguendo l''operazione con dati gi utilizzati o fuori tempo massimo' );
DELETE FROM localstrings WHERE keycode = 'jpuserreg_ACTIVATION_ERROR_MSG' AND langcode = 'en';
INSERT INTO localstrings ( keycode, langcode, stringvalue ) VALUES ( 'jpuserreg_ACTIVATION_ERROR_MSG', 'en', 'An error has occurred during user activation. Probably you are performing the operation with data already used or out of time' );

-- nuove voci specifiche dell'applicativo
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LOGO', 'it', 'Logo applicativo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LOGO', 'en', 'Application logo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('URL_LINK_BANNER', 'it', '/PortaleAppalti/it/homepage.wp');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('URL_LINK_BANNER', 'en', '/PortaleAppalti/en/homepage.wp');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_LINK_BANNER', 'it', 'Torna alla pagina iniziale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_LINK_BANNER', 'en', 'Back to the homepage');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BACK_TO_THE_TOP', 'it', 'Torna all''inizio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BACK_TO_THE_TOP', 'en', 'Back to the top');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HTML_PRE_BANNER', 'it', '<!-- HTML_PRE_BANNER -->');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HTML_PRE_BANNER', 'en', '<!-- HTML_PRE_BANNER -->');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HTML_POST_BANNER', 'it', '<!-- HTML_POST_BANNER -->');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HTML_POST_BANNER', 'en', '<!-- HTML_POST_BANNER -->');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HTML_PRE_BREADCRUMBS', 'it', '<!-- HTML_PRE_BREADCRUMBS -->');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HTML_PRE_BREADCRUMBS', 'en', '<!-- HTML_PRE_BREADCRUMBS -->');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('COPYRIGHT', 'it', 'Copyright &copy; <a href="https://www.maggioli.it/divisioni/maggioli-informatica/" title="Vai al sito di Maggioli S.p.A. - Divisione Informatica"><span>Maggioli S.p.A. - Divisione Informatica</span></a>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('COPYRIGHT', 'en', 'Copyright &copy; <a href="https://www.maggioli.it/divisioni/maggioli-informatica/" title="Go to the Maggioli S.p.A. website - IT Division"><span>Maggioli S.p.A. - IT Division</span></a>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DISCLAIMER', 'it', 'Attenzione!');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DISCLAIMER', 'en', 'Warning!');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DISCLAIMER_NOTE', 'it', 'Stai utilizzando Microsoft Internet Explorer 8 o versioni precedenti, non pi supportate dalla manutenzione Microsoft.<br />Inoltre questo portale non  stato sviluppato nel tentativo di risolvere eventuali problemi che emergono con queste versioni obsolete.<br />Per utilizzare il portale senza anomalie <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx">aggiorna il tuo Internet Explorer almeno alla versione 9</a> oppure passa a Mozilla Firefox o Google Chrome.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DISCLAIMER_NOTE', 'en', 'You are using Microsoft Internet Explorer 8 or earlier, no longer supported by Microsoft.<br/>Furthermore, this portal was not developed in an attempt to resolve any issues that arise with these obsolete versions.<br/>To use the portal without problems <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx"> upgrade your Internet Explorer to version 9 or later</a> or switch to Mozilla Firefox or Google Chrome.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_DATE_TIME', 'it', 'Sezione data e ora ufficiale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_DATE_TIME', 'en', 'Official date/time area');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_ACCESSIBILITY_FUNCTIONS', 'it', 'Sezione delle funzioni grafiche per l''accessibilit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_ACCESSIBILITY_FUNCTIONS', 'en', 'Graphic functions area for accessibility');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_CMS_SEARCH', 'it', 'Sezione ricerca contenuti sito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_CMS_SEARCH', 'en', 'Search contents area');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_MENU', 'it', 'Sezione men&ugrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_MENU', 'en', 'Menu area');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_CONTENTS', 'it', 'Sezione contenuti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_CONTENTS', 'en', 'Contents area');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_OTHER_FEATURES', 'it', 'Sezione ulteriori funzionalit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SECTION_OTHER_FEATURES', 'en', 'Additional features area');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_FORM_BUTTONS', 'it', 'Salta il form di inserimento dati e vai ai bottoni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_FORM_BUTTONS', 'en', 'Skip to form buttons');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_MAIN_CONTENT', 'it', 'Salta al contenuto della pagina');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_MAIN_CONTENT', 'en', 'Skip to the page content');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_MENU', 'it', 'Salta al men&ugrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_MENU', 'en', 'Skip to menu');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_CONTENTS_SEARCH', 'it', 'Salta alla ricerca di contenuti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_CONTENTS_SEARCH', 'en', 'Skip to contents search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_OTHER_FEATURES', 'it', 'Salta alle ulteriori funzionalit&agrave; (login, news, ...)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_OTHER_FEATURES', 'en', 'Skip to additional features (login, news, ...)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_FOOTER', 'it', 'Salta a fine pagina');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_TO_FOOTER', 'en', 'Skip to footer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('FONTS_TITLE_NORMAL', 'it', 'Caratteri normali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('FONTS_TITLE_NORMAL', 'en', 'Normal fonts');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('FONTS_TITLE_BIG', 'it', 'Caratteri grandi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('FONTS_TITLE_BIG', 'en', 'Big fonts');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('FONTS_TITLE_VERY_BIG', 'it', 'Caratteri molto grandi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('FONTS_TITLE_VERY_BIG', 'en', 'Very big fonts');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GRAPHICS_MODE_NORMAL', 'it', 'Grafica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GRAPHICS_MODE_NORMAL', 'en', 'Graphics');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GRAPHICS_MODE_TEXT', 'it', 'Testo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GRAPHICS_MODE_TEXT', 'en', 'Text');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GRAPHICS_MODE_HIGH_CONTRAST', 'it', 'Alto contrasto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GRAPHICS_MODE_HIGH_CONTRAST', 'en', 'High contrast');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_RSS', 'it', 'In questa pagina  attivo il servizio RSS');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_RSS', 'en', 'The RSS service is active on this page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_DETAIL', 'it', 'Visualizza scheda');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_DETAIL', 'en', 'View detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_INDEXING_INFORMATION_TABLE', 'it', 'Tabella informativa d''indicizzazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_INDEXING_INFORMATION_TABLE', 'en', 'View indexing information table');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_LIST', 'it', 'Torna alla lista');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_LIST', 'en', 'Back to the list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_SEARCH', 'it', 'Torna alla ricerca');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_SEARCH', 'en', 'Back to the search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_PROCEDURE', 'it', 'Torna alla procedura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_PROCEDURE', 'en', 'Back to the procedure');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_PAGE', 'it', 'Torna alla pagina precedente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_PAGE', 'en', 'Back to previous page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_NEWS', 'it', 'Torna alle news');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_NEWS', 'en', 'Back to the news');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_COMMUNICATIONS_SENT', 'it', 'Torna alle comunicazioni inviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_COMMUNICATIONS_SENT', 'en', 'Back to sent communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_COMMUNICATIONS_RECEIVED', 'it', 'Torna alle comunicazioni ricevute');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_COMMUNICATIONS_RECEIVED', 'en', 'Back to received communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ESITO', 'it', 'Torna al dettaglio esito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ESITO', 'en', 'Back to the tender result detail');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_EXPORT_CSV', 'it', 'Esporta in formato CSV (per Excel)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_EXPORT_CSV', 'en', 'Export in CSV format (for Excel)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_EXPORT_PDF', 'it', 'Esporta in formato PDF');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_EXPORT_PDF', 'en', 'Export in PDF format');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GRAPHICS_MODE_NORMAL', 'it', 'Colorazione normale in modalit&agrave; grafica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GRAPHICS_MODE_NORMAL', 'en', 'Default coloring in graphics mode');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GRAPHICS_MODE_TEXT', 'it', 'Solo testo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GRAPHICS_MODE_TEXT', 'en', 'Text only');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GRAPHICS_MODE_HIGH_CONTRAST', 'it', 'Colorazione in alto contrasto in modalit&agrave; solo testo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GRAPHICS_MODE_HIGH_CONTRAST', 'en', 'High contrast coloring in text only mode');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GO_TO_SITEMAP', 'it', 'Vai alla mappa del sito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GO_TO_SITEMAP', 'en', 'Go to the site map');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SITEMAP', 'it', 'Mappa sito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SITEMAP', 'en', 'Site map');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SEARCH_IN_CMS', 'it', 'Ricerca nei contenuti testuali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SEARCH_IN_CMS', 'en', 'Search in contents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_TIME', 'it', 'Aggiorna la data ricevuta dal portale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_TIME', 'en', 'Refresh the time received from the portal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RSS', 'it', 'Apri il canale RSS dei bandi di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RSS', 'en', 'Open the RSS channel for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REFRESH_TIME', 'it', 'Aggiorna l''ora');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REFRESH_TIME', 'en', 'Refresh time');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SEARCH_IN_CMS_OK', 'it', 'Ok');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SEARCH_IN_CMS_OK', 'en', 'Ok');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SEARCH', 'it', 'Procedi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SEARCH', 'en', 'Go on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CLOSE', 'it', 'Chiudi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CLOSE', 'en', 'Close');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PREVIOUS', 'it', '< Indietro');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PREVIOUS', 'en', '< Previous');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_NEXT', 'it', 'Avanti >');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_NEXT', 'en', 'Next >');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_CANCEL', 'it', 'Annulla');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_CANCEL', 'en', 'Cancel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_CONFIRM_CANCEL', 'it', 'Conferma annullamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_CONFIRM_CANCEL', 'en', 'Confirm cancellation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_EDIT', 'it', 'Torna alla modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_EDIT', 'en', 'Back to edit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_NEW', 'it', 'Nuovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_NEW', 'en', 'New');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ADD', 'it', 'Aggiungi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ADD', 'en', 'Add');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_EDIT', 'it', 'Modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_EDIT', 'en', 'Edit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SAVE', 'it', 'Salva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SAVE', 'en', 'Save');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SEND', 'it', 'Invia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SEND', 'en', 'Send');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REFRESH', 'it', 'Aggiorna');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REFRESH', 'en', 'Refresh');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CONFIRM', 'it', 'Conferma');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CONFIRM', 'en', 'Confirm');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_YES', 'it', 'SI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_YES', 'en', 'YES');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO', 'it', 'NO');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO', 'en', 'NO');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ACCESSO_SIMULTANEO_RINUNCIA', 'it', 'Rinuncia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ACCESSO_SIMULTANEO_RINUNCIA', 'en', 'Give up');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ACCESSO_SIMULTANEO_ACCEDI', 'it', 'Accedi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ACCESSO_SIMULTANEO_ACCEDI', 'en', 'Log in');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_FILTRA_CATEGORIE_PER', 'it', 'Filtra');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_FILTRA_CATEGORIE_PER', 'en', 'Filter');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_BACK_PREVIOUS_STEP', 'it', 'Torna allo step precedente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_BACK_PREVIOUS_STEP', 'en', 'Back to previous step');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_PREVIOUS', 'it', 'Torna al passo precedente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_PREVIOUS', 'en', 'Go back to the previous step');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_NEXT', 'it', 'Vai al passo successivo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_NEXT', 'en', 'Go to the next step');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_CANCEL', 'it', 'Annulla l''operazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_CANCEL', 'en', 'Cancel the operation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH', 'it', 'Aggiorna');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH', 'en', 'Refresh');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONFIRM_DEL_YES', 'it', 'Elimina l''occorrenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONFIRM_DEL_YES', 'en', 'Delete the item');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONFIRM_DEL_NO', 'it', 'Annulla l''eliminazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONFIRM_DEL_NO', 'en', 'Cancel deletion');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_EDIT_DATI_IMPRESA', 'it', 'Modifica i dati dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_EDIT_DATI_IMPRESA', 'en', 'Modify data of the economic operator');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ACCESSO_SIMULTANEO', 'it', 'Accesso simultaneo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ACCESSO_SIMULTANEO', 'en', 'Simultaneous access');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_1', 'it', 'Esiste gi&agrave; una sessione di lavoro aperta dalla stessa utenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_1', 'en', 'There is already a job session opened by the same user');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_2', 'it', 'in data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_2', 'en', 'on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_3', 'it', 'proveniente dall''indirizzo IP');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_3', 'en', 'coming from the IP address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_4', 'it', 'Hai due possibilit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_WARNING_4', 'en', 'You have two possibilities');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_OPTION_1', 'it', '"Rinuncia" all''accesso in modo da permettere alla sessione di lavoro aperta in precedenza di continuare la sua operativit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_OPTION_1', 'en', '"Give up" access so as to allow the work session previously opened to continue its operations');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_OPTION_2_1', 'it', '"Accedi" e causa l''interruzione immediata dell''operativit&agrave; per la sessione aperta in precedenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_OPTION_2_1', 'en', '"Log in" and immediately terminate operation for the previously opened session');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_OPTION_2_2', 'it', 'Attenzione: eventuali dati o documenti caricati e non ancora salvati nella sessione che si va a terminare verranno persi!');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_OPTION_2_2', 'en', 'Warning: any data or documents uploaded and not yet saved in the session to be terminated will be lost!');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_QUESTION', 'it', 'Effettua la tua scelta selezionando il pulsante corrispondente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESSO_SIMULTANEO_QUESTION', 'en', 'Make your choice by selecting the corresponding button.');


INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_AREA_PERSONALE', 'it', 'Area personale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_AREA_PERSONALE', 'en', 'Personal area');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_PROFILO', 'it', 'Profilo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_PROFILO', 'en', 'Profile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_DATI_OP', 'it', 'I tuoi dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_DATI_OP', 'en', 'Your details');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_DATI_OP', 'it', 'Vai al riepilogo dei dati anagrafici inseriti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_DATI_OP', 'en', 'Go to the summary of your details entered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_CAMBIA_PSW', 'it', 'Cambia password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_CAMBIA_PSW', 'en', 'Change Password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_CAMBIA_PSW', 'it', 'Vai alla funzione di cambio password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_CAMBIA_PSW', 'en', 'Go to the password change function');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_REGISTRA_OP', 'it', 'Registra un nuovo operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_REGISTRA_OP', 'en', 'Register a new economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_REGISTRA_OP', 'it', 'Vai alla funzione di registrazione di un nuovo operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_REGISTRA_OP', 'en', 'Go to the registration function for a new economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_EXPORT_MXML', 'it', 'Scarica i tuoi dati in formato M-XML');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_EXPORT_MXML', 'en', 'Download your data in M-XML format');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_EXPORT_MXML', 'it', 'Vai alla funzione di esportazione dei tuoi dati in formato M-XML');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_EXPORT_MXML', 'en', 'Go to the export function of your data in M-XML format');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_MONITORAGGIO', 'it', 'Monitoraggio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_MONITORAGGIO', 'en', 'Monitoring');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_OP_KO', 'it', 'Operatori economici non attivati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_OP_KO', 'en', 'Not activated economic operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_FLUSSI_KO', 'it', 'Flussi processati con errori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_FLUSSI_KO', 'en', 'Flows processed with errors');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_SBLOCCA_ACCOUNT', 'it', 'Sblocca account operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_SBLOCCA_ACCOUNT', 'en', 'Unlock economic operator account');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SERVIZI', 'it', 'Servizi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SERVIZI', 'en', 'Services');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_COMUNICAZIONI', 'it', 'Comunicazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_COMUNICAZIONI', 'en', 'Communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COM_RICEVUTE', 'it', 'Visualizza tutte le comunicazioni ricevute (ultimi 90 giorni)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COM_RICEVUTE', 'en', 'View all communications received (last 90 days)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_RICEVUTE', 'it', 'comunicazioni ricevute');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_RICEVUTE', 'en', 'received communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_RICEVUTE_NON_LETTE', 'it', 'da leggere');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_RICEVUTE_NON_LETTE', 'en', 'unread');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COM_ARCHIVIATE', 'it', 'Visualizza tutte le comunicazioni archiviate (oltre i 90 giorni)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COM_ARCHIVIATE', 'en', 'View all archived communications (over 90 days)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_ARCHIVIATE', 'it', 'comunicazioni archiviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_ARCHIVIATE', 'en', 'archived communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COM_INVIATE', 'it', 'Visualizza tutte le comunicazioni inviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COM_INVIATE', 'en', 'View all sent communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_INVIATE', 'it', 'comunicazioni inviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COM_INVIATE', 'en', 'sent communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_RICHIESTA_HELPDESK', 'it', 'Vai alla richiesta di assistenza operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_RICHIESTA_HELPDESK', 'en', 'Go to the helpdesk request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_PROCEDURE_INTERESSE', 'it', 'Procedure di interesse');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_PROCEDURE_INTERESSE', 'en', 'Tender procedures of interest');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_BANDI_GARA', 'it', 'Bandi di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_BANDI_GARA', 'en', 'Public tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_BANDI_GARA', 'it', 'Vai all''elenco bandi di gara con termini di partecipazione aperti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_BANDI_GARA', 'en', 'Go to the list of tenders with open participation terms');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_RICHIESTE_OFFERTA', 'it', 'Richieste di offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_RICHIESTE_OFFERTA', 'en', 'Offer requests');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_RICHIESTE_OFFERTA', 'it', 'Vai all''elenco delle richieste di offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_RICHIESTE_OFFERTA', 'en', 'Go to the list of offer requests');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COMPROVA_REQUISITI', 'it', 'Richieste di documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_COMPROVA_REQUISITI', 'en', 'Requests for documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COMPROVA_REQUISITI', 'it', 'Vai all''elenco richieste di documenti per la comprova requisiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_COMPROVA_REQUISITI', 'en', 'Go to the list of document requests for proof of requirements');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_PROC_AGGIUDIC_O_CONCLUSE', 'it', 'Procedure in aggiudicazione o concluse');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_PROC_AGGIUDIC_O_CONCLUSE', 'en', 'Tender procedures at the awarding stage or completed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_PROC_AGGIUDIC_O_CONCLUSE', 'it', 'Vai alle procedure di interesse in aggiudicazione o concluse');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_PROC_AGGIUDIC_O_CONCLUSE', 'en', 'Go to the list of tender procedures at the awarding stage or completed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_ASTE', 'it', 'Aste in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_ASTE', 'en', 'Auctions in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_ASTE', 'it', 'Vai all''elenco delle aste in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_ASTE', 'en', 'Go to the list of auctions in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_ELENCHI', 'it', 'Vai agli elenchi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_ELENCHI', 'en', 'Go to the lists');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_ELENCHI', 'it', 'Vai alla lista degli elenchi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_ELENCHI', 'en', 'Go to the economic operators lists');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_ELENCHI', 'it', 'Elenchi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_ELENCHI', 'en', 'Lists');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_MERCATI_ELETTRONICI', 'it', 'Vai ai mercati elettronici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_MERCATI_ELETTRONICI', 'en', 'Go to electronic markets');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_MERCATI_ELETTRONICI', 'it', 'Vai alla lista dei mercati elettronici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_MERCATI_ELETTRONICI', 'en', 'Go to the list of electronic markets');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_MERCATI_ELETTRONICI', 'it', 'Mercati elettronici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_MERCATI_ELETTRONICI', 'en', 'Electronic markets');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_ORDINI', 'it', 'Ordini');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_ORDINI', 'en', 'Orders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_ORDINI', 'it', 'I tuoi ordini');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_AREA_PERSONALE_ORDINI', 'en', 'Your orders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_ORDINI', 'it', 'Vai alla lista di ordini ricevuti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AREA_PERSONALE_ORDINI', 'en', 'Go to the list of received orders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_PLEASE_LOGIN', 'it', 'E'' necessario effettuare l''accesso per entrare nella propria area personale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_PLEASE_LOGIN', 'en', 'Login is required to access your personal area');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_FLUSSI_KO', 'it', 'Flussi inviati ma elaborati con errori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_FLUSSI_KO', 'en', 'Flows sent but processed with errors');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_COMUNICAZIONE', 'it', 'Comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_COMUNICAZIONE', 'en', 'Communication');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_CON_ID', 'it', 'con id');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_CON_ID', 'en', 'with id');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_RIPRISTINATA', 'it', 'ripristinata allo stato "Da processare"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_RIPRISTINATA', 'en', 'restored to the "To be processed" state');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_TIPO_COMUNICAZIONE', 'it', 'Tipo di comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_TIPO_COMUNICAZIONE', 'en', 'Communication type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_DATA_INSERIMENTO', 'it', 'Data inserimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_DATA_INSERIMENTO', 'en', 'Insertion date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_TABELLA_SUMMARY', 'it', 'Tabella dei flussi inviati con errori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FLUSSI_KO_TABELLA_SUMMARY', 'en', 'Table of flows sent with errors');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_FLUSSI_KO_RIELABORA', 'it', 'Rielabora richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_FLUSSI_KO_RIELABORA', 'en', 'Reprocess request');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_SBLOCCA_ACCOUNT', 'it', 'Sblocca account operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_SBLOCCA_ACCOUNT', 'en', 'Unlock economic operator account');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SBLOCCA_ACCOUNT', 'it', 'Sblocca account');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SBLOCCA_ACCOUNT', 'en', 'Unlock account');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SBLOCCA_ACCOUNT', 'it', 'Riporta alla normalit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SBLOCCA_ACCOUNT', 'en', 'Return to normal');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_OP_KO', 'it', 'Operatori economici non attivati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_OP_KO', 'en', 'Not activated economic operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OP_KO_DATA_REGISTRAZIONE', 'it', 'Data registrazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OP_KO_DATA_REGISTRAZIONE', 'en', 'Registration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OP_KO_TABELLA_SUMMARY', 'it', 'Tabella degli operatori economici non attivi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OP_KO_TABELLA_SUMMARY', 'en', 'Table of not active economic operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_OP_KO_REINVIA', 'it', 'Reinvia mail di attivazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_OP_KO_REINVIA', 'en', 'Resend activation mail');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_OP_KO_RIATTIVA', 'it', 'Reinvio mail di attivazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_OP_KO_RIATTIVA', 'en', 'Resend activation mail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OP_KO_RIATTIVA_DESTINATARIO', 'it', 'Destinatario mail di attivazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OP_KO_RIATTIVA_DESTINATARIO', 'en', 'Recipient email address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EMAIL_ATTIVAZIONE', 'it', 'Indirizzo email');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EMAIL_ATTIVAZIONE', 'en', 'Email address');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_AREA_PERSONALE_SSO', 'it', 'Area personale soggetto fisico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_AREA_PERSONALE_SSO', 'en', 'Personal area of the natural person');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_ECO', 'it', 'I tuoi operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_ECO', 'en', 'Your economic operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_ATTIVO', 'it', 'operatore in uso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_ATTIVO', 'en', 'operator in use');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_NESSUN_OP_ECO', 'it', 'Nessun operatore economico registrato.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_NESSUN_OP_ECO', 'en', 'No registered economic operator.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_ECO_ATTESA', 'it', 'Operatori economici in attesa di attivazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OP_ECO_ATTESA', 'en', 'Economic operators awaiting activation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OPERAZIONI', 'it', 'Operazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_OPERAZIONI', 'en', 'Operations');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_REGISTRA', 'it', 'Registra un nuovo operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_REGISTRA', 'en', 'Register a new economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_PLEASE_LOGIN','it','E'' necessario effettuare l''accesso tramite sistema di autenticazione per entrare nella propria area personale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AREA_PERSONALE_SSO_PLEASE_LOGIN','en','It is necessary to log in using the authentication system if you want to enter your personal area');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_SELEZIONE_SA', 'it', 'Selezione stazione appaltante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_SELEZIONE_SA', 'en', 'Contracting station selection');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_CODFISC_PIVA', 'it', 'Codice fiscale/P.IVA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_CODFISC_PIVA', 'en', 'Fiscal code/VAT');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_STAZIONE_ATTIVA', 'it', 'Stazione appaltante in uso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_STAZIONE_ATTIVA', 'en', 'Contracting station in use');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_TABELLA_SUMMARY', 'it', 'Elenco stazioni appaltanti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_TABELLA_SUMMARY', 'en', 'Table of contracting stations');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_ANNULLA_FILTRO', 'it', 'Tutte le stazioni appaltanti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_ANNULLA_FILTRO', 'en', 'All contracting stations');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_TITLE_CONFIRM', 'it', 'Conferma la stazione appaltante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_SA_TITLE_CONFIRM', 'en', 'Confirm the contracting station');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_FIRMA_DIGITALE', 'it', 'Dettaglio documento firmato digitalmente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_FIRMA_DIGITALE', 'en', 'Digitally signed document detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOWNLOAD_DOCUMENTI', 'it', 'Download dei documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOWNLOAD_DOCUMENTI', 'en', 'Documents download');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOWNLOAD_DOCUMENTO', 'it', 'Scarica documento digitale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOWNLOAD_DOCUMENTO', 'en', 'Download the digital document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOWNLOAD_CONTENUTO', 'it', 'Scarica contenuto del documento digitale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOWNLOAD_CONTENUTO', 'en', 'Download the digital document content');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOCUMENTO_NON_TROVATO', 'it', 'Il documento non &egrave; presente in banca dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOCUMENTO_NON_TROVATO', 'en', 'The document is not present in the database');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_FORMATO_DATA', 'it', 'La data indicata per il controllo di attendibilit&agrave; dei certificati non rispetta il formato previsto (aaaammgg)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_FORMATO_DATA', 'en', 'The date indicated for the certificate reliability check does not respect the expected format (yyyyMMdd)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_LIVELLO', 'it', 'Livello');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_LIVELLO', 'en', 'Level');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_ATTENDIBILITA_CERTIFICATI', 'it', 'Attendibilit&agrave; dei certificati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_ATTENDIBILITA_CERTIFICATI', 'en', 'Reliability of the certificates');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_LISTA_UNTRUSTED', 'it', 'Lista dei certificati non attendibili alla data del');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_LISTA_UNTRUSTED', 'en', 'List of untrusted certificates dated');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_TUTTI_TRUSTED', 'it', 'Tutti i certificati sono attendibili');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_TUTTI_TRUSTED', 'en', 'All certificates are trusted');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_LISTA_FIRME', 'it', 'Lista delle firme');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_LISTA_FIRME', 'en', 'List of signatures');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_NON_INTEGRO', 'it', 'Certificato non valido/integro');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_NON_INTEGRO', 'en', 'Invalid or not intact certificate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_UNTRUSTED', 'it', 'Certificato non attendibile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_UNTRUSTED', 'en', 'Untrusted certificate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_NON_VALIDO', 'it', 'Certificato privo di validit&agrave; legale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_NON_VALIDO', 'en', 'Certificate without legal validity');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATI_FIRMATARIO', 'it', 'Dati del firmatario');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATI_FIRMATARIO', 'en', 'Signatory data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATI_ENTE_CERTIFICATORE', 'it', 'Dati ente certificatore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATI_ENTE_CERTIFICATORE', 'en', 'Certification authority data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATI_CERTIFICATO', 'it', 'Dati del certificato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATI_CERTIFICATO', 'en', 'Certificate data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_NUMERO_SERIALE', 'it', 'Numero seriale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_NUMERO_SERIALE', 'en', 'Serial number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_VALIDO_DAL', 'it', 'Certificato valido dal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_CERTIFICATO_VALIDO_DAL', 'en', 'Certificate valid from');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATA_SCADENZA', 'it', 'Data di scadenza del certificato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATA_SCADENZA', 'en', 'Certificate expiration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATA_FIRMA', 'it', 'Data della firma');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATA_FIRMA', 'en', 'Signature date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_ALGORITMO', 'it', 'Algoritmo di digest');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_ALGORITMO', 'en', 'Digest algorithm');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOMANDA_VALIDO', 'it', 'Il certificato &egrave; valido/integro?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOMANDA_VALIDO', 'en', 'Is the certificate valid/intact?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOMANDA_ATTENDIBILE', 'it', 'Il certificato &egrave; attendibile alla data del');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOMANDA_ATTENDIBILE', 'en', 'Is the certificate reliable on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOMANDA_LEGALE', 'it', 'Il certificato ha validit&agrave; legale?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DOMANDA_LEGALE', 'en', 'Has the certificate legal validity?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_NO_RIPUDIO', 'it', 'il certificato non ha validit&agrave; legale in quanto non presenta l''attributo di non ripudio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_NO_RIPUDIO', 'en', 'the certificate has no legal validity because it does not have the non-repudiation attribute');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_MARCHE_TEMPORALI', 'it', 'Marche temporali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_MARCHE_TEMPORALI', 'en', 'Temporal marks');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_MARCA_TEMPORALE', 'it', 'Dati marca temporale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_MARCA_TEMPORALE', 'en', 'Temporal mark data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATA_MARCA', 'it', 'Data marca');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_DATA_MARCA', 'en', 'Marking date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_TSA', 'it', 'Time Stamping Authority');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_TSA', 'en', 'Time Stamping Authority');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_TSA_POLICY_ID', 'it', 'Time Stamping Authority Id Policy');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DIGITALE_TSA_POLICY_ID', 'en', 'Time Stamping Authority Id Policy');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASSISTENZA_TECNICA', 'it', 'Assistenza operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASSISTENZA_TECNICA', 'en', 'Helpdesk request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_INS_RICHIESTA', 'it', 'Inserimento richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_INS_RICHIESTA', 'en', 'Fill a new request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_REFERENTE', 'it', 'Referente (cognome e nome) da contattare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_REFERENTE', 'en', 'Referent (surname and name) to contact');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_TIPOLOGIA', 'it', 'Tipologia di richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_TIPOLOGIA', 'en', 'Request type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_ASSISTENZA_TECNICA_CHOOSE_TIPOLOGIA', 'it', '-- Scegli una tipologia di richiesta --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_ASSISTENZA_TECNICA_CHOOSE_TIPOLOGIA', 'en', '-- Choose one request type --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_DESCRIZIONE', 'it', 'Descrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_DESCRIZIONE', 'en', 'Description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_ALLEGA_FILE', 'it', 'Allega un file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_ALLEGA_FILE', 'en', 'Attach a file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_CAPTCHA', 'it', 'Inserisci il codice sicurezza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_CAPTCHA', 'en', 'Enter the security code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_RIFERIMENTI', 'it', 'Riferimenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_RIFERIMENTI', 'en', 'References');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_RIFERIMENTI_TESTO', 'it', 'Consigliamo di inviare le richieste di assistenza compilando il modulo on line sopra disponibile. &Egrave; tuttavia possibile richiedere assistenza anche ai seguenti riferimenti:');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_RIFERIMENTI_TESTO', 'en', 'We recommend sending your requests by completing the online form available above. However, it is also possible to request assistance to the following references:');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_TELEFONO_CALL_CENTER', 'it', 'Telefono Call Center');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_TELEFONO_CALL_CENTER', 'en', 'Call Center phone');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_OPERATIVITA', 'it', 'Operativit&agrave; del servizio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_OPERATIVITA', 'en', 'Service operativity');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_INFO_EXTRA', 'it', 'I servizi di assistenza operatori economici sono assicurati sino a 48 ore prima dei termini per la presentazione delle offerte nei giorni e negli orari in cui il servizio di Help Desk  disponibile (da luned a venerd dalle 8:30  13:00 e dalle 14:00  17:30), diversamente non pu essere garantita la risoluzione dellintervento in tempo utile.<br/>L''Help Desk non  titolato a fornire certificazioni sulla validit o correttezza delle operazioni, su chiarimenti o aspetti concernenti le procedure o la documentazione di gara o in genere della procedura telematica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_INFO_EXTRA', 'en', 'The helpdesk services are insured up to 48 hours before the deadline for the submission of offers in the days and times when the Help Desk service is available (from Monday to Friday from 8:30 am to 1:00 pm and from 2:00 pm to 5:30 pm), otherwise the intervention cannot be guaranteed in due time.<br/>The Help Desk is not used to provide certifications on the validity or correctness of the operations, on clarifications or aspects concerning the procedures or the tender documentation or in general the electronic procedure.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_ESITO_INVIO_OK', 'it', 'La informiamo che la Sua richiesta &egrave; stata inviata con successo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_ESITO_INVIO_OK', 'en', 'We inform you that your request has been sent successfully');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_TICKET_ID', 'it', 'ed &egrave; stato attribuito il numero di ticket');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_TICKET_ID', 'en', 'and the ticket number assigned is');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_PRESA_IN_CARICO', 'it', 'La Sua segnalazione verr&agrave; presa in carico nel pi&ugrave; breve tempo possibile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_PRESA_IN_CARICO', 'en', 'Your request will be taken over as soon as possible');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_FUTURE_SEGNALAZIONI', 'it', 'Si ricorda, nell''eventualit&agrave; di dover effettuare nuove segnalazioni collegate alla presente, di riportare nella descrizione della nuova segnalazione il numero di ticket attribuito alla presente richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_FUTURE_SEGNALAZIONI', 'en', 'Please remember, in the event of having to make new requests related to this one, to include in the description of the new request the ticket number assigned to this request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_SALUTI', 'it', 'Cordiali saluti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_SALUTI', 'en', 'Best regards');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_DESTINATARIO', 'it', 'Lo Staff Tecnico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSISTENZA_TECNICA_DESTINATARIO', 'en', 'The Technical Staff');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICERCA_BANDI', 'it', 'Ricerca bandi di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICERCA_BANDI', 'en', 'Search for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_BANDI_IN_CORSO', 'it', 'Elenco bandi di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_BANDI_IN_CORSO', 'en', 'List of calls for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_BANDI_SCADUTI', 'it', 'Elenco bandi di gara scaduti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_BANDI_SCADUTI', 'en', 'List of expired tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_NEGOZIATE', 'it', 'Elenco richieste di offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_NEGOZIATE', 'en', 'List of offer requests');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_COMPROVA_REQUISITI', 'it', 'Elenco richieste di documenti per la comprova requisiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_COMPROVA_REQUISITI', 'en', 'List of requests for documents to prove the requirements');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ASTE_IN_CORSO', 'it', 'Elenco aste in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ASTE_IN_CORSO', 'en', 'List of current auctions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_PROC_AGGIUDICAZIONE_CONCLUSE', 'it', 'Procedure in aggiudicazione o concluse');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_PROC_AGGIUDICAZIONE_CONCLUSE', 'en', 'Contracting or concluded procedures');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_LOTTI', 'it', 'Elenco lotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_LOTTI', 'en', 'List of lots');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_LOTTI_DATI_PROCEDURA', 'it', 'Dati procedura o lotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_LOTTI_DATI_PROCEDURA', 'en', 'Procedure data or lots');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICERCA_AVVISI', 'it', 'Ricerca avvisi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICERCA_AVVISI', 'en', 'Search for tender notices');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_AVVISI', 'it', 'Elenco avvisi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_AVVISI', 'en', 'Tender notices list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_AVVISI_SCADUTI', 'it', 'Elenco avvisi scaduti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_AVVISI_SCADUTI', 'en', 'Expired tender notices list');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_AVVISO', 'it', 'Dettaglio avviso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_AVVISO', 'en', 'Tender notice detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_AVVISO_BANDO_ISCRIZIONE_ELENCO', 'it', 'Bando d''iscrizione a elenco');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_AVVISO_BANDO_ISCRIZIONE_ELENCO', 'en', 'Detail of the announcement of the operators list');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICERCA_ESITI', 'it', 'Ricerca esiti di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICERCA_ESITI', 'en', 'Search for tender results');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ESITI', 'it', 'Elenco esiti di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ESITI', 'en', 'Tender results list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ESITI_AFFIDAMENTI', 'it', 'Elenco esiti affidamenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ESITI_AFFIDAMENTI', 'en', 'Credit results list');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_ESITO', 'it', 'Dettaglio esito di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_ESITO', 'en', 'Tender result detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_DOCUMENTAZIONE_ESITO', 'it', 'Documentazione esito di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_DOCUMENTAZIONE_ESITO', 'en', 'Tender result documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_DETTAGLIO_ESITO_BACK_TO_GARA', 'it', 'Torna al dettaglio bando');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_DETTAGLIO_ESITO_BACK_TO_GARA', 'en', 'Back to the tender procedure detail');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_TABINF_INDICIZZAZIONE', 'it', 'Tabella informativa d''indicizzazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_TABINF_INDICIZZAZIONE', 'en', 'Indexing information table');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_TABELLA', 'it', 'Tabella informativa d''indicizzazione per: bandi, esiti ed avvisi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_TABELLA', 'en', 'Information indexing table for: tenders, results and notices');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_TIPO', 'it', 'Tipo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_TIPO', 'en', 'Type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_CONTRATTO', 'it', 'Contratto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_CONTRATTO', 'en', 'Contract');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DENOMINAZIONE_ENTE', 'it', 'Denominazione dell''Amministrazione Aggiudicatrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DENOMINAZIONE_ENTE', 'en', 'Contracting Authority Name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_TIPO_ENTE', 'it', 'Tipo di Amministrazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_TIPO_ENTE', 'en', 'Authority Type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_PROVINCIA', 'it', 'Provincia Sede di Gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_PROVINCIA', 'en', 'Province of the Competition Venue');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_COMUNE', 'it', 'Comune Sede di Gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_COMUNE', 'en', 'Municipality of the Competition Venue');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_INDIRIZZO', 'it', 'Indirizzo Sede di Gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_INDIRIZZO', 'en', 'Address of the Competition Venue');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_SENZA_IMPORTO', 'it', 'Senza Importo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_SENZA_IMPORTO', 'en', 'Without Amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_BASE_ASTA', 'it', 'Valore Importo a base asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_BASE_ASTA', 'en', 'Value Amount based on auction');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_IMPORTO_AGGIUDICAZIONE', 'it', 'Valore Importo di aggiudicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_IMPORTO_AGGIUDICAZIONE', 'en', 'Value of the award Amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DATA_PUBBLICAZIONE', 'it', 'Data Pubblicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DATA_PUBBLICAZIONE', 'en', 'Publication Date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DATA_SCAD', 'it', 'Data Scadenza Bando');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DATA_SCAD', 'en', 'Deadline Date Call for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DATA_SCAD_PUBB_ESITO', 'it', 'Data Scadenza Pubblicazione Esito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_DATA_SCAD_PUBB_ESITO', 'en', 'Deadline Date Publication Outcome');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_REQUISITI', 'it', 'Requisiti di Qualificazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_REQUISITI', 'en', 'Qualification Requirements');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_CPV', 'it', 'Codice CPV');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_CPV', 'en', 'CPV Code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_SCP', 'it', 'Codice SCP');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_SCP', 'en', 'SCP Code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_URL_PUBB_SCP', 'it', 'URL di Pubblicazione su www.serviziocontrattipubblici.it');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_URL_PUBB_SCP', 'en', 'Publication URL on www.serviziocontrattipubblici.it');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_CIG', 'it', 'Codice CIG');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABINF_INDICIZZAZIONE_CIG', 'en', 'CIG Code');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_GARA', 'it', 'Dettaglio procedura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_GARA', 'en', 'Procedure detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_SCADENZE_PRECEDENTI', 'it', 'Scadenze precedenti alla rettifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_SCADENZE_PRECEDENTI', 'en', 'Deadlines prior to the adjustment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_TERMINI_OFFERTE_PRECEDENTI', 'it', 'Termini presentazione offerte precedenti alla rettifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_TERMINI_OFFERTE_PRECEDENTI', 'en', 'Deadlines for bids presentation prior to the adjustment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_ORA_SCADENZA', 'it', 'Ora scadenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_ORA_SCADENZA', 'en', 'Expiration time');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DATA_ORA_RETTIFICA', 'it', 'Data e ora operazione rettifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DATA_ORA_RETTIFICA', 'en', 'Adjustment operation date and time');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DOCUMENTAZIONE_GARA', 'it', 'Documentazione di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DOCUMENTAZIONE_GARA', 'en', 'Call for tender documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DOCUMENTAZIONE_INVITO', 'it', 'Documentazione di invito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DOCUMENTAZIONE_INVITO', 'en', 'Invitation documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_REQUISITI_CONCORRENTI', 'it', 'Requisiti richiesti ai concorrenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_REQUISITI_CONCORRENTI', 'en', 'Requirements required for competitors');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DOCUMENTAZIONE_CONCORRENTI', 'it', 'Documentazione richiesta ai concorrenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_DOCUMENTAZIONE_CONCORRENTI', 'en', 'Documentation requested to competitors');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_ASTA_ELETTRONICA', 'it', 'Visualizza dati di invito e fasi dell''asta elettronica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_ASTA_ELETTRONICA', 'en', 'View invitation data and electronic auction phases');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_FASI_GARA', 'it', 'Visualizza le fasi di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_FASI_GARA', 'en', 'View the phases of the call for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_ESPLETAMENTO_GARA', 'it', 'Visualizza le fasi di espletamento della procedura fino alla sua aggiudicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_ESPLETAMENTO_GARA', 'en', 'View the completion phases of the procedure until it is awarded');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_ESITO', 'it', 'Esito di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_ESITO', 'en', 'Tender result');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_PRESENTA_PARTECIPAZIONE', 'it', 'Presenta domanda di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_PRESENTA_PARTECIPAZIONE', 'en', 'Submit participation application');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_PRESENTA_PARTECIPAZIONE', 'it', 'Presenta la domanda di partecipazione alla gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_PRESENTA_PARTECIPAZIONE', 'en', 'Submit the participation application for the call for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_RIEPILOGO_PARTECIPAZIONE', 'it', 'Riepilogo domanda di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_RIEPILOGO_PARTECIPAZIONE', 'en', 'Participation application summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_RIEPILOGO_PARTECIPAZIONE', 'it', 'Visualizza il riepilogo della richiesta di partecipazione alla gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_RIEPILOGO_PARTECIPAZIONE', 'en', 'View the summary of the request to participate in the call for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_PRESENTA_OFFERTA', 'it', 'Presenta offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_PRESENTA_OFFERTA', 'en', 'Present tender offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_PRESENTA_OFFERTA', 'it', 'Presenta l''offerta alla gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_PRESENTA_OFFERTA', 'en', 'Present the offer to the tender');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_RIEPILOGO_OFFERTA', 'it', 'Riepilogo offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_RIEPILOGO_OFFERTA', 'en', 'Offer summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_RIEPILOGO_OFFERTA', 'it', 'Visualizza il riepilogo dell''offerta alla gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_RIEPILOGO_OFFERTA', 'en', 'View the offer summary for the call for tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_COMPROVA_REQUISITI', 'it', 'Presenta documentazione requisiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_COMPROVA_REQUISITI', 'en', 'Presents documentation requirements');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_COMPROVA_REQUISITI', 'it', 'Presenta la documentazione per la comprova requisiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_COMPROVA_REQUISITI', 'en', 'Presents the documentation for proof of requirements');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_OFFERTA_ASTA', 'it', 'Partecipa all''asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_OFFERTA_ASTA', 'en', 'Participate in the auction');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_OFFERTA_ASTA', 'it', 'Presenta una nuova offerta nell''asta elettronica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_OFFERTA_ASTA', 'en', 'Presents a new offer in the electronic auction');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_RIEPILOGO_ASTA', 'it', 'Riepilogo offerta asta elettronica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_GARA_RIEPILOGO_ASTA', 'en', 'Summary of electronic auction offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_RIEPILOGO_ASTA', 'it', 'Visualizza il riepilogo dell''offerta all''asta elettronica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_GARA_RIEPILOGO_ASTA', 'en', 'View the summary of the electronic auction offer');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_AGGIUDICATARIA', 'it', 'Ditta aggiudicataria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_AGGIUDICATARIA', 'en', 'Awarded company');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_AGGIUDICATARIE', 'it', 'Ditte aggiudicatarie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_AGGIUDICATARIE', 'en', 'Awarded companies');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_IMPORTO_AGGIUDICAZIONE', 'it', 'Importo aggiudicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_IMPORTO_AGGIUDICAZIONE', 'en', 'Award amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_DATA_AGGIUDICAZIONE', 'it', 'Data aggiudicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ESITO_DATA_AGGIUDICAZIONE', 'en', 'Award date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_ESITO_BANDO', 'it', 'Bando di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_ESITO_BANDO', 'en', 'Call for tenders');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_REGISTRA_OE', 'it', 'Registrazione operatore economico al portale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_REGISTRA_OE', 'en', 'Economic operator registration on the portal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_PROSEGUI_MANUALE', 'it', 'Prosegui compilando i dati manualmente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_PROSEGUI_MANUALE', 'en', 'Continue filling in the data manually');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_ISTRUZIONI_MANUALE', 'it', 'Cliccare sul pulsante "Compila manualmente" per procedere con l''inserimento dei dati nei moduli che seguiranno relativi all''anagrafica dell''operatore economico.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_ISTRUZIONI_MANUALE', 'en', 'Click on the "Manually compile" button to proceed with entering the data in the modules that will follow relating to the registry of the economic operator.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REGISTRA_OE_COMPILA_MANUALE', 'it', 'Compila manualmente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REGISTRA_OE_COMPILA_MANUALE', 'en', 'Manually compile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_IMPORT_MXML', 'it', 'Importa i dati da un file M-XML');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_IMPORT_MXML', 'en', 'Import data from an M-XML file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REGISTRA_OE_IMPORT_MXML', 'it', 'Importa da file M-XML');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_REGISTRA_OE_IMPORT_MXML', 'en', 'Import from M-XML file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REGISTRA_OE_IMPORT_MXML', 'it', 'Importa i dati da un file M-XML esportato da un altro PortaleAppalti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REGISTRA_OE_IMPORT_MXML', 'en', 'Import data from an M-XML file exported from another Procurement Portal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_STEP_UTENZA', 'it', 'Utenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_STEP_UTENZA', 'en', 'Users');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_CREDENZIALI', 'it', 'Credenziali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_CREDENZIALI', 'en', 'Credentials');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_UTENZA', 'it', 'Credenziali di accesso al sito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_UTENZA', 'en', 'Site access credentials');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_UTENZA_LOGINCF', 'it', 'Identificativo di accesso al sito come Operatore Economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_UTENZA_LOGINCF', 'en', 'Site access identifier as an Economic Operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_USERNAME_NOTA_1', 'it', 'Massimo 20 caratteri alfanumerici (lettere o cifre o punto)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_USERNAME_NOTA_1', 'en', 'Maximum 20 alphanumeric characters (letters or digits or dot)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_USERNAME_NOTA_2', 'it', 'Porre particolare attenzione ai caratteri in maiuscolo e minuscolo in quanto il sistema di autenticazione richiede la digitazione del nome utente cos come indicato in questo campo, maiuscole e minuscole comprese.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_USERNAME_NOTA_2', 'en', 'Pay particular attention to uppercase and lowercase characters as the authentication system requires the username to be entered as indicated in this field, including upper and lower case letters.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_USERNAME_CONFIRM', 'it', 'Conferma utente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_USERNAME_CONFIRM', 'en', 'Username confirm');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_USERNAME_CONFIRM_NOTA', 'it', 'Ripetere l''utente per evitare errori di digitazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_USERNAME_CONFIRM_NOTA', 'en', 'Repeat the username to avoid typing errors.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_REGOLE_UTILIZZO_PIATTAFORMA', 'it', 'Regole di utilizzo della piattaforma telematica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_REGOLE_UTILIZZO_PIATTAFORMA', 'en', 'Rules for using the telematic platform.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTO_RICHIEDENTE', 'it', 'Soggetto richiedente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTO_RICHIEDENTE', 'en', 'Applicant');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_REGISTRA_OE_SOGGETTO_RICHIEDENTE', 'it', '-- Scegli il soggetto richiedente --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_REGISTRA_OE_SOGGETTO_RICHIEDENTE', 'en', '-- Choose the applicant --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_IL_SOTTOSCRITTO', 'it', 'Il sottoscritto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_IL_SOTTOSCRITTO', 'en', 'The undersigned');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_SOGGETTO_RICHIEDENTE_DICHIARA_1', 'it', 'in qualit di soggetto richiedente la registrazione per l''Operatore Economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_SOGGETTO_RICHIEDENTE_DICHIARA_1', 'en', 'as a person requesting registration for the Economic Operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_SOGGETTO_RICHIEDENTE_DICHIARA_2', 'it', 'dichiara di aver letto e accettato le Regole di utilizzo della piattaforma telematica scaricabili da');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_SOGGETTO_RICHIEDENTE_DICHIARA_2', 'en', 'declares to have read and accepted the Rules of use of the telematic platform downloadable from');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UTILIZZO_PIATTAFORMA', 'it', 'Accettazione regole di utilizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UTILIZZO_PIATTAFORMA', 'en', 'Acceptance of usage rules');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_ACCETTO', 'it', 'accetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_ACCETTO', 'en', 'I accept');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_NON_ACCETTO', 'it', 'non accetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_NON_ACCETTO', 'en', 'I do not accept');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRIVACY', 'it', 'Trattamento dei dati personali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRIVACY', 'en', 'Processing of personal data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_PRIVACY_NOTA', 'it', 'Ti informiamo che i dati personali da te forniti ed acquisiti contestualmente alla registrazione ai servizi da te scelti, nonch&eacute; i dati necessari all''erogazione di tali servizi, saranno trattati, nel rispetto delle garanzie di riservatezza e delle misure di sicurezza previste dalla normativa vigente attraverso strumenti informatici, telematici e manuali, con logiche strettamente correlate alle finalit&agrave; del trattamento.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_PRIVACY_NOTA', 'en', 'We inform you that your personal data provided and acquired together with the registration to the services you have chosen, as well as the data necessary for the provision of these services, will be processed, in compliance with the guarantees of confidentiality and security measures provided for by current legislation through IT, telematic and manual tools, with logic strictly related to the purposes of the processing.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_PRIVACY_EXTRA', 'it', '<span class="noscreen"></span>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_PRIVACY_EXTRA', 'en', '<span class="noscreen"></span>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_RICHIESTA_DA', 'it', 'Registrazione richiesta da');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_RICHIESTA_DA', 'en', 'Registration required by');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_DOPO_INVIO_1', 'it', 'si informa che &egrave; stata inviata una mail di prova all''indirizzo di posta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_DOPO_INVIO_1', 'en', 'we inform you that a test email has been sent to the email address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_DOPO_INVIO_2', 'it', 'in seguito al suo inserimento come indirizzo di riferimento per l''impresa, ma successivamente all''invio tale indirizzo &egrave; stato nuovamente variato. <strong>Prima di procedere con l''invio della richiesta si consiglia pertanto di verificare la correttezza dei dati relativi alla posta elettronica riportati nel riepilogo</strong>, ed eventualmente ritornare alla pagina "Dati principali" per apportare le dovute correzioni.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_DOPO_INVIO_2', 'en', 'following its inclusion as a reference address for the company, but after sending this address was changed again. <strong>Before proceeding with the sending of the request, it is therefore advisable to verify the correctness of the data relating to the e-mail address reported in the summary</strong>, and eventually return to the "Main data" page to make the necessary corrections.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_1', 'it', 'si informa che, per verificare la posta elettronica di riferimento che il portale utilizzer&agrave; per inviare comunicazioni all''impresa, &egrave; stata inviata una mail di prova all''indirizzo di posta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_1', 'en', 'we inform you that, to verify the reference e-mail that the portal will use to send communications to the company, a test e-mail has been sent to the e-mail address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_2', 'it', 'Prima di procedere con l''invio della richiesta si prega di verificarne la ricezione e controllare che sia coerente con i dati indicati nel riepilogo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRA_OE_MAIL_VARIATA_2', 'en', 'Before proceeding with the sending of the request, please check that it is received and check that it is consistent with the data indicated in the summary.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REGISTRA_OE_INVIA_REGISTRAZIONE', 'it', 'Invia la richiesta di registrazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REGISTRA_OE_INVIA_REGISTRAZIONE', 'en', 'Send the subscription request');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CANCEL_REGISTRAZIONE_OE', 'it', 'Annullamento registrazione operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CANCEL_REGISTRAZIONE_OE', 'en', 'Cancellation of registration of economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_OE_1', 'it', 'E'' stata selezionata l''azione per annullare la procedura di registrazione dell''operatore economico al portale.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_OE_1', 'en', 'The action to cancel the registration procedure of the economic operator to the portal was selected.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_OE_2', 'it', 'Selezionare "Conferma annullamento" per annullare la registrazione e tornare alla pagina iniziale del portale, "Torna alla registrazione" per ritornare al form di inserimento dati e proseguire la registrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_OE_2', 'en', 'Select "Confirm cancellation" to cancel the registration and return to the home page of the portal, "Back to registration" to return to the data entry form and continue registration.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_BACK_TO_REGISTRAZIONE_OE', 'it', 'Torna alla registrazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_BACK_TO_REGISTRAZIONE_OE', 'en', 'Back to registration');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_1', 'it', 'La registrazione &egrave; stata inoltrata con successo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_1', 'en', 'Registration has been successfully submitted.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_2', 'it', 'La sua richiesta verr&agrave; presa in esame nel pi&ugrave; breve tempo possibile e ricever&agrave; un''email all''indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_2', 'en', 'Your request will be considered as soon as possible and you will receive an email at');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_3', 'it', 'contenente un collegamento da aprire con il browser per attivare la sua utenza ed impostare la password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_3', 'en', 'containing a link to open with the browser to activate its user and set the password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_4', 'it', 'se non proceder&agrave; effettuando l''operazione indicata entro il tempo massimo indicato nell''email, la sua registrazione verr&agrave; annullata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REGISTRAZIONE_OE_SUCCESS_4', 'en', 'if you do not proceed by carrying out the indicated operation within the maximum time indicated in the email, your registration will be canceled.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_IMPORT_OE', 'it', 'Importa i dati dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_IMPORT_OE', 'en', 'Import economic operator data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORT_OE_INFO_MXML', 'it', 'Importa i dati da file M-XML esportato da un altro PortaleAppalti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORT_OE_INFO_MXML', 'en', 'Import data from M-XML file exported from another Procurement Portal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_IMPORT_OE_IMPORTA', 'it', 'Importa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_IMPORT_OE_IMPORTA', 'en', 'Import');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_IMPORT_OE_IMPORTA', 'it', 'Importa i dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_IMPORT_OE_IMPORTA', 'en', 'Import data');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_EDIT_DATI_OE', 'it', 'Modifica dati operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_EDIT_DATI_OE', 'en', 'Edit economic operator''s data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_DATI_PRINCIPALI', 'it', 'Dati principali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_DATI_PRINCIPALI', 'en', 'Main data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_ALTRI_INDIRIZZI', 'it', 'Altri indirizzi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_ALTRI_INDIRIZZI', 'en', 'Other addresses');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_ALTRI_DATI_ANAGRAFICI', 'it', 'Altri dati anagrafici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_ALTRI_DATI_ANAGRAFICI', 'en', 'Other personal data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_DATI_ULTERIORI', 'it', 'Dati ulteriori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_DATI_ULTERIORI', 'en', 'Additional data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_RIEPILOGO', 'it', 'Riepilogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_STEP_RIEPILOGO', 'en', 'Summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_EDIT_DATI_OE_SEND', 'it', 'Invia la richiesta di aggiornamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_EDIT_DATI_OE_SEND', 'en', 'Send the update request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_SUCCESS_1', 'it', 'Aggiornamento dei dati dell''operatore economico effettuato con successo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_SUCCESS_1', 'en', 'Economic operator data update succesfully.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_SUCCESS_2', 'it', 'Per ritornare alla funzionalit&agrave; precedentemente consultata prima di avviare la procedura di aggiornamento dati anagrafici selezionare il pulsante qui sotto riportato.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EDIT_DATI_OE_SUCCESS_2', 'en', 'To return to the previously consulted functionality before starting the process of updating personal data, select the button shown below.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_EDIT_DATI_OE_SUCCESS_BUTTON_NEXT', 'it', 'Torna alla pagina dalla quale hai avviato la procedura di aggiornamento dati operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_EDIT_DATI_OE_SUCCESS_BUTTON_NEXT', 'en', 'Return to the page from which you started the economic operator data update procedure');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ABORT_EDIT_DATI_OE', 'it', 'Annullamento modifica dati operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ABORT_EDIT_DATI_OE', 'en', 'Cancellation editing economic operator data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_EDIT_DATI_OE_1', 'it', 'E'' stata selezionata l''azione per annullare la procedura di aggiornamento dei dati dell''operatore economico.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_EDIT_DATI_OE_1', 'en', 'The action to cancel the economic operator data update procedure has been selected.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_EDIT_DATI_OE_2', 'it', 'Selezionare "Conferma annullamento" per annullare la procedura e tornare alla precedente funzionalit&agrave; utilizzata nel portale, "Torna alla modifica" per ritornare al form di inserimento dati e proseguire la modifica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_EDIT_DATI_OE_2', 'en', 'Select "Confirm cancellation" to cancel the procedure and return to the previous functionality used in the portal, "Edit" to return to the data entry form and continue the editing.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DATI_OE', 'it', 'Dettaglio operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DATI_OE', 'en', 'Economic operator detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DATI_OE_STAMPA_ANAGRAFICA', 'it', 'Scarica PDF di dettaglio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DATI_OE_STAMPA_ANAGRAFICA', 'en', 'Download detailed PDF');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_OE_STAMPA_ANAGRAFICA', 'it', 'Scarica il PDF contenente il dettaglio completo dei dati anagrafici dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_OE_STAMPA_ANAGRAFICA', 'en', 'Download the PDF containing the complete details of the personal data of the economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DATI_OE_RICHIEDI_VARIAZIONE', 'it', 'Richiedi variazione dati identificativi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DATI_OE_RICHIEDI_VARIAZIONE', 'en', 'Request identification data change');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DATI_OE_RICHIEDI_VARIAZIONE', 'it', 'Richiedi la variazione di dati fondamentali che identificano l''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DATI_OE_RICHIEDI_VARIAZIONE', 'en', 'Request the variation of fundamental data that identify the economic operator');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICH_VARIAZIONE_DATI_OE', 'it', 'Richiesta variazione dati identificativi operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICH_VARIAZIONE_DATI_OE', 'en', 'Request for variation of economic operator identification data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE', 'it', 'Richiesta di variazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE', 'en', 'Request for variation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_DESCRIZIONE', 'it', 'Descrizione variazione e motivazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_DESCRIZIONE', 'en', 'Description of variation and motivation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_DESCRIZIONE_LUNGHEZZA', 'it', 'max 2000 caratteri');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_DESCRIZIONE_LUNGHEZZA', 'en', 'max 2000 characters');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_RICH_VARIAZIONE_INVIA', 'it', 'Invia richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_RICH_VARIAZIONE_INVIA', 'en', 'Send request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RICH_VARIAZIONE_INVIA', 'it', 'Invia la richiesta di variazione dei dati identificativi dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RICH_VARIAZIONE_INVIA', 'en', 'Send the request to change the identification data of the economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_SUCCESS_1', 'it', 'Domanda di variazione dati identificativi operatore economico inviata con successo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_SUCCESS_1', 'en', 'Request for change of economic operator identification data sent successfully.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_SUCCESS_2', 'it', 'La sua richiesta verr&agrave; presa in esame nel pi&ugrave; breve tempo possibile; nel caso venga accettata, i dati del dettaglio dell''impresa risulteranno pertanto variati come richiesto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_SUCCESS_2', 'en', 'Your request will be considered as soon as possible; if it is accepted, the details of the company will therefore be changed as required.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_SUCCESS_3', 'it', 'Per ritornare al dettaglio dei dati anagrafici selezionare il pulsante qui sotto riportato.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICH_VARIAZIONE_SUCCESS_3', 'en', 'To return to the details of the personal data, select the button shown below.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RICH_VARIAZIONE_SUCCESS_BUTTON_NEXT', 'it', 'Torna alla pagina di dettaglio dei dati dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RICH_VARIAZIONE_SUCCESS_BUTTON_NEXT', 'en', 'Go back to the details page of the economic operator''s data');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ABORT_RICH_VARIAZIONE_DATI_OE', 'it', 'Annullamento richiesta di variazione dati operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ABORT_RICH_VARIAZIONE_DATI_OE', 'en', 'Cancellation of economic operator data change request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_RICH_VARIAZIONE_DATI_OE_1', 'it', 'E'' stata selezionata l''azione per annullare la richiesta di inserimento di una domanda di variazione dei dati identificativi dell''operatore economico.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_RICH_VARIAZIONE_DATI_OE_1', 'en', 'The action to cancel the insertion of a request to change the identification data of the economic operator has been selected.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_RICH_VARIAZIONE_DATI_OE_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''operazione e tornare ai dati di dettaglio dell''operatore economico, "Torna alla domanda" per ritornare al	form di inserimento dati e proseguire la compilazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABORT_RICH_VARIAZIONE_DATI_OE_2', 'en', 'Select "Confirm cancellation" to cancel the procedure and return to the data of the economic operator, "Back to compilation" to return to the data entry form and continue the compilation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ABORT_RICH_VARIAZIONE_BACK', 'it', 'Torna alla domanda');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ABORT_RICH_VARIAZIONE_BACK', 'en', 'Back to compilation');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_INSERT_OLD_PASSWORD', 'it', 'Inserire la vecchia password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_INSERT_OLD_PASSWORD', 'en', 'Enter the old password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_INSERT_NEW_PASSWORD', 'it', 'Inserire la nuova password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_INSERT_NEW_PASSWORD', 'en', 'Enter the new password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_REPEAT_NEW_PASSWORD', 'it', 'Ripetere la nuova password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_REPEAT_NEW_PASSWORD', 'en', 'Repeat the new password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_NEW_PASSWORD_DONT_MATCH', 'it', 'Le password digitate non coincidono');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_NEW_PASSWORD_DONT_MATCH', 'en', 'The passwords entered do not match');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_SIMILAR_TO_USERNAME', 'it', 'Password simile allo username');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_SIMILAR_TO_USERNAME', 'en', 'Password similar to the username');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_TOO_SHORT', 'it', 'Password troppo corta (minimo {0} caratteri)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_TOO_SHORT', 'en', 'Password too short (minimum {0} characters)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_TOO_LONG', 'it', 'Password troppo lunga (massimo {0} caratteri)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_TOO_LONG', 'en', 'Password too long (maximum {0} characters)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_VERY_WEAK', 'it', 'Troppo debole');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_VERY_WEAK', 'en', 'Too weak');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_WEAK', 'it', 'Debole');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_PASSWORD_WEAK', 'en', 'Weak');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_WRONG_CHARS', 'it', 'Contiene caratteri non validi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_ERROR_WRONG_CHARS', 'en', 'There are invalid characters');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_PASSWORD_GOOD', 'it', 'Buona');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_PASSWORD_GOOD', 'en', 'Good');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_PASSWORD_STRONG', 'it', 'Forte');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_PASSWORD_STRONG', 'en', 'Strong');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_PASSWORD_VERY_STRONG', 'it', 'Molto forte');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MSG_PASSWORD_VERY_STRONG', 'en', 'Very strong');

	-- etichette per Prospetti Annuali 190 e Riepilogo contratti
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_RIEPILOGO_CONTRATTI', 'it', 'Riepilogo contratti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_RIEPILOGO_CONTRATTI', 'en', 'Contracts summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_TABLE_DETAIL', 'it', 'Visualizza a pieno schermo i dati della tabella');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_TABLE_DETAIL', 'en', 'Display table data full screen');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_DETTAGLIO_CONTRATTO', 'it', 'Dettaglio contratto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_DETTAGLIO_CONTRATTO', 'en', 'Contract detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_STRUTTURA_PROPONENTE', 'it', 'Struttura proponente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_STRUTTURA_PROPONENTE', 'en', 'Contracting station');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_SCELTA_CONTRAENTE', 'it', 'Scelta del contraente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_SCELTA_CONTRAENTE', 'en', 'Contractor choice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_IMPORTO_AGGIUDICAZIONE', 'it', 'Importo di aggiudicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_IMPORTO_AGGIUDICAZIONE', 'en', 'Awarding amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_TEMPI', 'it', 'Tempi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_TEMPI', 'en', 'Times');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_INIZIO', 'it', 'inizio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_INIZIO', 'en', 'start');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ULTIMAZIONE', 'it', 'ultimazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ULTIMAZIONE', 'en', 'completion');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_IMPORTO_SOMME_LIQUIDATE', 'it', 'Importo somme liquidate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_IMPORTO_SOMME_LIQUIDATE', 'en', 'Amount paid');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_PROSPETTO_ANTICORRUZIONE', 'it', 'Prospetti annuali (art. 1 c. 32 L.190 del 6/11/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_PROSPETTO_ANTICORRUZIONE', 'en', 'Annual reports (Art. 1, paragraph 32 of Law no. 190 6/11/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATASET_XML', 'it', 'Dataset in formato XML');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATASET_XML', 'en', 'Dataset in XML format');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ADEMPIMENTO', 'it', 'Adempimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ADEMPIMENTO', 'en', 'Fulfillment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATA_PRIMA_GENERAZIONE_XML', 'it', 'Data prima generazione XML');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATA_PRIMA_GENERAZIONE_XML', 'en', 'Date of first XML generation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATA_ULTIMO_AGGIORNAMENTO_XML', 'it', 'Data ultimo aggiornamento XML');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATA_ULTIMO_AGGIORNAMENTO_XML', 'en', 'Date of last XML update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_GENERAZIONE_XML', 'it', 'Generazione XML in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_GENERAZIONE_XML', 'en', 'XML generation in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ANNO_RIFERIMENTO', 'it', 'Anno di riferimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ANNO_RIFERIMENTO', 'en', 'Reference year');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_OGGETTO', 'it', 'Oggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_OGGETTO', 'en', 'Subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ELENCO_OPERATORI_INVITATI', 'it', 'Elenco operatori invitati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_ELENCO_OPERATORI_INVITATI', 'en', 'List of invited operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_BANDI_CONTRATTI_AGGIUDICATI_SUMMARY', 'it', 'Tabella bandi di gara e contratti aggiudicati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_BANDI_CONTRATTI_AGGIUDICATI_SUMMARY', 'en', 'Table of calls for tenders and contracts awarded');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_190_CHOOSE_STRUTTURA_PROPONENTE', 'it', '-- Scegli una struttura proponente --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_190_CHOOSE_STRUTTURA_PROPONENTE', 'en', '-- Choose a contracting station --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_190_VISUALIZZA_DATASET', 'it', 'Visualizza dataset');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_190_VISUALIZZA_DATASET', 'en', 'Show dataset');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_YEAR', 'it', 'Torna alla selezione anno');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_YEAR', 'en', 'Back to year selection');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_PROSPETTI_ANNUALI', 'it', 'Prospetti annuali (art. 1 c. 32 L.190 del 6/11/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_PROSPETTI_ANNUALI', 'en', 'Annual reports (Art. 1, paragraph 32 of Law no. 190 6/11/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNO', 'it', 'Anno');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNO', 'en', 'Year');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_SOGGETTI_BENEFICIARI', 'it', 'Sovvenzioni, contributi, sussidi - Elenco dei soggetti beneficiari (art.18 DL 83/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_SOGGETTI_BENEFICIARI', 'en', 'Grants, contributions, subsidies - List of beneficiaries (art.18 DL 83/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATA_AFFIDAMENTO', 'it', 'Data affidamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_DATA_AFFIDAMENTO', 'en', 'Date of assignment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_SOGGETTO_BENEFICIARIO', 'it', 'Soggetto beneficiario');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_SOGGETTO_BENEFICIARIO', 'en', 'Beneficiary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_SOGG_BENEFICIARIO', 'it', 'sogg. beneficiario');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_SOGG_BENEFICIARIO', 'en', 'beneficiary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_IMPORTO_CORRISPOSTO', 'it', 'Importo corrisposto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_IMPORTO_CORRISPOSTO', 'en', 'Amount paid');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_NORMA_BASE_ATTRIBUZIONE', 'it', 'Norma a base attribuzione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_NORMA_BASE_ATTRIBUZIONE', 'en', 'Standard based on attribution');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_UFFICIO', 'it', 'Ufficio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_UFFICIO', 'en', 'Office');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_RESPONSABILE_PROCEDIMENTO_AMM', 'it', 'Responsabile procedimento amministrativo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_RESPONSABILE_PROCEDIMENTO_AMM', 'en', 'Administrative procedure manager');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_MODALITA_INDIVIDUAZIONE_BENEFICIARIO', 'it', 'Modalit&agrave; individuazione beneficiario');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_MODALITA_INDIVIDUAZIONE_BENEFICIARIO', 'en', 'Beneficiary identification mode');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_PROSPETTO_SOGGETTI_BENEFICIARI_SUMMARY', 'it', 'Tabella esiti del prospetto soggetti beneficiari');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_PROSPETTO_SOGGETTI_BENEFICIARI_SUMMARY', 'en', 'Table of the outcomes of the beneficiaries table');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_INFO_DETTAGLIO_PROCEDURA', 'it', 'Informazioni di dettaglio sulla procedura di gara o affidamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_INFO_DETTAGLIO_PROCEDURA', 'en', 'Detailed information on the tender or assignment procedure');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_TEMPI_COMPLETAMENTO_OPERA', 'it', 'Tempi di completamento dell''opera, servizio o fornitura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_190_TEMPI_COMPLETAMENTO_OPERA', 'en', 'Completion times for the work, service or supply');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_PROCEDURE_LIST', 'it', 'Torna alla lista procedure');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_PROCEDURE_LIST', 'en', 'Back to procedures list');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_INFO_SINGOLE_PROCEDURE', 'it', 'Informazioni sulle singole procedure di cui all''art.1, comma 32 della Legge 190/2012');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_190_INFO_SINGOLE_PROCEDURE', 'en', 'Information on individual procedures pursuant to Article 1, paragraph 32 of Law 190/2012');


INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ELENCHI_OE', 'it', 'Bandi d''iscrizione per elenchi operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ELENCHI_OE', 'en', 'List of announcement of operators lists');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_AVVISO', 'it', 'Torna al dettaglio avviso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_AVVISO', 'en', 'Back to the notice result detail');					

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_ELENCO_OE', 'it', 'Dettaglio bando d''iscrizione per elenchi operatori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_ELENCO_OE', 'en', 'Detail of the announcement for operators lists');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_DATA_APERTURA_ISCRIZIONI', 'it', 'Data apertura iscrizioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_DATA_APERTURA_ISCRIZIONI', 'en', 'Registration opening date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_DATA_CHIUSURA_ISCRIZIONI', 'it', 'Data chiusura iscrizioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_DATA_CHIUSURA_ISCRIZIONI', 'en', 'Registration closing date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_CATEGORIE_PREVISTE_BANDO', 'it', 'Visualizza le categorie previste dal bando d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_CATEGORIE_PREVISTE_BANDO', 'en', 'View the categories provided by the registration notice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_CATEGORIE_ISCRIZ_BANDO', 'it', 'Visualizza le categorie per le quali risulti iscritto al presente bando d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_CATEGORIE_ISCRIZ_BANDO', 'en', 'View the categories for which you are enrolled in this announcement of registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_ARTICOLI_MEPA', 'it', 'Visualizza gli articoli definiti nel mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_ARTICOLI_MEPA', 'en', 'View the articles defined in the electronic market');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_REQUISITI_RICHIESTI_OE', 'it', 'Requisiti richiesti agli operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_REQUISITI_RICHIESTI_OE', 'en', 'Requirements for economic operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_OE_ABILITATI_A', 'it', 'Visualizza gli operatori economici abilitati a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_VISUALIZZA_OE_ABILITATI_A', 'en', 'View the economic operators authorized to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_OE_ABILITATI_A', 'it', 'Operatori economici abilitati a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_OE_ABILITATI_A', 'en', 'Economic operators authorized to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETA_ISCRIZIONE', 'it', 'Completamento iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETA_ISCRIZIONE', 'en', 'Completion of registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETA_ISCRIZIONE_INIZIATA', 'it', 'Completa la bozza d''iscrizione all''albo iniziata in precedenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETA_ISCRIZIONE_INIZIATA', 'en', 'Complete the draft registration to the roll started earlier');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_AGGIORNA_DATI_DOCUMENTI', 'it', 'Aggiornamento dati/documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_AGGIORNA_DATI_DOCUMENTI', 'en', 'Data/documents update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_AGGIORNA_DATI_DOCUMENTI_ISCRIZIONE', 'it', 'Aggiorna i dati o i documenti dell''iscrizione inserita per il presente albo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_AGGIORNA_DATI_DOCUMENTI_ISCRIZIONE', 'en', 'Update the data or documents of the enrollment entered for this register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETA_DATI_DOCUMENTI', 'it', 'Completamento dati/documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETA_DATI_DOCUMENTI', 'en', 'Completion data/documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETA_DATI_DOCUMENTI', 'it', 'Aggiorna i dati o i documenti dell''iscrizione inserita per il presente albo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETA_DATI_DOCUMENTI', 'en', 'Update the data or documents of the enrollment entered for this register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETA_RINNOVO', 'it', 'Completamento rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETA_RINNOVO', 'en', 'Completion renewal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETA_RINNOVO_INIZIATO', 'it', 'Completa la bozza del rinnovo all''albo iniziata in precedenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETA_RINNOVO_INIZIATO', 'en', 'Complete the draft renewal to the previous register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_RICHIESTA_ISCRIZIONE', 'it', 'Richiesta iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_RICHIESTA_ISCRIZIONE', 'en', 'Subscription request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_RICHIESTA_ISCRIZIONE_ALBO', 'it', 'Iscriviti all''albo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_RICHIESTA_ISCRIZIONE_ALBO', 'en', 'Subscribe to the register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_AGGIORNA_DOCUMENTI', 'it', 'Aggiornamento documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_AGGIORNA_DOCUMENTI', 'en', 'Documents update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_AGGIORNA_DOCUMENTI_INSERITI', 'it', 'Aggiorna i documenti dell''iscrizione inserita per il presente albo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_AGGIORNA_DOCUMENTI_INSERITI', 'en', 'Update the enrollment documents entered for this register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETAMENTO_DOCUMENTI', 'it', 'Completamento documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_COMPLETAMENTO_DOCUMENTI', 'en', 'Documents completion');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETAMETO_DOCUMENTI_INSERITI', 'it', 'Aggiorna i documenti dell''iscrizione inserita per il presente albo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_COMPLETAMETO_DOCUMENTI_INSERITI', 'en', 'Update the enrollment documents entered for this register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_RINNOVO_ISCRIZIONE', 'it', 'Rinnovo iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ISCRALBO_RINNOVO_ISCRIZIONE', 'en', 'Subscription renewal');	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_APRI_PAGINA_RINNOVO_ISCRIZIONE', 'it', 'Apri la pagina di rinnovo iscrizione all''albo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ISCRALBO_APRI_PAGINA_RINNOVO_ISCRIZIONE', 'en', 'Open the renewal subscription page');	

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_MEPA', 'it', 'Categorie mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_MEPA', 'en', 'Electronic market categories');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_ARTICOLI_MEPA', 'it', 'Articoli mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_ARTICOLI_MEPA', 'en', 'Electronic market articles');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_ELENCO', 'it', 'Elenco categorie'); 
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_ELENCO', 'en', 'List of categories');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_ARTICOLI_ELENCO', 'it', 'Elenco articoli');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_ARTICOLI_ELENCO', 'en', 'List of articles');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_BANDO_ISCRIZIONE', 'it', 'Elenco categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_BANDO_ISCRIZIONE', 'en', 'Categories list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ISCRIZIONE', 'it', 'Torna al bando d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ISCRIZIONE', 'en', 'Back to announcement of registration');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_CATEGORIE_OE_ISCRIZIONE', 'it', 'La tua iscrizione a categorie o prestazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_CATEGORIE_OE_ISCRIZIONE', 'en', 'Your registration for categories or services');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_OE_ABILITATI', 'it', 'Operatori economici abilitati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_OE_ABILITATI', 'en', 'Enabled economic operators');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_CATALOGHI', 'it', 'Bandi d''iscrizione per il mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_CATALOGHI', 'en', 'Invitations to register for the electronic market');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATEGORIE_DETTAGLIO_CATALOGO', 'it', 'Elenco categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATEGORIE_DETTAGLIO_CATALOGO', 'en', 'Categories list');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ARTICOLI', 'it', 'Elenco articoli');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_LISTA_ARTICOLI', 'en', 'Articles list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_DESCRIZIONE', 'it', 'Descrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_DESCRIZIONE', 'en', 'Description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_TIPOLOGIA', 'it', 'Tipologia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_TIPOLOGIA', 'en', 'Type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_COLORE', 'it', 'Colore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_COLORE', 'en', 'Color');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_MIEI_ARTICOLI', 'it', 'I miei articoli');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_ARTICOLI_MIEI_ARTICOLI', 'en', 'My articles');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SCARICA_ARTICOLI', 'it', 'Scarica articoli');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SCARICA_ARTICOLI', 'en', 'Download articles');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_ARTICOLI', 'it', 'Scarica gli articoli filtrati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_ARTICOLI', 'en', 'Download the filtered articles');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_CATEGORIE', 'it', 'Torna alle categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_CATEGORIE', 'en', 'Back to categories');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_CATALOGO', 'it', 'Dettaglio bando d''iscrizione per il mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_CATALOGO', 'en', 'Notice of registration for the electronic market');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_GESTIONE_PRODOTTI', 'it', 'Gestione prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_GESTIONE_PRODOTTI', 'en', 'Product management');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_GESTIONE_PRODOTTI', 'it', 'Visualizza il riepilogo  una sorta di riepilogo sui prodotti presenti in back office, trasmessi al back office e in attesa di elaborazione, e del \"carrello virtuale\" delle modifiche raccolte');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_GESTIONE_PRODOTTI', 'en', 'View the summary is a sort of summary of the products present in the back office, transmitted to the back office and awaiting processing, and of the \"virtual shopping\" cart of the changes collected');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_ISCRIZIONE', 'it', 'Completamento iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_ISCRIZIONE', 'en', 'Completion of registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_ISCRIZIONE', 'it', 'Completa la bozza d''iscrizione al bando iniziata in precedenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_ISCRIZIONE', 'en', 'Complete the draft registration for the notice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_AGGIORNA_DATI_DOCUMENTI', 'it', 'Aggiornamento dati/documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_AGGIORNA_DATI_DOCUMENTI', 'en', 'Data/documents update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_AGGIORNA_DATI_DOCUMENTI', 'it', 'Aggiorna i dati o i documenti dell''iscrizione inserita per il presente bando');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_AGGIORNA_DATI_DOCUMENTI', 'en', 'Update the data or documents of the enrollment entered for this announcement');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_DATI_DOCUMENTI', 'it', 'Completamento dati/documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_DATI_DOCUMENTI', 'en', 'Completion of data/documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_DATI_DOCUMENTI', 'it', 'Aggiorna i dati o i documenti dell''iscrizione inserita per il presente bando');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_DATI_DOCUMENTI', 'en', 'Update the data or documents of the enrollment entered for this announcement');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_RICHIESTA_ISCRIZIONE', 'it', 'Richiesta iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_RICHIESTA_ISCRIZIONE', 'en', 'Subscription request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_RICHIESTA_ISCRIZIONE', 'it', 'Iscriviti al mercato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_RICHIESTA_ISCRIZIONE', 'en', 'Register to the market');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_RINNOVO', 'it', 'Completamento rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_RINNOVO', 'en', 'Completion renewal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_RINNOVO', 'it', 'Completa la bozza di rinnovo al bando iniziata in precedenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_RINNOVO', 'en', 'Complete the renewal draft with the notice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_AGGIORNA_DOCUMENTI', 'it', 'Aggiornamento documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_AGGIORNA_DOCUMENTI', 'en', 'Documents update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_AGGIORNA_DOCUMENTI', 'it', 'Apri la pagina di gestione prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_AGGIORNA_DOCUMENTI', 'en', 'Open the catalog product management page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_DOCUMENTI', 'it', 'Completamento documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_COMPLETA_DOCUMENTI', 'en', 'Documents completion');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_DOCUMENTI', 'it', 'Apri la pagina di gestione prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_COMPLETA_DOCUMENTI', 'en', 'Open the catalog product management page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_RINNOVO_ISCRIZIONE', 'it', 'Rinnovo iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_CATALOGO_RINNOVO_ISCRIZIONE', 'en', 'Subscription renewal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_RINNOVO_ISCRIZIONE', 'it', 'Apri la pagina di rinnovo iscrizione a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_CATALOGO_RINNOVO_ISCRIZIONE', 'en', 'Open the catalog subscription renewal page');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATEGORIE_OE_DETTAGLIO_CATALOGO', 'it', 'La tua iscrizione a categorie o prestazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATEGORIE_OE_DETTAGLIO_CATALOGO', 'en', 'Your registration for categories or services');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_ARTICOLO', 'it', 'Dettaglio articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_ARTICOLO', 'en', 'Article detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_CODICE_CATEGORIA', 'it', 'Codice categoria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_CODICE_CATEGORIA', 'en', 'Category code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_DESCRIZIONE_CATEGORIA', 'it', 'Descrizione categoria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_DESCRIZIONE_CATEGORIA', 'en', 'Category description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_TIPO', 'it', 'Tipo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_TIPO', 'en', 'Type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_CODICE', 'it', 'Codice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_CODICE', 'en', 'Code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_DESCRIZIONE', 'it', 'Descrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_DESCRIZIONE', 'en', 'Description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_INS_IMMAGINE', 'it', 'Obbligo inserimento immagine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_INS_IMMAGINE', 'en', 'Obligation to enter image');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_INS_DESCR', 'it', 'Obbligo inserimento descrizione aggiuntiva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_INS_DESCR', 'en', 'Obligation to enter additional description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_INS_DIM', 'it', 'Obbligo inserimento dimensioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_INS_DIM', 'en', 'Obligation to enter dimensions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_CERTIFICAZIONI_RICH', 'it', 'Certificazioni richieste');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_CERTIFICAZIONI_RICH', 'en', 'Required certifications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_FACSIMILE_CERTIFICAZIONI', 'it', 'Fac simile certificazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_FACSIMILE_CERTIFICAZIONI', 'en', 'Fac similar certifications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_SCHEDA_TECNICA', 'it', 'Obbligo inserimento scheda tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_OBBLIGO_SCHEDA_TECNICA', 'en', 'Technical data entry requirement');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_INSERIMENTO_GARANZIA', 'it', 'Inserimento garanzia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_INSERIMENTO_GARANZIA', 'en', 'Warranty entry');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_TEMPO_MAX_CONSEGNA', 'it', 'Tempo massimo di consegna');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_TEMPO_MAX_CONSEGNA', 'en', 'Maximum delivery time');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_INFO_PRODOTTI', 'it', 'Informazioni sui prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_INFO_PRODOTTI', 'en', 'Product information');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_PROD_CARICATI_OE', 'it', 'Prodotti caricati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_PROD_CARICATI_OE', 'en', 'Loaded products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_PROD_CARICATI_ALTRI_OE', 'it', 'Prodotti caricati da altri operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_PROD_CARICATI_ALTRI_OE', 'en', 'Products loaded by other economic operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_MIGLIOR_PREZZO_OE', 'it', 'Miglior prezzo offerto dagli altri operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DETTAGLIO_ARTICOLO_MIGLIOR_PREZZO_OE', 'en', 'Best price offered by other economic operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_ARTICOLO_INSERISCI', 'it', 'Inserisci prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_DETTAGLIO_ARTICOLO_INSERISCI', 'en', 'Insert product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_ARTICOLO_INSERISCI', 'it', 'Accedi al wizard per l''inserimento di un nuovo prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DETTAGLIO_ARTICOLO_INSERISCI', 'en', 'Access the wizard for entering a new product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ARTICLES_LIST', 'it', 'Torna alla lista articoli');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ARTICLES_LIST', 'en', 'Back to articles list');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BANDI_DELIBERE_A_CONTRARRE', 'it', 'Elenco delle delibere a contrarre');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BANDI_DELIBERE_A_CONTRARRE', 'en', 'List of resolutions to contract');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESS_KEYS', 'it', 'Access key definite');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACCESS_KEYS', 'en', 'Defined access keys');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GO_TO_HOMEPAGE', 'it', 'Vai alla pagina iniziale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GO_TO_HOMEPAGE', 'en', 'Go to the home page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GO_TO_PAGE_ACCESSIBILITY', 'it', 'Vai alla pagina di aiuto alla navigazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_GO_TO_PAGE_ACCESSIBILITY', 'en', 'Go to the accessibility page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_FONT_NORMAL', 'it', 'Passa al testo con caratteri di dimensione standard');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_FONT_NORMAL', 'en', 'Switch to normal font size');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_FONT_BIG', 'it', 'Passa al testo con caratteri di dimensione grande');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_FONT_BIG', 'en', 'Switch to big font size');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_FONT_VERY_BIG', 'it', 'Passa al testo con caratteri di dimensione molto grande');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_FONT_VERY_BIG', 'en', 'Switch to very big font size');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_GRAPHICS_MODE_NORMAL', 'it', 'Passa alla visualizzazione grafica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_GRAPHICS_MODE_NORMAL', 'en', 'Switch to graphics mode');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_GRAPHICS_MODE_TEXT', 'it', 'Passa alla visualizzazione solo testo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_GRAPHICS_MODE_TEXT', 'en', 'Switch to text only mode');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_GRAPHICS_MODE_HIGH_CONTRAST', 'it', 'Passa alla visualizzazione in alto contrasto e solo testo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_SET_GRAPHICS_MODE_HIGH_CONTRAST', 'en', 'Switch to high contrast coloring in text only mode');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LOGIN', 'it', 'Login');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LOGIN', 'en', 'Login');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LOGOUT', 'it', 'Esci');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LOGOUT', 'en', 'Logout');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MENU_NAVIGATION', 'it', 'Men di navigazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MENU_NAVIGATION', 'en', 'Navigation menu');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PASSWORD', 'it', 'Password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PASSWORD', 'en', 'Password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('RESERVED_AREA', 'it', 'Area riservata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('RESERVED_AREA', 'en', 'Reserved area');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH', 'it', 'Cerca');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH', 'en', 'Search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_ENGINE', 'it', 'Ricerca');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_ENGINE', 'en', 'Search engine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USERNAME', 'it', 'Utente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USERNAME', 'en', 'Username');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_DATE_ACCESS_LAST', 'it', 'Ultimo accesso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_DATE_ACCESS_LAST', 'en', 'Last access');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_DATE_CREATION', 'it', 'Registrazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_DATE_CREATION', 'en', 'Creation date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_DATE_PASSWORD_CHANGE_LAST', 'it', 'Ultimo cambio password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_DATE_PASSWORD_CHANGE_LAST', 'en', 'Last password change');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_CREDENTIALS_INVALID', 'it', 'Username o password non corretti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_CREDENTIALS_INVALID', 'en', 'Invalid credentials');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_EXPIRED', 'it', 'Utenza scaduta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_EXPIRED', 'en', 'User expired');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_EXPIRED_PASSWORD', 'it', 'Password scaduta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_EXPIRED_PASSWORD', 'en', 'Password expired');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_EXPIRED_PASSWORD_CHANGE', 'it', 'Cambia password scaduta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_EXPIRED_PASSWORD_CHANGE', 'en', 'Change expired password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_DISABLED', 'it', 'Utenza disabilitata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('USER_STATUS_DISABLED', 'en', 'User disabled');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('VAI_PAGINA', 'it', 'Vai alla pagina');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('VAI_PAGINA', 'en', 'Go to page');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('WELCOME', 'it', 'Benvenuto/a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('WELCOME', 'en', 'Welcome');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('YOU_ARE_HERE', 'it', 'Sei qui');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('YOU_ARE_HERE', 'en', 'You are here');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HERE', 'it', 'qui');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('HERE', 'en', 'here');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCHED_FOR', 'it', 'Hai cercato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCHED_FOR', 'en', 'You searched for');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_NOTHING_FOUND', 'it', 'Non &egrave; stato trovato alcun risultato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_NOTHING_FOUND', 'en', 'No item found');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS', 'it', 'Risultati della Ricerca');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS', 'en', 'Search results');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_INTRO', 'it', 'La ricerca ha restituito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_INTRO', 'en', 'Your search returned');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_OUTRO', 'it', 'risultati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_OUTRO', 'en', 'results');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_COUNT', 'it', 'su un totale di');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_COUNT', 'en', 'on count of');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_FROM', 'it', 'Visualizzati record da');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_FROM', 'en', 'Displayed records from');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_TO', 'it', 'a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SEARCH_RESULTS_TO', 'en', 'to');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PREV', 'it', 'Precedenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PREV', 'en', 'Previous');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NEXT', 'it', 'Successivi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NEXT', 'en', 'Next');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIN_TITLE', 'it', 'Portale gare d''appalto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIN_TITLE', 'en', 'e-Procurement portal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ADMINISTRATION', 'it', 'Amministrazione portale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ADMINISTRATION', 'en', 'Administration');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASSISTENZA_TECNICA', 'it', 'Compila il form indicando i tuoi riferimenti e il problema riscontrato, eventualmente se necessario allegando anche un file, e poi procedi all''invio della richiesta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASSISTENZA_TECNICA', 'en', 'Fill out the form with your references and the problem encountered, if necessary attaching a file, and then proceed to send the request.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RSS', 'it', 'L''RSS &egrave; un sistema per la distribuzione di contenuti che ti permette di ricevere in ogni momento sul computer le ultime informazioni pubblicate. Il servizio &egrave; gratuito e non richiede alcuna registrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RSS', 'en', 'RSS is a content distribution system that allows you to receive the latest published information on your computer at any time. The service is free and requires no registration.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_JAVASCRIPT_REQUIRED', 'it', 'Per utilizzare la presente funzione &egrave; necessario abilitare l''esecuzione di codice Javascript nel browser.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_JAVASCRIPT_REQUIRED', 'en', 'It is required Javascript enabled in your browser for using this function');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_SELEZIONE_STAZIONE_APPALTANTE', 'it', 'Lista delle stazioni appaltanti utilizzabili nel portale. Selezionare una stazione appaltante per filtrare tutte le funzioni di estrazione dati per la stazione appaltante selezionata. Selezionando la prima occorrenza ("Tutte le stazioni appaltanti")  possibile annullare il filtro impostato e tornare all''estrazione di tutti gli elementi.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_SELEZIONE_STAZIONE_APPALTANTE', 'en', 'List of the contracting authorities usable in the portal. Select a contracting authority to filter all data extraction features for the selected one. By selecting the first occurrence ("All contracting authorities") it is possible to cancel the set filter and return to the extraction of all the elements.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DELIBERE_A_CONTRARRE', 'it', 'All''interno di questa sezione  possibile consultare  le delibere a contrarre e gli atti equivalenti secondo i tempi previsti dalla normativa dei contratti.<br/>L''obbligo di pubblicazione  previsto dall''art. 29 del D.Lgs. 50/2016.<br/><br/>Impostare un criterio di ricerca per consultare i dati. In corrispondenza della descrizione  disponibile il collegamento per consultare o scaricare il documento.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DELIBERE_A_CONTRARRE', 'en', 'In this section it is possible to consult the resolutions to contract and the equivalent deeds according to the times foreseen by the contracts legislation.<br/>The publication obligation is provided by the art. 29 of Legislative Decree 50/2016.<br/><br/>Set a search criterion to consult the data. In connection with the description, a link is available to consult or download the document.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_IN_CORSO', 'it', 'All''interno di questa sezione  possibile consultare i bandi di gara secondo i tempi previsti dalla normativa dei contratti.<br/>L''obbligo di pubblicazione dei bandi di gara  previsto dall''art. 29 del D.Lgs. 50/2016.<br/><br/>I dati di dettaglio delle procedure pubbliche sono consultabili selezionando il collegamento "Visualizza Scheda", mentre in caso di presenza del collegamento "Tabella informativa d''indicizzazione"  possibile inoltre accedere alla consultazione dei dati di dettaglio previsti dal DPCM del 26 Aprile 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_IN_CORSO', 'en', 'In this section it is possible to consult the contract notices according to the times foreseen by the contracts legislation.<br/>The obligation to publish the contract notices is provided by the art. 29 of Legislative Decree 50/2016.<br/><br/>Detailed data on public procedures can be consulted by selecting the "View detail" link, while in the presence of the "Indexing information table" link it is also possible to access the detailed data required by the Prime Ministerial Decree of 26 April 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_SCADUTI', 'it', 'All''interno di questa sezione  possibile consultare i bandi di gara <span class="bolded">SCADUTI</span> secondo i tempi previsti dalla normativa dei contratti.<br/>L''obbligo di pubblicazione dei bandi di gara  previsto dall''art. 29 del D.Lgs. 50/2016.<br/><br/>I dati di dettaglio delle procedure pubbliche sono consultabili selezionando il collegamento "Visualizza Scheda", mentre in caso di presenza del collegamento "Tabella informativa d''indicizzazione"  possibile inoltre accedere alla consultazione dei dati di dettaglio previsti dal DPCM del 26 Aprile 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_SCADUTI', 'en', 'In this section it is possible to consult the contract notices <span class="bolded">EXPIRED</span> according to the deadlines set by the contracts legislation.<br/>The obligation to publish the contract notices is provided by the art. 29 of Legislative Decree 50/2016.<br/><br/>Detailed data on public procedures can be consulted by selecting the "View detail" link, while in the presence of the "Indexing information table" link it is also possible to access the detailed data required by the Prime Ministerial Decree of 26 April 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_AVVISI_IN_CORSO', 'it', 'All''interno di questa sezione  possibile consultare gli avvisi secondo i tempi previsti dalla normativa dei contratti.<br/>L''obbligo di pubblicazione degli avvisi di gara  previsto dall''art. 29 del D.Lgs. 50/2016.<br/><br/>I dati di dettaglio delle procedure pubbliche sono consultabili selezionando il collegamento "Visualizza Scheda", mentre in caso di presenza del collegamento "Tabella informativa d''indicizzazione"  possibile inoltre accedere alla consultazione dei dati di dettaglio previsti dal DPCM del 26 Aprile 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_AVVISI_IN_CORSO', 'en', 'In this section it is possible to consult the notices according to the deadlines set by the contracts legislation.<br/>The obligation to publish the tender notices is provided by the art. 29 of Legislative Decree 50/2016.<br/><br/>Detailed data on public procedures can be consulted by selecting the "View detail" link, while in the presence of the "Indexing information table" link it is also possible to access the detailed data required by the Prime Ministerial Decree of 26 April 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_AVVISI_SCADUTI', 'it', 'All''interno di questa sezione  possibile consultare gli avvisi <span class="bolded">SCADUTI</span> secondo i tempi previsti dalla normativa dei contratti.<br/>L''obbligo di pubblicazione degli avvisi di gara  previsto dall''art. 29 del D.Lgs. 50/2016.<br/><br/>I dati di dettaglio delle procedure pubbliche sono consultabili selezionando il collegamento "Visualizza Scheda", mentre in caso di presenza del collegamento "Tabella informativa d''indicizzazione"  possibile inoltre accedere alla consultazione dei dati di dettaglio previsti dal DPCM del 26 Aprile 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_AVVISI_SCADUTI', 'en', 'In this section it is possible to consult the notices <span class="bolded">EXPIRED</span> according to the deadlines set by the contracts legislation.<br/>The obligation to publish the tender notices is provided by the art. 29 of Legislative Decree 50/2016.<br/><br/>Detailed data on public procedures can be consulted by selecting the "View detail" link, while in the presence of the "Indexing information table" link it is also possible to access the detailed data required by the Prime Ministerial Decree of 26 April 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ESITI_IN_CORSO', 'it', 'All''interno di questa sezione  possibile consultare gli esiti di gara secondo i tempi previsti dalla normativa dei contratti.<br/>L''obbligo di pubblicazione degli esiti di gara  previsto dall''art. 29 del D.Lgs. 50/2016.<br/><br/>I dati di dettaglio delle procedure pubbliche sono consultabili selezionando il collegamento "Visualizza Scheda", mentre in caso di presenza del collegamento "Tabella informativa d''indicizzazione"  possibile inoltre accedere alla consultazione dei dati di dettaglio previsti dal DPCM del 26 Aprile 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ESITI_IN_CORSO', 'en', 'In this section it is possible to consult the results of the competition according to the deadlines set by the contracts legislation.<br/>The obligation to publish the tender results is provided by the art. 29 of Legislative Decree 50/2016.<br/><br/>Detailed data on public procedures can be consulted by selecting the "View detail" link, while in the presence of the "Indexing information table" link it is also possible to access the detailed data required by the Prime Ministerial Decree of 26 April 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ESITI_AFFIDAMENTI', 'it', 'All''interno di questa sezione  possibile consultare gli esiti di gare, condotte mediante l''utilizzo di elenco operatori economici secondo i tempi previsti dalla normativa dei contratti.<br/>L''obbligo di pubblicazione degli esiti di gara  previsto dall''art. 29 del D.Lgs. 50/2016.<br/><br/>I dati di dettaglio delle procedure pubbliche sono consultabili selezionando il collegamento "Visualizza Scheda".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ESITI_AFFIDAMENTI', 'en', 'In this section it is possible to consult the results of tenders, conducted through the use of the economic operators list according to the times provider by the regulations of the contracts.<br/>The obligation to publish the tender results is provided by the art. 29 of Legislative Decree 50/2016.<br/><br/>Detailed data on public procedures can be consulted by selecting the "View detail" link.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INDICIZZAZIONE_DPCM', 'it', 'In questa sezione  possibile consultare la tabella informativa di indicizzazione, per il bando esito od avviso di gara selezionato, come prevista dal DPCM 26 Aprile 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INDICIZZAZIONE_DPCM', 'en', 'In this section it is possible to consult the indexing information table, for the tender, announcement or tender notice selected, as required by the Prime Ministerial Decree of 26 April 2011.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PROSPETTO_ANNI_ANTICORRUZIONE', 'it', 'Tabelle riassuntive degli affidamenti di lavori, servizi e forniture (Adempimenti art.1 comma 32 Legge 190/2012). Selezionare l''anno per accedere alla consultazione dei dati pubblicati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PROSPETTO_ANNI_ANTICORRUZIONE', 'en', 'Summary tables of the assignments of works, services and supplies (Compliance with art.1 paragraph 32 Law 190/2012). Select the year to access the published data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PROSPETTO_ANTICORRUZIONE', 'it', 'Informazioni relative a procedure di acquisizione di gare e contratti, pubblicate ai sensi dell''articolo 1 della legge 6 novembre 2012 n. 190.<br/>Impostare un criterio di ricerca per consultare i dati. In caso di estrazione di almeno un''occorrenza, a fine pagina  disponibile il link per esportare i dati estratti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PROSPETTO_ANTICORRUZIONE', 'en', 'Information relating to procurement and procurement procedures, published pursuant to Article 1 of Law 6 November 2012, n. 190. <br/> Set a search criterion to consult the data. In case of extraction of at least one occurrence, at the end of the page is available the link to export the extracted data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AMMTRASP_CONTRATTI_LISTA', 'it', 'Informazioni relative alla trasparenza sugli appalti affidati secondo il D.Lgs. 50/2016.<br/>Impostare un criterio di ricerca per consultare i dati. In caso di estrazione di almeno un''occorrenza,  disponibile sul campo CIG il link per consultare il relativo dettaglio.<br/>ATTENZIONE: per visualizzare le restanti colonne della tabella estratta e quindi per scorrere la stessa in senso orizzontale, si consiglia di utilizzare le frecce destra e sinistra della tastiera, oppure di tenere premuto lo scroll wheel ("rotellina centrale") del mouse e spostare lo stesso a destra o sinistra. Si fa presente che alla fine di questa pagina  a disposizione una barra di scorrimento orizzontale.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AMMTRASP_CONTRATTI_LISTA', 'en', 'Information relating to the transparency of contracts awarded pursuant to Legislative Decree 50/2016. <br/> Set a search criterion to consult the data. In case of extraction of at least one occurrence, the link is available on the CIG field to consult the relevant detail. <br/> ATTENTION: to view the remaining columns of the extracted table and then to scroll the same in horizontal direction, we recommend to use the left and right arrows of the keyboard, or to hold down the scroll wheel of the mouse and move it to the right or left. Please note that a horizontal scroll bar is available at the end of this page.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AMMTRASP_CONTRATTO_SCHEDA', 'it', 'Nella scheda seguente vengono presentate le informazioni di dettaglio in merito all''appalto selezionato. Per tornare alla lista degli appalti selezionare il link "Torna alla lista " in fondo alla scheda.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AMMTRASP_CONTRATTO_SCHEDA', 'en', 'The following shows the detailed information regarding the selected contract. To return to the procurement list, select the "Back to list" link at the bottom of the card.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PROSPETTO_AMM_APERTA', 'it', 'Informazioni relative agli appalti affidati secondo il D.Lgs 163/06 pubblicate ai sensi dell''articolo 26 e 27 del DLgs 33 del 2013.<br/>Impostare un criterio di ricerca per consultare i dati. In caso di estrazione di almeno un''occorrenza, a fine pagina  disponibile il link per esportare i dati estratti.<br/>ATTENZIONE: per visualizzare le restanti colonne della tabella estratta e quindi per scorrere la stessa in senso orizzontale, si consiglia di utilizzare le frecce destra e sinistra della tastiera, oppure di tenere premuto lo scroll wheel ("rotellina centrale") del mouse e spostare lo stesso a destra o sinistra. Si fa presente che alla fine di questa pagina  a disposizione una barra di scorrimento orizzontale.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PROSPETTO_AMM_APERTA', 'en', 'Information relating to contracts awarded pursuant to Legislative Decree 163/06 published pursuant to Article 26 and 27 of Legislative Decree 33 of 2013. <br/> Set a search criterion to consult the data. In case of extraction of at least one occurrence, the link to export the extracted data is available at the end of the page. <br/> ATTENTION: to view the remaining columns of the extracted table and then to scroll it horizontally, we recommend to use the left and right arrows of the keyboard, or to hold down the scroll wheel of the mouse and move it to the right or left. Please note that a horizontal scroll bar is available at the end of this page.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_BANDI', 'it', 'In questa sezione si possono impostare i criteri di selezione per la ricerca dei bandi di gara. Premendo il pulsante Procedi si accede alla lista delle gare che soddisfano i criteri impostati, e sempre dalla lista sar possibile accedere ai dati di dettaglio di una singola gara.<br/><br/>Per effettuare ricerche su avvisi o esiti selezionare la corrispondente voce nella riga "Ricerca in".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_BANDI', 'en', 'In this section you can set the selection criteria for the search of tenders. Pressing the "Go on" button accesses the list of tenders that satisfy the set criteria, and always from the list it will be possible to access the detailed data of a single tender.<br/><br/>To search for tender notices or results select the corresponding entry in the "Search for" line.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_AVVISI', 'it', 'In questa sezione si possono impostare i criteri di selezione per la ricerca degli avvisi di gara. Premendo il pulsante Procedi si accede alla lista degli avvisi che soddisfano i criteri impostati, e sempre dalla lista sar possibile accedere ai dati di dettaglio di un singolo avviso.<br/><br/>Per effettuare ricerche su bandi o esiti selezionare la corrispondente voce nella riga "Ricerca in".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_AVVISI', 'en', 'In this section you can set the selection criteria for searching of tender notices. Pressing the "Go on" button accesses the list of tender notices that satisfy the set criteria, and from the list it will be possible to access the detailed data of a single tender notice.<br/><br/>To search for tenders or tender results select the corresponding entry in the "Search for" line.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_ESITI', 'it', 'In questa sezione si possono impostare i criteri di selezione per la ricerca degli esiti di gara. Premendo il pulsante Procedi si accede alla lista degli esiti che soddisfano i criteri impostati, e sempre dalla lista sar possibile accedere ai dati di dettaglio di un singolo esito.<br/><br/>Per effettuare ricerche su bandi o avvisi selezionare la corrispondente voce nella riga "Ricerca in".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_ESITI', 'en', 'In this section you can set the selection criteria for the search of the tender results. Pressing the "Go on" button accesses the list of tender results that satisfy the set criteria, and from the list it will be possible to access the detailed data of a single tender result.<br/><br/>To search for tenders or tender notices select the corresponding entry in the "Search for" line.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_BANDI_PROC_AGG', 'it', 'Di seguito sono elencate le gare in aggiudicazione o concluse per cui  stata presentata offerta. E'' possibile impostare un criterio di ricerca sulle gare in elenco. Per accedere alla gara di interesse utilizzare il link "Visualizza scheda".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_BANDI_PROC_AGG', 'en', 'Listed below are the tenders finished or for the award for which an offer has been submitted. It is possible to set a search criterion on the list. To access the tender of interest, use the "View detail" link.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_ISCRIZIONE', 'it', 'Elenco dei bandi d''iscrizione per gli elenchi operatori economici attualmente pubblicati. Per richiedere l''iscrizione ad un elenco operatori economici bisogna essere registrati al portale, per maggiori dettagli riguardo la procedura di registrazione consultare il manuale alla voce "Accesso all''area riservata".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_ISCRIZIONE', 'en', 'List of notices of subscription for currently published economic operators lists. To request the subscription to a list of economic operators, you must be registered on the portal, for more details about the registration procedure consult the manual under "Access to the reserved area".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_BANDO_ISCRIZIONE', 'it', 'Questa funzionalit permette di visualizzare i dati di dettaglio relativi ad un bando d''iscrizione per elenchi operatori economici, compresi i documenti che sono richiesti agli operatori. Il pulsante "Richiesta iscrizione" attivo per i soli utenti registrati permette di attivare l''iter di iscrizione dell''operatore ad un elenco operatori economici per la stazione appaltante desiderata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_BANDO_ISCRIZIONE', 'en', 'This feature allows you to view detailed data relating to a notice of registration for economic operators lists, including the documents that are required from the operators. The "Subscription request" button active for registered users only allows you to activate the operator registration procedure for a list of economic operators for the desired contracting station.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_BANDO', 'it', 'Questa funzionalit permette di visualizzare i dati della procedura selezionata, compresi i documenti relativi al bando, ovvero ai documenti che sono richiesti ai concorrenti. Premendo il pulsante "Lotti" si accede alle informazioni di dettaglio dei lotti facenti parte della procedura.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_BANDO', 'en', 'This feature allows you to view the data of the selected procedure, including the documents related to the announcement, or to the documents that are requested from the competitors. Pressing "Lots" you give access to detailed information on the lots forming part of the procedure.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_ESITO', 'it', 'Questa funzionalit permette di visualizzare i dati di dettaglio dell''esito di gara selezionato, compresi i documenti. Premendo il pulsante "Lotti" si accede alle informazioni di dettaglio dei lotti facenti parte della gara, mentre premendo il pulsante "Bando di gara" si accede al dettaglio del bando correlato all''esito in oggetto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_ESITO', 'en', 'This feature allows you to view the detailed data of the selected tender result, including the documents. Pressing "Lots" you give access to detailed information on the tender lots, while pressing the "Call for tenders" button accesses the call for tender detail associated to this tender result');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_AVVISO', 'it', 'Questa funzionalit permette di visualizzare i dati di dettaglio dell''avviso selezionato, compresi i documenti. Nel caso di portale con la gestione degli elenchi operatori economici, per un avviso riferito ad un elenco compare inoltre il pulsante "Bando d''iscrizione a elenco" che consente di accedere alle informazioni di dettaglio dell''elenco stesso.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_AVVISO', 'en', 'This feature allows you to view the detailed data of the selected tender notice, including documents. In the case of a portal with the management of economic operators lists, for a notice referring to a list, the "Detail of the announcement of the operators list" button also appears, which allows access to detailed information on the list.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_BANDO', 'it', 'Elenco dei lotti della procedura selezionata con i relativi dati di dettaglio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_BANDO', 'en', 'List of the lots of the selected procedure with the relative detailed data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_DETTAGLIO_BANDO_ISCRIZIONE', 'it', 'Elenco delle categorie/prestazioni del bando d''iscrizione selezionato.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_DETTAGLIO_BANDO_ISCRIZIONE', 'en', 'List of categories/provisions of the selected registration tender.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_OPERATORE_BANDO_ISCRIZIONE', 'it', 'Elenco delle categorie/prestazioni ed eventuali classifiche a cui risulti iscritto per il bando d''iscrizione selezionato. Per modificare i dati inseriti tornare al dettaglio bando d''iscrizione, e se i termini sono ancora aperti utilizzare la funzione "Aggiornamento dati/documenti".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_OPERATORE_BANDO_ISCRIZIONE', 'en', 'List of categories/provisions and any classifications to which the candidate is registered for the selected iscription tender. To modify the data entered, go back to the registration notice, and if the terms are still open, use the "Update data / documents" function.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_OPERATORI_ABILITATI_BANDO_ISCRIZIONE', 'it', 'Elenco degli operatori economici iscritti ed abilitati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_OPERATORI_ABILITATI_BANDO_ISCRIZIONE', 'en', 'List of registered and authorized economic operators.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_OPERATORI_ABILITATI_E_CAT_BANDO_ISCRIZIONE', 'it', 'Elenco degli operatori economici iscritti ed abilitati. Selezionando il link sulle categorie di un operatore  possibile consultarne l''elenco delle categorie per cui risulta iscritto con le eventuali classifiche se previste.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_OPERATORI_ABILITATI_E_CAT_BANDO_ISCRIZIONE', 'en', 'List of registered and authorized economic operators. Selecting the link on the categories of an operator, it is possible to consult the list of categories for which it is registered with any classifications if provided.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_IMPRESA', 'it', 'Di seguito vengono presentati i dati anagrafici generali dell''operatore economico. Per modificare i dati anagrafici o visualizzarne il dettaglio premere il bottone "Modifica". In caso di dati dell''operatore incompleti, viene bloccato l''accesso al passo successivo dell''iscrizione fintantoch i dati dell''operatore non vengono aggiornati completamente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_IMPRESA', 'en', 'The general personal details of the economic operator are presented below. To change the personal data or view the details, press the "Edit" button. In the event of incomplete operator data, access to the next registration step is blocked until the operator data is completely updated.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_SA', 'it', 'L''Elenco Operatori al quali ci si sta iscrivendo potr essere impiegato da una o pi delle seguenti Stazioni Appaltanti. Indicare per quali Stazioni Appaltanti si desidera operare.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_SA', 'en', 'The Operators List you are subscribing to may be used by one or more of the following Contracting Stations. Indicate which Contracting Stations you wish to operate.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_RTI', 'it', 'Se previsto per il bando d''iscrizione all''Elenco Operatori,  possibile partecipare all''Elenco come raggruppamento temporaneo. In tal caso  necessario che le operazioni di inserimento dati nel presente sito web vengano effettuate dall''impresa mandataria del raggruppamento specificando Si nella casella sotto riportata ed indicandone la denominazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_RTI', 'en', 'If foreseen for the announcement of registration to the Operators List, it is possible to participate in the List as a temporary grouping. In this case it is necessary that the data entry operations on this website are carried out by the grouping company specifying "Yes" in the box below and indicating the name.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_DETTAGLIO_RTI', 'it', 'Inserire i dati relativi a tutte le mandanti che partecipano al raggruppamento temporaneo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_DETTAGLIO_RTI', 'en', 'Enter the data relating to all the principals participating in the temporary grouping.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_CONSORZIATE', 'it', 'Inserire le imprese consorziate esecutrici appartenenti al consorzio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_CONSORZIATE', 'en', 'Enter the member companies belonging to the consortium.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_CATEGORIE', 'it', 'Di seguito vengono elencate le categorie previste per l''Elenco Operatori. Indicare per quali categorie ed eventuali classifiche si intende iscriversi. L''operatore verr invitato a presentare offerte in base a tali classifiche. L''operatore dovr quindi documentare la propria capacit economico-finanziaria e tecnico-organizzativa anche sulla base delle categorie e classifiche indicate.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_CATEGORIE', 'en', 'The following are the categories listed for the Operators List. Indicate for which categories and any classifications you intend to register. The operator will be invited to submit bids based on these rankings. The operator must therefore document his economic-financial and technical-organizational capacity also based on the categories and classifications indicated.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_RIEP_CATEGORIE', 'it', 'Controllare di aver specificato tutte le categorie previste per l''Elenco Operatori, comprensive di eventuali classifiche. Per modificare i dati inseriti tornare al passo precedente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_RIEP_CATEGORIE', 'en', 'Check that you have specified all the categories provided for the Operators List, including any classifications. To change the data entered go back to the previous step.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_SCARICA_DOMANDA', 'it', 'Scaricare il file PDF contenente la domanda d''iscrizione che dovr essere verificata, eventualmente completata, sottoscritta e caricata al passo successivo ("Documentazione richiesta"). Prima di procedere a generare il documento, selezionare il firmatario del documento.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_SCARICA_DOMANDA', 'en', 'Download the PDF file containing the document for subscription which must be verified, completed, signed and uploaded to the next step ("Required documentation"). Before proceeding to generate the document, select the signer of the document.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_SCARICA_DOMANDA_RTI', 'it', 'Scaricare il file PDF contenente la domanda d''iscrizione che dovr essere verificata, eventualmente completata, sottoscritta e caricata al passo successivo ("Documentazione richiesta"). Prima di procedere a generare il documento, indicare il firmatario del documento per ogni partecipante al raggruppamento temporaneo.<br/><strong>Attenzione: la funzione di generazione del PDF diventa disponibile solo dopo aver compilato correttamente i firmatari di tutte le partecipanti al raggruppamento.</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_SCARICA_DOMANDA_RTI', 'en', 'Download the PDF file containing the registration request which must be verified, possibly completed, signed and uploaded to the next step ("Documentation requested"). Before proceeding to generate the document, indicate the signatory of the document for each participant in the temporary grouping. <br/> <strong> Warning: the PDF generation function becomes available only after having correctly completed the signatories of all the participants in the grouping . </strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_DOCUMENTI', 'it', 'Per effettuare l''iscrizione  necessario presentare la domanda allegando i documenti indicati nel bando/avviso di istituzione dell''Elenco Operatori Economici, ovvero nel regolamento/disciplinare pubblicato.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia...".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_DOCUMENTI', 'en', 'To register, it is necessary to present the request, attaching the documents indicated in the call for tenders / notice of the Economic Operators List, or in the published regulations / regulations. <br/> To upload files related to any documents already present in the list, press the "Browse ..." button. <br/> To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse ..." button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_RIEPILOGO', 'it', 'Controllare di avere allegato tutti i documenti richiesti (upload), quindi premere "Invia domanda" per presentare definitivamente la domanda, oppure premere "Salva bozza" per salvare e completare l''invio successivamente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_ALBO_RIEPILOGO', 'en', 'Check that you have attached all the required documents (upload), then press "Send question" to definitively submit the application, or press "Save draft" to save and complete the sending later.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_IMPRESA', 'it', 'Di seguito vengono presentati i dati anagrafici generali dell''operatore economico. Per modificare i dati anagrafici o visualizzarne il dettaglio premere il bottone "Modifica".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_IMPRESA', 'en', 'The general personal details of the economic operator are presented below. To change the personal data or view the details, press the "Edit" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_SA', 'it', 'E'' possibile richiedere l''iscrizione per ulteriori Stazioni appaltanti (in aggiunta a quelle per le quali si  gi presentata la domanda).');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_SA', 'en', 'It is possible to request registration for additional contracting stations (in addition to those for which the application has already been submitted).');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_SCARICA_DOMANDA', 'it', 'Scaricare il file PDF contenente la domanda di aggiornamento iscrizione che dovr essere verificata, eventualmente completata, sottoscritta e caricata al passo successivo ("Documentazione richiesta"). Prima di procedere a generare il documento, selezionare il firmatario del documento.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_SCARICA_DOMANDA', 'en', 'Download the PDF file containing the update request that must be verified, possibly completed, signed and uploaded to the next step ("Required Documentation"). Before proceeding to generate the document, select the signer of the document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_SCARICA_DOMANDA_RTI', 'it', 'Scaricare il file PDF contenente la domanda domanda di aggiornamento iscrizione che dovr essere verificata, eventualmente completata, sottoscritta e caricata al passo successivo ("Documentazione richiesta"). Prima di procedere a generare il documento, indicare il firmatario del documento per ogni partecipante al raggruppamento temporaneo.<br/><strong>Attenzione: la funzione di generazione del PDF diventa disponibile solo dopo aver compilato correttamente i firmatari di tutte le partecipanti al raggruppamento.</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_SCARICA_DOMANDA_RTI', 'en', 'Download the PDF file containing the update registration request that must be verified, possibly completed, signed and uploaded to the next step ("Required documentation"). Before proceeding to generate the document, indicate the signatory of the document for each participant in the temporary grouping. <br/> <strong> Warning: the PDF generation function becomes available only after having correctly completed the signatories of all the participants in the grouping . </strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_DOCUMENTI', 'it', 'In questa pagina  possibile allegare (upload) eventuali documenti da presentare con l''istanza di aggiornamento; inoltre, rimane disponibile la lista dei documenti richiesti in iscrizione con la possibilit di scaricare eventuali modelli fac-simile.<br/><br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia...".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_DOCUMENTI', 'en', 'In this page it is possible to attach (upload) any documents to be submitted with the request for updating; furthermore, the list of documents required for registration remains available with the possibility of downloading any facsimile models.<br/><br/>To upload files related to any documents already on the list, press the "Browse ..." button.<br/>To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse..." button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_RIEPILOGO', 'it', 'Nel seguito vengono riepilogati i dati inseriti. Completare l''operazione con "Invia aggiornamento".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_ISCR_ALBO_RIEPILOGO', 'en', 'The data entered are summarized below. Complete the operation with "Send update".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_CATALOGHI', 'it', 'Elenco dei bandi d''iscrizione per il mercato elettronico attualmente pubblicati. Per richiedere l''iscrizione bisogna essere registrati al portale, per maggiori dettagli riguardo la procedura di registrazione consultare il manuale alla voce "Accesso all''area riservata".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_CATALOGHI', 'en', 'List of current iscription tenders for the electronic market. To request registration you must be registered on the portal, for more details about the registration procedure consult the manual under "Access to the reserved area".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_CATALOGO', 'it', 'Questa funzionalit permette di visualizzare i dati di dettaglio relativi ad un bando d''iscrizione per il mercato elettronico, compresi i documenti che sono richiesti agli operatori economici. Il pulsante "Richiesta iscrizione" attivo per i soli utenti registrati permette di attivare l''iter di iscrizione dell''operatore ad un mercato elettronico per la stazione appaltante desiderata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_CATALOGO', 'en', 'This feature allows you to view the detailed data relating to a registration tender for the electronic market, including the documents that are required from economic operators. The "Subscription request" button, active for registered users only, allows the operator registration process to be activated for an electronic contractor for the desired contracting station.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_RTI', 'it', 'Se previsto per il bando d''iscrizione al mercato elettronico,  possibile partecipare al mercato elettronico come raggruppamento temporaneo. In tal caso  necessario che le operazioni di inserimento dati nel presente sito web vengano effettuate dall''impresa mandataria del raggruppamento specificando Si nella casella sotto riportata ed indicandone la denominazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_RTI', 'en', 'If required for the electronic market registration tender, it is possible to participate in the electronic market as a temporary grouping. In this case it is necessary that the data entry operations on this website are carried out by the grouping company specifying "Yes" in the box below and indicating the name.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_DETTAGLIO_RTI', 'it', 'Inserire i dati relativi a tutte le mandanti che partecipano al raggruppamento temporaneo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_DETTAGLIO_RTI', 'en', 'Enter the data relating to all the principals participating in the temporary grouping.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_CONSORZIATE', 'it', 'Inserire le imprese consorziate esecutrici appartenenti al consorzio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_CONSORZIATE', 'en', 'Enter the consortium member companies belonging to the consortium.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_CATEGORIE', 'it', 'Di seguito vengono elencate le categorie previste per il bando d''iscrizione al mercato elettronico. Indicare per quali categorie si intende iscriversi. L''operatore dovr quindi documentare la propria capacit economico-finanziaria e tecnico-organizzativa anche sulla base delle categorie indicate.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_CATEGORIE', 'en', 'The following are the categories provided for the electronic market registration tender. Indicate for which categories you intend to register. The operator must therefore document his economic-financial and technical-organizational capacity also based on the categories indicated.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_RIEP_CATEGORIE', 'it', 'Verificare di aver specificato tutte le categorie d''interesse per l''operatore economico. Per modificare i dati inseriti tornare al passo precedente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_RIEP_CATEGORIE', 'en', 'Check that you have specified all the categories of interest for the economic operator. To change the data entered go back to the previous step.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_DOCUMENTI', 'it', 'Per effettuare l''iscrizione  necessario presentare la documentazione prevista dal Bando e dai Documenti del Mercato Elettronico.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia...".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ISCR_CATALOGO_DOCUMENTI', 'en', 'To register, it is necessary to present the documentation required by the tender and the Electronic Market Documents. <br/> To upload files related to any documents already on the list, press the "Browse ..." button. <Br /> To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse ..." button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_DETTAGLIO_CATALOGO', 'it', 'Elenco delle categorie merceologiche previste dal bando d''iscrizione al mercato elettronico.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_DETTAGLIO_CATALOGO', 'en', 'List of product categories included in the announcement for registration in the electronic market.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_OPERATORE_DETTAGLIO_CATALOGO', 'it', 'Elenco delle categorie/prestazioni a cui risulti iscritto per il bando d''iscrizione al mercato elettronico selezionato. Per modificare i dati inseriti tornare al dettaglio bando d''iscrizione al mercato elettronico, e se i termini sono ancora aperti utilizzare la funzione "Aggiornamento dati/documenti".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CATEGORIE_OPERATORE_DETTAGLIO_CATALOGO', 'en', 'List of the categories/provisions to which it appears registered for the registration tender to the selected electronic market. To modify the data entered, go back to the electronic market registration tender, and if the terms are still open, use the "Data/documents update" function.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_RICH_INVIO_OFFERTA', 'it', 'Di seguito sono elencate le richieste di offerta (RDO), ovvero gli inviti a presentare offerta per le procedure di gara in essere. Per accedere alla gara di interesse utilizzare il link "Visualizza scheda".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_RICH_INVIO_OFFERTA', 'en', 'Listed below are the requests for offers (RDO), the invitations to make offer for the tender procedures in place. To access the tender of interest, use the "View detail" link.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_RICH_INVIO_DOCUMENTAZIONE', 'it', 'Di seguito sono elencate le gare o le richieste di offerta (RDO) in corso, per le quali  richiesta la presentazione di documentazione (ad esempio relativa all''attestazione dei requisiti autocertificati, chiarimenti, giustificazione del prezzo, ecc.). Per accedere alla gara di interesse utilizzare il link "Visualizza scheda".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_RICH_INVIO_DOCUMENTAZIONE', 'en', 'The following are the tenders or offer requests  (RDO) in progress, for which documentation must be submitted (for example relating to the certification of self-certified requirements, clarifications, justification of the price, etc.). To access the tender of interest, use the "View detail" link.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_IMPRESA', 'it', 'Di seguito vengono presentati i dati anagrafici generali dell''operatore economico. Per modificare i dati anagrafici o visualizzarne il dettaglio premere il bottone "Modifica". In caso di dati dell''operatore incompleti, viene bloccato l''accesso al passo successivo fintantoch i dati dell''operatore non vengono aggiornati completamente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_IMPRESA', 'en', 'The general personal details of the economic operator are presented below. To change the personal data or view the details, press the "Edit" button. In the case of incomplete operator data, access to the next step is blocked as long as the operator data is not completely updated.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_RTI', 'it', 'Se previsto dal bando,  possibile partecipare alla procedura come raggruppamento temporaneo. In tal caso  necessario che le operazioni di inserimento dati nel presente sito web vengano effettuate dall''impresa mandataria del raggruppamento specificando Si nella casella sotto riportata ed indicandone la denominazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_RTI', 'en', 'If required by the tender, it is possible to participate in the procedure as a temporary grouping. In this case it is necessary that the data entry operations on this website are carried out by the grouping company specifying "Yes" in the box below and indicating the name.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_DETTAGLIO_RTI', 'it', 'Inserire la quota di partecipazione della mandataria ed i dati relativi a tutte le mandanti che partecipano al raggruppamento temporaneo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_DETTAGLIO_RTI', 'en', 'Enter the mandator participation fee and the data relating to all the principals participating in the temporary grouping.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_CONSORZIATE', 'it', 'Inserire le imprese consorziate esecutrici appartenenti al consorzio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_CONSORZIATE', 'en', 'Enter the consortium member companies belonging to the consortium.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_IMPRESA', 'it', 'Di seguito vengono presentati i dati anagrafici generali dell''operatore economico. Per modificare i dati anagrafici o visualizzarne il dettaglio premere il bottone "Modifica". In caso di dati dell''operatore incompleti, viene bloccato l''accesso al passo successivo fintantoch i dati dell''operatore non vengono aggiornati completamente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_IMPRESA', 'en', 'The general personal details of the economic operator are presented below. To change the personal data or view the details, press the "Edit" button. In the case of incomplete operator data, access to the next step is blocked as long as the operator data is not completely updated.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_RTI', 'it', 'Se previsto dal bando,  possibile presentare offerta come raggruppamento temporaneo. In tal caso  necessario che le operazioni di inserimento dati nel presente sito web vengano effettuate dall''impresa mandataria del raggruppamento specificando Si nella casella sotto riportata ed indicandone la denominazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_RTI', 'en', 'If applicable by the tender, it is possible to present an offer as a temporary grouping. In this case it is necessary that the data entry operations on this website are carried out by the grouping company specifying "Yes" in the box below and indicating the name.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_DETTAGLIO_RTI', 'it', 'Inserire la quota di partecipazione della mandataria ed i dati relativi a tutte le mandanti che partecipano al raggruppamento temporaneo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_DETTAGLIO_RTI', 'en', 'Enter the mandator participation fee and the data relating to all the principals participating in the temporary grouping.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_CONSORZIATE', 'it', 'Inserire le imprese consorziate esecutrici appartenenti al consorzio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_CONSORZIATE', 'en', 'Enter the consortium member companies belonging to the consortium.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_IMPRESA', 'it', 'Di seguito vengono presentati i dati anagrafici generali dell''operatore economico. Per modificare i dati anagrafici o visualizzarne il dettaglio premere il bottone "Modifica". In caso di dati dell''operatore incompleti, viene bloccato l''accesso al passo successivo fintantoch i dati dell''operatore non vengono aggiornati completamente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_IMPRESA', 'en', 'The general personal details of the economic operator are presented below. To change the personal data or view the details, press the "Edit" button. In the case of incomplete operator data, access to the next step is blocked as long as the operator data is not completely updated.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_RTI', 'it', 'Nel caso in cui l''impresa abbia partecipato alla procedura come raggruppamento temporaneo,  necessario che le operazioni di inserimento dati nel presente sito web vengano effettuate dall''impresa mandataria del raggruppamento specificando Si nella casella sotto riportata ed indicandone la denominazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_RTI', 'en', 'In the event that the company has participated in the procedure as a temporary grouping, it is necessary that the data entry operations on this website are carried out by the grouping company specifying "Yes" in the box below and indicating the name.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_DETTAGLIO_RTI', 'it', 'Inserire la quota di partecipazione della mandataria ed i dati relativi a tutte le mandanti che partecipano al raggruppamento temporaneo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_DETTAGLIO_RTI', 'en', 'Enter the participation of mandator fee and the data relating to all the principals participating in the temporary grouping.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_CONSORZIATE', 'it', 'Inserire le imprese consorziate esecutrici appartenenti al consorzio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_CONSORZIATE', 'en', 'Enter the consortium member companies belonging to the consortium.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_LOTTI', 'it', 'Selezionare solo i lotti di gara per i quali si intende richiedere la partecipazione.<br/>ATTENZIONE: la richiesta di partecipazione sar inviabile solo quando si saranno inseriti i dati e i documenti su tutti i lotti selezionati. Non  possibile trasmettere una richiesta di partecipazione senza aver completato tutti i lotti di interesse.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_LOTTI', 'en', 'Select only the tender lots for which you wish to request for participation. <br/> ATTENTION: the request to participate will be sent only when the data and documents have been entered on all the selected lots. It is not possible to send a request of participation without having completed all the lots of interest.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_LOTTI', 'it', 'Selezionare solo i lotti di gara per i quali si intende inviare l''offerta.<br/>ATTENZIONE: l''offerta sar inviabile solo quando si saranno inseriti i dati e i documenti su tutti i lotti selezionati. Non  possibile trasmettere un''offerta senza aver completato tutti i lotti di interesse.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_LOTTI', 'en', 'Select only the tender lots for which you intend to send the offer. <br/> ATTENTION: the offer can be sent only when the data and documents have been entered on all the selected lots. It is not possible to submit an offer without completing all the lots of interest.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_LOTTI', 'it', 'Selezionare i lotti di gara per i quali si intende inviare la documentazione per la verifica dei requisiti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_LOTTI', 'en', 'Select the tender lots for which you intend to send the documentation to verify the requirements.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_RIEPILOGO', 'it', 'Per presentare la documentazione richiesta confermare i dati mediante il pulsante presente nel riepilogo e incollare l''etichetta grafica (codice a barre) nel plico, secondo quanto eventualmente meglio indicato dall''amministrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_DOC_ART48_RIEPILOGO', 'en', 'To present the required documentation, confirm the data using the button in the summary and paste the graphic label (barcode) in the envelope, according to what is indicated by the administration.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_RIEPILOGO', 'it', 'Per partecipare alla gara confermare i dati mediante il pulsante presente nel riepilogo e incollare l''etichetta grafica (codice a barre) nel plico, secondo quanto meglio specificato nel bando o nella documentazione di gara.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_RIEPILOGO', 'en', 'To participate in the tender, confirm the data using the button in the summary and paste the graphic label (barcode) in the envelope, according to what is specified in the tender or in the tender documentation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_RIEPILOGO_GARATEL', 'it', 'Per partecipare alla gara confermare prima i dati di seguito riportati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PART_GARA_RIEPILOGO_GARATEL', 'en', 'To participate in the tender, first confirm the following data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_RIEPILOGO', 'it', 'Per presentare l''offerta confermare i dati mediante il pulsante presente nel riepilogo e incollare l''etichetta grafica (codice a barre) nel plico, secondo quanto meglio specificato nel bando o nella documentazione di gara.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_RIEPILOGO', 'en', 'To present the offer, confirm the data using the button in the summary and paste the graphic label (barcode) in the envelope, according to what is better specified in the tender or in the tender documentation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_RIEPILOGO_GARATEL', 'it', 'Per presentare l''offerta confermare prima i dati di seguito riportati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_OFFERTA_RIEPILOGO_GARATEL', 'en', 'To present the offer, confirm the following data first.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_FROM_PORTALE', 'it', 'Se ti sei gi registrato su un''altra piattaforma e-procurement che supporta il formato M-XML puoi scaricare i dati dell''anagrafica da quella piattaforma in formato M-XML e importarli in questa.<br/>Cerca nell''altra piattaforma la funzione di esportazione dati in formato M-XML.  Tipicamente la funzione di esportazione si trova nella sezione "Area personale", "Profilo", "I tuoi dati".<br/>Se disponi di un file M-XML clicca sul pulsante "Importa da file M-XML" per caricare i dati compatibili/disponibili e quindi prosegui verificando e integrando quelli ulteriori eventualmente richiesti.');	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_FROM_PORTALE', 'en', 'If you have already registered on another e-procurement platform that supports the M-XML format, you can download the registry data from that platform in M-XML format and import them into this one. <br/> Search in the another platform the data export function in M-XML format. Typically the export function can be found in the "Personal Area", "Profile", "Your data" section. <br/> If you have an M-XML file click on the "Import from M-XML file" button to load the compatible/available data and then proceed by verifying and supplementing any additional data that may be required.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_DATI_PRINC_IMPRESA', 'it', 'ATTENZIONE: una volta terminata la registrazione ed inviati i dati, le informazioni relative a Ragione Sociale, Forma giuridica, Codice fiscale e Partita IVA, non potranno essere modificate. Eventuali variazioni dovranno essere richieste utilizzando il bottone "Richiedi variazione dati identificativi" dalla propria Area personale.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_DATI_PRINC_IMPRESA', 'en', 'ATTENTION: once registration has been completed and data has been sent, the information relating to Company Name, Legal Form, Fiscal Code and VAT Number cannot be changed. Any changes must be requested using the "Request identification data change" button from your personal area.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_INDIRIZZI_IMPRESA', 'it', 'Aggiungere eventuali ulteriori sedi e recapiti dell''operatore economico, se diversi dalla sede legale.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_INDIRIZZI_IMPRESA', 'en', 'Add any additional locations and contact details of the economic operator, if different from the registered office.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_SOGGETTI_IMPRESA', 'it', 'Inserire tutti i titolari, soci o amministratori muniti di potere di rappresentanza e direttori tecnici, specificando per ciascuno la carica o qualifica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_SOGGETTI_IMPRESA', 'en', 'Enter all the owners, members or directors with powers of representation and technical directors, specifying the office or qualification for each.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_DATI_ULT_IMPRESA', 'it', 'Inserire gli ulteriori dati relativi all''iscrizione alla Camera di Commercio, certificazioni, ecc.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_DATI_ULT_IMPRESA', 'en', 'Enter the additional data relating to the Chamber of Commerce registration, certifications, etc.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_ALTRI_DATI_ANAGR_IMPRESA', 'it', 'Inserire le ulteriori informazioni anagrafiche ed i dati di iscrizione del professionista.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_ALTRI_DATI_ANAGR_IMPRESA', 'en', 'Enter the additional personal information and registration data of the freelancer.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_UTENZA', 'it', 'Completare la registrazione inserendo un nome utente (o username) a piacere. Ripetere nell''apposito campo, per conferma e controllo, il nome utente. Il nome utente dovr essere conservato e non comunicato ad altri. Marcare il consenso per il trattamento dei dati personali e procedere per terminare la fase di registrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_UTENZA', 'en', 'Complete the registration by entering a username as desired. Repeat the username in the appropriate field for confirmation and check. The user name must be kept and not communicated to others. Mark consent for the processing of personal data and proceed to complete the registration phase.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_UTENZA_LOGINCF', 'it', 'Il nome utente viene definito dal sistema utilizzando il codice fiscale. Marcare il consenso per il trattamento dei dati personali e procedere per terminare la fase di registrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_UTENZA_LOGINCF', 'en', 'The username is defined by the system using the tax code. Mark consent for the processing of personal data and proceed to complete the registration phase.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_RIEPILOGO', 'it', 'Di seguito vengono presentati i dati riepilogativi dell''anagrafica dell''operatore economico e degli altri dati inseriti. Se tutte le informazioni inserite sono corrette, completare il processo di registrazione premendo il bottone "Invia".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_REG_IMPRESA_RIEPILOGO', 'en', 'The following are the summary data of the registry of the economic operator and of the other data entered. If all the informations entered are correct, complete the registration process by pressing the "Send" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETT_IMPRESA', 'it', 'Di seguito vengono presentati i dati anagrafici generali dell''operatore economico. E'' possibile visualizzare tutti i dati anagrafici mediante il comando di "Scarica PDF di dettaglio" che consente di scaricare un file in formato PDF. Per modificare i dati anagrafici premere il bottone "Modifica", mentre per inserire una domanda di variazione dei dati identificativi dell''operatore (ragione sociale, partita IVA, codice fiscale, ...) premere il bottone "Richiedi variazione dati identificativi"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETT_IMPRESA', 'en', 'The general personal details of the economic operator are presented below. It is possible to display all the personal data using the "Download detailed PDF" command which allows you to download a file in PDF format. To modify the personal data, press the "Edit" button, to insert a request to change the identification of operator data (company name, VAT number, fiscal code, ...) press the "Request identification data change" button');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_DATI_PRINC_IMPRESA', 'it', 'Alcuni dati anagrafici non sono modificabili per vincoli di controllo delle informazioni da parte della Stazione Appaltante. In caso di necessit di modifica di tali dati, utilizzare la funzionalit "Richiedi variazione dati identificativi" dal dettaglio operatore economico.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_DATI_PRINC_IMPRESA', 'en', 'Some personal data cannot be modified due to information control constraints by the Contracting Station. In case of need to modify such data, use the "Request identification data change" function from the economic operator detail.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_INDIRIZZI_IMPRESA', 'it', 'Aggiungere o modificare gli ulteriori indirizzi e recapiti dell''operatore economico.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_INDIRIZZI_IMPRESA', 'en', 'Add or change additional addresses and contact details of the economic operator.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_SOGGETTI_IMPRESA', 'it', 'Per aggiungere nuovi titolari, soci o amministratori muniti di potere di rappresentanza e direttori tecnici, inserire i dati anagrafici e premere il bottone "Aggiungi". Per i soggetti gi presenti nell''anagrafica non  possibile modificare data inizio incarico e codice fiscale.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_SOGGETTI_IMPRESA', 'en', 'To add new owners, members or administrators with representation charge and technical directors, enter the personal data and press the "Add" button. For subjects already existent in the registry it is not possible to change the starting date of the assignment and the tax code.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_DATI_ULT_IMPRESA', 'it', 'Completare con l''eventuale aggiornamento degli ulteriori dati inerenti l''iscrizione alla Camera di Commercio, certificazioni, ecc.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_DATI_ULT_IMPRESA', 'en', 'Complete with the possible update of the additional data concerning the registration to the Chamber of Commerce, certifications, etc.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_ALTRI_DATI_ANAGR_IMPRESA', 'it', 'Inserire le ulteriori informazioni anagrafiche ed i dati di iscrizione del professionista.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_ALTRI_DATI_ANAGR_IMPRESA', 'en', 'Enter the further personal informations and registration data of the freelancer.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_RIEPILOGO', 'it', 'Di seguito vengono presentati i dati riepilogativi dell''anagrafica dell''operatore economico. Se tutte le informazioni inserite sono corrette, completare il processo di aggiornamento premendo il bottone "Invia".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AGG_IMPRESA_RIEPILOGO', 'en', 'The following are the summary data of the registry of the economic operator. If all the information entered is correct, complete the update process by pressing the "Send" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserreg_REACTIVATION_PASSWORD_LOST_MSG', 'it', 'E'' possibile recuperare la password inserendo il nome utente utilizzato per l''accesso al sito o l''indirizzo mail ad esso abbinato (entrambe informazioni assegnate in fase di registrazione). Qualora non si disponga pi di utente o della casella di posta elettronica associata, contattare l''amministrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserreg_REACTIVATION_PASSWORD_LOST_MSG', 'en', 'It is possible to recover the password by entering the username used to access the site or the email address associated with it (both information assigned during registration). If you no longer have a user or associated mailbox, contact the administration.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserprofile_EDITPASSWORD', 'it', 'Inserire la vecchia password e quella nuova (ripetendola due volte per controllo). La nuova password deve contenere un minimo di 8 caratteri (utilizzando lettere e almeno 2 numeri) fino ad un massimo di 20. E'' consigliato l''uso di lettere maiuscole e minuscole oltre che un carattere speciale tra . (punto) e _ (underscore).');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserprofile_EDITPASSWORD', 'en', 'Enter the old password and the new one (repeating it twice to check). The new password must contain a minimum of 8 characters (using letters and at least 2 numbers) up to a maximum of 20. It is recommended to use upper and lower case letters as well as a special character between . (dot) and _ (underscore).');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserreg_ACTIVATION', 'it', 'Per completare il processo di attivazione account occorre inserire la password ripetendola due volte per controllo. Si suggerisce di utilizzare password di almeno 8 caratteri, utilizzando lettere e almeno 2 numeri.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserreg_ACTIVATION', 'en', 'To complete the account activation process, the password must be entered by repeating it twice to check. It is suggested to use passwords of at least 8 characters, using letters and at least 2 numbers.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserreg_PASSWORD_RECOVERY', 'it', 'Per completare il processo di riattivazione account occorre impostare una nuova password ripetendola due volte per controllo. Si suggerisce di utilizzare password di almeno 8 caratteri, utilizzando lettere e almeno 2 numeri.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpuserreg_PASSWORD_RECOVERY', 'en', 'To complete the account reactivation process, a new password must be set by repeating it twice to check. It is suggested to use passwords of at least 8 characters, using letters and at least 2 numbers.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpadminprofile_EDITPASSWORD', 'it', 'Inserire la vecchia password e quella nuova (ripetendola due volte per controllo). La nuova password deve contenere un minimo di 14 caratteri (utilizzando lettere e almeno 2 numeri) fino ad un massimo di 20. E'' consigliato l''uso di lettere maiuscole e minuscole oltre che un carattere speciale tra . (punto) _ (underscore) & (e commerciale) $ (dollaro) @ (chiocciola) ! (punto esclamativo) e - (meno).');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_jpadminprofile_EDITPASSWORD', 'en', 'Enter the old password and the new one (repeating it twice to check). The new password must contain a minimum of 14 characters (using letters and at least 2 numbers) up to a maximum of 20. It is recommended to use upper and lower case letters as well as a special character between . (dot) _ (underscore) & (ampersand) $ (dollar) @ (at) ! (exclamation point) and - (minus).');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICH_VARIAZIONE_DATI_IMPR', 'it', 'La funzione va utilizzata <strong>esclusivamente</strong> per comunicare variazioni relative i seguenti dati: 
<ul>
<li>Ragione sociale o denominazione</li>
<li>Tipologia</li>
<li>Forma giuridica</li>
<li>Codice fiscale</li>
<li>Partita IVA</li>
</ul>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICH_VARIAZIONE_DATI_IMPR', 'en', 'The function should be used <strong> exclusively </strong> to communicate changes regarding the following data: 
<ul>
<li> Company name or denomination </li>
<li> Type </ li>
<li> Legal form </li>
<li> Tax ID </li>
<li> VAT number </li>
</ul>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ADMIN_ACCESS', 'it', 'E'' necessario che l''utenza sia verificata dal sistema. Scegliere la metodologia di autenticazione (Portoken o SPID) e compilare i campi richiesti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ADMIN_ACCESS', 'en', 'User authentication is necessary. Choose the way (Portoken or SPID) and fill out the form fields.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_SSO', 'it', ' possibile operare in delega su uno degli operatori economici registrati in precedenza oppure registrarne uno nuovo.<br/><strong>ATTENZIONE: La funzione di selezione operatore  disponibile solo su operatori acquisiti ed elaborati dal sistema (quindi non semplicemente registrati) e solo una volta per sessione utente</strong>; in caso di necessit di cambio dell''operatore economico in uso  necessario quindi disconnettersi per effettuare la nuova selezione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_SSO', 'en', 'It is possible to operate in delegation on one of the economic operators previously registered or register a new one.<br/><strong>ATTENTION: the operator selection function is available only on operators acquired and processed by the system (therefore not simply registered) and only once per user session</strong>; in case of need to change the economic operator in use it is therefore mandatory to log out to make the new selection.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE', 'it', 'Nell''area personale sono disponibili i collegamenti per l''accesso alle funzioni specifiche dell''utente una volta entrato nel sistema, quali la gestione dei propri dati personali, il cambio password, l''accesso alle informazioni per le quali risulta iscritto o abilitato, e l''accesso ad eventuali comunicazioni ricevute dall''Ente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE', 'en', 'In the personal area, links are available for accessing specific functions for the user once it''s entered the system, such as managing personal data, changing the password, accessing information for which it is registered or enabled, and access to any communications received from the Administration.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_ADMIN_OP_ECON', 'it', 'Questa funzionalit consente di controllare la presenza di eventuali registrazioni al portale inviate dagli operatori economici, elaborate dal backoffice presso l''Amministrazione, ma non ancora completate mediante impostazione della password.<br/>Per procedere con un nuovo invio della mail contenente il link per completare l''attivazione al portale selezionare l''utenza e poi utilizzare il pulsante "Reinvia mail di attivazione".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_ADMIN_OP_ECON', 'en', 'This feature allows you to check the presence of any portal registrations sent by economic operators, processed by the Administration''s back office, but not yet completed by setting the password.<br/>To proceed with a new mailing containing the link to complete the activation on the portal, select the user and then use the "Resend activation mail" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_ADMIN_OP_ECON_RIATTIVA', 'it', 'Specificare un indirizzo diverso rispetto a quello di riferimento per l''operatore economico se si intende inviare la mail ad un''altra casella di posta, quindi premere il pulsante "Invia".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_ADMIN_OP_ECON_RIATTIVA', 'en', 'Specify a different address than the reference address for the economic operator if you want to send the email to another mailbox, then press the "Send" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_ADMIN_FLUSSI', 'it', 'Questa funzionalit consente di controllare la presenza di flussi elaborati con errore (stato 7) nel backoffice presso l''Amministrazione. Di default vengono filtrate le sole comunicazioni di tipo FS1 (Richiesta registrazione).<br/>Selezionare la comunicazione di interesse per modificarne lo stato a 5 in modo da poterla riprocessare nuovamente e poi utilizzare il pulsante "Rielabora richiesta".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_ADMIN_FLUSSI', 'en', 'This feature allows you to check the presence of flows processed with error (status 7) in the Administration''s back office. By default the only FS1 type communications (Registration request) are filtered.<br/>Select the communication of interest to change the status to 5 so that it can be reprocessed again and then use the "Reprocess request" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_SBLOCCA_ACCOUNT', 'it', 'Inserire la login dell''operatore economico che richiede assistenza in quanto risulta bloccato all''atto del processo di login in area riservata. La sua data ultimo accesso e data ultimo cambio password verranno impostati alla data ed ora attuale ripristinando le condizioni di normale operativit.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_AREA_PERSONALE_SBLOCCA_ACCOUNT', 'en', 'Enter the economic operator''s username who requests helpdesk as it is blocked during the login process in the reserved area. Its last access date and last password change date will be set to the current date and time restoring normal operating conditions.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ARTICOLI', 'it', 'Elenco articoli definiti nel bando d''iscrizione al mercato elettronico selezionato; gli articoli risultano paginati e a fine pagina sono disponibili i comandi per la consultazione dei record estratti. Per ridurre il numero di elementi estratti filtrare mediante i criteri di ricerca.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ARTICOLI', 'en', 'List of articles defined in the notice of registration for the selected electronic market; the articles are paginated and the commands for consulting the extracted records are available at the end of the page. To reduce the number of extracted elements, filter by the search criteria.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_ARTICOLO', 'it', 'Questa funzionalit permette di visualizzare i dati ed i documenti di dettaglio di un articolo. Nel caso di operatore economico autenticato al sistema, abilitato e categoria merceologica selezionata in fase di iscrizione,  possibile inoltre richiedere l''inserimento di un nuovo prodotto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_ARTICOLO', 'en', 'This feature allows you to view the data and detailed documents of an article. In the case of an authenticated economic operator of the system, authorized and product category selected during registration, it is also possible to request the inclusion of a new product.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GESTIONE_PRODOTTI', 'it', 'Questa funzionalit permette di variare il proprio catalogo prodotti.<br/>Utilizzare "Inserisci un nuovo prodotto" per definire nuovi prodotti, "Modifica prodotti a catalogo" per modificare o eliminare prodotti esistenti o ripristinare prodotti eliminati in precedenza, "Modifica prezzi e scadenze" per modificare esclusivamente il prezzo o la data scadenza validit offerta dei prodotti a catalogo.<br/>In ogni momento  possibile consultare la lista dei nuovi prodotti o variazioni apportate a partire da "Riepilogo modifiche in corso".<br/>L''effettiva trasmissione delle operazioni effettuate avviene utilizzando la funzione "Conferma e invia modifiche".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GESTIONE_PRODOTTI', 'en', 'This feature allows you to change your product catalog. <br/> Use "Enter a new product" to define new products, "Modify products in the catalog" to modify or delete existing products or restore previously deleted products, "Change prices and deadlines "to change only the price or the expiry date validity of the offer of the products in the catalog. <br/> At any time you can consult the list of new products or changes made starting from" Summary of changes in progress ". <br/> The actual transmission of the operations carried out takes place using the "Confirm and send changes" function.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GESTIONE_PRODOTTI_CATALOGO_SISTEMA', 'it', 'Lista dei prodotti inseriti a catalogo.  possibile applicare un filtro di ricerca sui prodotti in catalogo mediante l''impostazione dei termini di ricerca (parole di almeno 3 caratteri) nel campo individuato da "Filtra prodotti per", oppure ricercare i prodotti passando ad una modalit di ricerca avanzata ed esprimendo i criteri di filtro su una o pi informazioni indicate.<br/>Dalla lista dei prodotti estratti  possibile accedere al dettaglio oppure richiedere l''eliminazione del prodotto in catalogo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GESTIONE_PRODOTTI_CATALOGO_SISTEMA', 'en', 'List of products included in the catalog. It is possible to apply a search filter on the products in the catalog by setting the search terms (words of at least 3 characters) in the field identified by "Filter products by", or search for products by switching to an advanced search mode and expressing the filter criteria on one or more information indicated. <br/> From the list of extracted products it is possible to access the detail or request the elimination of the product in the catalog.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GESTIONE_PRODOTTI_RIEPILOGO_MODIFICHE', 'it', 'Riepilogo delle variazioni da apportare al catalogo quali: prodotti inseriti (da inviare o in bozza), prodotti modificati, eliminati o ripristinati.<br/>Dalla lista  possibile accedere al dettaglio di un singolo prodotto oppure richiedere l''annullamento della variazione al catalogo (annullamento inserimento di nuovo prodotto, annullamento di una modifica, eliminazione e ripristino).<br/><strong>Attenzione: le variazioni non sono ancora state trasmesse</strong>; per completare con l''invio utilizzare l''apposita funzione dalla pagina principale di Gestione prodotti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GESTIONE_PRODOTTI_RIEPILOGO_MODIFICHE', 'en', 'Summary of the changes to be made to the catalog such as: products inserted (to be sent or drafted), products modified, eliminated or restored. <br/> From the list it is possible to access the details of a single product or request the cancellation of the variation at catalog (cancellation of new product insertion, cancellation of a modification, deletion and restoration). <br/> <strong> Warning: the variations have not yet been transmitted </strong>; to complete the submission use the appropriate function from the main page of Product Management.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_FIRMA_RIEPILOGO_MODIFICHE', 'it', 'Selezionare, se proposto, il soggetto incaricato della firma digitale dei documenti, quindi scaricare il documento contenente il riepilogo degli aggiornamenti da inviare, firmarlo digitalmente e quindi allegare il documento nella presente pagina prima di procedere allinvio dei dati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_FIRMA_RIEPILOGO_MODIFICHE', 'en', 'Select, if proposed, the person in charge of the digital signature of the documents, then download the document containing the summary of the updates to be sent, digitally sign it and then attach the document in this page before sending the data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_PRODOTTO', 'it', 'Di seguito vengono presentati i dati del prodotto. Azionando il pulsante "Modifica"  possibile apportare delle variazioni al contenuto del prodotto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_PRODOTTO', 'en', 'The product data is presented below. By clicking on the "Modify" button, you can make changes to the content of the product.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_ARTICOLO', 'it', 'Selezionare l''articolo, tra le categorie merceologiche attestate, per il quale inserire il nuovo prodotto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_ARTICOLO', 'en', 'Select the item, among the certified product categories, for which to insert the new product.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_PRODOTTO', 'it', 'Inserire i dati di dettaglio del prodotto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_PRODOTTO', 'en', 'Enter the product details.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_AGG_PRODOTTO', 'it', 'Modificare i dati di dettaglio del prodotto che risultano variati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_AGG_PRODOTTO', 'en', 'Modify the detailed data of the product that are changed.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_DOCUMENTI', 'it', 'Inserire immagine, schede tecniche e certificazioni previste dal prodotto. Ogni file caricato va selezionato e inviato immediatamente mediante il corrispondente pulsante "Sfoglia...".  possibile inoltre scaricare eventuali fac simile delle certificazioni richieste.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_DOCUMENTI', 'en', 'Insert image, technical data sheets and certifications required by the product. Each uploaded file must be selected and sent immediately using the corresponding "Browse ..." button. It is also possible to download any facsimile of the required certifications.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_AGG_DOCUMENTI', 'it', ' possibile modificare gli allegati caricati in precedenza sul prodotto. Ogni file caricato va selezionato e inviato immediatamente mediante il corrispondente pulsante "Sfoglia...".  possibile inoltre scaricare eventuali fac simile delle certificazioni richieste.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_AGG_DOCUMENTI', 'en', 'You can change the attachments previously uploaded to the product. Each uploaded file must be selected and sent immediately using the corresponding "Browse ..." button. It is also possible to download any facsimile of the required certifications.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_RIEPILOGO', 'it', 'Verificare i dati inseriti e procedere con l''inserimento in bozza se si intende proseguire la compilazione in una fase successiva, altrimenti aggiungere il prodotto se la compilazione  stata completata ed il prodotto  pronto per l''invio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_RIEPILOGO', 'en', 'Check the data entered and proceed with the draft entry if you intend to continue the compilation at a later stage, otherwise add the product if the compilation has been completed and the product is ready to be sent.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_AGG_RIEPILOGO', 'it', 'Verificare i dati modificati e proseguire confermando i dati mediante il pulsante "Salva" rendendo in tal modo il prodotto pronto per l''invio delle sue modifiche.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_AGG_RIEPILOGO', 'en', 'Check the modified data and proceed by confirming the data using the "Save" button, thus making the product ready for sending your changes.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_BUSTE_TELEMATICHE_PARTECIPAZIONE', 'it', 'Per procedere all''invio della busta telematica di prequalifica per richiedere la partecipazione occorre procedere nella seguente modalit:
<ul>
<li>selezionare "Inizia compilazione domanda" per impostare alcune informazioni basilari, quali la modalit di partecipazione e gli eventuali lotti di gara di interesse, ove previsti; con la conferma al termine della procedura si attiva la compilazione della busta di prequalifica</li>
<li>allegare e salvare la documentazione relativa alla busta di prequalifica</li>
<li>verificare eventualmente nel riepilogo i dati ed i documenti raccolti dalla procedura</li>
<li>selezionare "Conferma e invia domanda per procedere all''invio effettivo dei dati.</li>
</ul>'
);
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_BUSTE_TELEMATICHE_PARTECIPAZIONE', 'en', 'To send the prequalification electronic envelope to request participation, proceed as follows:
<ul>
<li>select "Start compiling the application" to set some basic information, such as how to participate and any tender lots of interest, if any; with the confirmation at the end of the procedure the compilation of the prequalification envelope is activated</li>
<li>attach and save the documentation related to the prequalification envelope</li>
<li>check the data and documents collected by the procedure in the summary</li>
<li>select "Confirm and send request" to proceed with the actual sending of the data.</li>
</ul>'
);
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_BUSTE_TELEMATICHE_OFFERTA', 'it', 'Il sistema prevede il caricamento dei file in pi "buste digitali" in maniera concettualmente simile alla gestione tradizionale cartacea. Solo al completamento l''operatore pu procedere con l''invio dell''offerta, ossia viene trasmesso il "plico digitale" contenente tutte le "buste digitali". Pertanto per procedere all''invio delle buste telematiche per l''offerta occorre procedere nella seguente modalit:
<ul>
<li>selezionare "Inizia compilazione offerta" per impostare alcune informazioni basilari per le buste da inviare, quali la modalit di partecipazione e gli eventuali lotti di gara di interesse, ove previsti; con la conferma al termine della procedura si attivano le buste previste per la gara</li>
<li>selezionare ogni busta prevista per allegare e salvare la documentazione relativa</li>
<li>verificare eventualmente nel riepilogo i dati ed i documenti raccolti dalla procedura</li>
<li>selezionare "Conferma e invia offerta" per procedere all''invio effettivo dei dati; nel caso di gare a lotti, l''offerta sar inviabile solo quando si saranno inseriti i dati ed i documenti su tutti i lotti di gara di interesse.</li>
</ul>'
);
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_BUSTE_TELEMATICHE_OFFERTA', 'en', 'The system involves uploading files in multiple "digital envelopes" in a conceptually similar to traditional paper management. Only upon completion the operator can proceed with the sending of the offer, the "digital envelope" containing all the "digital envelopes" is transmitted. Therefore to proceed with the sending of the electronic envelopes for the offer it is necessary to proceed as follows:
<ul>
<li>select "Start compiling offer" to set some basic information for the envelopes to be sent, such as the method of participation and any tender lots of interest, where applicable; with confirmation at the end of the procedure the envelopes provided for the tender are activated</li>
<li>select each envelope provided to attach and save the related documentation</li>
<li>check the data and documents collected by the procedure in the summary</li>
<li>select "Confirm and send offer" to proceed with the actual sending of the data; in the case of lots tender, the offer can be sent only when the data and documents have been entered on all the lots of the tender in question</li>
</ul>'
);
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_PREQUALIFICA', 'it', 'Allegare la documentazione richiesta per la busta di prequalifica.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia..."<br/><strong>ATTENZIONE: il concorrente DEVE SEMPRE fare riferimento alle indicazioni dell''avviso o bando/disciplinare di gara ed allegare TUTTA la documentazione ivi richiesta!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_PREQUALIFICA', 'en', 'Attach the required documentation for the prequalification envelope.<br/>To upload files related to any documents already on the list, press the "Browse ..." button.<br/>To add documents to the list, you must first specify the list "description" and then upload the related file by pressing the "Browse..." button<br/><strong>ATTENTION: the competitor MUST ALWAYS refer to the indications of the notice or call for tenders and attach ALL the documentation there required!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_AMMINISTRATIVA', 'it', 'Allegare la documentazione richiesta per la busta amministrativa.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia..."<br/><strong>ATTENZIONE: il concorrente DEVE SEMPRE fare riferimento alle indicazioni del bando/disciplinare di gara o della lettera di invito ed allegare TUTTA la documentazione ivi richiesta!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_AMMINISTRATIVA', 'en', 'Attach the documentation required for the administrative envelope.<br/>To upload files related to any documents already on the list, press the "Browse..." button.<br/>To add documents to the list, you must first specify the "description" and then upload the related file by pressing the "Browse..." button<br/><strong>ATTENTION: the competitor MUST ALWAYS refer to the instructions of the call for tenders or the invitation letter and attach ALL the documentation there required!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_TECNICA', 'it', 'Allegare la documentazione richiesta per la busta tecnica.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia..."<br/><strong>ATTENZIONE: il concorrente DEVE SEMPRE fare riferimento alle indicazioni del bando/disciplinare di gara o della lettera di invito ed allegare TUTTA la documentazione ivi richiesta!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_TECNICA', 'en', 'Attach the required documentation for the technical envelope. <br/> To upload files related to any documents already on the list, press the "Browse ..." button.<br/>To add documents to the list, you must first specify the "description" and then upload the related file by pressing the "Browse..." button<br/><strong>ATTENTION: the competitor MUST ALWAYS refer to the instructions of the call for tenders or the invitation letter and attach ALL the documentation there required!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_ECONOMICA', 'it', 'Allegare la documentazione richiesta per la busta economica.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia..."<br/><strong>ATTENZIONE: il concorrente DEVE SEMPRE fare riferimento alle indicazioni del bando/disciplinare di gara o della lettera di invito ed allegare TUTTA la documentazione ivi richiesta!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_BUSTA_ECONOMICA', 'en', 'Attach the documentation required for the economic envelope.<br/>To upload files related to any documents already on the list, press the "Browse..." button.<br/>To add documents to the list, you must first specify the "description" and then upload the related file by pressing the "Browse..." button<br/><strong>ATTENTION: the competitor MUST ALWAYS refer to the instructions of the call for tenders or the invitation letter and attach ALL the documentation there required!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_BUSTE_TECNICHE', 'it', 'Elenco dei lotti selezionati per cui  richiesta la busta tecnica. Selezionare il collegamento sull''oggetto del lotto per attivare il caricamento della documentazione relativa. Una volta inserita e salvata tutta la documentazione richiesta per uno specifico lotto compare la spunta nella colonna "Pronto per l''invio".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_BUSTE_TECNICHE', 'en', 'List of selected lots for which the technical envelope is required. Select the link on the lot item to activate the loading of the related documentation. Once all the documentation required for a specific lot has been entered and saved, a check appears in the "Ready to send" column.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_BUSTE_ECONOMICHE', 'it', 'Elenco dei lotti selezionati per cui  richiesta la busta economica. Selezionare il collegamento sull''oggetto del lotto per attivare il caricamento della documentazione relativa e dell''offerta economica. Una volta inserita e salvata tutta la documentazione richiesta per uno specifico lotto compare la spunta nella colonna "Pronto per l''invio".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_BUSTE_ECONOMICHE', 'en', 'List of selected lots for which the economic envelope is required. Select the link on the lot item to activate the loading of the related documentation and the economic offer. Once all the documentation required for a specific lot has been entered and saved, a check appears in the "Ready to send" column.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_BUSTE_TELEMATICHE_RIEPILOGO', 'it', 'Riepilogo dei dati inseriti e degli allegati caricati. Attenzione: i dati risultano salvati ma non ancora inviati all''Amministrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INVIO_BUSTE_TELEMATICHE_RIEPILOGO', 'en', 'Summary of entered data and uploaded attachments. Attention: the data are saved but not yet sent to the Administration.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIEPILOGO_PARTECIPAZIONE', 'it', 'Riepilogo dei dati inseriti con possibilit di verificare le informazioni caricate nella busta di prequalifica presentata.<br/>Nel caso in cui i termini di presentazione della domanda di partecipazione siano ancora aperti e la domanda inviata non  corretta,  possibile procedere all''annullamento dell''invio effettuato e reinserire i dati/allegati corretti mediante il pulsante "Annulla e ripresenta domanda di partecipazione".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIEPILOGO_PARTECIPAZIONE', 'en', 'Summary of the data entered with the possibility of verifying the information loaded in the prequalification envelope presented. <br/> In the event that the deadline for submitting the application is still open and the application sent is not correct, it is possible to proceed to the canceling the sending made and re-entering the correct data / attachments using the "Cancel and re-submit application" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIEPILOGO_OFFERTA', 'it', 'Riepilogo dei dati inseriti con possibilit di verificare le informazioni caricate nelle buste dell''offerta presentata.<br/>Nel caso in cui i termini di presentazione offerta siano ancora aperti e la domanda inviata non  corretta,  possibile procedere all''annullamento dell''invio effettuato e reinserire i dati/allegati corretti mediante il pulsante "Annulla e ripresenta offerta".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIEPILOGO_OFFERTA', 'en', 'Summary of the data entered with the possibility of verifying the information loaded in the envelopes of the offer submitted. <br/> In the event that the terms of the offer are still open and the application sent is not correct, it is possible to proceed with the cancellation. of sending sent and re-enter the correct data / attachments using the "Cancel and resubmit offer" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PREZZI_UNITARI_OFFERTA_TEL', 'it', 'Inserire i prezzi unitari offerti per ciascuna voce nell''elenco sottostante utilizzando il pulsante "Modifica". L''importo totale dell''offerta verr riportato automaticamente nel passo seguente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PREZZI_UNITARI_OFFERTA_TEL', 'en', 'Enter the unit prices offered for each item in the list below using the "Edit" button. The total amount of the offer will be automatically reported in the following step.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_OFFERTA_TECNICA_TEL', 'it', 'Inserire l''offerta tecnica valorizzando ogni criterio di valutazione richiesto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_OFFERTA_TECNICA_TEL', 'en', 'Enter the technical offer enhancing each required evaluation criterion.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_TECNICA_TEL', 'it', 'Scaricare il file PDF contenente l''offerta tecnica che dovr essere firmata digitalmente e caricata al passo successivo ("Documenti").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_TECNICA_TEL', 'en', 'Download the PDF file containing the technical offer that must be digitally signed and uploaded to the next step ("Documents").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_TECNICA_RTI_TEL', 'it', 'Selezionare il firmatario per l''impresa mandataria ed inserire il firmatario per ogni mandante. Una volta inseriti tutti i firmatari, procedere al salvataggio dei dati. In seguito al salvataggio comparir il pulsante "Genera pdf offerta tecnica" per scaricare il file PDF contenente l''offerta tecnica che dovr essere firmata digitalmente e caricata al passo successivo ("Documenti").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_TECNICA_RTI_TEL', 'en', 'Select the signatory for the contractor company and enter the signatory for each principal. Once all the signatories have been entered, save the data. After saving, the "Generate technical offer pdf" button will appear to download the PDF file containing the technical offer that must be digitally signed and uploaded to the next step ("Documents").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_DOCUMENTI_OFFERTA_TECNICA_TEL', 'it', 'Allegare la documentazione richiesta per la busta tecnica, <strong>comprensiva del PDF firmato digitalmente al passo precedente della procedura.</strong><br/>Per caricare i file relativi ai documenti gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia..."<br/><strong>ATTENZIONE: il concorrente DEVE SEMPRE fare riferimento alle indicazioni del bando/disciplinare di gara o della lettera di invito ed allegare TUTTA la documentazione ivi richiesta!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_DOCUMENTI_OFFERTA_TECNICA_TEL', 'en', 'Attach the required documentation for the technical envelope, <strong>including the digitally signed PDF to the previous step of the procedure.</strong><br/>To upload files related to documents already in the list, press the "Browse..." button.<br/>To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse..." button<br/><strong>ATTENTION: the competitor MUST ALWAYS refer to the indications of the call for tenders/tender or letter of invitation and attach ALL the documentation required there!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_OFFERTA_OFFERTA_TEL', 'it', 'Inserire l''offerta complessiva valorizzando le informazioni richieste e, se previsti, i costi di sicurezza aziendali ed i costi di manodopera.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_OFFERTA_OFFERTA_TEL', 'en', 'Enter the overall offer valuing the requested information and, if foreseen, the company security costs and labor costs.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_OFFERTA_TEL', 'it', 'Scaricare il file PDF contenente l''offerta economica che dovr essere firmata digitalmente e caricata al passo successivo ("Documenti").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_OFFERTA_TEL', 'en', 'Download the PDF file containing the economic offer that must be digitally signed and uploaded to the next step ("Documents").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_RTI_OFFERTA_TEL', 'it', 'Selezionare il firmatario per l''impresa mandataria ed inserire il firmatario per ogni mandante. Una volta inseriti tutti i firmatari, procedere al salvataggio dei dati. In seguito al salvataggio comparir il pulsante "Genera pdf offerta" per scaricare il file PDF contenente l''offerta economica che dovr essere firmata digitalmente e caricata al passo successivo ("Documenti").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_SCARICA_OFFERTA_RTI_OFFERTA_TEL', 'en', 'Select the signatory for the contractor company and enter the signatory for each principal. Once all the signatories have been entered, save the data. After saving, the "Generate pdf file" button will appear to download the PDF file containing the economic offer that must be digitally signed and uploaded to the next step ("Documents").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_DOCUMENTI_OFFERTA_OFFERTA_TEL', 'it', 'Allegare la documentazione richiesta per la busta economica, <strong>comprensiva del PDF firmato digitalmente al passo precedente della procedura.</strong><br/>Per caricare i file relativi ai documenti gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia..."<br/><strong>ATTENZIONE: il concorrente DEVE SEMPRE fare riferimento alle indicazioni del bando/disciplinare di gara o della lettera di invito ed allegare TUTTA la documentazione ivi richiesta!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_DOCUMENTI_OFFERTA_OFFERTA_TEL', 'en', 'Attach the documentation required for the economic envelope, <strong>including the digitally signed PDF to the previous step of the procedure.</strong><br/>To upload files related to documents already in the list, press the "Browse..." button.<br/>To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse..." button<br/><strong>ATTENTION: the competitor MUST ALWAYS refer to the indications of the call for tenders/tender or letter of invitation and attach ALL the documentation required there!</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_CONTRATTI', 'it', 'Di seguito sono elencati gli ordini di acquisto ricevuti dall''Amministrazione. E'' possibile impostare un criterio di ricerca per limitare i dati visualizzati. Per accedere alla scheda dell''ordine utilizzare il link "Visualizza scheda".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RICERCA_CONTRATTI', 'en', 'The purchase orders received from the Administration are listed below. It is possible to set a search criterion to limit the data displayed. To access the order form, use the "View tab" link.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_SCARICA_DOMANDA', 'it', 'Scaricare il file PDF contenente la domanda di rinnovo che dovr essere verificata, eventualmente completata, sottoscritta e caricata al passo successivo ("Documentazione richiesta"). Prima di procedere a generare il documento, selezionare il firmatario del documento.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_SCARICA_DOMANDA', 'en', 'Download the PDF file containing the renewal request that must be verified, possibly completed, signed and uploaded to the next step ("Required Documentation"). Before proceeding to generate the document, select the signer of the document.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_SCARICA_DOMANDA_RTI', 'it', 'Scaricare il file PDF contenente la domanda di rinnovo che dovr essere verificata, eventualmente completata, sottoscritta e caricata al passo successivo ("Documentazione richiesta"). Prima di procedere a generare il documento, indicare il firmatario del documento per ogni partecipante al raggruppamento temporaneo.<br/><strong>Attenzione: la funzione di generazione del PDF diventa disponibile solo dopo aver compilato correttamente i firmatari di tutte le partecipanti al raggruppamento.</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_SCARICA_DOMANDA_RTI', 'en', 'Download the PDF file containing the renewal request that must be verified, possibly completed, signed and uploaded to the next step ("Required Documentation"). Before proceeding to generate the document, indicate the signatory of the document for each participant in the temporary grouping.<br/><strong>Warning: the PDF generation function becomes available only after having correctly completed the signatories of all the participants in the grouping.</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_DOCUMENTI', 'it', 'Per effettuare il rinnovo iscrizione  necessario presentare la domanda allegando i documenti indicati nel bando/avviso di istituzione dell''Elenco Operatori Economici, ovvero nel regolamento/disciplinare pubblicato.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia...".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_DOCUMENTI', 'en', 'To renew the registration, it is necessary to present the application, attaching the documents indicated in the notice / announcement of the establishment of the Economic Operators List, or in the published regulations. <br/> To upload the files related to any documents already on the list , press the "Browse ..." button. <br/> To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse ..." button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_CATALOGO_DOCUMENTI', 'it', 'Per effettuare il rinnovo iscrizione  necessario presentare la documentazione prevista dal Bando e dai Documenti del Mercato Elettronico.<br/>Per caricare i file relativi ai documenti eventualmente gi presenti nella lista, premere il pulsante "Sfoglia...".<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia...".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_CATALOGO_DOCUMENTI', 'en', 'To renew the registration, it is necessary to present the documentation required by the Announcement and the Electronic Market Documents.<br/>To upload files related to any documents already on the list, press the "Browse ..." button.<br/>To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse ..." button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_RIEPILOGO', 'it', 'Nel seguito vengono riepilogati i dati inseriti. Controllare di avere allegato tutti i documenti richiesti (upload), quindi premere "Invia rinnovo" per presentare definitivamente la domanda.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_RIN_ISCR_ALBO_RIEPILOGO', 'en', 'The data entered are summarized below. Check that you have attached all the required documents (upload), then press "Send renewal" to definitively submit the application.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_PRODOTTO_CHOICES', 'it', 'E'' possibile procedere con l''inserimento di un singolo prodotto a partire da un articolo presente nelle categorie merceologiche abilitate, oppure inserire pi prodotti esportando prima un file Excel predisposto per la compilazione, compilarlo e quindi importarlo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_PRODOTTO_INS_PRODOTTO_CHOICES', 'en', 'It is possible to proceed with the insertion of a single product starting from an article present in the product categories enabled, or inserting more products by first exporting an Excel file prepared for compilation, compiling it and then importing it.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_EXPORT_ARTICOLI_SELECT', 'it', 'Selezionare gli articoli per i quali procedere con l''inserimento di nuovi prodotti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_EXPORT_ARTICOLI_SELECT', 'en', 'Select the items to proceed with the insertion of new products.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_EXPORT_ARTICOLI_CONFIRM', 'it', 'Riepilogo degli articoli selezionati al passo precedente per procedere con l''inserimento di nuovi prodotti; nel caso di Mercato Elettronico che preveda l''opportunit di caricare pi prodotti per ogni articolo,  necessario indicare anche il numero massimo di prodotti inseribili per ogni articolo. Utilizzare "Scarica modello" per scaricare il file Excel da modificare per inserire i nuovi prodotti a catalogo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_EXPORT_ARTICOLI_CONFIRM', 'en', 'Summary of the articles selected in the previous step to proceed with the insertion of new products; in the case of the Electronic Market which provides the opportunity to load more products for each item, it is also necessary to indicate the maximum number of products that can be inserted for each item. Use "Download model" to download the Excel file to be modified to insert the new products in the catalog.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_IMPORT_PRODOTTI', 'it', 'Inserire il file da caricare ed utilizzare "Carica prodotti". Eventuali righe del file interamente non compilate verranno scartate in automatico.<br/>I prodotti caricati con successo sono disponibili dalla funzione di "Riepilogo modifiche in corso", eventualmente in stato di bozza se esiste l''obbligo di inserire allegati.<br/><br/><strong>Attenzione: in caso di presenza di errori in fase di importazione  possibile correggere il file di origine e ricaricarlo nuovamente; il sistema provveder ad importare i soli prodotti non ancora elaborati con successo.</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_IMPORT_PRODOTTI', 'en', 'Insert the file to be loaded and use "Load products". Any lines of the file that are not completely filled out will be automatically discarded.<br/>Successfully loaded products are available from the "Summary of changes in progress" function, possibly in a draft status if there is an obligation to include attachments.<br/><br/><strong>Warning: in the event of errors during the import phase it is possible to correct the source file and reload it again; the system will only import products that have not yet been successfully processed.</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_MODIFICA_PREZZI_SCADENZE', 'it', 'E'' possibile procedere con l''aggiornamento del solo prezzo e della scadenza offerta per i propri prodotti a catalogo utilizzando le funzioni sotto riportate.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_MODIFICA_PREZZI_SCADENZE', 'en', 'It is possible to proceed with the update of the price and the expiry date offered for our products in the catalog using the functions below.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_IMPORT_VARIAZIONE_PREZZI_SCADENZE', 'it', 'Inserire il file da caricare ed utilizzare "Importa". Eventuali righe del file rimaste inalterate verranno scartate in automatico.<br/>I prodotti variati con successo saranno disponibili dalla funzione di "Riepilogo modifiche in corso".<br/><br/><strong>Attenzione: in caso di presenza di errori in fase di importazione  possibile correggere il file di origine e ricaricarlo nuovamente.</strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_IMPORT_VARIAZIONE_PREZZI_SCADENZE', 'en', 'Insert the file to load and use "Import". Any unaltered lines of the file will be automatically discarded. <br/> Successfully changed products will be available from the "Summary of changes in progress" function. <br/> <br/> <strong> Warning: in case of presence of errors in the import phase it is possible to correct the source file and reload it again. </strong>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_CONTRATTO', 'it', 'Questa funzionalit permette di visualizzare i dati dell''ordine di acquisto selezionato, compreso il documento dell''ordine scaricabile mediante il link "Scarica ordine" e le comunicazioni scambiate con l''Amministrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_CONTRATTO', 'en', 'This feature allows you to view the data of the selected purchase order, including the document of the order that can be downloaded using the "Download order" link and the communications exchanged with the Administration.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_COMUNICAZIONI_RICEVUTE', 'it', 'Elenco delle comunicazioni ricevute dall''Amministrazione. Per consultare i dettagli di una comunicazione selezionare l''oggetto della comunicazione di interesse.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_COMUNICAZIONI_RICEVUTE', 'en', 'List of communications received by the Administration. To consult the details of a communication, select the subject of the communication of interest.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_COMUNICAZIONI_ARCHIVIATE', 'it', 'Elenco delle comunicazioni ricevute dall''Amministrazione ed automaticamente archiviate trascorsi 90 giorni dalla ricezione. Per consultare i dettagli di una comunicazione selezionare l''oggetto della comunicazione di interesse.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_COMUNICAZIONI_ARCHIVIATE', 'en', 'List of communications received by the Administration and automatically filed after 90 days of receipt. To consult the details of a communication, select the subject of the communication of interest.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_COMUNICAZIONI_INVIATE', 'it', 'Elenco delle comunicazioni inviate all''Amministrazione.  Per consultare i dettagli di una comunicazione selezionare l''oggetto della comunicazione di interesse.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_COMUNICAZIONI_INVIATE', 'en', 'List of communications sent to the Administration. To consult the details of a communication, select the subject of the communication of interest.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETT_COMUNICAZIONE_RICEVUTA', 'it', 'Di seguito vengono presentati i dati della comunicazione ricevuta con gli eventuali documenti allegati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETT_COMUNICAZIONE_RICEVUTA', 'en', 'Following there is the data of the communication received with any attached documents.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETT_COMUNICAZIONE_INVIATA', 'it', 'Di seguito vengono presentati i dati della comunicazione inviata con gli eventuali documenti allegati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETT_COMUNICAZIONE_INVIATA', 'en', 'The data of the communication sent with any attached documents are presented below.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_COMUNICAZIONE_TESTO', 'it', 'Inserire l''oggetto e il testo della comunicazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_COMUNICAZIONE_TESTO', 'en', 'Enter the subject and the text of the communication.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_COMUNICAZIONE_DOCUMENTI', 'it', 'Inserire gli eventuali allegati alla comunicazione.<br/>Per aggiungere documenti alla lista occorre prima specificarne la "descrizione" e poi caricare il file correlato premendo il pulsante "Sfoglia...".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_COMUNICAZIONE_DOCUMENTI', 'en', 'Insert any attachments to the communication. <br/> To add documents to the list, first specify the "description" and then load the related file by pressing the "Browse ..." button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_COMUNICAZIONE_RIEPILOGO', 'it', 'Verificare i dati inseriti e proseguire confermando ed inviando i dati mediante il pulsante "Invia comunicazione".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_COMUNICAZIONE_RIEPILOGO', 'en', 'Check the data entered and continue by confirming and sending the data using the "Send communication" button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ATTI_DOCUMENTI', 'it', 'Di seguito viene presentata la lista degli eventuali documenti e atti previsti dal c. 1 art. 29 del DLgs 50/2016 ai fini della trasparenza.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ATTI_DOCUMENTI', 'en', 'Below is a list of any documents and deeds required by c. 1 art. 29 of Legislative Decree 50/2016 for the purposes of transparency.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ALTRI_DOCUMENTI', 'it', 'Di seguito viene presentata la lista degli eventuali altri documenti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ALTRI_DOCUMENTI', 'en', 'Below is a list of any other documents.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CONSULENTI_COLLABORATORI', 'it', 'Incarichi esterni di consulenza e collaborazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_CONSULENTI_COLLABORATORI', 'en', 'External consultancy and collaboration assignments');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_INVII', 'it', 'Elenco delle richieste inviate all''Amministrazione. Per consultare i dettagli di un invio selezionare la tipologia di invio della richiesta di interesse.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_INVII', 'en', 'List of requests sent to the Administration. To consult the details of an item, select the type of request to be sent.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_INVIO', 'it', 'Di seguito vengono presentati i dati riepilogativi della richiesta inviata con gli eventuali documenti allegati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DETTAGLIO_INVIO', 'en', 'Below is a summary of the request sent with attached documents.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INFO_FIRMA_DIGITALE', 'it', 'Dati di dettaglio delle firme digitali applicate al documento, contenenti per ogni firma i dati del singolo firmatario, ente certificatore ed i dati del certificato stesso. Inoltre sono disponibili le funzioni per scaricare il documento firmato ed il documento di origine al netto delle firme applicate.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_INFO_FIRMA_DIGITALE', 'en', 'Detailed data of the digital signatures applied to the document, containing for each signature the data of the single signatory, the certification authority and the data of the certificate itself. Furthermore, functions are available to download the signed document and the source document without all of the applied signatures.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ASTE_IN_CORSO', 'it', 'Di seguito sono elencate le aste elettroniche in corso alle quali l''operatore ha partecipato in fase di offerta, indipendentemente dall''ammissione alla fase d''asta. Per accedere al dettaglio selezionare il link "Visualizza scheda".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_ASTE_IN_CORSO', 'en', 'The following are the electronic auctions in progress in which the operator participated in the offer phase, regardless of the admission to the auction phase. To access the details, select the "View detail" link.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DOCUMENTI_FASI_ASTA', 'it', 'Di seguito viene presentata la lista dei documenti di invito all''asta e le fasi definite.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_DOCUMENTI_FASI_ASTA', 'en', 'The following is a list of auction invitation documents and defined phases.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASTA_RIEPILOGO', 'it', 'Questa pagina riepiloga i dati dell''asta elettronica, l''ultimo valore offerto e la propria classifica rispetto ai concorrenti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASTA_RIEPILOGO', 'en', 'This page summarizes the data of the electronic auction, the last value offered and its ranking with respect to the competitors.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASTA_STORIA_RILANCI', 'it', 'In questa pagina vengono riepilogati tutti i rilanci effettuati nel corso dell''asta elettronica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASTA_STORIA_RILANCI', 'en', 'This page summarizes all the bids made during the electronic auction.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PREZZI_UNITARI_OFFERTA_ASTA', 'it', 'Inserire i prezzi unitari offerti per ciascuna voce nell''elenco sottostante utilizzando il pulsante "Modifica". L''importo totale dell''offerta verr riportato automaticamente nel passo seguente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_PREZZI_UNITARI_OFFERTA_ASTA', 'en', 'Enter the unit prices offered for each item in the list below using the "Edit" button. The total amount of the offer will be automatically reported in the following step.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_ASTA', 'it', 'Selezionare il lotto di interesse per partecipare con un rilancio d''asta oppure visualizzare il riepilogo dell''offerta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LOTTI_ASTA', 'en', 'Select the lot of interest to participate with an auction raise or view the offer summary.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASTA_RILANCIO', 'it', 'Effettuare il rilancio indicando il nuovo valore offerto per migliorare la precedente offerta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_ASTA_RILANCIO', 'en', 'Relaunch indicating the new value offered to improve the previous offer.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_OPERATORE', 'it', 'Di seguito vengono presentati i dati anagrafici generali dell''operatore economico. Per modificare i dati anagrafici o visualizzarne il dettaglio premere il bottone "Modifica". In caso di dati dell''operatore incompleti, viene bloccato l''accesso al passo successivo fintantoch i dati dell''operatore non vengono aggiornati completamente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_OPERATORE', 'en', 'The general personal details of the economic operator are presented below. To change the personal data or view the details, press the "Edit" button. In the case of incomplete operator data, access to the next step is blocked as long as the operator data is not completely updated.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_OFFERTA', 'it', 'Di seguito viene indicata l''offerta finale presentata in fase di partecipazione all''asta. Se non  stato inserito alcun rilancio, vale l''offerta presentata in fase preliminare.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_OFFERTA', 'en', 'The final offer presented at the auction is shown below. If no raise has been entered, the offer presented in the preliminary phase applies.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_SCARICA_OFFERTA', 'it', 'Scaricare il file PDF contenente l''offerta economica finale che dovr essere firmata digitalmente e caricata al passo successivo ("Documenti").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_SCARICA_OFFERTA', 'en', 'Download the PDF file containing the final economic offer that must be digitally signed and uploaded to the next step ("Documents").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_SCARICA_OFFERTA_RTI', 'it', 'Verificare ed eventualmente correggere la corretta selezione del firmatario per l''impresa mandataria e dei firmatari per ogni singola mandante. Una volta confermati tutti i firmatari comparir il pulsante "Genera pdf domanda" per scaricare il file PDF contenente l''offerta economica finale che dovr essere firmata digitalmente e caricata al passo successivo ("Documenti").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_SCARICA_OFFERTA_RTI', 'en', 'Verify and correct the correct selection of the signatory for the agent company and of the signatories for each principal. Once all the signatories have been confirmed, the "Generate pdf question" button will appear to download the PDF file containing the final economic offer that must be digitally signed and uploaded to the next step ("Documents").');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_DOCUMENTI', 'it', 'Allegare l''offerta economica finale d''asta scaricata al passo precedente e firmata digitalmente.<br/>Per caricare il file premere il pulsante "Sfoglia...".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_DOCUMENTI', 'en', 'Attach the final economic bid auction downloaded in the previous step and digitally signed. <br/> To load the file press the "Browse ..." button.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_RIEPILOGO', 'it', 'Controllare i dati inseriti, quindi premere "Invia conferma offerta" per trasmettere la propria offerta finale in fase di asta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_WIZ_CONFERMA_ASTA_RIEPILOGO', 'en', 'Check the data entered, then press "Send offer confirmation" to send your final offer in the auction phase.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_FASI', 'it', 'Di seguito vengono presentate le diverse fasi di espletamento della procedura di gara. Selezionare la fase di interesse per accedere alla consultazione delle informazioni pubblicate agli operatori economici partecipanti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_FASI', 'en', 'The various phases of the tender procedure are presented below. Select the phase of interest to access the information published on the participating economic operators.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_APERTURA_DOC_AMM', 'it', 'Elenco dei plichi ricevuti contenenti le offerte presentate dagli operatori economici. Per ogni plico viene riportato l''operatore economico oppure il raggruppamento, lo stato relativo alla busta amministrativa, ed a fase conclusa l''ammissione alla fase successiva. Selezionando il singolo plico  possibile accedere ai dati di dettaglio.<br/>Attenzione: in caso di fase di apertura documentazione amministrativa ancora in corso,  disponibile il pulsante "Aggiorna" per richiedere un aggiornamento della lista visualizzata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_APERTURA_DOC_AMM', 'en', 'List of envelopes received containing offers submitted by economic operators. For each package the economic operator or group is reported, the status relating to the administrative envelope, and at the end the admission to the next phase. By selecting the single package it is possible to access the detailed data.<br/>Attention: in the event of an administrative documentation opening phase still in progress, the "Refresh" button is available to request an update of the displayed list.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_APERTURA_DOC_AMM_OP', 'it', 'Dettaglio della busta amministrativa relativa al plico selezionato, riportante i dati dell''operatore economico oppure la composizione del raggruppamento, la lista dei documenti allegati e la lista dei lotti per cui  stata presentata l''offerta (solo nel caso di gare a lotti).');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_APERTURA_DOC_AMM_OP', 'en', 'Detail of the administrative envelope relative to the selected envelope, showing the data of the economic operator or the composition of the group, the list of attached documents and the list of lots for which the offer was presented (only in the case of lot tenders ).');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_VALUTAZIONE_TECNICA_LOTTI', 'it', 'Selezionare il lotto per il quale procedere alla consultazione delle offerte tecniche presentate dagli operatori.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_VALUTAZIONE_TECNICA_LOTTI', 'en', 'Select the lot to consult the technical offers presented by the operators.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_VALUTAZIONE_TECNICA', 'it', 'Elenco dei plichi ricevuti contenenti le offerte presentate dagli operatori economici ammessi alla fase di valutazione tecnica. Per ogni plico viene riportato l''operatore economico oppure il raggruppamento, lo stato relativo alla busta tecnica ed a fase conclusa l''ammissione alla fase successiva. Selezionando il singolo plico  possibile accedere ai dati di dettaglio.<br/>Attenzione: in caso di fase di apertura documentazione tecnica ancora in corso,  disponibile il pulsante "Aggiorna" per richiedere un aggiornamento della lista visualizzata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_VALUTAZIONE_TECNICA', 'en', 'List of envelopes received containing offers submitted by economic operators admitted to the technical assessment phase. For each package, the economic operator or grouping is reported, the status of the technical envelope and the phase completed, the admission to the next phase. By selecting the single package, it is possible to access the detailed data.<br/>Attention: in the event of the technical documentation opening phase still in progress, the "Refresh" button is available to request an update of the displayed list.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_VALUTAZIONE_TECNICA_OP', 'it', 'Dettaglio della busta tecnica relativa al plico selezionato, riportante i dati dell''operatore economico oppure la composizione del raggruppamento, la lista dei documenti allegati e nel solo caso di OEPV il punteggio tecnico.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_VALUTAZIONE_TECNICA_OP', 'en', 'Detail of the technical envelope relative to the selected envelope, showing the data of the economic operator or the composition of the group, the list of attached documents and in the case of OEPV only the technical score.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_OFFERTA_ECONOMICA_LOTTI', 'it', 'Selezionare il lotto per il quale procedere alla consultazione delle offerte economiche presentate dagli operatori.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_OFFERTA_ECONOMICA_LOTTI', 'en', 'Select the lot for which to consult the economic offers presented by the operators.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_OFFERTA_ECONOMICA', 'it', 'Elenco dei plichi ricevuti contenenti le offerte presentate dagli operatori economici ammessi alla fase di valutazione offerta economica. Per ogni plico viene riportato l''operatore economico oppure il raggruppamento, lo stato relativo alla busta economica, il valore della propria offerta, ed a fase conclusa l''ammissione alla fase successiva. Selezionando il singolo plico  possibile accedere ai dati di dettaglio.<br/>Attenzione: in caso di fase di apertura documentazione economica ancora in corso,  disponibile il pulsante "Aggiorna" per richiedere un aggiornamento della lista visualizzata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_OFFERTA_ECONOMICA', 'en', 'List of envelopes received containing offers submitted by economic operators admitted to the economic offer evaluation phase. For each package the economic operator or grouping is reported, the status of the economic envelope, the value of its offer, and at the end the admission to the next phase. By selecting the single package it is possible to access the detailed data.<br/>Attention: in the case of an economic documentation opening phase still in progress, the "Refresh" button is available to request an update of the displayed list.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_OFFERTA_ECONOMICA_OP', 'it', 'Dettaglio della busta economica relativa al plico selezionato, riportante i dati dell''operatore economico oppure la composizione del raggruppamento, la lista dei documenti allegati ed il valore della propria offerta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_OFFERTA_ECONOMICA_OP', 'en', 'Detail of the economic envelope relative to the selected envelope, showing the data of the economic operator or the composition of the group, the list of attached documents and the value of its offer.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_GRADUATORIA_LOTTI', 'it', 'Selezionare il lotto per il quale procedere alla consultazione della graduatoria.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_GRADUATORIA_LOTTI', 'en', 'Select the lot to proceed with the consultation of the ranking.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_GRADUATORIA', 'it', 'Elenco degli operatori economici ammessi alla graduatoria. Per ogni plico viene riportato l''operatore economico oppure il raggruppamento, il valore della propria offerta e la graduatoria.<br/>Attenzione: in caso di definizione della graduatoria non ancora ultimata,  disponibile il pulsante "Aggiorna" per richiedere un aggiornamento della lista visualizzata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_GARA_TEL_GRADUATORIA', 'en', 'List of economic operators admitted to the ranking. For each package the economic operator is listed or the grouping, the value of its offer and the ranking list.<br/>Attention: if the ranking is not yet completed, the "Refresh" button is available to request an update of the displayed list.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_NEWS', 'it', 'Elenco delle comunicazioni pubblicate nel portale negli ultimi 60 giorni. I dati di dettaglio delle procedure oggetto delle comunicazioni sono consultabili selezionando il collegamento "Visualizza Scheda".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_NEWS', 'en', 'List of communications published in the portal in the last 60 days. Detailed data on the procedures subject of the communications can be consulted by selecting the "View detail" link.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_CON_ESITO', 'it', 'In questa sezione si possono impostare i criteri di selezione per la ricerca dei bandi di gara. Premendo il pulsante "Procedi" si accede alla lista delle gare che soddisfano i criteri impostati, e sempre dalla lista sar possibile accedere ai dati di dettaglio di una singola gara.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BALLOON_LISTA_BANDI_CON_ESITO', 'en', 'In this section you can set the selection criteria for the search for tenders. Pressing the "Go on" button accesses the list of tenders that satisfy the set criteria, and from the list it will be possible to access the detailed data of a single tender.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DATI_IMPRESA_INFO_PEC', 'it', 'La PEC (Posta Elettronica Certificata) &egrave; lo strumento privilegiato dall''Ente per l''invio di comunicazioni e corrispondenza all''operatore economico. Nel qual caso per&ograve; la <strong>PEC</strong> risulti <strong>definita ma non ancora attiva ed utilizzabile</strong> si prega di <strong>rinviare la procedura</strong> pena l''impossibilit&agrave; da parte dell''Ente di inviare comunicazioni che non possono ancora essere recapitate correttamente.<br/>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DATI_IMPRESA_INFO_PEC', 'en', 'The PEC (Certified Electronic Mail) is the tool favored by the Entity for sending communications and correspondence to the economic operator. In the case that the <strong> PEC </strong> is <strong> defined but not yet active and usable </strong> please <strong> postpone the procedure </strong> under penalty of impossibility by the Entity to send communications that cannot yet be delivered correctly. <br/>');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DATI_IMPRESA_INFO_PEC2', 'it', 'Si autorizza la Stazione appaltante ad inviare eventuali comunicazioni e/o corrispondenza agli indirizzi di posta elettronica indicati, ai sensi dell''art.76, comma 4, del D.Lgs. 50/2016, consapevole che le comunicazioni e/o corrispondenza correttamente inviate ai predetti recapiti si intenderanno conosciute al destinatario.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('DATI_IMPRESA_INFO_PEC2', 'en', 'The Contracting Authority is authorized to send any communications and/or correspondence to the e-mail addresses indicated, pursuant to article 76, paragraph 4, of Legislative Decree 50/2016, aware that communications and/or correspondence correctly sent to the aforementioned addresses will be considered known to the recipient.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SSO_LOGIN', 'it', 'Accedi mediante sistema di autenticazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SSO_LOGIN', 'en', 'Log in using the authentication system');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SECTION', 'it', 'Sezione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SECTION', 'en', 'Section');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SUBSECTION', 'it', 'Sottosezione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SUBSECTION', 'en', 'Subsection');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEARCH_CRITERIA', 'it', 'Criteri di ricerca');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEARCH_CRITERIA', 'en', 'Search criteria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEARCH_FOR', 'it', 'Ricerca in');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEARCH_FOR', 'en', 'Search for');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LAST_UPDATE', 'it', 'CONTENUTO AGGIORNATO AL');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LAST_UPDATE', 'en', 'LAST UPDATE ON');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUBLISHED_ON', 'it', 'Pubblicato il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUBLISHED_ON', 'en', 'Published on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WIZARD_STEPS', 'it', 'Elenco dei passi previsti dalla funzionalit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WIZARD_STEPS', 'en', 'List of required steps for the functionality');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WIZARD_CURRENT_STEP', 'it', 'passo corrente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WIZARD_CURRENT_STEP', 'en', 'current step');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDATORY_FIELDS_PRE', 'it', 'I campi contrassegnati con');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDATORY_FIELDS_PRE', 'en', 'Fields marked with');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDATORY_FIELDS_POST', 'it', 'sono obbligatori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDATORY_FIELDS_POST', 'en', 'are mandatory');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACTION_ERRORS', 'it', 'Sono stati rilevati i seguenti errori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACTION_ERRORS', 'en', 'The following errors have been detected');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACTION_WARNINGS', 'it', 'Avvisi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ACTION_WARNINGS', 'en', 'Warnings');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MESSAGE_WARNING', 'it', 'ATTENZIONE');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MESSAGE_WARNING', 'en', 'WARNING');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIELD_ERRORS', 'it', 'Sono stati rilevati i seguenti errori nella compilazione del modulo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIELD_ERRORS', 'en', 'The following errors have been detected when completing the form');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WAITING', 'it', 'Operazione in corso, attendere...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WAITING', 'en', 'Operation in progress, please wait...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_DOCUMENTS_ATTACHED', 'it', 'Documentazione non allegata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_DOCUMENTS_ATTACHED', 'en', 'No documents attached');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOT_DEFINED', 'it', 'n.d.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOT_DEFINED', 'en', 'n.d.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTS', 'it', 'Documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTS', 'en', 'Documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTATION', 'it', 'Documentazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTATION', 'en', 'Documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOWNLOAD_FILE', 'it', 'Scarica il file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOWNLOAD_FILE', 'en', 'Download the file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_FIRMA_DIGITALE', 'it', 'Info firma digitale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_FIRMA_DIGITALE', 'en', 'Digital signature info');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OPERATING_ON_BEHALF', 'it', 'stai operando per conto di');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OPERATING_ON_BEHALF', 'en', 'you are operating on behalf of');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCHI_OPERATORI_ECONOMICI', 'it', 'Elenchi operatori economici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCHI_OPERATORI_ECONOMICI', 'en', 'Economic operators lists');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MERCATO_ELETTRONICO', 'it', 'Mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MERCATO_ELETTRONICO', 'en', 'Electronic market');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIFERIMENTO_PROCEDURA', 'it', 'Riferimento procedura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIFERIMENTO_PROCEDURA', 'en', 'Procedure reference');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DA_DATA', 'it', 'dal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DA_DATA', 'en', 'from');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_DATA', 'it', 'al');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_DATA', 'en', 'to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ENTRO_LE_ORE', 'it', 'entro le');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ENTRO_LE_ORE', 'en', 'by');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FORMATO_DATA', 'it', 'gg/mm/aaaa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FORMATO_DATA', 'en', 'dd/mm/yyyy');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE', 'it', 'File');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE', 'en', 'File');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MAX_FILE_SIZE', 'it', 'Puoi caricare un allegato della dimensione massima pari a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MAX_FILE_SIZE', 'en', 'You can upload a file of maximum size equals to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MAX_REQUEST_SIZE_1', 'it', 'Hai caricato documenti per');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MAX_REQUEST_SIZE_1', 'en', 'You have uploaded documents for');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MAX_REQUEST_SIZE_2', 'it', 'e puoi caricare documenti per altri');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MAX_REQUEST_SIZE_2', 'en', 'and you can upload documents up to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_UPLOADING', 'it', 'Upload in corso ...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_UPLOADING', 'en', 'Uploading ...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_UPLOADING_COMPLETING', 'it', 'Completamento operazione ...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_UPLOADING_COMPLETING', 'en', 'Completing operation ...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('EXPAND_ALL', 'it', 'Espandi tutto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('EXPAND_ALL', 'en', 'Expand all');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('COLLAPSE_ALL', 'it', 'Chiudi tutto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('COLLAPSE_ALL', 'en', 'Collapse all');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ACTIONS', 'it', 'Azioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ACTIONS', 'en', 'Actions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GREETINGS', 'it', 'Grazie ed arrivederci.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GREETINGS', 'en', 'Thanks and goodbye.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEAR_USER', 'it', 'Gentile Utente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEAR_USER', 'en', 'Dear User');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STAZIONE_APPALTANTE', 'it', 'Stazione appaltante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STAZIONE_APPALTANTE', 'en', 'Contracting authority');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RUP', 'it', 'Responsabile unico procedimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RUP', 'en', 'Single procedure manager');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTI_ADERENTI', 'it', 'Soggetti aderenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTI_ADERENTI', 'en', 'Adherent subjects');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_GENERALI', 'it', 'Dati generali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_GENERALI', 'en', 'General data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OGGETTO', 'it', 'Oggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OGGETTO', 'en', 'Subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CIG', 'it', 'CIG');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CIG', 'en', 'CIG');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CUP', 'it', 'CUP');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CUP', 'en', 'CUP');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_APPALTO', 'it', 'Tipologia appalto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_APPALTO', 'en', 'Contract type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_AVVISO', 'it', 'Tipologia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_AVVISO', 'en', 'Type of tender notice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BANDI', 'it', 'Bandi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BANDI', 'en', 'Tenders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AVVISI', 'it', 'Avvisi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AVVISI', 'en', 'Tender notices');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESITI', 'it', 'Esiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESITI', 'en', 'Tender results');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESITO', 'it', 'Esito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESITO', 'en', 'Tender result');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GO_TO_SEARCH_BANDI', 'it', 'Passa alla ricerca bandi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GO_TO_SEARCH_BANDI', 'en', 'Go to tenders search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GO_TO_SEARCH_AVVISI', 'it', 'Passa alla ricerca avvisi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GO_TO_SEARCH_AVVISI', 'en', 'Go to tender notices search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GO_TO_SEARCH_ESITI', 'it', 'Passa alla ricerca esiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GO_TO_SEARCH_ESITI', 'en', 'Go to tender results search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PUBBLICAZIONE_BANDO', 'it', 'Data pubblicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PUBBLICAZIONE_BANDO', 'en', 'Publish date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_BANDO', 'it', 'Data scadenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_BANDO', 'en', 'Expiration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_TERMINE_PRESENZAZIONE_OFFERTE', 'it', 'Data termine presentazione offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_TERMINE_PRESENZAZIONE_OFFERTE', 'en', 'Tender submission deadline');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_GARA', 'it', 'Stato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_GARA', 'en', 'Tender status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOMMA_URGENZA', 'it', 'Somma urgenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOMMA_URGENZA', 'en', 'Sum urgency');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_BANDO', 'it', 'Importo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_BANDO', 'en', 'Tender amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_BASE_GARA', 'it', 'Importo a base di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_BASE_GARA', 'en', 'Tender amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PUBBLICAZIONE_AVVISO', 'it', 'Data pubblicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PUBBLICAZIONE_AVVISO', 'en', 'Publish date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_AVVISO', 'it', 'Data scadenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_AVVISO', 'en', 'Expiration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AVVISO_PER', 'it', 'Avviso per');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AVVISO_PER', 'en', 'Tender notice for');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PUBBLICAZIONE_ESITO', 'it', 'Data pubblicazione esito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PUBBLICAZIONE_ESITO', 'en', 'Tender result''s publish date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_PROCEDURA', 'it', 'Procedura di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_PROCEDURA', 'en', 'Procedure type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CRITERIO_AGGIUDICAZIONE', 'it', 'Criterio di aggiudicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CRITERIO_AGGIUDICAZIONE', 'en', 'Award criteria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_DOCUMENT', 'it', 'Nessun documento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_DOCUMENT', 'en', 'No document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTI', 'it', 'Lotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTI', 'en', 'Lots');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTO', 'it', 'Lotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTO', 'en', 'Lot');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_LOTTI', 'it', 'Visualizza lotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_LOTTI', 'en', 'View lots');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ATTO', 'it', 'Data atto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ATTO', 'en', 'Date of the act');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_ATTO', 'it', 'Numero atto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_ATTO', 'en', 'Number of the act');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_DOCUMENTO', 'it', 'Documento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_DOCUMENTO', 'en', 'Document');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_PRESTAZIONI', 'it', 'Categorie/Prestazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_PRESTAZIONI', 'en', 'Categories/Provisions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIA_PRESTAZIONE', 'it', 'Categoria/Prestazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIA_PRESTAZIONE', 'en', 'Category/Provision');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NESSUNA_CATEGORIA_PRESTAZIONE', 'it', 'Nessuna categoria/prestazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NESSUNA_CATEGORIA_PRESTAZIONE', 'en', 'No category/provision');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_CATEGORIE_COMPRIMI', 'it', 'Comprimi la lista delle categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_CATEGORIE_COMPRIMI', 'en', 'Collapse the list of categories');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_CATEGORIE_ESPANDI', 'it', 'Espandi la lista delle categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_CATEGORIE_ESPANDI', 'en', 'Expand the list of categories');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA_CAPITALIZE', 'it', 'Classifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA_CAPITALIZE', 'en', 'Ranking');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA', 'it', 'classifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA', 'en', 'ranking');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DA_CLASSIFICA', 'it', 'dalla classifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DA_CLASSIFICA', 'en', 'from the ranking');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_CLASSIFICA', 'it', 'alla classifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_CLASSIFICA', 'en', 'up to the ranking');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_CATEGORIA_COMPRIMI', 'it', 'Nascondi la nota');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_CATEGORIA_COMPRIMI', 'en', 'Hide the note');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_CATEGORIA_ESPANDI', 'it', 'Visualizza la nota');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_CATEGORIA_ESPANDI', 'en', 'View the note');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIA_PREVALENTE', 'it', 'Prevalente/principale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIA_PREVALENTE', 'en', 'Prevalent/Main');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_LISTA_ARTICOLI_CATEGORIA', 'it', 'Visualizza la lista articoli della categoria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_LISTA_ARTICOLI_CATEGORIA', 'en', 'View the articles list in the category');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ATTI_DOC_ART29', 'it', 'Atti e documenti (art.29 c.1 DLgs 50/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ATTI_DOC_ART29', 'en', 'Acts and documents (art.29 c.1 Legislative Decree 50/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRI_DOCUMENTI', 'it', 'Altri documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRI_DOCUMENTI', 'en', 'Other documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_ATTI_DOC_ART29', 'it', 'Visualizza atti e documenti (art.29 c.1 DLgs 50/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_ATTI_DOC_ART29', 'en', 'View acts and documents (art.29 c.1 Legislative Decree 50/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_PREQUALIFICA', 'it', 'Busta di prequalifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_PREQUALIFICA', 'en', 'Prequalification envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_AMMINISTRATIVA', 'it', 'Busta amministrativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_AMMINISTRATIVA', 'en', 'Administrative envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_TECNICA', 'it', 'Busta tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_TECNICA', 'en', 'Technical envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_ECONOMICA', 'it', 'Busta economica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_ECONOMICA', 'en', 'Economic envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTE_TECNICHE', 'it', 'Buste tecniche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTE_TECNICHE', 'en', 'Technical envelopes');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTE_ECONOMICHE', 'it', 'Buste economiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTE_ECONOMICHE', 'en', 'Economic envelopes');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTA_ELETTRONICA', 'it', 'Asta elettronica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTA_ELETTRONICA', 'en', 'Electronic auction');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESPLETAMENTO_GARA', 'it', 'Espletamento della gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESPLETAMENTO_GARA', 'en', 'Tender completion');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_PUBBLICHE_SA', 'it', 'Comunicazioni della stazione appaltante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_PUBBLICHE_SA', 'en', 'Communications from the contracting authority');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_COMUNICAZIONI_PUBBLICHE_SA', 'it', 'Nessuna comunicazione della stazione appaltante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_COMUNICAZIONI_PUBBLICHE_SA', 'en', 'No communication from the contracting authority');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE', 'it', 'Comunicazioni riservate al concorrente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE', 'en', 'Confidential communications to the competitor');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_N_RICEVUTE', 'it', 'comunicazioni ricevute');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_N_RICEVUTE', 'en', 'communications received');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_N_ARCHIVIATE', 'it', 'comunicazioni archiviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_N_ARCHIVIATE', 'en', 'communications archived');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_N_INVIATE', 'it', ' comunicazioni inviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_N_INVIATE', 'en', 'communications sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_DA_LEGGERE', 'it', 'da leggere');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RISERVATE_DA_LEGGERE', 'en', 'unread');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RICHIESTE_INVIATE', 'it', 'Le tue richieste inviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RICHIESTE_INVIATE', 'en', 'Your requests sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_RICHIESTE_INVIATE', 'it', 'Le tue richieste inviate (iscrizione, aggiornamento, ...)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_RICHIESTE_INVIATE', 'en', 'Your requests sent (registration, update, ...)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_NUOVA_COMUNICAZIONE', 'it', 'Invia una nuova comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_NUOVA_COMUNICAZIONE', 'en', 'New communication');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_VAI_ALLA_PROCEDURA', 'it', 'Vai alla procedura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_VAI_ALLA_PROCEDURA', 'en', 'Open procedure');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_NUOVA_COMUNICAZIONE', 'it', 'Rispondi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_NUOVA_COMUNICAZIONE', 'en', 'Reply');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_BACK_TO_COMUNICAZIONE', 'it', 'Torna alla comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_BACK_TO_COMUNICAZIONE', 'en', 'Back to communication');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_ALLEGATO', 'it', 'Scarica l''allegato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_ALLEGATO', 'en', 'Download attachment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_ALLEGATO', 'it', 'Scarica allegato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_ALLEGATO', 'en', 'Download attachment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ELIMINA_ALLEGATO', 'it', 'Elimina l''allegato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ELIMINA_ALLEGATO', 'en', 'Remove attachment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_ALLEGATO', 'it', 'Elimina allegato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_ALLEGATO', 'en', 'Remove attachment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE', 'it', 'Allega file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE', 'en', 'Allega file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE', 'it', 'Allega');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE', 'en', 'Attach');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE_FIRMATO', 'it', 'Allega file firmato digitalmente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE_FIRMATO', 'en', 'Allega file firmato digitalmente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE_FIRMATO', 'it', 'Allega');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE_FIRMATO', 'en', 'Attach');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE_PDF', 'it', 'Allega file PDF');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE_PDF', 'en', 'Allega file PDF');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE_PDF', 'it', 'Allega');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE_PDF', 'en', 'Attach');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE_EXCEL', 'it', 'Allega file Excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ATTACH_FILE_EXCEL', 'en', 'Allega file Excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE_EXCEL', 'it', 'Allega');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ATTACH_FILE_EXCEL', 'en', 'Attach');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERIRE_DESCRIZIONE_PER_ALLEGARE_DOC', 'it', 'Inserire una descrizione per allegare un documento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERIRE_DESCRIZIONE_PER_ALLEGARE_DOC', 'en', 'Enter a description to attach a document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_ALLEGATI', 'it', 'Nessun allegato presente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_ALLEGATI', 'en', 'There are no attachments');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_FACSIMILE', 'it', 'Scarica il fac-simile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_FACSIMILE', 'en', 'Download fac-simile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOWNLOAD_FACSIMILE', 'it', 'Scarica fac-simile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOWNLOAD_FACSIMILE', 'en', 'Download fac-simile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_DOCUMENTO', 'it', 'Sei sicuro di voler eliminare il documento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_DOCUMENTO', 'en', 'Are you sure you want to delete the document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VAI_A_LISTA_DOCUMENTI', 'it', 'Salta la lista documenti e vai al form di inserimento di un nuovo documento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VAI_A_LISTA_DOCUMENTI', 'en', 'Skip the document list and go to the form to insert a new document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALTA_DOCUMENTI_VAI_A_BOTTONI', 'it', 'Salta tutti i documenti e vai ai bottoni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALTA_DOCUMENTI_VAI_A_BOTTONI', 'en', 'Skip all documents and go to the buttons');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALTA_DOC_ULTERIORE_VAI_A_BOTTONI', 'it', 'Salta il form di inserimento di un documento ulteriore e vai ai bottoni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALTA_DOC_ULTERIORE_VAI_A_BOTTONI', 'en', 'Skip the additional document entry form and go to the buttons');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTO_FIRMA_NON_VERIFICATA', 'it', 'Documento con firma non verificata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTO_FIRMA_NON_VERIFICATA', 'en', 'Document with unverified signature');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DOCUMENTI_NON_VERIFICABILE_1', 'it', 'per i documenti allegati, contrassegnati in rosso e con');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DOCUMENTI_NON_VERIFICABILE_1', 'en', 'for attached documents, marked in red and with');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DOCUMENTI_NON_VERIFICABILE_2', 'it', 'non &egrave; stato possibile verificare la firma digitale, assicurarsi pertanto che il documento sia correttamente firmato prima di proseguire!');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMA_DOCUMENTI_NON_VERIFICABILE_2', 'en', 'it was not possible to verify the digital signature, so make sure the document is correctly signed before continuing!');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_OBBLIGATORI_PER_PROCEDERE', 'it', 'I documenti contrassegnati con (<span class="required-field">*</span>) sono obbligatori per procedere all''invio della domanda.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_OBBLIGATORI_PER_PROCEDERE', 'en', 'The documents marked with (<span class="required-field">*</span>) are mandatory to send the application.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTO_DESCRIZIONE_ULTERIORE', 'it', 'Descrizione del documento ulteriore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTO_DESCRIZIONE_ULTERIORE', 'en', 'Description of additional document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_FIRMATARIO_INSERITO_GENERAZIONE_PDF_PRONTA', 'it', 'Firmatario inserito, dati pronti per la generazione del PDF');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_FIRMATARIO_INSERITO_GENERAZIONE_PDF_PRONTA', 'en', 'Signer inserted, data ready for PDF generation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AGGIORNA_FIRMATARIO_MANDANTE', 'it', 'Aggiorna il firmatario per la mandante corrente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AGGIORNA_FIRMATARIO_MANDANTE', 'en', 'Update the signer for the current principal');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_NUOVA', 'it', 'Nuova comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_NUOVA', 'en', 'New communication');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_TESTO', 'it', 'Testo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_TESTO', 'en', 'Message');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_OGGETTO', 'it', 'Oggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_OGGETTO', 'en', 'Subject');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STEP_TESTO_COMUNICAZIONE', 'it', 'Testo comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STEP_TESTO_COMUNICAZIONE', 'en', 'Communication message');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STEP_ALLEGATI', 'it', 'Allegati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STEP_ALLEGATI', 'en', 'Attachments');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STEP_RIEPILOGO', 'it', 'Riepilogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STEP_RIEPILOGO', 'en', 'Summary');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_ALLEGATI', 'it', 'Allegati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_ALLEGATI', 'en', 'Attachments');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DESCRIZIONE', 'it', 'Descrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DESCRIZIONE', 'en', 'Description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_SALTA_FORM_VAI_BOTTONI', 'it', 'Salta il form di inserimento di un allegato e vai ai bottoni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_SALTA_FORM_VAI_BOTTONI', 'en', 'Skip the form to insert an attachment and go to the buttons');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_INVIA_COMUNICAZIONE', 'it', 'Invia comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_INVIA_COMUNICAZIONE', 'en', 'Send communication');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_INVIA_COMUNICAZIONE', 'it', 'Invia la comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_INVIA_COMUNICAZIONE', 'en', 'Send the communication');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_INSERITI', 'it', 'Documenti inseriti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_INSERITI', 'en', 'Documents attached');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_INVIATE', 'it', 'Comunicazioni inviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_INVIATE', 'en', 'Sent communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_INVIATO_IL', 'it', 'Inviato il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_INVIATO_IL', 'en', 'Sent on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_COMUNICAZIONI', 'it', 'Non sono presenti comunicazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_COMUNICAZIONI', 'en', 'There are no communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_AREAPERSONALE', 'it', 'Torna all''area personale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_AREAPERSONALE', 'en', 'Back to personal area');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_DETTAGLIO_RICEVUTA', 'it', 'Dettaglio comunicazione ricevuta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_DETTAGLIO_RICEVUTA', 'en', 'Communication detail received');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_DETTAGLIO_INVIATA', 'it', 'Dettaglio comunicazione inviata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_DETTAGLIO_INVIATA', 'en', 'Communication detail sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DETTAGLIO', 'it', 'Dettaglio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DETTAGLIO', 'en', 'Detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATAINVIO', 'it', 'Data invio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATAINVIO', 'en', 'Send date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATAPROTOCOLLO', 'it', 'Data protocollo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATAPROTOCOLLO', 'en', 'Protocol date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_NUMPROTOCOLLO', 'it', 'Numero protocollo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_NUMPROTOCOLLO', 'en', 'Protocol number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATALETTURA', 'it', 'Data lettura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATALETTURA', 'en', 'Date of reading');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_LISTA_RICEVUTE', 'it', 'Lista comunicazioni ricevute');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_LISTA_RICEVUTE', 'en', 'List of received communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_LISTA_ARCHIVIATE', 'it', 'Lista comunicazioni archiviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_LISTA_ARCHIVIATE', 'en', 'List of archived communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RICEVUTO_IL', 'it', 'Ricevuto il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_RICEVUTO_IL', 'en', 'Received on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STATO', 'it', 'Stato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_STATO', 'en', 'Status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_LETTA', 'it', 'Letta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_LETTA', 'en', 'Read');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DA_LEGGERE', 'it', 'Da Leggere');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DA_LEGGERE', 'en', 'Unread');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TITOLO_PROCEDURA', 'it', 'Titolo procedura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TITOLO_PROCEDURA', 'en', 'Procedure title');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_NEWS', 'it', 'News');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_NEWS', 'en', 'News');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_DETTAGLIO_INVIO', 'it', 'Dettaglio richiesta inviata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_DETTAGLIO_INVIO', 'en', 'Request detail sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATA_PRESENTAZIONE', 'it', 'Data presentazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATA_PRESENTAZIONE', 'en', 'Presentation date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATI_PROTOCOLLO', 'it', 'Dati protocollo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATI_PROTOCOLLO', 'en', 'Protocol data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_PROTOCOLLO_N', 'it', 'Protocollo n.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_PROTOCOLLO_N', 'en', 'Protocol n.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_PROTOCOLLO_DEL', 'it', 'del');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_PROTOCOLLO_DEL', 'en', 'of');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATA_ACQUISIZIONE', 'it', 'Data acquisizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_DATA_ACQUISIZIONE', 'en', 'Acquisition date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_TIPO_INVIO', 'it', 'Tipologia di invio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNICAZIONI_TIPO_INVIO', 'en', 'Type of sending');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_LISTA_INVII', 'it', 'Le tue richieste inviate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_COMUNICAZIONI_LISTA_INVII', 'en', 'Your requests sent');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_COMUNICAZIONI_ANNULLA_AGGIORNAMENTO', 'it', 'Annullamento invio comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_COMUNICAZIONI_ANNULLA_AGGIORNAMENTO', 'en', 'Communication cancellation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_COMUNICAZIONI_1', 'it', 'E'' stata selezionata l''azione per annullare la procedura di invio di una nuova comunicazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_COMUNICAZIONI_1', 'en', 'The action has been selected to cancel the procedure for sending a new communication.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_COMUNICAZIONI_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''operazione e tornare al dettaglio precedentemente visualizzato, "Torna alla comunicazione" per ritornare alla compilazione del form di inserimento dati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_REGISTRAZIONE_COMUNICAZIONI_2', 'en', 'Select "Confirmation cancellation" to cancel the operation and return to the previously displayed detail, "Return to communication" to return to filling out the data entry form.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_COMUNICAZIONI_CONFERMA_INVIO', 'it', 'Invio nuova comunicazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_COMUNICAZIONI_CONFERMA_INVIO', 'en', 'Send new communication');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_INVIATA_IL', 'it', 'La sua richiesta &egrave; stata inviata il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_INVIATA_IL', 'en', 'Your request was sent on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_PROTOCOLLATA_IL', 'it', 'e risulta protocollata in data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_PROTOCOLLATA_IL', 'en', 'and is registered on date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CON_ANNO', 'it', 'con anno');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CON_ANNO', 'en', 'with year');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_E_NUMERO', 'it', 'e numero');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_E_NUMERO', 'en', 'and number');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMATARIO', 'it', 'Firmatario');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FIRMATARIO', 'en', 'Signatory');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_ANAGRAFICI', 'it', 'Dati anagrafici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_ANAGRAFICI', 'en', 'Personal data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STAZIONI_APPALTANTI', 'it', 'Stazioni appaltanti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STAZIONI_APPALTANTI', 'en', 'Contracting stations');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FORMA_DI_PARTECIPAZIONE', 'it', 'Forma di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FORMA_DI_PARTECIPAZIONE', 'en', 'Form of partecipation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPONENTI_RAGGRUPPAMENTO', 'it', 'Componenti raggruppamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPONENTI_RAGGRUPPAMENTO', 'en', 'Grouping company components');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONSORZIATE_ESECUTRICI', 'it', 'Consorziate esecutrici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONSORZIATE_ESECUTRICI', 'en', 'Consortium members');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_CATEGORIE', 'it', 'Selezione categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONE_CATEGORIE', 'en', 'Categories selection');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_CATEGORIE', 'it', 'Riepilogo categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_CATEGORIE', 'en', 'Categories summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPA_COME_MANDATARIA_RAGGRUPPAMENTO', 'it', 'L''impresa partecipa come mandataria per il raggruppamento temporaneo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPA_COME_MANDATARIA_RAGGRUPPAMENTO', 'en', 'The company participates as an agent for the temporary grouping');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDANTI', 'it', 'Mandanti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDANTI', 'en', 'Principals');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DENOMINAZIONE_RAGGRUPPAMENTO_TEMPORANEO', 'it', 'Denominazione raggruppamento temporaneo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DENOMINAZIONE_RAGGRUPPAMENTO_TEMPORANEO', 'en', 'Temporary grouping name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA_MANDANTE', 'it', 'Nuova mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA_MANDANTE', 'en', 'New principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_MANDANTE', 'it', 'Sei sicuro di voler eliminare la mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_MANDANTE', 'en', 'Are you sure you want to delete the principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_MANDANTI', 'it', 'Salta la lista delle mandanti e vai al form inserimento dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_MANDANTI', 'en', 'Skip the list of principals and go to the data entry form');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_MANDANTI', 'it', 'Elenco delle mandanti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_MANDANTI', 'en', 'List of principals');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_MANDANTE', 'it', 'Modifica la mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_MANDANTE', 'en', 'Edit principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_MANDANTE', 'it', 'Elimina la mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_MANDANTE', 'en', 'Remove principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDANTE', 'it', 'Mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDANTE', 'en', 'Principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ADD_MANDANTE', 'it', 'Aggiungi la mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ADD_MANDANTE', 'en', 'Add principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_MANDANTE', 'it', 'Salva le modifiche alla mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_MANDANTE', 'en', 'Save changes to principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_NEW_MANDANTE', 'it', 'Avvia la compilazione di una nuova mandante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_NEW_MANDANTE', 'en', 'Start the compilation of a new principal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_CONSORZIATA', 'it', 'Sei sicuro di voler eliminare la consorziata esecutrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_CONSORZIATA', 'en', 'Are you sure you want to delete the consortium member');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_CONSORZIATE_ESECUTRICI', 'it', 'Salta la lista delle consorziate esecutrici e vai al form inserimento dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_CONSORZIATE_ESECUTRICI', 'en', 'Skip the list of consortium members and go to the data entry form');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_CONSORZIATE', 'it', 'Elenco delle consorziate esecutrici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_CONSORZIATE', 'en', 'List of consortium members');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_CONSORZIATA', 'it', 'Modifica la consorziata esecutrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_CONSORZIATA', 'en', 'Edit consortium member');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_CONSORZIATA', 'it', 'Elimina la consorziata esecutrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_CONSORZIATA', 'en', 'Remove consortium members');	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONSORZIATA', 'it', 'Consorziata esecutrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONSORZIATA', 'en', 'Consortium member');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ADD_CONSORZIATA', 'it', 'Aggiungi la consorziata esecutrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ADD_CONSORZIATA', 'en', 'Add consortium member');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_CONSORZIATA', 'it', 'Salva le modifiche alla consorziata esecutrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_CONSORZIATA', 'en', 'Save changes to consortium member');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_NEW_CONSORZIATA', 'it', 'Avvia la compilazione di una nuova consorziata esecutrice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_NEW_CONSORZIATA', 'en', 'Start the compilation of a new consortium member');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PREVIOUS_ADD_CONSORZIATE', 'it', '< Indietro (inserisci consorziate)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PREVIOUS_ADD_CONSORZIATE', 'en', '< Previous (insert consortium members)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_NEXT_NO_CONSORZIATE', 'it', 'Avanti > (senza consorziate)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_NEXT_NO_CONSORZIATE', 'en', 'Next > (without consortium members)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_PREVIOUS_ADD_CONSORZIATE', 'it', 'Torna all''inserimento consorziate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_PREVIOUS_ADD_CONSORZIATE', 'en', 'Go back to the insertion of the consortium members');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_NEXT_NO_CONSORZIATE', 'it', 'Vai al passo successivo senza inserire le consorziate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_NEXT_NO_CONSORZIATE', 'en', 'Go to the next step without adding consortium members');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_COMPONENTE', 'it', 'Sei sicuro di voler eliminare il componente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_COMPONENTE', 'en', 'Are you sure you want to delete the component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_COMPONENTI', 'it', 'Salta la lista dei componenti e vai al form inserimento dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_COMPONENTI', 'en', 'Skip the list of components and go to the data entry form');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_COMPONENTI', 'it', 'Elenco dei componenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_COMPONENTI', 'en', 'List of components');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_COMPONENTE', 'it', 'Modifica il componente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_COMPONENTE', 'en', 'Edit component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_COMPONENTE', 'it', 'Elimina il componente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_COMPONENTE', 'en', 'Remove component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPONENTE', 'it', 'Componente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPONENTE', 'en', 'Component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ADD_COMPONENTE', 'it', 'Aggiungi il componente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ADD_COMPONENTE', 'en', 'Add component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_COMPONENTE', 'it', 'Salva le modifiche al componente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_COMPONENTE', 'en', 'Save changes to component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_NEW_COMPONENTE', 'it', 'Avvia la compilazione di un nuovo component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_NEW_COMPONENTE', 'en', 'Start the compilation of a new component');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONTINUE_WITHOUT_CONSORZIATA', 'it', 'Sei sicuro di voler proseguire ugualmente senza indicare alcuna consorziata esecutrice?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONTINUE_WITHOUT_CONSORZIATA', 'en', 'Are you sure you want to change anyway without indicating any consortium member?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUOTA_PARTECIPAZIONE', 'it', 'Quota di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUOTA_PARTECIPAZIONE', 'en', 'Participation fee');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_FILTER', 'it', 'Filtra');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_FILTER', 'en', 'Filter');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_GENERA_PDF', 'it', 'Genera pdf domanda');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_GENERA_PDF', 'en', 'Generate pdf');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_GENERA_PDF_OFFERTA_ECONOMICA', 'it', 'Genera pdf offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_GENERA_PDF_OFFERTA_ECONOMICA', 'en', 'Generate pdf for economic offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_GENERA_PDF_VALUTAZIONE_TECNICA', 'it', 'Genera pdf offerta tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_GENERA_PDF_VALUTAZIONE_TECNICA', 'en', 'Generate pdf for technical offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PROCEED_NO_ATTACH', 'it', 'Procedi senza allegati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PROCEED_NO_ATTACH', 'en', 'Proceed without attachments');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PRINT_DATA', 'it', 'Stampa dati inseriti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_PRINT_DATA', 'en', 'Print entered data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_PRINT_DATA', 'it', 'Scarica il PDF contenente i dati inseriti nella richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_PRINT_DATA', 'en', 'Download the PDF containing the data entered in the request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SALVA_BOZZA', 'it', 'Salva bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SALVA_BOZZA', 'en', 'Save draft');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SALVA_BOZZA', 'it', 'Salva la domanda in stato di bozza per completarla in una fase successiva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SALVA_BOZZA', 'en', 'Save the request in a draft to complete it at a later stage');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SEND_SUBSCRIPTION', 'it', 'Invia domanda');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SEND_SUBSCRIPTION', 'en', 'Send request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SEND_SUBSCRIPTION', 'it', 'Invia la domanda d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SEND_SUBSCRIPTION', 'en', 'Send subscription request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SEND_RENEWAL', 'it', 'Invia rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SEND_RENEWAL', 'en', 'Send renewal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SEND_RENEWAL', 'it', 'Invia la richiesta di rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SEND_RENEWAL', 'en', 'Send renewal request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SEND_UPDATE', 'it', 'Invia aggiornamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SEND_UPDATE', 'en', 'Send update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SEND_UPDATE', 'it', 'Invia la richiesta di aggiornamento dati/documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SEND_UPDATE', 'en', 'Send the request to update data/documents');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF', 'it', 'Genera il PDF');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF', 'en', 'Generate PDF');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF_ISCRIZIONE_ELENCO', 'it', 'Genera il PDF per l''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF_ISCRIZIONE_ELENCO', 'en', 'Generate PDF for subscription');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF_OFFERTA_ECONOMICA', 'it', 'Genera il PDF dell''offerta economica con i dati inseriti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF_OFFERTA_ECONOMICA', 'en', 'Generate PDF for economic offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF_VALUTAZIONE_TECNICA', 'it', 'Genera il PDF dell''offerta tecnica con i dati inseriti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_GENERA_PDF_VALUTAZIONE_TECNICA', 'en', 'Generate PDF for technical assessment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RICHIESTA_AGGIORNAMENTO_A', 'it', 'Richiesta aggiornamento iscrizione ad un');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RICHIESTA_AGGIORNAMENTO_A', 'en', 'Request for update subscription to a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RICHIESTA_RINNOVO_ISCRIZIONE', 'it', 'Richiesta di rinnovo iscrizione ad un');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RICHIESTA_RINNOVO_ISCRIZIONE', 'en', 'Request for renewal of subscription for a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RICHIESTA_ISCRIZIONE', 'it', 'Richiesta iscrizione ad un');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RICHIESTA_ISCRIZIONE', 'en', 'Subscription request to a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_AGGIORNAMENTO_ISCRIZIONE', 'it', 'Aggiornamento iscrizione ad un');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_AGGIORNAMENTO_ISCRIZIONE', 'en', 'Update subscription to a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_MERCATO_ELETTRONICO', 'it', 'mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_MERCATO_ELETTRONICO', 'en', 'electronic market');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ELENCO_OE', 'it', 'elenco operatori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ELENCO_OE', 'en', 'list of operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_CATALOGO', 'it', 'catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_CATALOGO', 'en', 'catalog');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_DOMANDA_RINNOVO', 'it', 'Scarica domanda rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_DOMANDA_RINNOVO', 'en', 'Download renewal request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_DOMANDA_AGGIORNAMENTO', 'it', 'Scarica domanda aggiornamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_DOMANDA_AGGIORNAMENTO', 'en', 'Download update request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_DOMANDA_ISCRIZIONE', 'it', 'Scarica domanda iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_DOMANDA_ISCRIZIONE', 'en', 'Download subscription request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_RIEPILOGO_CATEGORIE', 'it', 'Scarica domanda iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_RIEPILOGO_CATEGORIE', 'en', 'Download subscription request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_DOCUMENTAZIONE_RICHIESTA', 'it', 'Documentazione richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_DOCUMENTAZIONE_RICHIESTA', 'en', 'Required documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_CATALOGO_ELETTRONICO', 'it', 'Categorie o prestazioni del catalogo elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_CATALOGO_ELETTRONICO', 'en', 'Categories of electronic market');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_ELENCO_OE', 'it', 'Categorie o prestazioni dell''elenco operatori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_ELENCO_OE', 'en', 'Categories for economic operators list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_SELEZIONATE_OE', 'it', 'Categorie o prestazioni dell''elenco operatori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_CATEGORIE_SELEZIONATE_OE', 'en', 'Categories for economic operators list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPANTI_RTI', 'it', 'Partecipanti al raggruppamento temporaneo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPANTI_RTI', 'en', 'Partecipants in the temporary grouping');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_PRESENTAZIONE_DOMANDA', 'it', 'Presentazione domanda');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_PRESENTAZIONE_DOMANDA', 'en', 'Request submission');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_RICHIESTA_ISCRIZIONE', 'it', 'Scarica richiesta d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_RICHIESTA_ISCRIZIONE', 'en', 'Download request of subscription');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_RICHIESTA_RINNOVO', 'it', 'Scarica richiesta di rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_RICHIESTA_RINNOVO', 'en', 'Download request of renewal');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_RICHIESTA_AGGIORNAMENTO', 'it', 'Scarica richiesta d''aggiornamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_RICHIESTA_AGGIORNAMENTO', 'en', 'Download request of update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_DOCUMENTI', 'it', 'Elenco dei documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_DOCUMENTI', 'en', 'List of documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE', 'it', 'Descrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE', 'en', 'Description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FACSIMILE', 'it', 'Fac-simile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FACSIMILE', 'en', 'Fac-simile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALLEGATO', 'it', 'Allegato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALLEGATO', 'en', 'Attachment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_RIEPILOGO', 'it', 'Riepilogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_RIEPILOGO', 'en', 'Summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_TITOLO_BANDO_AVVISO', 'it', 'Titolo bando/avviso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_TITOLO_BANDO_AVVISO', 'en', 'Notice/announcement title');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OPERATORE_ECONOMICO', 'it', 'Operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OPERATORE_ECONOMICO', 'en', 'Economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_SELEZIONATE', 'it', 'Categorie selezionate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_SELEZIONATE', 'en', 'Selected categories');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSSESSO_REQUISITI_COORDINATORE_SICUREZZA', 'it', 'Possesso requisiti Coordinatore della Sicurezza - art. 98 D.Lgs. 81/2008');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSSESSO_REQUISITI_COORDINATORE_SICUREZZA', 'en', 'Possession requirements Security Coordinator - art. 98 Legislative Decree 81/2008');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_ALLEGATI', 'it', 'Documenti allegati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_ALLEGATI', 'en', 'Attached documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_PDF_RIEPILOGO', 'it', 'Scarica il PDF contenente il riepilogo dei dati inseriti nella richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_SCARICA_PDF_RIEPILOGO', 'en', 'Download the PDF containing the summary of the data entered in the request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MESSAGE_NO_DOCUMENTS', 'it', 'si segnala che non risulta caricato alcun documento!</strong> Si ricorda che ogni documento da allegare va <strong>caricato singolarmente</strong> al passo precedente (Documentazione richiesta) premendo il corrispondente pulsante "Allega"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MESSAGE_NO_DOCUMENTS', 'en', 'please note that no documents are uploaded!</strong> Please note that each document to be attached must <strong>be uploaded individually</strong> to the previous step (Required documentation) by pressing the corresponding "Attach" button');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_SOGGETTI_DIRITTO_FIRMA', 'it', 'Lista dei soggetti in corso di validit&agrave; con diritto di firma. Selezionare il firmatario');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_SOGGETTI_DIRITTO_FIRMA', 'en', 'List of valid subjects with the right to sign. Select the signer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_NUMERO_MARCA_BOLLO', 'it', 'Numero di serie marca');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRALBO_NUMERO_MARCA_BOLLO', 'en', 'Stamp number serial number');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ANNULLA_AGGIORNAMENTO', 'it', 'Annullamento aggiornamento iscrizione ad un');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ANNULLA_AGGIORNAMENTO', 'en', 'Cancel update to subscription to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALL_ELENCO', 'it', 'all''elenco');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALL_ELENCO', 'en', 'to list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BANDO', 'it', 'bando');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BANDO', 'en', 'registration notice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AL_MERCATO_ELETTRONICO', 'it', 'al mercato elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AL_MERCATO_ELETTRONICO', 'en', 'to electronic market');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_AGGIORNAMENTO_ISCRALBO_1', 'it', 'E'' stata selezionata l''azione per annullare l''aggiornamento dei dati e dei documenti relativi all''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_AGGIORNAMENTO_ISCRALBO_1', 'en', 'The action to cancel the updating of the data and documents relating to the subscription was selected');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_AGGIORNAMENTO_ISCRALBO_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''aggiornamento e tornare al dettaglio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_AGGIORNAMENTO_ISCRALBO_2', 'en', 'Select "Confirm cancellation" to cancel the update and return to detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_AGGIORNAMENTO_ISCRALBO_3', 'it', 'di partenza, "Torna all''aggiornamento" per ritornare al form di inserimento dati e proseguire la compilazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_AGGIORNAMENTO_ISCRALBO_3', 'en', ', "Back to update" to go back to the data entry form and continue the compilation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_AGGIORNAMENTO_ISCRALBO', 'it', 'Torna all''aggiornamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_AGGIORNAMENTO_ISCRALBO', 'en', 'Back to update');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_PASSOE', 'it', 'PassOE');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_PASSOE', 'en', 'PassOE');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ANNULLA_ISCRIZIONE', 'it', 'Annullamento iscrizione ad un');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ANNULLA_ISCRIZIONE', 'en', 'Cancel subscription to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_ISCRIZIONE_ISCRALBO_1', 'it', 'E'' stata selezionata l''azione per annullare l''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_ISCRIZIONE_ISCRALBO_1', 'en', 'It has been selected the action to cancel the subscription');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_ISCRIZIONE_ISCRALBO_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''iscrizione e tornare al dettaglio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_ISCRIZIONE_ISCRALBO_2', 'en', 'Select "Confirm cancellation" to cancel the subscription and return to detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_ISCRIZIONE_ISCRALBO_3', 'it', 'di partenza, "Torna all''iscrizione" per ritornare al form di inserimento dati e proseguire l''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_ISCRIZIONE_ISCRALBO_3', 'en', ', "Back to subscription" to return to the data entry form and continue the subscription');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_ISCRIZIONE_ISCRALBO', 'it', 'Torna all''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_ISCRIZIONE_ISCRALBO', 'en', 'Back to subscription');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ANNULLA_RINNOVO', 'it', 'Annullamento rinnovo dell''iscrizione ad un');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_ANNULLA_RINNOVO', 'en', 'Cancellation renewal of the subscription to a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_RINNOVO_ISCRALBO_1', 'it', 'E'' stata selezionata l''azione per annullare il rinnovo dell''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_RINNOVO_ISCRALBO_1', 'en', 'The action to cancel the renewal of the subscription was selected');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_RINNOVO_ISCRALBO_2', 'it', 'Selezionare "Conferma annullamento" per annullare il rinnovo dell''iscrizione e tornare al dettaglio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_RINNOVO_ISCRALBO_2', 'en', 'Select "Confirm cancellation" to cancel the renewal of the subscription and return to detail,');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_RINNOVO_ISCRALBO_3', 'it', 'di partenza, "Torna al rinnovo" per ritornare al form di inserimento dati e proseguire il rinnovo dell''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CANCEL_RINNOVO_ISCRALBO_3', 'en', '"Back to renewal" to return to the data entry form and continue renewing the subscription');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_RINNOVO_ISCRALBO', 'it', 'Torna al rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_RINNOVO_ISCRALBO', 'en', 'Back to renewal');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_CONFERMA_RINNOVO', 'it', 'Conferma rinnovo iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_CONFERMA_RINNOVO', 'en', 'Subscription renewal confirmation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_RINNOVO_ISCRALBO', 'it', 'Sicuro di voler procedere con la richiesta di rinnovo iscrizione?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_RINNOVO_ISCRALBO', 'en', 'Are you sure you want to proceed with the subscription renewal request?');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RINNOVO_ISCRIZIONE', 'it', 'Rinnovo iscrizione effettuata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ISCRALBO_RINNOVO_ISCRIZIONE', 'en', 'Renewal of subscription done');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ISCRIZIONE_ISCRALBO_1', 'it', 'La sua richiesta di rinnovo iscrizione &egrave; stata inviata con successo il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ISCRIZIONE_ISCRALBO_1', 'en', 'Your subscription renewal request was successfully sent on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ISCRIZIONE_ISCRALBO_2', 'it', 'Seguire il link per tornare al dettaglio della procedura.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ISCRIZIONE_ISCRALBO_2', 'en', 'Follow the link to go back to the details of the procedure.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ELENCO', 'it', 'Torna al dettaglio dell''elenco');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_ELENCO', 'en', 'Back to the detail of the list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_CATALOGO', 'it', 'Torna al dettaglio del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_CATALOGO', 'en', 'Back to catalog detail');
	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_ISCRIZIONE_ISCRALBO', 'it', 'La sua richiesta d''iscrizione &egrave; stata effettuata con successo e verr&agrave; presa in esame nel pi&ugrave; breve tempo possibile.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_ISCRIZIONE_ISCRALBO', 'en', 'Your subscription request has been successfully completed and will be considered as soon as possible.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA_ISCRIZIONE_ISCRALBO_1', 'it', 'L''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA_ISCRIZIONE_ISCRALBO_1', 'en', 'The subscription');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA_ISCRIZIONE_ISCRALBO_2', 'it', '&egrave; stata salvata in uno stato di "bozza".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA_ISCRIZIONE_ISCRALBO_2', 'en', 'was saved in a "draft" state.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA_ISCRIZIONE_ISCRALBO_3', 'it', 'Sar&agrave; comunque possibile riprendere la compilazione della richiesta in un secondo momento a partire dal dettaglio del');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA_ISCRIZIONE_ISCRALBO_3', 'en', 'However, it will be possible to resume the application at a later date, starting from the detail of the');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO', 'it', 'Torna al dettaglio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO', 'en', 'Back to');	

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_AGGIORNAMENTO_A_ISCRALBO_1', 'it', 'La sua richiesta di aggiornamento &egrave; stata effettuata con successo e verr&agrave; presa in esame nel pi&ugrave; breve tempo possibile.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_AGGIORNAMENTO_A_ISCRALBO_1', 'en', 'Your request for an update has been successfully completed and will be considered as soon as possible.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_PRINCIPALI_OE', 'it', 'Dati principali dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_PRINCIPALI_OE', 'en', 'Economic operator''s main data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DENOMINAZIONE', 'it', 'Denominazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DENOMINAZIONE', 'en', 'Name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RAGIONE_SOCIALE', 'it', 'Ragione sociale o denominazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RAGIONE_SOCIALE', 'en', 'Company name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NATURA_GIURIDICA', 'it', 'Forma giuridica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NATURA_GIURIDICA', 'en', 'Legal nature');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_IMPRESA', 'it', 'Tipologia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_IMPRESA', 'en', 'Company type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_FISCALE', 'it', 'Codice fiscale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_FISCALE', 'en', 'Fiscal code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_FISCALE_ABBR', 'it', 'C.F.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_FISCALE_ABBR', 'en', 'F.C.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTITA_IVA', 'it', 'Partita IVA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTITA_IVA', 'en', 'VAT number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTITA_IVA_ABBR', 'it', 'P.IVA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTITA_IVA_ABBR', 'en', 'VAT n.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OGGETTO_SOCIALE', 'it', 'Oggetto sociale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OGGETTO_SOCIALE', 'en', 'Corporate purpose');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE_LEGALE', 'it', 'Sede legale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE_LEGALE', 'en', 'Registered office');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDIRIZZO', 'it', 'Indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDIRIZZO', 'en', 'Address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_CIVICO', 'it', 'n');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_CIVICO', 'en', 'n');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CAP', 'it', 'CAP');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CAP', 'en', 'Postal Code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNE', 'it', 'Localit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNE', 'en', 'City');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA', 'it', 'Provincia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA', 'en', 'Province');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_PROVINCIA_SOLO_PER_ITALIA', 'it', 'La provincia DEVE essere compilata SOLO PER l''Italia.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_PROVINCIA_SOLO_PER_ITALIA', 'en', 'The province MUST be filled in ONLY FOR Italy.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NAZIONE', 'it', 'Nazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NAZIONE', 'en', 'Country');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SITO_WEB', 'it', 'Sito Internet');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SITO_WEB', 'en', 'Website');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RECAPITI', 'it', 'Recapiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RECAPITI', 'en', 'Contact');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TELEFONO', 'it', 'Telefono');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TELEFONO', 'en', 'Phone');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FAX', 'it', 'Fax');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FAX', 'en', 'Fax');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CELLULARE', 'it', 'Cellulare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CELLULARE', 'en', 'Mobile phone');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EMAIL', 'it', 'Email');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EMAIL', 'en', 'Email');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EMAIL_CONFIRM', 'it', 'Conferma Email');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EMAIL_CONFIRM', 'en', 'Email confirm');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PEC', 'it', 'PEC');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PEC', 'en', 'PEC');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PEC_CONFIRM', 'it', 'Conferma PEC');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PEC_CONFIRM', 'en', 'PEC confirm');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTE', 'it', 'Note');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTE', 'en', 'Note');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_INDICARE_ND_SE_NON_PREVISTO', 'it', 'Il pulsante "Genera pdf" compare una volta inserito il valore di questo campo. Indicare "n.d." se non previsto per la procedura.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_INDICARE_ND_SE_NON_PREVISTO', 'en', 'The "Generate pdf" button appears once the value of this field has been entered. Indicate "n.a." if not provided for the procedure.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_PASSOE_INDICARE_ND_SE_NON_PREVISTO', 'it', 'Il pulsante "Genera pdf offerta" compare una volta inserito il valore di questo campo. Indicare "n.d." se non previsto per la procedura.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOTA_PASSOE_INDICARE_ND_SE_NON_PREVISTO', 'en', 'The "Generate pdf for economic offer" button appears once the value of this field has been entered. Indicate "n.a." if not provided for the procedure.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_INDIRIZZO', 'it', 'Sei sicuro di voler eliminare l''indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_INDIRIZZO', 'en', 'Are you sure you want to delete the address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_INDIRIZZO', 'it', 'Tipologia indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_INDIRIZZO', 'en', 'Address type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_INDIRIZZI', 'it', 'Salta la lista di indirizzi e vai al form inserimento dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_INDIRIZZI', 'en', 'Skip the address list and go to the data entry form');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_INDIRIZZI', 'it', 'Elenco indirizzi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_INDIRIZZI', 'en', 'Address list');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ELENCO_INDIRIZZI_TABELLA_SUMMARY', 'it', 'Elenco degli indirizzi dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ELENCO_INDIRIZZI_TABELLA_SUMMARY', 'en', 'Address list of the economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_MODIFICA_INDIRIZZO', 'it', 'Modifica&nbsp;indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_MODIFICA_INDIRIZZO', 'en', 'Edit&nbsp;address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_MODIFICA_INDIRIZZO', 'it', 'Modifica l''indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_MODIFICA_INDIRIZZO', 'en', 'Edit the address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_ELIMINA_INDIRIZZO', 'it', 'Elimina&nbsp;indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_ELIMINA_INDIRIZZO', 'en', 'Delete&nbsp;address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_ELIMINA_INDIRIZZO', 'it', 'Elimina l''indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_ELIMINA_INDIRIZZO', 'en', 'Delete the address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_INDIRIZZO', 'it', 'Nuovo indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_INDIRIZZO', 'en', 'New address');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_INDIRIZZO', 'it', 'Modifica indirizzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_INDIRIZZO', 'en', 'Edit address');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_SOGGETTO_1', 'it', 'Sei sicuro di voler eliminare il soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_SOGGETTO_1', 'en', 'Are you sure you want to delete');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_SOGGETTO_2', 'it', 'con qualifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUESTION_CONFIRM_DEL_SOGGETTO_2', 'en', 'with qualification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_SOGGETTI', 'it', 'Salta la lista di soggetti e vai al form inserimento dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SKIP_SOGGETTI', 'en', 'Skip the list of people and go to the data entry form');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_SOGGETTI', 'it', 'Elenco soggetti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_SOGGETTI', 'en', 'List of people');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ELENCO_SOGGETTI_TABELLA_SUMMARY', 'it', 'Elenco dei soggetti dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('ELENCO_SOGGETTI_TABELLA_SUMMARY', 'en', 'List of people of the economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_MODIFICA_SOGGETTO', 'it', 'Modifica&nbsp;soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_MODIFICA_SOGGETTO', 'en', 'Edit&nbsp;subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_MODIFICA_SOGGETTO', 'it', 'Modifica il soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_MODIFICA_SOGGETTO', 'en', 'Edit the subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_COPIA_SOGGETTO', 'it', 'Copia&nbsp;soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_COPIA_SOGGETTO', 'en', 'Copy&nbsp;subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_COPIA_SOGGETTO', 'it', 'Copia i dati anagrafici del soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_COPIA_SOGGETTO', 'en', 'Copy the personal data of the subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_ELIMINA_SOGGETTO', 'it', 'Elimina&nbsp;soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AZIONE_ELIMINA_SOGGETTO', 'en', 'Delete&nbsp;subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_ELIMINA_SOGGETTO', 'it', 'Elimina il soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AZIONE_ELIMINA_SOGGETTO', 'en', 'Delete the subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_SOGGETTO', 'it', 'Nuovo soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_SOGGETTO', 'en', 'New subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_SOGGETTO', 'it', 'Modifica soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_SOGGETTO', 'en', 'Edit subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RESIDENZA', 'it', 'Residenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RESIDENZA', 'en', 'Registered residence');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ADD_SOGGETTO', 'it', 'Aggiungi il soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ADD_SOGGETTO', 'en', 'Add the subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REFRESH_SOGGETTO', 'it', 'Salva le modifiche al soggetto esistente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REFRESH_SOGGETTO', 'en', 'Save changes to the existing subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_START_NEW_SOGGETTO', 'it', 'Avvia la compilazione di un nuovo soggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_START_NEW_SOGGETTO', 'en', 'Start compiling a new subject');


INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOMINATIVO', 'it', 'Nominativo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOMINATIVO', 'en', 'Nominative');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COGNOME', 'it', 'Cognome');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COGNOME', 'en', 'Last name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOME', 'it', 'Nome');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOME', 'en', 'First name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TITOLO', 'it', 'Titolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TITOLO', 'en', 'Title');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_NASCITA', 'it', 'Dati di nascita');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_NASCITA', 'en', 'Birth data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_NASCITA_NATO_IL', 'it', 'Nato/a il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_NASCITA_NATO_IL', 'en', 'Born on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_NASCITA', 'it', 'Data di nascita');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_NASCITA', 'en', 'Birth date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_NASCITA_NATO_A', 'it', 'a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_NASCITA_NATO_A', 'en', 'in');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNE_NASCITA', 'it', 'Luogo di nascita');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMUNE_NASCITA', 'en', 'Birth place');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_NASCITA', 'it', 'Provincia di nascita');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_NASCITA', 'en', 'Birth province');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SESSO', 'it', 'Sesso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SESSO', 'en', 'Gender');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_ALBO_PROF', 'it', 'Iscrizione Albo professionale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_ALBO_PROF', 'en', 'Registration Professional Register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPOLOGIA', 'it', 'Tipologia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPOLOGIA', 'en', 'Type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPOLOGIA_ALBO_PROF', 'it', 'Tipologia iscrizione Albo professionale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPOLOGIA_ALBO_PROF', 'en', 'Registration type professional Register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE', 'it', 'Numero d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE', 'en', 'Registration number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_ALBO_PROF', 'it', 'Numero d''iscrizione Albo professionale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_ALBO_PROF', 'en', 'Registration number professional Register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_ALBO_PROF', 'it', 'Data iscrizione Albo professionale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_ALBO_PROF', 'en', 'Registration date professional Register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_ISCRIZIONE', 'it', 'Provincia d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_ISCRIZIONE', 'en', 'Registration province');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_ISCRIZIONE_ALBO_PROF', 'it', 'Provincia d''iscrizione Albo professionale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_ISCRIZIONE_ALBO_PROF', 'en', 'Registration province professional Register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CASSA_PREV', 'it', 'Iscrizione Cassa di Previdenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CASSA_PREV', 'en', 'Social Security Fund registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CASSA_PREV_MATRICOLA', 'it', 'Numero matricola');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CASSA_PREV_MATRICOLA', 'en', 'Serial number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INCARICO', 'it', 'Incarico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INCARICO', 'en', 'Assignment');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUALIFICA', 'it', 'Qualifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUALIFICA', 'en', 'Qualification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_INIZIO_INCARICO', 'it', 'Data inizio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_INIZIO_INCARICO', 'en', 'Start date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_FINE_INCARICO', 'it', 'Data fine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_FINE_INCARICO', 'en', 'End date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RESPONSABILE_DICHIARAZIONI', 'it', 'Soggetto abilitato alla firma digitale (Resp. dichiarazioni - DPR 445/2000)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RESPONSABILE_DICHIARAZIONI', 'en', 'Subject authorized for digital signature (Resp. Declarations - Presidential Decree 445/2000)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LEGALI_RAPPRESENTANTI', 'it', 'Legali rappresentanti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LEGALI_RAPPRESENTANTI', 'en', 'Legal representatives');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DIRETTORI_TECNICI', 'it', 'Direttori tecnici');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DIRETTORI_TECNICI', 'en', 'Technical directors');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONI_CERTIFICAZIONI', 'it', 'Iscrizioni e certificazioni impresa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONI_CERTIFICAZIONI', 'en', 'Company registrations and certifications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CCIAA', 'it', 'Iscrizione Camera di Commercio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CCIAA', 'en', 'Chamber of Commerce registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_CCIAA', 'it', 'Iscritto alla Camera di Commercio?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_CCIAA', 'en', 'Member of the Chamber of Commerce?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_CCIAA', 'it', 'Numero iscrizione Registro Imprese');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_CCIAA', 'en', 'Registration number of the Companies Register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_CCIAA', 'it', 'Data iscrizione Registro Imprese');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_CCIAA', 'en', 'Registration date of the Companies Register');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_REGISTRO_DITTE_CCIAA', 'it', 'Numero R.E.A.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_REGISTRO_DITTE_CCIAA', 'en', 'A.E.R. number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_DOMANDA_ISCRIZIONE_CCIAA', 'it', 'Data iscrizione R.E.A.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_DOMANDA_ISCRIZIONE_CCIAA', 'en', 'A.E.R. registration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE', 'it', 'Sede');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE', 'en', 'Headquarters');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_ISCRIZIONE_CCIAA', 'it', 'Sede CCIAA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROVINCIA_ISCRIZIONE_CCIAA', 'en', 'CCIAA headquarters');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_NULLA_OSTA_ANTIMAFIA_CCIAA', 'it', 'Data nullaosta antimafia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_NULLA_OSTA_ANTIMAFIA_CCIAA', 'en', 'Date of antimafia clearance');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DURC', 'it', 'DURC');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DURC', 'en', 'DURC');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTO_NORMATIVE_DURC', 'it', 'Soggetto agli obblighi del DURC?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTO_NORMATIVE_DURC', 'en', 'Subject to DURC obligations?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SETTORE_PRODUTTIVO_DURC', 'it', 'Settore produttivo C.C.N.L. applicato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SETTORE_PRODUTTIVO_DURC', 'en', 'Production sector national collective agreement applied');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_INPS', 'it', 'Iscrizione INPS');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_INPS', 'en', 'INPS registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MATRICOLA', 'it', 'Matricola');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MATRICOLA', 'en', 'Serial number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_INPS', 'it', 'Matricola INPS');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_INPS', 'en', 'INPS serial number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_CONTRIBUTIVA', 'it', 'Posizione contributiva individuale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_CONTRIBUTIVA', 'en', 'Individual contribution position');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_CONTRIBUTIVA_INDIVIDUALE_INPS', 'it', 'Posizione contributiva individuale INPS');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_CONTRIBUTIVA_INDIVIDUALE_INPS', 'en', 'INPS individual contribution position');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE', 'it', 'Data iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE', 'en', 'Registration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_INPS', 'it', 'Data iscrizione INPS');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_INPS', 'en', 'INPS registration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE_INPS', 'it', 'Sede INPS');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE_INPS', 'en', 'INPS headquarters');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_INAIL', 'it', 'Iscrizione INAIL');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_INAIL', 'en', 'INAIL registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_DITTA', 'it', 'Codice ditta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_DITTA', 'en', 'Company code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_INAIL', 'it', 'Codice ditta INAIL');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_INAIL', 'en', 'INAIL company code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_ASSICURATIVA', 'it', 'Posizione assicurativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_ASSICURATIVA', 'en', 'Insurance position');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_ASSICURATIVA_INAIL', 'it', 'Posizione assicurativa INAIL');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZ_ASSICURATIVA_INAIL', 'en', 'INAIL insurance position');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_INAIL', 'it', 'Data iscrizione INAIL');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_INAIL', 'en', 'INAIL registration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE', 'it', 'Localit&agrave; iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE', 'en', 'Place of registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE_INAIL', 'it', 'Localit&agrave; iscrizione INAIL');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE_INAIL', 'en', 'INAIL place of registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CASSA_EDILE', 'it', 'Iscrizione Cassa Edile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_CASSA_EDILE', 'en', 'Building Fund registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_IMPRESA', 'it', 'Codice impresa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_IMPRESA', 'en', 'Company code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_CASSA_EDILE', 'it', 'Codice impresa Cassa Edile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_CASSA_EDILE', 'en', 'Company code Building Fund');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_CASSA_EDILE', 'it', 'Codice Cassa Edile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_CASSA_EDILE', 'en', 'Building Fund code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_CASSA_EDILE', 'it', 'Data iscrizione Cassa Edile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_CASSA_EDILE', 'en', 'Registration date Building Fund');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE_CASSA_EDILE', 'it', 'Localit&agrave; iscrizione Cassa Edile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOCALITA_ISCRIZIONE_CASSA_EDILE', 'en', 'Place of registration Building Fund');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRI_ISTITUTI_PREVIDENZIALI', 'it', 'Iscrizione ad altri Istituti Previdenziali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRI_ISTITUTI_PREVIDENZIALI', 'en', 'Registration in other Social Security Institutions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ATTESTAZIONE_SOA', 'it', 'Attestazione SOA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ATTESTAZIONE_SOA', 'en', 'SOA certification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ATTESTAZIONE', 'it', 'Numero attestazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ATTESTAZIONE', 'en', 'Certification number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_SOA', 'it', 'Numero attestazione SOA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_SOA', 'en', 'SOA certification number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RILASCIO', 'it', 'Data rilascio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RILASCIO', 'en', 'Release date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_SOA', 'it', 'Data rilascio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_SOA', 'en', 'Release date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_TRIENNALE', 'it', 'Data scadenza triennale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_TRIENNALE', 'en', 'Three-year expiry date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_TRIENNALE_SOA', 'it', 'Data scadenza triennale SOA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_TRIENNALE_SOA', 'en', 'SOA three-year expiry date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_VERIFICA_TRIENNALE', 'it', 'Data verifica triennale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_VERIFICA_TRIENNALE', 'en', 'Three-year check date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_VERIFICA_TRIENNALE_SOA', 'it', 'Data verifica triennale SOA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_VERIFICA_TRIENNALE_SOA', 'en', 'SOA three-year check date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_QUINQUENNALE', 'it', 'Data scadenza quinquennale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_QUINQUENNALE', 'en', 'Five-year expiry date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_QUINQUENNALE_SOA', 'it', 'Data scadenza quinquennale SOA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_QUINQUENNALE_SOA', 'en', 'SOA five-year expiry date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ORGANISMO_CERTIFICATORE', 'it', 'Organismo certificatore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ORGANISMO_CERTIFICATORE', 'en', 'Certification body');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CERTIFICAZIONE_ISO', 'it', 'Certificazione ISO 9001');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CERTIFICAZIONE_ISO', 'en', 'ISO 9001 certification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_ISO', 'it', 'Numero d''iscrizione ISO 9001');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_ISCRIZIONE_ISO', 'en', 'ISO 9001 registration number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_CERTIFICAZIONE', 'it', 'Data scadenza certificazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_CERTIFICAZIONE', 'en', 'Certification expiry date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_CERTIFICAZIONE_ISO', 'it', 'Data scadenza certificazione ISO 9001');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_CERTIFICAZIONE_ISO', 'en', 'ISO 9001 certification expiry date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_WL_ANTIMAFIA', 'it', 'Iscrizione whitelist antimafia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_WL_ANTIMAFIA', 'en', 'Anti-mafia whitelist registration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO', 'it', 'Iscritto?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO', 'en', 'Signed up?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_WHITELIST_ANTIMAFIA', 'it', 'Iscritto alla whitelist antimafia?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_WHITELIST_ANTIMAFIA', 'en', 'Anti-mafia whitelist signed up?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE_PREFETTURA', 'it', 'Sede prefettura competente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE_PREFETTURA', 'en', 'Competent prefecture office');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE_PREFETTURA_WHITELIST_ANTIMAFIA', 'it', 'Sede prefettura competente whitelist antimafia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEDE_PREFETTURA_WHITELIST_ANTIMAFIA', 'en', 'Competent prefecture office anti-mafia whitelist');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEZIONI_ISCRIZIONE', 'it', 'Sezioni d''iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEZIONI_ISCRIZIONE', 'en', 'Registration sections');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEZIONI_ISCRIZIONE_WHITELIST_ANTIMAFIA', 'it', 'Sezioni d''iscrizione whitelist antimafia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SEZIONI_ISCRIZIONE_WHITELIST_ANTIMAFIA', 'en', 'Registration sections anti-mafia whitelist');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_WHITELIST_ANTIMAFIA', 'it', 'Data iscrizione whitelist antimafia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ISCRIZIONE_WHITELIST_ANTIMAFIA', 'en', 'Registration date anti-mafia whitelist');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA', 'it', 'Data scadenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA', 'en', 'Expiration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_ISCRIZIONE_WHITELIST_ANTIMAFIA', 'it', 'Data scadenza whitelist antimafia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_ISCRIZIONE_WHITELIST_ANTIMAFIA', 'en', 'Expiration date anti-mafia whitelist');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIORNAMENTO_IN_CORSO', 'it', 'Aggiornamento in corso?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIORNAMENTO_IN_CORSO', 'en', 'Update in progress?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_ELENCHI_RICOSTRUZIONE', 'it', 'Iscrizione elenchi ricostruzione (DL 189/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRIZIONE_ELENCHI_RICOSTRUZIONE', 'en', 'Reconstruction list registration (Law Decree 189/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_ANAGRAFE_ANTIMAFIA', 'it', 'Iscritto a anagrafe antimaf.esecut.(art.30 c.6 DL 189/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_ANAGRAFE_ANTIMAFIA', 'en', 'Enrolled in an executive anti-mafia registry (art.30 c.6 Law Decree 189/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_ISCRIZIONE_ANAGRAFE', 'it', 'Data scadenza iscrizione anagrafe antimafia esecutori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_ISCRIZIONE_ANAGRAFE', 'en', 'Expiry date for the registration of the anti-mafia executors');	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ISCRIZIONE_ANAGRAFE', 'it', 'Rinnovo iscrizione in corso anagrafe antimafia esecutori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ISCRIZIONE_ANAGRAFE', 'en', 'Renewal of the registration of the executors anti-mafia registry');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_ELENCO_SPECIALE_PROF', 'it', 'Iscritto a elenco speciale profession.(art.34 DL 189/2016)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ISCRITTO_ELENCO_SPECIALE_PROF', 'en', 'Enrolled in a special professional list (art.34 Law Decree 189/2016)');	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RATING_LEGALITA', 'it', 'Rating di legalit (DL 1/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RATING_LEGALITA', 'en', 'Legality Rating (Law Decree 1/2012)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSSIEDE_RATING_LEGALITA', 'it', 'Possiede rating di legalit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSSIEDE_RATING_LEGALITA', 'en', 'Do you have a legality rating');	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RATING', 'it', 'Rating di legalit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RATING', 'en', 'Legality rating');	
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_POSSESSO_RATING', 'it', 'Data scadenza possesso rating di legalit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_POSSESSO_RATING', 'en', 'Legality rating expiration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIORNAMENTO_RATING', 'it', 'Aggiornamento rating di legalit in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIORNAMENTO_RATING', 'en', 'Legality rating update in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRE_CERTIFICAZIONI_ATTESTAZIONI', 'it', 'Altre certificazioni o attestazioni possedute');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRE_CERTIFICAZIONI_ATTESTAZIONI', 'en', 'Other certifications held');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRI_DATI', 'it', 'Altri dati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALTRI_DATI', 'en', 'Other data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CC_DEDICATO', 'it', 'Conto corrente dedicato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CC_DEDICATO', 'en', 'Dedicated bank account');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IBAN', 'it', 'Codice IBAN');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IBAN', 'en', 'IBAN');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BIC', 'it', 'Codice BIC');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BIC', 'en', 'BIC');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTI_ABILITATI_CC_DEDICATO', 'it', 'Soggetti abilitati a movimentazioni sul conto (nominativo e codice fiscale)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTI_ABILITATI_CC_DEDICATO', 'en', 'Subjects authorized to move to the account (name and fiscal code)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SETTORE_ATTIVITA_ECONOMICA', 'it', 'Settore attivit economica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SETTORE_ATTIVITA_ECONOMICA', 'en', 'Economic activity sector');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABILIT_PREVENTIVA', 'it', 'Abilitazione preventiva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ABILIT_PREVENTIVA', 'en', 'Preventive qualification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_ABILIT_PREVENTIVA', 'it', 'Data scadenza abilitazione preventiva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADENZA_ABILIT_PREVENTIVA', 'en', 'Preventive qualification expiration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IN_FASE_RINNOVO', 'it', 'In fase di rinnovo?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IN_FASE_RINNOVO', 'en', 'In the renewal phase?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ABILIT_PREVENTIVA', 'it', 'Abilitazione preventiva in fase di rinnovo?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RINNOVO_ABILIT_PREVENTIVA', 'en', 'Preventive qualification in the renewal phase?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RICHIESTA_RINNOVO', 'it', 'Data richiesta rinnovo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RICHIESTA_RINNOVO', 'en', 'Renewal request date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RICH_RINNOVO_ABILIT_PREVENTIVA', 'it', 'Data richiesta rinnovo abilitazione preventiva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RICH_RINNOVO_ABILIT_PREVENTIVA', 'en', 'Preventive qualification renewal request date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ZONE_ATTIVITA', 'it', 'Zone di attivit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ZONE_ATTIVITA', 'en', 'Activity areas');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CHECK_REGIONI', 'it', 'Seleziona tutte le regioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CHECK_REGIONI', 'en', 'Select all regions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNCHECK_REGIONI', 'it', 'Deseleziona tutte le regioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNCHECK_REGIONI', 'en', 'Deselect all regions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PERSONALE_DIPENDENTE', 'it', 'Personale dipendente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PERSONALE_DIPENDENTE', 'en', 'Employees');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSUNZIONI_OBBLIGATE', 'it', 'Soggetto ad assunzioni obbligatorie di cui alla Legge 68/1999?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSUNZIONI_OBBLIGATE', 'en', 'Subject to hiring obligations under Law 68/1999?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSUNZIONI_OBBLIGATE_NOTA', 'it', 'Attenzione: l''operatore economico NON &egrave; soggetto agli obblighi di assunzioni di cui alla Legge 68/1999 quando occupa meno di 16 dipendenti oppure quando occupa da 16 a 35 dipendenti e non ha effettuato nuove assunzioni dopo il 15/01/2000 data di entrata in vigore della legge.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASSUNZIONI_OBBLIGATE_NOTA', 'en', 'Attention: the economic operator is NOT subject to the hiring obligations set out in Law 68/1999 when it employs fewer than 16 employees or when it employs 16 to 35 employees and has not hired new employees after 01/15/2000 entry into force of the law.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DIPENDENTI_ULTIMO_TRIENNIO', 'it', 'Personale dipendente nell''ultimo triennio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DIPENDENTI_ULTIMO_TRIENNIO', 'en', 'Employees in the last three years');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_MEDIO_DIPENDENTI', 'it', 'Numero medio dipendenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_MEDIO_DIPENDENTI', 'en', 'Average number of employees');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WARNING_ZERO_DIPENDENTI', 'it', 'Zero dipendenti inseriti, se errato correggi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WARNING_ZERO_DIPENDENTI', 'en', 'Zero employees entered, if wrong correct');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STR_NUM_DIPENDENTI[0]', 'it', 'Numero medio dipendenti per anno (riga 1)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STR_NUM_DIPENDENTI[0]', 'en', 'Average number of employees (row 1)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STR_NUM_DIPENDENTI[1]', 'it', 'Numero medio dipendenti per anno (riga 2)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STR_NUM_DIPENDENTI[1]', 'en', 'Average number of employees (row 2)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STR_NUM_DIPENDENTI[2]', 'it', 'Numero medio dipendenti per anno (riga 3)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STR_NUM_DIPENDENTI[2]', 'en', 'Average number of employees (row 3)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSE_DIMENSIONE_DIPENDENTI', 'it', 'Classe di dimensione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSE_DIMENSIONE_DIPENDENTI', 'en', 'Size class');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_IDENTIFICATIVO', 'it', 'Codice identificativo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_IDENTIFICATIVO', 'en', 'Identification code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ORGANIZZAZIONE', 'it', 'Organizzazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ORGANIZZAZIONE', 'en', 'Organization');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_ORGANIZZATIVA', 'it', 'Unit&agrave; organizzativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_ORGANIZZATIVA', 'en', 'Organizational unit');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RTI', 'it', 'RTI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RTI', 'en', 'RTI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RTI_AGGIUDICATARIA', 'it', 'RTI aggiudicataria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RTI_AGGIUDICATARIA', 'en', 'Tenderer RTI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDATARIA', 'it', 'Mandataria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MANDATARIA', 'en', 'Contractor');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIUDICATARIO', 'it', 'Aggiudicatario');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIUDICATARIO', 'en', 'Tenderer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPONENTI', 'it', 'Componenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPONENTI', 'en', 'Partecipats');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPANTE', 'it', 'Partecipante');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPANTE', 'en', 'Partecipant');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_OPERATORI', 'it', 'Elenco operatori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO_OPERATORI', 'en', 'List of operators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_ALLEGATI', 'it', 'File allegati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_ALLEGATI', 'en', 'Attached files');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_STAZIONE_APPALTANTE', 'it', '-- Scegli una stazione appaltante --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_STAZIONE_APPALTANTE', 'en', '-- Choose one contracting authority --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_APPALTO', 'it', '-- Scegli una tipologia di appalto --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_APPALTO', 'en', '-- Choose one contract type --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_AVVISO', 'it', '-- Scegli una tipologia di avviso --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_AVVISO', 'en', '-- Choose one tender notice type --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_STATO_GARA', 'it', '-- Scegli uno stato --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_STATO_GARA', 'en', '-- Choose one tender status --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_ESITO_GARA', 'it', '-- Scegli un esito --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_ESITO_GARA', 'en', '-- Choose one tender result --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_NATURA_GIURIDICA', 'it', '-- Scegli una forma giuridica --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_NATURA_GIURIDICA', 'en', '-- Choose one legal nature --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_IMPRESA', 'it', '-- Scegli una tipologia di impresa --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_IMPRESA', 'en', '-- Choose one company type --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_PROVINCIA', 'it', '-- Scegli una provincia --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_PROVINCIA', 'en', '-- Choose one province --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_NAZIONE', 'it', '-- Scegli una nazione --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_NAZIONE', 'en', '-- Choose one country --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_INDIRIZZO', 'it', '-- Scegli un tipo di indirizzo --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPO_INDIRIZZO', 'en', '-- Choose one address type --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TITOLO_SOGGETTO', 'it', '-- Scegli un titolo --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TITOLO_SOGGETTO', 'en', '-- Choose a title --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_SESSO', 'it', '-- Scegli il sesso --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_SESSO', 'en', '-- Choose the gender --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPOLOGIA', 'it', '-- Scegli una tipologia --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPOLOGIA', 'en', '-- Choose a type --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_QUALIFICA', 'it', '-- Scegli un tipo di soggetto --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_QUALIFICA', 'en', '-- Choose a subject type --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_GROUP_ALTRE_CARICHE', 'it', 'Altre cariche o qualifiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_GROUP_ALTRE_CARICHE', 'en', 'Other offices or qualifications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_GROUP_COLLABORATORI', 'it', 'Collaboratori');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_GROUP_COLLABORATORI', 'en', 'Collaborators');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_SETTORE', 'it', '-- Scegli un settore --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_SETTORE', 'en', '-- Choose a sector --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_ORGANISMO', 'it', '-- Scegli un organismo --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_ORGANISMO', 'en', '-- Choose a body --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPOLOGIA_ARTICOLO', 'it', '-- Scegli una tipologia di articolo --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_TIPOLOGIA_ARTICOLO', 'en', '-- Choose one article type --');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILTRA_CATEGORIE_PER', 'it', 'Filtra categorie/prestazioni per');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILTRA_CATEGORIE_PER', 'en', 'Filter by categories/services');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PER', 'it', 'per');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PER', 'en', 'for');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RESPONSABILE', 'it', 'Responsabile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RESPONSABILE', 'en', 'Responsible');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DALLE_ORE', 'it', 'dalle');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DALLE_ORE', 'en', 'from');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE', 'it', 'Categorie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE', 'en', 'Categories');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_ISCRITTO', 'it', 'Categorie a cui sei iscritto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_ISCRITTO', 'en', 'Categories to which you are subscribed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ED_ARTICOLI', 'it', 'ed articoli');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ED_ARTICOLI', 'en', 'and articles');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ARTICOLI', 'it', 'articoli');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ARTICOLI', 'en', 'articles');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_INIZIO_VALIDITA_BANDO', 'it', 'Validit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_INIZIO_VALIDITA_BANDO', 'en', 'Validity');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTERIORI_INFO', 'it', 'Ulteriori informazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTERIORI_INFO', 'en', 'Further information');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TITOLO_BANDO_AVVISO', 'it', 'Titolo bando/avviso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TITOLO_BANDO_AVVISO', 'en', 'Tenders/Notice title');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO', 'it', 'Elenco');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELENCO', 'en', 'List');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE', 'it', 'Codice');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE', 'en', 'Code');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_RICEVUTA_OGGETTO', 'it', 'Notifica di invio comunicazione con oggetto "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_RICEVUTA_OGGETTO', 'en', 'Notification of sending communication with subject "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_RICEVUTA_TESTO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la comunicazione  stata inviata e presentata in data {1}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_RICEVUTA_TESTO', 'en', 'We hereby notify the "economic operator" {0} "that the communication has been sent and presented on {1}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la comunicazione  stata inviata e presentata in data {1} e risulta protocollata con anno {2} e numero {3}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_RICEVUTA_TESTOCONPROTOCOLLO', 'en', 'We hereby notify the "economic operator" {0} "that the communication has been sent and presented on {1} and is registered with the year {2} and number {3}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inviato una nuova comunicazione in data {5} per la procedura con codice "{6}".

In allegato il testo ed i documenti caricati nella comunicazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_INVCOM_PROTOCOLLO_TESTOCONALLEGATI', 'en', 'The economic operator "{0}", C.F. {1}, P.I. {2}, mail {3}, with headquarters in {4}, sent a new communication on {5} for the procedure with code "{6}".

Attached the text and documents uploaded in the communication.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ISCRIZIONE_OGGETTO', 'it', 'Richiesta iscrizione all''''elenco cod. {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ISCRIZIONE_OGGETTO', 'en', 'Request registration to the list cod. {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ISCRIZIONE_TESTO', 'it', 'L''''operatore economico {0} chiede di potersi iscrivere all''''elenco {1} del portale appalti per la stazione appaltante {2}. Cordiali saluti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ISCRIZIONE_TESTO', 'en', 'The economic operator {0} asks to be able to register on the list {1} of the procurement portal for the contracting station {2}. Best regards');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ISCRIZIONE_ALLEGATO_DESCRIZIONE', 'it', 'dati richiesta iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ISCRIZIONE_ALLEGATO_DESCRIZIONE', 'en', 'registration request data');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_AGGISCRIZIONE_OGGETTO', 'it', 'Aggiornamento dati e documentazione di iscrizione all''''elenco cod. {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_AGGISCRIZIONE_OGGETTO', 'en', 'Data update and registration documentation to the list cod. {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_AGGISCRIZIONE_TESTO', 'it', 'L''''operatore economico {0} chiede l''''aggiornamento dei dati e della documentazione per l''''elenco {1} del portale appalti. Cordiali saluti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_AGGISCRIZIONE_TESTO', 'en', 'The economic operator {0} requests the updating of the data and the documentation for the list {1} of the procurement portal. Best regards');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_AGGISCRIZIONE_ALLEGATO_DESCRIZIONE', 'it', 'aggiornamento dati iscrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_AGGISCRIZIONE_ALLEGATO_DESCRIZIONE', 'en', 'update registration data');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RINNOVO_OGGETTO', 'it', 'Invio comunicazione di rinnovo iscrizione {0} {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RINNOVO_OGGETTO', 'en', 'Sending communication of renewal of registration {0} {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RINNOVO_TESTO', 'it', 'L''''operatore economico {0} ha effettuato l''''invio di una comunicazione di rinnovo iscrizione {1} {2}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RINNOVO_TESTO', 'en', 'The economic operator {0} has sent a notice to renew the registration {1} {2}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RINNOVO_ALLEGATO_DESCRIZIONE', 'it', 'dati di rinnovo iscrizione {0} {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RINNOVO_ALLEGATO_DESCRIZIONE', 'en', 'registration renewal data {0} {1}');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_RICEVUTA_OGGETTO', 'it', 'Conferma di invio richiesta rinnovo iscrizione {0} cod. "{1}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_RICEVUTA_OGGETTO', 'en', 'Confirmation of sending request for renewal of registration {0} cod. "{1}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_RICEVUTA_TESTO', 'it', 'Si conferma all''''operatore economico {0} che la richiesta di rinnovo iscrizione {1} "{2}"  stata presentata in data {3}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_RICEVUTA_TESTO', 'en', 'It is confirmed to the economic operator {0} that the request for renewal of the registration {1} "{2}" was presented on {3}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di rinnovo per l''''elenco "{1}"  stata presentata in data {2} e risulta protocollata con anno {3} e numero {4}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_RICEVUTA_TESTOCONPROTOCOLLO', 'en', 'It is confirmed to the economic operator {0} that the request for renewal of the registration {1} "{2}" was presented on {3} and is registered with year {3} and number {4}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_PROTOCOLLO_TESTO', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di rinnovo {7} "{6}" del portale appalti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_PROTOCOLLO_TESTO', 'en', 'The economic operator "{0}", F.C. {1}, VAT {2}, mail {3}, with main office in {4}, entered {5} the request for renewal {7} "{6}" of the procurement portal on {5}.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di rinnovo {7} "{6}" del portale appalti.

In allegato i documenti caricati nella domanda.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_RINNOVO_PROTOCOLLO_TESTOCONALLEGATI', 'en', 'The economic operator "{0}", F.C. {1}, VAT {2}, mail {3}, with main office in {4}, entered {5} the request for renewal {7} "{6}" of the procurement portal on {5}.

Attached the documents loaded in the application.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_RICEVUTA_OGGETTO', 'it', 'Notifica di invio richiesta iscrizione {0} cod. "{1}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_RICEVUTA_OGGETTO', 'en', 'Notification of registration request submission {0} cod. "{1}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_RICEVUTA_TESTO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta d''''iscrizione all''''elenco "{1}"  stata presentata in data {2}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_RICEVUTA_TESTO', 'en', 'We hereby notify economic operator "{0}" that the request for registration on the list "{1}" was presented on {2}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di iscrizione per l''''elenco "{1}"  stata presentata in data {2} e risulta protocollata con anno {3} e numero {4}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_RICEVUTA_TESTOCONPROTOCOLLO', 'en', 'We hereby notify the economic operator "{0}" that the registration request for the list "{1}" was presented on {2} and is registered with year {3} and number {4}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_PROTOCOLLO_TESTO', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta d''''iscrizione all''''elenco "{6}" del portale appalti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_PROTOCOLLO_TESTO', 'en', 'The economic operator "{0}", F.C. {1}, VAT {2}, mail {3}, with main office in {4}, has entered on {5} the request for registration to the list "{6}" of the procurement portal.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta d''''iscrizione all''''elenco "{6}" del portale appalti.

In allegato i documenti caricati nella domanda.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ISCRIZIONE_PROTOCOLLO_TESTOCONALLEGATI', 'en', 'The economic operator "{0}", F.C. {1}, VAT {2}, mail {3}, with main office in {4}, has inserted on {5} the request for registration to the list "{6}" of the procurement portal.

Attached the documents loaded in the application.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_RICEVUTA_OGGETTO', 'it', 'Notifica di invio richiesta di aggiornamento iscrizione {0} cod. "{1}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_RICEVUTA_OGGETTO', 'en', 'Notification of registration request for update {0} cod. "{1}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_RICEVUTA_TESTO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di aggiornamento di dati o documenti per l''''iscrizione all''''elenco "{1}"  stata presentata in data {2}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_RICEVUTA_TESTO', 'en', 'We hereby notify economic operator "{0}" that the request to update data or documents for registration to the list "{1}" was presented on {2}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di aggiornamento per l''''elenco "{1}"  stata presentata in data {2} e risulta protocollata con anno {3} e numero {4}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_RICEVUTA_TESTOCONPROTOCOLLO', 'en', 'We hereby notify economic operator "{0}" that the update request for the list "{1}" was presented on {2} and is registered with year {3} and number {4}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_PROTOCOLLO_TESTO', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di aggiornamento dati e documentazione di iscrizione all''''elenco "{6}" del portale appalti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_PROTOCOLLO_TESTO', 'en', 'The economic operator "{0}", F.C. {1}, VAT {2}, mail {3}, with main office in {4}, has entered on {5} the request for updating data and documentation for registration on the list "{6}" of the procurement portal.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di aggiornamento dati e documentazione di iscrizione all''''elenco "{6}" del portale appalti.

In allegato i documenti caricati nella domanda.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_AGGISCRIZIONE_PROTOCOLLO_TESTOCONALLEGATI', 'en', 'The economic operator "{0}", F.C. {1}, VAT {2}, mail {3}, with main office in {4}, has entered on {5} the request for updating data and documentation for registration on the list "{6}" of the procurement portal.

Attached the documents loaded in the application.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_PARTECIPAZIONE_OGGETTO', 'it', 'Tipo partecipazione alla gara cod. {1} per l''''utente {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_PARTECIPAZIONE_OGGETTO', 'en', 'Type participation in the tender cod. {1} for user {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_PARTECIPAZIONE_TESTO', 'it', 'Il fornitore {0} chiede l''''aggiornamento del tipo di partecipazione dell''''operatore economico alla gara. Cordiali saluti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_PARTECIPAZIONE_TESTO', 'en', 'The supplier {0} requests the update of the type of participation of the economic operator in the tender. Best regards');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_PARTECIPAZIONE_ALLEGATO_DESCRIZIONE', 'it', 'Tipo partecipazione operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_PARTECIPAZIONE_ALLEGATO_DESCRIZIONE', 'en', 'Type economic operator participation');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RIEPILOGO_OGGETTO', 'it', 'Invio {0} per il bando {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RIEPILOGO_OGGETTO', 'en', 'Enter {0} for the procedure {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RIEPILOGO_TESTO', 'it', 'L''''operatore economico {0} ha effettuato l''''invio di una {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RIEPILOGO_TESTO', 'en', 'The economic operator {0} has sent a {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RIEPILOGO_ALLEGATO_DESCRIZIONE', 'it', 'dati {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_RIEPILOGO_ALLEGATO_DESCRIZIONE', 'en', 'data {0}');

-- richpartbando
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA', 'it', 'Nuova');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA', 'en', 'New');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_PRESENTA_OFFERTA', 'it', 'Presentazione offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_PRESENTA_OFFERTA', 'en', 'Presentation of the offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_PRESENTA_DOCUMENTAZIONE', 'it', 'Presentazione documentazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_PRESENTA_DOCUMENTAZIONE', 'en', 'Presentation of documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_PRESENTA_PARTECIPAZIONE', 'it', 'Presentazione domanda di partecipazione alla gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_PRESENTA_PARTECIPAZIONE', 'en', 'Presentation of application for participation in the tender');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONA_TUTTI_LOTTI', 'it', 'Seleziona tutti i lotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONA_TUTTI_LOTTI', 'en', 'Select all lots');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTI_NON_AMMESSI', 'it', 'Lotti non ammessi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTI_NON_AMMESSI', 'en', 'Lots not allowed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_A_BARRE_PER', 'it', 'Codice a barre per');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_A_BARRE_PER', 'en', 'Bar code for');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STAMPA_CODICE_A_BARRE', 'it', 'Stampa codici a barre');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STAMPA_CODICE_A_BARRE', 'en', 'Print bar codes');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONFERMA_E_INOLTRA', 'it', 'Conferma i dati inseriti ed inoltra la richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONFERMA_E_INOLTRA', 'en', 'Confirm the data entered and submit the request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_COMPLETA_RICHIESTA_E_STAMPA_BARCODE', 'it', 'Per completare la Sua richiesta deve scaricare e stampare i codici a barre da incollare nei plichi di documentazione da inviare all''Amministrazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_COMPLETA_RICHIESTA_E_STAMPA_BARCODE', 'en', 'To complete your request, you must download and print the barcodes to be pasted in the documentation files to be sent to the Administration.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_PARTECIPAZIONE', 'it', 'Annullamento presentazione domanda di partecipazione ad una procedura di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_PARTECIPAZIONE', 'en', 'Cancellation of application for participation in a tender procedure');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_PARTECIPAZIONE_1', 'it', 'E'' stata selezionata l''azione per annullare la presentazione di una domanda di partecipazione ad una procedura di gara.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_PARTECIPAZIONE_1', 'en', 'The action to cancel the submission of an application for participation in a tender procedure was selected.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_PARTECIPAZIONE_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''operazione e tornare al dettaglio procedura di partenza, "Torna alla domanda di partecipazione" per ritornare al form di inserimento dati e proseguire la compilazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_PARTECIPAZIONE_2', 'en', 'Select "Cancel Confirmation" to cancel the operation and go back to the start procedure details, "Back to the application form" to return to the data entry form and continue the compilation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_PARTECIPAZIONE', 'it', 'Torna alla domanda di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_PARTECIPAZIONE', 'en', 'Back to the application form');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_OFFERTA', 'it', 'Annullamento presentazione invio offerta ad una procedura di gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_OFFERTA', 'en', 'Cancellation of submission of the tender to a tender procedure');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_INVIO_OFFERTA_1', 'it', 'E'' stata selezionata l''azione per annullare la presentazione di un''offerta ad una procedura di gara.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_INVIO_OFFERTA_1', 'en', 'The action to cancel the submission of an offer to a tender procedure was selected.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_INVIO_OFFERTA_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''operazione e tornare al dettaglio procedura di partenza, "Torna all''invio offerta" per ritornare al form di inserimento dati e proseguire la compilazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHPART_ANNULLA_INVIO_OFFERTA_2', 'en', 'Select "Cancel Confirmation" to cancel the operation and go back to the details of the starting procedure, "Return to" send offer "to return to the data entry form and continue the compilation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_INVIO_OFFERTA', 'it', 'Torna all''invio offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_INVIO_OFFERTA', 'en', 'Back to offer');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_DOCUMENTAZIONE', 'it', 'Annullamento presentazione di invio documentazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_DOCUMENTAZIONE', 'en', 'Cancellation of submission of documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_DOCUMENTAZIONE_1', 'it', 'E'' stata selezionata l''azione per annullare la presentazione della documentazione per comprovare i requisiti per la partecipazione ad una procedura di gara.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_DOCUMENTAZIONE_1', 'en', 'The action to cancel the presentation of the documentation was selected to prove the requirements for participation in a tender procedure.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_DOCUMENTAZIONE_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''operazione e tornare  al dettaglio procedura di partenza, "Torna all''invio documentazione" per ritornare al form di inserimento dati e proseguire la compilazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_RICHPART_ANNULLA_INVIO_DOCUMENTAZIONE_2', 'en', 'Select "Cancel Confirmation" to cancel the operation and go back to the starting procedure details, "Back to sending documentation" to return to the data entry form and continue the compilation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_INVIO_DOCUMENTAZIONE', 'it', 'Torna all''invio documentazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_INVIO_DOCUMENTAZIONE', 'en', 'Back to sending documentation');

-- garetel
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_ANNULLA_INSERIMENTO', 'it', 'Annullamento inserimento offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_ANNULLA_INSERIMENTO', 'en', 'Cancellation of offer insertion');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CANCEL_INSERIMENTO_ECO_1', 'it', 'E'' stata selezionata l''azione per annullare la procedura di inserimento dei dati e documenti per l''offerta economica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CANCEL_INSERIMENTO_ECO_1', 'en', 'The operation was selected to replace the procedure for entering data and documents for the economic offer.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CANCEL_INSERIMENTO_ECO_2', 'it', 'Selezionare "Conferma annullamento" per annullare la procedura e tornare al men&ugrave; principale della funzionalit&agrave; di presentazione offerta, "Torna alla modifica" per ritornare al form di inserimento dati e proseguire la modifica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CANCEL_INSERIMENTO_ECO_2', 'en', 'Select "Cancel Confirmation" to cancel the procedure and return to the menu main feature of the offer presentation, "Back to edit" to return to the data entry form and continue editing.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CANCEL_INSERIMENTO_TEC_1', 'it', 'E'' stata selezionata l''azione per annullare la procedura di inserimento dei dati e documenti per l''offerta tecnica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CANCEL_INSERIMENTO_TEC_1', 'en', 'The action has been selected to cancel the procedure for entering data and documents for the technical offer.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_CONFERMA_INVIO', 'it', 'Conferma invio offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_CONFERMA_INVIO', 'en', 'Confirm offer submission');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_CONFERMA_PARTECIPAZIONE', 'it', 'Conferma comprova requisiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_CONFERMA_PARTECIPAZIONE', 'en', 'Confirmation proves requirements');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_PROCEDERE_CON_RICHIESTA', 'it', 'Sicuro di voler procedere con la richiesta di');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_PROCEDERE_CON_RICHIESTA', 'en', 'Sure you want to proceed with the request for');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_PARTECIPAZIONE_GARA', 'it', 'partecipazione gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_PARTECIPAZIONE_GARA', 'en', 'tender participation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_INVIO_OFFERTA', 'it', 'invio offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_INVIO_OFFERTA', 'en', 'send offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_COMPROVA_REQUISITI', 'it', 'comprova requisiti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_COMPROVA_REQUISITI', 'en', 'proves requirements');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_ANNULLAMENTO_INVIO', 'it', 'Annullamento presentazione dell''offerta inviata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_ANNULLAMENTO_INVIO', 'en', 'Cancellation of the submitted offer.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_INVIO_1', 'it', 'Hai richiesto l''annullamento dell''offerta inviata in precedenza.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_INVIO_1', 'en', 'You have requested the cancellation of the offer previously sent.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_INVIO_2', 'it', 'Quest''operazione annuller&agrave; a tutti gli effetti l''invio della precedente offerta, pertanto sar&agrave; necessario procedere nuovamente all''inserimento ed al reinvio dei dati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_INVIO_2', 'en', 'This operation will in effect cancel the sending of the previous offer, therefore it will be necessary to proceed again with the insertion and the sending of the data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_INVIO_3', 'it', 'Vuoi veramente annullare l''invio precedente per presentare una nuova offerta?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_INVIO_3', 'en', 'Do you really want to cancel the previous submission to present a new offer?');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_ANNULLAMENTO_PARTECIPAZIONE', 'it', 'Annullamento presentazione della richiesta di partecipazione inviata.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_ANNULLAMENTO_PARTECIPAZIONE', 'en', 'Cancellation of the submitted participation request.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_PARTECIPAZIONE_1', 'it', 'Hai richiesto l''annullamento della richiesta di partecipazione inviata in precedenza.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_PARTECIPAZIONE_1', 'en', 'You requested the cancellation of the participation request previously sent.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_PARTECIPAZIONE_2', 'it', 'Quest''operazione annuller&agrave; a tutti gli effetti l''invio della precedente richiesta di partecipazione, pertanto sar&agrave; necessario procedere all''inserimento ed al reinvio dei dati.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_PARTECIPAZIONE_2', 'en', 'This operation canceled the sending of the previous request for participation, therefore it will be necessary to proceed with the insertion and the resending of the data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_PARTECIPAZIONE_3', 'it', 'Vuoi veramente annullare l''invio precedente per presentare una nuova richiesta di partecipazione?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLAMENTO_PARTECIPAZIONE_3', 'en', 'Do you really want to cancel the previous submission to submit a new participation request?');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_INVIO_BUSTE_PARTECIPAZIONE', 'it', 'Invio buste telematiche partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_INVIO_BUSTE_PARTECIPAZIONE', 'en', 'Sending participation electronic envelopes');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_INIZIA_DOMANDA_PARTECIPAZIONE', 'it', 'Apre il wizard per iniziare la compilazione della domanda di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_INIZIA_DOMANDA_PARTECIPAZIONE', 'en', 'Opens the wizard to start filling out the partecipation form');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FUNZIONE_DISABILITATA', 'it', 'FUNZIONE DISABILITATA');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FUNZIONE_DISABILITATA', 'en', 'FUNCTION DISABLED');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_INVIO_IN_CORSO', 'it', 'L''invio &egrave in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_INVIO_IN_CORSO', 'en', 'Sending is in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INIZIA_COMPILAZIONE_DOMANDA', 'it', 'Inizia compilazione domanda');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INIZIA_COMPILAZIONE_DOMANDA', 'en', 'Start compiling the application');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_DOCUMENTI_PREQUALIFICA', 'it', 'Visualizza e modifica i documenti relativi alla busta di prequalifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_DOCUMENTI_PREQUALIFICA', 'en', 'View and edit documents related to the prequalification envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_NO_COMUNICAZIONI_STATO_BOZZA', 'it', 'Non sono presenti comunicazioni di richiesta partecipazione o invio offerta in stato bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_NO_COMUNICAZIONI_STATO_BOZZA', 'en', 'There are no communications requesting participation or sending offers in a draft');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_COMUNICAZIONE_GIA_INOLTRATA', 'it', 'La comunicazione relativa alla busta di prequalifica &egrave; gi&agrave; stata inoltrata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_COMUNICAZIONE_GIA_INOLTRATA', 'en', 'The communication concerning the prequalification envelope has already been sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_RIEPILOGO', 'it', 'Visualizza il riepilogo dati da inviare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_RIEPILOGO', 'en', 'Displays the data summary to be sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_NO_COMUNICAZIONI_BUSTE', 'it', 'Non sono presenti comunicazioni di buste');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_NO_COMUNICAZIONI_BUSTE', 'en', 'There are no envelope communications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO', 'it', 'Riepilogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO', 'en', 'Summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIO_DOMANDA', 'it', 'Conferma e invia domanda');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIO_DOMANDA', 'en', 'Confirm and send application');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_CONFERMA_INOLTRA_DOMANDA', 'it', 'Conferma i dati della domanda ed inoltra');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_CONFERMA_INOLTRA_DOMANDA', 'en', 'Confirm the application data and forward');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_INVIO_BUSTE_OFFERTA', 'it', 'Invio buste telematiche offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_INVIO_BUSTE_OFFERTA', 'en', 'Sending offer telematic envelopes');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_INIZIA_OFFERTA', 'it', 'Apre il wizard per iniziare la compilazione dell''offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_INIZIA_OFFERTA', 'en', 'Opens the wizard to start completing the offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INIZIA_COMPILAZIONE_OFFERTA', 'it', 'Inizia compilazione offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INIZIA_COMPILAZIONE_OFFERTA', 'en', 'Start compiling offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_MODIFICA_BUSTA_AMMINISTRATIVA', 'it', 'Visualizza e modifica i documenti relativi alla busta amministrativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_MODIFICA_BUSTA_AMMINISTRATIVA', 'en', 'View and edit documents related to the administrative envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_BUSTAAMM_GIA_INOLTRATA', 'it', 'La comunicazione relativa alla busta amministrativa &egrave; gi&agrave; stata inoltrata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_BUSTAAMM_GIA_INOLTRATA', 'en', 'The communication concerning the administrative envelope has already been sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_MODIFICA_BUSTA_TECNICA', 'it', 'Visualizza e modifica i documenti relativi alla busta tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_MODIFICA_BUSTA_TECNICA', 'en', 'View and edit documents related to the technical envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_GARA_NO_OEPV_BUSTATEC', 'it', 'e la gara non &egrave di tipo OEPV o non prevede la busta tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_GARA_NO_OEPV_BUSTATEC', 'en', 'and the tender is not an OEPV type or does not include a technical envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_BUSTATEC_GIA_INOLTRATA', 'it', 'La comunicazione relativa alla busta tecnica &egrave; gi&agrave; stata inoltrata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_BUSTATEC_GIA_INOLTRATA', 'en', 'The communication concerning the technical envelope has already been sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_MODIFICA_BUSTA_ECONOMICA', 'it', 'Visualizza e modifica i documenti relativi alla busta economica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_MODIFICA_BUSTA_ECONOMICA', 'en', 'View and edit documents related to the economic envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_BUSTAECO_GIA_INOLTRATA', 'it', 'La comunicazione relativa alla busta economica &egrave; gi&agrave; stata inoltrata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_BUSTAECO_GIA_INOLTRATA', 'en', 'The communication concerning the economic envelope has already been sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_RIEPILOGO_DATI', 'it', 'Visualizza il riepilogo dati da inviare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_RIEPILOGO_DATI', 'en', 'Displays the data summary to be sent');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIO_OFFERTA', 'it', 'Conferma e invia offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIO_OFFERTA', 'en', 'Confirm and send offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_CONFERMA_INOLTRA_OFFERTA', 'it', 'Conferma i dati dell''offerta ed inoltra');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_WIZARD_CONFERMA_INOLTRA_OFFERTA', 'en', 'Confirm the offer details and submit');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DA', 'it', 'da');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DA', 'en', 'from');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FINO_A', 'it', 'fino a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FINO_A', 'en', 'to ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MASSIMO', 'it', 'massimo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MASSIMO', 'en', 'maximum');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DECIMALI', 'it', 'decimali');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DECIMALI', 'en', 'decimals');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_MAX', 'it', 'Indicare un massimo di');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_MAX', 'en', 'Indicate a maximum of');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_VALORE', 'it', '-- Scegli un valore --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_VALORE', 'en', '-- Choose a value --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MASSIMO_2000_CARATTERI', 'it', 'massimo 2000 caratteri');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MASSIMO_2000_CARATTERI', 'en', 'maximum 2000 characters');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_UN_INTERO', 'it', 'indicare un intero');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_UN_INTERO', 'en', 'indicate an integer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_L_IMPORTO_OFFERTO', 'it', 'L''importo offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_L_IMPORTO_OFFERTO', 'en', 'The amount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO', 'it', 'Importo offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO', 'en', 'Amount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_CON_SOGGETTI_A_RIBASSO', 'it', 'si intende comprensivo degli importi non soggetti a ribasso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_CON_SOGGETTI_A_RIBASSO', 'en', 'means the amounts not subject to discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_CON_ONERI_SICUREZZA_NON_SOGGETTI', 'it', 'si intende comprensivo degli oneri di sicurezza, non soggetti a ribasso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_CON_ONERI_SICUREZZA_NON_SOGGETTI', 'en', 'is understood to include security charges, not subject to a discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_NETTO_ONERI_SICUREZZA', 'it', 'si intende al netto degli oneri di sicurezza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_NETTO_ONERI_SICUREZZA', 'en', 'means net of security charges');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_CON_ONERI_PROGETTAZIONE', 'it', 'si intende comprensivo degli oneri di progettazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_CON_ONERI_PROGETTAZIONE', 'en', 'is intended to include design charges');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_NON_SUPERIORE_A', 'it', 'non pu&ograve; essere superiore a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_NON_SUPERIORE_A', 'en', 'cannot be greater than');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_OBBLIGATORI_MANCANTI', 'it', 'Documenti obbligatori mancanti ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_OBBLIGATORI_MANCANTI', 'en', 'Missing mandatory documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOWNLOAD_DOCUMENTI', 'it', 'Scarica i documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOWNLOAD_DOCUMENTI', 'en', 'Download documents');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_PREQUALIFICA', 'it', 'Scarica i documenti allegati alla busta di prequalifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_PREQUALIFICA', 'en', 'Download the documents attached to the prequalification envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_AMMINISTRATIVA', 'it', 'Scarica i documenti allegati alla busta amministrativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_AMMINISTRATIVA', 'en', 'Download the documents attached to the administrative envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_TECNICA', 'it', 'Scarica i documenti allegati alla busta tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_TECNICA', 'en', 'Download the documents attached to the technical envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_ECONOMICA', 'it', 'Scarica i documenti allegati alla busta economica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOWNLOAD_DOCUMENTI_BUSTA_ECONOMICA', 'en', 'Download the documents attached to the economic envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_MODIFICA_BUSTA', 'it', 'Modifica busta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_MODIFICA_BUSTA', 'en', 'Edit envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BUSTA_PRONTA_PER_INVIO', 'it', 'Busta pronta per l''invio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BUSTA_PRONTA_PER_INVIO', 'en', 'Ready to send envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DI_CUI_NON_SOGGETTO_RIBASSO', 'it', 'di cui non soggetto a ribasso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DI_CUI_NON_SOGGETTO_RIBASSO', 'en', 'of which is not subject to discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DI_CUI_SICUREZZA', 'it', 'di cui sicurezza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DI_CUI_SICUREZZA', 'en', 'of which security');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DI_CUI_ONERI_PROGETTAZIONE', 'it', 'di cui oneri di progettazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DI_CUI_ONERI_PROGETTAZIONE', 'en', 'of which design charges');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NON_SOGGETTI_RIBASSO', 'it', 'non soggetti a ribasso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NON_SOGGETTI_RIBASSO', 'en', 'not subject to discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PERCENTUALE', 'it', 'Ribasso percentuale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PERCENTUALE', 'en', 'Percentage discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AUMENTO_PERCENTUALE', 'it', 'Aumento percentuale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AUMENTO_PERCENTUALE', 'en', 'Percentage increase');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COSTI_SICUREZZA_AZIENDALE', 'it', 'Oneri sicurezza aziendale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COSTI_SICUREZZA_AZIENDALE', 'en', 'Corporate security charges');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PERCENTUALE_COSTI_MANODOPERA', 'it', 'Percentuale costi manodopera');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PERCENTUALE_COSTI_MANODOPERA', 'en', 'Percentage labor costs');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COSTI_MANODOPERA', 'it', 'Costi manodopera');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COSTI_MANODOPERA', 'en', 'Labor costs');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO_PERMUTA', 'it', 'Importo offerto per permuta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO_PERMUTA', 'en', 'Amount offered for exchange');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO_CANONE_ASSISTENZA', 'it', 'Importo offerto per canone assistenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO_CANONE_ASSISTENZA', 'en', 'Amount offered for assistance fee');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_PREZZI', 'it', 'Offerta prezzi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_PREZZI', 'en', 'Offer prices');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_VOCI', 'it', 'Stai visualizzando le voci');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_VOCI', 'en', 'You are viewing the entries');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VOCE', 'it', 'Voce');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VOCE', 'en', 'Item');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_ESTESA', 'it', 'Descrizione estesa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_ESTESA', 'en', 'Extended description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_MISURA', 'it', 'Un. di misura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_MISURA', 'en', 'Unit of measure');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUANTITA', 'it', 'Quantit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_QUANTITA', 'en', 'Quantity');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZO_BASE', 'it', 'Prezzo base');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZO_BASE', 'en', 'Base price');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PESO', 'it', 'Peso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PESO', 'en', 'Weight');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PERC', 'it', 'Ribasso %');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PERC', 'en', '% Discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PESATO', 'it', 'Ribasso pesato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PESATO', 'en', 'Weighted discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZO', 'it', 'Prezzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZO', 'en', 'Price');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO', 'it', 'Importo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO', 'en', 'Amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_TOTALE', 'it', 'Importo totale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_TOTALE', 'en', 'Total amount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_CORPO_O_MISURA', 'it', 'A corpo o misura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_CORPO_O_MISURA', 'en', 'Body or size');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ESPANDI_DESCRIZIONE', 'it', 'Espandi la descrizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ESPANDI_DESCRIZIONE', 'en', 'Expand the description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_VISIONE_DOCUMENTAZIONE_NECESSARIA', 'it', 'Non si &egrave; presa visione della documentazione necessaria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_VISIONE_DOCUMENTAZIONE_NECESSARIA', 'en', 'The necessary documentation has not been reviewed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_LOTTI', 'it', 'Lista lotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LISTA_LOTTI', 'en', 'List of lots');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRONTO_PER_INVIO', 'it', 'Pronto per l''invio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRONTO_PER_INVIO', 'en', 'Ready to send');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_CHIUSA_DA_TRASMETTERE', 'it', 'BUSTA CHIUSA, DA TRASMETTERE');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BUSTA_CHIUSA_DA_TRASMETTERE', 'en', 'ENVELOPE CLOSED, READY TO SEND');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOCUMENTI_PRONTI', 'it', 'Documenti pronti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_DOCUMENTI_PRONTI', 'en', 'Dcouments ready');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VOCI_SOGGETTE_RIBASSO', 'it', 'soggette a ribasso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VOCI_SOGGETTE_RIBASSO', 'en', 'subject to discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VOCI_NON_SOGGETTE_RIBASSO', 'it', 'NON soggette a ribasso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VOCI_NON_SOGGETTE_RIBASSO', 'en', 'NOT subject to discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICHE_NON_ANCORA_SALVATE', 'it', 'Sono state apportate delle modifiche non ancora salvate. Utilizzare il comando "Salva" per non perdere le modifiche.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICHE_NON_ANCORA_SALVATE', 'en', 'Changes not yet saved have been made. Use the "Save" command to not lose the changes.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COLONNE_OGGLIGATORIE', 'it', 'Le colonne contrassegnate con (*) sono obbligatorie.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COLONNE_OGGLIGATORIE', 'en', 'The columns marked with (*) are mandatory.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CONFERMA_INVIO', 'it', 'Richiesta effettuata con successo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_CONFERMA_INVIO', 'en', 'Request made successfully.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_OFFERTA_ANNULLATA', 'it', 'Offerta annullata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_OFFERTA_ANNULLATA', 'en', 'Offer canceled');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_PATECIPAZIONE_ANNULLATA', 'it', 'Richiesta di partecipazione annullata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_PATECIPAZIONE_ANNULLATA', 'en', 'Request for participation canceled');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_OFFERTA_1', 'it', 'La sua richiesta di annullamento dell''offerta presentata il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_OFFERTA_1', 'en', 'Your request to cancel the offer presented on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EFFETTUATE_CON_SUCCESSO_IL', 'it', '&egrave; stata effettuata con successo il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EFFETTUATE_CON_SUCCESSO_IL', 'en', 'was successfully carried out');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_OFFERTA_2', 'it', 'Seguire il link per tornare al dettaglio della procedura e procedere con l''inserimento di una nuova offerta corretta ed un nuovo invio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_OFFERTA_2', 'en', 'Follow the link to go back to the details of the procedure and proceed with the insertion of a new correct offer and a new submission.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_PARTECIPAZIONE_1', 'it', 'La sua richiesta di annullamento della richiesta di partecipazione presentata il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_PARTECIPAZIONE_1', 'en', 'Your request to cancel the participation request submitted on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_PARTECIPAZIONE_2', 'it', 'Seguire il link per tornare al dettaglio della procedura e procedere con un nuova richiesta di partecipazione ed un nuovo invio.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_ANNULLA_PARTECIPAZIONE_2', 'en', 'Follow the link to go back to the details of the procedure and proceed with a new request for participation and a new submission.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_RIEPILOGO_OFFERTA', 'it', 'Riepilogo offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_RIEPILOGO_OFFERTA', 'en', 'Offer summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_RIEPILOGO_PARTECIPAZIONE', 'it', 'Riepilogo richiesta di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_RIEPILOGO_PARTECIPAZIONE', 'en', 'Summary request for participation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_OPERATORE_ECONOMICO', 'it', 'Dati operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_OPERATORE_ECONOMICO', 'en', 'Economic operator details');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_OGGETTO', 'it', 'Oggetto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_OGGETTO', 'en', 'Subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPA_COME_MANDATARIA_RTI', 'it', 'Partecipa come mandataria RTI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPA_COME_MANDATARIA_RTI', 'en', 'Participates as an agent of a TG');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PER_CONTO_DI', 'it', 'per conto di');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PER_CONTO_DI', 'en', 'on behalf of');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTAZIONE_ALLEGATA', 'it', 'Documentazione allegata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTAZIONE_ALLEGATA', 'en', 'Attached documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_RIPRESENTA_OFFERTA', 'it', 'Annulla e ripresenta offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_RIPRESENTA_OFFERTA', 'en', 'Cancel and resubmit offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_RIPRESENTA_PARTECIPAZIONE', 'it', 'Annulla e ripresenta domanda di partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_RIPRESENTA_PARTECIPAZIONE', 'en', 'Cancel and resubmit your application');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_RIEPILOGO_OFFERTE_DISTINTE', 'it', 'Riepilogo offerte distinte');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_RIEPILOGO_OFFERTE_DISTINTE', 'en', 'Summary of separate offers');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_PREZZI_UNITARI', 'it', 'Prezzi unitari');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_PREZZI_UNITARI', 'en', 'Unit prices');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_OFFERTA', 'it', 'Offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_OFFERTA', 'en', 'Offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_SCARICA_OFFERTA', 'it', 'Scarica offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_SCARICA_OFFERTA', 'en', 'Download offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_CRITERI_VALUTAZIONE', 'it', 'Criteri di valutazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_STEP_CRITERI_VALUTAZIONE', 'en', 'Evaluation criteria');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_AMMINISTRATIVA', 'it', 'Documenti della Busta Amministrativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_AMMINISTRATIVA', 'en', 'Administrative envelope documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_TECNICA', 'it', 'Documenti della Busta Tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_TECNICA', 'en', 'Technical envelope documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_ECONOMICA', 'it', 'Documenti della Busta Economica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_ECONOMICA', 'en', 'Economic envelope documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_PREQUALIFICA', 'it', 'Documenti della Busta di prequalifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_DOCUMENTI_BUSTA_PREQUALIFICA', 'en', 'Prequalification envelope documents');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_MODIFICHE_AI_DOCUMENTI', 'it', 'Sono state apportate modifiche ai documenti non ancora salvate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_MODIFICHE_AI_DOCUMENTI', 'en', 'Changes have been made to documents not yet saved');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_MENU', 'it', 'Torna al menu');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_BACK_TO_MENU', 'en', 'Back to the menu');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SAVE_DOCUMENTI', 'it', 'Salva documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_WIZARD_SAVE_DOCUMENTI', 'en', 'Save documents');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SAVE_DOCUMENTI', 'it', 'Salva le modifiche ai documenti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_SAVE_DOCUMENTI', 'en', 'Save changes to documents');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_OFFERTA_ECONOMICA', 'it', 'Offerta economica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_OFFERTA_ECONOMICA', 'en', 'Economic offer');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_MODIFICHE_NON_SALVATE_A_DOCUMENTI', 'it', 'Sono state apportate modifiche non ancora salvate, ai documenti oppure ai dati inseriti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_MODIFICHE_NON_SALVATE_A_DOCUMENTI', 'en', 'Unsaved changes have been made to the documents or to the linked data.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_DOC_ULTERIORI_TO_FORM_BUTTON', 'it', 'Salta il form di inserimento di un documento ulteriore e vai ai bottoni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SKIP_DOC_ULTERIORI_TO_FORM_BUTTON', 'en', 'Skip the additional document entry form and go to the buttons');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_OFFERTA_TECNICA', 'it', 'Offerta tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_OFFERTA_TECNICA', 'en', 'Technical offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_DATI_DELLA_GARA', 'it', 'Dati della gara');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GARETEL_DATI_DELLA_GARA', 'en', 'Tender procedure details');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GARETEL_GENERA_DF_OFFERTA_ECONOMICA', 'it', 'Genera il PDF dell''offerta economica con i dati inseriti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GARETEL_GENERA_DF_OFFERTA_ECONOMICA', 'en', 'Generate the economic offer PDF with the linked data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GARETEL_AGGIORNA_FIRMATARIO_MANDATARIA_RTI', 'it', 'Aggiorna il firmatario per la mandataria della RTI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GARETEL_AGGIORNA_FIRMATARIO_MANDATARIA_RTI', 'en', 'Update the signatory for the RTI agent');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APERTURA_DOC_AMMINISTRATIVA', 'it', 'Apertura doc. amministrativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APERTURA_DOC_AMMINISTRATIVA', 'en', 'Administrative doc. opening');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VALUTAZIONE_TECNICA', 'it', 'Valutazione tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VALUTAZIONE_TECNICA', 'en', 'Technical evaluation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTE_ECONOMICHE', 'it', 'Offerte economiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTE_ECONOMICHE', 'en', 'Economic offers');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GRADUATORIA', 'it', 'Graduatoria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_GRADUATORIA', 'en', 'Ranking');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_APERTURA_DOC_AMMINISTRATIVA', 'it', 'Apertura documentazione amministrativa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_GARETEL_APERTURA_DOC_AMMINISTRATIVA', 'en', 'Administrative documentation opening');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_PLICO', 'it', 'Numero plico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_PLICO', 'en', 'Envelope number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AMMISSIONE', 'it', 'Ammissione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AMMISSIONE', 'en', 'Admission');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CHIUSA', 'it', 'Chiusa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CHIUSA', 'en', 'Closed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APERTA', 'it', 'Aperta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APERTA', 'en', 'Opening');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NON_PRESENTATA', 'it', 'Non presentata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NON_PRESENTATA', 'en', 'Not presented');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_DETTAGLIO_PLICO', 'it', 'Visualizza il dettaglio del plico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_DETTAGLIO_PLICO', 'en', 'View the detail of the envelope');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK', 'it', 'Torna indietro');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK', 'en', 'Back to previuos');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DENOMINAZIONE_RTI', 'it', 'Denominazione RTI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DENOMINAZIONE_RTI', 'en', 'RTI name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RAGGRUPPAMENTO_COMPOSTO_DA', 'it', 'Raggruppamento composto da');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RAGGRUPPAMENTO_COMPOSTO_DA', 'en', 'Grouping composed of');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTI_A_CUI_PARTECIPA', 'it', 'Lotti a cui partecipa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTI_A_CUI_PARTECIPA', 'en', 'Lots in which it participates');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABELLA_LOTTI', 'it', 'Tabella lotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TABELLA_LOTTI', 'en', 'Lots table');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_LOTTO', 'it', 'Codice lotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_LOTTO', 'en', 'Lot code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_OFFERTO', 'it', 'Ribasso offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_OFFERTO', 'en', 'Discount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_TOTALE', 'it', 'Punteggio totale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_TOTALE', 'en', 'Total score');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESITO_PROCEDURA_INVERSA', 'it', 'Esito procedura inversa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ESITO_PROCEDURA_INVERSA', 'en', 'Reverse procedure outcome');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IDONEA', 'it', 'Idonea');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IDONEA', 'en', 'Suitable');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NON_IDONEA', 'it', 'Non idonea');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NON_IDONEA', 'en', 'Not suitable');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_GRADUATORIA', 'it', 'Visualizza graduatoria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_GRADUATORIA', 'en', 'View ranking');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_RIPARAMETRATO', 'it', 'Punteggio riparametrato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_RIPARAMETRATO', 'en', 'Reprocessed score');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_OFFERTA_ECONOMICA', 'it', 'Visualizza offerta economica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_OFFERTA_ECONOMICA', 'en', 'View economic offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_ECONOMICO', 'it', 'Punteggio economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_ECONOMICO', 'en', 'Economic score');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_TECNICO', 'it', 'Punteggio tecnico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_TECNICO', 'en', 'Technical score');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_VALUTAZIONE_TECNICA', 'it', 'Visualizza valutazione tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_VALUTAZIONE_TECNICA', 'en', 'View technical evaluation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_TECNICO_TOTALE', 'it', 'Punteggio tecnico totale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PUNTEGGIO_TECNICO_TOTALE', 'en', 'Total technical score');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIO', 'it', 'Richiesta effettuata con successo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIO', 'en', 'Request made successfully.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA', 'it', 'offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA', 'en', 'offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPAZIONE', 'it', 'partecipazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTECIPAZIONE', 'en', 'partecipation');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_GARETEL_OGGETTO', 'it', 'Invio {0} per il bando {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_GARETEL_OGGETTO', 'en', 'Sending {0} for the tender procedure {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_GARETEL_TESTO', 'it', 'L''''operatore economico {0} ha effettuato l''''invio di una {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_GARETEL_TESTO', 'en', 'The economic operator {0} has sent a {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_GARETEL_ALLEGATO_DESCRIZIONE', 'it', 'dati {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_GARETEL_ALLEGATO_DESCRIZIONE', 'en', 'data {0}');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_OGGETTO', 'it', 'Rif. {0} - Conferma di {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_OGGETTO', 'en', 'Ref. {0} - Confirmation of {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_TESTO', 'it', 'Si conferma all''''operatore economico "{0}" che la richiesta di {1} al bando di gara "{2}"  stata presentata in data {3}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_TESTO', 'en', 'We confirm to the economic operator "{0}" that the request for {1} in the call for tenders "{2}" was published in the data {3}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Si conferma all''''operatore economico "{0}" che la richiesta di {1} al bando di gara "{2}"  stata presentata in data {3} e risulta protocollata con anno {4} e numero {5}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_TESTOCONPROTOCOLLO', 'en', 'We confirm to the economic operator "{0}" that the request for {1} in the call for tenders "{2}" was presented on {3} and is registered with year {4} and number {5}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di {6} al bando di gara "{7}".

In allegato i documenti caricati nella domanda.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_PROTOCOLLO_TESTOCONALLEGATI', 'en', 'The economic operator "{0}", C.F. {1}, P.I. {2}, mail {3}, with main office in {4}, entered {5} the request for {6} in the tender "{7}".

Attached the documents loaded in the application.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_RETTIFICA_OGGETTO', 'it', 'Rif. {0} - Conferma di annullamento {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_RETTIFICA_OGGETTO', 'en', 'Ref. {0} - Cancellation confirmation {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_RETTIFICA_TESTO', 'it', 'Si conferma che {0} presentata in data {1}  stata annullata come da Sua richiesta da portale.

Procedere con il reinserimento {2} completa delle modifiche e con il reinvio della medesima.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_GARETEL_RICEVUTA_RETTIFICA_TESTO', 'en', 'It is confirmed that {0} presented on {1} was canceled as per your request from the portal.

Proceed with the complete reintroduction {2} of the changes and with the re-sending of the same.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WSDM_OGGETTO_PREQUALIFICA', 'it', 'Richiesta partecipazione dell''''op. economico {0} (C.F. {1})');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WSDM_OGGETTO_PREQUALIFICA', 'en', 'Request for participation of the economic operator {0} (F.C. {1})');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WSDM_OGGETTO_OFFERTA', 'it', 'Invio offerta dell''''op. economico {0} (C.F. {1})');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_WSDM_OGGETTO_OFFERTA', 'en', 'Sending the offer of the economic operator {0} (F.C. {1})');

--aste
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FORMATO_DECIMALE_NON_VALIDO', 'it', 'Formato non valido: oltre il punto decimale inserire dei numeri');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FORMATO_DECIMALE_NON_VALIDO', 'en', 'Invalid format: enter numbers after the decimal point');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA_TABELLA_SUMMARY', 'it', 'Tabella classifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA_TABELLA_SUMMARY', 'en', 'Ranking table');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_POSIZIONE', 'it', 'Posizione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_POSIZIONE', 'en', 'Position');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_UTENTE', 'it', 'Utente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_UTENTE', 'en', 'User');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZIONE_CLASSIFICA', 'it', 'Posizione in classifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_POSIZIONE_CLASSIFICA', 'en', 'Ranking position');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MIGLIOR_OFFERTA_PRESENTATA', 'it', 'Miglior offerta presentata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MIGLIOR_OFFERTA_PRESENTATA', 'en', 'Best offer presented');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTA', 'it', 'Importo offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTA', 'en', 'Amount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASI_TABELLA_SUMMARY', 'it', 'Tabella fasi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASI_TABELLA_SUMMARY', 'en', 'Phase table');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASE', 'it', 'Fase');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASE', 'en', 'Phase');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_APERTURA', 'it', 'Data ora apertura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_APERTURA', 'en', 'Opening time date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DURATA_MINIMA', 'it', 'Durata minima (min)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DURATA_MINIMA', 'en', 'Minimum duration (min)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DURATA_MASSIMA', 'it', 'Durata massima (min)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DURATA_MASSIMA', 'en', 'Maximum duration (min)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TEMPO_BASE', 'it', 'Tempo base (min)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TEMPO_BASE', 'en', 'Base time (min)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_CHIUSURA', 'it', 'Data ora chiusura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_CHIUSURA', 'en', 'Closing time date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RILANCI_TABELLA_SUMMARY', 'it', 'Tabella rilanci');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RILANCI_TABELLA_SUMMARY', 'en', 'Raise table');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_RILANCIO', 'it', 'Data ora rilancio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_RILANCIO', 'en', 'Date time relaunch');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_INIZIALE', 'it', 'Offerta iniziale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_INIZIALE', 'en', 'Initial offer');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_ANNULLA_OFFERTA', 'it', 'Annullamento conferma finale offerta asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_ANNULLA_OFFERTA', 'en', 'Cancellation of final confirmation of the auction offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_CANCEL_OFFERTA_1', 'it', 'E'' stata selezionata l''azione per annullare la procedura di conferma offerta finale per l''asta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_CANCEL_OFFERTA_1', 'en', 'The action to cancel the final offer confirmation procedure for the auction was selected.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_CANCEL_OFFERTA_2', 'it', 'Selezionare "Conferma annullamento" per annullare la procedura e tornare al dettaglio dell''asta elettronica, "Torna alla modifica" per ritornare al form di inserimento dati e proseguire la procedura.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTE_CANCEL_OFFERTA_2', 'en', 'Select "Cancel Confirmation" to cancel the procedure and return to the electronic auction detail, "Return to modification" to return to the data entry form and continue the procedure.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_INIZIALE_ASTA_NON_TROVATA', 'it', 'Non trovo l''offerta iniziale per l''asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_INIZIALE_ASTA_NON_TROVATA', 'en', 'I can''t find the initial offer for the auction');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_APERTURA_ASTA', 'it', 'Data e ora apertura asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_APERTURA_ASTA', 'en', 'Date and time of auction opening');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_CHIUSURA_ASTA', 'it', 'Data e ora chiusura asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_ORA_CHIUSURA_ASTA', 'en', 'Date and time of auction closing');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TEMPO_MANCANTE_CHIUSURA', 'it', 'Tempo mancante alla chiusura ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TEMPO_MANCANTE_CHIUSURA', 'en', 'Time left to close');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MINIMO_RILANCIO_DA_ULTIMA_OFFERTA', 'it', 'Scarto minimo rilancio rispetto all''ultima offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MINIMO_RILANCIO_DA_ULTIMA_OFFERTA', 'en', 'Minimum auction raise compared to the last offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MASSIMO_RILANCIO_DA_ULTIMA_OFFERTA', 'it', 'Scarto massimo rilancio rispetto all''ultima offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MASSIMO_RILANCIO_DA_ULTIMA_OFFERTA', 'en', 'Maximum auction rejection compared to the last offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMO_RIBASSO_OFFERTO', 'it', 'Ultimo ribasso offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMO_RIBASSO_OFFERTO', 'en', 'Last discount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMO_IMPORTO_OFFERTO', 'it', 'Ultimo importo offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMO_IMPORTO_OFFERTO', 'en', 'Last amount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMO_VALORE_OFFERTO', 'it', 'Ultimo valore offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMO_VALORE_OFFERTO', 'en', 'Last value offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRESENTE_SOLO_OFFERTA_SENZA_RILANCI', 'it', 'Presente solo l''offerta iniziale, senza rilanci.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRESENTE_SOLO_OFFERTA_SENZA_RILANCI', 'en', 'Present only the initial offer, without offers.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_CLASSIFICA', 'it', 'Aggiorna classifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_REFRESH_CLASSIFICA', 'en', 'Refresh ranking');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_STORIA_RILANCI', 'it', 'Storia rilanci');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_STORIA_RILANCI', 'en', 'Raise history');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_STORIA_RILANCI', 'it', 'Storia dei rilanci');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_STORIA_RILANCI', 'en', 'Raises history');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CONFERMA_OFFERTA_FINALE', 'it', 'Conferma offerta finale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CONFERMA_OFFERTA_FINALE', 'en', 'Confirm final offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ESEGUI_RILANCIO', 'it', 'Esegui rilancio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_ESEGUI_RILANCIO', 'en', 'Perform raise');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTAZIONE_INVITO', 'it', 'Documentazione dell''invito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTAZIONE_INVITO', 'en', 'Invitation documentation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASI_SVOLGIMENTO', 'it', 'Fasi di svolgimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASI_SVOLGIMENTO', 'en', 'Phases of development');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASE_ASTA', 'it', 'Fase d''asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FASE_ASTA', 'en', 'Auction phase');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFORMAZIONI', 'it', 'Informazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFORMAZIONI', 'en', 'Information');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_OFFERTA', 'it', 'Conferma offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_OFFERTA', 'en', 'Offer confirmation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA_ASTA', 'it', 'Classifica dell''asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CLASSIFICA_ASTA', 'en', 'Auction ranking');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_ASTA', 'it', 'Riepilogo dell''asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_ASTA', 'en', 'Auction summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TERMINATA', 'it', 'terminata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TERMINATA', 'en', 'terminated');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTA_TERMINATA', 'it', 'Asta terminata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTA_TERMINATA', 'en', 'Auction ended');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ATTIVA', 'it', 'attiva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ATTIVA', 'en', 'active');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTA_APERTA', 'it', 'Asta aperta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ASTA_APERTA', 'en', 'Auction opened');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APERTURA', 'it', 'apertura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APERTURA', 'en', 'opening');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CHIUSURA', 'it', 'chiusura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CHIUSURA', 'en', 'closing');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_CONFERMA_OFFERTA_FINALE', 'it', 'Conferma offerta finale asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_CONFERMA_OFFERTA_FINALE', 'en', 'Confirm auction final offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_RIEPILOGO', 'it', 'Riepilogo asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_RIEPILOGO', 'en', 'Auction summary');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_RILANCIO', 'it', 'Rilancio asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_RILANCIO', 'en', 'Auction raise');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RILANCIO', 'it', 'Rilancio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RILANCIO', 'en', 'Raise');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MINIMO_RILANCIO', 'it', 'Scarto minimo del rilancio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MINIMO_RILANCIO', 'en', 'Minimum raise of the raise');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MASSIMO_RILANCIO', 'it', 'Scarto massimo del rilancio ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARTO_MASSIMO_RILANCIO', 'en', 'Maximum discard of the raise');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TOTALE_PREZZI_UNITARI', 'it', 'Totale prezzi unitari');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TOTALE_PREZZI_UNITARI', 'en', 'Total unit prices');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_RIBASSO_OFFERTO', 'it', 'Nuovo ribasso offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_RIBASSO_OFFERTO', 'en', 'New discount on offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_IMPORTO_OFFERTO', 'it', 'Nuovo importo offerto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVO_IMPORTO_OFFERTO', 'en', 'New amount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_NUOVO_RIBASSO_OFFERTO', 'it', 'Conferma nuovo ribasso offerto ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_NUOVO_RIBASSO_OFFERTO', 'en', 'Confirm new discount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_NUOVO_IMPORTO_OFFERTA', 'it', 'Conferma nuovo importo offerto ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_NUOVO_IMPORTO_OFFERTA', 'en', 'Confirm new amount offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMA_OFFERTA_PREZZI_UNITARI', 'it', 'Ultima offerta a prezzi unitari');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ULTIMA_OFFERTA_PREZZI_UNITARI', 'en', 'Last offer at unit prices');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_LAVORAZIONI_OFFERTA_PREZZI_UNITARI', 'it', 'Tabella riepilogo lavorazioni e forniture di dettaglio per l''offerta prezzi unitari');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_LAVORAZIONI_OFFERTA_PREZZI_UNITARI', 'en', 'Work summary table and detailed supplies for the unit price offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_ASTA', 'it', 'Offerta d''asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_ASTA', 'en', 'Auction offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RILANCIO', 'it', 'Data rilancio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_RILANCIO', 'en', 'Relaunch date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PERCENTUALE_FINALE', 'it', 'Ribasso percentuale finale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIBASSO_PERCENTUALE_FINALE', 'en', 'Final percentage discount');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO_FINALE', 'it', 'Importo offerto finale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTO_OFFERTO_FINALE', 'en', 'Amount offered final');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_OFFERTA_FINALE', 'it', 'Scarica offerta finale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_OFFERTA_FINALE', 'en', 'Download the final offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_FINALE_ASTA', 'it', 'Offerta finale asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_FINALE_ASTA', 'en', 'Final auction offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_RIEPILOGATIVI_ULTIMA_OFFERTA', 'it', 'Dati riepilogativi ultima offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_RIEPILOGATIVI_ULTIMA_OFFERTA', 'en', 'Summary data of the last offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_FIRMA_DIGITALE', 'it', 'Richiesta la firma digitale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_FIRMA_DIGITALE', 'en', 'Digital signature required');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RICHIESTA_FIRMA_DIGITALE', 'it', 'Richiesta la firma digitale al documento allegato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RICHIESTA_FIRMA_DIGITALE', 'en', 'Request the digital signature of the attached document');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_OFFERTA_FINALE', 'it', 'Conferma offerta finale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_OFFERTA_FINALE', 'en', 'Confirm final offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_RILANCIA', 'it', 'Rilancia');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_RILANCIA', 'en', 'Raise');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_STORIA_RILANCI', 'it', 'Storia rilanci');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ASTA_STORIA_RILANCI', 'en', 'Raise history');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RILANCI_ASTA', 'it', 'Rilanci dell''asta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RILANCI_ASTA', 'en', 'Raise the auction');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_DETTAGLIO_ASTA', 'it', 'Torna al dettaglio asta elettronica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_DETTAGLIO_ASTA', 'en', 'Back to the electronic auction detail');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_RICEVUTA_OGGETTO', 'it', 'Conferma offerta finale d''''asta per la procedura "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_RICEVUTA_OGGETTO', 'en', 'Confirm final offer of auction for procedure "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_RICEVUTA_TESTO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la comunicazione  stata inviata e presentata in data {1}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_RICEVUTA_TESTO', 'en', 'We hereby notify economic operator "{0}" that the communication has been sent and presented on {1}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la comunicazione  stata inviata e presentata in data {1} e risulta protocollata con anno {2} e numero {3}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_RICEVUTA_TESTOCONPROTOCOLLO', 'en', 'We hereby notify economic operator "{0}" that the communication has been sent and presented on {1} and is registered with the year {2} and number {3}.

Best regards

-----
This mail is generated by an automatic system, please do not reply.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_PROTOCOLLO_TESTO', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la conferma di rilancio per l''asta elettronica "{6}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_PROTOCOLLO_TESTO', 'en', 'The economic operator "{0}", C.F. {1}, P.I. {2}, mail {3}, with main office in {4}, has entered on {5} the confirmation of relaunch for the electronic auction "{6}".');
--INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la conferma di rilancio per l''asta elettronica "{6}".');
--INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_ASTE_PROTOCOLLO_TESTOCONALLEGATI', 'en', '???');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ASTE_OGGETTO', 'it', 'Conferma offerta finale d''''asta per la procedura "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ASTE_OGGETTO', 'en', 'Confirm final offer of auction for the procedure "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ASTE_TESTO', 'it', 'L''''operatore economico "{0}" ha inviato la conferma del rilancio in fase d''''asta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ASTE_TESTO', 'en', 'The economic operator "{0}" has sent the confirmation of the raise in the auction phase. Confirm the final offer of auction for procedure "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ASTE_ALLEGATO_DESCRIZIONE', 'it', 'ASTE - dati {0}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_ASTE_ALLEGATO_DESCRIZIONE', 'en', 'AUCTION - data {0}');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ADMIN_ACCESS', 'it', 'Autenticazione persona fisica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_ADMIN_ACCESS', 'en', 'Authentication of a natural person');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PORTOKEN_AUTHENTICATION', 'it', 'Autenticazione Portoken');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('PORTOKEN_AUTHENTICATION', 'en', 'Portoken authentication');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SPID_AUTHENTICATION', 'it', 'Autenticazione SPID');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('SPID_AUTHENTICATION', 'en', 'SPID authentication');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOMAIN_EMAIL', 'it', 'Email di dominio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOMAIN_EMAIL', 'en', 'Domain email');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOMAIN_PWD', 'it', 'Password di dominio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOMAIN_PWD', 'en', 'Domain password');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MOTIVATION', 'it', 'Ticket HDA / Motivazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MOTIVATION', 'en', 'HDA Ticket / Reason for the request');

--contratti
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CONTRATTI_ORDINI', 'it', 'Ordini');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CONTRATTI_ORDINI', 'en', 'Orders');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CONTRATTI_DETTAGLIO_ORDINE', 'it', 'Dettaglio ordine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CONTRATTI_DETTAGLIO_ORDINE', 'en', 'Order detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_ATTO', 'it', 'Tipo atto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_ATTO', 'en', 'Act type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_REPERTORIO', 'it', 'Numero repertorio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_REPERTORIO', 'en', 'Repertoire number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ORDINE', 'it', 'Ordine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ORDINE', 'en', 'Order');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_ORDER', 'it', 'Visualizza ordine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_VIEW_ORDER', 'en', 'View order');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALLEGATI_ORDINE', 'it', 'Allegati all''ordine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALLEGATI_ORDINE', 'en', 'Attachments of the order');

--cataloghi
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_ANNULLA_AGGIORNAMENTO', 'it', 'Annullamento aggiornamento prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_ANNULLA_AGGIORNAMENTO', 'en', 'Cancel product update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_AGGIORNAMENTO_1', 'it', 'E'' stata selezionata l''azione per annullare l''aggiornamento dei dati e dei documenti relativi al prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_AGGIORNAMENTO_1', 'en', 'The action to cancel the updating of data and documents relating to the product has been selected');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEL_CATALOGO', 'it', 'del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEL_CATALOGO', 'en', 'for catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_AGGIORNAMENTO_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''aggiornamento e tornare al dettaglio di partenza, "Torna all''aggiornamento" per ritornare al form di inserimento dati e proseguire.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_AGGIORNAMENTO_2', 'en', 'Select "Confirm cancellation" to cancel the update and return to the starting detail, "Return to update" to return to the data entry form and continue.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_INSERT', 'it', 'Torna all''inserimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_INSERT', 'en', 'Back to insertion');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_ANNULLA_INSERIMENTO', 'it', 'Annullamento inserimento prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_ANNULLA_INSERIMENTO', 'en', 'Product insertion cancellation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_INSERIMENTO_1', 'it', 'E'' stata selezionata l''azione per annullare l''inserimento di un nuovo prodotto nel catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_INSERIMENTO_1', 'en', 'The action to cancel the insertion of a new product in the catalog has been selected');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_INSERIMENTO_2', 'it', 'Selezionare "Conferma annullamento" per annullare l''inserimento e tornare al dettaglio dell''articolo, "Torna all''inserimento" per ritornare al form di inserimento dati e proseguire.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_INSERIMENTO_2', 'en', 'Select "Confirm cancellation" to cancel the insertion and return to the detail of the article, "Return to insertion" to return to the data entry form and continue.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_INSERIMENTO_3', 'it', 'Selezionare "Conferma annullamento" per annullare l''inserimento e tornare alla gestione prodotti, "Torna all''inserimento" per ritornare al form di inserimento dati e proseguire.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLA_INSERIMENTO_3', 'en', 'Select "Confirm cancellation" to cancel the insertion and return to product management, "Return to insertion" to return to the data entry form and continue.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_UPDATE', 'it', 'Torna all''aggiornamento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_UPDATE', 'en', 'Back to updating');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_EXPORT_ARTICOLI', 'it', 'Esporta articoli per inserimento nuovi prodotti da excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_EXPORT_ARTICOLI', 'en', 'Export articles to insert new products from excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PUOI_OFFRIRE_UN_MAX', 'it', 'Puoi offrire un massimo di');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PUOI_OFFRIRE_UN_MAX', 'en', 'You can offer a maximum of');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PRODOTTI_PER_ARTICOLO', 'it', 'prodotti per ogni articolo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PRODOTTI_PER_ARTICOLO', 'en', 'products for each item.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_IMPORT_MAX_20_PRODOTTI', 'it', 'In fase di importazione puoi per&ograve; importare un massimo di 20 prodotti per ogni articolo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_IMPORT_MAX_20_PRODOTTI', 'en', 'During the import phase, you can & ograve; import a maximum of 20 products for each item.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_MAX_PRODOTTI_OFFERTI_PER_ARTICOLO', 'it', 'Numero massimo di prodotti che intendi offrire per ogni articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_MAX_PRODOTTI_OFFERTI_PER_ARTICOLO', 'en', 'Maximum number of products you intend to offer for each item');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ARTICOLO_NON_DISPONIBILE', 'it', 'Articolo non disponibile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ARTICOLO_NON_DISPONIBILE', 'en', 'Article not available');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_NON_PUOI_INSERIRE_ALTRI_PRODOTTI', 'it', 'Hai gi&agrave; inserito per questo articolo un''offerta di prodotti completa, pertanto non puoi inserire ulteriori prodotti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_NON_PUOI_INSERIRE_ALTRI_PRODOTTI', 'en', 'You have already entered a full product offering for this item, so you cannot enter additional products.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_ARTICOLO', 'it', 'Codice articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_ARTICOLO', 'en', 'Item number');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_ARTICOLO', 'it', 'Descrizione articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_ARTICOLO', 'en', 'Article description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COLORE_ARTICOLO', 'it', 'Colore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COLORE_ARTICOLO', 'en', 'Color');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_OFFERTI', 'it', 'Prodotti offerti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_OFFERTI', 'en', 'Products offered');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_OFFERTA', 'it', 'Stato offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_OFFERTA', 'en', 'Offer status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_COMPLETA_PER_ARTICOLO', 'it', 'La tua offerta &egrave; completa per questo articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OFFERTA_COMPLETA_PER_ARTICOLO', 'en', 'Your offer is complete for this item');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SCARICA_MODELLO', 'it', 'Scarica modello');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SCARICA_MODELLO', 'en', 'Download template');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_MODELLO', 'it', 'Scarica modello excel per gli articoli dispobili');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_MODELLO', 'en', 'Download excel model for available items');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_GESTIONE_PRODOTTI', 'it', 'Torna alla gestione prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_GESTIONE_PRODOTTI', 'en', 'Go back to product management');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NESSUN_ARTICOLO_SELEZIONATO', 'it', 'Nessun articolo selezionato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NESSUN_ARTICOLO_SELEZIONATO', 'en', 'No items selected');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_FIRMA_RIEPILOGO', 'it', 'Firma riepilogo modifiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_FIRMA_RIEPILOGO', 'en', 'Sign changes summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PER_PROSEGUIRE_IMPOSTARE_UN_SOGGETTO', 'it', 'Per proseguire occorre modificare i dati anagrafici dell''impresa impostando almeno un soggetto come');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PER_PROSEGUIRE_IMPOSTARE_UN_SOGGETTO', 'en', 'To continue, the company master data must be changed by setting at least one subject such as');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_DATI_OP', 'it', 'Visualizza i dati dell''operatore economico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_DATI_OP', 'en', 'View the data of the economic operator');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_RIEPILOGO', 'it', 'Sei sicuro di voler eliminare il riepilogo firmato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_RIEPILOGO', 'en', 'Are you sure you want to delete the signed summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GENERA_PDF_VARIAZIONI_PREZZO', 'it', 'Genera il PDF con le variazioni di prezzo e scadenza dei prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GENERA_PDF_VARIAZIONI_PREZZO', 'en', 'Generate the PDF with the price and expiration variations of the products in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GENERA_PDF_MODIFICHE_PRODOTTI', 'it', 'Genera il PDF con le modifiche ai prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_GENERA_PDF_MODIFICHE_PRODOTTI', 'en', 'Generate PDF with changes to catalog products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_FIRMATO', 'it', 'Riepilogo firmato digitalmente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_FIRMATO', 'en', 'Digitally signed summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALLEGA', 'it', 'Allega');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALLEGA', 'en', 'Attach');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_FIRMATO_VALIDATO', 'it', 'Il riepilogo firmato digitalmente  stato validato.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_FIRMATO_VALIDATO', 'en', 'The digitally signed summary has been validated');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROCEDERE_INVIO_VARIAZIONI_PREZZO', 'it', 'Procedere con l''invio delle variazioni di prezzo e scadenza oppure annullare l''operazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROCEDERE_INVIO_VARIAZIONI_PREZZO', 'en', 'Proceed with sending the price and expiry variations or cancel the operation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROCEDERE_INVIO_MODIFICHE_CATALOGO', 'it', 'Procedere con l''invio delle modifiche al catalogo oppure annullare l''operazione.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PROCEDERE_INVIO_MODIFICHE_CATALOGO', 'en', 'Proceed with sending the changes to the catalog or cancel the operation.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_RIEPILOGO_FIRMATO', 'it', 'Scarica il riepilogo firmato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_RIEPILOGO_FIRMATO', 'en', 'Download the signed summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_RIEPILOGO_FIRMATO', 'it', 'Elimina il riepilogo firmato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_RIEPILOGO_FIRMATO', 'en', 'Delete the signed summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_INVIA_VARIAZIONE_PREZZO', 'it', 'Invia la richiesta di variazione prezzo e scadenza dei prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_INVIA_VARIAZIONE_PREZZO', 'en', 'Send the request for price variation and product expiration');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_INVIA_MODIFICA_PRODOTTI', 'it', 'Invia la richiesta di modifica dei prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_INVIA_MODIFICA_PRODOTTI', 'en', 'Send the product change request');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_GESTIONE_PRODOTTI', 'it', 'Gestione prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_GESTIONE_PRODOTTI', 'en', 'Product management');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_APRI_WIZARD_INSERIMENTO_PRODOTTO', 'it', 'Apre il wizard per l''inserimento di un nuovo prodotto a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_APRI_WIZARD_INSERIMENTO_PRODOTTO', 'en', 'Opens the wizard for inserting a new product in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERISCI_PRODOTTI', 'it', 'Inserisci prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERISCI_PRODOTTI', 'en', 'Insert products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_E_MODIFICA_PRODOTTI', 'it', 'Visualizza i prodotti presenti a catalogo e ne consente la modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_E_MODIFICA_PRODOTTI', 'en', 'View the products in the catalog and provide the modification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_PRODOTTI', 'it', 'Modifica prodotti a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_PRODOTTI', 'en', 'Modify products in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_DOWNLOAD_UPLOAD_XLS_PREZZI', 'it', 'Visualizza la pagina per il download del catalogo prodotti e il caricamento del documento excel per la variazione dei prezzi e delle scadenze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_DOWNLOAD_UPLOAD_XLS_PREZZI', 'en', 'View the page for downloading the product catalog and uploading the excel document for changing prices and deadlines');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_PREZZI_SCADENZE', 'it', 'Modifica prezzi e scadenze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICA_PREZZI_SCADENZE', 'en', 'Change prices and deadlines');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_CARRELLO_MODIFICHE', 'it', 'Visualizza il carrello delle modifiche in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_VISUALIZZA_CARRELLO_MODIFICHE', 'en', 'View cart of changes in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_MODIFICE_IN_CORSO', 'it', 'Riepilogo modifiche in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIEPILOGO_MODIFICE_IN_CORSO', 'en', 'Summary of changes in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERITI', 'it', 'inseriti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERITI', 'en', 'inserted');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICATI', 'it', 'modificati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICATI', 'en', 'modified');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINATI', 'it', 'eliminati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINATI', 'en', 'removed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZE', 'it', 'bozze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZE', 'en', 'drafts');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONSENTE_TRASFERIMENTO_MODIFICHE_A_BO', 'it', 'Consente il trasferimento delle modifiche del catalogo al back office');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONSENTE_TRASFERIMENTO_MODIFICHE_A_BO', 'en', 'Allows the transfer of catalog changes to the back office');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONSENTE_TRASFERIMENTO_VARIAZIONI_A_BO', 'it', 'Consente il trasferimento delle variazioni dell''offerta al back office');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CONSENTE_TRASFERIMENTO_VARIAZIONI_A_BO', 'en', 'Allows the transfer of offer variations to the back office');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_FUNZIONE_DISABILITATA_MODIFICHE_DA_INVIARE', 'it', 'La funzione  temporaneamente disabilitata, poich non esistono modifiche da inviare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_FUNZIONE_DISABILITATA_MODIFICHE_DA_INVIARE', 'en', 'The function is temporarily disabled, as there are no changes to send');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_FUNZIONE_DISABILITATA_RICHIESTA_GIA_INVIATA', 'it', 'La funzione  temporaneamente disabilitata a causa della presenza di una richiesta precedentemente inviata, in attesa di elaborazione dal sistema');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_FUNZIONE_DISABILITATA_RICHIESTA_GIA_INVIATA', 'en', 'The function is temporarily disabled due to the presence of a previously sent request, awaiting processing by the system');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIA_MODIFICHE', 'it', 'Conferma e invia modifiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CONFERMA_INVIA_MODIFICHE', 'en', 'Confirm and send changes');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_IMPORT_XLS_PRODOTTI', 'it', 'Importa nuovi prodotti da file excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_IMPORT_XLS_PRODOTTI', 'en', 'Import new products from excel files');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_PRODOTTI_DA_CARICARE', 'it', 'File contenente i prodotti da caricare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_PRODOTTI_DA_CARICARE', 'en', 'File containing the products to be loaded');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CARICA_PRODOTTI', 'it', 'Carica prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_CARICA_PRODOTTI', 'en', 'Upload products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CARICA_PRODOTTI_FILE_XLS', 'it', 'Carica i prodotti specificati nel file excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_CARICA_PRODOTTI_FILE_XLS', 'en', 'Upload the products specified in the excel file');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_ESITO_IMPORT', 'it', 'Esito importazione prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_ESITO_IMPORT', 'en', 'Product import outcome');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_PROCESSATI', 'it', 'Prodotti processati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_PROCESSATI', 'en', 'Processed products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_IMPORTATI_CORRETTAMENTE', 'it', 'Prodotti importati correttamente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_IMPORTATI_CORRETTAMENTE', 'en', 'Products imported correctly');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_SCARTATI', 'it', 'Prodotti scartati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_SCARTATI', 'en', 'Discarded products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTO_ALLA_RIGA', 'it', 'Prodotto alla riga');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTO_ALLA_RIGA', 'en', 'Produced at the row');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_ERRATI', 'it', 'Prodotti errati, perch&egrave; contenenti valori non corretti in uno o pi&ugrave; campi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_ERRATI', 'en', 'Wrong products, because it is containing incorrect values ??in one or more fields');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_RICARICA', 'it', 'Ricarica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_RICARICA', 'en', 'Reload');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BACK_TO_UPLOAD_XLS_PRODOTTI', 'it', 'Torna al form di upload del file excel con i prodotti riverificati e corretti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BACK_TO_UPLOAD_XLS_PRODOTTI', 'en', 'Return to the excel file upload form with the re-checked and corrected products');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_IMPORTA_VARIAZIONE_PREZZI', 'it', 'Importa variazioni a prezzi e scadenze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_IMPORTA_VARIAZIONE_PREZZI', 'en', 'Import changes at prices and deadlines');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_PRODOTTI_DA_AGGIORNARE', 'it', 'File contenente i prodotti da aggiornare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILE_PRODOTTI_DA_AGGIORNARE', 'en', 'File containing the products to be updated');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_IMPORTA', 'it', 'Importa');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_IMPORTA', 'en', 'Import');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_IMPORTA', 'it', 'Aggiorna prezzi e scadenze dei prodotti a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_IMPORTA', 'en', 'Update prices and deadlines of the products in the catalog');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_IMPORTAZIONE', 'it', 'Stato importazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_IMPORTAZIONE', 'en', 'Import status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_AGGIORNATI_CORRETTAMENTE', 'it', 'Prodotti aggiornati correttamente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_AGGIORNATI_CORRETTAMENTE', 'en', 'Products updated correctly');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_SCARTATI_PER_NO_VARIAZIONI', 'it', 'Prodotti scartati in quanto senza variazioni nel prezzo o nella data di validit');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_SCARTATI_PER_NO_VARIAZIONI', 'en', 'Discarded products as without changes in the price or validity date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_NON_AGGIORNATI_PER_DATI_INVALIDI', 'it', 'Prodotti non aggiornati, perch&egrave; campo prezzo o data scadenza non validi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_NON_AGGIORNATI_PER_DATI_INVALIDI', 'en', 'Outdated products, because it is invalid price or expiration date field');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BACK_TO_UPLOAD_XLS_PREZZI', 'it', 'Torna al form di upload del file excel con le variazioni a prezzi e scadenze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_BACK_TO_UPLOAD_XLS_PREZZI', 'en', 'Return to the excel file upload form with changes in prices and deadlines');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOG_IMPORT_INIZIO', 'it', 'Inizio import...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOG_IMPORT_INIZIO', 'en', 'Start import...');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOG_IMPORT_COMPLETATO', 'it', 'Import completato con successo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOG_IMPORT_COMPLETATO', 'en', 'Import completed successfully.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOG_IMPORT_INTERROTTO', 'it', 'Import interrotto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOG_IMPORT_INTERROTTO', 'en', 'Import stopped.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_INSERIMENTO_PRODOTTI_CATALOGO', 'it', 'Inserimento di uno o pi&ugrave; prodotti nel catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_INSERIMENTO_PRODOTTI_CATALOGO', 'en', 'Insertion of one or more products in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_INSERIMENTO_NUOVO_PRODOTTO', 'it', 'Apre il wizard per l''inserimento di un nuovo prodotto a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_INSERIMENTO_NUOVO_PRODOTTO', 'en', 'Opens the wizard for inserting a new product in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERISCI_UN_PRODOTTO', 'it', 'Inserisci un singolo prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERISCI_UN_PRODOTTO', 'en', 'Enter a single product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_WIZARD_INSERIMENTO_NUOVO_PRODOTTO', 'it', 'Seleziona questa azione per accedere alla creazione guidata di un nuovo prodotto a catalogo, specificandone tutte le caratteristiche ed allegando eventuali file.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_WIZARD_INSERIMENTO_NUOVO_PRODOTTO', 'en', 'Select this action to access the guided creation of a new product in the catalog, specifying all its characteristics and attaching any files.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_EXPORT_ARTICOLI_CATALOGO', 'it', 'Apre il wizard per l''esportazione di articoli a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_EXPORT_ARTICOLI_CATALOGO', 'en', 'Opens the wizard for exporting catalog items');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_FILE_XLS', 'it', 'Scarica il file Excel (compilazione offline)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_FILE_XLS', 'en', 'Download the Excel file (offline compilation)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_WIZARD_EXPORT_ARTICOLI_CATALOGO', 'it', 'Seleziona questa azione quando si prevede l''inserimento di pi&ugrave; prodotti oppure si vuole precompilare i dati dei nuovi prodotti separatamente dall''utilizzo del portale e mediante la compilazione del file Excel che verr&agrave; scaricato.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_WIZARD_EXPORT_ARTICOLI_CATALOGO', 'en', 'Select this action when you plan to insert more products or want to pre-fill the data of new products separately from using the portal and by filling in the Excel file that will be downloaded.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_IMPORT_MASSIVO_PRODOTTI', 'it', 'Apre il wizard per l''import massivo di prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_WIZARD_IMPORT_MASSIVO_PRODOTTI', 'en', 'Opens the wizard for the massive import of products');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERISCI_PRODOTTI_CARICATI_DA_XLS', 'it', 'Inserisci i prodotti caricati da file excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERISCI_PRODOTTI_CARICATI_DA_XLS', 'en', 'Enter the products uploaded from excel files');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_WIZARD_IMPORT_MASSIVO_PRODOTTI', 'it', 'Seleziona questa azione per caricare nel tuo catalogo i prodotti inseriti nel file Excel scaricato a partire dalla voce precedente. Tutti i prodotti per i quali sono richiesti degli allegati verranno inseriti come bozze, e l''inserimento degli allegati richiesti avverr&agrave; utilizzando la funzione di modifica.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INFO_WIZARD_IMPORT_MASSIVO_PRODOTTI', 'en', 'Select this action to load the products included in the Excel file downloaded from the previous item into your catalog. All products for which attachments are required will be inserted as drafts, and the insertion of the required attachments will be done using the modification function.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_SALVA_BOZZE', 'it', 'Salvataggio bozze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_SALVA_BOZZE', 'en', 'Saving drafts');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALVATAGGIO_BOZZE_PER_MODIFICHE_PRODOTTI', 'it', 'Salvataggio delle bozze, per future modifiche ai prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALVATAGGIO_BOZZE_PER_MODIFICHE_PRODOTTI', 'en', 'Saving drafts for future changes to the catalog products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EFFETTUATA_CON_SUCCESSO', 'it', 'effettuata con successo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_EFFETTUATA_CON_SUCCESSO', 'en', 'carried out successfully');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_INVIO_MODIFICHE_PRODOTTI', 'it', 'Invio richiesta modifiche prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CATALOGHI_INVIO_MODIFICHE_PRODOTTI', 'en', 'Send request for product changes');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_MODIFICHE_PRODODOTTI', 'it', 'Richiesta modifiche ai prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICHIESTA_MODIFICHE_PRODODOTTI', 'en', 'Request for changes to the catalog products');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_MODIFICHE_CATALOGO', 'it', 'Sei sicuro di voler annullare tutte le modifiche al catalogo?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_MODIFICHE_CATALOGO', 'en', 'Are you sure you want to cancel all changes to the catalog?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLARE_INSERIMENTO', 'it', 'Sei sicuro di voler annullare l''inserimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLARE_INSERIMENTO', 'en', 'Are you sure you want to cancel the entry');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLARE_MODIFICA', 'it', 'Sei sicuro di voler annullare la modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLARE_MODIFICA', 'en', 'Are you sure you want to cancel the change');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLARE_CANCELLAZIONE', 'it', 'Sei sicuro di voler annullare la cancellazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLARE_CANCELLAZIONE', 'en', 'Are you sure you want to cancel the cancellation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_BOZZA', 'it', 'Sei sicuro di voler eliminare la bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_BOZZA', 'en', 'Are you sure you want to delete the draft');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEL_PRODOTTO', 'it', 'del prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEL_PRODOTTO', 'en', 'of the product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEL_SERVIZIO', 'it', 'del servizio');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DEL_SERVIZIO', 'en', 'of the service');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INVIO_IN_ATTESA_DI_ELABORAZIONE', 'it', 'E'' presente un invio in attesa di elaborazione dell''Ente');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INVIO_IN_ATTESA_DI_ELABORAZIONE', 'en', 'There is a consignment pending processing by the organization');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA', 'it', 'Scarica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA', 'en', 'Download');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_RIEPILOGO', 'it', 'Scarica il riepilogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SCARICA_RIEPILOGO', 'en', 'Download the summary');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IL_RIEPILOGO_RICHIESTA_DEL', 'it', 'il riepilogo della richiesta effettuata il');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IL_RIEPILOGO_RICHIESTA_DEL', 'en', 'the summary of the request made on');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO', 'it', 'Stato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO', 'en', 'Status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_PRODOTTO_FORNITORE', 'it', 'Codice prodotto fornitore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_PRODOTTO_FORNITORE', 'en', 'Supplier product code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOME_COMMERCIALE', 'it', 'Nome commerciale');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOME_COMMERCIALE', 'en', 'Commercial name');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_AGGIUNTIVA', 'it', 'Descrizione aggiuntiva');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_AGGIUNTIVA', 'en', 'Additional description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADEZA_OFFERTA', 'it', 'Data scadenza offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_SCADEZA_OFFERTA', 'en', 'Offer expiration date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERITO', 'it', 'Inserito');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INSERITO', 'en', 'Submitted');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICATO', 'it', 'Modificato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MODIFICATO', 'en', 'Modified');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINATO', 'it', 'Eliminato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINATO', 'en', 'Removed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA', 'it', 'Bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_BOZZA', 'en', 'Draft');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_DETTAGLIO_PRODOTTO', 'it', 'Visualizza il dettaglio del prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_VISUALIZZA_DETTAGLIO_PRODOTTO', 'en', 'View the product detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_MODIFICA', 'it', 'Annulla la modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_MODIFICA', 'en', 'Cancel the change');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_ELEMENTO_CARRELLO', 'it', 'Elimina l''elemento dal carrello delle modifiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_ELEMENTO_CARRELLO', 'en', 'Remove the item from the change cart');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_MODIFICHE', 'it', 'Annulla modifiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ANNULLA_MODIFICHE', 'en', 'Discard changes');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ANNULLA_MODIFICHE_CATALOGO', 'it', 'Annulla tutte le modifiche apportate finora al catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ANNULLA_MODIFICHE_CATALOGO', 'en', 'Undo all changes made to the catalog so far');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NESSUNA_MODIFICA_CATALOGO', 'it', 'Non &egrave; presente alcuna modifica al catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NESSUNA_MODIFICA_CATALOGO', 'en', 'There is no modification to the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_MODIFICA_PRODOTTI_CATALOGO', 'it', 'Modifica prodotti a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_MODIFICA_PRODOTTI_CATALOGO', 'en', 'Modify products in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_PRODOTTO', 'it', 'Sei sicuro di voler eliminare il prodotto ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_PRODOTTO', 'en', 'Are you sure you want to delete the product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_SERVIZIO', 'it', 'Sei sicuro di voler eliminare il servizio ');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_SERVIZIO', 'en', 'Are you sure you want to delete the service');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILTRA_PRODOTTI_PER', 'it', 'Filtra prodotti per');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILTRA_PRODOTTI_PER', 'en', 'Filter products by');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_FILTRA', 'it', 'Filtra');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_FILTRA', 'en', 'Filter');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICERCA_AVANZATA', 'it', 'Ricerca avanzata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICERCA_AVANZATA', 'en', 'Advanced Search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICERCA_SEMPLIFICATA', 'it', 'Ricerca semplificata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RICERCA_SEMPLIFICATA', 'en', 'Simplified search');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_TUTTE_LE_TIPOLOGIE', 'it', 'All types');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_TUTTE_LE_TIPOLOGIE', 'en', 'Tutte le tipologie');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_TUTTI_GLI_STATI', 'it', 'Tutti gli stati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_TUTTI_GLI_STATI', 'en', 'All status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_VARIAZIONE_IN_CORSO', 'it', 'E'' in corso una richiesta di variazione offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_VARIAZIONE_IN_CORSO', 'en', 'An offer variation request is in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_VARIAZIONE', 'it', 'Richiesta di variazione offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_VARIAZIONE', 'en', 'Offer variation request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_MODIFICA_IN_CORSO', 'it', 'E'' in corso una richiesta di modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_MODIFICA_IN_CORSO', 'en', 'A modification request is in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_MODIFICA', 'it', 'Richiesta di modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_MODIFICA', 'en', 'Modify request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_ELIMINAZIONE_IN_CORSO', 'it', 'E'' in corso una richiesta di eliminazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_ELIMINAZIONE_IN_CORSO', 'en', 'A request for deletion is in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_ELIMINAZIONE', 'it', 'Richiesta di eliminazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_RICHIESTA_ELIMINAZIONE', 'en', 'Delete request');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_PRODOTTO', 'it', 'Elimina il prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_PRODOTTO', 'en', 'Delete the product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_PRODOTTO_DA_CATALOGO', 'it', 'Elimina il prodotto dal catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_PRODOTTO_DA_CATALOGO', 'en', 'Remove the product from the catalog');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_SALVATAGGIO_BOZZA_CATALOGO', 'it', 'Salvataggio bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_SALVATAGGIO_BOZZA_CATALOGO', 'en', 'Saving draft');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_AGGIORNA_PRODOTTO_CATALOGO', 'it', 'Aggiornamento prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_AGGIORNA_PRODOTTO_CATALOGO', 'en', 'Product update');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_INSERIMENTO_PRODOTTO_CATALOGO', 'it', 'Inserimento prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_INSERIMENTO_PRODOTTO_CATALOGO', 'en', 'Product insertion');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_BOZZA_PRODOTTO_SALVATA', 'it', 'Bozza prodotto salvata con successo.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_BOZZA_PRODOTTO_SALVATA', 'en', 'Product draft successfully saved.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IL_PRODOTTO_DEL_CATALOGO', 'it', 'Il prodotto del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IL_PRODOTTO_DEL_CATALOGO', 'en', 'The product of the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IL_PRODOTTO_DEL_CARRELLO', 'it', 'Il prodotto del carrello');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IL_PRODOTTO_DEL_CARRELLO', 'en', 'The product of the cart');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PRODOTTO_AGGIORNATO_CON_SUCCESSO', 'it', '&egrave; stato aggiornato con successo, cliccare su "torna alla gestione prodotti" e seguire la procedura per inviare il prodotto a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PRODOTTO_AGGIORNATO_CON_SUCCESSO', 'en', 'has been successfully updated, click on "Go back to product management" and follow the procedure to send the product to the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PRODOTTO_INSERITO_CON_SUCCESSO', 'it', 'Il nuovo prodotto &egrave; stato inserito correttamente, cliccare su "torna alla gestione prodotti" e seguire la procedura per inviare il prodotto a catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_PRODOTTO_INSERITO_CON_SUCCESSO', 'en', 'The new product is been entered correctly, click on "Go back to product management" and follow the procedure to send the product to the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_PRODOTTO_INSERITO_CATALOGO', 'it', 'Nuovo prodotto inserito (da inviare)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_PRODOTTO_INSERITO_CATALOGO', 'en', 'New product inserted (to be sent)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_PRODOTTO_MODIFICATO_CATALOGO', 'it', 'Prodotto modificato (modifiche da inviare)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_PRODOTTO_MODIFICATO_CATALOGO', 'en', 'Modified product (modifications to be sent)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_PRODOTTO_ELIMINATO_CATALOGO', 'it', 'Prodotto eliminato (eliminazione da inviare)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_PRODOTTO_ELIMINATO_CATALOGO', 'en', 'Product deleted (deletion to be sent)');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_NUOVO_PRODOTTO_BOZZA_CATALOGO', 'it', 'Nuovo prodotto in bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_NUOVO_PRODOTTO_BOZZA_CATALOGO', 'en', 'New draft product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_PRODOTTO_CATALOGO', 'it', 'Dettaglio prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_DETTAGLIO_PRODOTTO_CATALOGO', 'en', 'Product detail');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REINSERIRE_PRODOTTO_A_CATALOGO', 'it', 'Sei sicuro di voler reinserire il prodotto nel catalogo?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REINSERIRE_PRODOTTO_A_CATALOGO', 'en', 'Are you sure you want to put the product back in the catalog?');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLARE_INSERIMENTO', 'it', 'Sei sicuro di voler annullare l''inserimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLARE_INSERIMENTO', 'en', 'Are you sure you want to cancel the entry');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLARE_MODIFICA', 'it', 'Sei sicuro di voler annullare la modifica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLARE_MODIFICA', 'en', 'Are you sure you want to cancel the change');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLARE_CANCELLAZIONE', 'it', 'Sei sicuro di voler annullare la cancellazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ANNULLARE_CANCELLAZIONE', 'en', 'Are you sure you want to cancel the cancellation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ELIMINARE_BOZZA', 'it', 'Sei sicuro di voler eliminare la bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_ELIMINARE_BOZZA', 'en', 'Are you sure you want to delete the draft');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_TECNICA', 'it', 'Descrizione tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DESCRIZIONE_TECNICA', 'en', 'Technical description');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MARCA_PRODOTTO_PRODUTTORE', 'it', 'Marca prodotto del produttore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MARCA_PRODOTTO_PRODUTTORE', 'en', 'Product brand of the manufacturer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_PRODOTTO_PRODUTTORE', 'it', 'Codice prodotto del produttore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CODICE_PRODOTTO_PRODUTTORE', 'en', 'Manufacturer''s product code');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SPECIFICHE_PRODOTTO', 'it', 'Specifiche del prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SPECIFICHE_PRODOTTO', 'en', 'Product Specifications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMMAGINE', 'it', 'Immagine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMMAGINE', 'en', 'Image');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_IMMAGINE', 'it', 'Scarica l''immagine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_IMMAGINE', 'en', 'Download image');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_IMMAGINE', 'it', 'Nessuna immagine caricata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_IMMAGINE', 'en', 'No image loaded');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DIMENSIONI', 'it', 'Dimensioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DIMENSIONI', 'en', 'Dimensions');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_CERTIFICAZIONE_RICH', 'it', 'Scarica la certificazione richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_CERTIFICAZIONE_RICH', 'en', 'Download the required certification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_DOCUMENTI', 'it', 'Nessun documento trovato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NO_DOCUMENTI', 'en', 'No document found');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCHEDE_TECNICHE', 'it', 'Schede tecniche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCHEDE_TECNICHE', 'en', 'Datasheet');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_SCHEDA_TECNICA', 'it', 'Scarica la scheda tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_SCHEDA_TECNICA', 'en', 'Download the technical sheet');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PERIODO_GARANZIA_DI_MESI', 'it', 'Periodo di garanzia di mesi');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PERIODO_GARANZIA_DI_MESI', 'en', 'Warranty period of months');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZI_QUANTITA', 'it', 'Prezzi e quantit&agrave;');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZI_QUANTITA', 'en', 'Prices and quantities');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_MISURA_DEL_PREZZO', 'it', 'Unit&agrave; di misura su cui &egrave; espresso il prezzo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_MISURA_DEL_PREZZO', 'en', 'Unit of measure on which the price is expressed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_UNITA_PREZZO_ACQUISTO', 'it', 'Num. unit&agrave; su cui &egrave; espresso il prezzo, componenti l''unit&agrave; di misura a cui &egrave; riferito l''acquisto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_UNITA_PREZZO_ACQUISTO', 'en', 'Number. unit on which the price is expressed, components of the unit of measurement to which the purchase refers');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_MISURA_ACQUISTO', 'it', 'Unit&agrave; di misura a cui &egrave; riferito l''acquisto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_UNITA_MISURA_ACQUISTO', 'en', 'Unit of measurement to which the purchase refers');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZO_PRODOTTO', 'it', 'Prezzo del prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PREZZO_PRODOTTO', 'en', 'Product price');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALIQUOTA_IVA', 'it', 'Aliquota IVA applicata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ALIQUOTA_IVA', 'en', 'VAT rate applied');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTO_MINIMO_UNITA_MISURA', 'it', 'Lotto minimo per unit&agrave; di misura');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_LOTTO_MINIMO_UNITA_MISURA', 'en', 'Minimum batch per unit of measurement');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TEMPO_CONSEGNA', 'it', 'Tempo di consegna');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TEMPO_CONSEGNA', 'en', 'Delivery time');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_PRODOTTO', 'it', 'Stato del prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_STATO_PRODOTTO', 'en', 'Product status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ACCEDI_STEP_MODIFICA_WIZARD', 'it', 'Accedi allo step di inserimento/modifica dati prodotto del wizard');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ACCEDI_STEP_MODIFICA_WIZARD', 'en', 'Access the wizard product insertion/modification step');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REINSERISCI_PRODOTTO', 'it', 'Reinserisci prodotto in catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_REINSERISCI_PRODOTTO', 'en', 'Re-enter product in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RIPRISTINA_ELEMENTO_IN_CATALOGO', 'it', 'Ripristina l''elemento in stato "In catalogo"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_RIPRISTINA_ELEMENTO_IN_CATALOGO', 'en', 'Restore item to "In Catalog" status');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ELIMINA_DAL_CARRELLO', 'it', 'Effettua l''eliminazione dal carrello delle modifiche');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_ELIMINA_DAL_CARRELLO', 'en', 'Make the change from the cart');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_MODIFICA_PRODOTTI', 'it', 'Torna alla modifica prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_MODIFICA_PRODOTTI', 'en', 'Go back to the product modification of the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_RIEPILOGO_MODIFICHE', 'it', 'Torna al riepilogo modifiche in corso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LINK_BACK_TO_RIEPILOGO_MODIFICHE', 'en', 'Go back to the summary of changes in progress');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_ARTICOLI_CATALOGO', 'it', 'Esporta articoli per inserimento nuovi prodotti da excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_ARTICOLI_CATALOGO', 'en', 'Export articles to insert new products from excel');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALTA_FORM_ARTICOLO_VAI_A_BOTTONI', 'it', 'Salta il form di selezione articolo e vai ai bottoni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SALTA_FORM_ARTICOLO_VAI_A_BOTTONI', 'en', 'Skip the article selection form and go to the buttons');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILTRA_CATEGORIE_ARTICOLI_COLORE_PER', 'it', 'Filtra categorie/articoli/colore per');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FILTRA_CATEGORIE_ARTICOLI_COLORE_PER', 'en', 'Filter categories/items/color by');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_ARTICOLI_DEL_CATALOGO', 'it', 'Categorie con articoli del catalogo elettronico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIE_ARTICOLI_DEL_CATALOGO', 'en', 'Categories with electronic catalog items');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_INSERISCI_PRODOTTO_CATALOGO', 'it', 'Inserimento di un nuovo prodotto nel catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_INSERISCI_PRODOTTO_CATALOGO', 'en', 'Insertion of a new product in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_AGGIORNA_PRODOTTO_CATALOGO', 'it', 'Aggiornamento di un prodotto del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_AGGIORNA_PRODOTTO_CATALOGO', 'en', 'Updating a product in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_AGGIORNA_PRODOTTO_CARRELLO', 'it', 'Aggiornamento di un prodotto del carrello');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_STEP_AGGIORNA_PRODOTTO_CARRELLO', 'en', 'Updating a cart product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_GENERALI_PRODOTTO', 'it', 'Dati generali prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_GENERALI_PRODOTTO', 'en', 'General product data');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_CERTIFICAZIONE', 'it', 'Sei sicuro di voler eliminare la certificazione selezionata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_CERTIFICAZIONE', 'en', 'Are you sure you want to delete the selected certification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_SCHEDA_TECNICA', 'it', 'Sei sicuro di voler eliminare la scheda tecnica selezionata');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_SCHEDA_TECNICA', 'en', 'Are you sure you want to delete the selected data sheet');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_IMMAGINE', 'it', 'Sei sicuro di voler eliminare l''immagine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINARE_IMMAGINE', 'en', 'Are you sure you want to delete the image');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_OBBLIGATORI_PROCEDERE_INVIO_PROD', 'it', 'I documenti contrassegnati con (<span class="required-field">*</span>) sono obbligatori per procedere all''inserimento del prodotto.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DOCUMENTI_OBBLIGATORI_PROCEDERE_INVIO_PROD', 'en', 'The documents marked with (<span class = "required-field"> * </span>) are mandatory to proceed with the insertion of the product.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_CERTIFICAZIONE', 'it', 'Elimina la certificazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_CERTIFICAZIONE', 'en', 'Delete the certification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMMAGINE_PRODOTTO', 'it', 'Immagine del prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMMAGINE_PRODOTTO', 'en', 'Product image');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_IMMAGINE', 'it', 'Elimina l''immagine');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_IMMAGINE', 'en', 'Delete the image');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FACSIMILE_CERTIFICAZIONI', 'it', 'Facsimile certificazioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FACSIMILE_CERTIFICAZIONI', 'en', 'Facsimile certifications');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_FACSIMILE', 'it', 'Scarica il facsimile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_FACSIMILE', 'en', 'Download the facsimile');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CERTIFICAZIONE_RICHIESTA', 'it', 'Certificazione richiesta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CERTIFICAZIONE_RICHIESTA', 'en', 'Certification required');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_CERTIFICAZIONE', 'it', 'Scarica la certificazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_CERTIFICAZIONE', 'en', 'Download the certification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA_CERTIFICAZIONE', 'it', 'Nuova certificazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA_CERTIFICAZIONE', 'en', 'New certification');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCHEDA_TECNICA', 'it', 'Scheda tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCHEDA_TECNICA', 'en', 'Data sheet');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_SCHEDA_TECNICA', 'it', 'Elimina la scheda tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_ELIMINA_SCHEDA_TECNICA', 'en', 'Delete the technical sheet');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA_SCHEDA_TECNICA', 'it', 'Nuova scheda tecnica');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUOVA_SCHEDA_TECNICA', 'en', 'New technical data sheet');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_KB_LIBERI_NEL_CATALOGO_PRODOTTI', 'it', 'KB nell''intero catalogo considerando tutti i prodotti.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_KB_LIBERI_NEL_CATALOGO_PRODOTTI', 'en', 'KB in the entire catalog considering all the products.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_GENERALI_ARTICOLO', 'it', 'Dati generali articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATI_GENERALI_ARTICOLO', 'en', 'General data of the article');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOME_COMMERCIALE_PRODOTTO', 'it', 'Nome commerciale del prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NOME_COMMERCIALE_PRODOTTO', 'en', 'Trade name of the product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MIGLIOR_PREZZO_OFFERTO_PER_ARTICOLO', 'it', 'Miglior prezzo offerto per l''articolo pari a');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_MIGLIOR_PREZZO_OFFERTO_PER_ARTICOLO', 'en', 'Best price offered for the item equal to');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_INSERITI_PER_ARTICOLO_DA_ALTRI_OE', 'it', 'prodotti inseriti per l''articolo dagli altri O.E');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTI_INSERITI_PER_ARTICOLO_DA_ALTRI_OE', 'en', 'products inserted for the article by other O.E.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_ALIQUOTA_IVA', 'it', '-- Scegli un''aliquota IVA --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('OPT_CHOOSE_ALIQUOTA_IVA', 'en', '-- Choose a VAT rate --');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_MINIMO', 'it', 'indicare minimo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_MINIMO', 'en', 'indicate minimum');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_E', 'it', 'e');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_E', 'en', 'and');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE', 'it', 'indicare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE', 'en', 'indicate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_MASSIMO', 'it', 'indicare massimo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INDICARE_MASSIMO', 'en', 'indicate maximum');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTO_SOGGETTO_A_VERIFICA_SA', 'it', 'Il prodotto, prima di essere disponibile nel catalogo, sar&agrave; soggetto a verifica da parte della Stazione Appaltante.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PRODOTTO_SOGGETTO_A_VERIFICA_SA', 'en', 'Before being available in the catalog, the product will be subject to verification by the Contracting Authority.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIA', 'it', 'Categoria');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATEGORIA', 'en', 'Category');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_ARTICOLO', 'it', 'Tipo articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_ARTICOLO', 'en', 'Article type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_CERTIFICAZIONI_ALLEGATE', 'it', 'Numero certificazioni allegate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_CERTIFICAZIONI_ALLEGATE', 'en', 'Number of certifications attached');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_SCHEDE_TECNICHE_ALLEGATE', 'it', 'Numero schede tecniche allegate');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_SCHEDE_TECNICHE_ALLEGATE', 'en', 'Number of technical sheets attached');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AGGIUNGI_PRODOTTO', 'it', 'Aggiungi il prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_AGGIUNGI_PRODOTTO', 'en', 'Add the product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SAVE_PRODOTTO', 'it', 'Salva il prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SAVE_PRODOTTO', 'en', 'Save the product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_AGGIUNGI_PRODOTTO_BOZZA', 'it', 'Aggiungi prodotto in bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_AGGIUNGI_PRODOTTO_BOZZA', 'en', 'Add draft product');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SAVE_PRODOTTO_BOZZA', 'it', 'Salva prodotto in bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('BUTTON_SAVE_PRODOTTO_BOZZA', 'en', 'Save draft product');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SAVE_PRODOTTO_BOZZA', 'it', 'Salva il prodotto in stato bozza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_SAVE_PRODOTTO_BOZZA', 'en', 'Save the product in draft status');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_SELEZIONE_ARTICOLO', 'it', 'Selezione articolo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_SELEZIONE_ARTICOLO', 'en', 'Article selection');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_DEFINIZIONE_PRODOTTO', 'it', 'Definizione prodotto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_DEFINIZIONE_PRODOTTO', 'en', 'Product definition');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_ALLEGATI', 'it', 'Allegati');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_ALLEGATI', 'en', 'Attachments');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_RIEPILOGO', 'it', 'Riepilogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_CATALOGHI_STEP_RIEPILOGO', 'en', 'Summary');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_MODIFICA_PREZZI_SCADENZE_CATALOGO', 'it', 'Modifica prezzi e scadenze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_MODIFICA_PREZZI_SCADENZE_CATALOGO', 'en', 'Change prices and deadlines');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONA_UNA_OPZIONE', 'it', 'Selezionare una delle seguente opzioni');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SELEZIONA_UNA_OPZIONE', 'en', 'Select one of the following options');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_XLS_CON_CATALOGO_PRODOTTI', 'it', 'Scarica il documento excel con l''intero catalogo prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_XLS_CON_CATALOGO_PRODOTTI', 'en', 'Download the excel document with the entire product catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_XLS_CON_TUO_CATALOGO_PRODOTTI', 'it', 'Scarica il file Excel contenente il tuo catalogo prodotti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_XLS_CON_TUO_CATALOGO_PRODOTTI', 'en', 'Download the Excel file containing your product catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_XLS_PRODOTTI_VARIAZIONE_PREZZI', 'it', 'Seleziona questa azione per scaricare un file Excel contenente tutti i prodotti a catalogo, quindi verificare i dati dei prodotti e variarne esclusivamente il prezzo e/o la data scadenza offerta.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SCARICA_XLS_PRODOTTI_VARIAZIONE_PREZZI', 'en', 'Select this action to download an Excel file containing all the products in the catalog, then check the product data and vary only the price and / or the expiry date offered.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APRI_WIZARD_MODIFICA_PREZZI', 'it', 'Apre il wizard per la modifica di prezzi e scadenze');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_APRI_WIZARD_MODIFICA_PREZZI', 'en', 'Opens the wizard for changing prices and deadlines');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTA_NUOVI_PREZZI_E_VALIDA', 'it', 'Importa nuovi prezzi e validit&agrave; offerta');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_IMPORTA_NUOVI_PREZZI_E_VALIDA', 'en', 'Import new prices and validity offer');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIORNA_CATALOGO_PREZZI_INSERITI_IN_XLS', 'it', 'Seleziona questa azione per aggiornare nel tuo catalogo il prezzo e/o la data scadenza offerta inseriti nel file Excel scaricato a partire dalla voce precedente. Le due informazioni relative ai prodotti vengono controllate ed acquisite, ma per procedere con l''aggiornamento effettivo del catalogo si deve procedere con lo step di conferma ed invio modifiche.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_AGGIORNA_CATALOGO_PREZZI_INSERITI_IN_XLS', 'en', 'Select this action to update in your catalog the price and/or the expiration date offered inserted in the Excel file downloaded starting from the previous item. The two information relating to the products are checked and acquired, but to proceed with the actual updating of the catalog, it is necessary to proceed with the step of confirming and sending changes.');

INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_RICEVUTA_OGGETTO', 'it', 'Notifica di invio richiesta di modifica dei prodotti del catalogo "{0}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_RICEVUTA_OGGETTO', 'en', 'Notification of sending request for modification of the products of the catalog "{0}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_RICEVUTA_TESTO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di modifica dei prodotti del catalogo "{1}"  stata presentata in data {2}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_RICEVUTA_TESTO', 'en', 'The economic operator "{0}" is hereby notified that the request for modification of the products in the catalog "{1}" was submitted on {2}.

Best regards

-----
This email is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di modifica dei prodotti del catalogo "{1}"  stata presentata in data {2} e risulta protocollata con anno {3} e numero {4}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_RICEVUTA_TESTOCONPROTOCOLLO', 'en', '

Hereby the economic operator "{0}" is notified that the request for modification of the products in the catalog "{1}" was submitted on {2} and is registered with year {3} and number {4}.

Best regards

-----
This email is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_PROTOCOLLO_TESTO', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di modifica prodotti del catalogo "{6}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_PROTOCOLLO_TESTO', 'en', 'The economic operator "{0}", C.F. {1}, P.I. {2}, mail {3}, with headquarters in {4}, entered the request for product modification of the catalog "{6}" on {5}.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di modifica prodotti del catalogo "{6}".

In allegato il documento di riepilogo delle modifiche firmato digitalmente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_PROTOCOLLO_TESTOCONALLEGATI', 'en', 'The economic operator "{0}", C.F. {1}, P.I. {2}, mail {3}, with headquarters in {4}, entered the request for product modification of the catalog "{6}" on {5}.

Attached is the document summarizing the changes signed digitally.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_OGGETTO', 'it', 'Richiesta aggiornamento prodotti nel catalogo per l''''op. economico "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_OGGETTO', 'en', 'Request product update in the catalog for the op. cheap "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_TESTO', 'it', 'Il fornitore {0} chiede di poter aggiornare i prodotti per il catalogo {1}. Cordiali saluti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_TESTO', 'en', 'Vendor {0} requests to be able to update products for catalog {1}. Best regards');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_ALLEGATO', 'it', 'Richiesta modifiche prodotti catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_ALLEGATO', 'en', 'Request for product catalog changes');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_ALLEGATOFIRMATO', 'it', 'Riepilogo modifiche prodotti firmato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SEND_ALLEGATOFIRMATO', 'en', 'Summary of product changes signed');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SAVE_OGGETTO', 'it', 'Salvataggio prodotti del catalogo {0} da aggiornare');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SAVE_OGGETTO', 'en', 'Saving products of catalog {0} to be updated');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SAVE_TESTO', 'it', 'Il fornitore {0} ha salvato alcune modifiche ai prodotti del catalogo {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SAVE_TESTO', 'en', 'The vendor {0} has saved some changes to the products in the catalog {1}');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SAVE_ALLEGATO', 'it', 'Riepilogo modifiche prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_SAVE_ALLEGATO', 'en', 'Summary of product changes in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_RICEVUTA_OGGETTO', 'it', 'Notifica di invio richiesta di aggiornamento offerta prezzi e scadenze dei prodotti nel catalogo "{0}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_RICEVUTA_OGGETTO', 'en', 'Notification of sending request to update the offer prices and deadlines of the products in the catalog "{0}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_RICEVUTA_TESTO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di aggiornamento offerta prezzi e scadenze dei prodotti nel catalogo "{1}"  stata presentata in data {2}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_RICEVUTA_TESTO', 'en', 'We hereby notify the economic operator "{0}" that the request for updating the offer of prices and deadlines for the products in the catalog "{1}" was submitted on {2}.

Best regards

-----
This email is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_RICEVUTA_TESTOCONPROTOCOLLO', 'it', 'Con la presente si notifica all''''operatore economico "{0}" che la richiesta di aggiornamento offerta prezzi e scadenze dei prodotti nel catalogo "{1}"  stata presentata in data {2} e risulta protocollata con anno {3} e numero {4}.

Cordiali saluti

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_RICEVUTA_TESTOCONPROTOCOLLO', 'en', 'Hereby the economic operator "{0}" is notified that the request for updating the offer prices and deadlines of the products in the catalog "{1}" was submitted on {2} and is registered with the year {3} and number {4}.

Best regards

-----
This email is generated by an automatic system, please do not reply.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_PROTOCOLLO_TESTO', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta aggiornamento offerta prezzi e scadenze nel catalogo "{6}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_PROTOCOLLO_TESTO', 'en', 'The economic operator "{0}", C.F. {1}, P.I. {2}, mail {3}, with headquarters in {4}, entered on {5} the request to update the offer of prices and deadlines in the catalog "{6}".');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_PROTOCOLLO_TESTOCONALLEGATI', 'it', 'L''''operatore economico "{0}", C.F. {1}, P.I. {2}, mail {3}, con sede principale in {4}, ha inserito in data {5} la richiesta di aggiornamento offerta prezzi e scadenze nel catalogo "{6}".

In allegato il documento di riepilogo delle modifiche firmato digitalmente.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('MAIL_CATALOGHI_VARPRZ_PROTOCOLLO_TESTOCONALLEGATI', 'en', '

The economic operator "{0}", C.F. {1}, P.I. {2}, mail {3}, with headquarters in {4}, entered on {5} the request to update the offer of prices and deadlines in the catalog "{6}".

Attached is the document summarizing the changes signed digitally.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_OGGETTO', 'it', 'Richiesta variazione offerta prodotti nel catalogo per l''''op. economico "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_OGGETTO', 'en', 'Request variation of product offer in the catalog for the op. cheap "{0}"');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_TESTO', 'it', 'Il fornitore {0} di poter aggiornare l''''offerta prezzi e scadenze dei prodotti nel catalogo {1}. Cordiali saluti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_TESTO', 'en', 'The supplier {0} to be able to update the offer prices and deadlines of the products in the catalog {1}. Best regards');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_ALLEGATO', 'it', 'Richiesta variazione offerta prodotti del catalogo');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_ALLEGATO', 'en', 'Request variation of the products offered in the catalog');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_ALLEGATOFIRMATO', 'it', 'Riepilogo variazione offerta prodotti firmato');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('NOTIFICA_CATALOGHI_VARPRZ_SEND_ALLEGATOFIRMATO', 'en', 'Summary of product offer variation signed');


INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CONSULENTI_COLLABORATORI', 'it', 'Titolari di incarichi di collaborazione o consulenza');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('TITLE_PAGE_CONSULENTI_COLLABORATORI', 'en', 'Holders of collaboration or consultancy assignments');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTO_PERCETTORE', 'it', 'Soggetto percettore');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_SOGGETTO_PERCETTORE', 'en', 'Perceptor subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RAGIONE_INCARICO', 'it', 'Ragione incarico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RAGIONE_INCARICO', 'en', 'Assignment reason');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_PROVVEDIMENTO', 'it', 'Num. provvedimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUMERO_PROVVEDIMENTO', 'en', 'Action num.');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PROVVEDIMENTO', 'it', 'Data provvedimento');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DATA_PROVVEDIMENTO', 'en', 'Action date');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_PARTIRE_DA', 'it', 'a partire da');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_A_PARTIRE_DA', 'en', 'starting from');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPENSO_PREVISTO', 'it', 'Compenso previsto');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_COMPENSO_PREVISTO', 'en', 'Compensation expected');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OGGETTO_PRESTAZIONE', 'it', 'Ogg. prestazione');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_OGGETTO_PRESTAZIONE', 'en', 'Performance subject');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTE_VARIABILE_COMPENSO', 'it', 'Parte variabile compenso');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_PARTE_VARIABILE_COMPENSO', 'en', 'Variable part compensation');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INIZIO_INCARICO', 'it', 'Inizio incarico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_INIZIO_INCARICO', 'en', 'Assignment start');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FINE_INCARICO', 'it', 'Fine incarico');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_FINE_INCARICO', 'en', 'Assignment end');
--INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_PROCEDURA', 'it', 'Tipo procedura');
--INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_TIPO_PROCEDURA', 'en', 'Procedure type');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_PARTECIPANTI', 'it', 'Numero partecipanti');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_NUM_PARTECIPANTI', 'en', 'Number of participants');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIFERIMENTI_NORMATIVI', 'it', 'RIFERIMENTI NORMATIVI');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_RIFERIMENTI_NORMATIVI', 'en', 'NORMATIVE REQUIREMENTS');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DLG_33_2013_ART_15', 'it', 'Decreto legislativo n. 33/2013 art.15, cc. 1,2');
INSERT INTO localstrings (keycode, langcode, stringvalue) VALUES ('LABEL_DLG_33_2013_ART_15', 'en', 'Legislative Decree n. 33/2013 art.15, cc. 1.2');


-- pagemodels 
INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('2colonne-mainsx', '2 Colonne con area principale a sinistra', '<frames>
	<frame pos="9">
		<descr>Language</descr>
	</frame>
	<frame pos="0">
		<descr>Date and time</descr>
		<defaultShowlet code="date_time" />
	</frame>
	<frame pos="1">
		<descr>Search Form</descr>
		<defaultShowlet code="search_form" />
	</frame>
	<frame pos="2">
		<descr>Breadcrumbs</descr>
		<defaultShowlet code="navigation_breadcrumbs" />
	</frame>
	<frame pos="6">
		<descr>Main Column: Pre</descr>
	</frame>
	<frame pos="7" main="true">
		<descr>Main Column</descr>
	</frame>
	<frame pos="8">
		<descr>Main Column: Post</descr>
	</frame>
	<frame pos="3">
		<descr>Second Column: Box 1</descr>
		<defaultShowlet code="jpuserreg_loginUserReg" />
	</frame>
	<frame pos="4">
		<descr>Second Column: Box 2</descr>
		<defaultShowlet code="navigation_menu">
			<properties>
				<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
			</properties>
		</defaultShowlet>		
	</frame>
	<frame pos="5">
		<descr>Second Column: Box 3</descr>
	</frame>
</frames>', NULL);
INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('2colonne-maindx', '2 Colonne con area principale a destra', '<frames>
	<frame pos="9">
		<descr>Language</descr>
	</frame>
	<frame pos="0">
		<descr>Date and time</descr>
		<defaultShowlet code="date_time" />
	</frame>
	<frame pos="1">
		<descr>Search Form</descr>
		<defaultShowlet code="search_form" />
	</frame>
	<frame pos="2">
		<descr>Breadcrumbs</descr>
		<defaultShowlet code="navigation_breadcrumbs" />
	</frame>
	<frame pos="3">
		<descr>First Column: Box 1</descr>
		<defaultShowlet code="jpuserreg_loginUserReg" />
	</frame>
	<frame pos="4">
		<descr>First Column: Box 2</descr>
		<defaultShowlet code="navigation_menu">
			<properties>
				<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
			</properties>
		</defaultShowlet>		
	</frame>
	<frame pos="5">
		<descr>First Column: Box 3</descr>
	</frame>
	<frame pos="6">
		<descr>Main Column: Pre</descr>
	</frame>
	<frame pos="7" main="true">
		<descr>Main Column</descr>
	</frame>
	<frame pos="8">
		<descr>Main Column: Post</descr>
	</frame>
</frames>', NULL);
INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('3colonne', '3 Colonne completo', '<frames>
	<frame pos="9">
		<descr>Language</descr>
	</frame>
	<frame pos="0">
		<descr>Date and time</descr>
		<defaultShowlet code="date_time" />
	</frame>
	<frame pos="1">
		<descr>Search Form</descr>
		<defaultShowlet code="search_form" />
	</frame>
	<frame pos="2">
		<descr>Breadcrumbs</descr>
		<defaultShowlet code="navigation_breadcrumbs" />
	</frame>
	<frame pos="3">
		<descr>First Column: Box 1</descr>
		<defaultShowlet code="navigation_menu">
			<properties>
				<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
			</properties>
		</defaultShowlet>		
	</frame>
	<frame pos="4">
		<descr>First Column: Box 2</descr>
	</frame>
	<frame pos="5">
		<descr>First Column: Box 3</descr>
	</frame>
	<frame pos="6">
		<descr>Main Column: Pre</descr>
	</frame>
	<frame pos="7" main="true">
		<descr>Main Column</descr>
	</frame>
	<frame pos="8">
		<descr>Main Column: Post</descr>
	</frame>
	<frame pos="10">
		<descr>Third Column: Box 1</descr>
	</frame>
	<frame pos="11">
		<descr>Third Column: Box 2</descr>
	</frame>
	<frame pos="12">
		<descr>Third Column: Box 3</descr>
	</frame>
</frames>', NULL);
INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('2colonne-agid-mainsx', '2 Colonne AGID con area principale a sinistra', '<frames>
	<frame pos="9">
		<descr>Language</descr>
	</frame>
	<frame pos="0">
		<descr>Date and time</descr>
		<defaultShowlet code="date_time" />
	</frame>
	<frame pos="1">
		<descr>Search Form</descr>
		<defaultShowlet code="search_form" />
	</frame>
	<frame pos="2">
		<descr>Breadcrumbs</descr>
		<defaultShowlet code="navigation_breadcrumbs" />
	</frame>
	<frame pos="6">
		<descr>Main Column: Pre</descr>
	</frame>
	<frame pos="7" main="true">
		<descr>Main Column</descr>
	</frame>
	<frame pos="8">
		<descr>Main Column: Post</descr>
	</frame>
	<frame pos="3">
		<descr>Second Column: Box 1</descr>
		<defaultShowlet code="jpuserreg_loginUserReg" />
	</frame>
	<frame pos="4">
		<descr>Second Column: Box 2</descr>
		<defaultShowlet code="navigation_menu">
			<properties>
				<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
			</properties>
		</defaultShowlet>		
	</frame>
	<frame pos="5">
		<descr>Second Column: Box 3</descr>
	</frame>
</frames>', NULL);
INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('2colonne-agid-maindx', '2 Colonne AGID con area principale a destra', '<frames>
	<frame pos="9">
		<descr>Language</descr>
	</frame>
	<frame pos="0">
		<descr>Date and time</descr>
		<defaultShowlet code="date_time" />
	</frame>
	<frame pos="1">
		<descr>Search Form</descr>
		<defaultShowlet code="search_form" />
	</frame>
	<frame pos="2">
		<descr>Breadcrumbs</descr>
		<defaultShowlet code="navigation_breadcrumbs" />
	</frame>
	<frame pos="3">
		<descr>First Column: Box 1</descr>
		<defaultShowlet code="jpuserreg_loginUserReg" />
	</frame>
	<frame pos="4">
		<descr>First Column: Box 2</descr>
		<defaultShowlet code="navigation_menu">
			<properties>
				<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
			</properties>
		</defaultShowlet>		
	</frame>
	<frame pos="5">
		<descr>First Column: Box 3</descr>
	</frame>
	<frame pos="6">
		<descr>Main Column: Pre</descr>
	</frame>
	<frame pos="7" main="true">
		<descr>Main Column</descr>
	</frame>
	<frame pos="8">
		<descr>Main Column: Post</descr>
	</frame>
</frames>', NULL);
INSERT INTO pagemodels (code, descr, frames, plugincode) VALUES ('3colonne-agid', '3 Colonne AGID', '<frames>
	<frame pos="9">
		<descr>Language</descr>
	</frame>
	<frame pos="0">
		<descr>Date and time</descr>
		<defaultShowlet code="date_time" />
	</frame>
	<frame pos="1">
		<descr>Search Form</descr>
		<defaultShowlet code="search_form" />
	</frame>
	<frame pos="2">
		<descr>Breadcrumbs</descr>
		<defaultShowlet code="navigation_breadcrumbs" />
	</frame>
	<frame pos="3">
		<descr>First Column: Box 1</descr>
		<defaultShowlet code="navigation_menu">
			<properties>
				<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
			</properties>
		</defaultShowlet>		
	</frame>
	<frame pos="4">
		<descr>First Column: Box 2</descr>
	</frame>
	<frame pos="5">
		<descr>First Column: Box 3</descr>
	</frame>
	<frame pos="6">
		<descr>Main Column: Pre</descr>
	</frame>
	<frame pos="7" main="true">
		<descr>Main Column</descr>
	</frame>
	<frame pos="8">
		<descr>Main Column: Post</descr>
	</frame>
	<frame pos="10">
		<descr>Third Column: Box 1</descr>
	</frame>
	<frame pos="11">
		<descr>Third Column: Box 2</descr>
	</frame>
	<frame pos="12">
		<descr>Third Column: Box 3</descr>
	</frame>
</frames>', NULL);

DELETE FROM showletcatalog WHERE code = 'login_form';

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('language_choose', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Languages - Choose a Language</property>
<property key="it">Lingue - Cambio Lingua</property>
</properties>', NULL, NULL, NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('date_time', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Actual date and time</property>
<property key="it">Data ed ora attuale</property>
</properties>', NULL, NULL, NULL, NULL, 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('navigation_breadcrumbs', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Navigation - Breadcrumbs</property>
<property key="it">Navigazione - Briciole di Pane</property>
</properties>', NULL, NULL, NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Navigation - Menu</property>
<property key="it">Navigazione - Men</property>
</properties>', '<config>
	<parameter name="navSpec">Rules for the Page List auto-generation</parameter>
	<action name="navigatorConfig" />
</config>', NULL, NULL, NULL, 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('search_form', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search - Search Form</property>
<property key="it">Ricerca - Form di Ricerca</property>
</properties>', NULL, NULL, NULL, NULL, 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('site_map', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Site map</property>
<property key="it">Mappa del sito</property>
</properties>', NULL, NULL, NULL, NULL, 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchDelibereAContrarre', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search for resolutions to contract or equivalent act</property>
<property key="it">Ricerca delibere a contrarre o atto equivalente</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/openSearchDelibere.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchBandiGara', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search for tenders</property>
<property key="it">Ricerca bandi di gara</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/initSearch.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listBandiInCorso', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Calls for tender in progress</property>
<property key="it">Lista bandi gara in corso</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/listAllInCorso.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listBandiScaduti', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Expired tender calls</property>
<property key="it">Lista bandi gara scaduti</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/listAllScaduti.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listAllAsteInCorso', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Auctions in progress</property>
<property key="it">Aste in corso</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/listAllAsteInCorso.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listEsitiInCorso', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Tender results</property>
<property key="it">Lista esiti di gara</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Esiti/listAllInCorso.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listEsitiAffidamenti', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Credit results</property>
<property key="it">Lista esiti affidamenti</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Esiti/listAllAffidamenti.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listAvvisiInCorso', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Tender notices in progress</property>
<property key="it">Lista avvisi di gara in corso</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Avvisi/listAllInCorso.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listAvvisiScaduti', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Expired tender notices</property>
<property key="it">Lista avvisi di gara scaduti</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Avvisi/listAllScaduti.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listBandiIscrizione', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Calls and notices of registration</property>
<property key="it">Lista bandi e avvisi d''iscrizione</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/listAllIscrizione.action</property>
</properties>

', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_regImpresa', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Economic operator registration</property>
<property key="it">Registrazione operatore economico</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/RegistrImpr/init.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listRichOfferta', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Calls for tenders with bid requests</property>
<property key="it">Lista bandi di gara con richieste di offerta</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/listAllRichiesteOfferta.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listRichiesteDocumenti', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Calls for tenders with requests for verification of documents</property>
<property key="it">Lista bandi di gara con richieste di verifica dei documenti</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/listAllRichiesteDocumenti.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_dettImpresa', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Consult economic operator data</property>
<property key="it">Consulta dati operatore economico</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/DatiImpr/view.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_editImpresa', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Edit economic operator data</property>
<property key="it">Modifica dati operatore economico</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/DatiImpr/modify.action</property>
</properties>

', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_varImpresa', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Request variation for economic operator identification data</property>
<property key="it">Richiedi variazione dati identificativi operatore economico</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/DatiImpr/openVariazione.action</property>
</properties>

', 1);

-- Definizione della showlet per l'esecuzione di un report
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_getreport', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Report extraction</property>
<property key="it">Estrazione report</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Report/checkProspetto.action</property>
</properties>', 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchProcAggiudicazione', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search for awarding or concluded procedures</property>
<property key="it">Ricerca procedure in aggiudicazione o concluse</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/searchProcedure.action</property>
</properties>
', 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchGareContrattiAnticorruzione', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search for tenders and contracts (Anti-Corruption Law 190/2012)</property>
<property key="it">Ricerca bandi di gara e contratti (Legge Anticorruzione 190/2012)</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AmmTrasp/listaAdempimentiAnticorruzione.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchSoggettiBeneficiari', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Beneficiaries prospect</property>
<property key="it">Prospetto dei soggetti beneficiari</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AmmTrasp/openSearchSoggettiBeneficiari.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listConsulenti', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Holders of collaboration or consultancy assignments</property>
<property key="it">Titolari di incarichi di collaborazione o consulenza</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Consulenti/view.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchContrattiAnticorruzione', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Contracts summary (Legislative Decree 50/2016)</property>
<property key="it">Riepilogo contratti (D.Lgs. 50/2016)</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AmmTrasp/openSearchContratti.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_listCataloghi', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Electronic catalogs</property>
<property key="it">Lista cataloghi elettronici</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Cataloghi/listAllCataloghi.action</property>
</properties>

', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_accessoSimultaneo', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Simultaneous access</property>
<property key="it">Accesso simultaneo</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AreaPers/viewAccessoSimultaneo.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_areaPersonale', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Personal area</property>
<property key="it">Area personale</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AreaPers/view.action</property>
</properties>
', 1);

-- definizione showlet richiesta di assistenza
INSERT INTO showletcatalog(code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_assistenza', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Helpdesk request</property>
<property key="it">Richiesta assistenza</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?><properties><property key="actionPath">/ExtStr2/do/FrontEnd/Assistenza/view.action</property></properties>', 1);

INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchContrattiOrdini', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search orders</property>
<property key="it">Ricerca ordini</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Contratti/searchContratti.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_areaSoggettoSSO', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Personal area SSO user</property>
<property key="it">Area personale utente SSO</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AreaPers/viewSoggettoSSO.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_adminOpKO', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Non-active economic operators</property>
<property key="it">Operatori economici non attivi</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AreaPers/openSearchOperatoriEconomiciKO.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_adminInviiKO', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Flows processed with errors</property>
<property key="it">Flussi processati con errori</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AreaPers/openSearchInvioFlussiKO.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_adminSbloccaAccount', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Unlock economic operator account</property>
<property key="it">Sblocca account operatore economico</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AreaPers/openSbloccaAccount.action</property>
</properties>
', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_news', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">News</property>
<property key="it">News</property>
</properties>', NULL, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Comunicazioni/news.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_sa_choice', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Select Contracting Station</property>
<property key="it">Seleziona Stazione appaltante</property>
</properties>', 
null, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/SAFilter/open.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppgare_searchBandiConEsito', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search for tenders with results</property>
<property key="it">Ricerca bandi con esito</property>
</properties>',
null, 'ppgare', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/searchBandiConEsito.action</property>
</properties>', 1);
INSERT INTO showletcatalog (code, titles, parameters, plugincode, parenttypecode, defaultconfig, locked) VALUES ('ppcommon_adminAccess', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Access identify for administrator user</property>
<property key="it">Accesso identificazione utente amministratore</property>
</properties>', NULL, 'ppcommon', 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/AdminAccess/adminAccessAction.action</property>
</properties>', 1);

DELETE FROM sysconfig WHERE version = 'production' AND item = 'contentTypes';
INSERT INTO sysconfig VALUES ('production', 'contentTypes', 'Definizione dei tipi di contenuto', '<?xml version="1.0" encoding="UTF-8"?>
<contenttypes>
	<contenttype typecode="FAQ" typedescr="Domande e risposte frequenti " viewpage="test_preview" listmodel="22" defaultmodel="2">
		<attributes>
			<attribute name="Domanda" attributetype="Text" searcheable="true" required="true" indexingtype="TEXT" />
			<attribute name="Risposta" attributetype="Hypertext" required="true" indexingtype="TEXT" />
			<attribute name="Progressivo" attributetype="Number" searcheable="true" required="true" />
		</attributes>
	</contenttype>
	<contenttype typecode="GEN" typedescr="Contenuto generico" viewpage="test_preview" listmodel="11" defaultmodel="1">
		<attributes>
			<attribute name="Titolo" attributetype="Text" searcheable="true" required="true" indexingtype="TEXT" />
			<attribute name="CorpoTesto" attributetype="Hypertext" required="true" indexingtype="TEXT" />
			<list name="Allegati" attributetype="Monolist" nestedtype="Attach" indexingtype="TEXT" />
		</attributes>
	</contenttype>
	<contenttype typecode="REP" typedescr="Report ALICE" viewpage="test_preview" listmodel="3" defaultmodel="3">
		<attributes>
			<attribute name="Titolo" attributetype="Longtext" required="true" indexingtype="TEXT" />
			<attribute name="Descrizione" attributetype="Hypertext" required="true" indexingtype="TEXT" />
			<attribute name="PaginaRisultato" attributetype="Monotext" required="true" />
			<list name="ListaReport" attributetype="Monolist" required="true" nestedtype="Composite">
				<attribute name="Codice" attributetype="Text" required="true" />
				<attribute name="Titolo" attributetype="Longtext" required="true" indexingtype="TEXT" />
				<attribute name="Descrizione" attributetype="Hypertext" required="true" indexingtype="TEXT" />
				<attribute name="TipoRisultato" attributetype="Enumerator" separator=";"><![CDATA[Griglia;Lista]]></attribute>
			</list>
		</attributes>
	</contenttype>
</contenttypes>
');

DELETE FROM sysconfig WHERE version = 'production' AND item = 'langs';
INSERT INTO sysconfig VALUES ('production', 'langs', 'Definizione delle lingue previste nel portale e indicazione della lingua di default', '<?xml version="1.0" encoding="UTF-8"?>
<Langs>
	<Lang>
		<code>it</code>
		<descr>Italiano</descr>
		<default>true</default>
	</Lang>
	<Lang>
		<code>en</code>
		<descr>English</descr>
	</Lang>
</Langs>

');

DELETE FROM sysconfig WHERE version = 'production' AND item = 'params';
INSERT INTO sysconfig VALUES ('production', 'params', 'Parametri vari di configurazione. Solo il tag Param  preso in considerazione.', '<Params>
	<Param name="urlStyle">classic</Param>
	<Param name="requirePageCode">true</Param>
	<Param name="hypertextEditor">none</Param>
	<SpecialPages>
		<Param name="notFoundPageCode">notfound</Param>
		<Param name="homePageCode">homepage</Param>
		<Param name="errorPageCode">errorpage</Param>
		<Param name="loginPageCode">login</Param>
	</SpecialPages>
	<ExtendendPrivacyModule>
		<Param name="extendedPrivacyModuleEnabled">true</Param>
		<Param name="maxMonthsSinceLastAccess">6</Param>
		<Param name="maxMonthsSinceLastPasswordChange">3</Param>
		<Param name="maxLoginAttemptsWrongPassword">5</Param>
		<Param name="maxLoginAttemptsSameIp">10</Param>
		<Param name="inhibitionIpTimeInMinutes">10</Param>
	</ExtendendPrivacyModule>
</Params>');

DELETE FROM sysconfig WHERE version = 'production' AND item = 'jpuserprofileProfileType';
INSERT INTO sysconfig VALUES ('production', 'jpuserprofileProfileType', 'Definizione del profilo utente', '<profiletypes>
	<profiletype typecode="PFL" typedescr="Profilo utente/cittadino tipo" firstNameAttributeName="Nome" surnameAttributeName="Cognome" mailAttributeName="email">
		<attributes>
			<attribute name="Nome" attributetype="Monotext" required="true"/>
			<attribute name="Cognome" attributetype="Monotext" required="true"/>
			<attribute name="email" attributetype="Monotext" required="true" searcheable="true">
				<regexp><![CDATA[.+@.+.[a-z]+]]></regexp>
			</attribute>
			<attribute name="language" attributetype="Monotext" required="true"/>
		</attributes>
	</profiletype>
	<profiletype typecode="PTRI" typedescr="Profilo temporaneo registrazione impresa" codiceFiscaleAttributeName="codFiscale" partitaIVAAttributeName="partitaIVA" mailAttributeName="email">
		<attributes>
			<attribute name="codFiscale" attributetype="Monotext" required="true" searcheable="true">
				<regexp><![CDATA[([A-Za-z]{6}[0-9]{2}[A-Za-z][0-9]{2}[A-Za-z][0-9]{3}[A-Za-z])|[0-9]{11}]]></regexp>
			</attribute>
			<attribute name="partitaIVA" attributetype="Monotext" required="true" searcheable="true">
				<regexp><![CDATA[[0-9]{11}]]></regexp>
			</attribute>
			<attribute name="email" attributetype="Monotext" required="true" searcheable="true">
				<regexp><![CDATA[.+@.+.[a-z]+]]></regexp>
			</attribute>
		</attributes>
	</profiletype>
	<profiletype typecode="PFI" typedescr="Profilo impresa" firstNameAttributeName="Nome" mailAttributeName="email">
		<attributes>
			<attribute name="Nome" attributetype="Monotext" required="true"/>
			<attribute name="email" attributetype="Monotext" required="true" searcheable="true">
				<regexp><![CDATA[.+@.+.[a-z]+]]></regexp>
			</attribute>
		</attributes>
	</profiletype>
</profiletypes>');

DELETE FROM sysconfig WHERE version = 'production' AND item = 'jpuserreg_Config';
INSERT INTO sysconfig VALUES ('production', 'jpuserreg_Config', 'Configurazione servizio registrazione iscrizione utenti', '<userRegConfig>
	<profileEntity nameAttr="Nome" surnameAttr="Nome" eMailAttr="email" langAttr="language" />
	
	<!-- Token validity in minutes - Activation page name -->
	<tokenValidity minutes="129600"/>
	
	<sender code="PORTALICE1" />
	
	<!-- Authorities to load on user request profile -->
	<userAuthDefaults>
		<group name="gare" />
	</userAuthDefaults>
	
	<!-- Activation page name -->
	<activation pageCode="activation">
		<template lang="it">
			<subject><![CDATA[[Portale Appalti]: Attivazione account]]></subject>
			<body><![CDATA[Spett.le {name}, 
grazie per aver effettuato la registrazione.
La Sua utenza  {userName}, per completare lattivazione  necessario impostare la password nel seguente link
{link} entro e non oltre 90 giorni, pena lannullamento della registrazione stessa.
Nel caso in cui il collegamento indicato sopra risultasse suddiviso su pi righe e pertanto non funzionante, 
si invita a copiare ed incollare manualmente nella barra degli indirizzi del browser tutte le parti che lo compongono e poi premere invio.
Cordiali Saluti.

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.
]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[Portale Appalti]: Account activation]]></subject>
			<body><![CDATA[Dear {name}, 
thank you to register.
Your username is {userName}, to activate it you need to click on the link 
{link} no later than 90 days, under penalty of cancellation of registration.
In the event that the link provided above is divided into multiple lines and therefore not working,
we invite you to manually copy and paste in the address bar of the browser all the component parts and then press enter.
Best regards.

-----
Please don''t reply, this mail is generated automatically from the system.
]]></body>
		</template>
	</activation>
	
	<!-- Reactivation page name -->
	<reactivation pageCode="recover">
		<template lang="it">
			<subject><![CDATA[[Portale Appalti]: Ripristino password]]></subject>
			<body><![CDATA[Spett.le {name}, 
la Sua utenza  {userName}.
Per riattivare l''account  necessario impostare la password nel seguente link: 
{link}
Nel caso in cui il collegamento indicato sopra risultasse suddiviso su pi righe e pertanto non funzionante, 
si invita a copiare ed incollare manualmente nella barra degli indirizzi del browser tutte le parti che lo compongono e poi premere invio.
Cordiali Saluti.

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.
]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[Portale Appalti]: Password recover]]></subject>
			<body><![CDATA[Dear {name}, 
your username is {userName}.
To recover your password you need to click on the link: 
{link}
In the event that the link provided above is divided into multiple lines and therefore not working,
we invite you to manually copy and paste in the address bar of the browser all the component parts and then press enter.
Best regards.

-----
Please don''t reply, this mail is generated automatically from the system.
]]></body>
		</template>
	</reactivation>
	
		<!-- Reactivated page name -->
	<reactivated pageCode="reactivated">
		<template lang="it">
			<subject><![CDATA[[Portale Appalti]: Utente abilitato]]></subject>
			<body><![CDATA[Spett.le {name}, 
la Sua utenza {userName}  stata abilitata all''accesso al portale.
Cordiali Saluti.

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.
]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[Portale Appalti]: User activated]]></subject>
			<body><![CDATA[Dear {name}, 
your username {userName} has been activated to the portal access,
Best regards.

-----
Please don''t reply, this mail is generated automatically from the system.
]]></body>
		</template>
	</reactivated>
</userRegConfig>');

INSERT INTO sysconfig VALUES ('production', 'jpauthenticator_Config', 'Configurazione servizio di autenticazione', '<?xml version="1.0" encoding="UTF-8"?>
<AuthConfig>
	<profileEntity nameAttr="Nome" surnameAttr="Nome" eMailAttr="email" langAttr="language" />
	<sender code="PORTALICE1" />
	
	<userDisabledAdminMail pageCode="admin">
		<template lang="it">
			<subject><![CDATA[[Portale Appalti]: Disattivazione account utente]]></subject>
			<body><![CDATA[L''utenza {userName}  stata disabilitata, poich  stato superato il numero limite di {attempts} tentativi di login con password errata.

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.
]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[Portale Appalti]: Account disabled]]></subject>
			<body><![CDATA[The user {userName} is now disabled, because the limit of {attempts} login attempts with wrong password has been exceeded.

-----
Please don''t reply, this mail is generated automatically from the system.
]]></body>
		</template>
	</userDisabledAdminMail>
	
	<userDisabledUserMail pageCode="user">
		<template lang="it">
			<subject><![CDATA[[Portale Appalti]: Disattivazione account utente]]></subject>
			<body><![CDATA[Spett.le {name}{surname}, 
la Sua utenza {userName} per l''accesso al portale  stata disattivata a seguito di un eccessivo numero di tentativi di accesso senza successo.
Contattare l''amministratore di sistema per la riabilitazione dell''account.
Cordiali Saluti.

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.
]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[Portale Appalti]: Account disabled]]></subject>
			<body><![CDATA[Dear {name}{surname}, 
your account {userName} has been suspended due to too many login attempts.
Contact the system admin for rehabilitating the account.
Best regards.

-----
Please don''t reply, this mail is generated automatically from the system.
]]></body>
		</template>
	</userDisabledUserMail>

	<ipSuspendedAdminMail pageCode="admin">
		<template lang="it">
			<subject><![CDATA[[Portale Appalti]: Inibizione accesso]]></subject>
			<body><![CDATA[L''accesso al portale dall''indirizzo ip {ipAddress}  stato inibito per {minutes} minuti, poich  stato superato il numero limite di {attempts} tentativi di login falliti.

-----
Questa mail viene generata da un sistema automatico, si prega di non rispondere.
]]></body>
		</template>
		<template lang="en">
			<subject><![CDATA[[Portale Appalti]: Inhibition access]]></subject>
			<body><![CDATA[
Portal access has been inhibited for {minutes} minutes for the ip address {ipAddress}, because the limit of {attempts} login failures has been exceeded.

-----
Please don''t reply, this mail is generated automatically from the system.
]]></body>
		</template>
	</ipSuspendedAdminMail>
	
</AuthConfig>');

DELETE FROM uniquekeys WHERE id = 1;
INSERT INTO uniquekeys (id, keyvalue) VALUES (1, 2);

-------------------------------------------------------------------------
-- NUOVA TABELLA PER LA CONFIGURAZIONE DI OGGETTI DA UTILIZZARE NELLE JSP
-------------------------------------------------------------------------

INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIPRINC-RECAPITI', 'FAX', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIPRINC-RECAPITI', 'MAIL', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIPRINC-RECAPITI', 'PEC', 'MAN', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT-ABILITPREVENTIVA', 'DATASCADENZA', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT-CCIAA', 'DATANULLAOSTAANTIMAFIA', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'ZONEATTIVITA', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'ZONEATTIVITA', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT-SEZ', 'ABILITAZIONEPREVENTIVA', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT-CCIAA', 'DATANULLAOSTAANTIMAFIA', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('ISCRALBO-CATEG', 'ACLASSIFICA', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('ISCRALBO-CATEG', 'NOTA', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('REG-IMPRESA', 'PRIVACY', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('REG-IMPRESA', 'LOGINCF', 'ACT', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIPRINC-RECAPITI', 'MAIL', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIPRINC-RECAPITI', 'MAILRIF', 'ACT', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIANAGR-SEZ', 'ISCRIZIONEALBOPROF', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('TABINF-INDICIZZAZIONE', 'RSS', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('RINNALBO-DOCUM', 'PDFDOMANDA', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('ISCRALBO-DOCUM', 'PDFDOMANDA', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('ISCRALBO-DOCUM', 'NUMSERIEBOLLODOMANDA', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('AMMTRASP-SOGGETTIBENEFICIARI', 'CIG', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIPRINC', 'OGGETTOSOCIALE', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'SOGGOBBLIGODURC', 'MAN', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'SOGGASSUNZIONIOBBLIGATORIE', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'DIPENDENTITRIENNIO', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'SETTOREATTIVITA', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'CLASSEDIMENSIONE', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'ISCRELENCHIDL189-2016', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'ISCRELENCHIDL189-2016', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'RATINGLEGALITA', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('IMPRESA-DATIULT', 'RATINGLEGALITA', 'MAN', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE', 'BARCODE', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE-CONSORZIATE', 'ESECUTRICI', 'MAN', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE-DOCUMOFFERTA', 'UPLOADPDFCOERENTEDATI', 'ACT', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE-DOCUMOFFERTA', 'PUNTIORDIISTR', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE-DOCUMOFFERTA', 'PASSOE', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('TABINF-INDICIZZAZIONE', 'TAB', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('COMUNICAZIONI', 'INVIARISPONDI', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE', 'DOCRICHIESTI', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE', 'DOCINVITOPUBBLICA', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE', 'ATTIDOCART29', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('GARE', 'ADERENTI', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('AREARISERVATA', 'REGISTRATI', 'VIS', 1);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('ALBO-ISCRITTI', 'CATEGORIE', 'VIS', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('DOCUM-FIRMATO', 'ACCETTASOLOP7M', 'ACT', 0);
INSERT INTO ppcommon_customizations (objectid, attrib, feature, configvalue) VALUES ('EXPORT', 'PDF', 'VIS', 0);


----------------------------------------------------
-- NUOVA TABELLA PER LA CONFIGURAZIONE DI PROPERTIES
----------------------------------------------------

insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('layoutStyle', 'S', 'Layout da utilizzare per la grafica del portale (sottocartella di resources/static/img)', 'appalti-contratti', 'appalti-contratti', 10);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('tabellatiRefreshInterval', 'I', 'Intervallo di refresh delle liste dei tabellati (minuti)', '60', '60', 15);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('ntpServer', 'S', 'Elenco dei server ntp (separati da una virgola e senza spazi) per la sincronizzazione ufficiale dell''ora. Nel caso di campo vuoto si usa la data del server di installazione (es: ntp1.inrim.it,ntp2.inrim.it)', null, null, 20);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('ntpTimeout', 'I', 'Timeout di risposta del server ntp in millisecondi.', '5000', '5000', 30);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('wsOperazioniGenerali', 'L', 'Web service per la gestione delle operazioni generali (estrazione tabellati generali e invio o lettura di comunicazioni)', 'http://localhost:8080/WSAppalti/services/WSOperazioniGeneraliSOAP', 'http://localhost:8080/WSAppalti/services/WSOperazioniGeneraliSOAP', 40);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('wsGareAppalto', 'L', 'Web service per l''interazione con il sistema gare appalto', 'http://localhost:8080/WSAppalti/services/WSGareAppaltoSOAP', 'http://localhost:8080/WSAppalti/services/WSGareAppaltoSOAP', 50);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('wsAste', 'L', 'Web service per la gestione delle aste telematiche', 'http://localhost:8080/WSAppalti/services/WSAsteSOAP', 'http://localhost:8080/WSAppalti/services/WSAsteSOAP', 60);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('wsBandiEsitiAvvisi', 'L', 'Web service per la pubblicazione di bandi, esiti e avvisi', 'http://localhost:8080/WSBandiEsitiAvvisi/services/WSBandiEsitiAvvisiSOAP', 'http://localhost:8080/WSBandiEsitiAvvisi/services/WSBandiEsitiAvvisiSOAP', 70);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('wsReport', 'L', '(PROTOTIPO) Web service per l''estrazione di report mediante modulo WebConsole', 'http://localhost:8080/Appalti/services/ReportSOAP', 'http://localhost:8080/Appalti/services/ReportSOAP', 80);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('wsBandiEsitiAvvisiAuthenticationToken', 'S', 'Token di autenticazione, se richiesto, per utilizzare il web service per la pubblicazione di bandi, esiti ed avvisi', '', '', 90);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('nomeCliente', 'S', 'Nome del cliente presso il quale e'' stato installato il portale', null, null, 100);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('mailAmministratoreSistema', 'S', 'Indirizzo email dell''amministratore di sistema a cui vengono inoltrate le mail di notifica generate dal portale', '', '', 110);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('pubblicazione.numAnni', 'I', 'Durata in anni della pubblicazione di bandi, esiti, avvisi (DLgs 33/2013 art8 c.3)', '5', '5', 120);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('incarichiCessati.estraiNumAnniPrecedenti', 'I', 'Numero di anni precedenti per cui recuperare i soggetti cessati per l''impresa (-1=NESSUNA GESTIONE,0=solo anno corrente, 1=anno precedente, ...)', '-1', '-1', 130);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('subfolderTemplateJasper', 'S', 'Cartella contenente i modelli per la produzione dei PDF personalizzati per i clienti quali la domanda di iscrizione ad un albo (sottocartella in WEB-INF/plugins/ppgare/aps/jasper)', null, null, 140);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('limiteUploadFile', 'I', 'Dimensione massima, in MB, del singolo upload di file da parte di un''impresa. Attenzione: va indicato un numero intero al massimo pari a 15', '2', '2', 150);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('limiteTotaleUploadDocIscrizione', 'I', 'Limite massimo, in MB, considerando tutti gli allegati di una richiesta (busta, comunicazione, iscrizione albo, modifica prodotti...). Attenzione: va indicato un numero intero al massimo pari a 50', '5', '5', 160);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('estensioniAmmesseDocIscrizione', 'S', 'Estensioni, separate da una virgola e senza spazi, accettate nelle funzioni di caricamento di file da portale', null, 'PDF,P7M,XLS,XLSX,ODS,DOC,DOCX,RTF,ODT,ZIP', 170);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('estensioniAmmesseImmagineProdotto', 'S', 'Estensioni, separate da una virgola e senza spazi, ammesse per l''immagine di un prodotto', null, null, 180);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.tipo', 'I', 'Attivazione protocollazione (0-non abilitata, 1-mail, 2-WSDM)', '0', '0', 200);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.stazioneAppaltante', 'S', 'Codice della stazione appaltante per la quale viene gestita la protocollazione (se non valorizzata la protocollazione invece si applica a tutte)', null, null, 210);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.mail.destinatari', 'S', 'Indirizzi email, separati da virgola, a cui inoltrare le notifica di richieste inviate dalle imprese all''ente', null, null, 220);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.mail.allegaFile', 'B', 'Allegare alle mail di notifica i documenti allegati nelle richieste?', 'false', 'false', 230);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.url', 'S', 'URL servizio WSDM di protocollazione', 'http://127.0.0.1:8080/EldasoftWSDM/services/WSDM', 'http://127.0.0.1:8080/EldasoftWSDM/services/WSDM', 240);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.codiceSistema', 'S', 'Codice del sistema di protocollazione usato (ARCHIFLOW_FA)', null, null, 245);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.username', 'S', 'Utente da inviare al servizio di protocollazione', null, null, 250);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.password', 'S', 'Password da inviare al servizio di protocollazione', null, null, 260);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.cognome', 'S', 'Cognome utente da inviare al servizio di protocollazione (PALEO)', null, null, 270);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.nome', 'S', 'Nome utente da inviare al servizio di protocollazione (PALEO)', null, null, 280);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.ruolo', 'S', 'Ruolo da inviare al servizio di protocollazione', null, null, 290);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.codiceUO', 'S', 'Codice unit organizzativa da inviare al servizio di protocollazione', null, null, 300);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.struttura', 'S', 'Struttura competente destinataria della protocollazione, se diversa dalla struttura proponente nel fascicolo di B.O.', null, null, 305);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.tipoAssegnazione', 'S', 'Tipologia di assegnazione all''ufficio', null, null, 307);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.mittenteInterno', 'S', 'Codice mittente interno da inviare al servizio di protocollazione (IRIDE)', null, null, 310);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.cfMittente', 'I', 'Inserisci il codice fiscale mittente (1=SI, 0=NO) (per FOLIUM usare 0)', '1', '1', 315);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.mezzo', 'S', 'Mezzo usato per la spedizione, da inviare al servizio di protocollazione (IRIDE / JIRIDE / ARCHIFLOW)', null, null, 320);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.channelCode', 'S', 'Channel code, da inviare al servizio di protocollazione (EASYDOC)', null, null, 325);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.idUtente', 'S', 'Identificativo utente protocollante, da inviare al servizio di protocollazione (ENGINEERING)', null, null, 330);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.idUnitaOperativa', 'S', 'Identificativo dell''unit operativa del protocollante, da inviare al servizio di protocollazione (ENGINEERING)', null, null, 340);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.idUnitaOperativaDestinataria', 'S', 'Identificativo dell''unit operativa destinataria, da inviare al servizio di protocollazione (ENGINEERING)', null, null, 350);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.supporto', 'S', 'Campo supporto da utilizzare per la protocollazione (ARCHIFLOW FA)', null, null, 352);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.tipoDocumento.inviaComunicazione', 'S', 'Tipo documento da utilizzare per la protocollazione in invio comunicazione (ARCHIFLOW FA)', null, null, 355);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.iscrizione.classifica', 'S', 'Classifica da utilizzare per la protocollazione di iscrizione/aggiornamenti/rinnovi a elenchi o cataloghi', null, null, 360);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.iscrizione.tipoDocumento', 'S', 'Tipo documento da utilizzare per la protocollazione di iscrizione/aggiornamenti/rinnovi a elenchi o cataloghi (IRIDE / JIRIDE / TITULUS / ARCHIFLOW)', null, null, 370);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.iscrizione.registro', 'S', 'Registro da utilizzare per la protocollazione (PALEO) di iscrizione/aggiornamenti/rinnovi a elenchi o cataloghi', null, null, 380);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.iscrizione.indice', 'S', 'Indice da utilizzare per la protocollazione (ENGINEERING) di iscrizione/aggiornamenti/rinnovi a elenchi o cataloghi', null, null, 390);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.iscrizione.titolazione', 'S', 'Titolazione da utilizzare per la protocollazione (ENGINEERING) di iscrizione/aggiornamenti/rinnovi a elenchi o cataloghi', null, null, 400);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.mepa.classifica', 'S', 'Classifica da utilizzare per la protocollazione di prodotti del mercato elettronico', null, null, 410);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.mepa.tipoDocumento', 'S', 'Tipo documento da utilizzare per la protocollazione di prodotti del mercato elettronico (IRIDE / JIRIDE / TITULUS / ARCHIFLOW)', null, null, 420);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.mepa.registro', 'S', 'Registro da utilizzare per la protocollazione (PALEO) di prodotti a del mercato elettronico', null, null, 430);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.mepa.indice', 'S', 'Indice da utilizzare per la protocollazione (ENGINEERING) di prodotti a del mercato elettronico', null, null, 440);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.mepa.titolazione', 'S', 'Titolazione da utilizzare per la protocollazione (ENGINEERING) di prodotti a del mercato elettronico', null, null, 450);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.gare.classifica', 'S', 'Classifica da utilizzare per la protocollazione in procedure di gara', null, null, 460);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.gare.tipoDocumento', 'S', 'Tipo documento da utilizzare per la protocollazione in procedure di gara (IRIDE / JIRIDE / TITULUS / ARCHIFLOW)', null, null, 470);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.gare.tipoDocumento.prequalifica', 'S', 'Tipo documento da utilizzare per la protocollazione di una busta di prequalifica (ARCHIFLOW FA)', null, null, 475);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.gare.registro', 'S', 'Registro da utilizzare per la protocollazione (PALEO) in procedure di gara', null, null, 480);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.gare.indice', 'S', 'Indice da utilizzare per la protocollazione (ENGINEERING) in procedure di gara', null, null, 490);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.gare.titolazione', 'S', 'Titolazione da utilizzare per la protocollazione (ENGINEERING) in procedure di gara', null, null, 500);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.gare.livelloRiservatezza', 'S', 'Livello di riservatezza nelle procedure di gara (JIRIDE)', null, null, 510);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('protocollazione.wsdm.gare.struttura', 'S', 'Struttura competente destinataria della protocollazione per le procedure di gara (JPROTOCOL)', null, null, 515);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.avvisi.classifica', 'S', 'Classifica da utilizzare per la protocollazione in svvisi', null, null, 520);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.avvisi.tipoDocumento', 'S', 'Tipo documento da utilizzare per la protocollazione in avvisi (IRIDE / JIRIDE / TITULUS / ARCHIFLOW)', null, null, 530);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.avvisi.registro', 'S', 'Registro da utilizzare per la protocollazione (PALEO) in avvisi', null, null, 540);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.avvisi.indice', 'S', 'Indice da utilizzare per la protocollazione (ENGINEERING) in avvisi', null, null, 550);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('protocollazione.wsdm.avvisi.titolazione', 'S', 'Titolazione da utilizzare per la protocollazione (ENGINEERING) in avvisi', null, null, 560);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.modo', 'I', 'Modalit di richiesta di assistenza (0-assistenza disabilitata, 1-HDA, 2-email', 0, 0, 600);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.telefono', 'S', 'Numero di telefono call center assistenza (numero di telefono del cliente, oppure +39 0422 26 7755 se prestata dalla sede di TV, 800 268 330 se prestata dal numero verde)', null, null, 605);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.mail', 'S', 'Indirizzo email a cui inoltrare la richiesta di assistenza (email del cliente, oppure service.appalti@maggioli.it se prestata direttamente da Maggioli)', null, null, 610);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.tipologie', 'S', 'Elenco delle coppie codice-descrizione che identificano le tipologie di richiesta assistenza gestite', '1-Segnalazione di un malfunzionamento;3-Richiesta di informazioni o istruzioni', '1-Segnalazione di un malfunzionamento;3-Richiesta di informazioni o istruzioni', 620);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.hda.url', 'S', 'URL del servizio HDA per la richiesta di assistenza', 'http://helpdesk.maggioli.it', 'http://helpdesk.maggioli.it', 630);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.hda.username', 'S', 'Nome utente con cui autenticarsi al servizio HDA di richiesta assistenza', null, null, 640);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.hda.password', 'S', 'Password con cui autenticarsi al servizio HDA di richiesta assistenza', null, null, 650);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('assistenza.hda.productId', 'I', 'Id cartella in HDA a cui agganciare i ticket inseriti per il prodotto', '946', '946', 660);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.protocollo', 'I', 'Protocollo di autenticazione Single Sign-on (0=non prevista, 1=Shibboleth, 2=Cohesion, 3=SPID Maggioli)', '0', '0', 670);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.login.url', 'S', 'URL autenticazione al sistema di SSO', null, null, 680);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.logout.url', 'S', 'URL disconnessione al sistema di SSO', null, null, 690);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.cohesion.encryption.key', 'S', 'Chiave di criptazione del token di scambio con Cohesion', 'y4h6YemAjg9wt799kaKpm2Ca', 'y4h6YemAjg9wt799kaKpm2Ca', 700);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.mapping.nome', 'S', 'Attributo ricevuto dal processo di SSO da usare per reperire il nome', null, null, 710);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.mapping.cognome', 'S', 'Attributo ricevuto dal processo di SSO  da usare per reperire il cognome', null, null, 720);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.mapping.login', 'S', 'Attributo ricevuto dal processo di SSO  da usare per reperire la login/codice fiscale', null, null, 730);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.mapping.email', 'S', 'Attributo ricevuto dal processo di SSO  da usare per reperire l''indirizzo email', null, null, 740);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.mapping.tipoAutenticazione', 'S', 'Attributo ricevuto dal processo di SSO  da usare per reperire la tipologia di autenticazione (solo per Cohesion)', null, null, 750);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.mapping.azienda', 'S', 'Attributo ricevuto dal processo di SSO  da usare per reperire la denominazione azienda per persone giuridiche', null, null, 760);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.mapping.partitaIVA', 'S', 'Attributo ricevuto dal processo di SSO  da usare per reperire la partita IVA per persone giuridiche', null, null, 770);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.spid.wsAuthServiceSPID.url', 'L', 'Web service Maggioli per l''integrazione servizi di autenticazione SPID', 'https://spid.comune-online.it/AuthServiceSPID/services/AuthService', 'https://spid.comune-online.it/AuthServiceSPID/services/AuthService', 790);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.spid.serviceprovider', 'S', 'Service provider del web service Maggioli per l''integrazione servizi di autenticazione SPID', 'salerno', 'salerno', 800);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.spid.authlevel', 'S', 'Livello di autorizzazione del web service Maggioli per l''integrazione servizi di autenticazione SPID (L1, L2, L3)', 'L1', 'L1', 810);
insert into ppcommon_properties (name, type, description , value, defvalue, ordprog) values ('sso.portoken.url','S','URL di accesso ai servizi REST di Portoken','https://portoken.maggiolicloud.it/api/jsonws/mggl.token/generate-token/id-utente/-/tipologia-id/-/cod-sap-cliente/-/cod-sap-area/-/cod-sap-famiglia/-/cliente/-/ticket-id/-/stato/1/scadenza/-/aghoritm/-/domini/%22%22/software/portaleappalti/email/-','https://portoken.maggiolicloud.it/api/jsonws/mggl.token/generate-token/id-utente/-/tipologia-id/-/cod-sap-cliente/-/cod-sap-area/-/cod-sap-famiglia/-/cliente/-/ticket-id/-/stato/1/scadenza/-/aghoritm/-/domini/%22%22/software/portaleappalti/email/-', 820);
INSERT INTO ppcommon_properties (name, type, description , value, defvalue, ordprog) VALUES ('bandiGara.searchForm', 'S', 'Nome del form di ricerca da utilizzare per i bandi di gara (default, suarb)', 'default', 'default', 830);

---------------------------------------------------------------------------------------------------------------------------
-- NUOVA TABELLA PER LA CONFIGURAZIONE DI REPORT JASPER DIFFERENTI RISPETTO AI REPORT DI DEFAULT, DIVERSIFICATI PER CLIENTI
---------------------------------------------------------------------------------------------------------------------------

----------------------------------------------------------------------
-- CREAZIONE ED AGGIORNAMENTO PAGINE DEL PORTALE CON LAYOUT DI DEFAULT
----------------------------------------------------------------------

-- si aggiorna la homepage con il template corretto
DELETE FROM showletconfig where pagecode = 'homepage';
DELETE FROM pages where code = 'homepage';
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('homepage', 'homepage', -1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Home</property>
<property key="it">Home</property>
</properties>', 'free', 1);

-- si elimina la pagina service e la si ricrea con il pos corretto
DELETE FROM pages where code = 'service';
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('service', 'homepage', 10, 'service', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Service</property>
<property key="it">Pagine di Servizio</property>
</properties>', 'free', 0);

-- si inseriscono le pagine di servizio necessarie
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('search_result', 'service', 4, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Search results</property>
<property key="it">Risultati della Ricerca</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('activation', 'service', 8, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">User activation</property>
<property key="it">Attivazione utente</property>
</properties>', 'free', 1);
INSERT INTO pages VALUES ('test_preview', 'service', 8, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Preview test</property>
<property key="it">Test di preview</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('recover', 'service', 10, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">User reactivation</property>
<property key="it">Riattivazione utente</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('portalerror', 'service', 11, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Maggioli Portal Error page</property>
<property key="it">Pagina di errore verticalizzazione Maggioli</property>
</properties>', 'free', 0);


-- si inseriscono le pagine che costituiscono il portale

INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_documenti', 'homepage', 2, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Informations</property>
<property key="it">Informazioni</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_accesso_area_riserv', 'ppgare_documenti', 1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Access to reserved area</property>
<property key="it">Accesso area riservata</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_site_map', 'service', 5, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Site map</property>
<property key="it">Mappa del sito</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_regolamento', 'ppgare_documenti', 3, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Regulations</property>
<property key="it">Regolamento</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_info_proc_tabellare', 'homepage', 3, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Informations on individual procedures in tabular format</property>
<property key="it">Informazioni sulle singole procedure in formato tabellare</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_bandi_gara', 'homepage', 4, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Acts of contracting authorities and contracting entities separately for each procedure</property>
<property key="it">Atti delle amministrazioni aggiudicatrici e degli enti aggiudicatori distintamente per ogni procedura</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_faq', 'ppgare_documenti', 5, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">F.A.Q.</property>
<property key="it">F.A.Q.</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_accessibilita', 'ppgare_documenti', 6, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Accessibility</property>
<property key="it">Accessibilit</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_cookies', 'ppgare_documenti', 7, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Cookies</property>
<property key="it">Cookies</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_privacy', 'ppgare_documenti', 8, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Privacy</property>
<property key="it">Privacy</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_istruzioni', 'ppgare_documenti', 2, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Instructions and manuals</property>
<property key="it">Istruzioni e manuali</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_ammtrasp_anticorr', 'ppgare_info_proc_tabellare', 11, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Annual reports (art. 1, p. 32, L.190)</property>
<property key="it">Prospetti annuali (art. 1 c. 32 L.190 del 6/11/2012)</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_ammtrasp_contratti', 'ppgare_info_proc_tabellare', 12, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Contracts summary</property>
<property key="it">Riepilogo contratti</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_ammtrasp_art18', 'ppgare_bandi_gara', 7, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Grants, contributions, subsidies - List of beneficiaries</property>
<property key="it">Sovvenzioni, contributi, sussidi - Elenco dei soggetti beneficiari</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_consulenti', 'ppgare_bandi_gara', 8, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Consultants and collaborators</property>
<property key="it">Consulenti e collaboratori</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_delibere_contrarre', 'ppgare_bandi_gara', 1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Resolutions to contract or equivalent act</property>
<property key="it">Delibere a contrarre o atto equivalente</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_bandi_lista', 'ppgare_bandi_gara', 2, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Tenders and procedures in progress</property>
<property key="it">Gare e procedure in corso</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_avvisi_lista', 'ppgare_bandi_gara', 4, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Public announcements in progress</property>
<property key="it">Avvisi pubblici in corso</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_esiti_lista', 'ppgare_bandi_gara', 6, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Award notices, results and assignments</property>
<property key="it">Avvisi di aggiudicazione, esiti e affidamenti</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_tab_inf_dpcm', 'ppgare_bandi_lista', 5, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Indexing informations</property>
<property key="it">Informazioni di indicizzazione</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_bandi_scaduti_lista', 'ppgare_bandi_gara', 3, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Expired tenders and procedures</property>
<property key="it">Gare e procedure scadute</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_avvisi_scaduti_lista', 'ppgare_bandi_gara', 5, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Expired public notices</property>
<property key="it">Avvisi pubblici scaduti</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_oper_economici', 'homepage', 6, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">List of economic operators</property>
<property key="it">Elenco operatori economici</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_oper_ec_bandi_avvisi', 'ppgare_oper_economici', 1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Announcements and notices of subscription</property>
<property key="it">Bandi e avvisi d''iscrizione</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_oper_ec_esiti_aff', 'ppgare_oper_economici', 2, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Outcomes of assignments</property>
<property key="it">Esiti affidamenti</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_cataloghi', 'homepage', 7, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Electronic market</property>
<property key="it">Mercato elettronico</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_extra', 'homepage', 8, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Additional configurable section</property>
<property key="it">Sezione aggiuntiva configurabile</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_cataloghi_bandi_avvisi', 'ppgare_cataloghi', 1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Announcements and notices of subscription</property>
<property key="it">Bandi e avvisi d''iscrizione</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_bandi_gara_area_pers', 'ppgare_bandi_gara', 10, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Tenders - Personal area</property>
<property key="it">Bandi di gara - Area personale</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_vai_a_rich_offerta', 'ppgare_bandi_gara_area_pers', 2, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Offer requests</property>
<property key="it">Richieste di offerta</property>
</properties>', 'gare', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_vai_a_aste_corso', 'ppgare_bandi_gara_area_pers', 3, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Auctions in progress</property>
<property key="it">Aste in corso</property>
</properties>', 'gare', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_vai_a_rich_documenti', 'ppgare_bandi_gara_area_pers', 4, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Requests for documents</property>
<property key="it">Richieste di documenti</property>
</properties>', 'gare', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_vai_a_proc_aggiudicaz', 'ppgare_bandi_gara_area_pers', 5, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Procurement or completed tender procedures</property>
<property key="it">Procedure in aggiudicazione o concluse</property>
</properties>', 'gare', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_area_riservata', 'homepage', 11, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Access to the reserved area</property>
<property key="it">Accesso all''area riservata</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_cambia_password', 'ppcommon_area_riservata', 1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Change password</property>
<property key="it">Cambia password</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('passwordrecover', 'ppcommon_area_riservata', 2, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Password recovery</property>
<property key="it">Recupera Password</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_impr', 'homepage', 12, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Company</property>
<property key="it">Impresa</property>
</properties>', 'gare', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_registr', 'ppgare_impr', 1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Company registration</property>
<property key="it">Registrazione impresa</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_impr_visdati', 'ppgare_impr', 2, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">View company data</property>
<property key="it">Consultazione dati impresa</property>
</properties>', 'gare', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_impr_aggdati', 'ppgare_impr', 3, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Edit company data</property>
<property key="it">Modifica dati impresa</property>
</properties>', 'gare', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_impr_vardati', 'ppgare_impr', 3, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Change in company identification data</property>
<property key="it">Variazione dati identificativi impresa</property>
</properties>', 'gare', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_accesso_simultaneo', 'ppcommon_area_riservata', 3, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Simultaneous access</property>
<property key="it">Accesso simultaneo</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_area_soggetto_sso', 'ppcommon_area_riservata', 5, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Personal area SSO user</property>
<property key="it">Area personale utente SSO</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_area_personale', 'ppcommon_area_riservata', 4, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Personal area</property>
<property key="it">Area personale</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_admin_op_ko', 'ppcommon_area_riservata', 6, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Non-activated economic operators</property>
<property key="it">Operatori economici non attivati</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_admin_invii_ko', 'ppcommon_area_riservata', 7, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Flows sent but processed with errors</property>
<property key="it">Flussi inviati ma processati con errori</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_admin_sblocca_account', 'ppcommon_area_riservata', 8, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Sblocca account operatore economico</property>
<property key="it">Unlock economic operator account</property>
</properties>', 'free', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_assistenza_tecnica', 'ppgare_documenti', 9, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Helpdesk request</property>
<property key="it">Assistenza operatori economici</property>
</properties>', 'free', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_contratti_ordini', 'homepage', 9, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Orders</property>
<property key="it">Ordini</property>
</properties>', 'gare', 0);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_contratti_ordini_lista', 'ppgare_contratti_ordini', 1, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Your orders</property>
<property key="it">I tuoi ordini</property>
</properties>', 'gare', 1);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppcommon_admin_access', 'service', 12, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="en">Access identify for administrator user</property>
<property key="it">Accesso identificazione utente amministratore</property>
</properties>', 'free', 0);

INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 7, 'ppgare_listBandiInCorso', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('homepage', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('login', 0, 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Common/portalHomepage.action</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accesso_area_riserv', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accesso_area_riserv', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accesso_area_riserv', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accesso_area_riserv', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accesso_area_riserv', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accesso_area_riserv', 7, 'content_viewer', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="modelId">1</property>
<property key="contentId">GEN-STD-AAR</property>
</properties>

', 'GEN-STD-AAR');
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accesso_area_riserv', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_regolamento', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_regolamento', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_regolamento', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_regolamento', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_regolamento', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_regolamento', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_istruzioni', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_istruzioni', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_istruzioni', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_istruzioni', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_istruzioni', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_istruzioni', 7, 'content_viewer', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="modelId">1</property>
<property key="contentId">GEN-STD-IM</property>
</properties>

', 'GEN-STD-IM');
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_istruzioni', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_faq', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_faq', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_faq', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_faq', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_faq', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_faq', 7, 'content_viewer_list', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="filters">(order=ASC;attributeFilter=true;key=Progressivo)</property>
<property key="modelId">22</property>
<property key="contentType">FAQ</property>
</properties>

', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_faq', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accessibilita', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accessibilita', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accessibilita', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accessibilita', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accessibilita', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accessibilita', 7, 'content_viewer', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="modelId">1</property>
<property key="contentId">GEN-STD-ACC</property>
</properties>
', 'GEN-STD-ACC');
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_accessibilita', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cookies', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cookies', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cookies', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cookies', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cookies', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cookies', 7, 'content_viewer', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="modelId">1</property>
<property key="contentId">GEN-STD-CKI</property>
</properties>
', 'GEN-STD-CKI');
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cookies', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_privacy', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_privacy', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_privacy', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_privacy', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_privacy', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_privacy', 7, 'content_viewer', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="modelId">1</property>
<property key="contentId">GEN-STD-PRIV</property>
</properties>
', 'GEN-STD-PRIV');
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_privacy', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_anticorr', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_anticorr', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_anticorr', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_anticorr', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_anticorr', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_anticorr', 7, 'ppgare_searchGareContrattiAnticorruzione', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_anticorr', 9, 'language_choose', NULL, NULL);

INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_contratti', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_contratti', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_contratti', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_contratti', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_contratti', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_contratti', 7, 'ppgare_searchContrattiAnticorruzione', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_contratti', 9, 'language_choose', NULL, NULL);

INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_art18', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_art18', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_art18', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_art18', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_art18', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_art18', 7, 'ppgare_searchSoggettiBeneficiari', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_ammtrasp_art18', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_consulenti', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_consulenti', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_consulenti', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_consulenti', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_consulenti', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_consulenti', 7, 'ppgare_listConsulenti', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_consulenti', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_delibere_contrarre', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_delibere_contrarre', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_delibere_contrarre', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_delibere_contrarre', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_delibere_contrarre', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_delibere_contrarre', 7, 'ppgare_searchDelibereAContrarre', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_delibere_contrarre', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_lista', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_lista', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_lista', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_lista', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_lista', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_lista', 7, 'ppgare_listBandiInCorso', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_lista', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_tab_inf_dpcm', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_tab_inf_dpcm', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_tab_inf_dpcm', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_tab_inf_dpcm', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_tab_inf_dpcm', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_tab_inf_dpcm', 7, 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Bandi/viewTabIndicizzazione.action</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_tab_inf_dpcm', 9, 'language_choose', NULL, NULL);

INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_lista', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_lista', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_lista', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_lista', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_lista', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_lista', 7, 'ppgare_listAvvisiInCorso', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_lista', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_esiti_lista', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_esiti_lista', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_esiti_lista', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_esiti_lista', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_esiti_lista', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_esiti_lista', 7, 'ppgare_listEsitiInCorso', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_esiti_lista', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_scaduti_lista', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_scaduti_lista', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_scaduti_lista', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_scaduti_lista', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_scaduti_lista', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_scaduti_lista', 7, 'ppgare_listBandiScaduti', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_bandi_scaduti_lista', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_scaduti_lista', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_scaduti_lista', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_scaduti_lista', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_scaduti_lista', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_scaduti_lista', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_scaduti_lista', 7, 'ppgare_listAvvisiScaduti', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_avvisi_scaduti_lista', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_bandi_avvisi', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_bandi_avvisi', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_bandi_avvisi', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_bandi_avvisi', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_bandi_avvisi', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_bandi_avvisi', 7, 'ppgare_listBandiIscrizione', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_bandi_avvisi', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_esiti_aff', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_esiti_aff', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_esiti_aff', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_esiti_aff', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_esiti_aff', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_esiti_aff', 7, 'ppgare_listEsitiAffidamenti', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_oper_ec_esiti_aff', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cataloghi_bandi_avvisi', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cataloghi_bandi_avvisi', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cataloghi_bandi_avvisi', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cataloghi_bandi_avvisi', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cataloghi_bandi_avvisi', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cataloghi_bandi_avvisi', 7, 'ppgare_listCataloghi', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_cataloghi_bandi_avvisi', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_offerta', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_offerta', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_offerta', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_offerta', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_offerta', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_offerta', 7, 'ppgare_listRichOfferta', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_offerta', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_aste_corso', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_aste_corso', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_aste_corso', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_aste_corso', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_aste_corso', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_aste_corso', 7, 'ppgare_listAllAsteInCorso', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_aste_corso', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_documenti', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_documenti', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_documenti', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_documenti', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_documenti', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_documenti', 7, 'ppgare_listRichiesteDocumenti', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_rich_documenti', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_proc_aggiudicaz', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_proc_aggiudicaz', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_proc_aggiudicaz', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_proc_aggiudicaz', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_proc_aggiudicaz', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_proc_aggiudicaz', 7, 'ppgare_searchProcAggiudicazione', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_vai_a_proc_aggiudicaz', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('search_result', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('search_result', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('search_result', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('search_result', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('search_result', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('search_result', 7, 'search_result', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('search_result', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_site_map', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_site_map', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_site_map', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_site_map', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_site_map', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_site_map', 7, 'site_map', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_site_map', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_cambia_password', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_cambia_password', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_cambia_password', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_cambia_password', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_cambia_password', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_cambia_password', 7, 'jpuserprofile_editCurrentUser_password', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_cambia_password', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_registr', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_registr', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_registr', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_registr', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_registr', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_registr', 7, 'ppgare_regImpresa', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_registr', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('activation', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('activation', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('activation', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('activation', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('activation', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('activation', 7, 'jpuserreg_Activation', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('activation', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('passwordrecover', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('passwordrecover', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('passwordrecover', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('passwordrecover', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('passwordrecover', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('passwordrecover', 7, 'jpuserreg_Recover', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('passwordrecover', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('recover', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('recover', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('recover', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('recover', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('recover', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('recover', 7, 'jpuserreg_Reactivation', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('recover', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('portalerror', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('portalerror', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('portalerror', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('portalerror', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('portalerror', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('portalerror', 7, 'formAction', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="actionPath">/ExtStr2/do/FrontEnd/Common/portalErrorPage.action</property>
</properties>', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('portalerror', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig VALUES ('test_preview', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig VALUES ('test_preview', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig VALUES ('test_preview', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig VALUES ('test_preview', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig VALUES ('test_preview', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig VALUES ('test_preview', 6, 'content_viewer', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('test_preview', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_visdati', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_visdati', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_visdati', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_visdati', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_visdati', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_visdati', 7, 'ppgare_dettImpresa', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_visdati', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_aggdati', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_aggdati', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_aggdati', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_aggdati', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_aggdati', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_aggdati', 7, 'ppgare_editImpresa', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_aggdati', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_vardati', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_vardati', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_vardati', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_vardati', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_vardati', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_vardati', 7, 'ppgare_varImpresa', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_impr_vardati', 9, 'language_choose', NULL, NULL);

INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_accesso_simultaneo', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_accesso_simultaneo', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_accesso_simultaneo', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_accesso_simultaneo', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_accesso_simultaneo', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_accesso_simultaneo', 7, 'ppcommon_accessoSimultaneo', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_accesso_simultaneo', 9, 'language_choose', NULL, NULL);


INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_soggetto_sso', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_soggetto_sso', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_soggetto_sso', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_soggetto_sso', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_soggetto_sso', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_soggetto_sso', 7, 'ppcommon_areaSoggettoSSO', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_soggetto_sso', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_personale', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_personale', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_personale', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_personale', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_personale', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_personale', 7, 'ppcommon_areaPersonale', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_area_personale', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_assistenza_tecnica', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_assistenza_tecnica', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_assistenza_tecnica', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_assistenza_tecnica', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_assistenza_tecnica', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_assistenza_tecnica', 7, 'ppcommon_assistenza', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_assistenza_tecnica', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_contratti_ordini_lista', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_contratti_ordini_lista', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_contratti_ordini_lista', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_contratti_ordini_lista', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_contratti_ordini_lista', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_contratti_ordini_lista', 7, 'ppgare_searchContrattiOrdini', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_contratti_ordini_lista', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_op_ko', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_op_ko', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_op_ko', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_op_ko', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_op_ko', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_op_ko', 7, 'ppcommon_adminOpKO', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_op_ko', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_invii_ko', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_invii_ko', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_invii_ko', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_invii_ko', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_invii_ko', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_invii_ko', 7, 'ppcommon_adminInviiKO', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_invii_ko', 9, 'language_choose', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_sblocca_account', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_sblocca_account', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_sblocca_account', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_sblocca_account', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_sblocca_account', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_sblocca_account', 7, 'ppcommon_adminSbloccaAccount', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_sblocca_account', 9, 'language_choose', NULL, NULL);
INSERT INTO pages (code, parentcode, pos, modelcode, titles, groupcode, showinmenu) VALUES ('ppgare_doc_news', 'ppgare_documenti', 9, '2colonne-agid-maindx', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="it">News</property>
</properties>

', 'free', 1);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_news', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_news', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_news', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_news', 3, 'jpuserreg_loginUserReg', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_news', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_news', 7, 'ppgare_news', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppgare_doc_news', 9, 'language_choose', NULL, NULL);

-- ISTRUZIONE DA TOGLIERE AL MOMENTO DELL'INTRODUZIONE DEL MULTILINGUA PER TUTTI!
delete from showletconfig where showletcode='language_choose';

-- AGGIORNAMENTO PER AUTENTICAZIONE AMMINISTRATORI
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_access', 0, 'date_time', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_access', 1, 'search_form', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_access', 2, 'navigation_breadcrumbs', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_access', 4, 'navigation_menu', '<?xml version="1.0" encoding="UTF-8"?>
<properties>
<property key="navSpec">code(ppgare_documenti).subtree(1)+code(ppgare_info_proc_tabellare).subtree(1)+code(ppgare_bandi_gara).subtree(1)+code(ppgare_oper_economici).subtree(1)+code(ppgare_cataloghi).subtree(1)+code(ppgare_extra).subtree(1)</property>
</properties>
', NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_access', 7, 'ppcommon_adminAccess', NULL, NULL);
INSERT INTO showletconfig (pagecode, framepos, showletcode, config, publishedcontent) VALUES ('ppcommon_admin_access', 9, 'language_choose', NULL, NULL);
INSERT INTO contents VALUES ('GEN-STD-AAR', 'GEN', 'Accesso area riservata', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-AAR" typecode="GEN" typedescr="Contenuto generico"><descr>Accesso area riservata</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Access to reserved area</text><text lang="it">Accesso area riservata</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>The use of the online platform is subject to registration of the economic operator''s registry in order to obtain the credentials to access the Reserved Area of the Procurement Portal where the functions to interact with the Contracting Authority are available.</p><p>The following document describes the requirements and technical methods for registration, access and use of the telematic platform.</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>L''utilizzo della piattaforma telematica  subordinato alla registrazione dell''anagrafica dell''operatore economico ai fini di ottenere le credenziali per accedere all''Area Riservata del Portale Appalti ove sono disponibili le funzionalit di interazione con la Stazione Appaltante.</p><p>Il documento seguente descrivere i requisiti e le modalit tecniche per la registrazione, l''accesso e l''utilizzo della piattaforma telematica.</p>]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach"><attribute name="Allegati" attributetype="Attach"><resource resourcetype="Attach" id="RES-STD-MANUSO" lang="it" /><text lang="en">Technical methods for the use of the online platform and access to the Reserved Area of the Procurement Portal (italian version)</text><text lang="it">Modalit tecniche per l''utilizzo della piattaforma telematica e accesso all''Area Riservata del Portale Appalti</text></attribute></list></attributes><status>READY</status><version>3.0</version></content>
', '20160505164957', '20190626161105', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-AAR" typecode="GEN" typedescr="Contenuto generico"><descr>Accesso area riservata</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Access to reserved area</text><text lang="it">Accesso area riservata</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>The use of the online platform is subject to registration of the economic operator''s registry in order to obtain the credentials to access the Reserved Area of the Procurement Portal where the functions to interact with the Contracting Authority are available.</p><p>The following document describes the requirements and technical methods for registration, access and use of the telematic platform.</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>L''utilizzo della piattaforma telematica  subordinato alla registrazione dell''anagrafica dell''operatore economico ai fini di ottenere le credenziali per accedere all''Area Riservata del Portale Appalti ove sono disponibili le funzionalit di interazione con la Stazione Appaltante.</p><p>Il documento seguente descrivere i requisiti e le modalit tecniche per la registrazione, l''accesso e l''utilizzo della piattaforma telematica.</p>]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach"><attribute name="Allegati" attributetype="Attach"><resource resourcetype="Attach" id="RES-STD-MANUSO" lang="it" /><text lang="en">Technical methods for the use of the online platform and access to the Reserved Area of the Procurement Portal (italian version)</text><text lang="it">Modalit tecniche per l''utilizzo della piattaforma telematica e accesso all''Area Riservata del Portale Appalti</text></attribute></list></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('GEN-STD-IM', 'GEN', 'Istruzioni e manuali', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-IM" typecode="GEN" typedescr="Contenuto generico"><descr>Istruzioni e manuali</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Instructions and manuals</text><text lang="it">Istruzioni e manuali</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[Below are the support manuals for working with the institution''s electronic platform.]]></hypertext><hypertext lang="it"><![CDATA[<p>Di seguito si riportano i manuali di supporto per operare con la piattaforma telematica dell''Ente.</p>]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach"><attribute name="Allegati" attributetype="Attach"><resource resourcetype="Attach" id="RES-STD-ISCRELE" lang="it" /><text lang="en">Guide for registering to an Operators List (Italian version)</text><text lang="it">Guida per l''iscrizione ad un Elenco Operatori</text></attribute><attribute name="Allegati" attributetype="Attach"><resource resourcetype="Attach" id="RES-STD-OFFTEL" lang="it" /><text lang="en">Guide for the submission of a telematic offer (Italian version)</text><text lang="it">Guida per la presentazione di un''offerta telematica</text></attribute></list></attributes><status>READY</status><version>3.0</version></content>
', '20160505164957', '20190626170625', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-IM" typecode="GEN" typedescr="Contenuto generico"><descr>Istruzioni e manuali</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Instructions and manuals</text><text lang="it">Istruzioni e manuali</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[Below are the support manuals for working with the institution''s electronic platform.]]></hypertext><hypertext lang="it"><![CDATA[<p>Di seguito si riportano i manuali di supporto per operare con la piattaforma telematica dell''Ente.</p>]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach"><attribute name="Allegati" attributetype="Attach"><resource resourcetype="Attach" id="RES-STD-ISCRELE" lang="it" /><text lang="en">Guide for registering to an Operators List (Italian version)</text><text lang="it">Guida per l''iscrizione ad un Elenco Operatori</text></attribute><attribute name="Allegati" attributetype="Attach"><resource resourcetype="Attach" id="RES-STD-OFFTEL" lang="it" /><text lang="en">Guide for the submission of a telematic offer (Italian version)</text><text lang="it">Guida per la presentazione di un''offerta telematica</text></attribute></list></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('GEN-STD-CKI', 'GEN', 'Informativa cookies', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-CKI" typecode="GEN" typedescr="Contenuto generico"><descr>Informativa cookies</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Cookies policy</text><text lang="it">Informativa sui Cookies</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
A cookie is a small file created on user personal computer when a certain webpage is reached, with the purpose to store and send informations.<br/>
Cookies are sent from a web server (the machine where is the application) to the user browser (Internet Explorer, Mozilla Firefox, Google Chrome, etc.) and stored on the user personal computer; then they''re resend to web site at the next accesses.
</p>

<h3>Used cookies</h3>
<p>
This site uses only technical cookies necessaries for navigation and site configuration, with respect to which, pursuant to art. 122 of the Code and the Privacy Authority Provision of 8 May 2014, consent is not required of the party concerned.
</p>

<p>
No personal user data is acquired by the site in this regard.
</p>
<p>
No use is made of cookies for the transmission of information of a personal nature, neither for profiling, or third parties, nor are cookies used persistently that would allow the users to be traced.
</p>

<h3>Deactivation of cookies</h3>
<p>Notwithstanding the foregoing concerning the cookies strictly necessary for navigation, each browser has different procedures for managing settings. Click one of the links below to get specific instructions:</p>
<ul>
<li><a href="https://support.microsoft.com/it-it/help/17442/windows-internet-explorer-delete-manage-cookies">Microsoft Windows Explorer</a></li>
<li><a href="https://support.google.com/chrome/answer/95647?hl=it&amp;p=cpn_cookies">Google Chrome</a></li>
<li><a href="https://support.mozilla.org/it/kb/Attivare%20e%20disattivare%20i%20cookie?redirectlocale=en-US&amp;redirectslug=Enabling+and+disabling+cookies">Mozilla Firefox</a></li>
</ul>
<p>If none of the above browsers are used, select "Cookies" in the appropriate section of the guide of your browser to discover where the cookie folder is located.</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Un "cookie" &egrave; un piccolo file di testo creato sul computer dell''utente al momento in cui questo accede ad un determinato sito, con lo scopo di immagazzinare e trasportare informazioni.<br/>
I cookie sono inviati da un server web (che &egrave; il computer sul quale &egrave; in esecuzione il sito web visitato) al browser dell''utente (Internet Explorer, Mozilla Firefox, Google Chrome, ecc.) e memorizzati sul computer di quest''ultimo; vengono, quindi, re-inviati al sito web al momento delle visite successive.
</p>

<h3>Cookies utilizzati</h3>
<p>
In questo sito si utilizzano solo cookie tecnici strettamente necessari alla navigazione e configurazione del sito, rispetto ai quali, ai sensi dell''art. 122 del codice privacy e del Provvedimento del Garante dell''8 maggio 2014, non &egrave; richiesto alcun consenso da parte dell''interessato.
</p>

<p>
Nessun dato personale degli utenti viene in proposito acquisito dal sito.
</p>
<p>
Non viene fatto uso di cookies per la trasmissione di informazioni di carattere personale, n&egrave; vengono utilizzati cookies di profilazione utenti oppure cookies di terze parti persistenti di alcun tipo, ovvero sistemi per il tracciamento degli utenti.
</p>

<h3>Disabilitazione dei cookie</h3>
<p>Fermo restando quanto sopra indicato in ordine ai cookie strettamente necessari alla navigazione, ciascun browser presenta procedure diverse per la gestione delle impostazioni di rimozione dei cookies; l''utente pu&ograve; ottenere istruzioni specifiche attraverso i link sottostanti:</p>
<ul>
<li><a href="https://support.microsoft.com/it-it/help/17442/windows-internet-explorer-delete-manage-cookies">Microsoft Windows Explorer</a></li>
<li><a href="https://support.google.com/chrome/answer/95647?hl=it&amp;p=cpn_cookies">Google Chrome</a></li>
<li><a href="https://support.mozilla.org/it/kb/Attivare%20e%20disattivare%20i%20cookie?redirectlocale=en-US&amp;redirectslug=Enabling+and+disabling+cookies">Mozilla Firefox</a></li>
</ul>
<p>Se non utilizza nessuno dei browser sopra elencati, selezioni &#8220;cookie&#8221; nella relativa sezione della guida del suo browser per scoprire dove si trova la cartella dei cookie.</p>
]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach" /></attributes><status>READY</status><version>5.0</version></content>
', '20150911153736', '20190708123048', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-CKI" typecode="GEN" typedescr="Contenuto generico"><descr>Informativa cookies</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Cookies policy</text><text lang="it">Informativa sui Cookies</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
A cookie is a small file created on user personal computer when a certain webpage is reached, with the purpose to store and send informations.<br/>
Cookies are sent from a web server (the machine where is the application) to the user browser (Internet Explorer, Mozilla Firefox, Google Chrome, etc.) and stored on the user personal computer; then they''re resend to web site at the next accesses.
</p>

<h3>Used cookies</h3>
<p>
This site uses only technical cookies necessaries for navigation and site configuration, with respect to which, pursuant to art. 122 of the Code and the Privacy Authority Provision of 8 May 2014, consent is not required of the party concerned.
</p>

<p>
No personal user data is acquired by the site in this regard.
</p>
<p>
No use is made of cookies for the transmission of information of a personal nature, neither for profiling, or third parties, nor are cookies used persistently that would allow the users to be traced.
</p>

<h3>Deactivation of cookies</h3>
<p>Notwithstanding the foregoing concerning the cookies strictly necessary for navigation, each browser has different procedures for managing settings. Click one of the links below to get specific instructions:</p>
<ul>
<li><a href="https://support.microsoft.com/it-it/help/17442/windows-internet-explorer-delete-manage-cookies">Microsoft Windows Explorer</a></li>
<li><a href="https://support.google.com/chrome/answer/95647?hl=it&amp;p=cpn_cookies">Google Chrome</a></li>
<li><a href="https://support.mozilla.org/it/kb/Attivare%20e%20disattivare%20i%20cookie?redirectlocale=en-US&amp;redirectslug=Enabling+and+disabling+cookies">Mozilla Firefox</a></li>
</ul>
<p>If none of the above browsers are used, select "Cookies" in the appropriate section of the guide of your browser to discover where the cookie folder is located.</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Un "cookie" &egrave; un piccolo file di testo creato sul computer dell''utente al momento in cui questo accede ad un determinato sito, con lo scopo di immagazzinare e trasportare informazioni.<br/>
I cookie sono inviati da un server web (che &egrave; il computer sul quale &egrave; in esecuzione il sito web visitato) al browser dell''utente (Internet Explorer, Mozilla Firefox, Google Chrome, ecc.) e memorizzati sul computer di quest''ultimo; vengono, quindi, re-inviati al sito web al momento delle visite successive.
</p>

<h3>Cookies utilizzati</h3>
<p>
In questo sito si utilizzano solo cookie tecnici strettamente necessari alla navigazione e configurazione del sito, rispetto ai quali, ai sensi dell''art. 122 del codice privacy e del Provvedimento del Garante dell''8 maggio 2014, non &egrave; richiesto alcun consenso da parte dell''interessato.
</p>

<p>
Nessun dato personale degli utenti viene in proposito acquisito dal sito.
</p>
<p>
Non viene fatto uso di cookies per la trasmissione di informazioni di carattere personale, n&egrave; vengono utilizzati cookies di profilazione utenti oppure cookies di terze parti persistenti di alcun tipo, ovvero sistemi per il tracciamento degli utenti.
</p>

<h3>Disabilitazione dei cookie</h3>
<p>Fermo restando quanto sopra indicato in ordine ai cookie strettamente necessari alla navigazione, ciascun browser presenta procedure diverse per la gestione delle impostazioni di rimozione dei cookies; l''utente pu&ograve; ottenere istruzioni specifiche attraverso i link sottostanti:</p>
<ul>
<li><a href="https://support.microsoft.com/it-it/help/17442/windows-internet-explorer-delete-manage-cookies">Microsoft Windows Explorer</a></li>
<li><a href="https://support.google.com/chrome/answer/95647?hl=it&amp;p=cpn_cookies">Google Chrome</a></li>
<li><a href="https://support.mozilla.org/it/kb/Attivare%20e%20disattivare%20i%20cookie?redirectlocale=en-US&amp;redirectslug=Enabling+and+disabling+cookies">Mozilla Firefox</a></li>
</ul>
<p>Se non utilizza nessuno dei browser sopra elencati, selezioni &#8220;cookie&#8221; nella relativa sezione della guida del suo browser per scoprire dove si trova la cartella dei cookie.</p>
]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach" /></attributes><status>READY</status><version>5.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('GEN-STD-PRIV', 'GEN', 'GDPR', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-PRIV" typecode="GEN" typedescr="Contenuto generico"><descr>GDPR</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Privacy policy to Legislative Decree 196/2003 and EU Regulation 2016/679</text><text lang="it">Privacy Policy - Informativa Privacy ai sensi del DLGS 196/2003 e del Regolamento UE 2016/679</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>As per Article 13 del Regulation EU 2016/679, All personal data that visitors to this website disclose will be handled with the following means and purposes.</p>
<p>It is about information given also according to the provisions of art. 13 of the Legislative Decree nr 196/2003 - Law regarding processing of personal data, of the rules which will update, integrate or replace, including european regulation UE 2016/679 for those users who interact with our web services, accessible by internet.</p>
<p>Processing of personal data pursuant to the law, means any operation or operation''s group done with or without the aid of electronic or automated machines, concerning the collection, registration, organization, storage, processing, modification, selection, extraction, comparison, use, interconnection, blocking, communication, dissemination, deletion and distribution of data.</p>
<p> The information is based on the combined provisions of national current laws and the european rules  UE 2016/679 to identify the requirements necessary for the collection of personal data online, and, particularly, the methods and timing of the information that the data controllers have to give to users when they reach the web pages, regardless of the purpose of the visit.</p>

<p>In compliance with the provisions of the Legislative Decree of June 30th 2003 n. 196, Code regarding the protection of personal data, of the rules that will modify, integrate and/or replace it, including the EU Regulation 2016/679, we communicate the following:</p>
<h2>1. Data controller</h2>
<p>The owner of the data processing is identified by the Administration and explained on the institutional portal of the Administration, the acquired data will be used for the purposes indicated below.</p>
<h2>2. Undergoing processing.</h2>
<p>the personal data (name, surname, address, email) gathered are given from the user in the signi in phase to the portal of electronic platform to allow the access to the services that gives informations related to personal data of economic operators which the user perform.</p>
<h2>3. Purpose of the processing</h2>
<p> The requested data gathered in the sign phase are used to supply to users neeeds. Summary information will be progressively reported or displayed on the site pages set up for particular services.<br /> Anyway, all the treatments done in the sites scope are done for the purposes related to supply services to economic operators by the administration based on the web interfaces.</p>
<h2>4. Method of treatment</h2>
<p>Personal data treatment is based on principles of correctness, lawfulness and transparency. The data controller ensures that the data processing carried out with or without the aid of electronic or automated media, will be performed using means suitable for guaranteeing the security and confidentiality, by the use of procedures the avoid the risk of loss, unauthorized access, illicit use and dissemination, in compliance with the limits and conditions set by the EU Regulation 2016/679.</p>
<h2>5. Data access</h2>
<p> The subjects that can have access to the user''s personal data as a managers or appointees (based on Article 13 Paragraph 1 of the GDPR) are:</p>
<ul>
<li>The Data Controller</li>
<li>The staff of the Data Controller for the fulfillment of the user''s requests</li>
</ul>
<p>Personal data will not be disclosed, they will be communicated only to subjects predisposed and authorized for tax, administrative, legislative, contractual purposes.</p>
<h2>6. Data communications</h2>
<p>The data may be communicated to Supervisory, Authorities, Agencies judicial and other third parties to whom the communication is mandatory by law, including the scope of prevention/repression of any unlawful activity connected to the access to the site and/or the sending of a request.</p>
<h2>7. Data transfer</h2>
<p>The management and storage of personal data will take place on servers located in Italy or in the territory of the European Union of the Data Controller and/or third parties companies and appointed as Data Processors.</p>
<p>Data will not be trannsferred out of the European union.</p>
<h2>8. Data retention period</h2>
<p>The data collected for the activities referred to in paragraph 3, will be kept for the duration of the service, after which they will be deleted or made anonymous within the time established by law.</p>
<p>If the consent to the specific treatment is withdrawn by the data subject, the data will be deleted or made anonymous within 72 hours of receipt of the revocation.</b>
<p>According to the Art. 13, paragraph 2, letter (f) of the Regulation, we inform you that all the data collected will not be subject to any automated decision-making process, including profiling.</p>
<h2>9. Rights of the interested party and use of rights</h2>
<p>The subjects to whom the personal data refer may at any time exercise the rights granted to them by the Data Controller in accordance with articles 15 to 22 of the Regulations and applicable national legislation. In particular, they will be able to: access the data and have confirmation of the existence or not of personal data concerning them, even if not yet recorded, and have it communicated in an intelligible form; to obtain an indication of the origin of the personal data, of the purposes and of the modes of the treatment; of the logic applied in the case of processing carried out with the aid of electronic instruments; of the identification data concerning the data controller, data processors and the designated representative pursuant to article 5, paragraph 2; of the subjects or categories of subjects to whom the personal data can be communicated or who can learn about them as a designated representative in the territory of the State, of managers or appointees; get the update, so as the portability of the same the cancellation, the limitation, the transformation in anonymous form or the block of the treated data; have certification that the operations have been brought to the attention of those to whom the data have been communicated, except in the event that such fulfillment proves impossible or involves the use of means manifestly disproportionate with respect to the protected right; to object, in whole or in part, for legitimate reasons, to the processing of personal data concerning them, even if this is the case; pertinent to the purpose of the collection, and to the processing of personal data concerning them for the purpose of sending advertising materials or direct sales or for carrying out market research or commercial communication. The interested also has right to lodge a complaint to authority of control, which in Italy is the &ldquo;Guarantor for the protection of personal data&rdquo;, following the procedures and the indications published on the official website of the Italian Authority guarantor at the address: www.garanteprivacy.it. <br /> The exercise of rights does is not submissed to any form restrictions and is free. <br /> The interested party also has the right to revoke the consent given for the processing of the data, opposition, request for information at any time by contacting the data controller at the addresses indicated on the site.</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>Ai sensi del Regolamento UE 2016/679 denominato &ldquo;Regolamento Europeo in materia di protezione dei dati personali&rdquo; (GDPR) informiamo gli utenti che i dati personali immessi nel sito sono trattati con le modalit&agrave; e le finalit&agrave; descritte di seguito.</p>
<p>Si tratta di un''informativa resa ai sensi dell''art. 13 del D.Lgs. 30 giugno 2003 n. 196, &ldquo;Codice in materia di protezione dei dati personali&rdquo;, delle norme che lo modificheranno, integreranno e/o sostituiranno , ivi incluso il Regolamento Europeo UE 2016/679 a tutti coloro che interagiscono con i servizi presenti su questo sito.</p>
<p>Per trattamento di dati personali ai sensi della norma, si intende qualunque operazione o complesso di operazioni, svolti con o senza l''ausilio di mezzi elettronici o comunque automatizzati, concernenti la raccolta, la registrazione, l''organizzazione, la conservazione, l''elaborazione, la modificazione, la selezione, l''estrazione, il raffronto, l''utilizzo, l''interconnessione, il blocco, la comunicazione, la diffusione, la cancellazione e la distribuzione di dati.</p>
<p>L''informativa si ispira al combinato disposto delle leggi nazionali vigenti e del Regolamento Europeo UE 2016/679 per individuare i requisiti necessari per la raccolta di dati personali on-line, e, in particolare, le modalit&agrave;, i tempi e la natura delle informazioni che i titolari del trattamento devono fornire agli utenti quando questi si collegano a pagine Web, indipendentemente dagli scopi del collegamento.</p>
<p>In osservanza delle prescrizioni previste dal D.Lgs. 30 giugno 2003 n. 196, &ldquo;Codice in materia di protezione dei dati personali&rdquo;, delle norme che lo modificheranno, integreranno e/o sostituiranno , ivi incluso il Regolamento Europeo UE 2016/679, si comunica quanto segue:</p>
<h2>1. Titolare del trattamento</h2>
<p>Il titolare del trattamento dei dati &egrave; individuato dell&rsquo;Amministrazione e esplicitato sul portale istituzionale dell&rsquo;Amministrazione, i dati acquisiti verrano utilizzati per le finalit&agrave; di seguito indicate.</p>
<h2>2. Oggetto del trattamento</h2>
<p>I dati personali ed anagrafici (nome, cognome, indirizzo, email) raccolti vengono forniti dall''utente in fase di registrazione al portale della piattaforma telematica per consentire l&rsquo;accesso a servizi che danno accesso a informazioni personali e riferite al/agli Operatori economici per cui l&rsquo;utente opera.</p>
<h2>3. Finalit&agrave; del trattamento</h2>
<p>I dati richiesti al momento della registrazione sul sito sono utilizzati per rispondere alle richieste degli utenti. Sintetiche informative di sintesi verranno progressivamente riportate o visualizzate nelle pagine del sito predisposte per particolari servizi. <br />In ogni caso tutti i trattamenti effettuati nell''ambito del sito sono realizzati per le finalit&agrave; connesse all&rsquo;erogazione di servizi agli Operatori economici da parte dell&rsquo;Amministrazione basati su interfaccia web.</p>
<h2>4. Modalit&agrave; del trattamento</h2>
<p>I dati personali sono oggetto di trattamento improntato ai principi di correttezza, liceit&agrave; e trasparenza. Il titolare del trattamento assicura che il trattamento dei dati effettuato con o senza l''ausilio di mezzi elettronici o comunque automatizzati, avverr&agrave; mediante strumenti idonei a garantirne la sicurezza e la riservatezza dell''interessato, tramite l''utilizzo di idonee procedure che evitino il rischio di perdita, accesso non autorizzato, uso illecito e diffusione, nel rispetto dei limiti e delle condizioni posti dal Regolamento UE 2016/679.</p>
<h2>5. Accesso ai dati</h2>
<p>I soggetti che possono venire a conoscenza dei dati personali dell''utente in qualit&agrave; di responsabili o incaricati (in base all''Articolo 13 Comma 1 del GDPR) sono:</p>
<ul>
<li>Il Titolare del trattamento</li>
<li>Il personale del Titolare del trattamento, per l''espletamento delle richieste dell''utente</li>
</ul>
<p>I dati personali non saranno oggetto di diffusione, saranno comunicati solo a soggetti predisposti e autorizzati ai fini fiscali, amministrativi, legislativi, contrattuali.</p>
<h2>6. Comunicazione dei dati</h2>
<p>I dati potranno essere comunicati a Organismi di vigilanza, Autorit&agrave; giudiziarie ed altri soggetti terzi ai quali la comunicazione sia obbligatoria in forza di legge, ivi incluso l''ambito di prevenzione/repressione di qualsiasi attivit&agrave; illecita connessa all''accesso al sito e/o all''invio di una richiesta.</p>
<h2>7. Trasferimento dei dati</h2>
<p>La gestione e la conservazione dei dati personali avverr&agrave; su server ubicati in Italia o nel Territorio del&rsquo;Unione Europea del Titolare e/o di societ&agrave; terze e nominate quali Responsabili del trattamento.</p>
<p>I dati non saranno oggetto di trasferimento al di fuori dell''Unione Europea.</p>
<h2>8. Periodo di conservazione dei dati</h2>
<p>I dati raccolti per le attivit&agrave; di cui al paragrafo 3, saranno conservati per il tempo della durata del servizio, al termine del quale saranno cancellati o resi anonimi entro i tempi stabiliti dalla norma di legge.</p>
<p>Qualora intervenga la revoca del consenso al trattamento specifico da parte dell''interessato, i dati verranno cancellati o resi anonimi entro 72 ore dalla ricezione della revoca.</p>
<p>Ai sensi dell''Art. 13, comma 2, lettera (f) del Regolamento, si informa che tutti i dati raccolti non saranno comunque oggetto di alcun processo decisionale automatizzato, compresa la profilazione.</p>
<h2>9. Diritti dell''interessato e modalit esercizio dei diritti</h2>
<p>I soggetti a cui si riferiscono i dati personali potranno in ogni momento esercitare i diritti loro riconosciuti nei confronti del Titolare del trattamento ai sensi degli artt. da 15 a 22 del Regolamento e della normativa nazionale applicabile. In particolare potranno: accedere ai dati ed avere conferma dell''esistenza o meno di dati personali che li riguardano, anche se non ancora registrati, e averne comunicazione in forma intelligibile; ottenere l''indicazione dell&rsquo;origine dei dati personali, delle finalit&agrave; e delle modalit&agrave; del trattamento; della logica applicata in caso di trattamento effettuato con l''ausilio di strumenti elettronici; degli estremi identificativi del titolare, dei responsabili e del rappresentante designato ai sensi dell''articolo 5, comma 2; dei soggetti o delle categorie di soggetti ai quali i dati personali possono essere comunicati o che possono venirne a conoscenza in qualit&agrave; di rappresentante designato nel territorio dello Stato, di responsabili o incaricati; ottenere l''aggiornamento, cos&igrave; come la portabilit&agrave; degli stessi la cancellazione, la limitazione, la trasformazione in forma anonima o il blocco dei dati trattati; avere attestazione che le operazioni predette sono state portate a conoscenza di coloro ai quali i dati sono stati comunicati, eccettuato il caso in cui tale adempimento si riveli impossibile o comporti un impiego di mezzi manifestamente sproporzionato rispetto al diritto tutelato; opporsi, in tutto o in parte, per motivi legittimi, al trattamento dei dati personali che li riguardano, ancorch&eacute; pertinenti allo scopo della raccolta, ed al trattamento di dati personali che li riguardano a fini di invio di materiale pubblicitario o di vendita diretta o per il compimento di ricerche di mercato o di comunicazione commerciale. L&rsquo;interessato ha altres&igrave; diritto a proporre reclamo ad un&rsquo;autorit&agrave; di controllo, la quale in Italia &egrave; il &ldquo;Garante per la protezione dei dati personali&rdquo;, seguendo le procedure e le indicazioni pubblicate sul sito web ufficiale dell''Autorit&agrave; garante italiana all&rsquo;indirizzo: www.garanteprivacy.it.<br />L''esercizio dei diritti non &egrave; soggetto ad alcun vincolo di forma ed &egrave; gratuito.<br />L&rsquo;interessato ha inoltre il diritto di revocare in ogni momento il consenso prestato per il trattamento dei dati, opposizione, richiesta delle informazioni rivolgendosi al titolare del trattamento agli indirizzi indicati sul sito.</p>

]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach" /></attributes><status>READY</status><version>3.0</version></content>
', '20180525113713', '20190710115931', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-PRIV" typecode="GEN" typedescr="Contenuto generico"><descr>GDPR</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Privacy policy to Legislative Decree 196/2003 and EU Regulation 2016/679</text><text lang="it">Privacy Policy - Informativa Privacy ai sensi del DLGS 196/2003 e del Regolamento UE 2016/679</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>As per Article 13 del Regulation EU 2016/679, All personal data that visitors to this website disclose will be handled with the following means and purposes.</p>
<p>It is about information given also according to the provisions of art. 13 of the Legislative Decree nr 196/2003 - Law regarding processing of personal data, of the rules which will update, integrate or replace, including european regulation UE 2016/679 for those users who interact with our web services, accessible by internet.</p>
<p>Processing of personal data pursuant to the law, means any operation or operation''s group done with or without the aid of electronic or automated machines, concerning the collection, registration, organization, storage, processing, modification, selection, extraction, comparison, use, interconnection, blocking, communication, dissemination, deletion and distribution of data.</p>
<p> The information is based on the combined provisions of national current laws and the european rules  UE 2016/679 to identify the requirements necessary for the collection of personal data online, and, particularly, the methods and timing of the information that the data controllers have to give to users when they reach the web pages, regardless of the purpose of the visit.</p>

<p>In compliance with the provisions of the Legislative Decree of June 30th 2003 n. 196, Code regarding the protection of personal data, of the rules that will modify, integrate and/or replace it, including the EU Regulation 2016/679, we communicate the following:</p>
<h2>1. Data controller</h2>
<p>The owner of the data processing is identified by the Administration and explained on the institutional portal of the Administration, the acquired data will be used for the purposes indicated below.</p>
<h2>2. Undergoing processing.</h2>
<p>the personal data (name, surname, address, email) gathered are given from the user in the signi in phase to the portal of electronic platform to allow the access to the services that gives informations related to personal data of economic operators which the user perform.</p>
<h2>3. Purpose of the processing</h2>
<p> The requested data gathered in the sign phase are used to supply to users neeeds. Summary information will be progressively reported or displayed on the site pages set up for particular services.<br /> Anyway, all the treatments done in the sites scope are done for the purposes related to supply services to economic operators by the administration based on the web interfaces.</p>
<h2>4. Method of treatment</h2>
<p>Personal data treatment is based on principles of correctness, lawfulness and transparency. The data controller ensures that the data processing carried out with or without the aid of electronic or automated media, will be performed using means suitable for guaranteeing the security and confidentiality, by the use of procedures the avoid the risk of loss, unauthorized access, illicit use and dissemination, in compliance with the limits and conditions set by the EU Regulation 2016/679.</p>
<h2>5. Data access</h2>
<p> The subjects that can have access to the user''s personal data as a managers or appointees (based on Article 13 Paragraph 1 of the GDPR) are:</p>
<ul>
<li>The Data Controller</li>
<li>The staff of the Data Controller for the fulfillment of the user''s requests</li>
</ul>
<p>Personal data will not be disclosed, they will be communicated only to subjects predisposed and authorized for tax, administrative, legislative, contractual purposes.</p>
<h2>6. Data communications</h2>
<p>The data may be communicated to Supervisory, Authorities, Agencies judicial and other third parties to whom the communication is mandatory by law, including the scope of prevention/repression of any unlawful activity connected to the access to the site and/or the sending of a request.</p>
<h2>7. Data transfer</h2>
<p>The management and storage of personal data will take place on servers located in Italy or in the territory of the European Union of the Data Controller and/or third parties companies and appointed as Data Processors.</p>
<p>Data will not be trannsferred out of the European union.</p>
<h2>8. Data retention period</h2>
<p>The data collected for the activities referred to in paragraph 3, will be kept for the duration of the service, after which they will be deleted or made anonymous within the time established by law.</p>
<p>If the consent to the specific treatment is withdrawn by the data subject, the data will be deleted or made anonymous within 72 hours of receipt of the revocation.</b>
<p>According to the Art. 13, paragraph 2, letter (f) of the Regulation, we inform you that all the data collected will not be subject to any automated decision-making process, including profiling.</p>
<h2>9. Rights of the interested party and use of rights</h2>
<p>The subjects to whom the personal data refer may at any time exercise the rights granted to them by the Data Controller in accordance with articles 15 to 22 of the Regulations and applicable national legislation. In particular, they will be able to: access the data and have confirmation of the existence or not of personal data concerning them, even if not yet recorded, and have it communicated in an intelligible form; to obtain an indication of the origin of the personal data, of the purposes and of the modes of the treatment; of the logic applied in the case of processing carried out with the aid of electronic instruments; of the identification data concerning the data controller, data processors and the designated representative pursuant to article 5, paragraph 2; of the subjects or categories of subjects to whom the personal data can be communicated or who can learn about them as a designated representative in the territory of the State, of managers or appointees; get the update, so as the portability of the same the cancellation, the limitation, the transformation in anonymous form or the block of the treated data; have certification that the operations have been brought to the attention of those to whom the data have been communicated, except in the event that such fulfillment proves impossible or involves the use of means manifestly disproportionate with respect to the protected right; to object, in whole or in part, for legitimate reasons, to the processing of personal data concerning them, even if this is the case; pertinent to the purpose of the collection, and to the processing of personal data concerning them for the purpose of sending advertising materials or direct sales or for carrying out market research or commercial communication. The interested also has right to lodge a complaint to authority of control, which in Italy is the &ldquo;Guarantor for the protection of personal data&rdquo;, following the procedures and the indications published on the official website of the Italian Authority guarantor at the address: www.garanteprivacy.it. <br /> The exercise of rights does is not submissed to any form restrictions and is free. <br /> The interested party also has the right to revoke the consent given for the processing of the data, opposition, request for information at any time by contacting the data controller at the addresses indicated on the site.</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>Ai sensi del Regolamento UE 2016/679 denominato &ldquo;Regolamento Europeo in materia di protezione dei dati personali&rdquo; (GDPR) informiamo gli utenti che i dati personali immessi nel sito sono trattati con le modalit&agrave; e le finalit&agrave; descritte di seguito.</p>
<p>Si tratta di un''informativa resa ai sensi dell''art. 13 del D.Lgs. 30 giugno 2003 n. 196, &ldquo;Codice in materia di protezione dei dati personali&rdquo;, delle norme che lo modificheranno, integreranno e/o sostituiranno , ivi incluso il Regolamento Europeo UE 2016/679 a tutti coloro che interagiscono con i servizi presenti su questo sito.</p>
<p>Per trattamento di dati personali ai sensi della norma, si intende qualunque operazione o complesso di operazioni, svolti con o senza l''ausilio di mezzi elettronici o comunque automatizzati, concernenti la raccolta, la registrazione, l''organizzazione, la conservazione, l''elaborazione, la modificazione, la selezione, l''estrazione, il raffronto, l''utilizzo, l''interconnessione, il blocco, la comunicazione, la diffusione, la cancellazione e la distribuzione di dati.</p>
<p>L''informativa si ispira al combinato disposto delle leggi nazionali vigenti e del Regolamento Europeo UE 2016/679 per individuare i requisiti necessari per la raccolta di dati personali on-line, e, in particolare, le modalit&agrave;, i tempi e la natura delle informazioni che i titolari del trattamento devono fornire agli utenti quando questi si collegano a pagine Web, indipendentemente dagli scopi del collegamento.</p>
<p>In osservanza delle prescrizioni previste dal D.Lgs. 30 giugno 2003 n. 196, &ldquo;Codice in materia di protezione dei dati personali&rdquo;, delle norme che lo modificheranno, integreranno e/o sostituiranno , ivi incluso il Regolamento Europeo UE 2016/679, si comunica quanto segue:</p>
<h2>1. Titolare del trattamento</h2>
<p>Il titolare del trattamento dei dati &egrave; individuato dell&rsquo;Amministrazione e esplicitato sul portale istituzionale dell&rsquo;Amministrazione, i dati acquisiti verrano utilizzati per le finalit&agrave; di seguito indicate.</p>
<h2>2. Oggetto del trattamento</h2>
<p>I dati personali ed anagrafici (nome, cognome, indirizzo, email) raccolti vengono forniti dall''utente in fase di registrazione al portale della piattaforma telematica per consentire l&rsquo;accesso a servizi che danno accesso a informazioni personali e riferite al/agli Operatori economici per cui l&rsquo;utente opera.</p>
<h2>3. Finalit&agrave; del trattamento</h2>
<p>I dati richiesti al momento della registrazione sul sito sono utilizzati per rispondere alle richieste degli utenti. Sintetiche informative di sintesi verranno progressivamente riportate o visualizzate nelle pagine del sito predisposte per particolari servizi. <br />In ogni caso tutti i trattamenti effettuati nell''ambito del sito sono realizzati per le finalit&agrave; connesse all&rsquo;erogazione di servizi agli Operatori economici da parte dell&rsquo;Amministrazione basati su interfaccia web.</p>
<h2>4. Modalit&agrave; del trattamento</h2>
<p>I dati personali sono oggetto di trattamento improntato ai principi di correttezza, liceit&agrave; e trasparenza. Il titolare del trattamento assicura che il trattamento dei dati effettuato con o senza l''ausilio di mezzi elettronici o comunque automatizzati, avverr&agrave; mediante strumenti idonei a garantirne la sicurezza e la riservatezza dell''interessato, tramite l''utilizzo di idonee procedure che evitino il rischio di perdita, accesso non autorizzato, uso illecito e diffusione, nel rispetto dei limiti e delle condizioni posti dal Regolamento UE 2016/679.</p>
<h2>5. Accesso ai dati</h2>
<p>I soggetti che possono venire a conoscenza dei dati personali dell''utente in qualit&agrave; di responsabili o incaricati (in base all''Articolo 13 Comma 1 del GDPR) sono:</p>
<ul>
<li>Il Titolare del trattamento</li>
<li>Il personale del Titolare del trattamento, per l''espletamento delle richieste dell''utente</li>
</ul>
<p>I dati personali non saranno oggetto di diffusione, saranno comunicati solo a soggetti predisposti e autorizzati ai fini fiscali, amministrativi, legislativi, contrattuali.</p>
<h2>6. Comunicazione dei dati</h2>
<p>I dati potranno essere comunicati a Organismi di vigilanza, Autorit&agrave; giudiziarie ed altri soggetti terzi ai quali la comunicazione sia obbligatoria in forza di legge, ivi incluso l''ambito di prevenzione/repressione di qualsiasi attivit&agrave; illecita connessa all''accesso al sito e/o all''invio di una richiesta.</p>
<h2>7. Trasferimento dei dati</h2>
<p>La gestione e la conservazione dei dati personali avverr&agrave; su server ubicati in Italia o nel Territorio del&rsquo;Unione Europea del Titolare e/o di societ&agrave; terze e nominate quali Responsabili del trattamento.</p>
<p>I dati non saranno oggetto di trasferimento al di fuori dell''Unione Europea.</p>
<h2>8. Periodo di conservazione dei dati</h2>
<p>I dati raccolti per le attivit&agrave; di cui al paragrafo 3, saranno conservati per il tempo della durata del servizio, al termine del quale saranno cancellati o resi anonimi entro i tempi stabiliti dalla norma di legge.</p>
<p>Qualora intervenga la revoca del consenso al trattamento specifico da parte dell''interessato, i dati verranno cancellati o resi anonimi entro 72 ore dalla ricezione della revoca.</p>
<p>Ai sensi dell''Art. 13, comma 2, lettera (f) del Regolamento, si informa che tutti i dati raccolti non saranno comunque oggetto di alcun processo decisionale automatizzato, compresa la profilazione.</p>
<h2>9. Diritti dell''interessato e modalit esercizio dei diritti</h2>
<p>I soggetti a cui si riferiscono i dati personali potranno in ogni momento esercitare i diritti loro riconosciuti nei confronti del Titolare del trattamento ai sensi degli artt. da 15 a 22 del Regolamento e della normativa nazionale applicabile. In particolare potranno: accedere ai dati ed avere conferma dell''esistenza o meno di dati personali che li riguardano, anche se non ancora registrati, e averne comunicazione in forma intelligibile; ottenere l''indicazione dell&rsquo;origine dei dati personali, delle finalit&agrave; e delle modalit&agrave; del trattamento; della logica applicata in caso di trattamento effettuato con l''ausilio di strumenti elettronici; degli estremi identificativi del titolare, dei responsabili e del rappresentante designato ai sensi dell''articolo 5, comma 2; dei soggetti o delle categorie di soggetti ai quali i dati personali possono essere comunicati o che possono venirne a conoscenza in qualit&agrave; di rappresentante designato nel territorio dello Stato, di responsabili o incaricati; ottenere l''aggiornamento, cos&igrave; come la portabilit&agrave; degli stessi la cancellazione, la limitazione, la trasformazione in forma anonima o il blocco dei dati trattati; avere attestazione che le operazioni predette sono state portate a conoscenza di coloro ai quali i dati sono stati comunicati, eccettuato il caso in cui tale adempimento si riveli impossibile o comporti un impiego di mezzi manifestamente sproporzionato rispetto al diritto tutelato; opporsi, in tutto o in parte, per motivi legittimi, al trattamento dei dati personali che li riguardano, ancorch&eacute; pertinenti allo scopo della raccolta, ed al trattamento di dati personali che li riguardano a fini di invio di materiale pubblicitario o di vendita diretta o per il compimento di ricerche di mercato o di comunicazione commerciale. L&rsquo;interessato ha altres&igrave; diritto a proporre reclamo ad un&rsquo;autorit&agrave; di controllo, la quale in Italia &egrave; il &ldquo;Garante per la protezione dei dati personali&rdquo;, seguendo le procedure e le indicazioni pubblicate sul sito web ufficiale dell''Autorit&agrave; garante italiana all&rsquo;indirizzo: www.garanteprivacy.it.<br />L''esercizio dei diritti non &egrave; soggetto ad alcun vincolo di forma ed &egrave; gratuito.<br />L&rsquo;interessato ha inoltre il diritto di revocare in ogni momento il consenso prestato per il trattamento dei dati, opposizione, richiesta delle informazioni rivolgendosi al titolare del trattamento agli indirizzi indicati sul sito.</p>

]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach" /></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('GEN-STD-ACC', 'GEN', 'Info accessibilit', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-ACC" typecode="GEN" typedescr="Contenuto generico"><descr>Info accessibilit</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Accessibility info</text><text lang="it">Info accessibilit</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<div>
<h3>Display text only</h3>
<p>In addition to the normal display with dark characters on a light background, a display without graphic styles, images and colors can be activated.</p>
<p> </p>
<h3>Contrast</h3>
<p>It is possible to activate through a link at the top of the page the display of the pages in text only mode but with high contrast.</p>
<p> </p>
<h3>Aids to navigation</h3>
<p>On all the pages of the site there is under the header the horizontal navigation menu "You are here:" which indicates the user''s position within the site structure and the title of the page you are on. The indication is hypertextual, and with a simple click on the text of the navigation menu you can reach the previous levels.
The items reported without hyperlink do not correspond to pages actually navigated but to menu items; furthermore, the active page is not selectable.</p>
<p>In the side navigation menu, the active level appears different so to be easily recognized.</p>
<div><br /></div>
<h3>Quick access keys (accesskey)</h3>
<p>To simplify page navigation, shortcut keys have been included which allow to quickly jump to the main pages of the site, to basic accessibility functions, and to the beginning of the thematic areas shown on the page:</p>
<hr />
<p><strong>[H]</strong> Home Page <strong>[W]</strong> Aids to navigation <strong>[Y]</strong> Site map <strong>[S]</strong> Contents search</p>
<p><strong>[N]</strong> Standard font dimension text <strong>[B]</strong> Big font dimension text <strong>[V]</strong> Very big font dimension text</p>
<p> <strong>[G]</strong> Graphic mode display <strong>[T]</strong> Only text display <strong>[X]</strong> Only text with high contrast display</p>
<p> <strong>[S]</strong> Go to contents search <strong>[1/2/..]</strong> Go to area 1,2,... under the header (accordingly to used layout)</p>
<hr />
<h3>Text</h3>
<p>The pages have been organized so that they can be read even when the style sheets are disabled or not supported. <br /> This site did not use frames and flashing objects or writings were avoided that could cause disturbances in concentration or to assistive technologies.<br /></p>
<div><br /></div>
<h3>Links</h3>
<p>All the lnks are made using text elements that are recognizable because they are underlined or bold. For any click, a new window was avoided.</p>
<div><br /></div>
<h3>Images</h3>
<p>For each non-text object a textual alternative (ALT attribute) has been provided commensurate with the function exercised by the original object in the specific context.</p>
<div><br /></div>
<h3>Modules (form)</h3>
<p>The online forms have been constructed by explicitly associating the labels with their controls, positioning them so as to facilitate the compilation of the fields to those who use assistive technologies.</p>
<div><br /></div>
<h3>Check with different browsers (programs used to explore web resources)</h3>
<p>The pages of this site have been verified with the main existing browsers.</p>
</div>]]></hypertext><hypertext lang="it"><![CDATA[<div>
<h3>Visualizzazione solo testo</h3>
<p>Oltre alla visualizzazione normale con caratteri scuri su sfondo chiaro,  attivabile una visualizzazione priva di stili grafici, immagini e colorazioni.</p>
<p> </p>
<h3>Contrasto</h3>
<p>E'' possibile attivare tramite un collegamento nella parte superiore della pagina la visualizzazione delle pagine in modalit solo testo ma con alto contrasto.</p>
<p> </p>
<h3>Aiuti alla navigazione</h3>
<p>In tutte le pagine del sito  presente sotto la testata il menu di navigazione orizzontale &quot;Sei qui:&quot; che indica la posizione dell''utente all''interno della struttura del sito e il titolo della pagina in cui ti trovi. L''indicazione  ipertestuale, e con un semplice clic sul testo del menu di navigazione puoi raggiungere i livelli precedenti.
Le voci riportate senza collegamento ipertestuale non corrispondono a pagine realmente navigate ma a voci di men; inoltre, la pagina attiva non  selezionabile.</p>
<p>Nel menu di navigazione laterale, il livello attivo appare diverso in modo da poterlo facilmente riconoscere.</p>
<div><br /></div>
<h3>Tasti di accesso rapido (accesskey)</h3>
<p>Per semplificare la navigazione della pagina sono stati inseriti dei tasti di scelta rapida (ACCESSKEY) che consentono di saltare rapidamente alle pagine principali del sito, a funzioni fondamentali per l''accessibilit, ed all''inizio delle aree tematiche riportate nella pagina:</p>
<hr />
<p><strong>[H]</strong> Home Page <strong>[W]</strong> Aiuti alla navigazione <strong>[Y]</strong> Mappa del sito <strong>[S]</strong> Ricerca contenuti</p>
<p><strong>[N]</strong> Testo a dimensione standard <strong>[B]</strong> Testo di dimensione grande <strong>[V]</strong> Testo di dimensione molto grande</p>
<p> <strong>[G]</strong> Visualizzazione in modalit grafica <strong>[T]</strong> Visualizzazione solo testo senza colori <strong>[X]</strong> Visualizzazione solo testo in alto contrasto</p>
<p> <strong>[S]</strong> Vai alla ricerca contenuti <strong>[1/2/..]</strong> Vai all''inizio dell''area 1,2,... sotto la testata (dipende dal layout utilizzato)</p>
<hr />
<h3>Testi</h3>
<p>Le pagine sono state organizzate in modo che possano essere lette anche quando i fogli di stile siano disabilitati o non supportati.<br />In questo sito non si sono utilizzati frame e sono state evitati oggetti o scritte lampeggianti che possono provocare disturbi alla concentrazione o alle tecnologie assistive.<br /></p>
<div><br /></div>
<h3>Collegamenti (link)</h3>
<p>Tutti i collegamenti sono realizzati mediante elementi testuali riconoscibili perch sottolineati o in grassetto. Per qualsiasi collegamento si  evitata l''apertura di una nuova finestra.</p>
<div><br /></div>
<h3>Immagini</h3>
<p>Per ogni oggetto non di testo  stata fornita un''alternativa testuale (attributo ALT) commisurata alla funzione esercitata dall''oggetto originale nello specifico contesto.</p>
<div><br /></div>
<h3>Moduli (form)</h3>
<p>I moduli on-line sono stati costruiti associando in modo esplicito le etichette ai loro controlli, posizionandole in modo da agevolare la compilazione dei campi a chi utilizza tecnologie assistive.</p>
<div><br /></div>
<h3>Verifica con differenti browser (programmi utilizzati per esplorare le risorse del web)</h3>
<p>Le pagine di questo sito sono state verificate con i principali browser esistenti.</p>
</div>
]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach" /></attributes><status>READY</status><version>5.0</version></content>
', '20100805121504', '20190708115415', '<?xml version="1.0" encoding="UTF-8"?>
<content id="GEN-STD-ACC" typecode="GEN" typedescr="Contenuto generico"><descr>Info accessibilit</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Titolo" attributetype="Text"><text lang="en">Accessibility info</text><text lang="it">Info accessibilit</text></attribute><attribute name="CorpoTesto" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<div>
<h3>Display text only</h3>
<p>In addition to the normal display with dark characters on a light background, a display without graphic styles, images and colors can be activated.</p>
<p> </p>
<h3>Contrast</h3>
<p>It is possible to activate through a link at the top of the page the display of the pages in text only mode but with high contrast.</p>
<p> </p>
<h3>Aids to navigation</h3>
<p>On all the pages of the site there is under the header the horizontal navigation menu "You are here:" which indicates the user''s position within the site structure and the title of the page you are on. The indication is hypertextual, and with a simple click on the text of the navigation menu you can reach the previous levels.
The items reported without hyperlink do not correspond to pages actually navigated but to menu items; furthermore, the active page is not selectable.</p>
<p>In the side navigation menu, the active level appears different so to be easily recognized.</p>
<div><br /></div>
<h3>Quick access keys (accesskey)</h3>
<p>To simplify page navigation, shortcut keys have been included which allow to quickly jump to the main pages of the site, to basic accessibility functions, and to the beginning of the thematic areas shown on the page:</p>
<hr />
<p><strong>[H]</strong> Home Page <strong>[W]</strong> Aids to navigation <strong>[Y]</strong> Site map <strong>[S]</strong> Contents search</p>
<p><strong>[N]</strong> Standard font dimension text <strong>[B]</strong> Big font dimension text <strong>[V]</strong> Very big font dimension text</p>
<p> <strong>[G]</strong> Graphic mode display <strong>[T]</strong> Only text display <strong>[X]</strong> Only text with high contrast display</p>
<p> <strong>[S]</strong> Go to contents search <strong>[1/2/..]</strong> Go to area 1,2,... under the header (accordingly to used layout)</p>
<hr />
<h3>Text</h3>
<p>The pages have been organized so that they can be read even when the style sheets are disabled or not supported. <br /> This site did not use frames and flashing objects or writings were avoided that could cause disturbances in concentration or to assistive technologies.<br /></p>
<div><br /></div>
<h3>Links</h3>
<p>All the lnks are made using text elements that are recognizable because they are underlined or bold. For any click, a new window was avoided.</p>
<div><br /></div>
<h3>Images</h3>
<p>For each non-text object a textual alternative (ALT attribute) has been provided commensurate with the function exercised by the original object in the specific context.</p>
<div><br /></div>
<h3>Modules (form)</h3>
<p>The online forms have been constructed by explicitly associating the labels with their controls, positioning them so as to facilitate the compilation of the fields to those who use assistive technologies.</p>
<div><br /></div>
<h3>Check with different browsers (programs used to explore web resources)</h3>
<p>The pages of this site have been verified with the main existing browsers.</p>
</div>]]></hypertext><hypertext lang="it"><![CDATA[<div>
<h3>Visualizzazione solo testo</h3>
<p>Oltre alla visualizzazione normale con caratteri scuri su sfondo chiaro,  attivabile una visualizzazione priva di stili grafici, immagini e colorazioni.</p>
<p> </p>
<h3>Contrasto</h3>
<p>E'' possibile attivare tramite un collegamento nella parte superiore della pagina la visualizzazione delle pagine in modalit solo testo ma con alto contrasto.</p>
<p> </p>
<h3>Aiuti alla navigazione</h3>
<p>In tutte le pagine del sito  presente sotto la testata il menu di navigazione orizzontale &quot;Sei qui:&quot; che indica la posizione dell''utente all''interno della struttura del sito e il titolo della pagina in cui ti trovi. L''indicazione  ipertestuale, e con un semplice clic sul testo del menu di navigazione puoi raggiungere i livelli precedenti.
Le voci riportate senza collegamento ipertestuale non corrispondono a pagine realmente navigate ma a voci di men; inoltre, la pagina attiva non  selezionabile.</p>
<p>Nel menu di navigazione laterale, il livello attivo appare diverso in modo da poterlo facilmente riconoscere.</p>
<div><br /></div>
<h3>Tasti di accesso rapido (accesskey)</h3>
<p>Per semplificare la navigazione della pagina sono stati inseriti dei tasti di scelta rapida (ACCESSKEY) che consentono di saltare rapidamente alle pagine principali del sito, a funzioni fondamentali per l''accessibilit, ed all''inizio delle aree tematiche riportate nella pagina:</p>
<hr />
<p><strong>[H]</strong> Home Page <strong>[W]</strong> Aiuti alla navigazione <strong>[Y]</strong> Mappa del sito <strong>[S]</strong> Ricerca contenuti</p>
<p><strong>[N]</strong> Testo a dimensione standard <strong>[B]</strong> Testo di dimensione grande <strong>[V]</strong> Testo di dimensione molto grande</p>
<p> <strong>[G]</strong> Visualizzazione in modalit grafica <strong>[T]</strong> Visualizzazione solo testo senza colori <strong>[X]</strong> Visualizzazione solo testo in alto contrasto</p>
<p> <strong>[S]</strong> Vai alla ricerca contenuti <strong>[1/2/..]</strong> Vai all''inizio dell''area 1,2,... sotto la testata (dipende dal layout utilizzato)</p>
<hr />
<h3>Testi</h3>
<p>Le pagine sono state organizzate in modo che possano essere lette anche quando i fogli di stile siano disabilitati o non supportati.<br />In questo sito non si sono utilizzati frame e sono state evitati oggetti o scritte lampeggianti che possono provocare disturbi alla concentrazione o alle tecnologie assistive.<br /></p>
<div><br /></div>
<h3>Collegamenti (link)</h3>
<p>Tutti i collegamenti sono realizzati mediante elementi testuali riconoscibili perch sottolineati o in grassetto. Per qualsiasi collegamento si  evitata l''apertura di una nuova finestra.</p>
<div><br /></div>
<h3>Immagini</h3>
<p>Per ogni oggetto non di testo  stata fornita un''alternativa testuale (attributo ALT) commisurata alla funzione esercitata dall''oggetto originale nello specifico contesto.</p>
<div><br /></div>
<h3>Moduli (form)</h3>
<p>I moduli on-line sono stati costruiti associando in modo esplicito le etichette ai loro controlli, posizionandole in modo da agevolare la compilazione dei campi a chi utilizza tecnologie assistive.</p>
<div><br /></div>
<h3>Verifica con differenti browser (programmi utilizzati per esplorare le risorse del web)</h3>
<p>Le pagine di questo sito sono state verificate con i principali browser esistenti.</p>
</div>
]]></hypertext></attribute><list attributetype="Monolist" name="Allegati" nestedtype="Attach" /></attributes><status>READY</status><version>5.0</version></content>
', 'free', '2.0', 'admin');

INSERT INTO contents VALUES ('FAQ-STD-SPT', 'FAQ', 'FAQ - Significato piattaforma telematica', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-SPT" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Significato piattaforma telematica</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">What is a telematics platform?</text><text lang="it">Che cosa si intende per piattaforma telematica?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>We mean the present computer system (software and hardware), through which it is possible to carry out tender procedures entirely managed digitally in compliance with the provisions of the procurement code - Legislative Decree 50/2016.
<br/>
The e-procurement platform, the telematic system and the Procurement portal are also understood as synonyms for the online platform, the latter refers to the component specifically dedicated to economic operators.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Si intende il presente sistema informatico (software e hardware) attraverso il quale &egrave; possibile espletare procedure di gara interamente gestite in modalit&agrave; digitale nel rispetto delle disposizioni di cui al codice degli appalti - Dlgs 50/2016.
<br/>
Si intendono quali sinonimi di piattaforma telematica anche piattaforma di e-procurement, sistema telematico e Portale Appalti, quest''ultimo fa riferimento alla componente specificamente dedicata agli operatori economici.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>10</number></attribute></attributes><status>READY</status><version>4.0</version></content>
', '20160509125553', '20190708105102', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-SPT" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Significato piattaforma telematica</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">What is a telematics platform?</text><text lang="it">Che cosa si intende per piattaforma telematica?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>We mean the present computer system (software and hardware), through which it is possible to carry out tender procedures entirely managed digitally in compliance with the provisions of the procurement code - Legislative Decree 50/2016.
<br/>
The e-procurement platform, the telematic system and the Procurement portal are also understood as synonyms for the online platform, the latter refers to the component specifically dedicated to economic operators.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Si intende il presente sistema informatico (software e hardware) attraverso il quale &egrave; possibile espletare procedure di gara interamente gestite in modalit&agrave; digitale nel rispetto delle disposizioni di cui al codice degli appalti - Dlgs 50/2016.
<br/>
Si intendono quali sinonimi di piattaforma telematica anche piattaforma di e-procurement, sistema telematico e Portale Appalti, quest''ultimo fa riferimento alla componente specificamente dedicata agli operatori economici.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>10</number></attribute></attributes><status>READY</status><version>4.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-SOE', 'FAQ', 'FAQ - Significato operatore economico', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-SOE" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Significato operatore economico</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">What is an economic operator?</text><text lang="it">Che cosa si intende per operatore economico?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
Please refer to the definition of the procurement code - Legislative Decree 50/2016 art. 3. Simply, in the context of the online platform, is identified with the company that intends to participate in a procurement procedure.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Si rimanda alla definizione del codice degli appalti - Dlgs 50/2016 art. 3. In termini pi&ugrave; semplici, nel contesto della piattaforma telematica, si identifica con l''impresa che intende partecipare ad una procedura di affidamento.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>20</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', '20160509125853', '20190708105427', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-SOE" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Significato operatore economico</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">What is an economic operator?</text><text lang="it">Che cosa si intende per operatore economico?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
Please refer to the definition of the procurement code - Legislative Decree 50/2016 art. 3. Simply, in the context of the online platform, is identified with the company that intends to participate in a procurement procedure.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Si rimanda alla definizione del codice degli appalti - Dlgs 50/2016 art. 3. In termini pi&ugrave; semplici, nel contesto della piattaforma telematica, si identifica con l''impresa che intende partecipare ad una procedura di affidamento.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>20</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-APE', 'FAQ', 'FAQ - Accesso piattaforma telematica', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-APE" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Accesso piattaforma telematica</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">How can I access and use the online platform?</text><text lang="it">Come  possibile accedere ed utilizzare la piattaforma telematica?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
The online platform is publicly accessible for the only purpose of consulting the information and documents relating to the advertising, legal and transparency. <br/>
To be able to access the features dedicated to economic operators to participate in the awarding procedures the registration to the online platform is required. In the "Access to reserved area " section, instructions are available for registration and authorization to access the reserved area.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
La piattaforma telematica &egrave; accessibile pubblicamente ai fini della sola consultazione delle informazioni e documenti inerenti la pubblicit&agrave; legale e la trasparenza.<br/>
Per poter accedere alle funzionalit&agrave; dedicate agli operatori economici per la partecipazione alle procedure di affidamento &egrave; necessaria la registrazione alla piattaforma telematica. Nella sezione "Accesso area riservata" sono disponibili le istruzioni per la registrazione e abilitazione all''accesso all''area riservata.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>30</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', '20160509144012', '20190708105810', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-APE" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Accesso piattaforma telematica</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">How can I access and use the online platform?</text><text lang="it">Come  possibile accedere ed utilizzare la piattaforma telematica?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
The online platform is publicly accessible for the only purpose of consulting the information and documents relating to the advertising, legal and transparency. <br/>
To be able to access the features dedicated to economic operators to participate in the awarding procedures the registration to the online platform is required. In the "Access to reserved area " section, instructions are available for registration and authorization to access the reserved area.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
La piattaforma telematica &egrave; accessibile pubblicamente ai fini della sola consultazione delle informazioni e documenti inerenti la pubblicit&agrave; legale e la trasparenza.<br/>
Per poter accedere alle funzionalit&agrave; dedicate agli operatori economici per la partecipazione alle procedure di affidamento &egrave; necessaria la registrazione alla piattaforma telematica. Nella sezione "Accesso area riservata" sono disponibili le istruzioni per la registrazione e abilitazione all''accesso all''area riservata.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>30</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-SDT', 'FAQ', 'FAQ - Strumenti e dotazione  tecnologica', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-SDT" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Strumenti e dotazione  tecnologica</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">Which technological tools or equipment must be equipped to use the telematic platform?</text><text lang="it">Di quali strumenti o dotazioni tecnologiche si deve essere dotati per utilizzare la piattaforma telematica?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
In the "Access to reserved area" section, instructions are available for registering and enabling access to the reserved area that also include the requisites and the necessary technological equipment.
</ p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Nella sezione "Accesso area riservata" sono disponibili le istruzioni per la registrazione e abilitazione all''accesso all''area riservata che includono anche i requisiti e le dotazioni tecnologiche necessarie.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>40</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', '20160509144347', '20190708110657', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-SDT" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Strumenti e dotazione  tecnologica</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">Which technological tools or equipment must be equipped to use the telematic platform?</text><text lang="it">Di quali strumenti o dotazioni tecnologiche si deve essere dotati per utilizzare la piattaforma telematica?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
In the "Access to reserved area" section, instructions are available for registering and enabling access to the reserved area that also include the requisites and the necessary technological equipment.
</ p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Nella sezione "Accesso area riservata" sono disponibili le istruzioni per la registrazione e abilitazione all''accesso all''area riservata che includono anche i requisiti e le dotazioni tecnologiche necessarie.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>40</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-R=A', 'FAQ', 'FAQ - Registrazione = accesso?', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-R=A" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Registrazione = accesso?</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">Is registration for access to the reserved area sufficient to register for a possible operator list or to be invited to participate in a procurement procedure?</text><text lang="it">La registrazione per laccesso allarea riservata  sufficiente per liscrizione ad un eventuale elenco operatori o per essere invitati a partecipare ad una procedura di affidamento?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
No. Registration for access to the private area is a fundamental requirement for accessing the functionality, which then allow you to register on a list, to participate in an electronic procedure, etc. <br/>
However, registration allows the Contracting Authority to have the economic operator''s personal data and facilitates the selection in case of generic market research.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
No. La registrazione per l''accesso all''area riservata &egrave; un requisito fondamentale per poter accedere alle funzionalit&agrave; che consentono poi di iscriversi ad un elenco, di partecipare ad un procedura telematica, ecc.<br/>
Tuttavia la registrazione consente alla Stazione Appaltante di disporre dei dati anagrafici dell''operatore economico e ne facilita la selezione in caso di generiche ricerche di mercato.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>50</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', '20160509144611', '20190708112648', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-R=A" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Registrazione = accesso?</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">Is registration for access to the reserved area sufficient to register for a possible operator list or to be invited to participate in a procurement procedure?</text><text lang="it">La registrazione per laccesso allarea riservata  sufficiente per liscrizione ad un eventuale elenco operatori o per essere invitati a partecipare ad una procedura di affidamento?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
No. Registration for access to the private area is a fundamental requirement for accessing the functionality, which then allow you to register on a list, to participate in an electronic procedure, etc. <br/>
However, registration allows the Contracting Authority to have the economic operator''s personal data and facilitates the selection in case of generic market research.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
No. La registrazione per l''accesso all''area riservata &egrave; un requisito fondamentale per poter accedere alle funzionalit&agrave; che consentono poi di iscriversi ad un elenco, di partecipare ad un procedura telematica, ecc.<br/>
Tuttavia la registrazione consente alla Stazione Appaltante di disporre dei dati anagrafici dell''operatore economico e ne facilita la selezione in caso di generiche ricerche di mercato.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>50</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-TUT', 'FAQ', 'FAQ - Tutela', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-TUT" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Tutela</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">What protection is provided for the data I enter during registration?</text><text lang="it">Quale tutela  prevista per i dati che inserisco in fase di registrazione?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
The processing of personal data, based on maximum confidentiality and security, takes place in compliance with the obligations deriving from national legislation (Legislative Decree 30 June 2003 No. 196, Code regarding the protection of personal data, and subsequent amendments) and European (Regulation European Data Protection Authority No. 679/2016, GDPR), according to information provided to users.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Il trattamento dei dati personali, improntato alla massima riservatezza e sicurezza, avviene in ottemperanza degli obblighi derivanti dalla normativa nazionale (D. Lgs 30 giugno 2003 n. 196, Codice in materia di protezione dei dati personali, e successive modifiche) e europea (Regolamento europeo per la protezione dei dati personali n. 679/2016, GDPR), secondo le informative rese agli utenti.
</p>

]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>60</number></attribute></attributes><status>READY</status><version>4.0</version></content>
', '20160509145942', '20190708114354', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-TUT" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Tutela</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">What protection is provided for the data I enter during registration?</text><text lang="it">Quale tutela  prevista per i dati che inserisco in fase di registrazione?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
The processing of personal data, based on maximum confidentiality and security, takes place in compliance with the obligations deriving from national legislation (Legislative Decree 30 June 2003 No. 196, Code regarding the protection of personal data, and subsequent amendments) and European (Regulation European Data Protection Authority No. 679/2016, GDPR), according to information provided to users.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Il trattamento dei dati personali, improntato alla massima riservatezza e sicurezza, avviene in ottemperanza degli obblighi derivanti dalla normativa nazionale (D. Lgs 30 giugno 2003 n. 196, Codice in materia di protezione dei dati personali, e successive modifiche) e europea (Regolamento europeo per la protezione dei dati personali n. 679/2016, GDPR), secondo le informative rese agli utenti.
</p>

]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>60</number></attribute></attributes><status>READY</status><version>4.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-MRE', 'FAQ', 'FAQ - Mancato recapito mail', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-MRE" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Mancato recapito mail</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">I entered all the data required for registration, but no e-mail or PEC arrived. What should I do to complete the registration?</text><text lang="it">Ho inserito tutti i dati richiesti per la registrazione, ma non mi  arrivata nessuna e-mail o PEC. Che cosa devo fare per completare la registrazione?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
To complete the registration and activate your user account, you must receive the email (or PEC) containing the activation "token", a link that allows you to confirm that the data entered and conclude the process. If both the "normal" e-mail address and PEC are entered, the activation e-mail will be sent to the PEC address.<br/>If you do not receive the email/PEC within a reasonable time (generally no more than a few hours) check that you have correctly entered the certified email address in the registration data. Also check that your mailbox/PEC is not full and is operational. If, after these checks, you have not yet received the activation e-mail/PEC, contact the Helpdesk via the link of the same name on the telematics platform.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Per completare la registrazione e attivare la propria utenza &egrave; necessario ricevere la mail (o PEC) che contiene il "token" di attivazione, cio&egrave; un link che permette di confermare i dati immessi e concludere il processo. In caso di inserimento sia dell''indirizzo mail "normale" che PEC la mail di attivazione sar&agrave; inviata all''indirizzo PEC. <br/>
Qualora non si riceva la mail/PEC entro un termine ragionevole (in genere non oltre qualche ora) controllare di aver inserito correttamente lindirizzo di posta elettronica certificata tra i dati di registrazione. Controllare inoltre che la propria casella mail/PEC non sia piena e sia operativa. Se dopo queste verifiche ancora non si avesse ricevuto la mail/PEC di attivazione, contattare l''Assistenza tecnica mediante l''omonimo collegamento presente nella piattaforma telematica.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>70</number></attribute></attributes><status>READY</status><version>6.0</version></content>
', '20160509151016', '20190708113415', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-MRE" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Mancato recapito mail</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">I entered all the data required for registration, but no e-mail or PEC arrived. What should I do to complete the registration?</text><text lang="it">Ho inserito tutti i dati richiesti per la registrazione, ma non mi  arrivata nessuna e-mail o PEC. Che cosa devo fare per completare la registrazione?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
To complete the registration and activate your user account, you must receive the email (or PEC) containing the activation "token", a link that allows you to confirm that the data entered and conclude the process. If both the "normal" e-mail address and PEC are entered, the activation e-mail will be sent to the PEC address.<br/>If you do not receive the email/PEC within a reasonable time (generally no more than a few hours) check that you have correctly entered the certified email address in the registration data. Also check that your mailbox/PEC is not full and is operational. If, after these checks, you have not yet received the activation e-mail/PEC, contact the Helpdesk via the link of the same name on the telematics platform.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Per completare la registrazione e attivare la propria utenza &egrave; necessario ricevere la mail (o PEC) che contiene il "token" di attivazione, cio&egrave; un link che permette di confermare i dati immessi e concludere il processo. In caso di inserimento sia dell''indirizzo mail "normale" che PEC la mail di attivazione sar&agrave; inviata all''indirizzo PEC. <br/>
Qualora non si riceva la mail/PEC entro un termine ragionevole (in genere non oltre qualche ora) controllare di aver inserito correttamente lindirizzo di posta elettronica certificata tra i dati di registrazione. Controllare inoltre che la propria casella mail/PEC non sia piena e sia operativa. Se dopo queste verifiche ancora non si avesse ricevuto la mail/PEC di attivazione, contattare l''Assistenza tecnica mediante l''omonimo collegamento presente nella piattaforma telematica.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>70</number></attribute></attributes><status>READY</status><version>6.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-TFM', 'FAQ', 'FAQ - Token formattato male', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-TFM" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Token formattato male</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">I received the email/PEC containing the "token" or activation link, but when I click on it the browser responds with an error. What can I do?</text><text lang="it">Mi  arrivata la mail/PEC contenente il "token" o link di attivazione, ma quando ci clicco sopra il browser risponde con un errore. Cosa posso fare?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
Check that in the address bar of the browser (the one where www is inserted) all the "token" is present without spaces or interruptions.<br/>
Eventually, for safety, it is possible to copy and paste the address of the "token" in the Windows notepad, verify here that it is complete and without spaces and everything in a row without "new lines", then copy and paste it in the toolbar browser address.
If so the error reoccurs, contact the Helpdesk through the homonymous connection present in the telematic platform.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Controllare che nella barra dell''indirizzo del browser (quella dove si inserisce www...) sia presente tutto il "token" senza spazi o interruzioni.<br/>
Eventualmente, per sicurezza, &egrave; possibile copiare e incollare l''indirizzo del "token" nel blocco note di Windows, verificare qui che sia completo e privo di spazi e tutto in una riga senza "a capo", quindi copiarlo e incollarlo nella barra di indirizzo del browser.
Se anche cos&igrave; si ripresentasse l''errore, contattare l''Assistenza tecnica mediante l''omonimo collegamento presente nella piattaforma telematica.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>80</number></attribute></attributes><status>READY</status><version>4.0</version></content>
', '20160509152545', '20190708113659', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-TFM" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Token formattato male</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">I received the email/PEC containing the "token" or activation link, but when I click on it the browser responds with an error. What can I do?</text><text lang="it">Mi  arrivata la mail/PEC contenente il "token" o link di attivazione, ma quando ci clicco sopra il browser risponde con un errore. Cosa posso fare?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
Check that in the address bar of the browser (the one where www is inserted) all the "token" is present without spaces or interruptions.<br/>
Eventually, for safety, it is possible to copy and paste the address of the "token" in the Windows notepad, verify here that it is complete and without spaces and everything in a row without "new lines", then copy and paste it in the toolbar browser address.
If so the error reoccurs, contact the Helpdesk through the homonymous connection present in the telematic platform.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Controllare che nella barra dell''indirizzo del browser (quella dove si inserisce www...) sia presente tutto il "token" senza spazi o interruzioni.<br/>
Eventualmente, per sicurezza, &egrave; possibile copiare e incollare l''indirizzo del "token" nel blocco note di Windows, verificare qui che sia completo e privo di spazi e tutto in una riga senza "a capo", quindi copiarlo e incollarlo nella barra di indirizzo del browser.
Se anche cos&igrave; si ripresentasse l''errore, contattare l''Assistenza tecnica mediante l''omonimo collegamento presente nella piattaforma telematica.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>80</number></attribute></attributes><status>READY</status><version>4.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-NALP', 'FAQ', 'FAQ - No accesso con login e password', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-NALP" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - No accesso con login e password</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">I enter my username and password but I can''t access the reserved area</text><text lang="it">Inserisco nome utente e password ma non riesco ad accedere all''area riservata</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
Check that you have correctly entered the user name and password, paying particular attention to entering the characters in uppercase and lowercase as they are entered when registering to the portal. If, after verification, you are still unable to access the reserved area, contact the Helpdesk via the link of the same name on the online platform.
</ p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Verificare di aver inserito correttamente il nome utente e la password, facendo particolare attenzione ad inserire i caratteri in maiuscolo e minuscolo cos&igrave; come digitati in fase di registrazione al portale. Se a seguito della verifica ancora non si riesce ad accedere all''area riservata, contattare l''Assistenza tecnica mediante l''omonimo collegamento presente nella piattaforma telematica.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>90</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', '20160509153040', '20190708113934', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-NALP" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - No accesso con login e password</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">I enter my username and password but I can''t access the reserved area</text><text lang="it">Inserisco nome utente e password ma non riesco ad accedere all''area riservata</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
Check that you have correctly entered the user name and password, paying particular attention to entering the characters in uppercase and lowercase as they are entered when registering to the portal. If, after verification, you are still unable to access the reserved area, contact the Helpdesk via the link of the same name on the online platform.
</ p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Verificare di aver inserito correttamente il nome utente e la password, facendo particolare attenzione ad inserire i caratteri in maiuscolo e minuscolo cos&igrave; come digitati in fase di registrazione al portale. Se a seguito della verifica ancora non si riesce ad accedere all''area riservata, contattare l''Assistenza tecnica mediante l''omonimo collegamento presente nella piattaforma telematica.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>90</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');
INSERT INTO contents VALUES ('FAQ-STD-ASS', 'FAQ', 'FAQ - Assistenza', 'READY', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-ASS" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Assistenza</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">How can I get assistance?</text><text lang="it">Come posso ottenere assistenza?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
For problems concerning the use of the online platform or malfunctions, the Helpdesk request service is available from the link of the same name on the home page of the online platform. For further information and other channels for accessing the service, please refer to the document "Technical methods for the use of the online platform and access to the Reserved Area of the Procurement Portal" downloadable from the "Access restricted area" section.<br/>
The Helpdesk service is not authorized to provide information and clarifications regarding checks, notices, procedures for which reference is made to the contact points of the Contracting Station, or to the indications in the tender announcement or in the invitation letter.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Per problemi sull''utilizzo della piattaforma telematica o malfunzionamenti &egrave; disponibile il servizio di Assistenza tecnica dall''omonimo collegamento presente nella home page della piattaforma telematica. Per ulteriori informazioni ed altri canali di accesso al servizio si rimanda al documento "Modalit&agrave; tecniche utilizzo piattaforma e accesso Area Riservata" scaricabile dalla sezione "Accesso area riservata".<br/>
Il servizio di Assistenza tecnica non &egrave; abilitato ad erogare informazioni e chiarimenti inerenti verifiche, avvisi, bandi, procedure per i quali si rimanda ai punti di contatto della Stazione Appaltante, ovvero alle indicazioni presenti nel bando/disciplinare di gara o nella lettera di invito.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>100</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', '20160509153243', '20190708114319', '<?xml version="1.0" encoding="UTF-8"?>
<content id="FAQ-STD-ASS" typecode="FAQ" typedescr="Domande e risposte frequenti "><descr>FAQ - Assistenza</descr><groups mainGroup="free" /><categories /><attributes><attribute name="Domanda" attributetype="Text"><text lang="en">How can I get assistance?</text><text lang="it">Come posso ottenere assistenza?</text></attribute><attribute name="Risposta" attributetype="Hypertext"><hypertext lang="en"><![CDATA[<p>
For problems concerning the use of the online platform or malfunctions, the Helpdesk request service is available from the link of the same name on the home page of the online platform. For further information and other channels for accessing the service, please refer to the document "Technical methods for the use of the online platform and access to the Reserved Area of the Procurement Portal" downloadable from the "Access restricted area" section.<br/>
The Helpdesk service is not authorized to provide information and clarifications regarding checks, notices, procedures for which reference is made to the contact points of the Contracting Station, or to the indications in the tender announcement or in the invitation letter.
</p>]]></hypertext><hypertext lang="it"><![CDATA[<p>
Per problemi sull''utilizzo della piattaforma telematica o malfunzionamenti &egrave; disponibile il servizio di Assistenza tecnica dall''omonimo collegamento presente nella home page della piattaforma telematica. Per ulteriori informazioni ed altri canali di accesso al servizio si rimanda al documento "Modalit&agrave; tecniche utilizzo piattaforma e accesso Area Riservata" scaricabile dalla sezione "Accesso area riservata".<br/>
Il servizio di Assistenza tecnica non &egrave; abilitato ad erogare informazioni e chiarimenti inerenti verifiche, avvisi, bandi, procedure per i quali si rimanda ai punti di contatto della Stazione Appaltante, ovvero alle indicazioni presenti nel bando/disciplinare di gara o nella lettera di invito.
</p>]]></hypertext></attribute><attribute name="Progressivo" attributetype="Number"><number>100</number></attribute></attributes><status>READY</status><version>3.0</version></content>
', 'free', '2.0', 'admin');

INSERT INTO contentrelations VALUES ('GEN-STD-AAR', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('GEN-STD-AAR', NULL, NULL, 'RES-STD-MANUSO', NULL, NULL);
INSERT INTO contentrelations VALUES ('GEN-STD-IM', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('GEN-STD-IM', NULL, NULL, 'RES-STD-ISCRELE', NULL, NULL);
INSERT INTO contentrelations VALUES ('GEN-STD-IM', NULL, NULL, 'RES-STD-OFFTEL', NULL, NULL);
INSERT INTO contentrelations VALUES ('GEN-STD-CKI', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('GEN-STD-PRIV', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('GEN-STD-ACC', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-SPT', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-SOE', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-APE', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-SDT', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-R=A', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-TUT', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-MRE', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-TFM', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-NALP', NULL, NULL, NULL, NULL, 'free');
INSERT INTO contentrelations VALUES ('FAQ-STD-ASS', NULL, NULL, NULL, NULL, 'free');

INSERT INTO contentsearch VALUES ('GEN-STD-AAR', 'Titolo', 'Accesso area riservata', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('GEN-STD-AAR', 'Titolo', 'Access to reserved area', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('GEN-STD-IM', 'Titolo', 'Istruzioni e manuali', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('GEN-STD-IM', 'Titolo', 'Instructions and manuals', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('GEN-STD-CKI', 'Titolo', 'Informativa cookies', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('GEN-STD-CKI', 'Titolo', 'Cookies informative', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('GEN-STD-PRIV', 'Titolo', 'Privacy Policy - Informativa Privacy ai sensi del DLGS 196/2003 e del Regolamento UE 2016/679', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('GEN-STD-PRIV', 'Titolo', 'Privacy policy to Legislative Decree 196/2003 and EU Regulation 2016/679', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('GEN-STD-ACC', 'Titolo', 'Info accessibilit', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('GEN-STD-ACC', 'Titolo', 'Accessibility info', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-SPT', 'Domanda', 'Che cosa si intende per piattaforma telematica?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-SPT', 'Titolo', 'Which technological tools or equipment must be equipped to use the telematic platform?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-SPT', 'Progressivo', NULL, NULL, 10, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-SOE', 'Domanda', 'Che cosa si intende per operatore economico?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-SOE', 'Titolo', 'What is an economic operator?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-SOE', 'Progressivo', NULL, NULL, 20, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-APE', 'Domanda', 'Come  possibile accedere ed utilizzare la piattaforma telematica?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-APE', 'Titolo', 'How can I access and use the online platform?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-APE', 'Progressivo', NULL, NULL, 30, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-SDT', 'Domanda', 'Di quali strumenti o dotazioni tecnologiche si deve essere dotati per utilizzare la piattaforma telematica?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-SDT', 'Titolo', 'Which technological tools or equipment must be equipped to use the telematic platform?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-SDT', 'Progressivo', NULL, NULL, 40, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-R=A', 'Domanda', 'La registrazione per laccesso allarea riservata  sufficiente per liscrizione ad un eventuale elenco operatori o per essere invitati a partecipare ad una procedura di affidamento?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-R=A', 'Titolo', 'Is registration for access to the reserved area sufficient to register for a possible operator list or to be invited to participate in a procurement procedure?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-R=A', 'Progressivo', NULL, NULL, 50, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-TUT', 'Domanda', 'Quale tutela  prevista per i dati che inserisco in fase di registrazione?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-TUT', 'Titolo', 'What protection is provided for the data I enter during registration?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-TUT', 'Progressivo', NULL, NULL, 60, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-MRE', 'Domanda', 'Ho inserito tutti i dati richiesti per la registrazione, ma non mi  arrivata nessuna e-mail o PEC. Che cosa devo fare per completare la registrazione?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-MRE', 'Titolo', 'I entered all the data required for registration, but no e-mail or PEC arrived. What should I do to complete the registration?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-MRE', 'Progressivo', NULL, NULL, 70, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-TFM', 'Domanda', 'Mi  arrivata la mail/PEC contenente il "token" o link di attivazione, ma quando ci clicco sopra il browser risponde con un errore. Cosa posso fare?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-TFM', 'Titolo', 'I received the email / PEC containing the "token" or activation link, but when I click on it the browser responds with an error. What can I do?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-TFM', 'Progressivo', NULL, NULL, 80, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-NALP', 'Domanda', 'Inserisco nome utente e password ma non riesco ad accedere all''area riservata', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-NALP', 'Titolo', 'I enter my username and password but I cannot access the reserved area', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-NALP', 'Progressivo', NULL, NULL, 90, NULL);
INSERT INTO contentsearch VALUES ('FAQ-STD-ASS', 'Domanda', 'Come posso ottenere assistenza?', NULL, NULL, 'it');
INSERT INTO contentsearch VALUES ('FAQ-STD-ASS', 'Titolo', 'How can I get assistance?', NULL, NULL, 'en');
INSERT INTO contentsearch VALUES ('FAQ-STD-ASS', 'Progressivo', NULL, NULL, 100, NULL);

INSERT INTO workcontentsearch VALUES ('GEN-STD-AAR', 'Titolo', 'Accesso area riservata', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('GEN-STD-AAR', 'Titolo', 'Access to reserved area', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('GEN-STD-IM', 'Titolo', 'Istruzioni e manuali', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('GEN-STD-IM', 'Titolo', 'Instructions and manuals', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('GEN-STD-CKI', 'Titolo', 'Informativa cookies', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('GEN-STD-CKI', 'Titolo', 'cookies informative', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('GEN-STD-PRIV', 'Titolo', 'Privacy Policy - Informativa Privacy ai sensi del DLGS 196/2003 e del Regolamento UE 2016/679', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('GEN-STD-PRIV', 'Titolo', 'Privacy policy to Legislative Decree 196/2003 and EU Regulation 2016/679', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('GEN-STD-ACC', 'Titolo', 'Info accessibilit', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('GEN-STD-ACC', 'Titolo', 'Accessibility info', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SPT', 'Domanda', 'Che cosa si intende per piattaforma telematica?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SPT', 'Titolo', 'Which technological tools or equipment must be equipped to use the telematic platform?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SPT', 'Progressivo', NULL, NULL, 10, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SOE', 'Domanda', 'Che cosa si intende per operatore economico?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SOE', 'Titolo', 'What is an economic operator?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SOE', 'Progressivo', NULL, NULL, 20, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-APE', 'Domanda', 'Come  possibile accedere ed utilizzare la piattaforma telematica?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-APE', 'Titolo', 'How can I access and use the online platform?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-APE', 'Progressivo', NULL, NULL, 30, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SDT', 'Domanda', 'Di quali strumenti o dotazioni tecnologiche si deve essere dotati per utilizzare la piattaforma telematica?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SDT', 'Titolo', 'Which technological tools or equipment must be equipped to use the telematic platform?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-SDT', 'Progressivo', NULL, NULL, 40, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-R=A', 'Domanda', 'La registrazione per laccesso allarea riservata  sufficiente per liscrizione ad un eventuale elenco operatori o per essere invitati a partecipare ad una procedura di affidamento?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-R=A', 'Titolo', 'Is registration for access to the reserved area sufficient to register for a possible operator list or to be invited to participate in a procurement procedure?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-R=A', 'Progressivo', NULL, NULL, 50, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-TUT', 'Domanda', 'Quale tutela  prevista per i dati che inserisco in fase di registrazione?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-TUT', 'Titolo', 'What protection is provided for the data I enter during registration?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-TUT', 'Progressivo', NULL, NULL, 60, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-MRE', 'Domanda', 'Ho inserito tutti i dati richiesti per la registrazione, ma non mi  arrivata nessuna e-mail o PEC. Che cosa devo fare per completare la registrazione?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-MRE', 'Titolo', 'I entered all the data required for registration, but no e-mail or PEC arrived. What should I do to complete the registration?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-MRE', 'Progressivo', NULL, NULL, 70, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-TFM', 'Domanda', 'Mi  arrivata la mail/PEC contenente il "token" o link di attivazione, ma quando ci clicco sopra il browser risponde con un errore. Cosa posso fare?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-TFM', 'Titolo', 'I received the email / PEC containing the "token" or activation link, but when I click on it the browser responds with an error. What can I do?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-TFM', 'Progressivo', NULL, NULL, 80, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-NALP', 'Domanda', 'Inserisco nome utente e password ma non riesco ad accedere all''area riservata', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-NALP', 'Titolo', 'I enter my username and password but I cannot access the reserved area', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-NALP', 'Progressivo', NULL, NULL, 90, NULL);
INSERT INTO workcontentsearch VALUES ('FAQ-STD-ASS', 'Domanda', 'Come posso ottenere assistenza?', NULL, NULL, 'it');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-ASS', 'Titolo', 'How can I get assistance?', NULL, NULL, 'en');
INSERT INTO workcontentsearch VALUES ('FAQ-STD-ASS', 'Progressivo', NULL, NULL, 100, NULL);
--------------------------------------------------
-- ALLINEAMENTO DELLE VERSIONI DEI PLUGIN
--------------------------------------------------

INSERT INTO ppcommon_ver(plugin, version, lastupdate) VALUES ('japs', '2.0.10', CURRENT_TIMESTAMP);
INSERT INTO ppcommon_ver(plugin, version, lastupdate) VALUES ('jpmail', '1.2', CURRENT_TIMESTAMP);
INSERT INTO ppcommon_ver(plugin, version, lastupdate) VALUES ('ppcommon', '3.6.0', CURRENT_TIMESTAMP);
INSERT INTO ppcommon_ver(plugin, version, lastupdate) VALUES ('ppgare', '3.6.0', CURRENT_TIMESTAMP);