-
Notifications
You must be signed in to change notification settings - Fork 94
/
Copy pathshoutouts.php
36 lines (34 loc) · 977 Bytes
/
shoutouts.php
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
<?php
/*
* This file contains a list of shoutouts. Modify them as needed.
*/
return [
'thanks 4 the share!',
'you\'re so awesome!',
'roger that, we got your share :)',
'you\'re so kind :)',
'you\'re so amazing :)',
'Whoop! Whoop!',
'is so awesome for sharing :)',
'is amazing. They shared us <3',
'is our top sharer!',
'is on fire. Thanks <3',
'why, thank you!',
'your share made my day :)',
'you\'re amazingables!',
'you\'re an awesome possum <3',
'is the bomb diggidy!',
'is the coolest cat in town. Purrr.',
'awesome sauce!',
'so dope you shared. High five!',
'is all that an a bag of chips.',
'is a Facebook gangstar!',
'is a sharing God. We hail you!',
'is fantabulous!',
'has worn out their share button!',
'wins the top sharer award.',
'thank Yoooooou <3',
'my cat said ur share is puuurfect',
'is our best sharer!',
'sharing is caring. We love you :)'
];