mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 14:03:23 -07:00
Finished translation & fixed configuration issues.
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1621 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
efc18a6ad3
commit
affbfb0ce6
11 changed files with 165 additions and 94 deletions
|
@ -4,7 +4,7 @@
|
|||
xmlns:gscp="clr-namespace:GreenshotConfluencePlugin"
|
||||
xmlns:l="clr-namespace:TranslationByMarkupExtension"
|
||||
xmlns:gsc="clr-namespace:GreenshotPlugin.Core;assembly=GreenshotPlugin"
|
||||
Title="Confluence plugin settings" SizeToContent="WidthAndHeight" Icon="/GreenshotConfluencePlugin;component/Images/Confluence.ico">
|
||||
Title="{l:Translate plugin_settings}" SizeToContent="WidthAndHeight" Icon="/GreenshotConfluencePlugin;component/Images/Confluence.ico">
|
||||
<Window.Resources>
|
||||
<gscp:EnumDisplayer Type="{x:Type gsc:OutputFormat}" x:Key="outputFormats"/>
|
||||
</Window.Resources>
|
||||
|
@ -24,9 +24,9 @@
|
|||
<Label Content="{l:Translate upload_format}" />
|
||||
<ComboBox ItemsSource="{Binding Source={StaticResource outputFormats},Path=DisplayNames}" SelectedValue="{Binding UploadFormat, Converter={StaticResource outputFormats}}" />
|
||||
</StackPanel>
|
||||
<StackPanel Orientation="Horizontal">
|
||||
<Button IsCancel="True" Content="Cancel"/>
|
||||
<Button IsDefault="True" Content="OK" Click="Button_Click"/>
|
||||
<StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
|
||||
<Button IsCancel="True" Content="{l:Translate CANCEL}"/>
|
||||
<Button IsDefault="True" Content="{l:Translate OK}" Click="Button_Click"/>
|
||||
</StackPanel>
|
||||
</StackPanel>
|
||||
</Window>
|
Loading…
Add table
Add a link
Reference in a new issue