Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathieu Loiseau
GameOfWords
Commits
bfa01343
Commit
bfa01343
authored
May 08, 2017
by
Mathieu Loiseau
Browse files
messages
parent
6e55fefc
Changes
3
Hide whitespace changes
Inline
Side-by-side
languages/lang.en.php
View file @
bfa01343
...
...
@@ -212,13 +212,14 @@ $lang['Devin_medium'] = "1.5 times the duration of the recording, for a 20 point
$lang
[
'Devin_hard'
]
=
"Recording duration + 8″, for a 30 points stake."
;
$lang
[
'Card_created'
]
=
"Thank you for creating a card: "
;
$lang
[
'Rec_verified'
]
=
"Thank you for verifying this recording."
;
$lang
[
'Oracle_verif'
][
true
]
=
" verified your recording and thinks you did
n'
t use forbidden word
s
"
;
$lang
[
'Oracle_verif'
][
true
]
=
" verified your recording and thinks you did
no
t use
any
forbidden word"
;
$lang
[
'Oracle_verif'
][
false
]
=
" verified your recording and thinks you used forbidden words"
;
$lang
[
'Oracle_started'
]
=
"Oracle game started, if you give up the recording you'll lose "
;
$lang
[
'Oracle_posted'
]
=
"You took the risk of posting your description, you, brave Oracle!"
;
$lang
[
'Oracle_abort'
]
=
"Recording deleted. Small penalty, but nothing like the one you would have got with forbidden words…"
;
$lang
[
'Oracle_devin'
][
false
]
=
" listened to your recording and didn't find the word…"
;
$lang
[
'Oracle_devin'
][
true
]
=
" listened to your recording and found the word!"
;
$lang
[
'Augur_playing'
]
=
"You are listening to a recording, if you do not finish this, you will fall alone…"
;
$lang
[
'Devin_played'
]
=
"You listened to a recording by "
;
$lang
[
'Devin_oracle'
][
true
]
=
"And you found the word!"
;
$lang
[
'Devin_oracle'
][
false
]
=
"And you did not find the word…"
;
...
...
languages/lang.fr.php
View file @
bfa01343
...
...
@@ -213,6 +213,7 @@ $lang['Oracle_posted'] = "Vous avez osé valider votre description, courageux…
$lang
[
'Oracle_abort'
]
=
"Enregistrement supprimé. Petite pénalité, mais moins lourde qu'en envoyant un enregistrement avec mots interdits…"
;
$lang
[
'Oracle_devin'
][
false
]
=
" a écouté votre enregistrement et n'a pas trouvé le mot…"
;
$lang
[
'Oracle_devin'
][
true
]
=
' a écouté votre enregistrement et a trouvé !'
;
$lang
[
'Augur_playing'
]
=
"Vous écoutez un enregistrement, si vous ne terminez pas cette activité, vous perdrez seul…"
;
$lang
[
'Devin_played'
]
=
'Vous avez écouté un enregistrement de '
;
$lang
[
'Devin_oracle'
][
true
]
=
'Et vous avez trouvé !'
;
$lang
[
'Devin_oracle'
][
false
]
=
"Mais vous n'avez pas trouvé…"
;
...
...
languages/notifs_codes.php
View file @
bfa01343
...
...
@@ -16,6 +16,8 @@ if(isset($lang)){
$lang
[
'notif'
][
'Oracle_posted'
]
=
14
;
$lang
[
'notif'
][
'Oracle_abort'
]
=
15
;
$lang
[
'notif'
][
'Rec_verified'
]
=
16
;
$lang
[
'notif'
][
'Augur_playing'
]
=
17
;
//images
$lang
[
'img_augur'
]
=
"./profil/diviner.jpg"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment