Advertisement
Guest User

Untitled

a guest
Feb 24th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.27 KB | None | 0 0
  1. --[[
  2.     mCasino (M4D Casino)
  3.     Created by M4D | http://m4d.one/ | http://steamcommunity.com/id/m4dhead |
  4.     Copyright © 2017 M4D.one All Rights Reserved
  5.     All 3rd party content is public domain or used with permission
  6.     M4D.one is the copyright holder of all code below. Do not distribute in any circumstances.
  7. --]]
  8.  
  9. // FILE VERSION: 1 - View lastest versions here: https://docs.m4dsolutions.com/#/category/1/article/4
  10. mCasino.config.fileVersions = mCasino.config.fileVersions or {}
  11. mCasino.config.fileVersions["language/languages/english.lua"] = 1
  12.  
  13. // Documentation: https://docs.m4dsolutions.com/#/category/1/article/2
  14.  
  15. // The english translation of mCasino, this file will be updated so visit https://docs.m4dsolutions.com/#/category/1/article/4 for the lastest version.
  16. // If you want to create your own language create a file in this directory and follow the same schema as this file.
  17. local lang = {
  18.     // General
  19.     error = "Error",
  20.    
  21.     // Config
  22.     invalid_config = "Erreur! La config est invalide",
  23.     loaded_config = "Charger la configuration avec succès!",
  24.    
  25.     // Developer Mode
  26.     developer_mode_enabled = "Développeur Mode actif",
  27.     game_cancelled_developer_mode = "Ce jeu a été annulé en raison du mode développeur activé, vous n'avez pas été chargé!",
  28.    
  29.     // Core
  30.     casino_not_loaded = "%s a essayé d'utiliser mCasino avant d'être chargé, si ce problème se produit souvent vérifier vos paramètres de stockage! par exemple. MySQL ne peut pas se connecter",
  31.     not_validated = "Pas valide",
  32.     not_validated_msg = "Désolé, votre utilisation de mCasino n'a pas encore été validée, veuillez réessayer plus tard!",
  33.     no_storage_connection = "%s a essayé d'utiliser mCasino mais nous n'avons pas de connexion de stockage! Veuillez vérifier les paramètres de votre fournisseur!",
  34.     not_online = "Pas en ligne",
  35.     not_online_msg = "Désolé, mCasino n'est pas en ligne en ce moment! Veuillez réessayer plus tard!",
  36.    
  37.     // Networking
  38.     please_wait_before_trying = "Veuillez patienter avant d'essayer à nouveau!",
  39.    
  40.     // General Game
  41.     invalid_amount = "Montant invalide",
  42.     enter_valid_amount = "S'il vous plaît entrer un montant valide!",
  43.     bet_too_high = "Le pari maximum est % i gems",
  44.     bet_amount = "Montant du pari",
  45.     insufficient_balance = "Solde insuffisant",
  46.     not_enough_gems_for_bet = "Vous n'avez pas assez de gemmes pour placer ce pari!",
  47.     player = "Joueur",
  48.     bet = "Pari",
  49.     profit = "Profit",
  50.     no_current_bets = "Aucun pari en cours",
  51.     max = "Max",
  52.     multiplier_x = "%sx",
  53.     waiting_for_players = "En attente de joueurs",
  54.     new_game_in_x = "Nouvelle partie dans : %is",
  55.     are_you_sure = "Êtes vous sûr ?",
  56.    
  57.     // Crash
  58.     crash = "Crash",
  59.     crash_help =
  60.     [[Placez un pari. Regardez l'augmentation du multiplicateur de 1x vers le haut! Encaissez n'importe quand pour obtenir votre pari multiplié par ce multiplicateur.
  61.  
  62. Mais attention, car le jeu peut tomber en panne à tout moment, et vous n'obtiendrez rien! ]],
  63.     cannot_remove_bet = "Vous ne pouvez pas retirer votre pari!",
  64.     you_won = "Vous avez gagné!",
  65.     you_have_won_x = "Vous avez gagné %i gemmes!",
  66.     invalid_cashout = "Encaissement invalide",
  67.     enter_valid_cashout = "Veuillez entrer un retrait valide!",
  68.     auto_cashout = "Retrait automatique",
  69.     betting = "Pari...",
  70.     betting_cancel = "Pari... (Annuler)",
  71.     cashout_at_x = "Retirer @ %i gemmes",
  72.     seconds_x = "%is",
  73.     waiting_for_information = "En attente d'informations sur le jeu ...",
  74.     crashed = "CRASHED",
  75.     game_starting_in_x = "Partie commençant dans : %is",
  76.    
  77.     // Roulette
  78.     roulette = "Roulette",
  79.     roulette_help =
  80.     [[Dans la roulette, il y a un nombre de spinner composé de nombres de 0 à 14, qui est sélectionné au hasard par partie.
  81.  
  82. Vous êtes en mesure de parier sur le rouge, le noir et le vert en cliquant sur les couleurs en conséquence. Si le fileur atterrit sur la couleur que vous avez choisie, vous recevrez le multiplicateur indiqué avec la couleur.]],
  83.     bets_closed = "Bets Closed",
  84.     no_longer_place_bets = "You can no longer place bets!",
  85.     clear = "Clear",
  86.     deposit = "Deposit",
  87.     spinning_in_x = "Spinning in: %is",
  88.     unknown_player = "Unknown Player",
  89.     roulette_round_summary = "Roulette Round Summary",
  90.     red = "Red",
  91.     black = "Black",
  92.     green = "Green",
  93.    
  94.     // Exchange
  95.     transaction_complete = "Transaction Complete",
  96.     deposit_successful = "You have successfully deposited %s for %i gems!",
  97.     withdraw_successful = "You have successfully withdrawn %i gems for %s!",
  98.     withdraw_item = "You have successfully withdraw a %s for %i gems",
  99.     withdraw_unsuccessful = "You do not have enough gems to withdraw this amount!",
  100.     not_enough_money_for_deposit = "You do not have enough money to deposit this amount!",
  101.     not_enough_points_for_deposit = "You do not have enough points to deposit this amount!",
  102.     minimum_withdraw_rate = "The minimum withdraw rate is %s gems",
  103.     mCasino_deposit = "mCasino Deposit",
  104.     mCasino_withdraw = "mCasino Withdraw",
  105.     exchange_rate = "Exchange Rate",
  106.     current_balance = "Current Balance",
  107.    
  108.     // Deposit
  109.     deposit = "Deposit",
  110.     deposit_help =
  111.     [[You can deposit items you already have into gems (which is the casino's currency) and will allow you to play any games in the casino.
  112.    
  113.     You can then later withdraw the gems you have played with back into items!]],
  114.     deposit_amount = "Enter the amount of %s you want to deposit (Balance: %s)",
  115.     are_you_sure_exchange_gems = "Are you sure want to exchange %s for %s gems?",
  116.    
  117.     // Withdraw
  118.     withdraw = "Withdraw",
  119.     withdraw_help =
  120.     [[Here you can withdraw gems into different items!]],
  121.     withdraw_amount = "Enter the amount of gems you want to withdraw (Balance: %s gems)",
  122.     are_you_sure_exchange_x = "Are you want to exchange %s gems for %s?",
  123.     cost = "Cost",
  124.     item = "Item",
  125.     item_already_equipped = "Item already equipped",
  126.     item_already_equipped_msg = "You already have this item on you, drop it to withdraw another one!",
  127.     are_you_sure_purchase = "Are you want to purchase a %s for %i gems?",
  128.    
  129.     // Settings
  130.     settings = "Settings",
  131.     settings_help =
  132.     [[Here you can configure all of mCasino's settings!
  133.    
  134.     Provider settings (flatfile/MySQL) can be found in the mCasino/mcasino/config/sv_config.lua file.]],
  135.     developer_mode_off = "Developer Mode: Off",
  136.     developer_mode_on = "Developer Mode: On",
  137.     developer_warning = "By enabling developer mode you are closing down all games from normal users! People will not be able to play until developer mode is turned off.",
  138.     retrieving_data = "Retrieving data...",
  139.     save = "Save",
  140.    
  141.     // Permissions
  142.     invalid_permissions = "Invalid Permission",
  143.     no_permission_for_action = "You do not have permission to perform this action!",   
  144.     no_access = "No Access",
  145.     no_access_msg = "You do not have access to play this game!",
  146.    
  147.    
  148.     // Gem Management
  149.     gem_management = "Gem Management",
  150.     gem_management_help =
  151.     [[You can manage people's gems here by setting their balance!]],
  152.     search = "Search:",
  153.     page = "Page:",
  154.     previous = "Previous",
  155.     next = "Next",
  156.     gem_update = "Gem Update",
  157.     gem_update_msg = "An admin has updated your gem balance.",
  158.     success = "Success!",
  159.     updated_players_gems = "You have successfully updated this player's gems!",
  160.     edit_x_gems = "Edit %s's Gems",
  161.     enter_gems_x = "Enter the amount of gems you would like to set %s to.",
  162.     are_you_sure_set_gems = "Are you sure you want to set %s's gems to %i?",
  163.    
  164. }
  165. mCasino.addLanguage("en",lang)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement