mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add French localization
This commit is contained in:
parent
d35b8da655
commit
bc98f78479
46
Distribution/Restock/GameData/ReStock/Localization/fr-fr.cfg
Normal file
46
Distribution/Restock/GameData/ReStock/Localization/fr-fr.cfg
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
// Courtesy of Challyss of the KSP forums
|
||||||
|
|
||||||
|
Localization
|
||||||
|
{
|
||||||
|
fr-fr
|
||||||
|
{
|
||||||
|
#LOC_Restock_variant-engine_size0 = 0.625m
|
||||||
|
#LOC_Restock_variant-engine_size1 = 1.25m
|
||||||
|
#LOC_Restock_variant-engine_size2 = 2.5m
|
||||||
|
#LOC_Restock_variant-engine_size3 = 3.75m
|
||||||
|
#LOC_Restock_variant-engine_compact = Compact
|
||||||
|
#LOC_Restock_variant-engine_radial = Radial
|
||||||
|
#LOC_Restock_variant-engine_boattail = Caréné
|
||||||
|
|
||||||
|
#LOC_Restock_variant-mounting_truss = Treillis
|
||||||
|
#LOC_Restock_variant-mounting_compact = Compact
|
||||||
|
|
||||||
|
#LOC_Restock_variant-antenna_size0 = 0.625m
|
||||||
|
#LOC_Restock_variant-antenna_size1 = 1.25m
|
||||||
|
#LOC_Restock_variant-antenna_truss = Treillis
|
||||||
|
#LOC_Restock_variant-antenna_compact = Compact
|
||||||
|
#LOC_Restock_variant-antenna_radial = Radial
|
||||||
|
#LOC_Restock_variant-antenna_radial_reverse = Radial (Inversé)
|
||||||
|
#LOC_Restock_variant-antenna_axial = Axial
|
||||||
|
#LOC_Restock_variant-antenna_axial_reverse = Axial (Inversé)
|
||||||
|
|
||||||
|
#LOC_Restock_variant-surface_metal = Métal
|
||||||
|
|
||||||
|
#LOC_Restock_variant-service-bay-opaque = Bases pleines
|
||||||
|
#LOC_Restock_variant-service-bay-transparent = Bases treillis
|
||||||
|
#LOC_Restock_variant-service-bay-hollow = Bases vides
|
||||||
|
|
||||||
|
#LOC_Restock_variant-heat-shield-black = Noir
|
||||||
|
#LOC_Restock_variant-heat-shield-brown = Classique
|
||||||
|
#LOC_Restock_variant-heat-shield-red = Brut
|
||||||
|
|
||||||
|
#LOC_Restock_variant-linear-rcs-pod = Caréné
|
||||||
|
#LOC_Restock_variant-linear-rcs-bare = Nu
|
||||||
|
|
||||||
|
#LOC_Restock_variant-stayputnik-pod = Support
|
||||||
|
#LOC_Restock_variant-stayputnik-bare = Sans support
|
||||||
|
#LOC_Restock_variant-probe-gold = Doré
|
||||||
|
#LOC_Restock_variant-probe-silver = Argenté
|
||||||
|
#LOC_Restock_variant-probe-bare = Basique
|
||||||
|
}
|
||||||
|
}
|
@ -11,6 +11,7 @@
|
|||||||
- Plugin improvements:
|
- Plugin improvements:
|
||||||
- Warn user if Restock is installed in the wrong location
|
- Warn user if Restock is installed in the wrong location
|
||||||
- Warn user if old 1.25m tank directories are detected
|
- Warn user if old 1.25m tank directories are detected
|
||||||
|
- Added French localization of Restock strings (thanks Challyss)
|
||||||
|
|
||||||
v0.1.3
|
v0.1.3
|
||||||
------
|
------
|
||||||
|
@ -78,6 +78,7 @@ LOCALIZATION
|
|||||||
This mod primarily uses vanilla-provided localization, but for additional strings, it provides localization support for the following languages:
|
This mod primarily uses vanilla-provided localization, but for additional strings, it provides localization support for the following languages:
|
||||||
- English
|
- English
|
||||||
- German (woeller)
|
- German (woeller)
|
||||||
|
- French (Challyss
|
||||||
|
|
||||||
=========
|
=========
|
||||||
LICENSING
|
LICENSING
|
||||||
|
Loading…
Reference in New Issue
Block a user