Skip to content

Commit

Permalink
More localizations @rubberduck @ckuhn
Browse files Browse the repository at this point in the history
  • Loading branch information
Hosch250 committed Jun 4, 2015
1 parent 8b06b47 commit 5b00147
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
9 changes: 9 additions & 0 deletions RetailCoder.VBE/UI/RubberduckUI.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 RetailCoder.VBE/UI/RubberduckUI.fr.resx
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,9 @@ Do you want to continue?</value>
<data name="SourceControl_CommitSync" xml:space="preserve">
<value>z Commit and Sync</value>
</data>
<data name="SourceControl_CreateNewBranch" xml:space="preserve">
<value>z Enter Branch Name</value>
</data>
<data name="SourceControl_CurrentBranchLabel" xml:space="preserve">
<value>z Branch:</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions RetailCoder.VBE/UI/RubberduckUI.resx
Original file line number Diff line number Diff line change
Expand Up @@ -966,6 +966,9 @@ Do you want to continue?</value>
<data name="SourceControl_CommitSync" xml:space="preserve">
<value>Commit and Sync</value>
</data>
<data name="SourceControl_CreateNewBranch" xml:space="preserve">
<value>Enter Branch Name</value>
</data>
<data name="SourceControl_CurrentBranchLabel" xml:space="preserve">
<value>Branch:</value>
</data>
Expand Down
3 changes: 3 additions & 0 deletions RetailCoder.VBE/UI/RubberduckUI.sv.resx
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,9 @@ Varning: Alla anpassade inställningar kommer att försvinna.</value>
<data name="SourceControl_CommitSync" xml:space="preserve">
<value>z Commit and Sync</value>
</data>
<data name="SourceControl_CreateNewBranch" xml:space="preserve">
<value>z Enter Branch Name</value>
</data>
<data name="SourceControl_CurrentBranchLabel" xml:space="preserve">
<value>z Branch:</value>
</data>
Expand Down
4 changes: 4 additions & 0 deletions RetailCoder.VBE/UI/SourceControl/CreateBranchForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ public partial class CreateBranchForm : Form, ICreateBranchView
public CreateBranchForm()
{
InitializeComponent();

Text = RubberduckUI.SourceControl_CreateNewBranch;
OkayButton.Text = RubberduckUI.OK_AllCaps;
CancelButton.Text = RubberduckUI.CancelButtonText;
}

public string UserInputText
Expand Down

0 comments on commit 5b00147

Please sign in to comment.