-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#include <sourcemod> | ||
#include <sdktools> | ||
#include <store> | ||
#include <colorvariables> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,78 @@ | ||
"Phrases" | ||
{ | ||
|
||
"Invalid Client" | ||
{ | ||
"en" "You must be in game to use this command!" | ||
"en" "You must be in game to perform this command!" | ||
"sv" "Du måste vara inne i spelet för att använda detta kommand!" | ||
"fr" "Tu dois être en jeu pour utiliser cette commande!" | ||
} | ||
|
||
"Invalid Arguments" | ||
{ | ||
"en" "Invalid arguments, no credits specified!" | ||
"sv" "Ogiltiga argument, inga credits specifierade!" | ||
"fr" "Arguments non valides, pas de crédits spécifiés!" | ||
} | ||
|
||
"Client Lost" | ||
{ | ||
"en" "Sorry, you lost!" | ||
"sv" "Tyvärr, du förlorade!" | ||
"fr" "Désolé, tu as perdu!" | ||
} | ||
|
||
"Client Won" | ||
{ | ||
"#format" "{1:d}" | ||
"en" "You won {1} credits!" | ||
"sv" "Du vann {1} credits!" | ||
"fr" "Tu as gagné {1} crédits!" | ||
} | ||
|
||
"Client Won Announce" | ||
{ | ||
"#format" "{1:N},{2:d}" | ||
"en" "{1} won {2} credits with a coinflip!" | ||
"sv" "{1} vann {2} credits med coinflip!" | ||
"fr" "{1} a gagné {2} crédits grâce au coinflip!" | ||
} | ||
|
||
"Too Many Credits" | ||
{ | ||
"#format" "{1:d}" | ||
"en" "You put too many credits into the bet. Max allowed credits are: {1}." | ||
"sv" "Du la in för många credits. Max tillåtna instats är {1}." | ||
"fr" "Tu met trop de crédits pour le pari. Les nombres de crédits autorisés maximum sont: {1}." | ||
} | ||
|
||
"Too Few Credits" | ||
{ | ||
"#format" "{1:d}" | ||
"en" "You put in too little credits, minimum bet is {1}." | ||
"sv" "Du la in för lite credits, minimum instats är {1}." | ||
"fr" "Tu met trop peu de crédits, le pari minimum est {1}." | ||
} | ||
|
||
"Not Enough Credits" | ||
{ | ||
"#format" "{1:d}" | ||
"en" "You don't have enough credits. You have {1} credits currently." | ||
"sv" "Du har inte tillräckligt mycket credits. Du har {1} credits tillgängligt." | ||
"fr" "Vous n'avez pas assez de crédits. Tu as actuellement {1} crédits." | ||
} | ||
|
||
"Wait Time" | ||
{ | ||
"en" "You cannot bet so close to your previous bet." | ||
"sv" "Du kan inte betta så nära ditt förra bet." | ||
"fr" "Tu ne peux pas un montant de credits si près de votre pari précédent." | ||
} | ||
|
||
"Wait Time Over" | ||
{ | ||
"en" "Wait time is over! You can now use !flip again!" | ||
"sv" "Väntetiden är över! Du kan nu använda !flip igen!" | ||
"fr" "Le temps d'attente est terminé! Vous pouvez maintenant utiliser !flip a nouveau!" | ||
} | ||
} |