mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
18 lines
277 B
Plaintext
18 lines
277 B
Plaintext
{
|
|
winds = {
|
|
[0] = "N",
|
|
[1] = "NE",
|
|
[2] = "E",
|
|
[3] = "SE",
|
|
[4] = "S",
|
|
[5] = "SW",
|
|
[6] = "O",
|
|
[7] = "NO",
|
|
[8] = "N"
|
|
},
|
|
mmHg = " mm Hg",
|
|
speed = "Mme,",
|
|
population = "Population:",
|
|
city = "Tapez le nom de la ville ici",
|
|
cityError = "Mauvais résultat. "
|
|
} |