Skip to content

Commit

Permalink
English translate
Browse files Browse the repository at this point in the history
  • Loading branch information
RedAlex committed Aug 7, 2018
1 parent c55ba12 commit 169e1ed
Showing 1 changed file with 21 additions and 23 deletions.
44 changes: 21 additions & 23 deletions config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Config.Lang = 'fr'


Config.TextFr = {
start = "La BanList et l historique a ete charger avec succes",
starterror = "ERROR : La BanList ou l'historique n'a pas ete charger nouvelle tentative dans 5 seconde.",
start = "La BanList et l'historique a ete charger avec succes",
starterror = "ERROR : La BanList ou l'historique n'a pas ete charger nouvelle tentative.",
banlistloaded = "La BanList a ete charger avec succes.",
historyloaded = "La BanListHistory a ete charger avec succes.",
loaderror = "ERROR : La BanList n a pas été charger.",
Expand All @@ -19,7 +19,6 @@ Config.TextFr = {
yourpermban = "Vous avez ete ban permanant pour : ",
youban = "Vous avez banni : ",
forr = ". pour : ",
youban = "Vous avez banni : ",
permban = " de facon permanente parce que ",
timeleft = ". Il reste : ",
day = " Jours ",
Expand All @@ -29,26 +28,25 @@ Config.TextFr = {


Config.TextEn = {
start = "La BanList et l\'historique a ete charger avec succes",
starterror = "ERROR : La BanList et l'historique n'a pas ete charger nouvelle tentative dans 5 seconde.",
banlistloaded = "La BanList a ete charger avec succes.",
historyloaded = "La BanListHistory a ete charger avec succes.",
loaderror = "ERROR : La BanList n\'a pas été charger.",
start = "The BanList and history has been loaded successfully.",
starterror = "ERROR: The BanList and history has not been loaded new try.",
banlistloaded = "The BanList has been loaded successfully.",
historyloaded = "The BanListHistory has been loaded successfully.",
loaderror = "ERROR: The BanList was not loaded.",
noreason = "unknown reason",
during = " pendant : ",
noresult = "Il n'y a pas autant de résultats !",
isban = " a été déban",
invalidid = "ID du joueur incorrect",
invalidname = "Le nom n'est pas valide",
invalidtime = "Duree du ban incorrecte",
yourban = "Vous avez ete ban pour : ",
yourpermban = "Vous avez ete ban permanant pour : ",
youban = "Vous avez banni : ",
forr = ". pour : ",
youban = "Vous avez banni : ",
permban = " de facon permanente parce que ",
timeleft = ". Il reste : ",
day = " Jours ",
hour = " Heures ",
during = " during : ",
noresult = "There are not as many results!",
isban = " was unban",
invalidid = "Player ID incorrect",
invalidname = "The name is not valid",
invalidtime = "Bad ban duration",
yourban = "You have been ban for : ",
yourpermban = "You have been ban permanent for : ",
youban = "You have ban : ",
forr = ". for : ",
permban = " permanently for ",
timeleft = ". Time remains : ",
day = " Days ",
hour = " Hours ",
minute = " Minutes ",
}

0 comments on commit 169e1ed

Please sign in to comment.