Skip to content

Commit

Permalink
constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevencohn committed Jan 20, 2024
1 parent e2e4296 commit 715462b
Show file tree
Hide file tree
Showing 12 changed files with 40 additions and 1 deletion.
2 changes: 1 addition & 1 deletion OneMore/Commands/Images/AdjustImagesDialog.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public AdjustImagesDialog()
allLabel.Location = viewSizeLink.Location;
allLabel.Visible = true;

storageLabel.Text = Resx.word_Limit;
storageLabel.Text = Resx.word_Constraint;
storageLabel.Top -= 5;
limitsBox.Location = new Point(storedSizeLabel.Location.X, storedSizeLabel.Location.Y - 5);
limitsBox.SelectedIndex = 0;
Expand Down
9 changes: 9 additions & 0 deletions OneMore/Properties/Resources.Designer.cs

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

3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.ar-SA.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4846,6 +4846,9 @@ ISO-code then comma then language name</comment>
<data name="word_Completed" xml:space="preserve">
<value>مكتمل</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>قيد</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>مقابلة</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.de-DE.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4835,6 +4835,9 @@ In diesem Abschnitt</value>
<data name="word_Completed" xml:space="preserve">
<value>Vollendet</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>Zwang</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>Kontrast</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.es-ES.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4846,6 +4846,9 @@ En esta sección</value>
<data name="word_Completed" xml:space="preserve">
<value>Terminado</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>Restricción</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>Contraste</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.fr-FR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4840,6 +4840,9 @@ Dans cette section</value>
<data name="word_Completed" xml:space="preserve">
<value>Complété</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>Contrainte</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>Contraste</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.he-IL.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4863,6 +4863,9 @@ ISO-code then comma then language name</comment>
<data name="word_Completed" xml:space="preserve">
<value>הושלם</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>אילוץ</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>בניגוד</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.nl-NL.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4846,6 +4846,9 @@ In deze sectie</value>
<data name="word_Completed" xml:space="preserve">
<value>Voltooid</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>Beperking</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>Contrast</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.pl-PL.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4863,6 +4863,9 @@ W tej sekcji</value>
<data name="word_Completed" xml:space="preserve">
<value>Zakończony</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>Ograniczenie</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>Kontrast</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.pt-BR.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4846,6 +4846,9 @@ Nesta secção</value>
<data name="word_Completed" xml:space="preserve">
<value>Concluído</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>Limitação</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>Contraste</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4886,6 +4886,9 @@ In this section</value>
<data name="word_Completed" xml:space="preserve">
<value>Completed</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>Constraint</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>Contrast</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions OneMore/Properties/Resources.zh-CN.resx
Original file line number Diff line number Diff line change
Expand Up @@ -4841,6 +4841,9 @@ ISO-code then comma then language name</comment>
<data name="word_Completed" xml:space="preserve">
<value>已完成</value>
</data>
<data name="word_Constraint" xml:space="preserve">
<value>约束</value>
</data>
<data name="word_Contrast" xml:space="preserve">
<value>对比</value>
</data>
Expand Down

0 comments on commit 715462b

Please sign in to comment.