-
Notifications
You must be signed in to change notification settings - Fork 619
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
48 changed files
with
184 additions
and
81 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
11 changes: 9 additions & 2 deletions
11
Resources/Locale/en-US/ss14-ru/prototypes/catalog/fills/items/misc.ftl
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,13 @@ | ||
ent-ClothingShoesBootsCombatFilled = { ent-ClothingShoesBootsCombat } | ||
.suffix = Filled | ||
.desc = { ent-ClothingShoesBootsCombat.desc } | ||
.desc = { ent-ClothingShoesBootsCombat.desc } | ||
ent-ClothingShoesBootsJackFilled = { ent-ClothingShoesBootsJack } | ||
.desc = { ent-ClothingShoesBootsJack.desc } | ||
ent-ClothingShoesBootsWinterSecFilled = { ent-ClothingShoesBootsWinterSec } | ||
.desc = { ent-ClothingShoesBootsWinterSec.desc } | ||
ent-ClothingShoesBootsCowboyBlackFilled = { ent-ClothingShoesBootsCowboyBlack } | ||
.desc = { ent-ClothingShoesBootsCowboyBlack.desc } | ||
ent-ClothingShoesHighheelBootsFilled = { ent-ClothingShoesHighheelBoots } | ||
.desc = { ent-ClothingShoesHighheelBoots.desc } | ||
ent-ClothingShoesBootsMercFilled = { ent-ClothingShoesBootsMerc } | ||
.suffix = Filled | ||
.desc = { ent-ClothingShoesBootsMerc.desc } |
5 changes: 5 additions & 0 deletions
5
Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/base_clothingeyes.ftl
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,2 +1,7 @@ | ||
ent-ClothingEyesBase = { ent-Clothing } | ||
.desc = { ent-Clothing.desc } | ||
ent-ClothingHeadEyeBaseFlippable = { ent-ClothingEyesBase } | ||
.desc = { ent-ClothingEyesBase.desc } | ||
ent-ClothingHeadEyeBaseFlipped = { ent-ClothingHeadEyeBaseFlippable } | ||
.suffix = flipped | ||
.desc = { ent-ClothingHeadEyeBaseFlippable.desc } |
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
7 changes: 5 additions & 2 deletions
7
Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/eyes/misc.ftl
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,4 +1,7 @@ | ||
ent-ClothingEyesEyepatch = eyepatch | ||
.desc = Yarr. | ||
ent-ClothingEyesBlindfold = blindfold | ||
.desc = The bind leading the blind. | ||
ent-ClothingEyesEyepatch = eyepatch | ||
.desc = Yarr. | ||
ent-ClothingEyesEyepatchFlipped = { ent-ClothingEyesEyepatch } | ||
.suffix = flipped | ||
.desc = { ent-ClothingEyesEyepatch.desc } |
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
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
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
18 changes: 16 additions & 2 deletions
18
...ces/Locale/en-US/ss14-ru/prototypes/entities/objects/weapons/guns/projectiles/meteors.ftl
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,2 +1,16 @@ | ||
ent-MeteorLarge = meteor | ||
.desc = { "" } | ||
ent-BaseMeteor = meteor | ||
.desc = You prefer them when they're burning up in the atmosphere. | ||
ent-MeteorSpaceDust = space dust | ||
.desc = Makes a station sneeze. | ||
ent-MeteorSmall = { ent-BaseMeteor } | ||
.suffix = Small | ||
.desc = { ent-BaseMeteor.desc } | ||
ent-MeteorMedium = { ent-BaseMeteor } | ||
.suffix = Medium | ||
.desc = { ent-BaseMeteor.desc } | ||
ent-MeteorLarge = { ent-BaseMeteor } | ||
.suffix = Large | ||
.desc = { ent-BaseMeteor.desc } | ||
ent-MeteorUrist = Urist McMeteor | ||
.desc = As a successful member of society with a stable unflinching psyche and limitless drive, natural affinity for finance and domination, you have been selected, no, you have been effortlessly guided by divine (biological) trauma towards this moment. The gates of destiny fling open, and once again you're left standing on pulsating nothingness. A strobing headache of the soul. | ||
.suffix = Meteor |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/decoration/mannequin.ftl
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,2 @@ | ||
ent-Mannequin = mannequin | ||
.desc = It can wear any clothing with style. |
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/ss14-ru/prototypes/entities/structures/machines/microwave.ftl
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,2 +1,4 @@ | ||
ent-KitchenMicrowave = microwave | ||
.desc = It's magic. | ||
ent-SyndicateMicrowave = donk co. microwave | ||
.desc = So advanced, it can cook donk-pockets in a mere 2.5 seconds! |
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
16 changes: 16 additions & 0 deletions
16
Resources/Locale/en-US/ss14-ru/prototypes/gamerules/meteorswarms.ftl
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,16 @@ | ||
ent-GameRuleMeteorScheduler = { ent-BaseGameRule } | ||
.desc = { ent-BaseGameRule.desc } | ||
ent-GameRuleMeteorSwarm = { ent-BaseGameRule } | ||
.desc = { ent-BaseGameRule.desc } | ||
ent-GameRuleSpaceDustMinor = { ent-GameRuleMeteorSwarm } | ||
.desc = { ent-GameRuleMeteorSwarm.desc } | ||
ent-GameRuleSpaceDustMajor = { ent-GameRuleMeteorSwarm } | ||
.desc = { ent-GameRuleMeteorSwarm.desc } | ||
ent-GameRuleMeteorSwarmSmall = { ent-GameRuleMeteorSwarm } | ||
.desc = { ent-GameRuleMeteorSwarm.desc } | ||
ent-GameRuleMeteorSwarmMedium = { ent-GameRuleMeteorSwarm } | ||
.desc = { ent-GameRuleMeteorSwarm.desc } | ||
ent-GameRuleMeteorSwarmLarge = { ent-GameRuleMeteorSwarm } | ||
.desc = { ent-GameRuleMeteorSwarm.desc } | ||
ent-GameRuleUristSwarm = { ent-GameRuleMeteorSwarm } | ||
.desc = { ent-GameRuleMeteorSwarm.desc } |
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 |
---|---|---|
@@ -1,5 +1,4 @@ | ||
job-name-iaa = агент внутренних дел | ||
job-name-pilot = пилот | ||
JobIAA = агент внутренних дел | ||
JobPilot = пилот |
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
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 @@ | ||
comp-label-format = { $baseName } ({ $label }) |
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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
comp-accent-wearer-name-clothing-format = { $accentedName } |
20 changes: 0 additions & 20 deletions
20
Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/starter gear/backpack.ftl
This file was deleted.
Oops, something went wrong.
18 changes: 0 additions & 18 deletions
18
Resources/Locale/ru-RU/ss14-ru/prototypes/catalog/fills/backpacks/starter gear/duffelbag.ftl
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.