Add the ability for users to give cookies away

This commit is contained in:
runebaas 2019-05-10 22:30:48 +02:00
parent ba4de946dc
commit fd75fef973
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
2 changed files with 40 additions and 0 deletions

View file

@ -109,6 +109,14 @@
"InYourJar": {
"EN": "There are {0} cookies in you cookie jar",
"CHDE": "Es hät {0} guetzli ih dineri büchs"
},
"Given": {
"EN": "You gave {0} cookies to {1}",
"CHDE": "Du hesch {1} {0} guetzli geh"
},
"NotEnoughToGive": {
"EN": "You don't have enough cookies",
"CHDE": "Du hesch nid gnueg guetzli"
}
}
}