aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/extra/nouns.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/app/sprinkles/core/extra/nouns.php')
-rwxr-xr-xmain/app/sprinkles/core/extra/nouns.php90
1 files changed, 90 insertions, 0 deletions
diff --git a/main/app/sprinkles/core/extra/nouns.php b/main/app/sprinkles/core/extra/nouns.php
new file mode 100755
index 0000000..424b32c
--- /dev/null
+++ b/main/app/sprinkles/core/extra/nouns.php
@@ -0,0 +1,90 @@
+<?php
+
+return [
+ 'albatross',
+ 'auklet',
+ 'bittern',
+ 'blackbird',
+ 'bluebird',
+ 'booby',
+ 'bunting',
+ 'chickadee',
+ 'cormorant',
+ 'cowbird',
+ 'crow',
+ 'dove',
+ 'dowitcher',
+ 'duck',
+ 'eagle',
+ 'egret',
+ 'falcon',
+ 'finch',
+ 'flycatcher',
+ 'gallinule',
+ 'gnatcatcher',
+ 'godwit',
+ 'goldeneye',
+ 'goldfinch',
+ 'goose',
+ 'grackle',
+ 'grebe',
+ 'grosbeak',
+ 'gull',
+ 'hawk',
+ 'heron',
+ 'hummingbird',
+ 'ibis',
+ 'jaeger',
+ 'jay',
+ 'junco',
+ 'kingbird',
+ 'kinglet',
+ 'kite',
+ 'loon',
+ 'magpie',
+ 'meadowlark',
+ 'merganser',
+ 'murrelet',
+ 'nuthatch',
+ 'oriole',
+ 'owl',
+ 'pelican',
+ 'petrel',
+ 'pewee',
+ 'phalarope',
+ 'phoebe',
+ 'pigeon',
+ 'pipit',
+ 'plover',
+ 'puffin',
+ 'quail',
+ 'rail',
+ 'raven',
+ 'redstart',
+ 'sandpiper',
+ 'sapsucker',
+ 'scaup',
+ 'scoter',
+ 'shearwater',
+ 'shrike',
+ 'skua',
+ 'sparrow',
+ 'storm-petrel',
+ 'swallow',
+ 'swift',
+ 'tanager',
+ 'teal',
+ 'tern',
+ 'thrasher',
+ 'thrush',
+ 'titmouse',
+ 'towhee',
+ 'turnstone',
+ 'vireo',
+ 'vulture',
+ 'warbler',
+ 'wigeon',
+ 'woodpecker',
+ 'wren',
+ 'yellowlegs'
+];