Bug 2742 Correct language names in install
[koha.git] / installer / data / mysql / it-IT / necessari / stopwords.sql
1 SET FOREIGN_KEY_CHECKS=0;
2
3 INSERT INTO `stopwords` (`word`) VALUES
4 ('a'),
5 ('about'),
6 ('ad'),
7 ('after'),
8 ('ai'),
9 ('al'),
10 ('all'),
11 ('alla'),
12 ('alle'),
13 ('allo'),
14 ('also'),
15 ('an'),
16 ('and'),
17 ('another'),
18 ('any'),
19 ('are'),
20 ('as'),
21 ('at'),
22 ('b'),
23 ('back'),
24 ('be'),
25 ('because'),
26 ('been'),
27 ('being'),
28 ('but'),
29 ('by'),
30 ('c'),
31 ('can'),
32 ('ci'),
33 ('col'),
34 ('con'),
35 ('could'),
36 ('d'),
37 ('da'),
38 ('dagli'),
39 ('dai'),
40 ('dal'),
41 ('dall'),
42 ('dalla'),
43 ('dalle'),
44 ('dallo'),
45 ('de'),
46 ('degli'),
47 ('dei'),
48 ('del'),
49 ('dell'),
50 ('della'),
51 ('delle'),
52 ('dello'),
53 ('di'),
54 ('did'),
55 ('do'),
56 ('e'),
57 ('each'),
58 ('ed'),
59 ('end'),
60 ('et'),
61 ('even'),
62 ('f'),
63 ('for'),
64 ('fra'),
65 ('from'),
66 ('g'),
67 ('get'),
68 ('gli'),
69 ('go'),
70 ('h'),
71 ('had'),
72 ('have'),
73 ('he'),
74 ('her'),
75 ('here'),
76 ('his'),
77 ('how'),
78 ('however'),
79 ('i'),
80 ('if'),
81 ('il'),
82 ('in'),
83 ('into'),
84 ('is'),
85 ('it'),
86 ('j'),
87 ('just'),
88 ('k'),
89 ('l'),
90 ('la'),
91 ('le'),
92 ('lo'),
93 ('m'),
94 ('may'),
95 ('me'),
96 ('mi'),
97 ('might'),
98 ('more'),
99 ('much'),
100 ('must'),
101 ('my'),
102 ('n'),
103 ('ne'),
104 ('negli'),
105 ('nel'),
106 ('nell'),
107 ('nella'),
108 ('nello'),
109 ('no'),
110 ('non'),
111 ('not'),
112 ('o'),
113 ('of'),
114 ('off'),
115 ('on'),
116 ('only'),
117 ('oppure'),
118 ('or'),
119 ('other'),
120 ('our'),
121 ('out'),
122 ('over'),
123 ('p'),
124 ('per'),
125 ('q'),
126 ('r'),
127 ('s'),
128 ('saw'),
129 ('si'),
130 ('since'),
131 ('should'),
132 ('so'),
133 ('some'),
134 ('still'),
135 ('su'),
136 ('such'),
137 ('sugli'),
138 ('sui'),
139 ('sul'),
140 ('sull'),
141 ('sulla'),
142 ('sulle'),
143 ('t'),
144 ('te'),
145 ('than'),
146 ('that'),
147 ('the'),
148 ('their'),
149 ('them'),
150 ('then'),
151 ('there'),
152 ('these'),
153 ('they'),
154 ('this'),
155 ('those'),
156 ('ti'),
157 ('to'),
158 ('too'),
159 ('tra'),
160 ('try'),
161 ('two'),
162 ('u'),
163 ('un'),
164 ('una'),
165 ('under'),
166 ('uno'),
167 ('up'),
168 ('upon'),
169 ('us'),
170 ('v'),
171 ('vi'),
172 ('was'),
173 ('we'),
174 ('were'),
175 ('what'),
176 ('when'),
177 ('where'),
178 ('whether'),
179 ('which'),
180 ('while'),
181 ('who'),
182 ('why'),
183 ('will'),
184 ('with'),
185 ('within'),
186 ('without'),
187 ('would'),
188 ('x'),
189 ('y'),
190 ('you'),
191 ('your'),
192 ('z');
193
194 SET FOREIGN_KEY_CHECKS=1;