-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- thirst: Fix translation. - hunger: Fix translation. - hazards: Add name bucket. - hazards: Add template and translate fr. - lib: Modify fr and es, create template. - lib: Clear template.
- Loading branch information
Showing
11 changed files
with
93 additions
and
11 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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
# Language: Fran�ais | ||
# Author: Jat | ||
|
||
###init.lua### | ||
Hazard Suit = Combinaison de protection en milieu hostile | ||
|
||
###toxicwaste.lua### | ||
Toxic Waste Flowing = Flot de d�chets toxiques | ||
Toxic Waste Source = Source de d�chets toxiques | ||
Toxic Waste Bucket = Seau de d�chets toxiques |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
# Language: | ||
# Author: | ||
|
||
###init.lua### | ||
Hazard Suit = | ||
|
||
###toxicwaste.lua### | ||
Toxic Waste Flowing = | ||
Toxic Waste Source = | ||
Toxic Waste Bucket = |
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
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 |
---|---|---|
|
@@ -3,6 +3,5 @@ | |
# Author: Diego Martínez <[email protected]> | ||
|
||
You died from starvation. = Has muerto de hambre. | ||
Hunger Meter = Medidor de Hambre | ||
Hunger = Hambre | ||
You are hungry. = Tienes hambre. |
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
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 |
---|---|---|
|
@@ -2,5 +2,4 @@ | |
# Language: Español | ||
# Author: Diego Martínez <[email protected]> | ||
|
||
Test Meter = Medidor de Prueba | ||
Display all player stats = Mostrar todas las estadisticas del jugador |
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,6 +1,34 @@ | ||
|
||
# Language: Français | ||
# Language: Fran�ais | ||
# Author: Jat | ||
|
||
Test Meter = Compteur de Test | ||
###init.lua### | ||
Display %s = Afficher %s | ||
Display all player stats = Affichez les statistiques des joueurs. | ||
|
||
###chatcmds.lua### | ||
<command> <args>... = <commande> <arguments>... | ||
Configuration of survival_lib = Configuration de survival_lib | ||
No subcommand specified. = Pas de sous-commande sp�cifi�e. | ||
Unknown subcommand `%s'. = `%s' sous-commande inconnue. | ||
Missing privileges: %s = Le privil�ges %s manquent | ||
|
||
<subcommand> = <sous-commande> | ||
Get help about a subcommand = Avoir de l'aide pour la sous-commande | ||
Available commands: %s = Commande %s disponible | ||
|
||
<state> = <�tat> | ||
Enable a state = Activation de l'�tat | ||
Unknown state `%s'. = `%s' cette �tat est inconnue. | ||
State `%s' enabled. = Etat activer: `%s' | ||
No state specified. = Etat non sp�cifi�. | ||
|
||
Disable a state = D�sactivation de l'�tat | ||
State `%s' disabled. = `%s' �tat d�sactiv�. | ||
|
||
Get the enabled/disabled flag of a state = | ||
State `%s' is %s. = L'�tat `%s' est %s. | ||
Enabled = Activ� | ||
Disabled = D�sactiv� | ||
|
||
List available states and enabled/disabled flags = Liste des �tats disponibles et si il sont actif ou d�sactif. |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
# Language: | ||
# Author: | ||
|
||
###init.lua### | ||
Display %s = | ||
Display all player stats = | ||
|
||
###chatcmds.lua### | ||
<command> <args>... = | ||
Configuration of survival_lib = | ||
No subcommand specified. = | ||
Unknown subcommand . = | ||
Missing privileges: %s = | ||
|
||
<subcommand> = | ||
Get help about a subcommand = | ||
Available commands: %s = | ||
|
||
<state> = | ||
Enable a state = | ||
Unknown state `%s'. = | ||
State `%s' enabled. = | ||
No state specified. = | ||
|
||
Disable a state = | ||
State `%s' disabled. = | ||
|
||
Get the enabled/disabled flag of a state = | ||
State `%s' is %s. = | ||
Enabled = | ||
Disabled = | ||
|
||
List available states and enabled/disabled flags = |
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
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
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