Skip to content

Commit

Permalink
Update variable names
Browse files Browse the repository at this point in the history
  • Loading branch information
—ins— committed Jan 29, 2024
1 parent 75957d8 commit d951fa1
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 30 deletions.
12 changes: 6 additions & 6 deletions ErgoCalc/StringResources.cs
Original file line number Diff line number Diff line change
Expand Up @@ -415,15 +415,15 @@ public static class StringResources
public static string LibertyMutual_InitialMAL50 => StringRM.GetString("strLibertyMutual_InitialMAL50", Culture) ?? "MAL initial (kgf) for 50%";
public static string LibertyMutual_InitialMAL75 => StringRM.GetString("strLibertyMutual_InitialMAL75", Culture) ?? "MAL initial (kgf) for 75%";
public static string LibertyMutual_InitialMAL90 => StringRM.GetString("strLibertyMutual_InitialMAL90", Culture) ?? "MAL initial (kgf) for 90%";
public static string LibertyMutual_LC => StringRM.GetString("strLibertyMutual_LC", Culture) ?? "Reference load (LC)";
public static string LibertyMutual_RL => StringRM.GetString("strLibertyMutual_RL", Culture) ?? "Reference load (RL)";
public static string LibertyMutual_MAL => StringRM.GetString("strLibertyMutual_MAL", Culture) ?? "Maximum acceptable limit";
public static string LibertyMutual_Multipliers => StringRM.GetString("strLibertyMutual_Multipliers", Culture) ?? "Scale factors";
public static string LibertyMutual_Results => StringRM.GetString("strLibertyMutual_Results", Culture) ?? "These are the results from the Liberty Mutual manual materials handling equations";
public static string LibertyMutual_Gender => StringRM.GetString("strLibertyMutual_Sex", Culture) ?? "Gender";
public static string LibertyMutual_SustainedCV => StringRM.GetString("strLibertyMutual_SustainedCV", Culture) ?? "CV sustained force";
public static string LibertyMutual_SustainedDH => StringRM.GetString("strLibertyMutual_SustainedDH", Culture) ?? "Sustained DH factor";
public static string LibertyMutual_SustainedF => StringRM.GetString("strLibertyMutual_SustainedF", Culture) ?? "Sustained F factor";
public static string LibertyMutual_SustainedLC => StringRM.GetString("strLibertyMutual_SustainedLC", Culture) ?? "Sustained LC factor";
public static string LibertyMutual_SustainedRL => StringRM.GetString("strLibertyMutual_SustainedRL", Culture) ?? "Sustained RL factor";
public static string LibertyMutual_SustainedMAL50 => StringRM.GetString("strLibertyMutual_SustainedMAL50", Culture) ?? "MAL sustained (kgf) for 50%";
public static string LibertyMutual_SustainedMAL75 => StringRM.GetString("strLibertyMutual_SustainedMAL75", Culture) ?? "MAL sustained (kgf) for 75%";
public static string LibertyMutual_SustainedMAL90 => StringRM.GetString("strLibertyMutual_SustainedMAL90", Culture) ?? "MAL sustained (kgf) for 90%";
Expand Down Expand Up @@ -454,14 +454,14 @@ public static class StringResources
LibertyMutual_Frequency,
LibertyMutual_Gender,
LibertyMutual_Multipliers,
LibertyMutual_LC,
LibertyMutual_RL,
LibertyMutual_H,
LibertyMutual_VRM,
LibertyMutual_DH,
LibertyMutual_DV,
LibertyMutual_V,
LibertyMutual_F,
LibertyMutual_SustainedLC,
LibertyMutual_SustainedRL,
LibertyMutual_SustainedDH,
LibertyMutual_SustainedV,
LibertyMutual_SustainedF,
Expand Down Expand Up @@ -502,14 +502,14 @@ public static class StringResources
LibertyMutual_Frequency,
LibertyMutual_Gender, // 10
LibertyMutual_Multipliers,
LibertyMutual_LC,
LibertyMutual_RL,
LibertyMutual_H,
LibertyMutual_VRM,
LibertyMutual_DH, // 15
LibertyMutual_DV,
LibertyMutual_V,
LibertyMutual_F,
LibertyMutual_SustainedLC,
LibertyMutual_SustainedRL,
LibertyMutual_SustainedDH, // 20
LibertyMutual_SustainedV,
LibertyMutual_SustainedF,
Expand Down
36 changes: 18 additions & 18 deletions ErgoCalc/localization/strings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ErgoCalc/localization/strings.en.resx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ to their default values?</value>
<data name="strLibertyMutual_InitialMAL90" xml:space="preserve">
<value>MAL initial (kgf) for 90%</value>
</data>
<data name="strLibertyMutual_LC" xml:space="preserve">
<data name="strLibertyMutual_RL" xml:space="preserve">
<value>Reference load (RL)</value>
</data>
<data name="strLibertyMutual_MAL" xml:space="preserve">
Expand Down Expand Up @@ -523,7 +523,7 @@ to their default values?</value>
<data name="strLibertyMutual_SustainedF" xml:space="preserve">
<value>Sustained F factor</value>
</data>
<data name="strLibertyMutual_SustainedLC" xml:space="preserve">
<data name="strLibertyMutual_SustainedRL" xml:space="preserve">
<value>Sustained RL factor</value>
</data>
<data name="strLibertyMutual_SustainedMAL50" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions ErgoCalc/localization/strings.es-ES.resx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ los campos a sus valores por defecto?</value>
<data name="strLibertyMutual_InitialMAL90" xml:space="preserve">
<value>MAL inicial (kgf) para el 90%</value>
</data>
<data name="strLibertyMutual_LC" xml:space="preserve">
<data name="strLibertyMutual_RL" xml:space="preserve">
<value>Carga de referencia (RL)</value>
</data>
<data name="strLibertyMutual_MAL" xml:space="preserve">
Expand Down Expand Up @@ -523,7 +523,7 @@ los campos a sus valores por defecto?</value>
<data name="strLibertyMutual_SustainedF" xml:space="preserve">
<value>Factor F mantenido</value>
</data>
<data name="strLibertyMutual_SustainedLC" xml:space="preserve">
<data name="strLibertyMutual_SustainedRL" xml:space="preserve">
<value>Factor RL mantenido</value>
</data>
<data name="strLibertyMutual_SustainedMAL50" xml:space="preserve">
Expand Down
4 changes: 2 additions & 2 deletions ErgoCalc/localization/strings.resx
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ to their default values?</value>
<data name="strLibertyMutual_InitialMAL90" xml:space="preserve">
<value>MAL initial (kgf) for 90%</value>
</data>
<data name="strLibertyMutual_LC" xml:space="preserve">
<data name="strLibertyMutual_RL" xml:space="preserve">
<value>Reference load (RL)</value>
</data>
<data name="strLibertyMutual_MAL" xml:space="preserve">
Expand Down Expand Up @@ -523,7 +523,7 @@ to their default values?</value>
<data name="strLibertyMutual_SustainedF" xml:space="preserve">
<value>Sustained F factor</value>
</data>
<data name="strLibertyMutual_SustainedLC" xml:space="preserve">
<data name="strLibertyMutual_SustainedRL" xml:space="preserve">
<value>Sustained RL factor</value>
</data>
<data name="strLibertyMutual_SustainedMAL50" xml:space="preserve">
Expand Down

0 comments on commit d951fa1

Please sign in to comment.