Subversion-Projekte lars-tiefland.ci

Revision

Revision 68 | Revision 2049 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 68 Revision 1257
Zeile 236... Zeile 236...
236
	function is_countable($word)
236
	function is_countable($word)
237
	{
237
	{
238
		return ! in_array(
238
		return ! in_array(
239
			strtolower($word),
239
			strtolower($word),
240
			array(
240
			array(
-
 
241
				'audio',
-
 
242
				'bison',
-
 
243
				'chassis',
-
 
244
				'compensation',
-
 
245
				'coreopsis',
-
 
246
				'data',
-
 
247
				'deer',
-
 
248
				'education',
-
 
249
				'emoji',
-
 
250
				'equipment',
-
 
251
				'fish',
-
 
252
				'furniture',
-
 
253
				'gold',
241
				'equipment', 'information', 'rice', 'money',
254
				'information',
-
 
255
				'knowledge',
-
 
256
				'love',
-
 
257
				'rain',
-
 
258
				'money',
-
 
259
				'moose',
-
 
260
				'nutrition',
-
 
261
				'offspring',
-
 
262
				'plankton',
-
 
263
				'pokemon',
-
 
264
				'police',
-
 
265
				'rice',
-
 
266
				'series',
-
 
267
				'sheep',
242
				'species', 'series', 'fish', 'meta'
268
				'species',
-
 
269
				'swine',
-
 
270
				'traffic',
-
 
271
				'wheat'
243
			)
272
			)
244
		);
273
		);
245
	}
274
	}
246
}
275
}