Cleaning HEAD, to replace it with the branch

git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@1281 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
RKrom 2011-07-17 11:54:05 +00:00
parent 3514fc0a29
commit 174f653a5a
506 changed files with 0 additions and 76725 deletions

View file

@ -1,95 +0,0 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{C6988EE8-2FEE-4349-9F09-F9628A0D8965}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType>
<RootNamespace>GreenshotOCR</RootNamespace>
<AssemblyName>Greenshot-OCR-Plugin</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\05018085\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\GreenshotCore\Lib\log4net.dll</HintPath>
</Reference>
<Reference Include="MODI11">
<HintPath>lib\MODI11.dll</HintPath>
</Reference>
<Reference Include="MODI12">
<HintPath>lib\MODI12.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="Language.cs" />
<Compile Include="LanguageKeys.cs" />
<Compile Include="OCRConfiguration.cs" />
<Compile Include="OCRPlugin.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SettingsForm.cs" />
<Compile Include="SettingsForm.Designer.cs">
<DependentUpon>SettingsForm.cs</DependentUpon>
</Compile>
<None Include="Languages\language_ocrplugin-de-DE.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\language_ocrplugin-en-US.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\language_ocrplugin-nl-NL.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="lib\MODI11.dll" />
<None Include="lib\MODI12.dll" />
<None Include="Properties\AssemblyInfo.cs.template" />
</ItemGroup>
<ItemGroup>
<Folder Include="Languages" />
<Folder Include="lib" />
<ProjectReference Include="..\GreenshotCore\GreenshotCore.csproj">
<Project>{BDC408EE-DEA1-4474-B59D-7F05757B12EC}</Project>
<Name>GreenshotCore</Name>
</ProjectReference>
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"</PreBuildEvent>
<PostBuildEvent>mkdir "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)"
copy "$(ProjectDir)bin\$(Configuration)\$(TargetFileName)" "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)\*.gsp"
copy "$(ProjectDir)bin\$(Configuration)\MODI*.dll" "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)\*"
mkdir "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)"
copy "$(ProjectDir)bin\$(Configuration)\Languages\*.xml" "$(SolutionDir)bin\$(Configuration)\Languages\Plugins\$(ProjectName)\"</PostBuildEvent>
</PropertyGroup>
</Project>

View file

@ -1,47 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Diagnostics;
using System.Globalization;
using System.Resources;
using System.Threading;
using Greenshot.Core;
namespace GreenshotOCR {
/// <summary>
/// Wrapper for the language container for the Jira plugin.
/// </summary>
public class Language : LanguageContainer, ILanguage {
private static ILanguage uniqueInstance;
private const string LANGUAGE_FILENAME_PATTERN = @"language_ocrplugin-*.xml";
public static ILanguage GetInstance() {
if(uniqueInstance == null) {
uniqueInstance = new LanguageContainer();
uniqueInstance.LanguageFilePattern = LANGUAGE_FILENAME_PATTERN;
uniqueInstance.Load();
uniqueInstance.SetLanguage(Thread.CurrentThread.CurrentUICulture.Name);
}
return uniqueInstance;
}
}
}

View file

@ -1,29 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
namespace GreenshotOCR {
public enum LangKey {
language,
orient_image,
straighten_image
}
}

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Deutsch" ietf="de-DE" version="0.8.0">
<resources>
<resource name="language">
Sprache für OCR
</resource>
<resource name="orient_image">
Bild Orientieren
</resource>
<resource name="straighten_image">
Bild Aufrichten
</resource>
</resources>
</language>

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="English" ietf="en-US" version="0.8.0">
<resources>
<resource name="language">
Language for OCR
</resource>
<resource name="orient_image">
Orient image
</resource>
<resource name="straighten_image">
Straighten image
</resource>
</resources>
</language>

View file

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Nederlands" ietf="nl-NL" version="0.8.0">
<resources>
<resource name="language">
Taal voor OCR
</resource>
<resource name="orient_image">
Beeld richten
</resource>
<resource name="straighten_image">
Beeld vereffenen
</resource>
</resources>
</language>

View file

@ -1,38 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using Greenshot.Core;
namespace GreenshotOCR {
/// <summary>
/// Description of CoreConfiguration.
/// </summary>
[IniSection("OCR", Description="Greenshot OCR Plugin configuration")]
public class OCRConfiguration : IniSection {
[IniProperty("Language", Description="Language for OCR", DefaultValue="miLANG_ENGLISH")]
public string Language;
[IniProperty("orientimage", Description="Orient image?", DefaultValue="true")]
public bool Orientimage;
[IniProperty("straightenImage", Description="Straighten image?", DefaultValue="true")]
public bool StraightenImage;
}
}

View file

@ -1,286 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Reflection;
using System.Runtime.Serialization.Formatters.Binary;
using System.Text;
using System.Windows.Forms;
using Greenshot.Capturing;
using Greenshot.Core;
using Greenshot.Plugin;
using Microsoft.Win32;
namespace GreenshotOCR {
/// <summary>
/// OCR Plugin Greenshot
/// </summary>
public class OcrPlugin : IGreenshotPlugin {
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(OcrPlugin));
private const string MODI_OFFICE11 = @"Software\Microsoft\Office\11.0\MODI";
private const string MODI_OFFICE12 = @"Software\Microsoft\Office\12.0\MODI";
private IGreenshotPluginHost host;
private ICaptureHost captureHost = null;
private PluginAttribute myAttributes;
private OCRConfiguration config;
public OcrPlugin() { }
/// <summary>
/// Implementation of the IGreenshotPlugin.Initialize
/// </summary>
/// <param name="host">Use the IGreenshotPluginHost interface to register events</param>
/// <param name="captureHost">Use the ICaptureHost interface to register in the MainContextMenu</param>
/// <param name="pluginAttribute">My own attributes</param>
public void Initialize(IGreenshotPluginHost host, ICaptureHost captureHost, PluginAttribute myAttributes) {
LOG.Debug("Initialize called of " + myAttributes.Name);
this.host = (IGreenshotPluginHost)host;
this.captureHost = captureHost;
this.myAttributes = myAttributes;
// Make sure the MODI-DLLs are found by adding a resolver
AppDomain.CurrentDomain.AssemblyResolve += new ResolveEventHandler(MyAssemblyResolver);
if (!HasMODI()) {
LOG.Warn("No MODI found!");
return;
}
// Load configuration
config = IniConfig.GetIniSection<OCRConfiguration>();
this.host.RegisterHotKey(3, 0x2C, new HotKeyHandler(MyHotkeyHandler));
// Here we can hang ourselves to the main context menu!
ToolStripMenuItem item = new ToolStripMenuItem();
item.Text = "Region OCR";
item.ShortcutKeyDisplayString = "Ctrl + Alt + Print";
item.Click += new System.EventHandler(MainMenuClick);
ContextMenuStrip contextMenu = host.MainMenu;
bool addedItem = false;
for(int i=0; i < contextMenu.Items.Count; i++) {
if (contextMenu.Items[i].GetType() == typeof(ToolStripSeparator)) {
contextMenu.Items.Insert(i, item);
addedItem = true;
break;
}
}
if (!addedItem) {
contextMenu.Items.Add(item);
}
}
/// <summary>
/// Implementation of the IGreenshotPlugin.Shutdown
/// </summary>
public void Shutdown() {
LOG.Debug("Shutdown of " + myAttributes.Name);
}
/// <summary>
/// Implementation of the IPlugin.Configure
/// </summary>
public virtual void Configure() {
if (!HasMODI()) {
MessageBox.Show("Sorry, is seems that Microsoft Office Document Imaging (MODI) is not installed, therefor the OCR Plugin cannot work.");
return;
}
SettingsForm settingsForm = new SettingsForm(GetLanguages(), config);
DialogResult result = settingsForm.ShowDialog();
if (result == DialogResult.OK) {
IniConfig.Save();
}
}
/// <summary>
/// This method helps to resolve the MODI DLL files
/// </summary>
/// <param name="sender">object which is starting the resolve</param>
/// <param name="args">ResolveEventArgs describing the Assembly that needs to be found</param>
/// <returns></returns>
private Assembly MyAssemblyResolver(object sender, ResolveEventArgs args) {
string dllPath = Path.GetDirectoryName(myAttributes.DllFile);
string dllFilename = args.Name.Substring(0, args.Name.IndexOf(",")) + ".dll";
LOG.Debug("Resolving: " + dllFilename);
if (dllFilename.StartsWith("MODI")) {
return Assembly.LoadFile(Path.Combine(dllPath, dllFilename));
}
return null;
}
private void StartOCRRegion() {
LOG.Debug("Starting OCR!");
captureHost.MakeCapture(CaptureMode.Region, false, new CaptureHandler(DoOCR));
}
private void MyHotkeyHandler() {
StartOCRRegion();
}
/// <summary>
/// Is called when the OCR menu is selected
/// </summary>
/// <param name="sender">ContextMenu</param>
/// <param name="e">EventArgs from ContextMenu</param>
private void MainMenuClick(object sender, EventArgs e) {
StartOCRRegion();
}
/// <summary>
/// Handling of the CaptureTaken "event" from the ICaptureHost
/// We do the OCR here!
/// </summary>
/// <param name="ImageOutputEventArgs">Has the Image and the capture details</param>
private const int MIN_WIDTH = 130;
private const int MIN_HEIGHT = 130;
private void DoOCR(object sender, CaptureTakenEventArgs eventArgs) {
if (eventArgs.Capture.Image == null) {
return;
}
string file = host.GetFilename(OutputFormat.Bmp, eventArgs.Capture.CaptureDetails);
string filePath = Path.Combine(Path.GetTempPath(),file);
using (FileStream stream = File.Create(filePath)) {
Image capturedImage = eventArgs.Capture.Image;
if (capturedImage.Width < MIN_WIDTH || capturedImage.Height < MIN_HEIGHT) {
LOG.Debug("Image not big enough, copying to bigger image");
int newWidth = Math.Max(capturedImage.Width, MIN_WIDTH);
int newHeight = Math.Max(capturedImage.Height, MIN_HEIGHT);
using (Image tmpImage = new Bitmap(newWidth, newHeight, capturedImage.PixelFormat)) {
using (Graphics graphics = Graphics.FromImage(tmpImage)) {
graphics.Clear(Color.White);
graphics.DrawImage(capturedImage, Point.Empty);
}
host.SaveToStream(tmpImage, stream, OutputFormat.Bmp, 100);
}
} else {
host.SaveToStream(capturedImage, stream, OutputFormat.Bmp, 100);
}
}
LOG.Debug("Saved tmp file to: " + filePath);
string text = "";
try {
switch (CheckModiVersion()) {
case ModiVersion.MODI11:
// Instantiate the MODI.Document object
MODI11.Document modi11Document = new MODI11.Document();
// The Create method grabs the picture from disk snd prepares for OCR.
modi11Document.Create(filePath);
// Add progress bar here:
//md.OnOCRProgress += ;
// Do the OCR.
modi11Document.OCR((MODI11.MiLANGUAGES)Enum.Parse(typeof(MODI11.MiLANGUAGES), config.Language), config.Orientimage, config.StraightenImage);
// Get the first (and only image)
MODI11.Image modi11Image = (MODI11.Image)modi11Document.Images[0];
// Get the layout.
MODI11.Layout modi11layout = modi11Image.Layout;
text = modi11layout.Text;
// Close the MODI.Document object.
modi11Document.Close(false);
break;
case ModiVersion.MODI12:
// Instantiate the MODI.Document object
MODI12.Document modi12Document = new MODI12.Document();
// The Create method grabs the picture from disk snd prepares for OCR.
modi12Document.Create(filePath);
// Add progress bar here:
//md.OnOCRProgress += ;
// Do the OCR.
modi12Document.OCR((MODI12.MiLANGUAGES)Enum.Parse(typeof(MODI12.MiLANGUAGES), config.Language), config.Orientimage, config.StraightenImage);
// Get the first (and only image)
MODI12.Image modi12Image = (MODI12.Image)modi12Document.Images[0];
// Get the layout.
MODI12.Layout modi12layout = modi12Image.Layout;
text = modi12layout.Text;
// Close the MODI.Document object.
modi12Document.Close(false);
break;
default:
LOG.Error("Unknown MODI version!");
break;
}
// Paste to Clipboard (the Plugin currently doesn't have access to the ClipboardHelper from Greenshot
IDataObject ido = new DataObject();
ido.SetData(DataFormats.Text, true, text);
Clipboard.SetDataObject(ido, true);
} catch (Exception e) {
string message = "A problem occured while trying to OCR the region, this plugin is still in a experimental stage!!";
LOG.Error(message, e);
MessageBox.Show(message);
} finally {
if (File.Exists(filePath)) {
LOG.Debug("Cleaning up tmp file: " + filePath);
File.Delete(filePath);
}
}
}
private string [] GetLanguages() {
string [] languages = null;
switch (CheckModiVersion()) {
case ModiVersion.MODI11:
languages = Enum.GetNames(typeof(MODI11.MiLANGUAGES));
break;
case ModiVersion.MODI12:
languages =Enum.GetNames(typeof(MODI12.MiLANGUAGES));
break;
}
return languages;
}
private enum ModiVersion { None, MODI11, MODI12 };
private ModiVersion CheckModiVersion() {
using (RegistryKey key = Registry.CurrentUser.OpenSubKey(MODI_OFFICE11, false)) {
if (key != null) {
LOG.Debug("Found Modi V11 in registry: " + key.Name);
return ModiVersion.MODI11;
}
}
using (RegistryKey key = Registry.CurrentUser.OpenSubKey(MODI_OFFICE12, false)) {
if (key != null) {
LOG.Debug("Found Modi V12 in registry: " + key.Name);
return ModiVersion.MODI12;
}
}
return ModiVersion.None;
}
private bool HasMODI() {
return CheckModiVersion() != ModiVersion.None;
}
}
}

View file

@ -1,54 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#region Using directives
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("GreenshotOCR")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("GreenshotOCR")]
[assembly: AssemblyCopyright("Copyright 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("GreenshotOCR.OcrPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]
// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.$WCREV$")]

View file

@ -1,138 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace GreenshotOCR
{
partial class SettingsForm
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.comboBox_languages = new System.Windows.Forms.ComboBox();
this.checkBox_orientImage = new System.Windows.Forms.CheckBox();
this.checkBox_straightenImage = new System.Windows.Forms.CheckBox();
this.label_language = new System.Windows.Forms.Label();
this.buttonOK = new System.Windows.Forms.Button();
this.buttonCancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// comboBox_languages
//
this.comboBox_languages.FormattingEnabled = true;
this.comboBox_languages.Items.AddRange(new object[] {
"English",
"Deutsch"});
this.comboBox_languages.Location = new System.Drawing.Point(74, 12);
this.comboBox_languages.Name = "comboBox_languages";
this.comboBox_languages.Size = new System.Drawing.Size(153, 21);
this.comboBox_languages.TabIndex = 0;
//
// checkBox_orientImage
//
this.checkBox_orientImage.Location = new System.Drawing.Point(13, 41);
this.checkBox_orientImage.Name = "checkBox_orientImage";
this.checkBox_orientImage.Size = new System.Drawing.Size(104, 24);
this.checkBox_orientImage.TabIndex = 1;
this.checkBox_orientImage.Text = "Orient image";
this.checkBox_orientImage.UseVisualStyleBackColor = true;
//
// checkBox_straightenImage
//
this.checkBox_straightenImage.Location = new System.Drawing.Point(123, 41);
this.checkBox_straightenImage.Name = "checkBox_straightenImage";
this.checkBox_straightenImage.Size = new System.Drawing.Size(109, 24);
this.checkBox_straightenImage.TabIndex = 2;
this.checkBox_straightenImage.Text = "Straighten image";
this.checkBox_straightenImage.UseVisualStyleBackColor = true;
//
// label_language
//
this.label_language.Location = new System.Drawing.Point(13, 15);
this.label_language.Name = "label_language";
this.label_language.Size = new System.Drawing.Size(55, 23);
this.label_language.TabIndex = 3;
this.label_language.Text = "Language";
//
// buttonOK
//
this.buttonOK.Location = new System.Drawing.Point(13, 72);
this.buttonOK.Name = "buttonOK";
this.buttonOK.Size = new System.Drawing.Size(104, 23);
this.buttonOK.TabIndex = 4;
this.buttonOK.Text = "OK";
this.buttonOK.UseVisualStyleBackColor = true;
this.buttonOK.Click += new System.EventHandler(this.ButtonOKClick);
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(123, 72);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(104, 23);
this.buttonCancel.TabIndex = 5;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(244, 111);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.buttonOK);
this.Controls.Add(this.label_language);
this.Controls.Add(this.checkBox_straightenImage);
this.Controls.Add(this.checkBox_orientImage);
this.Controls.Add(this.comboBox_languages);
this.Name = "SettingsForm";
this.Text = "SettingsForm";
this.ResumeLayout(false);
}
private System.Windows.Forms.Label label_language;
private System.Windows.Forms.Button buttonCancel;
private System.Windows.Forms.Button buttonOK;
private System.Windows.Forms.CheckBox checkBox_orientImage;
private System.Windows.Forms.CheckBox checkBox_straightenImage;
private System.Windows.Forms.ComboBox comboBox_languages;
}
}

View file

@ -1,88 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
using Greenshot.Core;
namespace GreenshotOCR {
/// <summary>
/// Description of SettingsForm.
/// </summary>
public partial class SettingsForm : Form {
private ILanguage language = Language.GetInstance();
private OCRConfiguration config;
public SettingsForm(string [] languages, OCRConfiguration config) {
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
this.config = config;
InitializeComponent();
language.SynchronizeLanguageToCulture();
initializeComponentText();
comboBox_languages.Items.Clear();
int index=0;
foreach(string availableLanguage in languages) {
string displayLanguage = cleanLanguage(availableLanguage);
comboBox_languages.Items.Add(displayLanguage);
if (availableLanguage.Equals(config.Language)) {
comboBox_languages.SelectedIndex = index;
}
index++;
}
checkBox_orientImage.Checked = config.Orientimage;
checkBox_straightenImage.Checked = config.StraightenImage;
}
private void initializeComponentText() {
this.label_language.Text = language.GetString(LangKey.language);
this.checkBox_orientImage.Text = language.GetString(LangKey.orient_image);
}
private string cleanLanguage(string suppliedLanguage) {
string displayLanguage = "";
if (suppliedLanguage != null) {
displayLanguage = suppliedLanguage.Replace("miLANG_","").Replace("_"," ");
displayLanguage = displayLanguage.Substring(0, 1).ToUpper() + displayLanguage.Substring(1).ToLower();
}
return displayLanguage;
}
void ButtonCancelClick(object sender, EventArgs e) {
DialogResult = DialogResult.Cancel;
}
void ButtonOKClick(object sender, EventArgs e) {
string selectedString = (string) comboBox_languages.SelectedItem;
if (selectedString != null) {
config.Language = "miLANG_" + selectedString.ToUpper().Replace(" ", "_");
}
config.Orientimage = checkBox_orientImage.Checked;
config.StraightenImage = checkBox_straightenImage.Checked;
DialogResult = DialogResult.OK;
}
}
}

View file

@ -1,2 +0,0 @@
tlbimp Office12\MDIVWCTL.DLL /namespace:MODI12 /out:MODI12.dll
tlbimp Office11\MDIVWCTL.DLL /namespace:MODI11 /out:MODI11.dll

Binary file not shown.

Binary file not shown.

View file

@ -1,72 +0,0 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{47F23C86-604E-4CC3-8767-B3D4088F30BB}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType>
<RootNamespace>Greenshot_RunAtOutput_Plugin</RootNamespace>
<AssemblyName>Greenshot-RunAtOutput-Plugin</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SourceAnalysisOverrideSettingsFile>C:\Users\Robin\AppData\Roaming\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\GreenshotCore\Lib\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="RunAtOutput.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="RunAtOutputConfiguration.cs" />
<Compile Include="SettingsForm.cs" />
<Compile Include="SettingsForm.Designer.cs">
<DependentUpon>SettingsForm.cs</DependentUpon>
</Compile>
<None Include="Properties\AssemblyInfo.cs.template" />
</ItemGroup>
<PropertyGroup>
<PreBuildEvent>"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(ProjectDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"</PreBuildEvent>
<PostBuildEvent>mkdir "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)"
copy "$(ProjectDir)bin\$(Configuration)\$(TargetFileName)" "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)\*.gsp"</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GreenshotCore\GreenshotCore.csproj">
<Project>{BDC408EE-DEA1-4474-B59D-7F05757B12EC}</Project>
<Name>GreenshotCore</Name>
</ProjectReference>
</ItemGroup>
</Project>

View file

@ -1,53 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#region Using directives
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Greenshot-RunAtOutput-Plugin")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Greenshot-RunAtOutput-Plugin")]
[assembly: AssemblyCopyright("Copyright 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: PluginAttribute("RunAtOutput.RunAtOutputPlugin", true)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]
// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.$WCREV$")]

View file

@ -1,105 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Imaging;
using System.IO;
using System.Text;
using System.Windows.Forms;
using System.Xml.Serialization;
using Greenshot.Capturing;
using Greenshot.Core;
using Greenshot.Plugin;
namespace RunAtOutput {
/// <summary>
/// An Plugin to run commands after an image was written
/// </summary>
public class RunAtOutputPlugin : IGreenshotPlugin {
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(RunAtOutputPlugin));
private IGreenshotPluginHost host;
private ICaptureHost captureHost = null;
private PluginAttribute myAttributes;
private RunAtOutputConfiguration config;
public RunAtOutputPlugin() {
}
/// <summary>
/// Implementation of the IGreenshotPlugin.Initialize
/// </summary>
/// <param name="host">Use the IGreenshotPluginHost interface to register events</param>
/// <param name="captureHost">Use the ICaptureHost interface to register in the MainContextMenu</param>
/// <param name="pluginAttribute">My own attributes</param>
public virtual void Initialize(IGreenshotPluginHost pluginHost, ICaptureHost captureHost, PluginAttribute myAttributes) {
LOG.Debug("Initialize called of " + myAttributes.Name);
this.host = (IGreenshotPluginHost)pluginHost;
this.captureHost = captureHost;
this.myAttributes = myAttributes;
this.host.OnImageOutput += new OnImageOutputHandler(ImageOutput);
this.config = IniConfig.GetIniSection<RunAtOutputConfiguration>();
}
public virtual void Shutdown() {
LOG.Debug("Shutdown of " + myAttributes.Name);
this.host.OnImageOutput -= new OnImageOutputHandler(ImageOutput);
}
/// <summary>
/// Implementation of the IPlugin.Configure
/// </summary>
public virtual void Configure() {
LOG.Debug("Configure called");
new SettingsForm().ShowDialog();
}
/// <summary>
/// Handling of the OnImageOutputHandler event from the IGreenshotPlugin
/// </summary>
/// <param name="ImageOutputEventArgs">Has the FullPath to the image</param>
private void ImageOutput(object sender, ImageOutputEventArgs eventArgs) {
LOG.Debug("ImageOutput called with full path: " + eventArgs.FullPath);
foreach(string commando in config.active) {
string commandline = config.commandlines[commando];
string arguments = config.arguments[commando];
if (commandline != null && commandline.Length > 0) {
Process p = new Process();
p.StartInfo.FileName = commandline;
p.StartInfo.Arguments = String.Format(arguments, eventArgs.FullPath);
p.StartInfo.UseShellExecute = false;
p.StartInfo.RedirectStandardOutput = true;
LOG.Info("Starting : " + p.StartInfo.FileName + " " + p.StartInfo.Arguments);
p.Start();
string output = p.StandardOutput.ReadToEnd();
if (output != null && output.Trim().Length > 0) {
LOG.Info("Output:\n" + output);
}
LOG.Info("Finished : " + p.StartInfo.FileName + " " + p.StartInfo.Arguments);
}
}
}
}
}

View file

@ -1,75 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using Greenshot.Core;
namespace RunAtOutput {
/// <summary>
/// Description of FlickrConfiguration.
/// </summary>
[IniSection("RunAtOutput", Description="Greenshot TitRunAtOutputleFix Plugin configuration")]
public class RunAtOutputConfiguration : IniSection {
[IniProperty("Commands", Description="The commands that are available.")]
public List<string> commands;
//[IniProperty("Matcher", Description="Match filenames or types.")]
//public Dictionary<string, string> matchers;
[IniProperty("Commandline", Description="The commandline for the output command.")]
public Dictionary<string, string> commandlines;
[IniProperty("Argument", Description="The arguments for the output command.")]
public Dictionary<string, string> arguments;
[IniProperty("ActiveCommands", Description="The commands that are active.")]
public List<string> active;
/// <summary>
/// Supply values we can't put as defaults
/// </summary>
/// <param name="property">The property to return a default for</param>
/// <returns>object with the default value for the supplied property</returns>
public override object GetDefault(string property) {
switch(property) {
case "Commands":
List<string> commandDefaults = new List<string>();
commandDefaults.Add("Paint.NET");
return commandDefaults;
case "Commandline":
Dictionary<string, string> commandlineDefaults = new Dictionary<string, string>();
commandlineDefaults.Add("Paint.NET", @"C:\Programme\Paint.NET\PaintDotNet.exe");
return commandlineDefaults;
// case "Matcher":
// Dictionary<string, string> matcherDefaults = new Dictionary<string, string>();
// matcherDefaults.Add("Paint.NET", "*");
// return matcherDefaults;
case "ActiveCommands":
return new List<string>();
case "Argument":
Dictionary<string, string> argumentDefaults = new Dictionary<string, string>();
argumentDefaults.Add("Paint.NET", "\"{0}\"");
return argumentDefaults;
}
return null;
}
}
}

View file

@ -1,211 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace RunAtOutput {
partial class SettingsForm {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.textBox_commandline = new System.Windows.Forms.TextBox();
this.buttonCancel = new System.Windows.Forms.Button();
this.buttonOk = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.textBox_arguments = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.button1 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.textBox_name = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// textBox_commandline
//
this.textBox_commandline.Location = new System.Drawing.Point(229, 245);
this.textBox_commandline.Name = "textBox_commandline";
this.textBox_commandline.Size = new System.Drawing.Size(184, 20);
this.textBox_commandline.TabIndex = 2;
//
// buttonCancel
//
this.buttonCancel.Location = new System.Drawing.Point(339, 302);
this.buttonCancel.Name = "buttonCancel";
this.buttonCancel.Size = new System.Drawing.Size(75, 23);
this.buttonCancel.TabIndex = 7;
this.buttonCancel.Text = "Cancel";
this.buttonCancel.UseVisualStyleBackColor = true;
this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
//
// buttonOk
//
this.buttonOk.Location = new System.Drawing.Point(258, 302);
this.buttonOk.Name = "buttonOk";
this.buttonOk.Size = new System.Drawing.Size(75, 23);
this.buttonOk.TabIndex = 6;
this.buttonOk.Text = "OK";
this.buttonOk.UseVisualStyleBackColor = true;
this.buttonOk.Click += new System.EventHandler(this.ButtonOkClick);
//
// label1
//
this.label1.Location = new System.Drawing.Point(153, 248);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(56, 17);
this.label1.TabIndex = 3;
this.label1.Text = "Command";
//
// textBox_arguments
//
this.textBox_arguments.Location = new System.Drawing.Point(229, 271);
this.textBox_arguments.Name = "textBox_arguments";
this.textBox_arguments.Size = new System.Drawing.Size(184, 20);
this.textBox_arguments.TabIndex = 3;
//
// label2
//
this.label2.Location = new System.Drawing.Point(153, 274);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(70, 17);
this.label2.TabIndex = 5;
this.label2.Text = "Arguments";
//
// listView1
//
this.listView1.CheckBoxes = true;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2});
this.listView1.FullRowSelect = true;
this.listView1.Location = new System.Drawing.Point(13, 13);
this.listView1.MultiSelect = false;
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(400, 183);
this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending;
this.listView1.TabIndex = 0;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.ListView1ItemChecked);
this.listView1.SelectedIndexChanged += new System.EventHandler(this.ListView1ItemSelectionChanged);
//
// columnHeader1
//
this.columnHeader1.Text = "Active";
//
// columnHeader2
//
this.columnHeader2.Text = "Name";
this.columnHeader2.Width = 311;
//
// button1
//
this.button1.Location = new System.Drawing.Point(13, 202);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 4;
this.button1.Text = "Add";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.ButtonAddClick);
//
// button2
//
this.button2.Location = new System.Drawing.Point(12, 231);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 23);
this.button2.TabIndex = 5;
this.button2.Text = "Delete";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.ButtonDeleteClick);
//
// label3
//
this.label3.Location = new System.Drawing.Point(154, 222);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 17);
this.label3.TabIndex = 10;
this.label3.Text = "Name";
//
// textBox_name
//
this.textBox_name.Location = new System.Drawing.Point(230, 219);
this.textBox_name.Name = "textBox_name";
this.textBox_name.Size = new System.Drawing.Size(184, 20);
this.textBox_name.TabIndex = 1;
//
// SettingsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(426, 336);
this.Controls.Add(this.label3);
this.Controls.Add(this.textBox_name);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.listView1);
this.Controls.Add(this.label2);
this.Controls.Add(this.textBox_arguments);
this.Controls.Add(this.label1);
this.Controls.Add(this.buttonOk);
this.Controls.Add(this.buttonCancel);
this.Controls.Add(this.textBox_commandline);
this.Name = "SettingsForm";
this.Text = "Command Editor";
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.TextBox textBox_name;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.TextBox textBox_arguments;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBox_commandline;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonOk;
private System.Windows.Forms.Button buttonCancel;
}
}

View file

@ -1,111 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Drawing;
using System.Windows.Forms;
using Greenshot.Core;
namespace RunAtOutput {
/// <summary>
/// Description of SettingsForm.
/// </summary>
public partial class SettingsForm : Form {
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(SettingsForm));
private RunAtOutputConfiguration config;
public SettingsForm() {
this.config = IniConfig.GetIniSection<RunAtOutputConfiguration>();
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
UpdateView();
}
void ButtonOkClick(object sender, EventArgs e) {
IniConfig.Save();
DialogResult = DialogResult.OK;
}
void ButtonCancelClick(object sender, EventArgs e) {
DialogResult = DialogResult.Cancel;
}
void ShowSelectedItem() {
foreach ( ListViewItem item in listView1.SelectedItems ) {
string commando = item.Tag as string;
textBox_name.Text = commando;
textBox_commandline.Text = config.commandlines[commando];
textBox_arguments.Text = config.arguments[commando];
}
}
void ButtonAddClick(object sender, EventArgs e) {
config.commands.Add(textBox_name.Text);
config.commandlines.Add(textBox_name.Text, textBox_commandline.Text);
config.arguments.Add(textBox_name.Text, textBox_arguments.Text);
UpdateView();
}
void ButtonDeleteClick(object sender, EventArgs e) {
foreach ( ListViewItem item in listView1.SelectedItems ) {
string commando = item.Tag as string;
config.active.Remove(textBox_name.Text);
config.commands.Remove(textBox_name.Text);
config.commandlines.Remove(textBox_name.Text);
config.arguments.Remove(textBox_name.Text);
}
UpdateView();
}
void UpdateView() {
listView1.Items.Clear();
if (config.commands != null) {
foreach(string commando in config.commands) {
ListViewItem item = new ListViewItem("");
item.SubItems.Add(commando);
if (config.active != null) {
item.Checked = config.active.Contains(commando);
}
item.Tag = commando;
listView1.Items.Add(item);
}
}
}
void ListView1ItemSelectionChanged(object sender, EventArgs e) {
ShowSelectedItem();
}
void ListView1ItemChecked(object sender, ItemCheckedEventArgs e) {
string commando = e.Item.Tag as string;
LOG.Debug("ItemChecked " + commando + " to " + e.Item.Checked);
if (e.Item.Checked && !config.active.Contains(commando)) {
config.active.Add(commando);
}
if (!e.Item.Checked) {
config.active.Remove(commando);
}
}
}
}

View file

@ -1,67 +0,0 @@
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{0A07500E-7404-48D7-8789-7EB2A23E0DD5}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<OutputType>Library</OutputType>
<RootNamespace>Greenshot_TitleFix_Plugin</RootNamespace>
<AssemblyName>Greenshot-TitleFix-Plugin</AssemblyName>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<AppDesignerFolder>Properties</AppDesignerFolder>
<SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\05018085\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<AllowUnsafeBlocks>False</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<PlatformTarget>x86</PlatformTarget>
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\GreenshotCore\Lib\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Include="TitleFix.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TitleFixConfiguration.cs" />
<None Include="Properties\AssemblyInfo.cs.template" />
</ItemGroup>
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)"
copy "$(ProjectDir)bin\$(Configuration)\$(TargetFileName)" "$(SolutionDir)bin\$(Configuration)\Plugins\$(ProjectName)\*.gsp"
</PostBuildEvent>
<PreBuildEvent>"$(SolutionDir)\tools\TortoiseSVN\SubWCRev.exe" "$(SolutionDir)\" "$(ProjectDir)\Properties\AssemblyInfo.cs.template" "$(ProjectDir)\Properties\AssemblyInfo.cs"</PreBuildEvent>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\GreenshotCore\GreenshotCore.csproj">
<Project>{BDC408EE-DEA1-4474-B59D-7F05757B12EC}</Project>
<Name>GreenshotCore</Name>
</ProjectReference>
</ItemGroup>
</Project>

View file

@ -1,54 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#region Using directives
using System;
using System.Reflection;
using System.Runtime.InteropServices;
using Greenshot.Plugin;
#endregion
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Greenshot-TitleFix-Plugin")]
[assembly: AssemblyDescription("A plugin to fix captured Window Titles")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Greenshot-TitleFix-Plugin")]
[assembly: AssemblyCopyright("Copyright 2010")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// The PluginAttribute describes the "entryType" and if the plugin is configurable
[assembly: PluginAttribute("TitleFix.TitleFix", false)]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]
// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all the values or you can use the default the Revision and
// Build Numbers by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.$WCREV$")]

View file

@ -1,118 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Text.RegularExpressions;
using System.Windows.Forms;
using Greenshot.Capturing;
using Greenshot.Core;
using Greenshot.Plugin;
namespace TitleFix {
/// <summary>
/// An example Plugin so developers can see how they can develop their own plugin
/// </summary>
public class TitleFix : IGreenshotPlugin {
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(TitleFix));
private IGreenshotPluginHost host;
private ICaptureHost captureHost = null;
private PluginAttribute myAttributes;
private TitleFixConfiguration config = null;
public TitleFix() {
}
/// <summary>
/// Implementation of the IGreenshotPlugin.Initialize
/// </summary>
/// <param name="host">Use the IGreenshotPluginHost interface to register events</param>
/// <param name="captureHost">Use the ICaptureHost interface to register in the MainContextMenu</param>
/// <param name="pluginAttribute">My own attributes</param>
public virtual void Initialize(IGreenshotPluginHost pluginHost, ICaptureHost captureHost, PluginAttribute myAttributes) {
LOG.Debug("Initialize called of " + myAttributes.Name);
this.host = (IGreenshotPluginHost)pluginHost;
this.captureHost = captureHost;
this.myAttributes = myAttributes;
this.config = IniConfig.GetIniSection<TitleFixConfiguration>();
// check configuration
List<string> corruptKeys = new List<string>();
foreach(string key in config.active) {
if (!config.matchers.ContainsKey(key) || !config.matchers.ContainsKey(key)) {
LOG.Warn("Key " + key + " not found, configuration is broken! Disabling this key!");
corruptKeys.Add(key);
}
}
// Fix configuration if needed
if(corruptKeys.Count > 0) {
foreach(string corruptKey in corruptKeys) {
// Removing any reference to the key
config.active.Remove(corruptKey);
config.matchers.Remove(corruptKey);
config.replacers.Remove(corruptKey);
}
config.IsDirty = true;
}
this.host.OnCaptureTaken += new OnCaptureTakenHandler(CaptureTaken);
}
public virtual void Shutdown() {
LOG.Debug("Shutdown of " + myAttributes.Name);
this.host.OnCaptureTaken -= new OnCaptureTakenHandler(CaptureTaken);
}
/// <summary>
/// Implementation of the IPlugin.Configure
/// </summary>
public virtual void Configure() {
LOG.Debug("Configure called");
}
/// <summary>
/// Implementation of the OnCaptureTaken event
/// </summary>
private void CaptureTaken(object sender, CaptureTakenEventArgs eventArgs) {
string title = eventArgs.Capture.CaptureDetails.Title;
LOG.Debug("Title before: " + title);
if (title != null && title.Length > 0) {
title = title.Trim();
foreach(string titleIdentifier in config.active) {
string regexpString = config.matchers[titleIdentifier];
string replaceString = config.replacers[titleIdentifier];
if (regexpString != null && regexpString.Length > 0) {
Regex regex = new Regex(regexpString);
title = regex.Replace(title, replaceString);
}
}
}
LOG.Debug("Title after: " + title);
eventArgs.Capture.CaptureDetails.Title = title;
}
}
}

View file

@ -1,66 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections.Generic;
using Greenshot.Core;
namespace TitleFix {
/// <summary>
/// Description of FlickrConfiguration.
/// </summary>
[IniSection("TitleFix", Description="Greenshot TitleFix Plugin configuration")]
public class TitleFixConfiguration : IniSection {
[IniProperty("ActiveFixes", Description="The fixes that are active.")]
public List<string> active;
[IniProperty("Matcher", Description="The regular expressions to match the title with.")]
public Dictionary<string, string> matchers;
[IniProperty("Replacer", Description="The replacements for the matchers.")]
public Dictionary<string, string> replacers;
/// <summary>
/// Supply values we can't put as defaults
/// </summary>
/// <param name="property">The property to return a default for</param>
/// <returns>object with the default value for the supplied property</returns>
public override object GetDefault(string property) {
switch(property) {
case "ActiveFixes":
List<string> activeDefaults = new List<string>();
activeDefaults.Add("Firefox");
activeDefaults.Add("IE");
return activeDefaults;
case "Matcher":
Dictionary<string, string> matcherDefaults = new Dictionary<string, string>();
matcherDefaults.Add("Firefox", " - Mozilla Firefox.*");
matcherDefaults.Add("IE", " - Microsoft Internet Explorer.*");
return matcherDefaults;
case "Replacer":
Dictionary<string, string> replacerDefaults = new Dictionary<string, string>();
replacerDefaults.Add("Firefox", "");
replacerDefaults.Add("IE", "");
return replacerDefaults;
}
return null;
}
}
}

View file

@ -1,51 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// Information about this assembly is defined by the following
// attributes.
//
// change them to the information which is associated with the assembly
// you compile.
[assembly: AssemblyTitle("Greenshot")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Greenshot")]
[assembly: AssemblyCopyright("")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// This sets the default COM visibility of types in the assembly to invisible.
// If you need to expose a type to COM, use [ComVisible(true)] on that type.
[assembly: ComVisible(false)]
// The assembly version has following format :
//
// Major.Minor.Build.Revision
//
// You can specify all values by your own or you can build default build and revision
// numbers with the '*' character (the default):
[assembly: AssemblyVersion("0.9.0.$WCREV$")]

View file

@ -1,118 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Greenshot.Forms {
partial class BugReportForm {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(BugReportForm));
this.labelBugReportInfo = new System.Windows.Forms.Label();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.btnClose = new System.Windows.Forms.Button();
this.linkLblBugs = new System.Windows.Forms.LinkLabel();
this.SuspendLayout();
//
// labelBugReportInfo
//
this.labelBugReportInfo.Location = new System.Drawing.Point(12, 9);
this.labelBugReportInfo.Name = "labelBugReportInfo";
this.labelBugReportInfo.Size = new System.Drawing.Size(481, 141);
this.labelBugReportInfo.TabIndex = 0;
this.labelBugReportInfo.Text = resources.GetString("labelBugReportInfo.Text");
//
// textBoxDescription
//
this.textBoxDescription.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textBoxDescription.Location = new System.Drawing.Point(12, 179);
this.textBoxDescription.Multiline = true;
this.textBoxDescription.Name = "textBoxDescription";
this.textBoxDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.textBoxDescription.Size = new System.Drawing.Size(504, 232);
this.textBoxDescription.TabIndex = 1;
//
// btnClose
//
this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnClose.Location = new System.Drawing.Point(377, 417);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(139, 23);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "Close";
this.btnClose.UseVisualStyleBackColor = true;
//
// linkLblBugs
//
this.linkLblBugs.Location = new System.Drawing.Point(12, 153);
this.linkLblBugs.Name = "linkLblBugs";
this.linkLblBugs.Size = new System.Drawing.Size(465, 23);
this.linkLblBugs.TabIndex = 9;
this.linkLblBugs.TabStop = true;
this.linkLblBugs.Text = "http://sourceforge.net/tracker/?group_id=191585&atid=937972";
this.linkLblBugs.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLblBugsLinkClicked);
//
// BugReportForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnClose;
this.ClientSize = new System.Drawing.Size(528, 452);
this.Controls.Add(this.linkLblBugs);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.textBoxDescription);
this.Controls.Add(this.labelBugReportInfo);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "BugReportForm";
this.Text = "Error";
this.ResumeLayout(false);
this.PerformLayout();
}
private System.Windows.Forms.LinkLabel linkLblBugs;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.TextBox textBoxDescription;
private System.Windows.Forms.Label labelBugReportInfo;
}
}

View file

@ -1,70 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Drawing;
using System.Net;
using System.Web;
using System.Windows.Forms;
using Greenshot.Configuration;
using Greenshot.Core;
using Greenshot.Helpers;
namespace Greenshot.Forms {
public partial class BugReportForm : Form {
private ILanguage lang;
private BugReportForm() {
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
lang = Language.GetInstance();
UpdateUI();
}
public BugReportForm(string bugText) {
InitializeComponent();
lang = Language.GetInstance();
UpdateUI();
this.textBoxDescription.Text = bugText;
}
void UpdateUI() {
this.Text = lang.GetString(LangKey.bugreport_title);
this.labelBugReportInfo.Text = lang.GetString(LangKey.bugreport_info);
this.btnClose.Text = lang.GetString(LangKey.bugreport_cancel);
}
void LinkLblBugsLinkClicked(object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e) {
openLink((LinkLabel)sender);
}
private void openLink(LinkLabel link) {
try {
link.LinkVisited = true;
System.Diagnostics.Process.Start(link.Text);
} catch (Exception) {
MessageBox.Show(lang.GetString(LangKey.error_openlink),lang.GetString(LangKey.error));
}
}
}
}

View file

@ -1,386 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="labelBugReportInfo.Text" xml:space="preserve">
<value>Sorry, an unexpected error occured.
The good news is: you can help us getting rid of it by filing a bug report.
Please visit the URL below, create a new bug report and paste the contents from the text area into the description.
Also, we would highly appreciate if you could add a short description about the circumstances under which the error occurred.</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPSkpKSisCAAAAAAAAAQAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFTg9JgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAgAAAgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIA
AAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAA
AKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIA
AAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAA
AKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIA
AAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAA
AKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCKAAAACAAAABA
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
</value>
</data>
</root>

View file

@ -1,84 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Greenshot.Forms {
partial class CaptureForm {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.Windows.Forms.PictureBox pictureBox;
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent() {
this.pictureBox = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).BeginInit();
this.SuspendLayout();
//
// pictureBox
//
this.pictureBox.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox.Location = new System.Drawing.Point(0, 0);
this.pictureBox.Name = "pictureBox";
this.pictureBox.Size = new System.Drawing.Size(0, 0);
this.pictureBox.TabIndex = 1;
this.pictureBox.TabStop = false;
this.pictureBox.MouseMove += new System.Windows.Forms.MouseEventHandler(this.PictureBoxMouseMove);
this.pictureBox.MouseDown += new System.Windows.Forms.MouseEventHandler(this.PictureBoxMouseDown);
this.pictureBox.Paint += new System.Windows.Forms.PaintEventHandler(this.PictureBoxPaint);
this.pictureBox.MouseUp += new System.Windows.Forms.MouseEventHandler(this.PictureBoxMouseUp);
//
// CaptureForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(0, 0);
this.Controls.Add(this.pictureBox);
this.Cursor = System.Windows.Forms.Cursors.Cross;
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "CaptureForm";
this.ShowInTaskbar = false;
this.TopMost = true;
this.VisibleChanged += new System.EventHandler(this.CaptureFormVisibleChanged);
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CaptureFormKeyDown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox)).EndInit();
this.Visible = false;
this.ResumeLayout(false);
}
}
}

View file

@ -1,780 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Imaging;
using System.Drawing.Printing;
using System.IO;
using System.Text;
using System.Windows.Forms;
using Greenshot.Capturing;
using Greenshot.Configuration;
using Greenshot.Core;
using Greenshot.Drawing;
using Greenshot.Helpers;
using Greenshot.Plugin;
using Greenshot.UnmanagedHelpers;
namespace Greenshot.Forms {
/// <summary>
/// Description of CaptureForm.
/// </summary>
public partial class CaptureForm : Form, ICaptureHost {
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(CaptureForm));
private int mX;
private int mY;
private Point cursorPos = Point.Empty;
// TODO: dispose Brush & Pen, not very important as we only instanciate this once
private Brush OverlayBrush = new SolidBrush(Color.FromArgb(50, Color.MediumSeaGreen));
private Pen OverlayPen = new Pen(Color.FromArgb(50, Color.Black));
private CaptureMode captureMode = CaptureMode.None;
private List<WindowDetails> windows = new List<WindowDetails>();
private WindowDetails selectedCaptureWindow;
private bool mouseDown = false;
private Rectangle captureRect = Rectangle.Empty;
private ICapture capture = null;
private CoreConfiguration conf = IniConfig.GetIniSection<CoreConfiguration>();
private ILanguage lang = Language.GetInstance();
public CaptureForm() {
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
// Make sure the form is hidden (might be overdoing it...)
this.Hide();
}
void DoCaptureFeedback() {
if(conf.PlayCameraSound) {
SoundHelper.Play();
}
if(conf.ShowFlash) {
FlashlightForm flashlightForm = new FlashlightForm();
flashlightForm.Bounds = capture.ScreenBounds;
flashlightForm.FadeIn();
flashlightForm.FadeOut();
flashlightForm.Dispose();
}
}
/// <summary>
/// Make Capture with default destinations
/// </summary>
/// <param name="mode">CaptureMode</param>
/// <param name="captureMouseCursor">bool false if the mouse should not be captured, true if the configuration should be checked</param>
public void MakeCapture(CaptureMode mode, bool captureMouseCursor) {
Capture passingCapture = new Capture();
MakeCapture(mode, captureMouseCursor, passingCapture);
}
/// <summary>
/// Make Capture with default destinations
/// </summary>
/// <param name="mode">CaptureMode</param>
/// <param name="captureMouseCursor">bool false if the mouse should not be captured, true if the configuration should be checked</param>
public void MakeCapture(CaptureMode mode, bool captureMouseCursor, CaptureHandler captureHandler) {
Capture passingCapture = new Capture();
passingCapture.CaptureDetails.CaptureHandler = captureHandler;
MakeCapture(mode, captureMouseCursor, passingCapture);
}
/// <summary>
/// Make Capture with specified destinations
/// </summary>
/// <param name="mode">CaptureMode</param>
/// <param name="captureMouseCursor">bool false if the mouse should not be captured, true if the configuration should be checked</param>
/// <param name="captureDestinations">List<CaptureDestination> with destinations</param>
public void MakeCapture(CaptureMode mode, bool captureMouseCursor, List<CaptureDestination> captureDestinations) {
Capture passingCapture = new Capture();
passingCapture.CaptureDetails.CaptureDestinations = captureDestinations;
MakeCapture(mode, captureMouseCursor, passingCapture);
}
/// <summary>
/// Make Capture with file name
/// </summary>
/// <param name="filename">List<CaptureDestination> with destinations</param>
public void MakeCapture(string filename) {
Capture passingCapture = new Capture();
passingCapture.CaptureDetails.Filename = filename;
MakeCapture(CaptureMode.File, false, passingCapture);
}
/// <summary>
/// Make Capture with specified destinations
/// </summary>
/// <param name="mode">CaptureMode</param>
/// <param name="captureMouseCursor">bool false if the mouse should not be captured, true if the configuration should be checked</param>
/// <param name="captureDestinations">List<CaptureDestination> with destinations</param>
private void MakeCapture(CaptureMode mode, bool captureMouseCursor, ICapture newCapture) {
if (captureMode != CaptureMode.None) {
LOG.Warn(String.Format("Capture started while capturing, current mode = {0} new capture was {1}.", captureMode, mode));
return;
} else {
LOG.Debug(String.Format("MakeCapture({0}, {1})", mode, captureMouseCursor));
}
captureMode = mode;
// cleanup the previos information if there is still any
if (capture != null) {
LOG.Debug("Capture wasn't disposed yet, this would suggest a leak");
capture.Dispose();
capture = null;
}
// Use the supplied Capture information
capture = newCapture;
capture.CaptureDetails.CaptureMode = mode;
// Delay for the Context menu
System.Threading.Thread.Sleep(conf.CaptureDelay);
// Allways capture Mousecursor, only show when needed
capture = WindowCapture.CaptureCursor(capture);
capture.CursorVisible = false;
// Check if needed
if (captureMouseCursor && mode != CaptureMode.Clipboard && mode != CaptureMode.File) {
capture.CursorVisible = conf.CaptureMousepointer;
}
switch(mode) {
case CaptureMode.Window:
capture = WindowCapture.CaptureScreen(capture);
CaptureWithFeedback();
break;
case CaptureMode.ActiveWindow:
CaptureActiveWindow();
finishCapture();
break;
case CaptureMode.FullScreen:
capture = WindowCapture.CaptureScreen(capture);
HandleCapture();
break;
case CaptureMode.Clipboard:
Image clipboardImage = null;
string text = "Clipboard";
if (Clipboard.ContainsImage()) {
clipboardImage = Clipboard.GetImage();
} else if (ClipboardHelper.GetFormats().Contains("HTML Format")) {
HtmlFragment htmlFragment = HtmlFragment.FromClipboard();
text = htmlFragment.Fragment;
clipboardImage = WebsiteImageGenerator.GetImageFromHTML(text);
} else {
text = Clipboard.GetText();
if ((text != null && text.StartsWith("http://"))) {
clipboardImage = WebsiteImageGenerator.GetImageFromURL(text);
}
}
if (clipboardImage != null) {
if (capture != null) {
capture.Image = clipboardImage;
} else {
capture = new Capture(clipboardImage);
}
// Force Editor
capture.CaptureDetails.AddDestination(CaptureDestination.Editor);
HandleCapture();
} else {
MessageBox.Show("Couldn't create bitmap from : " + text);
}
break;
case CaptureMode.File:
Bitmap fileBitmap = null;
try {
fileBitmap = new Bitmap(capture.CaptureDetails.Filename, true);
} catch (Exception e) {
LOG.Error(e.Message, e);
MessageBox.Show(lang.GetFormattedString(LangKey.error_openfile, capture.CaptureDetails.Filename));
}
if (fileBitmap != null) {
if (capture != null) {
capture.Image = fileBitmap;
} else {
capture = new Capture(fileBitmap);
}
// Force Editor
capture.CaptureDetails.AddDestination(CaptureDestination.Editor);
HandleCapture();
}
break;
case CaptureMode.LastRegion:
if (!RuntimeConfig.LastCapturedRegion.Equals(Rectangle.Empty)) {
capture = WindowCapture.CaptureRectangle(capture, RuntimeConfig.LastCapturedRegion);
HandleCapture();
}
break;
case CaptureMode.Region:
capture = WindowCapture.CaptureScreen(capture);
CaptureWithFeedback();
break;
default:
LOG.Warn("Unknown capture mode: " + mode);
break;
}
}
private ICapture AddConfiguredDestination(ICapture capture) {
if (conf.OutputDestinations.Contains(Destination.FileDefault)) {
capture.CaptureDetails.AddDestination(CaptureDestination.File);
}
if (conf.OutputDestinations.Contains(Destination.FileWithDialog)) {
capture.CaptureDetails.AddDestination(CaptureDestination.FileWithDialog);
}
if (conf.OutputDestinations.Contains(Destination.Clipboard)) {
capture.CaptureDetails.AddDestination(CaptureDestination.Clipboard);
}
if (conf.OutputDestinations.Contains(Destination.Printer)) {
capture.CaptureDetails.AddDestination(CaptureDestination.Printer);
}
if (conf.OutputDestinations.Contains(Destination.Editor)) {
capture.CaptureDetails.AddDestination(CaptureDestination.Editor);
}
if (conf.OutputDestinations.Contains(Destination.EMail)) {
capture.CaptureDetails.AddDestination(CaptureDestination.EMail);
}
return capture;
}
/// <summary>
/// Process a bitmap like it was captured
/// </summary>
/// <param name="bitmap">The bitmap to process</param>
public void HandleCapture(Bitmap bitmap) {
Capture capture = new Capture(bitmap);
HandleCapture(capture);
}
// This is also an ICapture Interface implementation
public void HandleCapture(Capture capture) {
this.capture = capture;
HandleCapture();
}
private void HandleCapture() {
string fullPath = null;
// Flag to see if the image was "exported" so the FileEditor doesn't
// ask to save the file as long as nothing is done.
bool outputMade = false;
// Make sure the user sees that the capture is made
if (capture.CaptureDetails.CaptureMode != CaptureMode.File && capture.CaptureDetails.CaptureMode != CaptureMode.Clipboard) {
DoCaptureFeedback();
} else {
// If File || Clipboard
// Maybe not "made" but the original is still there... somehow
outputMade = true;
}
LOG.Debug("A capture of: " + capture.CaptureDetails.Title);
// Create event OnCaptureTaken for all Plugins
PluginHelper.instance.CreateCaptureTakenEvent(capture);
// check if someone has passed a handler
if (capture.CaptureDetails.CaptureHandler != null) {
CaptureTakenEventArgs eventArgs = new CaptureTakenEventArgs(capture);
capture.CaptureDetails.CaptureHandler(this, eventArgs);
} else if (capture.CaptureDetails.CaptureDestinations == null || capture.CaptureDetails.CaptureDestinations.Count == 0) {
AddConfiguredDestination(capture);
}
// Create Surface with capture, this way elements can be added automatically (like the mouse cursor)
Surface surface = new Surface(capture);
// Call plugins to do something with the screenshot
PluginHelper.instance.CreateSurfaceFromCaptureEvent(capture, surface);
// Disable capturing
captureMode = CaptureMode.None;
// Retrieve important information from the Capture object
ICaptureDetails captureDetails = capture.CaptureDetails;
List<CaptureDestination> captureDestinations = capture.CaptureDetails.CaptureDestinations;
// Dispose the capture, we don't need it anymore (the surface copied all information and we got the title (if any)).
capture.Dispose();
capture = null;
// Want to add more stuff to the surface?? DO IT HERE!
// Create Image for writing/printing etc and use "using" as all code paths either output the image or copy the image
using (Image image = surface.GetImageForExport()) {
// Flag to detect if we need to create a temp file for the email
// or use the file that was written
bool fileWritten = false;
if (captureDestinations.Contains(CaptureDestination.File)) {
string filename = FilenameHelper.GetFilenameFromPattern(conf.OutputFileFilenamePattern, conf.OutputFileFormat, captureDetails);
string filepath = FilenameHelper.FillVariables(conf.OutputFilePath);
fullPath = Path.Combine(filepath,filename);
// Catching any exception to prevent that the user can't write in the directory.
// This is done for e.g. bugs #2974608, #2963943, #2816163, #2795317, #2789218, #3004642
try {
ImageOutput.Save(image, fullPath, captureDetails);
fileWritten = true;
outputMade = true;
} catch (Exception e) {
LOG.Error("Error saving screenshot!", e);
// Show the problem
MessageBox.Show(lang.GetString(LangKey.error_save), lang.GetString(LangKey.error));
// when save failed we present a SaveWithDialog
fullPath = ImageOutput.SaveWithDialog(image, captureDetails);
fileWritten = (fullPath != null);
}
}
if (captureDestinations.Contains(CaptureDestination.FileWithDialog)) {
fullPath = ImageOutput.SaveWithDialog(image, captureDetails);
fileWritten = (fullPath != null);
outputMade = outputMade || fileWritten;
}
if (captureDestinations.Contains(CaptureDestination.Clipboard)) {
ClipboardHelper.SetClipboardData(image);
outputMade = true;
}
if (captureDestinations.Contains(CaptureDestination.Printer)) {
PrinterSettings printerSettings = new PrintHelper(image, captureDetails).PrintWithDialog();
outputMade = outputMade || printerSettings != null;
}
if (captureDestinations.Contains(CaptureDestination.EMail)) {
if (!fileWritten) {
MapiMailMessage.SendImage(image, captureDetails);
} else {
MapiMailMessage.SendImage(fullPath, captureDetails.Title, false);
}
// Don't know how to handle a cancel in the email
outputMade = true;
}
}
// If the editor is opened, let it Dispose the surface!
if (captureDestinations.Contains(CaptureDestination.Editor)) {
ImageEditorForm editor = new ImageEditorForm(surface, outputMade);
if (fullPath != null) {
editor.SetImagePath(fullPath);
}
editor.Show();
editor.Activate();
LOG.Debug("Finished opening Editor");
} else {
// Dispose the surface, we are done with it!
surface.Dispose();
}
// Make CaptureForm invisible
this.Visible = false;
// Hiding makes the editor (if any) get focus
this.Hide();
}
/**
* Finishing the whole Capture with Feedback flow, passing the result on to the HandleCapture
*/
private void finishCapture() {
// Get title
if (selectedCaptureWindow != null) {
if (capture == null) {
capture = new Capture();
}
capture.CaptureDetails.Title = selectedCaptureWindow.Text;
}
if ( (captureMode == CaptureMode.Window || captureMode == CaptureMode.ActiveWindow) && selectedCaptureWindow != null) {
Image capturedWindowImage = null;
// What type of capturing? (From Screen or from window)
if (conf.CaptureCompleteWindow) {
// "Capture" the windows content
capturedWindowImage = selectedCaptureWindow.Image;
if (capturedWindowImage != null) {
// Fix Cursor location as we don't crop
capture.MoveMouseLocation(-selectedCaptureWindow.Rectangle.Location.X, -selectedCaptureWindow.Rectangle.Location.Y);
// Set the image
capture.Image = capturedWindowImage;
}
}
// If the PrintWindow implementation isn't used or failed we use the image from the screen.
if (capturedWindowImage == null) {
// From screen, take the location of the selected window to copy the content
captureRect = selectedCaptureWindow.Rectangle;
// Cropping capture to the selected rectangle
capture.CropWithScreenCoordinates(captureRect);
// save for re-capturing later and show recapture context menu option
RuntimeConfig.LastCapturedRegion = captureRect;
}
StopCapturing(false);
HandleCapture();
} else if (captureRect.Height > 0 && captureRect.Width > 0) {
// Resizing the captured rectangle (no need to make another capture
capture.CropWithScreenCoordinates(captureRect);
// save for re-capturing later and show recapture context menu option
RuntimeConfig.LastCapturedRegion = captureRect;
StopCapturing(false);
HandleCapture();
}
}
/**
* Stopping the whole Capture with Feedback flow
*/
private void StopCapturing(bool cleanupCapture) {
mouseDown = false;
// Disable the capture mode
captureMode = CaptureMode.None;
cursorPos.X = 0;
cursorPos.Y = 0;
selectedCaptureWindow = null;
if (cleanupCapture && capture != null) {
capture.Dispose();
capture = null;
}
this.Hide();
}
#region key handling
void CaptureFormKeyDown(object sender, KeyEventArgs e) {
if (e.KeyCode == Keys.Escape) {
StopCapturing(true);
} else if (e.KeyCode == Keys.M) {
// Toggle mouse cursor
capture.CursorVisible = !capture.CursorVisible;
PictureBoxMouseMove(this, new MouseEventArgs(MouseButtons.None, 0, Cursor.Position.X, Cursor.Position.Y, 0));
} else if (e.KeyCode == Keys.PageDown) {
// Extend the selectable rectangles with the "insides" of the current Window
if (captureMode == CaptureMode.Window) {
WindowDetails currentWindow = FindCurrentWindow();
if (currentWindow != null && !currentWindow.HasChildren) {
currentWindow.GetChildren();
} else {
LOG.Warn("No window found!!");
}
}
PictureBoxMouseMove(this, new MouseEventArgs(MouseButtons.None, 0, Cursor.Position.X, Cursor.Position.Y, 0));
} else if (e.KeyCode == Keys.Space) {
switch (captureMode) {
case CaptureMode.Region:
captureMode = CaptureMode.Window;
break;
case CaptureMode.Window:
captureMode = CaptureMode.Region;
break;
}
PictureBoxMouseMove(this, new MouseEventArgs(MouseButtons.None, 0, Cursor.Position.X, Cursor.Position.Y, 0));
} else if (e.KeyCode == Keys.Return && captureMode == CaptureMode.Window) {
finishCapture();
}
}
#endregion
private void CaptureActiveWindow() {
LOG.Debug("CaptureActiveWindow");
IntPtr hWnd = User32.GetForegroundWindow();
if (hWnd != null && hWnd != IntPtr.Zero) {
// Make sure the screen is captured in case of errors or if we don't do direct window capturing
capture = WindowCapture.CaptureScreen(capture);
selectedCaptureWindow = new WindowDetails(hWnd);
// Content only
if (conf.CaptureWindowContent) {
// Print Tree for debugging
selectedCaptureWindow.PrintTree("");
WindowDetails contentWindow = selectedCaptureWindow.GetContent();
if (contentWindow != null) {
selectedCaptureWindow = contentWindow;
}
}
}
}
#region capture with feedback
private void CaptureWithFeedback() {
windows.Clear();
// Start Enumeration of "active" windows
WindowsEnumerator windowsEnumerator = new WindowsEnumerator();
windowsEnumerator.GetWindows();
foreach(WindowDetails window in windowsEnumerator.Items) {
// Window should be visible and not ourselves
if (window.Visible && !window.Handle.Equals(this.Handle)) {
windows.Add(window);
}
}
this.SuspendLayout();
this.Bounds = capture.ScreenBounds;
pictureBox.Image = capture.Image;
this.Visible = true;
this.ResumeLayout();
this.Focus();
this.Show();
}
/// <summary>
/// Helper Method for finding the current Window in the available rectangles
/// </summary>
/// <returns>WindowDetails</returns>
private WindowDetails FindCurrentWindow() {
foreach(WindowDetails window in windows) {
Rectangle windowRectangle = window.Rectangle;
if (windowRectangle.Contains(Cursor.Position)) {
WindowDetails selectedChild = null;
// Content only
if (conf.CaptureWindowContent) {
WindowDetails childWindow = window.GetContent();
if (childWindow != null && childWindow.Rectangle.Contains(Cursor.Position)) {
return childWindow;
}
}
// Check if Children need to be parsed (only if "pgdn" was used)
if (window.HasChildren) {
foreach(WindowDetails childWindow in window.Children) {
windowRectangle = childWindow.Rectangle;
if (windowRectangle.Contains(Cursor.Position)) {
if (selectedChild == null) {
selectedChild = childWindow;
} else {
int sizeCurrent = childWindow.Rectangle.Height * childWindow.Rectangle.Width;
int sizeSelected = selectedChild.Rectangle.Height * selectedChild.Rectangle.Width;
if (sizeCurrent < sizeSelected) {
selectedChild = childWindow;
}
}
}
}
if (selectedChild != null) {
return selectedChild;
}
}
return window;
}
}
return null;
}
#endregion
#region pictureBox events
void PictureBoxMouseDown(object sender, MouseEventArgs e) {
if (e.Button == MouseButtons.Left) {
mX = e.X;
mY = e.Y;
mouseDown = true;
PictureBoxMouseMove(this, e);
}
}
void PictureBoxMouseUp(object sender, MouseEventArgs e) {
if (mouseDown) {
// If the mouse goes up we set down to false (nice logic!)
mouseDown = false;
// Check if anything is selected
if (captureMode == CaptureMode.Window && selectedCaptureWindow != null) {
// Go and process the capture
finishCapture();
} else if (captureRect.Height > 0 && captureRect.Width > 0) {
// correct the GUI width to real width if Region mode
if (captureMode == CaptureMode.Region) {
captureRect.Width += 1;
captureRect.Height += 1;
}
// Go and process the capture
finishCapture();
}
}
}
void PictureBoxMouseMove(object sender, MouseEventArgs e) {
cursorPos.X = e.X;
cursorPos.Y = e.Y;
if (captureMode == CaptureMode.Region && mouseDown) {
captureRect = GuiRectangle.GetGuiRectangle(e.X + this.Left, e.Y + this.Top, mX - e.X, mY - e.Y);
}
// Iterate over the found windows and check if the current location is inside a window
selectedCaptureWindow = FindCurrentWindow();
if (selectedCaptureWindow != null) {
if (capture == null) {
capture = new Capture();
}
capture.CaptureDetails.Title = selectedCaptureWindow.Text;
if (captureMode == CaptureMode.Window) {
captureRect = selectedCaptureWindow.Rectangle;
}
}
pictureBox.Invalidate();
}
void PictureBoxPaint(object sender, PaintEventArgs e) {
Graphics graphics = e.Graphics;
if (capture.Cursor != null && capture.CursorVisible) {
graphics.DrawIcon(capture.Cursor, capture.CursorLocation.X, capture.CursorLocation.Y);
}
if (mouseDown || captureMode == CaptureMode.Window) {
Rectangle screenbounds = capture.ScreenBounds;
captureRect.Intersect(screenbounds); // crop what is outside the screen
Rectangle fixedRect = new Rectangle( captureRect.X, captureRect.Y, captureRect.Width, captureRect.Height );
fixedRect.X += Math.Abs( screenbounds.X );
fixedRect.Y += Math.Abs( screenbounds.Y );
graphics.FillRectangle( OverlayBrush, fixedRect );
graphics.DrawRectangle( OverlayPen, fixedRect );
// rulers
int dist = 8;
using (Font rulerFont = new Font(FontFamily.GenericSansSerif, 8)) {
int hSpace = TextRenderer.MeasureText(captureRect.Width.ToString(), rulerFont).Width + 3;
int vSpace = TextRenderer.MeasureText(captureRect.Height.ToString(), rulerFont).Height + 3;
Brush bgBrush = new SolidBrush(Color.FromArgb(200, 217, 240, 227));
Pen rulerPen = new Pen(Color.SeaGreen);
// horizontal ruler
if (fixedRect.Width > hSpace + 3) {
using (GraphicsPath p = Drawing.RoundedRectangle.Create2(
fixedRect.X + (fixedRect.Width / 2 - hSpace / 2) + 3,
fixedRect.Y - dist - 7,
TextRenderer.MeasureText(captureRect.Width.ToString(), rulerFont).Width - 3,
TextRenderer.MeasureText(captureRect.Width.ToString(), rulerFont).Height,
3)) {
graphics.FillPath(bgBrush, p);
graphics.DrawPath(rulerPen, p);
graphics.DrawString(captureRect.Width.ToString(), rulerFont, rulerPen.Brush, fixedRect.X + (fixedRect.Width / 2 - hSpace / 2) + 3, fixedRect.Y - dist - 7);
graphics.DrawLine(rulerPen, fixedRect.X, fixedRect.Y - dist, fixedRect.X + (fixedRect.Width / 2 - hSpace / 2), fixedRect.Y - dist);
graphics.DrawLine(rulerPen, fixedRect.X + (fixedRect.Width / 2 + hSpace / 2), fixedRect.Y - dist, fixedRect.X + fixedRect.Width, fixedRect.Y - dist);
graphics.DrawLine(rulerPen, fixedRect.X, fixedRect.Y - dist - 3, fixedRect.X, fixedRect.Y - dist + 3);
graphics.DrawLine(rulerPen, fixedRect.X + fixedRect.Width, fixedRect.Y - dist - 3, fixedRect.X + fixedRect.Width, fixedRect.Y - dist + 3);
}
}
// vertical ruler
if (fixedRect.Height > vSpace + 3) {
using (GraphicsPath p = Drawing.RoundedRectangle.Create2(
fixedRect.X - (TextRenderer.MeasureText(captureRect.Height.ToString(), rulerFont).Width) + 1,
fixedRect.Y + (fixedRect.Height / 2 - vSpace / 2) + 2,
TextRenderer.MeasureText(captureRect.Height.ToString(), rulerFont).Width - 3,
TextRenderer.MeasureText(captureRect.Height.ToString(), rulerFont).Height - 1,
3)) {
graphics.FillPath(bgBrush, p);
graphics.DrawPath(rulerPen, p);
graphics.DrawString(captureRect.Height.ToString(), rulerFont, rulerPen.Brush, fixedRect.X - (TextRenderer.MeasureText(captureRect.Height.ToString(), rulerFont).Width) + 1, fixedRect.Y + (fixedRect.Height / 2 - vSpace / 2) + 2);
graphics.DrawLine(rulerPen, fixedRect.X - dist, fixedRect.Y, fixedRect.X - dist, fixedRect.Y + (fixedRect.Height / 2 - vSpace / 2));
graphics.DrawLine(rulerPen, fixedRect.X - dist, fixedRect.Y + (fixedRect.Height / 2 + vSpace / 2), fixedRect.X - dist, fixedRect.Y + fixedRect.Height);
graphics.DrawLine(rulerPen, fixedRect.X - dist - 3, fixedRect.Y, fixedRect.X - dist + 3, fixedRect.Y);
graphics.DrawLine(rulerPen, fixedRect.X - dist - 3, fixedRect.Y + fixedRect.Height, fixedRect.X - dist + 3, fixedRect.Y + fixedRect.Height);
}
}
rulerPen.Dispose();
bgBrush.Dispose();
}
// Display size of selected rectangle
// Prepare the font and text.
using (Font sizeFont = new Font( FontFamily.GenericSansSerif, 12 )) {
// When capturing a Region we need to add 1 to the height/width for correction
string sizeText = null;
if (captureMode == CaptureMode.Region) {
// correct the GUI width to real width for the shown size
sizeText = (captureRect.Width + 1) + " x " + (captureRect.Height + 1);
} else {
sizeText = captureRect.Width + " x " + captureRect.Height;
}
// Calculate the scaled font size.
SizeF extent = graphics.MeasureString( sizeText, sizeFont );
float hRatio = captureRect.Height / (extent.Height * 2);
float wRatio = captureRect.Width / (extent.Width * 2);
float ratio = ( hRatio < wRatio ? hRatio : wRatio );
float newSize = sizeFont.Size * ratio;
if ( newSize >= 4 ) {
// Only show if 4pt or larger.
if (newSize > 20) {
newSize = 20;
}
// Draw the size.
using (Font newSizeFont = new Font(FontFamily.GenericSansSerif, newSize, FontStyle.Bold)) {
PointF sizeLocation = new PointF( fixedRect.X + ( captureRect.Width / 2) - (TextRenderer.MeasureText(sizeText, sizeFont).Width / 2), fixedRect.Y + (captureRect.Height / 2) - (sizeFont.GetHeight() / 2));
graphics.DrawString(sizeText, sizeFont, Brushes.LightSeaGreen, sizeLocation);
}
}
}
} else {
if (cursorPos.X > 0 || cursorPos.Y > 0) {
using (Pen pen = new Pen(Color.LightSeaGreen)) {
pen.DashStyle = DashStyle.Dot;
Rectangle screenBounds = capture.ScreenBounds;
graphics.DrawLine(pen, cursorPos.X, screenBounds.Y, cursorPos.X, screenBounds.Height);
graphics.DrawLine(pen, screenBounds.X, cursorPos.Y, screenBounds.Width, cursorPos.Y);
}
string xy = cursorPos.X.ToString() + " x " + cursorPos.Y.ToString();
using (Font f = new Font(FontFamily.GenericSansSerif, 8)) {
using (GraphicsPath gp = Drawing.RoundedRectangle.Create2(
cursorPos.X + 5,
cursorPos.Y + 5,
TextRenderer.MeasureText(xy, f).Width - 3,
TextRenderer.MeasureText(xy, f).Height,
3)) {
using (Brush bgBrush = new SolidBrush(Color.FromArgb(200, 217, 240, 227))) {
graphics.FillPath(bgBrush, gp);
}
using (Pen pen = new Pen(Color.SeaGreen)) {
graphics.DrawPath(pen, gp);
Point coordinatePosition = new Point(cursorPos.X + 5, cursorPos.Y + 5);
graphics.DrawString(xy, f, pen.Brush, coordinatePosition);
}
}
}
}
}
}
#endregion
#region Form Events
private void CaptureFormVisibleChanged( object sender, EventArgs e ) {
if ( !this.Visible && pictureBox.Image != null ) {
Image img = pictureBox.Image;
pictureBox.Image = null;
img.Dispose();
}
}
#endregion
}
}

View file

@ -1,78 +0,0 @@
using System;
using System.Drawing;
using System.Drawing.Imaging;
using System.Windows.Forms;
using System.Diagnostics;
namespace GreenShot
{
public delegate void ColorPickerEventHandler(object o, ColorPickerEventArgs e);
public class ColorPickerToolStripButton : System.Windows.Forms.ToolStripButton
{
private Color color;
public Point Offset = new Point(0,0);
public event ColorPickerEventHandler ColorPicked;
private ColorDialog cd;
public ColorPickerToolStripButton()
{
cd = ColorDialog.GetInstance();
this.Click += new System.EventHandler(this.ToolStripButton1Click);
}
public Color Color {
set {color = value;this.Invalidate();}
get {return color;}
}
protected override void OnPaint (PaintEventArgs e) {
base.OnPaint(e);
if(color != null) {
// replace transparent color with selected color
Graphics g = e.Graphics;
//Graphics g = Graphics.FromImage(Image);
ColorMap[] colorMap = new ColorMap[1];
colorMap[0] = new ColorMap();
colorMap[0].OldColor = Color.Magenta;//this.ImageTransparentColor;
colorMap[0].NewColor = color;
ImageAttributes attr = new ImageAttributes();
attr.SetRemapTable(colorMap);
Rectangle rect = new Rectangle(0, 0, Image.Width, Image.Height);
// todo find a way to retrieve transparency offset automatically
// for now, we use the public variable Offset to define this manually
rect.Offset(Offset.X,Offset.Y);
//Image.
Debug.WriteLine("paint!"+this.Text+": "+color);
//ssif(color.Equals(Color.Transparent)) ((Bitmap)Image).MakeTransparent(Color.Magenta);
g.DrawImage(Image, rect, 0, 0, rect.Width, rect.Height, GraphicsUnit.Pixel, attr);
//this.Image.In
}
}
void ToolStripButton1Click(object sender, System.EventArgs e)
{
cd.ShowDialog(this.Owner);
Color = cd.Color;
if(ColorPicked != null) {
ColorPicked(this, new ColorPickerEventArgs(Color, cd.RecentColors));
}
}
}
public class ColorPickerEventArgs : System.EventArgs {
public Color Color;
public Color[] RecentColors;
public ColorPickerEventArgs(Color color, Color[] recentColors) {
Color = color;
RecentColors = recentColors;
}
}
}

View file

@ -1,71 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Greenshot
{
partial class FlashlightForm : System.Windows.Forms.Form
{
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
this.SuspendLayout();
//
// FlashlightForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(292, 266);
this.ControlBox = false;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FlashlightForm";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.Text = "FlashlightForm";
this.TopMost = true;
this.ResumeLayout(false);
}
}
}

View file

@ -1,71 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Drawing;
using System.Threading;
using System.Windows.Forms;
using Greenshot.Forms;
namespace Greenshot {
/// <summary>
/// Description of FlashlightForm.
/// </summary>
public partial class FlashlightForm : Form {
private int framesPerSecond = 25;
public FlashlightForm() {
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
this.TransparencyKey = Color.Magenta;
}
public void FadeIn() {
Opacity = 0;
Show();
Fade(2, 0, 1, 2);
}
public void FadeOut() {
Fade(6, 1, 0, 2);
Hide();
}
private void Fade(int frames, double startOpacity, double targetOpacity, double exponent) {
try {
this.Opacity = startOpacity;
double baseOpacity = Math.Min(startOpacity, targetOpacity);
double diff = Math.Abs(targetOpacity - startOpacity);
double stepWidth= (double)(10) / (double)frames;
double maxValue = Math.Pow(10, exponent);
for(int i=0; i<=frames; i++) {
double x = ((startOpacity < targetOpacity) ? i : frames -i) * stepWidth;
double factor = Math.Pow(x,exponent) / 100;
this.Opacity = baseOpacity + factor * diff;
Thread.Sleep(1000 / framesPerSecond);
}
} catch (Exception e) {
Hide(); // ignore - after all, it's just a visual effect.
log4net.LogManager.GetLogger(typeof(FlashlightForm)).Warn("An exception occured while trying to face FlashlightForm", e);
}
}
}
}

View file

@ -1,107 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Greenshot.Forms {
partial class LanguageDialog {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LanguageDialog));
this.lblSelectLanguage = new System.Windows.Forms.Label();
this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
this.btnOK = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// lblSelectLanguage
//
this.lblSelectLanguage.Location = new System.Drawing.Point(12, 9);
this.lblSelectLanguage.Name = "lblSelectLanguage";
this.lblSelectLanguage.Size = new System.Drawing.Size(300, 73);
this.lblSelectLanguage.TabIndex = 0;
this.lblSelectLanguage.Text = "Please choose your language. (You can change this setting later on in the \"Prefer" +
"ences\" dialog.)\n\nBitte wählen Sie Ihre Sprache. (Sie können diese Einstellung sp" +
"äter im Dialog \"Einstellungen\" ändern.)";
//
// comboBoxLanguage
//
this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxLanguage.FormattingEnabled = true;
this.comboBoxLanguage.Location = new System.Drawing.Point(13, 85);
this.comboBoxLanguage.Name = "comboBoxLanguage";
this.comboBoxLanguage.Size = new System.Drawing.Size(299, 21);
this.comboBoxLanguage.TabIndex = 3;
//
// btnOK
//
this.btnOK.Location = new System.Drawing.Point(126, 112);
this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(75, 23);
this.btnOK.TabIndex = 2;
this.btnOK.Text = "OK";
this.btnOK.UseVisualStyleBackColor = true;
this.btnOK.Click += new System.EventHandler(this.BtnOKClick);
//
// LanguageDialog
//
this.AcceptButton = this.btnOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(327, 147);
this.ControlBox = false;
this.Controls.Add(this.btnOK);
this.Controls.Add(this.comboBoxLanguage);
this.Controls.Add(this.lblSelectLanguage);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "LanguageDialog";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
this.Text = "Choose language / Sprache wählen";
this.ResumeLayout(false);
}
private System.Windows.Forms.Label lblSelectLanguage;
private System.Windows.Forms.Button btnOK;
private System.Windows.Forms.ComboBox comboBoxLanguage;
}
}

View file

@ -1,69 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Collections.Generic;
using System.Globalization;
using Greenshot.Configuration;
namespace Greenshot.Forms {
/// <summary>
/// Description of LanguageDialog.
/// </summary>
public partial class LanguageDialog : Form {
private static LanguageDialog uniqueInstance;
private LanguageDialog() {
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
this.Load += FormLoad;
}
public string Language {
get { return comboBoxLanguage.SelectedValue.ToString(); }
}
protected void FormLoad(object sender, EventArgs e) {
List<CultureInfo> langs = new List<CultureInfo>();
for(int i=0; i<RuntimeConfig.SupportedLanguages.Length; i++) {
CultureInfo ci = new CultureInfo(RuntimeConfig.SupportedLanguages[i]);
langs.Add(ci);
}
comboBoxLanguage.DataSource = langs;
comboBoxLanguage.DisplayMember = "NativeName";
comboBoxLanguage.ValueMember = "Name";
}
void BtnOKClick(object sender, EventArgs e) {
this.Close();
}
public static LanguageDialog GetInstance() {
if(uniqueInstance == null) uniqueInstance = new LanguageDialog();
return uniqueInstance;
}
}
}

View file

@ -1,570 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
AAABAAgAMDAAAAEACACoDgAAhgAAACAgAAABAAgAqAgAAC4PAAAYGAAAAQAIAMgGAADWFwAAEBAAAAEA
CABoBQAAnh4AADAwAAABACAAqCUAAAYkAAAgIAAAAQAgAKgQAACuSQAAGBgAAAEAIACICQAAVloAABAQ
AAABACAAaAQAAN5jAAAoAAAAMAAAAGAAAAABAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+
DwACfxAABIASAAaBFAAIghYACoMYAAyEGgAOhRwAEIYeABOHIAAViCIAF4kkABmKJgAbiygAHIwpACGO
LgAlkDEAKZI1AC6UOgAxlj0ANJg/ADaYQQA6m0UAPJxHAD6dSQBAnksAQZ5MAESgTwBGoVAASKJSAEqj
VABMpFYATqVYAFGmWwBSp1wAVaheAFmqYgBbrGQAXa1mAGGuagBksG0AabJxAGu0cwBttXUAcrd6AHO4
ewB1uX0AeLp/AHm7gAB7vIIAfr2FAACQYwAAsHkAAM+PAADwpgAR/7QAMf++AFH/yABx/9MAkf/cALH/
5QDR//AA////AAAAAAAALw4AAFAYAABwIgAAkCwAALA2AADPQAAA8EoAEf9bADH/cQBR/4cAcf+dAJH/
sgCx/8kA0f/fAP///wAAAAAAAi8AAARQAAAGcAAACJAAAAqwAAALzwAADvAAACD/EgA9/zEAW/9RAHn/
cQCY/5EAtf+xANT/0QD///8AAAAAABQvAAAiUAAAMHAAAD2QAABMsAAAWc8AAGfwAAB4/xEAiv8xAJz/
UQCu/3EAwP+RANL/sQDk/9EA////AAAAAAAmLwAAQFAAAFpwAAB0kAAAjrAAAKnPAADC8AAA0f8RANj/
MQDe/1EA4/9xAOn/kQDv/7EA9v/RAP///wAAAAAALyYAAFBBAABwWwAAkHQAALCOAADPqQAA8MMAAP/S
EQD/2DEA/91RAP/kcQD/6pEA//CxAP/20QD///8AAAAAAC8UAABQIgAAcDAAAJA+AACwTQAAz1sAAPBp
AAD/eREA/4oxAP+dUQD/r3EA/8GRAP/SsQD/5dEA////AAAAAAAvAwAAUAQAAHAGAACQCQAAsAoAAM8M
AADwDgAA/yASAP8+MQD/XFEA/3pxAP+XkQD/trEA/9TRAP///wAAAAAALwAOAFAAFwBwACEAkAArALAA
NgDPAEAA8ABJAP8RWgD/MXAA/1GGAP9xnAD/kbIA/7HIAP/R3wD///8AAAAAAC8AIABQADYAcABMAJAA
YgCwAHgAzwCOAPAApAD/EbMA/zG+AP9RxwD/cdEA/5HcAP+x5QD/0fAA////AAAAAAAsAC8ASwBQAGkA
cACHAJAApQCwAMQAzwDhAPAA8BH/APIx/wD0Uf8A9nH/APeR/wD5sf8A+9H/AP///wAAAAAAGwAvAC0A
UAA/AHAAUgCQAGMAsAB2AM8AiADwAJkR/wCmMf8AtFH/AMJx/wDPkf8A3LH/AOvR/wD///8AAAAAAAgA
LwAOAFAAFQBwABsAkAAhALAAJgDPACwA8AA+Ef8AWDH/AHFR/wCMcf8AppH/AL+x/wDa0f8A////AAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAzMQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAjEw8GBAEBAQEDAQcUIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkDQYCAhIdIBQUHBwO
DgoBAQEEFhMJAQUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsBAQEMAAAAAAAAAAAAAAAzHBEIAQEBAh4A
AAAAAAAAAAAAAAAAAAAAAAAAAAAAMwEDAQEEFgAAAAAAAAAAAAAAAAAAEQEBCiQAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAmEgcBAQEIExkAAAAAAAAAAAAAABABAQEHKwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAEggBAQIBBygAAAAAAAAAACoBAhAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhEQEDAQET
AAAAAAAAAAABDwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlDgEBAxEAAAAAAAAcGwAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFwEBAQEBHAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAACEJAQEBAQEBAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAhCQEBAQEBAQYOFQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUJwAAAAAAAAAAAA4BAQEBAQEN
JgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB4BASoAAAAAAAAAIgEBAQEBAQEQAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAABYBAQ8AAAAAAAAwBQEBAQYFCAEDFwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAwBAQEbAAAAAAADAQEBEwAAABoCAQYuAAAzFxoqAAAAAAAAAAAAAAAAAAAAAAAAAAcJEwIBAAAA
ABgBAQEGAAAAAAAtAQEBERIBCAEBCy0AAAAAAAAAAAAAAAAAAAAAAAwcAB8BEwAAABIBAQETAAAAAAAA
AAwBAQEsAAAVAQEAAAAAAAAAAAAAAAAAAAAAAA4XAAAIARcAAAUBAQENAAAAAAAAAAATAQ8AAAAAFQEj
AAAAAAAAAAAAAAAAAAAAAAsPAAAlAgEeAAgBAQEIAAAAAAAAAAAAEAgAAAAAAAMIAAAAAAAAAAAAAAAA
AAAAAA8JAAAAEQEBEwcBAQEBLQAAAAAAAAAAKgEjAAAAACABGAAAAAAAAAAAAAAAAAAAABUEAAAAAAgB
AgEBAQEBCTEAAAAAAAAAAAELAAAAADEEBgAAAAAAAAAAAAAAAAAAACUBAAAAACMBAQEBAiAgAwQvAAAA
AAAAKgEBAAAAAAAJARYqAAAAAAAAAAAAAAAAAAABJQAAAAAHAQEBAgAAJwQFKQAAAAAAEgETAAAAAAAE
AQEDDgAAAAAAAAAAAAAAAAAFEQAAAAAkAwEBAQAAACgCBRMAAAAeARQAAAAAABcBAQETAAAAAAAAAAAA
AAAAAAAVAQAAAAAAEwEBASoAAAASAQEBCAoBEAAAAAAAAAEHDAEXAAAAAAAAAAAAAAAAAAAvAhsAAAAA
AAcBASwAAAAcAQgVEAYTAAAAAAAAAC4AABEcAAAAAAAAAAAAAAAAAAAAFAkAAAAAAAAOEgAAAAAvAhIA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEsAAAAAAAAAAAAAAAAEAEAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAA4KAAAAAAAAAAAAAAAAMQEKMAAAAAAAAAAqAAAAAAAAAAAAAAAAAAAA
AAAAAAAAACkBFQAAAAAAAAAAAAAAABwBAR0AAAAAIQIBAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPAg4q
MwAAAAAAAAAAAAAcBgEFBQwMAgEBLwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAwAQEBAQkOAAAAAAAAAAAA
MR0QDgkBAQEBCgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADgEBAQELAAAAAAAAAAAAAAAAAAAHAQwZIwAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAGQEBAQoAAAAAAAAAAAAAAAAAAAALAQAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAGAEJCAUAAAAAAAAAAAAAAAAAAAAkJQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHgEA
MgwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAP////////z9/////////P3////////8/f////////z9////////
/P3///z////8/f//AAP///z9//gAAAf//P3/8H/wB//8/f/gP/8H//z9//gD/4H//P3//4B/g//8/f//
4D/P//z9///8D8///P3///4D///8/f//+AP///z9///gA////P3+f8Af///8/fw/gD////z9/D8AH///
/P38HwcGH//8/fweD4AH//z9/I4P4Mf//P38xg/x4//8/fzCD/nz//z9/OAH+PH//P388AP88f/8/fzw
Afj4f/z9/ngw+Pg//P3+eDhx8H/8/f58HAPwf/z9/j4cB/Z//P3/Pzx////8/f+f/n////z9/5/+H9//
/P3/j/8PH//8/f/B/4AP//z9/8B/wA///P3/4H/+D//8/f/g//5///z9/+D//n///P3/5P/////8/f//
//////z9/////////P3////////8/f////////z9/////////P3////////8/SgAAAAgAAAAQAAAAAEA
CAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4PAAJ/EAAEgBIABoEUAAiCFgAKgxgADIQaAA6F
HAAQhh4AE4cgABSIIQAXiSQAGYomAB2MKgAfjSwAIY4uACWQMQAokjQALZQ5ADGWPQA0mD8ANphBADia
QwA5mkQAPpxJAECeSwBCn00ARaBPAEahUABIolIAT6VZAFCmWgBTp10AVqlfAFmrYgBdrWYAX65oAGGv
agBjsGwAZLBtAGiycABrtHMAbbV1AHG3eQBzuHsAdLh8AHq7gQB7vIIAfLyDAH29hAAAcEwAAJBjAACw
eQAAz48AAPCmABH/tAAx/74AUf/IAHH/0wCR/9wAsf/lANH/8AD///8AAAAAAAAvDgAAUBgAAHAiAACQ
LAAAsDYAAM9AAADwSgAR/1sAMf9xAFH/hwBx/50Akf+yALH/yQDR/98A////AAAAAAACLwAABFAAAAZw
AAAIkAAACrAAAAvPAAAO8AAAIP8SAD3/MQBb/1EAef9xAJj/kQC1/7EA1P/RAP///wAAAAAAFC8AACJQ
AAAwcAAAPZAAAEywAABZzwAAZ/AAAHj/EQCK/zEAnP9RAK7/cQDA/5EA0v+xAOT/0QD///8AAAAAACYv
AABAUAAAWnAAAHSQAACOsAAAqc8AAMLwAADR/xEA2P8xAN7/UQDj/3EA6f+RAO//sQD2/9EA////AAAA
AAAvJgAAUEEAAHBbAACQdAAAsI4AAM+pAADwwwAA/9IRAP/YMQD/3VEA/+RxAP/qkQD/8LEA//bRAP//
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
BgAAJAMSDAAAAAAAAAAAABYPAAUXAAAKHRkAAAAAAAAbAAoCCwAAACEADgAAAAAAGAAVAQATAAAfAA0T
AAAAAAAAAAgAHhEeAAAAAAAAAAAAGgAAAAATAAAAAAAAAAAAACMJIgAAABwICgAAAAAAAAAACgAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA//8AAPAPAADx5wAA/n8AAPw/
AADYfwAAyY8AANHXAADS0wAA+j8AAO9/AADjjwAA9/8AAP//AAD//wAAKAAAADAAAABgAAAAAQAgAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
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
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAfg8OAH4PtwB+D/8Afg95AH4PhAB+D+gAfg9fAH4PBAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfg8hAH4PHQB+DwIAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH4PQAB+D2MAfg8JAH4PDwB+D1EAfg8VAH4PAQAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB+DwcAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP//
//////z9/////////P3////////8/f////////z9///53////P3//wAFz//8/f/4AAAD//z9/+AAAAP/
/P3/4AAAA//8/f/gAfAA//z9/+AAfwD//P3/8AAfAf/8/f//AAcB//z9///gAwf//P3///gAx//8/f//
wAD///z9/H/AAf///P38H4AB///8/fgfAB////z9+B4ABz///P34DgAAB//8/fgEBwAD//z9+AQHgAH/
/P34AAfAwf/8/fgAB+Dh//z9+EAD8GD//P34QAHwYJ/8/fhgAPBwH/z9+GAAMHAf/P34OBAAQB/8/fwY
GAHAP/z9/BgYA+A//P3+HAwH5D/8/f4OHD+f//z9/wf8Cwf//P3/A34AD//8/f+AHwAH//z9/4AfAAf/
/P3/wD/gB//8/f/Af/gH//z9/8B//D///P3/wD/+P//8/f/gP/////z9//f//////P3////////8/f//
//////z9/////////P3////////8/SgAAAAgAAAAQAAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
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
AAAAAAAAAAAAAAAAAAAAfg8cAH4PLwB+DwgAfg8oAH4PBQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfg8BAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAA/////////////P///+AG//4AAD/+AAA//gBAH/4AOB//wAg///AAf/Pw
A//x4Af/4MAJ/+DAAH/gAwA/4AMAP+ABwh/gAcIP4gADB+EAAgfwBAYP8AQOD/BEGP/4PAD//A8Af/wP
AH/8D/D//A/x//4P////f/////////////8oAAAAGAAAADAAAAABACAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfg8GAH4PIQB+
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
</value>
</data>
</root>

View file

@ -1,246 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
namespace Greenshot {
partial class MainForm {
/// <summary>
/// Designer variable used to keep track of non-visual components.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Disposes resources used by the form.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing) {
if (components != null) {
components.Dispose();
}
}
base.Dispose(disposing);
}
/// <summary>
/// This method is required for Windows Forms designer support.
/// Do not change the method contents inside the source code editor. The Forms designer might
/// not be able to load this method if it was changed manually.
/// </summary>
private void InitializeComponent() {
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.contextMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.contextmenu_capturearea = new System.Windows.Forms.ToolStripMenuItem();
this.contextmenu_capturelastregion = new System.Windows.Forms.ToolStripMenuItem();
this.contextmenu_capturewindow = new System.Windows.Forms.ToolStripMenuItem();
this.contextmenu_capturefullscreen = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
this.contextmenu_captureclipboard = new System.Windows.Forms.ToolStripMenuItem();
this.contextmenu_openfile = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.contextmenu_quicksettings = new System.Windows.Forms.ToolStripMenuItem();
this.contextmenu_settings = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
this.contextmenu_help = new System.Windows.Forms.ToolStripMenuItem();
this.contextmenu_about = new System.Windows.Forms.ToolStripMenuItem();
this.contextmenu_donate = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.contextmenu_exit = new System.Windows.Forms.ToolStripMenuItem();
this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
this.contextMenu.SuspendLayout();
this.SuspendLayout();
//
// contextMenu
//
this.contextMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.contextmenu_capturearea,
this.contextmenu_capturelastregion,
this.contextmenu_capturewindow,
this.contextmenu_capturefullscreen,
this.toolStripSeparator4,
this.contextmenu_captureclipboard,
this.contextmenu_openfile,
this.toolStripSeparator2,
this.contextmenu_quicksettings,
this.contextmenu_settings,
this.toolStripSeparator3,
this.contextmenu_help,
this.contextmenu_donate,
this.contextmenu_about,
this.toolStripSeparator1,
this.contextmenu_exit});
this.contextMenu.Name = "contextMenu";
this.contextMenu.Size = new System.Drawing.Size(243, 292);
this.contextMenu.Opening += new System.ComponentModel.CancelEventHandler(this.ContextMenuOpening);
//
// contextmenu_capturearea
//
this.contextmenu_capturearea.Name = "contextmenu_capturearea";
this.contextmenu_capturearea.ShortcutKeyDisplayString = "Print";
this.contextmenu_capturearea.Size = new System.Drawing.Size(242, 22);
this.contextmenu_capturearea.Text = "Capture region";
this.contextmenu_capturearea.Click += new System.EventHandler(this.CaptureAreaToolStripMenuItemClick);
//
// contextmenu_capturelastregion
//
this.contextmenu_capturelastregion.Enabled = false;
this.contextmenu_capturelastregion.Name = "contextmenu_capturelastregion";
this.contextmenu_capturelastregion.ShortcutKeyDisplayString = "Shift + Print";
this.contextmenu_capturelastregion.Size = new System.Drawing.Size(242, 22);
this.contextmenu_capturelastregion.Text = "Capture last region";
this.contextmenu_capturelastregion.Click += new System.EventHandler(this.Contextmenu_capturelastregionClick);
//
// contextmenu_capturewindow
//
this.contextmenu_capturewindow.Name = "contextmenu_capturewindow";
this.contextmenu_capturewindow.ShortcutKeyDisplayString = "Alt + Print";
this.contextmenu_capturewindow.Size = new System.Drawing.Size(242, 22);
this.contextmenu_capturewindow.Text = "Capture window";
this.contextmenu_capturewindow.Click += new System.EventHandler(this.CaptureWindowToolStripMenuItemClick);
//
// contextmenu_capturefullscreen
//
this.contextmenu_capturefullscreen.Name = "contextmenu_capturefullscreen";
this.contextmenu_capturefullscreen.ShortcutKeyDisplayString = "Ctrl + Print";
this.contextmenu_capturefullscreen.Size = new System.Drawing.Size(242, 22);
this.contextmenu_capturefullscreen.Text = "Capture full screen";
this.contextmenu_capturefullscreen.Click += new System.EventHandler(this.CaptureFullScreenToolStripMenuItemClick);
//
// toolStripSeparator4
//
this.toolStripSeparator4.Name = "toolStripSeparator4";
this.toolStripSeparator4.Size = new System.Drawing.Size(239, 6);
//
// contextmenu_captureclipboard
//
this.contextmenu_captureclipboard.Name = "contextmenu_captureclipboard";
this.contextmenu_captureclipboard.Size = new System.Drawing.Size(242, 22);
this.contextmenu_captureclipboard.Text = "Capture clipboard";
this.contextmenu_captureclipboard.Click += new System.EventHandler(this.CaptureClipboardToolStripMenuItemClick);
//
// contextmenu_openfile
//
this.contextmenu_openfile.Name = "contextmenu_openfile";
this.contextmenu_openfile.Size = new System.Drawing.Size(242, 22);
this.contextmenu_openfile.Text = "Open File";
this.contextmenu_openfile.Click += new System.EventHandler(this.OpenFileToolStripMenuItemClick);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(239, 6);
//
// contextmenu_quicksettings
//
this.contextmenu_quicksettings.Name = "contextmenu_quicksettings";
this.contextmenu_quicksettings.Size = new System.Drawing.Size(242, 22);
this.contextmenu_quicksettings.Text = "Quick settings";
//
// contextmenu_settings
//
this.contextmenu_settings.Image = ((System.Drawing.Image)(resources.GetObject("contextmenu_settings.Image")));
this.contextmenu_settings.Name = "contextmenu_settings";
this.contextmenu_settings.Size = new System.Drawing.Size(242, 22);
this.contextmenu_settings.Text = "Settings";
this.contextmenu_settings.Click += new System.EventHandler(this.Contextmenu_settingsClick);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(239, 6);
//
// contextmenu_help
//
this.contextmenu_help.Image = ((System.Drawing.Image)(resources.GetObject("contextmenu_help.Image")));
this.contextmenu_help.Name = "contextmenu_help";
this.contextmenu_help.Size = new System.Drawing.Size(242, 22);
this.contextmenu_help.Text = "Help";
this.contextmenu_help.Click += new System.EventHandler(this.Contextmenu_helpClick);
//
// contextmenu_about
//
this.contextmenu_about.Name = "contextmenu_about";
this.contextmenu_about.Size = new System.Drawing.Size(242, 22);
this.contextmenu_about.Text = "About";
this.contextmenu_about.Click += new System.EventHandler(this.Contextmenu_aboutClick);
//
// contextmenu_donate
//
this.contextmenu_donate.Image = ((System.Drawing.Image)(resources.GetObject("contextmenu_donate.Image")));
this.contextmenu_donate.Name = "contextmenu_donate";
this.contextmenu_donate.Size = new System.Drawing.Size(242, 22);
this.contextmenu_donate.Text = "Support Greenshot";
this.contextmenu_donate.Click += new System.EventHandler(this.Contextmenu_donateClick);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(239, 6);
//
// contextmenu_exit
//
this.contextmenu_exit.Image = ((System.Drawing.Image)(resources.GetObject("contextmenu_exit.Image")));
this.contextmenu_exit.Name = "contextmenu_exit";
this.contextmenu_exit.Size = new System.Drawing.Size(242, 22);
this.contextmenu_exit.Text = "Exit";
this.contextmenu_exit.Click += new System.EventHandler(this.Contextmenu_exitClick);
//
// notifyIcon
//
this.notifyIcon.ContextMenuStrip = this.contextMenu;
this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
this.notifyIcon.Text = "Greenshot";
this.notifyIcon.Visible = false;
this.notifyIcon.DoubleClick += new System.EventHandler(this.ContextMenuDoubleClick);
//
// MainForm
//
this.ClientSize = new System.Drawing.Size(0, 0);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "MainForm";
this.ShowInTaskbar = false;
this.Text = "Greenshot";
this.ShowIcon = false;
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFormFormClosing);
this.Activated += new System.EventHandler(this.MainFormActivated);
this.contextMenu.ResumeLayout(false);
this.ResumeLayout(false);
}
private System.Windows.Forms.ToolStripMenuItem contextmenu_donate;
private System.Windows.Forms.ToolStripMenuItem contextmenu_openfile;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripMenuItem contextmenu_captureclipboard;
private System.Windows.Forms.ToolStripMenuItem contextmenu_quicksettings;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripMenuItem contextmenu_help;
private System.Windows.Forms.ToolStripMenuItem contextmenu_capturewindow;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripMenuItem contextmenu_about;
private System.Windows.Forms.ToolStripMenuItem contextmenu_capturefullscreen;
private System.Windows.Forms.ToolStripMenuItem contextmenu_capturelastregion;
private System.Windows.Forms.ToolStripMenuItem contextmenu_capturearea;
private System.Windows.Forms.NotifyIcon notifyIcon;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripMenuItem contextmenu_exit;
private System.Windows.Forms.ContextMenuStrip contextMenu;
private System.Windows.Forms.ToolStripMenuItem contextmenu_settings;
}
}

View file

@ -1,686 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;
using System.Drawing.Drawing2D;
using System.Drawing.Printing;
using System.IO;
using System.Reflection;
using System.Text;
using System.Threading;
using System.Windows.Forms;
using Greenshot.Capturing;
using Greenshot.Configuration;
using Greenshot.Core;
using Greenshot.Drawing;
using Greenshot.Forms;
using Greenshot.Helpers;
using Greenshot.Plugin;
using Greenshot.UnmanagedHelpers;
namespace Greenshot {
/// <summary>
/// Description of MainForm.
/// </summary>
public partial class MainForm : Form {
private const string LOG4NET_FILE = "log4net.xml";
private static log4net.ILog LOG = null;
private static Mutex applicationMutex = null;
private static CoreConfiguration conf;
private static void InitializeLog4NET() {
// Setup log4j, currently the file is called log4net.xml
string log4netFilename = Path.Combine(Application.StartupPath, LOG4NET_FILE);
if (File.Exists(log4netFilename)) {
log4net.Config.XmlConfigurator.Configure(new FileInfo(log4netFilename));
} else {
MessageBox.Show("Can't find file " + LOG4NET_FILE);
}
// Setup the LOG
LOG = log4net.LogManager.GetLogger(typeof(MainForm));
}
[STAThread]
public static void Main(string[] args) {
bool isAlreadyRunning = false;
Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_ThreadException);
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
List<string> filesToOpen = new List<string>();
// Init Log4NET
InitializeLog4NET();
// Log the startup
LOG.Info("Starting: " + EnvironmentInfo.EnvironmentToString(false));
// Set the Thread name, is better than "1"
Thread.CurrentThread.Name = Application.ProductName;
// Read configuration
conf = IniConfig.GetIniSection<CoreConfiguration>();
if (conf.IsDirty) {
IniConfig.Save();
}
LOG.Info("Firstlaunch: " + conf.IsFirstLaunch);
LOG.Info("Destinations:");
if (conf.OutputDestinations != null) {
foreach(Destination destination in conf.OutputDestinations) {
LOG.Info("\t" + destination);
}
}
if (conf.testProp != null) {
foreach(string key in conf.testProp.Keys) {
LOG.Info("\t" + String.Format("{0}={1}", key, conf.testProp[key]));
}
}
try {
// Fix for Bug 2495900, Multi-user Environment
// check whether there's an local instance running already
try {
// 1) Create Mutex
applicationMutex = new Mutex(false, @"Local\F48E86D3-E34C-4DB7-8F8F-9A0EA55F0D08");
// 2) Get the right to it, this returns false if it's already locked
if (!applicationMutex.WaitOne(0, false)) {
isAlreadyRunning = true;
}
} catch (AbandonedMutexException e) {
// Another Greenshot instance didn't cleanup correctly!
// we can ignore the exception, it happend on the "waitone" but still the mutex belongs to us
LOG.Warn("Greenshot didn't cleanup correctly!", e);
} catch (UnauthorizedAccessException e) {
LOG.Warn("Greenshot is most likely already running for a different user in the same session, can't create mutex due to error: ", e);
isAlreadyRunning = true;
} catch (Exception e) {
LOG.Warn("Problem obtaining the Mutex, assuming it was already taken!", e);
isAlreadyRunning = true;
}
if (args.Length > 0 && LOG.IsDebugEnabled) {
StringBuilder argumentString = new StringBuilder();
for(int argumentNr = 0; argumentNr < args.Length; argumentNr++) {
argumentString.Append("[").Append(args[argumentNr]).Append("] ");
}
LOG.Debug("Greenshot arguments: " + argumentString.ToString());
}
for(int argumentNr = 0; argumentNr < args.Length; argumentNr++) {
string argument = args[argumentNr];
// Help
if (argument.ToLower().Equals("/help")) {
// Try to attach to the console
bool attachedToConsole = User32.AttachConsole(User32.ATTACH_PARENT_PROCESS);
// If attach didn't work, open a console
if (!attachedToConsole) {
User32.AllocConsole();
}
StringBuilder helpOutput = new StringBuilder();
helpOutput.AppendLine();
helpOutput.AppendLine("Greenshot commandline options:");
helpOutput.AppendLine();
helpOutput.AppendLine();
helpOutput.AppendLine("\t/help");
helpOutput.AppendLine("\t\tThis help.");
helpOutput.AppendLine();
helpOutput.AppendLine();
helpOutput.AppendLine("\t/help configure");
helpOutput.AppendLine("\t\tA detailed listing of available settings for the configure command.");
helpOutput.AppendLine();
helpOutput.AppendLine();
helpOutput.AppendLine("\t/exit");
helpOutput.AppendLine("\t\tTries to close all running instances.");
helpOutput.AppendLine();
helpOutput.AppendLine();
helpOutput.AppendLine("\t/configure [property=value] [property=value] ...");
helpOutput.AppendLine("\t\tChange the configuration of Greenshot via the commandline.");
helpOutput.AppendLine("\t\tExample to change the language to English: greenshot.exe /configure Ui_Language=en-US");
helpOutput.AppendLine("\t\tExample to change the destination: greenshot.exe /configure Output_File_Path=\"C:\\Documents and Settings\\\"");
helpOutput.AppendLine();
helpOutput.AppendLine();
helpOutput.AppendLine("\t/openfile [filename]");
helpOutput.AppendLine("\t\tOpen the bitmap file in the running Greenshot instance or start a new instance");
helpOutput.AppendLine();
helpOutput.AppendLine();
helpOutput.AppendLine("\t/norun");
helpOutput.AppendLine("\t\tCan be used if someone only wants to change the configuration.");
helpOutput.AppendLine("\t\tAs soon as this option is found Greenshot exits if not and there is no running instance it will stay running.");
helpOutput.AppendLine("\t\tExample: greenshot.exe /configure Output_File_Path=\"C:\\Documents and Settings\\\" --exit");
Console.WriteLine(helpOutput.ToString());
// If attach didn't work, wait for key otherwise the console will close to quickly
if (!attachedToConsole) {
Console.ReadKey();
}
FreeMutex();
return;
}
// exit application
if (argument.ToLower().Equals("/exit")) {
try {
LOG.Info("Sending all instances the exit command.");
// Pass Exit to running instance, if any
SendData(new CopyDataTransport(CommandEnum.Exit));
} catch (Exception e) {
LOG.Warn("Exception by exit.", e);
}
FreeMutex();
return;
}
// Modify configuration
if (argument.ToLower().Equals("/configure")) {
LOG.Debug("Setting configuration!");
Properties properties = new Properties();
int propertyNr = argumentNr + 1;
while(propertyNr < args.Length && args[propertyNr].Contains("=")) {
// "Remove" the argument from the list as we used it
argumentNr++;
string [] splitargument = args[propertyNr].Split(new Char[] {'='});
LOG.Debug("Found property: " + splitargument[0] +"="+ splitargument[1]);
properties.AddProperty(splitargument[0], splitargument[1]);
propertyNr++;
}
if (properties.Count > 0) {
// TODO: Check properties!
//conf.SetProperties(properties);
//conf.Store();
// Update running instances
SendData(new CopyDataTransport(CommandEnum.ReloadConfig));
LOG.Debug("Configuration modified!");
} else {
LOG.Debug("Configuration NOT modified!");
}
}
// Make an exit possible
if (argument.ToLower().Equals("/norun")) {
FreeMutex();
return;
}
if (argument.ToLower().Equals("/openfile")) {
string filename = args[++argumentNr];
filesToOpen.Add(filename);
}
}
// Finished parsing the command line arguments, see if we need to do anything
CopyDataTransport transport = new CopyDataTransport();
if (filesToOpen.Count > 0) {
foreach(string fileToOpen in filesToOpen) {
transport.AddCommand(CommandEnum.OpenFile, fileToOpen);
}
}
if (isAlreadyRunning) {
if (filesToOpen.Count > 0) {
SendData(transport);
} else {
ILanguage lang = Language.GetInstance();
MessageBox.Show(lang.GetString(LangKey.error_multipleinstances), lang.GetString(LangKey.error));
}
FreeMutex();
Application.Exit();
return;
}
// From here on we continue starting Greenshot
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
// if language is not set, show language dialog
if(conf.Language.Equals("")) {
LanguageDialog ld = LanguageDialog.GetInstance();
ld.ShowDialog();
conf.Language = ld.Language;
IniConfig.Save();
}
// Check if it's the first time launch?
if(conf.IsFirstLaunch) {
conf.IsFirstLaunch = false;
IniConfig.Save();
transport.AddCommand(CommandEnum.FirstLaunch);
}
MainForm mainForm = new MainForm(transport);
Application.Run(mainForm);
} catch(Exception ex) {
LOG.Error("Exception in startup.", ex);
Application_ThreadException(MainForm.ActiveForm, new ThreadExceptionEventArgs(ex));
}
}
/// <summary>
/// Send DataTransport Object via Window-messages
/// </summary>
/// <param name="dataTransport">DataTransport with data for a running instance</param>
private static void SendData(CopyDataTransport copyDataTransport) {
string appName = Application.ProductName;
CopyData copyData = new CopyData();
copyData.Channels.Add(appName);
copyData.Channels[appName].Send(copyDataTransport);
}
private static void FreeMutex() {
// Remove the application mutex
if (applicationMutex != null) {
try {
applicationMutex.ReleaseMutex();
applicationMutex = null;
} catch (Exception ex) {
LOG.Error("Error releasing Mutex!", ex);
}
}
}
public static MainForm instance = null;
private ILanguage lang;
private ToolTip tooltip;
private CaptureForm captureForm = null;
private string lastImagePath = null;
private CopyData copyData = null;
public MainForm(CopyDataTransport dataTransport) {
instance = this;
//
// The InitializeComponent() call is required for Windows Forms designer support.
//
InitializeComponent();
lang = Language.GetInstance();
if(conf.RegisterHotkeys) {
RegisterHotkeys();
}
tooltip = new ToolTip();
UpdateUI();
InitializeQuickSettingsMenu();
captureForm = new CaptureForm();
// Load all the plugins
PluginHelper.instance.LoadPlugins(this.contextMenu, captureForm);
// Making sure changes are written
IniConfig.Save();
PluginHelper.instance.OnImageOutput += new OnImageOutputHandler(ImageWritten);
SoundHelper.Initialize();
// Enable the Greenshot icon to be visible, this prevents Problems with the context menu
notifyIcon.Visible = true;
// Create a new instance of the class: copyData = new CopyData();
copyData = new CopyData();
// Assign the handle:
copyData.AssignHandle(this.Handle);
// Create the channel to send on:
copyData.Channels.Add("Greenshot");
// Hook up received event:
copyData.CopyDataReceived += new CopyDataReceivedEventHandler(CopyDataDataReceived);
if (dataTransport != null) {
HandleDataTransport(dataTransport);
}
}
/// <summary>
/// DataReceivedEventHandler
/// </summary>
/// <param name="sender"></param>
/// <param name="dataReceivedEventArgs"></param>
private void CopyDataDataReceived(object sender, CopyDataReceivedEventArgs copyDataReceivedEventArgs) {
// Cast the data to the type of object we sent:
CopyDataTransport dataTransport = (CopyDataTransport)copyDataReceivedEventArgs.Data;
HandleDataTransport(dataTransport);
}
private void HandleDataTransport(CopyDataTransport dataTransport) {
foreach(KeyValuePair<CommandEnum, string> command in dataTransport.Commands) {
LOG.Debug("Data received, Command = " + command.Key + ", Data: " + command.Value);
switch(command.Key) {
case CommandEnum.Exit:
exit();
break;
case CommandEnum.ReloadConfig:
// TODO: Reload the configuration
// Even update language when needed
UpdateUI();
break;
case CommandEnum.OpenFile:
string filename = command.Value;
if (File.Exists(filename)) {
captureForm.MakeCapture(filename);
} else {
LOG.Warn("No such file: " + filename);
}
break;
default:
LOG.Error("Unknown command!");
break;
}
}
}
public ContextMenuStrip MainMenu {
get {return contextMenu;}
}
#region hotkeys
protected override void WndProc(ref Message m) {
HotkeyHelper.HandleMessages(ref m);
base.WndProc(ref m);
}
private void RegisterHotkeys() {
bool suc = true;
suc &= HotkeyHelper.RegisterHotKey(this.Handle, (uint)HotkeyHelper.Modifiers.NONE, HotkeyHelper.VK_SNAPSHOT, new HotKeyHandler(CaptureRegion));
suc &= HotkeyHelper.RegisterHotKey(this.Handle, (uint)HotkeyHelper.Modifiers.ALT, HotkeyHelper.VK_SNAPSHOT, new HotKeyHandler(CaptureWindow));
suc &= HotkeyHelper.RegisterHotKey(this.Handle, (uint)HotkeyHelper.Modifiers.CTRL, HotkeyHelper.VK_SNAPSHOT, new HotKeyHandler(CaptureFullScreen));
suc &= HotkeyHelper.RegisterHotKey(this.Handle, (uint)HotkeyHelper.Modifiers.SHIFT, HotkeyHelper.VK_SNAPSHOT, new HotKeyHandler(CaptureLastRegion));
if (!suc) {
MessageBox.Show(lang.GetString(LangKey.warning_hotkeys),lang.GetString(LangKey.warning));
}
}
#endregion
public void UpdateUI() {
this.Text = lang.GetString(LangKey.application_title);
this.contextmenu_settings.Text = lang.GetString(LangKey.contextmenu_settings);
this.contextmenu_capturearea.Text = lang.GetString(LangKey.contextmenu_capturearea);
this.contextmenu_capturelastregion.Text = lang.GetString(LangKey.contextmenu_capturelastregion);
this.contextmenu_capturewindow.Text = lang.GetString(LangKey.contextmenu_capturewindow);
this.contextmenu_capturefullscreen.Text = lang.GetString(LangKey.contextmenu_capturefullscreen);
this.contextmenu_captureclipboard.Text = lang.GetString(LangKey.contextmenu_captureclipboard);
this.contextmenu_openfile.Text = lang.GetString(LangKey.contextmenu_openfile);
this.contextmenu_quicksettings.Text = lang.GetString(LangKey.contextmenu_quicksettings);
this.contextmenu_help.Text = lang.GetString(LangKey.contextmenu_help);
this.contextmenu_about.Text = lang.GetString(LangKey.contextmenu_about);
this.contextmenu_donate.Text = lang.GetString(LangKey.contextmenu_donate);
this.contextmenu_exit.Text = lang.GetString(LangKey.contextmenu_exit);
}
#region mainform events
void MainFormFormClosing(object sender, FormClosingEventArgs e) {
instance = null;
exit();
}
void MainFormActivated(object sender, EventArgs e) {
Hide();
ShowInTaskbar = false;
}
#endregion
#region key handlers
void CaptureRegion() {
captureForm.MakeCapture(CaptureMode.Region, true);
}
void CaptureClipboard() {
captureForm.MakeCapture(CaptureMode.Clipboard, false);
}
void CaptureFile() {
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialog.Filter = "Image files (*.png, *.jpg, *.gif, *.bmp, *.ico)|*.png; *.jpg; *.jpeg; *.gif; *.bmp; *.ico";
if (openFileDialog.ShowDialog() == DialogResult.OK) {
if (File.Exists(openFileDialog.FileName)) {
captureForm.MakeCapture(openFileDialog.FileName);
}
}
}
void CaptureFullScreen() {
captureForm.MakeCapture(CaptureMode.FullScreen, true);
}
void CaptureLastRegion() {
captureForm.MakeCapture(CaptureMode.LastRegion, true);
}
void CaptureWindow() {
CaptureMode captureMode = CaptureMode.None;
if (conf.CaptureWindowsInteractive) {
captureMode = CaptureMode.Window;
} else {
captureMode = CaptureMode.ActiveWindow;
}
captureForm.MakeCapture(captureMode, true);
}
#endregion
#region contextmenu
void ContextMenuOpening(object sender, System.ComponentModel.CancelEventArgs e) {
string text = Clipboard.GetText();
if ((text != null && text.StartsWith("http://")) || Clipboard.ContainsImage() || ClipboardHelper.GetFormats().Contains("HTML Format")) {
contextmenu_captureclipboard.Enabled = true;
} else {
contextmenu_captureclipboard.Enabled = false;
}
contextmenu_capturelastregion.Enabled = RuntimeConfig.LastCapturedRegion != Rectangle.Empty;
}
void CaptureAreaToolStripMenuItemClick(object sender, EventArgs e) {
captureForm.MakeCapture(CaptureMode.Region, false);
}
void CaptureClipboardToolStripMenuItemClick(object sender, System.EventArgs e) {
CaptureClipboard();
}
void OpenFileToolStripMenuItemClick(object sender, System.EventArgs e) {
CaptureFile();
}
void CaptureFullScreenToolStripMenuItemClick(object sender, System.EventArgs e) {
captureForm.MakeCapture(CaptureMode.FullScreen, false);
}
void Contextmenu_capturelastregionClick(object sender, System.EventArgs e) {
captureForm.MakeCapture(CaptureMode.LastRegion, false);
}
void Contextmenu_donateClick(object sender, System.EventArgs e) {
Process.Start("http://getgreenshot.org/support/");
}
void CaptureWindowToolStripMenuItemClick(object sender, System.EventArgs e) {
captureForm.MakeCapture(CaptureMode.Window, false);
}
void Contextmenu_settingsClick(object sender, System.EventArgs e) {
SettingsForm settings = new SettingsForm();
settings.ShowDialog();
InitializeQuickSettingsMenu();
this.Hide();
}
void Contextmenu_aboutClick(object sender, EventArgs e) {
new AboutForm().Show();
}
void Contextmenu_helpClick(object sender, System.EventArgs e) {
HelpBrowserForm hpf = new HelpBrowserForm(conf.Language);
hpf.Show();
}
void Contextmenu_exitClick(object sender, EventArgs e) {
Application.Exit();
}
private void InitializeQuickSettingsMenu() {
this.contextmenu_quicksettings.DropDownItems.Clear();
// screenshot destination
ToolStripMenuSelectList sel = new ToolStripMenuSelectList("destination",true);
sel.Text = lang.GetString(LangKey.settings_destination);
sel.AddItem(lang.GetString(LangKey.settings_destination_editor), Destination.Editor, conf.OutputDestinations.Contains(Destination.Editor));
sel.AddItem(lang.GetString(LangKey.settings_destination_clipboard), Destination.Clipboard, conf.OutputDestinations.Contains(Destination.Clipboard));
sel.AddItem(lang.GetString(LangKey.quicksettings_destination_file), Destination.FileDefault, conf.OutputDestinations.Contains(Destination.FileDefault));
sel.AddItem(lang.GetString(LangKey.settings_destination_fileas), Destination.FileWithDialog, conf.OutputDestinations.Contains(Destination.FileWithDialog));
sel.AddItem(lang.GetString(LangKey.settings_destination_printer), Destination.Printer, conf.OutputDestinations.Contains(Destination.Printer));
sel.AddItem(lang.GetString(LangKey.settings_destination_email), Destination.EMail, conf.OutputDestinations.Contains(Destination.EMail));
sel.CheckedChanged += new EventHandler(this.QuickSettingItemChanged);
this.contextmenu_quicksettings.DropDownItems.Add(sel);
// print options
sel = new ToolStripMenuSelectList("printoptions",true);
sel.Text = lang.GetString(LangKey.settings_printoptions);
sel.AddItem(lang.GetString(LangKey.printoptions_allowshrink), "AllowPrintShrink", conf.OutputPrintAllowShrink);
sel.AddItem(lang.GetString(LangKey.printoptions_allowenlarge), "AllowPrintEnlarge", conf.OutputPrintAllowEnlarge);
sel.AddItem(lang.GetString(LangKey.printoptions_allowrotate), "AllowPrintRotate", conf.OutputPrintAllowRotate);
sel.AddItem(lang.GetString(LangKey.printoptions_allowcenter), "AllowPrintCenter", conf.OutputPrintCenter);
sel.CheckedChanged += new EventHandler(this.QuickSettingItemChanged);
this.contextmenu_quicksettings.DropDownItems.Add(sel);
// effects
sel = new ToolStripMenuSelectList("effects",true);
sel.Text = lang.GetString(LangKey.settings_visualization);
sel.AddItem(lang.GetString(LangKey.settings_playsound), "PlaySound", conf.PlayCameraSound);
sel.AddItem(lang.GetString(LangKey.settings_showflashlight), "ShowFlashlight", conf.ShowFlash);
sel.CheckedChanged += new EventHandler(this.QuickSettingItemChanged);
this.contextmenu_quicksettings.DropDownItems.Add(sel);
}
void QuickSettingItemChanged(object sender, EventArgs e) {
ToolStripMenuSelectList selectList = (ToolStripMenuSelectList)sender;
ToolStripMenuSelectListItem item = ((ItemCheckedChangedEventArgs)e).Item;;
if(selectList.Identifier.Equals("destination")) {
IEnumerator en = selectList.DropDownItems.GetEnumerator();
List<Destination> destinations = new List<Destination>();;
while(en.MoveNext()) {
ToolStripMenuSelectListItem i = (ToolStripMenuSelectListItem)en.Current;
destinations.Add((Destination)i.Data);
}
conf.OutputDestinations = destinations;
IniConfig.Save();
} else if(selectList.Identifier.Equals("printoptions")) {
if(item.Data.Equals("AllowPrintShrink")) conf.OutputPrintAllowShrink = item.Checked;
else if(item.Data.Equals("AllowPrintEnlarge")) conf.OutputPrintAllowEnlarge = item.Checked;
else if(item.Data.Equals("AllowPrintRotate")) conf.OutputPrintAllowRotate = item.Checked;
else if(item.Data.Equals("AllowPrintCenter")) conf.OutputPrintCenter = item.Checked;
IniConfig.Save();
} else if(selectList.Identifier.Equals("effects")) {
if(item.Data.Equals("PlaySound")) conf.PlayCameraSound = item.Checked;
else if(item.Data.Equals("ShowFlashlight")) conf.ShowFlash = item.Checked;
IniConfig.Save();
}
}
#endregion
private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e) {
string exceptionText = EnvironmentInfo.BuildReport(e.ExceptionObject as Exception);
LOG.Error(exceptionText);
new BugReportForm(exceptionText).ShowDialog();
}
private static void Application_ThreadException(object sender, ThreadExceptionEventArgs e) {
string exceptionText = EnvironmentInfo.BuildReport(e.Exception);
LOG.Error(exceptionText);
new BugReportForm(exceptionText).ShowDialog();
}
/// <summary>
/// The ContextMenu DoubleClick currently opens the last know save location
/// </summary>
private void ContextMenuDoubleClick(object sender, EventArgs eventArgs) {
string path;
string configPath = FilenameHelper.FillVariables(conf.OutputFilePath);
if (lastImagePath != null && Directory.Exists(lastImagePath)) {
path = lastImagePath;
} else if (Directory.Exists(configPath)) {
path = configPath;
} else {
// What do I open when nothing can be found? Right, nothing...
return;
}
LOG.Debug("DoubleClick was called! Starting: " + path);
try {
System.Diagnostics.Process.Start(path);
} catch (Exception e) {
// Make sure we show what we tried to open in the exception
e.Data.Add("path", path);
throw e;
}
}
/// <summary>
/// Handling of the OnImageOutputHandler event, stores the save location
/// </summary>
/// <param name="ImageOutputEventArgs">Has the full path</param>
private void ImageWritten(object sender, ImageOutputEventArgs eventArgs) {
lastImagePath = Path.GetDirectoryName(eventArgs.FullPath);
}
/// <summary>
/// Shutdown / cleanup
/// </summary>
public void exit() {
LOG.Info("Exit: " + EnvironmentInfo.EnvironmentToString(false));
try {
// Make sure hotkeys are disabled
HotkeyHelper.UnregisterHotkeys(Handle);
} catch (Exception e) {
LOG.Error("Error unregistering hotkeys!", e);
}
try {
// Now the sound isn't needed anymore
SoundHelper.Deinitialize();
} catch (Exception e) {
LOG.Error("Error deinitializing sound!", e);
}
try {
// Inform all registed plugins
PluginHelper.instance.Shutdown();
} catch (Exception e) {
LOG.Error("Error shutting down plugins!", e);
}
try {
// Making sure all Windows are closed, gracefull shutdown
Application.Exit();
} catch (Exception e) {
LOG.Error("Error closing application!", e);
}
try {
// Store any open configuration changes
IniConfig.Save();
} catch (Exception e) {
LOG.Error("Error storing configuration!", e);
}
// Remove the application mutex
FreeMutex();
// make the icon invisible otherwise it stays even after exit!!
if (notifyIcon != null) {
notifyIcon.Visible = false;
notifyIcon.Dispose();
notifyIcon = null;
}
}
}
}

View file

@ -1,445 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="contextMenu.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>117, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="contextmenu_settings.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAgpJREFUOE+lkMtr
GmEUxT9xIfgA3bhplRKUUDQljFCcdCEEgsRx4esfcBVC6aogtKRdBEoodNESs8omgST7BFcxD0hlAo6g
cSQm1KZWxiS4l4Kb2+8McZjQrBrhcC/n/s6ZGS1ExB71Q0EikWDJZJKl02mWyWT0mcvlRK6FO4nmG1hk
9IebC1Kp1AwHF/l8gjkajWg4HJLZA/NggSRJrwqFwtfBYED5fP49h15fX/cJwg4PNzBg771BPB5nXG+6
3S4pSpX6fY1KpdIPTdMIwt7pdPQbGLDIGJ8giiKLxWJPs9nsx7OzBjUadbq6+km93m9d2OHhBgYsMkZB
NBqNceMttLm50Wm1VNrZ2W6Hw+E1CDs83MYcMkaBIAiFWk2h4+MjOj2Vqdls0tTUixWr1cog7PBwAwMW
GaMgFAq9q1QqVC6XCVNVz2l6Wli2WCwMwg7PzCBjFASDwblAILAEra4Wf9XrLdrbO6hHIi8/QNjh4Tbm
kDEK/H4/8/l8zwQh8kWWa3R4+J0uLzW6vf2jCzs83MCARcYo8Hq9jGtZlhu0u7tPJyc1KhbXu9VqiyDs
8HADAxYZo8Dj8TCu+dnZuS1FuaDJyeff3G73J1lWeUAl7PBwAwMWmXsFHGJOpzPhcDhWXC7XBGa7fcP/
0B6ZPTBgHyzgILPb7bpsNpvE9flO0tgH808BXuV/9Rc0A+b+f/6UZAAAAABJRU5ErkJggg==
</value>
</data>
<data name="contextmenu_help.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAmRJREFUOE9j/P//
PwNFAGQAs85mBmbdrQzM+juAeKcEs8GuFCCeBcTboBjETgHLgdSA1AL1gC1HM8CD12LvZseMm7fSu99+
LJ725U/R1C9/0jrffrRPu3ELJAc0wAOXAR6idgcOpXe9/Zza/vp/QNENFJza/up/UturzyK2+w8BDfBA
c8EmSV7THVtS2l5+jqx+8N8r5xLQYaigpO/Wf5BcVN3jzzwm27cw62ySRHhBa32qTeLF22EVd/77FVz7
75l98f/ERVfBeNuhZ2CT5qx9AJYLLr313yj85G1moB64AUzqq+eGVd795J55/j8MO6Wc+m8eeeB/aceh
/2fOnPlf3rnnv4rb2v/qXhv+m0Ue/ATSgzBAdfnOyOq7f1zSzvx3SDr53zBk7391763/o4r3/j9//uL/
peuO/1fz3PRfzWsLGAPl/zAB9SAMUF68K7T85l/r+BP/dYIO/NcK2Pdfw2/n/9u3b4Oxpt8usBgM64ce
+ssE1IMwQGH+PKfUC58NIk//149AYE3/Pf9BGFkMxNYKOPqZCagHYYDc7AxV9713LZJv/jdNuAHGBpFn
/7979w6MQWyYOIiWst1xjwmoB2GA9HRJDsU5OywSb32xynj23yr96X+T+OtwA0BskBgIG0bf+MKmMGcH
E1APwgCpqQxMEpO8uFXmHjdLevjFPv/jfzsgNow6D8YgNgibJDz4wqU89zhILRNQD6oB4hMYGPmbvNlE
O/co2O54aJb4+ItDwde/IAxig8RAciA1TEC12A3ga2BgYCuVYmAtygbipUB8GIpB7GyQHCNQDYYBIKeQ
iwHBPxS/lCcjgAAAAABJRU5ErkJggg==
</value>
</data>
<data name="contextmenu_donate.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAihJREFUOE+lk11I
k2EYhp+FedxRgVEEQogGIYpBHVhKBrZBsDKWaLBGOmypC3FbMVcLlUUHYqzEcD9asr8y54GtlnP4s7VW
uVKoscSmkP1ARZEEcrdnxdjAE/OFi++D577u7+WDRwCANnTaThSIEtT9JyK6JM6Xr/74iN/fl9YFO+yS
+lhew8rXOOw9neuCHXapRbRb8fPzPJ49siM240sR8NiShaODRkSfezNmnGWHXWquzG36thxFcHQQn+KR
FJ2qOty5oYf/gRnG9paMGWfZYZcUFbsufFmcw+RIP2ZDHli7LiefBrUcE25rEn5Pn3GWHXZJXr6jdXkh
At/9Prx/G0xxXauAx3YLt69poD1fkzHjLDvskqw0R7MUC8Pr7EV4fChF6IkL7i4xxq3VmHIoMO1SYtom
Q9hehYfGk2CHXTp9YJt24U0QvQY17uoPY8wswWOLFMPGajj1JVj9MIBfsR7M+5qwOFaLlVdS2HXFYIdd
EhduaY9Hn+Ld3CT85poM4fU9CV66GxF0yuHuFsJzU4iw4xRCzkawwy4Vbd/cXJab3c2cO5TlDw5pMOVS
wdN3FjPDrWveoKMq6wXn2eU1yE6wNUFOQ6nAkX5lv0mC9EKv6QwCtnpcFG5q++ew+/cU7ySS7SO5WXdk
tv9qZWBAd3BEWS6wrPUPlGUC6/FCQeYOcoG0hOhKbT51yPaSQVaQVng0WWjRFHlNqj0R/lD9fiKGeJ03
wh+7ImBS7QvLFAAAAABJRU5ErkJggg==
</value>
</data>
<data name="contextmenu_exit.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAUNJREFUOE+lk79L
QlEcxW9/gqCrm6vg4uYoOAgOrqLk4ioP0r2Glhp0SSjoF1FE0BIUDU3RdIOGoKBVGlpapaHTObeuCPe6
9ITD5fs9n3Pue8JbAWBS/VSQRvPwKR/j3JgaZXVqPv5TzPOXLhYoZDEcQidVWyhw3qzfn3tBAWH7PRjg
uV7HV5JAM6USyX50u86btlrOCwoOCR7Q+Oz1cFcu473dhmbppdFwu8dq1e3EBgU0zB6NXQJvzSaui0U8
VCq4LZWwn8vhLJ+HPDFiowUEzITADsGrQgFHmYzTSTYL7eSJiRZs0timRoTGhC956wXDXtrJEyM2eAIt
t34Be8NgTPLELCuQYe8Z9tK8ZBf+ieuEnxj20rzB26SYF7zCGsGEoVeW6NTMoJFiXlDAkFllqMOwTs2+
IOYFBf/9oFJ9ibr0B4f94vVG3bWDAAAAAElFTkSuQmCC
</value>
</data>
<metadata name="notifyIcon.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="notifyIcon.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAPSkpKSisCAAAAAAAAAQAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFTg9JgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAgAAAgABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQABAAEAAQABAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIA
AAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAA
AKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIA
AAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAA
AKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIA
AAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAA
AKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCAAAAAAAApEIAAAAAAACkQgAAAAAAAKRCKAAAACAAAABA
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
</value>
</data>
</root>

View file

@ -1,220 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Windows.Forms;
namespace Greenshot.Forms
{
/// <summary>
/// Description of ToolStripMenuSelectList.
/// </summary>
public class ToolStripMenuSelectList : ToolStripMenuItem
{
private bool multiCheckAllowed = false;
private bool updateInProgress = false;
/// <summary>
/// Occurs when one of the list's child element's Checked state changes.
/// </summary>
public new event EventHandler CheckedChanged;
public Object Identifier;
public ToolStripMenuSelectList(Object identifier, bool allowMultiCheck)
{
Identifier = identifier;
CheckOnClick = false;
multiCheckAllowed = allowMultiCheck;
}
public ToolStripMenuSelectList() : this(null,false) {}
public ToolStripMenuSelectList(Object identifier) : this(identifier,false) {}
/// <summary>
/// gets or sets the currently checked item
/// </summary>
public Object CheckedItem {
get {
IEnumerator items = DropDownItems.GetEnumerator();
while(items.MoveNext()) {
ToolStripMenuItem tsmi = (ToolStripMenuItem)items.Current;
if(tsmi.Checked) return tsmi;
}
return null;
}
set {
IEnumerator items = DropDownItems.GetEnumerator();
while(items.MoveNext()) {
ToolStripMenuItem tsmi = (ToolStripMenuItem)items.Current;
if(!multiCheckAllowed && !tsmi.Equals(value)) tsmi.Checked = false;
else if (tsmi.Equals(value)) tsmi.Checked = true;
}
}
}
/// <summary>
/// gets or sets the currently checked items
/// </summary>
public ToolStripMenuSelectListItem[] CheckedItems {
get {
List<ToolStripMenuSelectListItem> sel = new List<ToolStripMenuSelectListItem>();
IEnumerator items = DropDownItems.GetEnumerator();
while(items.MoveNext()) {
ToolStripMenuSelectListItem tsmi = (ToolStripMenuSelectListItem)items.Current;
if(tsmi.Checked) sel.Add(tsmi);
}
return sel.ToArray();
}
set {
if(!multiCheckAllowed) throw new ArgumentException("Writing to checkedItems is only allowed in multi-check mode. Either set allowMultiCheck to true or use set SelectedItem instead of SelectedItems.");
IEnumerator items = DropDownItems.GetEnumerator();
IEnumerator sel = value.GetEnumerator();
while(items.MoveNext()) {
ToolStripMenuItem tsmi = (ToolStripMenuItem)items.Current;
while (sel.MoveNext()) {
if(tsmi.Equals(sel.Current)) tsmi.Checked = true;
else tsmi.Checked = false;
if(!multiCheckAllowed && !tsmi.Equals(sel.Current)) tsmi.Checked = false;
else if (tsmi.Equals(value)) tsmi.Checked = true;
}
}
}
}
private void ItemCheckStateChanged(object sender, System.EventArgs e) {
if(updateInProgress) return;
ToolStripMenuSelectListItem tsmi = (ToolStripMenuSelectListItem)sender;
updateInProgress = true;
if(tsmi.Checked && !multiCheckAllowed) {
UncheckAll();
tsmi.Checked = true;
}
updateInProgress = false;
if(CheckedChanged != null) CheckedChanged(this, new ItemCheckedChangedEventArgs(tsmi));
}
/// <summary>
/// adds an item to the select list
/// </summary>
/// <param name="label">the label to be displayed</param>
/// <param name="image">the icon to be displayed</param>
/// <param name="data">the data to be returned when an item is queried</param>
/// <param name="isChecked">whether the item is initially checked</param>
public void AddItem(string label, Image image, Object data, bool isChecked) {
ToolStripMenuSelectListItem newItem = new ToolStripMenuSelectListItem();
newItem.Text = label;
newItem.Image = image;
newItem.CheckOnClick = true;
newItem.CheckStateChanged += new System.EventHandler(this.ItemCheckStateChanged);
newItem.Data = data;
if(isChecked) {
if(!multiCheckAllowed) {
updateInProgress = true;
UncheckAll();
updateInProgress = false;
}
newItem.Checked = isChecked;
}
this.DropDownItems.Add(newItem);
}
/// <summary>
/// adds an item to the select list
/// </summary>
/// <param name="label">the label to be displayed</param>
/// <param name="image">the icon to be displayed</param>
public void AddItem(string label, Image image) {
AddItem(label, image, null, false);
}
/// <summary>
/// adds an item to the select list
/// </summary>
/// <param name="label">the label to be displayed</param>
/// <param name="data">the data to be returned when an item is queried</param>
public void AddItem(string label, Object data) {
AddItem(label, null, data, false);
}
/// <summary>
/// adds an item to the select list
/// </summary>
/// <param name="label">the label to be displayed</param>
public void AddItem(string label) {
AddItem(label, null, null, false);
}
// <summary>
/// adds an item to the select list
/// </summary>
/// <param name="label">the label to be displayed</param>
/// <param name="image">the icon to be displayed</param>
/// <param name="selected">whether the item is initially selected</param>
/// <param name="isChecked">whether the item is initially checked</param>
public void AddItem(string label, Image image, bool isChecked) {
AddItem(label, image, null, isChecked);
}
/// <summary>
/// adds an item to the select list
/// </summary>
/// <param name="label">the label to be displayed</param>
/// <param name="data">the data to be returned when an item is queried</param>
/// <param name="isChecked">whether the item is initially checked</param>
public void AddItem(string label, Object data, bool isChecked) {
AddItem(label, null, data, isChecked);
}
/// <summary>
/// adds an item to the select list
/// </summary>
/// <param name="label">the label to be displayed</param>
/// <param name="isChecked">whether the item is initially checked</param>
public void AddItem(string label, bool isChecked) {
AddItem(label, null, null, isChecked);
}
/// <summary>
/// unchecks all items of the list
/// </summary>
public void UncheckAll() {
IEnumerator items = DropDownItems.GetEnumerator();
while(items.MoveNext()) ((ToolStripMenuItem)items.Current).Checked = false;
}
}
public class ItemCheckedChangedEventArgs : System.EventArgs {
public ToolStripMenuSelectListItem Item;
public ItemCheckedChangedEventArgs(ToolStripMenuSelectListItem item) {
Item = item;
}
}
public class ToolStripMenuSelectListItem : ToolStripMenuItem {
public Object Data;
}
}

View file

@ -1,13 +0,0 @@
<?xml version='1.0' encoding='utf-8'?>
<project>
<configuration createBackupFiles="False" hideEmptyRows="False" useSpellChecker="True" neutralLanguageCode="en-US">
<userSetting name="thomas@thomas-PC.filesInitialDir">C:\Projects\Greenshot</userSetting>
<userSetting name="thomas@thomas-PC.FindText">
</userSetting>
<userSetting name="thomas@thomas-PC.RecentFiles">C:\Projects\Greenshot\UI.resx;C:\Projects\Greenshot\UI.de-DE.resx</userSetting>
<description>
</description>
</configuration>
<fileGroups />
<projectFolders />
</project>

View file

@ -1,185 +0,0 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<ProjectGuid>{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}</ProjectGuid>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<OutputType>WinExe</OutputType>
<RootNamespace>Greenshot</RootNamespace>
<AssemblyName>Greenshot</AssemblyName>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<ApplicationIcon>icons\applicationIcon\icon.ico</ApplicationIcon>
<SourceAnalysisOverrideSettingsFile>C:\Dokumente und Einstellungen\jens\Anwendungsdaten\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<NoStdLib>False</NoStdLib>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<OutputPath>bin\Debug\</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>Full</DebugType>
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<Optimize>False</Optimize>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\Release\</OutputPath>
<DebugSymbols>False</DebugSymbols>
<DebugType>None</DebugType>
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>
<DefineConstants>TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>x86</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Platform)' == 'x86' ">
<RegisterForComInterop>False</RegisterForComInterop>
<GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
<BaseAddress>4194304</BaseAddress>
<PlatformTarget>x86</PlatformTarget>
<FileAlignment>4096</FileAlignment>
</PropertyGroup>
<ItemGroup>
<Reference Include="log4net">
<HintPath>..\GreenshotCore\Lib\log4net.dll</HintPath>
</Reference>
<Reference Include="nunit.framework">
<HintPath>..\GreenshotCore\Lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.cs" />
<Compile Include="Forms\CaptureForm.cs" />
<Compile Include="Forms\CaptureForm.Designer.cs">
<DependentUpon>CaptureForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\LanguageDialog.cs" />
<Compile Include="Forms\LanguageDialog.Designer.cs">
<DependentUpon>LanguageDialog.cs</DependentUpon>
</Compile>
<Compile Include="Forms\MainForm.cs" />
<Compile Include="Forms\MainForm.Designer.cs">
<DependentUpon>MainForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\ToolStripMenuSelectList.cs" />
<Compile Include="Forms\BugReportForm.cs" />
<Compile Include="Forms\BugReportForm.Designer.cs">
<DependentUpon>BugReportForm.cs</DependentUpon>
</Compile>
<Compile Include="Helpers\LogHelper.cs" />
<Compile Include="Helpers\SoundHelper.cs" />
<Compile Include="Helpers\StringHelper.cs" />
<Compile Include="Test\Drawing\Filters\BitmapByteBufferTest.cs" />
<Compile Include="Test\Drawing\Properties\PropertyAggregatorTest.cs" />
<Compile Include="Test\Drawing\Properties\SerializationTest.cs" />
<Compile Include="Test\SaveImageFileDialogTest.cs" />
<EmbeddedResource Include="Forms\LanguageDialog.resx">
<DependentUpon>LanguageDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\MainForm.resx">
<DependentUpon>MainForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\BugReportForm.resx">
<DependentUpon>BugReportForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Sounds.resx" />
<None Include="AssemblyInfo.cs.template" />
<None Include="Languages\help-en-US.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\help-de-DE.html">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\help-es-ES.html" />
<None Include="Languages\help-hu-HU.html" />
<None Include="Languages\help-it-IT.html" />
<None Include="Languages\help-nl-NL.html" />
<None Include="Languages\help-ru-RU.html" />
<None Include="Languages\help-sv-SE.html" />
<None Include="Languages\help-tr-TR.html" />
<None Include="Languages\help-zh-CN.html" />
<None Include="Languages\language-cs-CZ.xml" />
<None Include="Languages\language-de-DE.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\language-el-GR.xml" />
<None Include="Languages\language-en-US.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\language-es-ES.xml" />
<None Include="Languages\language-fi-FI.xml" />
<None Include="Languages\language-fr-FR.xml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="Languages\language-he-IL.xml" />
<None Include="Languages\language-hu-HU.xml" />
<None Include="Languages\language-it-IT.xml" />
<None Include="Languages\language-ja-JP.xml" />
<None Include="Languages\language-nl-NL.xml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Languages\language-pl-PL.xml" />
<None Include="Languages\language-ru-RU.xml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="Languages\language-sv-SE.xml" />
<None Include="Languages\language-tr-TR.xml" />
<None Include="Languages\language-zh-CN.xml" />
<None Include="Languages\language-zh-tw.xml">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</None>
<None Include="log4net.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="windowcontent.properties">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<Compile Include="Forms\FlashlightForm.Designer.cs">
<DependentUpon>FlashlightForm.cs</DependentUpon>
</Compile>
<Compile Include="Forms\FlashlightForm.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Forms" />
<Folder Include="Helpers" />
<Folder Include="Helpers" />
<Folder Include="Languages" />
<Folder Include="Test" />
<Folder Include="Test\Drawing" />
<Folder Include="Test\Drawing\Filters" />
<Folder Include="Test\Drawing\Properties" />
<Folder Include="Help" />
<ProjectReference Include="..\GreenshotCore\GreenshotCore.csproj">
<Project>{BDC408EE-DEA1-4474-B59D-7F05757B12EC}</Project>
<Name>GreenshotCore</Name>
</ProjectReference>
<ProjectReference Include="..\GreenshotEditor\GreenshotEditor.csproj">
<Project>{DAA9A7D9-E781-4B00-A3BE-221349BC98A0}</Project>
<Name>GreenshotEditor</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" />
<PropertyGroup>
<PreBuildEvent>"$(MSBuildProjectDirectory)\tools\TortoiseSVN\SubWCRev.exe" "$(MSBuildProjectDirectory)\." "$(MSBuildProjectDirectory)\AssemblyInfo.cs.template" "$(MSBuildProjectDirectory)\AssemblyInfo.cs"</PreBuildEvent>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<PostBuildEvent>"$(MSBuildProjectDirectory)\tools\TortoiseSVN\SubWCRev.exe" "$(MSBuildProjectDirectory)\." "$(MSBuildProjectDirectory)\releases\innosetup\setup.iss" "$(MSBuildProjectDirectory)\releases\innosetup\setup-SVN.iss"
cd "$(MSBuildProjectDirectory)\bin\Release"
"$(MSBuildProjectDirectory)\tools\FileVerifier++\fvc.exe" -c -a MD5 -r -o "checksum.MD5" *.dll *.exe
"$(MSBuildProjectDirectory)\tools\7zip\7za.exe" a -x!.SVN -r "$(MSBuildProjectDirectory)\releases\Greenshot-NO-INSTALLER.zip" "$(MSBuildProjectDirectory)\bin\Release\*" "$(MSBuildProjectDirectory)\releases\additional_files\*"
cd "$(MSBuildProjectDirectory)\releases\innosetup"
"$(MSBuildProjectDirectory)\tools\innosetup\ISCC.exe" "$(MSBuildProjectDirectory)\releases\innosetup\setup-SVN.iss"
</PostBuildEvent>
</PropertyGroup>
</Project>

View file

@ -1,72 +0,0 @@

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
# SharpDevelop 3.2.0.5777
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenshotCore", "..\GreenshotCore\GreenshotCore.csproj", "{BDC408EE-DEA1-4474-B59D-7F05757B12EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenshotEditor", "..\GreenshotEditor\GreenshotEditor.csproj", "{DAA9A7D9-E781-4B00-A3BE-221349BC98A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Greenshot-OCR-Plugin", "..\Greenshot-OCR-Plugin\Greenshot-OCR-Plugin.csproj", "{C6988EE8-2FEE-4349-9F09-F9628A0D8965}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Greenshot-TitleFix-Plugin", "..\Greenshot-TitleFix-Plugin\Greenshot-TitleFix-Plugin.csproj", "{0A07500E-7404-48D7-8789-7EB2A23E0DD5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Greenshot", "Greenshot.csproj", "{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}"
ProjectSection(ProjectDependencies) = postProject
{BDC408EE-DEA1-4474-B59D-7F05757B12EC} = {BDC408EE-DEA1-4474-B59D-7F05757B12EC}
{DAA9A7D9-E781-4B00-A3BE-221349BC98A0} = {DAA9A7D9-E781-4B00-A3BE-221349BC98A0}
{C6988EE8-2FEE-4349-9F09-F9628A0D8965} = {C6988EE8-2FEE-4349-9F09-F9628A0D8965}
{0A07500E-7404-48D7-8789-7EB2A23E0DD5} = {0A07500E-7404-48D7-8789-7EB2A23E0DD5}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenshotJiraPlugin", "..\GreenshotJiraPlugin\GreenshotJiraPlugin.csproj", "{19FEEF09-313F-43C7-819D-F1BCA782B08B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenshotConfluencePlugin", "..\GreenshotConfluencePlugin\GreenshotConfluencePlugin.csproj", "{C3052651-598A-44E2-AAB3-2E41311D50F9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenshotFlickrPlugin", "..\GreenshotFlickrPlugin\GreenshotFlickrPlugin.csproj", "{56828D7F-F227-41EC-8873-CC32A23A1783}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Greenshot-RunAtOutput-Plugin", "..\Greenshot-RunAtOutput-Plugin\Greenshot-RunAtOutput-Plugin.csproj", "{47F23C86-604E-4CC3-8767-B3D4088F30BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BDC408EE-DEA1-4474-B59D-7F05757B12EC}.Debug|Any CPU.Build.0 = Debug|x86
{BDC408EE-DEA1-4474-B59D-7F05757B12EC}.Debug|Any CPU.ActiveCfg = Debug|x86
{BDC408EE-DEA1-4474-B59D-7F05757B12EC}.Release|Any CPU.Build.0 = Release|x86
{BDC408EE-DEA1-4474-B59D-7F05757B12EC}.Release|Any CPU.ActiveCfg = Release|x86
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|Any CPU.Build.0 = Debug|x86
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Debug|Any CPU.ActiveCfg = Debug|x86
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Release|Any CPU.Build.0 = Release|x86
{CD642BF4-D815-4D67-A0B5-C69F0B8231AF}.Release|Any CPU.ActiveCfg = Release|x86
{DAA9A7D9-E781-4B00-A3BE-221349BC98A0}.Debug|Any CPU.Build.0 = Debug|x86
{DAA9A7D9-E781-4B00-A3BE-221349BC98A0}.Debug|Any CPU.ActiveCfg = Debug|x86
{DAA9A7D9-E781-4B00-A3BE-221349BC98A0}.Release|Any CPU.Build.0 = Release|x86
{DAA9A7D9-E781-4B00-A3BE-221349BC98A0}.Release|Any CPU.ActiveCfg = Release|x86
{C6988EE8-2FEE-4349-9F09-F9628A0D8965}.Debug|Any CPU.Build.0 = Debug|x86
{C6988EE8-2FEE-4349-9F09-F9628A0D8965}.Debug|Any CPU.ActiveCfg = Debug|x86
{C6988EE8-2FEE-4349-9F09-F9628A0D8965}.Release|Any CPU.Build.0 = Release|x86
{C6988EE8-2FEE-4349-9F09-F9628A0D8965}.Release|Any CPU.ActiveCfg = Release|x86
{0A07500E-7404-48D7-8789-7EB2A23E0DD5}.Debug|Any CPU.Build.0 = Debug|x86
{0A07500E-7404-48D7-8789-7EB2A23E0DD5}.Debug|Any CPU.ActiveCfg = Debug|x86
{0A07500E-7404-48D7-8789-7EB2A23E0DD5}.Release|Any CPU.Build.0 = Release|x86
{0A07500E-7404-48D7-8789-7EB2A23E0DD5}.Release|Any CPU.ActiveCfg = Release|x86
{19FEEF09-313F-43C7-819D-F1BCA782B08B}.Debug|Any CPU.Build.0 = Debug|x86
{19FEEF09-313F-43C7-819D-F1BCA782B08B}.Debug|Any CPU.ActiveCfg = Debug|x86
{19FEEF09-313F-43C7-819D-F1BCA782B08B}.Release|Any CPU.Build.0 = Release|x86
{19FEEF09-313F-43C7-819D-F1BCA782B08B}.Release|Any CPU.ActiveCfg = Release|x86
{C3052651-598A-44E2-AAB3-2E41311D50F9}.Debug|Any CPU.Build.0 = Debug|x86
{C3052651-598A-44E2-AAB3-2E41311D50F9}.Debug|Any CPU.ActiveCfg = Debug|x86
{C3052651-598A-44E2-AAB3-2E41311D50F9}.Release|Any CPU.Build.0 = Release|x86
{C3052651-598A-44E2-AAB3-2E41311D50F9}.Release|Any CPU.ActiveCfg = Release|x86
{56828D7F-F227-41EC-8873-CC32A23A1783}.Debug|Any CPU.Build.0 = Debug|x86
{56828D7F-F227-41EC-8873-CC32A23A1783}.Debug|Any CPU.ActiveCfg = Debug|x86
{56828D7F-F227-41EC-8873-CC32A23A1783}.Release|Any CPU.Build.0 = Release|x86
{56828D7F-F227-41EC-8873-CC32A23A1783}.Release|Any CPU.ActiveCfg = Release|x86
{47F23C86-604E-4CC3-8767-B3D4088F30BB}.Debug|Any CPU.Build.0 = Debug|x86
{47F23C86-604E-4CC3-8767-B3D4088F30BB}.Debug|Any CPU.ActiveCfg = Debug|x86
{47F23C86-604E-4CC3-8767-B3D4088F30BB}.Release|Any CPU.Build.0 = Release|x86
{47F23C86-604E-4CC3-8767-B3D4088F30BB}.Release|Any CPU.ActiveCfg = Release|x86
EndGlobalSection
EndGlobal

View file

@ -1,19 +0,0 @@
/*
* User: Robin
* Date: 05.04.2010
*/
using System;
using System.IO;
using log4net.Util;
namespace Greenshot.Helpers {
/// <summary>
/// Description of Log4NET.
/// </summary>
public class SpecialFolderPatternConverter : PatternConverter {
override protected void Convert(TextWriter writer, object state) {
Environment.SpecialFolder specialFolder = (Environment.SpecialFolder)Enum.Parse(typeof(Environment.SpecialFolder), base.Option, true);
writer.Write(Environment.GetFolderPath(specialFolder));
}
}
}

View file

@ -1,30 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
namespace Greenshot.Helpers {
public class SpecialFolderPatternConverter : log4net.Util.PatternConverter {
protected override void Convert(System.IO.TextWriter writer, object state) {
Environment.SpecialFolder specialFolder = (Environment.SpecialFolder)Enum.Parse(typeof(Environment.SpecialFolder), base.Option, true);
writer.Write(Environment.GetFolderPath(specialFolder));
}
}
}

View file

@ -1,98 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.IO;
using System.Reflection;
using System.Resources;
using System.Runtime.InteropServices;
using Greenshot.UnmanagedHelpers;
/// <summary>
/// Create to fix the sometimes wrongly played sample, especially after first start from IDE
/// See: http://www.codeproject.com/KB/audio-video/soundplayerbug.aspx?msg=2487569
/// </summary>
namespace Greenshot.Helpers {
/// <summary>
/// Description of SoundHelper.
/// </summary>
public class SoundHelper {
private static readonly log4net.ILog LOG = log4net.LogManager.GetLogger(typeof(SoundHelper));
private static GCHandle? gcHandle = null;
private static byte[] soundBuffer = null;
private SoundHelper() {
// Prevent instanciating
}
public static void Initialize() {
try {
ResourceManager resources = new ResourceManager("Greenshot.Sounds", Assembly.GetExecutingAssembly());
soundBuffer = (byte[])resources.GetObject("camera");
// Pin sound so it can't be moved by the Garbage Collector, this was the cause for the bad sound
gcHandle = GCHandle.Alloc(soundBuffer, GCHandleType.Pinned);
} catch (Exception e) {
LOG.Error("Error initializing.", e);
}
}
public static void Play() {
SoundFlags flags = SoundFlags.SND_ASYNC | SoundFlags.SND_MEMORY;
try {
if (soundBuffer != null) {
WinMM.PlaySound(gcHandle.Value.AddrOfPinnedObject(), (UIntPtr)0, (uint)flags);
} else {
WinMM.PlaySound((byte[])null, (UIntPtr)0, (uint)flags);
}
} catch (Exception e) {
LOG.Error("Error in play.", e);
}
}
public static void Deinitialize() {
try {
if (gcHandle != null) {
WinMM.PlaySound((byte[])null, (UIntPtr)0, (uint)0);
gcHandle.Value.Free();
gcHandle = null;
}
} catch (Exception e) {
LOG.Error("Error in deinitialize.", e);
}
}
[Flags]
public enum SoundFlags : int {
SND_SYNC = 0x0000, // play synchronously (default)
SND_ASYNC = 0x0001, // play asynchronously
SND_NODEFAULT = 0x0002, // silence (!default) if sound not found
SND_MEMORY = 0x0004, // pszSound points to a memory file
SND_LOOP = 0x0008, // loop the sound until next sndPlaySound
SND_NOSTOP = 0x0010, // don't stop any currently playing sound
SND_NOWAIT = 0x00002000, // don't wait if the driver is busy
SND_ALIAS = 0x00010000, // name is a registry alias
SND_ALIAS_ID = 0x00110000, // alias is a predefined id
SND_FILENAME = 0x00020000, // name is file name
}
}
}

View file

@ -1,46 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
namespace Greenshot.Helpers {
public class StringHelper {
private StringHelper() {
}
public static string UppercaseFirst(string s) {
if (string.IsNullOrEmpty(s)) return string.Empty;
char[] a = s.ToCharArray();
a[0] = char.ToUpper(a[0]);
return new string(a);
}
public static string LowercaseFirst(string s) {
if (string.IsNullOrEmpty(s)) return string.Empty;
char[] a = s.ToCharArray();
a[0] = char.ToLower(a[0]);
return new string(a);
}
}
}

View file

@ -1,39 +0,0 @@
using System;
using System.Resources;
using System.Globalization;
using System.Threading;
using Greenshot.Configuration;
using System.Diagnostics;
namespace Greenshot
{
/// <summary>
/// Description of Language.
/// </summary>
public class Language
{
private ResourceManager rm;
private static Language uniqueInstance;
private Language() {
rm = new ResourceManager("Greenshot.UI", System.Reflection.Assembly.GetExecutingAssembly());
SetLanguage(AppConfig.GetInstance().Ui_Language);
}
public static Language GetInstance() {
if(uniqueInstance == null) {
uniqueInstance = new Language();
}
return uniqueInstance;
}
public void SetLanguage(string cultureInfo) {
Thread.CurrentThread.CurrentUICulture = new CultureInfo(cultureInfo);
}
public string GetString(string id) {
string s = rm.GetString(id);
return (s != null) ? s : "string ###"+id+"### not found";
}
}
}

View file

@ -1,355 +0,0 @@
<html>
<head>
<title>Greenshot Hilfe</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
em {padding-right:0.2em;}
</style>
</head>
<body>
<h1>Greenshot Hilfe</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
<small>Version 0.8<!-- - Deutsche Übersetzung der Hilfe von IHR_NAME--></small>
<h2>Inhalt</h2>
<ol>
<li><a href="#screenshot">Erstellung eines Screenshots</a></li>
<ol>
<li><a href="#capture-region">Bereich abfotografieren</a></li>
<li><a href="#capture-last-region">Zuletzt gewählten Bereich abfotografieren</a></li>
<li><a href="#capture-window">Fenster abfotografieren</a></li>
<li><a href="#capture-fullscreen">Kompletten Bildschirm abfotografieren</a></li>
</ol>
<li><a href="#editor">Verwendung des Bildeditors</a></li>
<ol>
<li><a href="#editor-shapes">Formen zeichnen</a></li>
<li><a href="#editor-text">Text hinzufügen</a></li>
<li><a href="#editor-highlight">Hervorheben</a></li>
<li><a href="#editor-obfuscate">Unkenntlich machen</a></li>
<li><a href="#editor-crop">Screenshot zuschneiden</a></li>
<li><a href="#editor-reuse-elements">Elemente wiederverwenden</a></li>
<li><a href="#editor-export">Screenshot exportieren</a></li>
</ol>
<li><a href="#settings">Der Einstellungen-Dialog</a></li>
<ol>
<li><a href="#settings-general">Allgemeine Einstellungen</a></li>
<li><a href="#settings-output">Ausgabeeinstellungen</a></li>
<li><a href="#settings-printer">Druckereinstellungen</a></li>
</ol>
<li><a href="#help">Wollen Sie Greenshot unterstützen?</a></li>
<ol>
<li><a href="#help-donate">Spenden</a></li>
<li><a href="#help-spread">Weitersagen</a></li>
<li><a href="#help-translate">Übersetzen</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Erstellung eines Screenshots</h2>
<p>
Zum Erstellen eines Screenshots können Sie entweder die <kbd>Drucken</kbd>-Taste
verwenden oder sie klicken das Greenshot-Icon im Systray mit der rechten Maustaste.<br>
Es gibt verschiedene Optionen bei der Erstellung eines Screenshots:
</p>
<a name="capture-region"></a>
<h3>Bereich abfotografieren <kbd>Drucken</kbd></h3>
<p>
Im Bereichsmodus können sie einen Bildschirmbereich auswählen, der abfotografiert
werden soll.<br>
Nach dem Starten des Bereichsmodus sehen Sie ein Fadenkreuz, das die Position
des Mousecursors auf dem Bildschirm anzeigt. Klicken und halten sie die linke
Maustaste an der Stelle, wo eine der Ecken Ihres Screenshots liegen soll.
Halten Sie die Maustaste gedrückt, während sie die Maus bewegen, um das Rechteck
zu markieren, von dem ein Screenshot erstellt werden soll. Wenn das grüne Rechteck
den Bereich bedeckt, den Sie aufnehmen wollen, lassen sie die Maustaste los.<br>
</p>
<p class="hint">
Mit Hilfe der <kbd>Leertaste</kbd> können sie vom Bereichsmodus in den
<a href"#capture-window">Fenstermodus</a> wechseln (und umgekehrt).
</p>
<p class="hint">
Wenn Sie einen exakten Bereich abfotografieren, ist es eventuell einfacher, zuerst
einen etwas größeren Bereich abzufotografieren und den Screenshot anschließend mit
Hilfe des Bildeditors <a href="#editor-crop">zuzuschneiden</a>.
</p>
<a name="capture-last-region"></a>
<h3>Zuletzt gewählten Bereich abfotografieren <kbd>Shift</kbd> + <kbd>Drucken</kbd></h3>
<p>
Wenn Sie vorher einen <a href="#capture-region">Bereich</a> oder ein
<a href="#capture-window">Fenster</a> abfotografiert haben, können Sie mit Hilfe
dieser Option den gleichen Bereich noch einmal abfotografieren.
</p>
<a name="capture-window"></a>
<h3>Fenster abfotografieren <kbd>Alt</kbd> + <kbd>Drucken</kbd></h3>
<p>
Erstellt einen Screenshot des momentan aktiven Fensters.
</p>
<p class="hint">
Im <a href="#settings">Einstellungen-Dialog</a> können Sie einstellen, dass nicht
sofort das aktive Fenster abfotografiert werden soll, sondern stattdessen der
interaktive Modus gestartet wird. Wenn diese Option ausgewählt ist, können Sie
ein Fenster auswählen, indem Sie darauf klicken (wie beim
<a href="#capture-region">Bereichsmodus</a> hebt Greenshot auch hier den Bereich
hervor, der abfotografiert werden wird).<br>
Wenn Sie ein Kind-Fenster abfotografieren wollen (z.B. einen Browser-Viewport (ohne
Symbolleisten usw. oder einen einzelnen Frame einer Webseite mit Framesets) ziehen
Sie den Mauszeiger auf ds Fenster und drücken Sie die <kbd>Bild ab</kbd>-Taste.
Anschließend können Sie Kind-Elemente des Fensters durch anklicken auswählen.
</p>
<a name="capture-fullscreen"></a>
<h3>Kompletten Bildschirm abfotografieren <kbd>Strg</kbd> + <kbd>Drucken</kbd></h3>
<p>
Erstellt einen Screenhot vom gesamten Bildschirm.
</p>
<a name="editor"></a>
<h2>Verwendung des Bildeditors</h2>
<p>
Greenshot bietet Ihnen einen einfaches Bildbearbeitungswerkzeug mit praktischen
Möglichkeiten; ein Screenshot kann beispielsweise mit Anmerkungen und Formen
ergänzt werden. Es ist auch möglich, Teile des Screenshots hervorzuheben oder
unkenntlich zu machen.
</p>
<p class="hint">
Sie können Greenshots Bildeditor nicht nur für Screenshorts verwenden. Sie
können auch Bilder aus Dateien oder aus der Zwischenablage zur Bearbeitung
öffnen. Klicken Sie einfach mit der rechten Maustaste auf das Greenshot-Icon im
Systray und wählen Sie <em>Bild aus Datei öffnen</em> bzw. <em>Bild aus
Zwischenablage öffnen</em>.
</p>
<p class="hint">
Standardmäßig wird der Bildbearbeiter immer geöffnet, wenn ein Screenshot
gemacht wird. Wenn Sie den Bildbearbeiter nicht verwenden wollen, können
Sie dies in den <a href="#settings">Einstellungen</a> deaktivieren.
</p>
<a name="editor-shapes"></a>
<h3>Formen zeichnen</h3>
<p>
Wählen Sie eines der Form-Zeichnen-Werkzeuge aus der Werkzeugliste auf der linken
Seite des Bildeditors oder aus dem Menü <em>Objekt</em>. Zur schnelleren
Bedienung ist jedem Werkzeug ein Buchstabe zugeordnet.<br>
Folgende Formen sind verfügbar: Rechteck <kbd>R</kbd>, Ellipse <kbd>E</kbd>,
Linie <kbd>L</kbd> und Pfeil <kbd>A</kbd>.<br>
Klicken Sie die linke Maustaste, halten Sie diese gedrückt und bewegen Sie die Maus,
um den Position und Größe der Form zu bestimmen. Lassen Sie die Maustaste los,
wenn Sie fertig sind.
</p>
<p>
Sie können bereits gemalte Formen verschieben oder ihre Größe ändern. Wählen Sie
hierzu das Auswahlwerkzeug <kbd>ESC</kbd> aus der Werkzeugleiste.<br>
Jede Element-Art hat außerdem bestimmte Einstellungen, mit denen das Aussehen des
Elements verändert werden kann (z.B. Linienstärke, Rahmenfarbe, Hintergrundfarbe).
Sie können diese Einstellungen für ein bereits gezeichnetes Element ändern, wenn
es ausgewählt ist. Sie können die Einstellungen aber auch vor dem Zeichnen eines
Elements anpassen, direkt nach der Auswahl eines Zeichnen-Werkzeugs.
</p>
<p class="hint">
Sie können mehrere Elemente gleichzeitig zur Bearbeitung auswählen. Halten Sie
hierzu die <kbd>Shift</kbd>-Taste gedrückt, während Sie die Elemente anklicken.
<a name="editor-text"></a>
<h3>Text hinzufügen</h3>
<p>
Das Textwerkzeug <kbd>T</kbd> wird ähnlich verwendet wie die
<a href="#editor-shapes">Formen-Werkzeuge</a>.
Zeichnen Sie einfach ein Textelement in der gewünschten Größe und geben Sie
den gewünschten Text ein.<br>
Durch Doppelklicken können Sie den Text eines bestehenden Textelements bearbeiten.
</p>
<a name="editor-highlight"></a>
<h3>Hervorheben</h3>
<p>
Nach der Auswahl des Hervorhebungs-Werkzeugs <kbd>H</kbd> können Sie den hervorzuhebenden
Bereich wählen, gehen Sie hierzu vor wie beim Zeichnen von <a href="#editor-shapes">Formen</a>.<br>
Sie habe verschiedene Möglichkeiten der Hervorhebung, wählen Sie ein durch Klicken
der Schaltfläche links in der Symbolleiste über dem Screenshot:
</p>
<ul>
<li><em>Textmarker</em>: hinterlegt den Bereich mit einer Farbe ihrer Wahl</li>
<li><em>Bereich hervorheben</em>: alles außerhalb des Bereichs wird weichgezeichnet<a href="#hint-blur">*</a>
und leicht verdunkelt</li>
<li><em>Graustufen</em>: alles außerhalb des Bereichs wird in Graustufen dargestellt</li>
<li><em>Magnify</em>: der Bereich wird vergrößert dargestellt</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Unkenntlich machen</h3>
<p>
Wenn ein Screenshot Daten enthält, die nicht weitergegeben werden sollen (z.B. Kontodaten,
Namen, Passwörter oder Gesichter auf Bildern), ist es sinnvoll diese unkenntlich zu machen.<br>
Das Unkenntlich-machen-Werkzeug <kbd>O</kbd> wird verwendet wie das
<a href="#editor-highlight">Hervorheben</a>-Werkzeug.<br>
Folgende Möglichkeiten stehen zur Verfügung:
</p>
<ul>
<li><em>Verpixeln</em>: im Bereich werden die Pixel vergrößert</li>
<li><em>Weichzeichnen</em><a href="#hint-blur">*</a>: der Bereich wird weichgezeichnet</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* Je nach Leistung Ihres Computers kann die Verwendung von Weichnzeichner-Effekten
Greenshots Bildeditor verlangsamen. Wenn Sie merken, dass der Bildeditor zu langsam
reagiert sobald ein Weichzeichner verwendet wird, reduzieren Sie den Wert
<em>Vorschauqualiät</em> in der Symbolleiste oder stellen Sie einen kleineren
<em>Weichzeichner-Radius</em> ein.<br>
Sollte die Reaktionsgeschwindigkeit dann immer noch unzufriedenstellend sein, sollten
Sie dem Verpixeln-Werkzeug den Vorzug geben.
</p>
<a name="editor-crop"></a>
<h3>Screenshot zuschneiden</h3>
<p>
Wenn Sie nur einen Teil des Screenshots benötigen, können Sie das Zuschneiden-Werkzeug
<kbd>C</kbd> verwenden, um den Screenshot auf die gewünschte Größe zuzuschneiden.<br>
Wählen Sie das Zuschneiden-Werkzeug, zeichnen Sie dann ein Rechteck über den Bereich
des Screenshots, den Sie behalten wollen. Sie können die Größe des ausgewählten
Bereichs ändern, wie bei jedem anderen Element.<br>
Wenn Sie mit Ihrer Auswahl zufrieden sind, klicken Sie die Bestätigen-Schaltfläche in
der Symbolleiste oder drücken Sie die <kbd>Enter</kbd>-Taste. Sie können den Vorgang
abbrechen, indem Sie die Abbrechen-Schaltfläche klicken oder <kbd>ESC</kbd> drücken.
</p>
<a name="editor-reuse-elements"></a>
<h3>Elemente wiederverwenden</h3>
<p>
Wenn Sie regelmäßig die gleichen oder ähnliche Elemente in Ihren Screenshots
verwenden (z.B. ein Textfeld, in dem Browsertyp und -version angegeben sind, oder
Verpixelung des gleichen Elements auf mehreren Screenshots) können Sie diese
Elemente wiederverwenden.<br>
Wählen Sie <em>Objekte in Datei speichern</em> aus dem <em>Objekt</em>-Menü um
die aktuellen Elemente zur späteren Wiederverwendung zu speichern. <em>Objekte
aus Datei laden</em> fügt die Elemente dann zu einem anderen Screenshot hinzu.
</p>
<a name="editor-export"></a>
<h3>Screenshot exportieren</h3>
<p>
Nach der Bearbeitung des Screenshots können Sie das Ergebnis auf verschiedene
Arten exportieren, je nach Bedarf. Alle Export-Optionen sind über das <em>Datei</em>-
Menü, die obere Symbolleiste oder über Tastaturkürzel verfügbar:
</p>
<ul>
<li><em>Speichern</em> <kbd>Strg</kbd> + <kbd>S</kbd>: speichert die Grafik in eine Datei (wenn es bereits gespeichert wurde, ansonsten wird der Dialog <em>Speichern unter...</em> angezeigt</li>
<li><em>Speichern unter...</em> <kbd>Strg</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: öffnet einen Dialog, in dem Sie Verzeichnis, Dateiname und Grafikformat für die zu speichernde Grafik wählen können</li>
<li><em>Grafik in Zwichenablage kopieren</em> <kbd>Strg</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: legt eine Kopie der Grafik in der Zwischenablage ab, so dass sie direkt in andere Programme eingefügt werden kann</li>
<li><em>Drucken...</em> <kbd>Strg</kbd> + <kbd>P</kbd>: sendet die Grafik an einen Drucker</li>
<li><em>E-Mail</em> <kbd>Strg</kbd> + <kbd>E</kbd>: öffnet eine neue Nachricht in Ihrem Standard-E-Mail-Programm und hängt die Grafik als Datei an</li>
</ul>
<p class="hint">
Nach dem Speichern einer Grafik im Bildeditor können Sie mit der rechten Maustaste auf
die Statusleiste am unteren Rand des Editor-Fensters klicken, um entweder den Dateipfad
zu öffnen.
</p>
<a name="settings"></a>
<h2>Der Einstellungen-Dialog</h2>
<a name="settings-general"></a>
<h3>Allgemeine Einstellungen</h3>
<ul>
<li><em>Sprache</em>: Die Sprache, in der Sie Greenshot verwenden möchten.<br>
<a target="_blank" href="http://getgreenshot.org/downloads/">Hier</a> können Sie weitere Sprachen für Greenshot herunterladen. </li>
<li><em>Globale Tastenkombinationen aktivieren</em>: Wenn diese Optionen aktiviert ist, kann Greenshot mit der <kbd>Drucken</kbd>-Taste verwendet werden.</li>
<li><em>Greenshot mit Windows starten</em>: Das Programm wird automatisch gestartet wenn das System hochfährt.</li>
<li><em>Blitzlicht anzeigen</em>: Visuelles Feedback beim Erstellen eines Screenshots</li>
<li><em>Kamera-Klang abspielen</em>: Hörbares feedback beim Erstellen eines Screenshots</li>
<li><em>Mauszeiger mit abfotografieren</em>: Wenn diese Option aktiviert ist, wird der Mauszeiger abfotografiert. Der Zeiger wird im Editor als eigenes Element eingefügt, so dass Sie ihn anschließend noch verschieben oder löschen können.</li>
<li><em>Fenster interaktiv abfotografieren</em>: Anstatt sofort das aktive Fenster abzufotografieren, können Sie im
interaktivem Modus ein Fenster auswählen. Es ist auch möglich, Kind-Fenster abzufotografieren, siehe <a href="#capture-window">Fenster abfotografieren</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Ausgabeeinstellungen</h3>
<ul>
<li><em>Screenshot Ziel</em>: Sie können ein oder mehrere Möglichkeiten wählen, was mit dem Screenshot direkt nach der Erstellung geschehen soll.</li>
<li><em>Bevorzugte Ausgabedatei-Einstellungen</em>: Verzeichnis und Dateiname, die verwendet werden sollten wenn Screenshots direkt gespeichert werden, bzw. die vorgeschlagen werden sollen, wenn mit dem Speichern-unter-Dialog gespeichert wird. Klicken Sie die <em>?</em>-Schaltfläche um zu erfahren, welche Platzhalter für das Dateiname-Muster verwendet werden können.</li>
<li><em>JPEG-Einstellungen</em>: Qualitätsstufe für den Export von JPEG-Dateien</li>
</ul>
<a name="settings-printer"></a>
<h3>Druckereinstellungen</h3>
<ul>
<li><em>Ausdruck auf Seitengröße verkleinern</em>: Verkleinert die Grafik, wenn sie zu groß für das Papierformat ist.</li>
<li><em>Ausdruck auf Seitengröße vergrößern</em>: Vergrößert die Grafik, wenn sie kleiner als das Papierformat ist.</li>
<li><em>Drehung des Ausdrucks an das Seitenformat anpassen</em>: Dreht eine Querformat-Grafik für den Ausdruck um 90&deg;.</li>
</ul>
<a name="help"></a>
<h2>Wollen Sie Greenshot unterstützen?</h2>
<p>
Wir benötigen momentan keine Hilfe bei der Entwicklung von Greenshot. Es gibt aber
unterschiedliche Möglichkeiten, wenn Sie Greenshot und das Entwickler-Team
unterstützen wollen.<br>
Vielen Dank im Voraus :)
</p>
<a name="help-donate"></a>
<h3>Spenden</h3>
<p>
Wir stecken sehr viel Arbeit in Greenshot oder verbringen einige Zeit damit, ein
gutes Programm kostenlos und open source zur Verfügung zu stellen. Wenn Sie
merken, dass Greenshot Ihnen hilft, produktiver zu sein, wenn es Ihnen (oder
Ihrer Firma) viel Zeit und Geld spart, oder wenn Sie einfach Greenshot und die
Open-Source-Idee mögen: bitte ziehen Sie in Betracht, unserem Aufwand etwas
Anerkennung durch eine Spende zukommen zu lassen.<br>
Bitte werfen Sie einen Blick auf unsere Webseite, um zu sehen, wie Sie das
Greenshot Entwicker-Team unterstützen können:
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>Weitersagen</h3>
<p>
Wenn Sie Greenshot mögen, sagen Sie es weiter: erzählen Sie Ihren Freunden und Kollegen
von Greenshot. Und Ihren Followern :)<br>
Bewerten Sie Greenshot auf Software-Portalen oder verlinken Sie unsere Webseite von
Ihrem Blog oder Ihrer eigenen Webseite.
</p>
<a name="help-translate"></a>
<h3>Übersetzen</h3>
<p>
Gibt es Greenshot noch nicht in Ihrer bevorzugten Sprache? Wenn Sie sich in der
Lage fühlen, ein Programm zu übersetzen, sind Sie herzlich eingeladen.<br>
Wenn Sie registrierter Nutzer bei sourceforge.net sind, können Sie Übersetzungen
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">hier</a> hochladen.<br>
Bitte stellen Sie vorher sicher, dass keine Übersetzung für Ihre Sprache auf unserer
<a target="_blank" href="http://getgreenshot.org/downloads/">Download-Seite</a> existiert. Prüfen Sie auch <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">hier</a>, ob
evtl. eine Übersetzung in Arbeit oder in Vorbereitung ist.<br>
Bitte bedenken Sie, dass wir eine Überstzung nur auf unserer Download-Seite zur
Verfügung stellen werden, wenn Sie über ein sourceforge.net Benutzerkonto bereit gestellt
wurde. Da wir höchstwahrscheinlich nicht in der Lage sein werden, Ihre Übersetzung
zu verstehen, ist es gut, wenn andere sourceforge Nutzer Sie kontaktieren können,
um Verbesserungen vorzuschlagen oder die Übersetzung für eine nachfolgende Greenshot-Version
zu erweitern.
</p>
</body>
</html>

View file

@ -1,337 +0,0 @@

<html>
<head>
<title>Greenshot Help</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
em {padding-right:0.2em;}
</style>
</head>
<body>
<h1>Greenshot Help</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
<small>Version 0.8<!-- - English translation of help content by YOUR_NAME--></small>
<h2>Contents</h2>
<ol>
<li><a href="#screenshot">Creating a screenshot</a></li>
<ol>
<li><a href="#capture-region">Capture region</a></li>
<li><a href="#capture-last-region">Capture last region</a></li>
<li><a href="#capture-window">Capture window</a></li>
<li><a href="#capture-fullscreen">Capture fullscreen</a></li>
</ol>
<li><a href="#editor">Using the image editor</a></li>
<ol>
<li><a href="#editor-shapes">Drawing shapes</a></li>
<li><a href="#editor-text">Adding text</a></li>
<li><a href="#editor-highlight">Highlighting things</a></li>
<li><a href="#editor-obfuscate">Obfuscating things</a></li>
<li><a href="#editor-crop">Cropping the screenshot</a></li>
<li><a href="#editor-reuse-elements">Re-using drawn elements</a></li>
<li><a href="#editor-export">Exporting the screenshot</a></li>
</ol>
<li><a href="#settings">The settings dialog</a></li>
<ol>
<li><a href="#settings-general">General settings</a></li>
<li><a href="#settings-output">Output settings</a></li>
<li><a href="#settings-printer">Printer settings</a></li>
</ol>
<li><a href="#help">Want to help?</a></li>
<ol>
<li><a href="#help-donate">Consider a donation</a></li>
<li><a href="#help-spread">Spread the word</a></li>
<li><a href="#help-translate">Submit a translation</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Creating a screenshot</h2>
<p>
You can create a screenshot either by using the <kbd>Print</kbd> key on your keyboard
or by right clicking the Greenshot icon in the systray.<br>
There are several options for creating a screenshot:
</p>
<a name="capture-region"></a>
<h3>Capture region <kbd>Print</kbd></h3>
<p>
The region capture mode allows you to select a part of you screen to be shot.<br>
After starting region mode, you will see a crosshair pointing out the mouse
position on the screen. Click and hold where you want one of the corners of your
screenshot to be. Still holding down the mouse button, drag the mouse to define
the rectangle to be shot. When the green rectangle covers the area you want to
be captured in your screenshot, release the mouse button.
</p>
<p class="hint">
You can use the <kbd>Space</kbd> key to switch between region and
<a href="#capture-window">window</a> mode.
</p>
<p class="hint">
If you want to capture an exact area, it might be easier to select the initial
screenshot area slightly larger and to <a href="#editor-crop">crop</a> the screenshot
afterwards using Greenshot's image editor.
</p>
<a name="capture-last-region"></a>
<h3>Capture last region <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
<p>
If you did a <a href="#capture-region">region</a> or <a href="#capture-window">window</a> capture
before, you can capture the same region again using this option.
</p>
<a name="capture-window"></a>
<h3>Capture window <kbd>Alt</kbd> + <kbd>Print</kbd></h3>
<p>
Creates a screenshot of the window which is currently active.
</p>
<p class="hint">
The <a href="#settings">settings dialog</a> offers an option not to capture
the active window right away, but allowing you to select one interactively.
If this option is selected, you may select a window by clicking it (As in
<a href="#capture-region">region mode</a>, Greenshot will highlight the area
that will be captured).<br>If you want a child window to be captured (e.g. a browser
viewport (without toolsbars etc.) or a single frame of a web page using framesets)
point the mouse cursor to the window and hit the <kbd>PgDown</kbd> key. After
doing so, you can select child elements of the window to be captured.
</p>
<a name="capture-fullscreen"></a>
<h3>Capture fullscreen <kbd>Control</kbd> + <kbd>Print</kbd></h3>
<p>
Creates a screenshot of the complete screen.
</p>
<a name="editor"></a>
<h2>Using the image editor</h2>
<p>
Greenshot comes with an easy-to-use image editor, providing a handy featureset
to add annotations or shapes to a screenshot. It even allows to highlight or
obfuscate parts of your screenshot.
</p>
<p class="hint">
Greenshot's image editor may not only be used for screenshots. You can also
open images for editing from a file or from clipboard. Simply right click
the Greenshot icon in the systray and select <em>Open image from file</em>
or <em>Open image from clipboard</em>, respectively.
</p>
<p class="hint">
By default, the image editor will be opened whenever a screenshot is
captured. If you do not want to use the image editor, you can disable this
behavior in the <a href="#settings">settings dialog</a>.
</p>
<a name="editor-shapes"></a>
<h3>Drawing shapes</h3>
<p>
Select one of the shape drawing tools from the toolbar on the left hand side
of the image editor or from the <em>Object</em> menu. There is also a key assigned
to each tool for your convenience.<br>
Available shapes are: rectangle <kbd>R</kbd>, ellipse <kbd>E</kbd>, line <kbd>L</kbd>
and arrow <kbd>A</kbd>.<br>
Click, hold down the mouse button and drag to define position and size of the shape.
Release the mouse button when you are done.
</p>
<p>
You can move or resize existing shapes after selecting the selection tool
<kbd>ESC</kbd> from the toolbar.<br>For every element type there is a specific
set of options available to change the look of the element (e.g. line thickness,
line color, fill color). You can change the options for an existing element after
selecting it, but also for the next element to be drawn after selecting a drawing tool.
</p>
<p class="hint">
You can select multiple elements for editing at a time. In order to select multiple
elements, hold down the <kbd>Shift</kbd> key while clicking the elements.
</p>
<a name="editor-text"></a>
<h3>Adding text</h3>
<p>
Usage of the text tool <kbd>T</kbd> is similar to the usage of the
<a href="#editor-shapes">shape</a> tools. Just draw the text element to the desired
size, then type in the text.<br>
Double click an existing text element to edit the text.
</p>
<a name="editor-highlight"></a>
<h3>Highlighting things</h3>
<p>
After selecting the highlight tool <kbd>H</kbd>, you can define the area to be
highlighted exactly like you would draw a <a href="#editor-shapes">shape</a>.<br>
There are several options for highlighting, which you can choose from by clicking
the leftmost button in the toolbar on top:
</p>
<ul>
<li><em>Highlight text</em>: highlights an area by applying a bright color to it, like
an office text highlighter</li>
<li><em>Highlight area</em>: blurs<a href="#hint-blur">*</a> and darkens everything outside the selected area</li>
<li><em>Grayscale</em>: everything outside the selected area will be turned to grayscale</li>
<li><em>Magnify</em>: the selected area will be displayed magnified</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Obfuscating things</h3>
<p>
Obfuscating parts of a screenshot is a good idea if it contains data which is not
intended for other people to see, e.g. bank account data, names, passwords or faces on images.<br>
Use the obfuscate tool <kbd>O</kbd> exactly like the <a href="#editor-highlight">highlight</a>
tool.<br>
Available options for obfuscation are:
</p>
<ul>
<li><em>Pixelize</em>: increases the pixel size for the selected area</li>
<li><em>Blur</em><a href="#hint-blur">*</a>: blurs the selected area</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* Depeding on the performance of your computer, applying a blur effect might slow down
Greenshot's image editor. If you feel the image editor reacting slowly as soon as a
blur is applied, try reducing the value for <em>Preview quality</em> in the toolbar or
decrease the value for <em>Blur radius</em>.<br>
If the blur performance is still too bad for you to work with, you might prefer
to use the pixelize effect instead.
</p>
<a name="editor-crop"></a>
<h3>Cropping the screenshot</h3>
<p>
If you only need a part of the screenshot you have captured, use the crop tool <kbd>C</kbd>
to crop it to the desired area.<br>
After selecting the crop tool, draw a rectangle for the area of the screenshot you want
to keep. You can resize the selected area like any other element.<br>
When you are content with your selection, use the confirm button in the toolbar or hit
the <kbd>Enter</kbd> key. You can cancel cropping by clicking the cancel button or hitting
<kbd>ESC</kbd>.
</p>
<a name="editor-reuse-elements"></a>
<h3>Re-using drawn elements</h3>
<p>
If you find yourself using the same or similar elements on most of your screenshots
(e.g. a textfield containing browser type and version, or obfuscating the same
element on several screenshots) you can re-use elements.<br>
Select <em>Save objects to file</em> from the <em>Object</em> menu to save the current
set of elements for re-using it later. <em>Load objects from file</em> applies the
same elements to another screenshot.
</p>
<a name="editor-export"></a>
<h3>Exporting the screenshot</h3>
<p>
After editing the screenshot, you can export the result for different purposes,
depending on your needs. You can access all export options through the <em>File</em>
menu, the topmost toolbar or via shortcuts:
</p>
<ul>
<li><em>Save</em> <kbd>Control</kbd> + <kbd>S</kbd>: saves the image to a file (if the image has already been saved, else displays <em>Save as...</em> dialog</li>
<li><em>Save as...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: lets you choose location, filename and image format for the file to save</li>
<li><em>Copy image to clipboard</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: puts a copy of the image into the clipboard, allowing to paste into other programs</li>
<li><em>Print...</em> <kbd>Control</kbd> + <kbd>P</kbd>: sends the image to a printer</li>
<li><em>E-Mail</em> <kbd>Control</kbd> + <kbd>E</kbd>: opens a new message in your default e-mail client, adding the image as attachment</li>
</ul>
<p class="hint">
After saving an image from the editor, right-click the status bar at the bottom of
the editor window to either copy the file path into the clipboard or open the
containing directory in Windows Explorer.
</p>
<a name="settings"></a>
<h2>The settings dialog</h2>
<a name="settings-general"></a>
<h3>General settings</h3>
<ul>
<li><em>Language</em>: The language you prefer to be used.<br>
You can download additional language files for Greenshot <a target="_blank" href="http://getgreenshot.org/downloads/">here</a>. </li>
<li><em>Register hotkeys</em>: If checked, Greenshot can be used with the <kbd>Print</kbd> key.</li>
<li><em>Launch Greenshot on startup</em>: Start the program when the system has been booted.</li>
<li><em>Show flashlight</em>: Visual feedback when doing a capture</li>
<li><em>Play camera sound</em>: Audible feedback when doing a capture</li>
<li><em>Capture mousepointer</em>: If checked, the mousepointer will be captured. The pointer is handled is a separate element in the editor, so that you can move or remove it later.</li>
<li><em>Use interactive window capture mode</em>: Instead of capturing the active window right away, interactive mode
allows you to select the window to capture. It is also possible to capture child windows, see <a href="#capture-window">window capture</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Output settings</h3>
<ul>
<li><em>Screenshot destination</em>: Allows you to choose the destination(s) for your screenshot right after capturing it.</li>
<li><em>Preferred output file settings</em>: Directory and filename to be used when saving directly or to be suggested when saving (using the save-as dialog). Click the <em>?</em> button to learn more about the placeholders that can be used as filename pattern.</li>
<li><em>JPEG settings</em>: Quality to be used when saving JPEG files</li>
</ul>
<a name="settings-printer"></a>
<h3>Printer settings</h3>
<ul>
<li><em>Shrink printout to fit paper size</em>: If the image would exceed paper size, it will be shrinked to fit on the page.</li>
<li><em>Enlarge printout to fit paper size</em>: If the image is smaller than the paper size, it will be scaled to be printed as large as possible without exceeding paper size.</li>
<li><em>Rotate printout to page orientation</em>: Will rotate a landscape format image by 90&deg; for printing.</li>
</ul>
<a name="help"></a>
<h2>Want to help?</h2>
<p>
Currently, we do not need help in development. However, there are several things you
can do to support Greenshot and the development team.<br>
Thanks in advance :)
</p>
<a name="help-donate"></a>
<h3>Consider a donation</h3>
<p>
We are putting a lot of work into Greenshot and spending quite some time to provide
a good piece of software for free and open source. If you feel
that it makes you more productive, if it saves you (or your company)
a lot of time and money, or if you simply like Greenshot and
the idea of open source software: please consider honoring our effort by donating.<br>
Please have a look at our home page to see how you can support the Greenshot development team:<br>
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>Spread the word</h3>
<p>
If you like Greenshot, let the people know: tell your friends and colleagues about Greenshot.
Your followers, too :)<br>
Rate Greenshot in software portals or link to our home page from your blog or website.
</p>
<a name="help-translate"></a>
<h3>Submit a translation</h3>
<p>
Greenshot is not available in your preferred language? If you feel fit for translating
a piece of software, you are more than welcome.
If you are a registered user at sourceforge.net, you can submit translations to our
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>.<br>
Please make sure there is no existing translation for your language on our
<a target="_blank" href="http://getgreenshot.org/downloads/">downloads page</a>. Also check our <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,
there might be a translation in progress, or at least in discussion.<br>
Please note that we will only provide a translation on our downloads page if it has
been submitted through your sourceforge.net user account. Since we most probably are
not capable to understand your translation, it is good for other sourceforge users
to be able to contact you about improvements or enhancements in case of a new Greenshot
version.
</p>
</body>
</html>

View file

@ -1,409 +0,0 @@
<html>
<head>
<title>Ayuda de Greenshot</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px; line-height:1.5em }
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
</style>
</head>
<body>
<h1>Ayuda de Greenshot</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
Version 0.8
<small>English translation of help content by Alejandro de G&aacute;rate
&lt;alex_degarate AT yahoo DOT com&gt; </small>
<h2>Contenido</h2>
<ol>
<li><a href="#screenshot">Realizando una captura de pantalla</a></li>
<ol>
<li><a href="#capture-region">Capturar regi&oacute;n</a></li>
<li><a href="#capture-last-region">Capturar &uacute;ltima regi&oacute;n</a></li>
<li><a href="#capture-window">Capturar ventana</a></li>
<li><a href="#capture-fullscreen">Capturar pantalla completa</a></li>
</ol><br>
<li><a href="#editor">Usando el editor de imagen</a></li>
<ol>
<li><a href="#editor-shapes">Dibujando formas</a></li>
<li><a href="#editor-text">Agregando texto</a></li>
<li><a href="#editor-highlight">Resaltando cosas</a></li>
<li><a href="#editor-obfuscate">Oscureciendo cosas</a></li>
<li><a href="#editor-crop">Recortando la captura de pantalla</a></li>
<li><a href="#editor-reuse-elements">Reusando elementos dibujados</a></li>
<li><a href="#editor-export">Exportando la captura de pantalla</a></li>
</ol><br>
<li><a href="#settings">Di&aacute;logo de configuraci&oacute;n</a></li>
<ol>
<li><a href="#settings-general">Configuraci&oacute;n general</a></li>
<li><a href="#settings-output">Configuraci&oacute;n de salida</a></li>
<li><a href="#settings-printer">Configuraci&oacute;n de la impresora</a></li>
</ol><br>
<li><a href="#help">&iquest; Desea ayudar ?</a></li>
<ol>
<li><a href="#help-donate">Considere una donaci&oacute;n</a></li>
<li><a href="#help-spread">Corra la voz</a></li>
<li><a href="#help-translate">Env&iacute;e una traducci&oacute;n</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Realizando una captura de pantalla</h2>
<p>
Ud puede realizar una captura de pantalla, bien usando la tecla <kbd>Print</kbd>
de su teclado o abriendo una men&uacute; de opciones al pulsar el bot&oacute;n
derecho del rat&oacute;n sobre el icono de Greenshot en la barra de tareas del sistema.<br>
Hay varias opciones para realizar una captura de pantalla:
</p>
<a name="capture-region"></a>
<h3>Capturar regi&oacute;n <kbd>Print</kbd></h3>
<p>
El modo <b>capturar regi&oacute;n</b> le permite seleccionar que parte de su
pantalla ser&aacute; capturada. <br>
Despu&eacute;s de comenzar el modo regi&oacute;n, usted ver&aacute; una l&iacute;nea
vertical y otra horizontal que se cruzan en un punto controlado por el rat&oacute;n.
Haga clic y mantenga apretado el bot&oacute;n izquierdo del rat&oacute;n donde usted
desee que est&eacute; una de las esquinas del rect&aacute;ngulo a capturar.
Manteniendo apretado el bot&oacute;n del rat&oacute;n, arrastre el rat&oacute;n para
definir el rect&aacute;ngulo a ser capturado. Cuando el rect&aacute;ngulo verde
cubra el &aacute;rea que usted desea que sea capturada, suelte el bot&oacute;n
del rat&oacute;n.
</p>
<p class="hint">
Ud. puede usar la tecla <kbd>Space</kbd> para cambiar entre el modo
regi&oacute;n y el modo <a href="#capture-window">ventana</a>.
</p>
<p class="hint">
Si usted desea capturar un &aacute;rea exacta, podr&iacute;a ser m&aacute;s
f&aacute;cil seleccionar el &aacute;rea inical de captura ligeramente mayor y
<a href="#editor-crop">recortar</a> la captura de pantalla posteriormente usando
el editor de im&aacute;genes de Greenshot.
</p>
<a name="capture-last-region"></a>
<h3>Capturar &uacute;ltima regi&oacute;n <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
<p>
Si usted reci&eacute;n realiz&oacute; una captura de <a href="#capture-region">regi&oacute;n</a>
o de <a href="#capture-window">ventana</a>, Ud. puede capturar la misma
regi&oacute;n de nuevo usando esta opci&oacute;n.
</p>
<a name="capture-window"></a>
<h3>Capturar ventana <kbd>Alt</kbd> + <kbd>Print</kbd></h3>
<p>
Realiza una captura de pantalla de la ventana actualmente activa.
</p>
<p class="hint">
El <a href="#settings">di&aacute;logo de configuraci&oacute;n</a> ofrece una
opci&oacute;n, no para capturar la ventana activa de inmediato, sino permitiendo
a usted seleccionar una interactivamente.
Si esta opci&oacute;n es establecida, usted puede seleccionar una ventana
haciendo clic en ella (como en el modo <a href="#capture-region">capturar regi&oacute;n</a>,
Greenshot resaltar&aacute; el &aacute;rea que ser&aacute; capturada).<br>
Si usted desea que una ventana secundaria sea capturada (por ej. ventana del navegador
(sin barra de herramientas, etc.) o un simple cuadro de una p&aacute;gina web
usando "framesets") apunte con el cursor del rat&oacute;n a la ventana y pulse
la tecla <kbd>PgDown</kbd>. Despu&eacute;s de hacerlo, usted puede seleccionar
elementos secundarios de la ventana para ser capturados. <br>
</p>
<a name="capture-fullscreen"></a>
<h3>Capturar pantalla completa <kbd>Control</kbd> + <kbd>Print</kbd></h3>
<p>
Realiza una captura de la pantalla completa.
</p>
<a name="editor"></a>
<h2>Usando el editor de imagen</h2>
<p>
Greenshot viene con un editor de im&aacute;genes f&aacute;cil-de-usar,
proveyendo un pr&aacute;ctico y c&oacute;modo conjunto de caracter&iacute;sticas
para agregar anotaciones o formas a la captura de pantalla. Esta incluso permite
resaltar u oscurecer partes de su captura de pantalla.
</p>
<p class="hint">
El editor de im&aacute;genes de Greenshot puede ser usado no solamente para
captura de pantallas. Usted tambi&eacute;n puede abrir im&aacute;genes para
editar desde un archivo o desde el portapapeles. Simplemente oprima el
bot&oacute;n derecho del rat&oacute;n sobre el icono de Greenshot en la barra
de tareas del sistema y seleccione <em><b>Abrir imagen desde archivo</b></em> o
<em><b>Abrir imagen desde el portapapeles</b></em>, respectivamente.
</p>
<p class="hint">
Por defecto, el editor de im&aacute;genes ser&aacute; abierto cada vez que una
imagen de pantalla sea capturada. Si usted no desea usar el editor de im&aacute;genes,
puede deshabilitar este comportamiento en el
<a href="#settings">di&aacute;logo de configuraci&oacute;n</a>.
</p>
<a name="editor-shapes"></a>
<h3>Dibujando formas</h3>
<p>
Seleccione una de las formas desde la barra de herramientas sobre el lado izquierdo
del editor de im&aacute;genes o desde el men&uacute; <em><b>Objeto</b></em>. Tambi&eacute;n
hay una tecla asignada a cada herramienta para su conveniencia.<br>
Formas disponibles son: rect&aacute;ngulo <kbd>R</kbd>, elipse <kbd>E</kbd>,
l&iacute;nea <kbd>L</kbd> y flecha <kbd>A</kbd>.<br>
Haga clic, y mantenga apretado el bot&oacute;n del rat&oacute;n y arrastre
para definir la posici&oacute;n y tama&ntilde;o de la forma.
Suelte el bot&oacute;n del rat&oacute;n cuando haya terminado.
</p>
<p>
Usted puede mover o redimensionar formas existentes despu&eacute;s de elegir la
<em><b>Herramienta de Selecci&oacute;n</b></em> <kbd>ESC</kbd> desde la barra de herramientas.<br
Para cada tipo de elemento hay un conjunto espec&iacute;fico de opciones disponibles
para cambiar la apariencia del elemento (por ej. grosor de la l&iacute;nea, color
de la l&iacute;nea, color de relleno). Usted puede cambiar las opciones para un
elemento existente despu&eacute;s de seleccionarlo, pero tambi&eacute;n para el
pr&oacute;ximo elemento a ser dibujado despu&eacute;s de elegir una herramienta
de dibujo.
</p>
<p class="hint">
Usted puede seleccionar m&uacute;ltiples elementos a la vez para ser editados.
Con el fin de seleccionar varios elementos, mantenga apretada la tecla
<kbd>Shift</kbd> mientras hace clic en los elementos.
</p>
<a name="editor-text"></a>
<h3>Agregando texto</h3>
<p>
El uso de la herramienta de texto <kbd>T</kbd> es similar al uso de la herramienta
<a href="#editor-shapes">forma</a>. <br>
S&oacute;lo dibuje el elemento de texto del tama&ntilde;o deseado, y a
continuaci&oacute;n escriba el texto en &eacute;l.<br>
Haga doble clic en un elemento de texto existente para editar el texto.
</p>
<a name="editor-highlight"></a>
<h3>Resaltando cosas</h3>
<p>
Despu&eacute;s de elegir la herramienta Resaltar <kbd>H</kbd>, usted puede
definir el &aacute;rea a ser resaltada de la misma manera que dibuja una
<a href="#editor-shapes">forma</a>.<br>
Hay varias opciones para la herramienta resaltar, que usted puede elegir al hacer clic
en el bot&oacute;n m&aacute;s a la izquierda de la barra de herramientas superior:
</p>
<ul>
<li><em><b>Resaltar texto</b></em>: Resalta un &aacute;rea al aplicar un color brillante a ella, tal como
un l&aacute;piz resaltador de oficina</li>
<li><em><b>Resaltar &aacute;rea</b></em>: difumina<a href="#hint-blur">*</a> y oscurece todo fuera del &aacute;rea elegida</li>
<li><em><b>Escala de Grises</b></em>: todo fuera del &aacute;rea elegida ser&aacute; convertido a escala de grises</li>
<li><em><b>Magnificar</b></em>: el &aacute;rea elegida ser&aacute; mostrada en forma agrandada</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Oscureciendo cosas</h3>
<p>
Oscurecer partes de una captura de pantalla es una buena idea, si esta contiene
datos que no se desea que otra gente los vea, por ej. datos de cuenta bancaria,
nombres, contrase&ntilde;as o caras en im&aacute;genes.<br>
Use la herramientas de oscurecer <kbd>O</kbd> exactamente como en la herramienta
<a href="#editor-highlight">resaltar</a>.<br>
Opciones disponibles para oscurecimiento son:
</p>
<ul>
<li><em><b>Pixelar</b></em>: incrementa el tama&ntilde;o del pixel para el &aacute;rea elegida</li>
<li><em><b>Difuminar</b> (Blur)</em> <a href="#hint-blur">*</a>: difumina el &aacute;rea elegida</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* Dependiendo del desempe&ntilde;o de su computadora, aplicar un efecto <i>difuminar</i>
podr&iacute;a enlentecer al editor de im&aacute;genes de Greenshot.
Si usted siente que el editor de im&aacute;genes reacciona lentamente tan pronto
como el efecto de difuminar es aplicado, intente desminuir el valor para
<em><b>Calidad de vista previa</b></em> o desminuir el valor de <em><b>Radio de difuminar</b></em>
en la barra de herramientas. <br>
Si el desempe&ntilde;o de difuminar todav&iacute;a es muy malo para trabajar con
&eacute;l, usted podr&iacute;a preferir usar el efecto <i>pixelar</i> en su lugar.
</p>
<a name="editor-crop"></a>
<h3>Recortando la captura de pantalla</h3>
<p>
Si usted solamente necesita una parte de la captura de pantalla, use la herramienta
Recortar pulsando la tecla <kbd>C</kbd> para recortar el &aacute;rea deseada.<br>
Despu&eacute;s de selecionar la herramienta de recortar, dibuje un rect&aacute;ngulo para
el &aacute;rea de la captura de pantalla que usted desea conservar. Usted puede cambiar
el tama&ntilde;o del &aacute;rea seleccionada como en cualquier otro elemento.<br>
Cuando usted est&eacute; conforme con su selecci&oacute;n, use el bot&oacute;n de
confirmaci&oacute;n en la barra de herramientas o pulse la tecla <kbd>Enter</kbd>.
Usted puede cancelar el recorte al hacer clic en el bot&oacute;n cancel o pulsando
<kbd>ESC</kbd>.
</p>
<a name="editor-reuse-elements"></a>
<h3>Reusando elementos dibujados</h3>
<p>
Si usted se encuentra a si mismo usando id&eacute;nticos o similares elementos
en la mayor&iacute;a de sus capturas de pantalla (por ej. un campo de texto
conteniendo tipo de navegador y versi&oacute;n, u oscureciendo el mismo elemento
en varias capturas de pantalla) usted puede reusar elementos.<br>
Seleccione <em><b>Guardar objetos a archivo</b></em> desde el men&uacute; <em><b>Objeto</b></em>
para guardar el conjunto actual de elementos para reusarlo luego. <br>
<em><b>Cargar objetos desde archivo</b></em> aplica los mismos elementos a otra
captura de pantalla. <br><br>
</p>
<a name="editor-export"></a>
<h3>Exportando la captura de pantalla</h3>
<p>
Despu&eacute;s de editar la captura de pantalla, usted puede exportar el resultado
para diferentes prop&oacute;sitos, dependiendo de sus necesidades. Usted puede
acceder todas las opciones de exportar a trav&eacute;s del men&uacute;
<em><b>Archivo</b></em> en la barra de herramientas superior o via teclas de
acceso r&aacute;pido:
</p>
<ul>
<li><em>Guardar</em> <kbd>Control</kbd> + <kbd>S</kbd>: guarda la imagen a un
archivo (si la imagen no ha sido guardada), de lo contrario muestra el di&aacute;logo <em>Guardar como...</em> </li>
<li><em>Guardar como...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>:
le permite a usted elegir ubicaci&oacute;n, nombre de archivo y formato
de imagen para el archivo a guardar.</li>
<li><em>Copiar imagen al portapapeles</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>:
pone una copia de la imagen dentro del portapapeles, permitiendo pegar la
imagen dentro de otros programas</li>
<li><em>Imprimir...</em> <kbd>Control</kbd> + <kbd>P</kbd>: env&iacute;a la imagen a la impresora</li>
<li><em>Enviar correo</em> <kbd>Control</kbd> + <kbd>E</kbd>: abre un nuevo
mensaje en su cliente de e-mail por defecto, agregando la imagen como
un arhivo adjunto</li>
</ul>
<p class="hint">
Despu&eacute;s de guardar una imagen desde el editor, pulse con el bot&oacute;n
derecho del rat&oacute;n en la barra de estado que se ecuentra en la parte de
abajo de la ventana del editor, ya sea para copiar la ruta del archivo dentro
del portapapeles o abrir el directorio que la contiene en el Explorador de Windows.
</p>
<a name="settings"></a>
<h2>Di&aacute;logo de configuraci&oacute;n</h2>
<a name="settings-general"></a>
<h3>Configuraci&oacute;n general</h3>
<ul>
<li><em><b>Idioma</b></em>: El idioma que usted prefiera usar de los disponibles en
el men&uacute; desplegable.
Usted puede descargar archivos adicionales de idioma para Greenshot <a href="#">aqui</a>. </li>
<li><em><b>Registrar teclas de acceso r&aacute;pido</b></em>: Si esta
opci&oacute;n es establecida, Greenshot puede ser usado con la tecla <kbd>Print</kbd>.</li>
<li><em><b>Lanzar Greenshot al arrancar el sistema</b></em>: Iniciar el programa cuando el sistema ha sido arrancado.</li>
<li><em><b>Mostrar destello</b></em>: Retorno visual cuando realice una captura</li>
<li><em><b>Reproducir sonido</b></em>: Retorno audible cuando realice una captura</li>
<li><em><b>Capturar puntero del rat&oacute;n</b></em>: Si esta opci&oacute;n
es establecida, el puntero del rat&oacute;n ser&aacute; capturado.
El puntero es manejado como un elemento separado en el editor, asi que
usted puede moverlo o removerlo luego.</li>
<li><em><b>Uso modo interactivo de captura de ventana</b></em>: En lugar de
capturar la ventana activa de inmediato, el modo interactivo le permite a
usted seleccionar la ventana a capturar. Tambie&eacute;n es posible capturar
ventanas secundarias, vea <a href="#capture-window">captura de ventanas</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Configuraci&oacute;n de salida</h3>
<ul>
<li><em><b>Destino de la captura de pantalla</b></em>:
Le permite a usted elegir el destino de su captura de pantalla
inmediatamente despu&eacute;s de capturarla.</li>
<li><em><b>Configuraci&oacute;n preferida al guardar archivo</b></em>:
Directorio y nombre de archivo a ser usado cuando se graba directamente
o para ser sugerido cuando se guarda (usando el dialogo "Guardar como").<br>
Haga clic en el bot&oacute;n <b>?</b> para aprender m&aacute;s acerca
marcadores de posici&oacute;n que pueden ser usados como patrones en
nombre de archivo.</li>
<li><em><b>Configuraci&oacute;n JPEG</b></em>:
Calidad a ser usada cuando se guarda la imagen como archivo JPEG.</li>
</ul>
<a name="settings-printer"></a>
<h3>Configuraci&oacute;n de la impresora</h3>
<ul>
<li><em><b>Reducir impresi&oacute;n hasta ajustar al tama&ntilde;o del papel</b></em>:
Si la imagen pudiera exceder el tama&ntilde;o del papel, esta ser&aacute;
reducida hasta ajustar a la p&aacute;gina.</li>
<li><em><b>Agrandar impresi&oacute;n hasta ajustar al tama&ntilde;o del papel</b></em>:
Si la imagen es menor tama&ntilde;o del papel, esta ser&aacute; escalada
para ser impresa tan grande como sea posible sin exceder el tama&ntilde;o
del papel.</li>
<li><em><b>Rotar impresi&oacute;n segun orientaci&oacute;n de la p&aacute;gina</b></em>:
Rota la imagen 90 grados a un formato apaisado para su impresi&oacute;n.</li>
</ul>
<a name="help"></a>
<h2>&iquest; Desea ayudar ?</h2>
<p>
Actualmente, nosotros no necesitamos ayuda para desarrollo. Sin embargo, hay
varias cosas que usted puede hacer para ayudar a Greenshot y al equipo de
desarrollo.<br>
Gracias por adelantado :)
</p>
<a name="help-donate"></a>
<h3>Considere una donaci&oacute;n</h3>
<p>
Nosotros estamos poniendo un mont&oacute;n de trabajo en Greenshot y pasando
bastante tiempo para proveer una buena pieza de software gratis y con
c&oacute;digo fuente. Si usted siente que este programa lo hace m&aacute;s
productivo, le ahorra a usted (o a su compa&ntilde;ia) un mont&oacute;n de
tiempo y dinero, o si usted simplemente gusta de Greenshot y la idea del
software de c&oacute;digo abierto: por favor considere honrar nuestro esfuerzo
con una donaci&oacute;n.<br>
Por favor visite nuestra p&aacute;gina web para ver como usted puede apoyar al
equipo de desarrollo de Greenshot:<br>
<a href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>Corra la voz</h3>
<p>
Si usted gusta de Greenshot, permita que la gente sepa: cu&eacute;ntele a sus
amigos y colegas acerca de Greenshot.
Sus seguidores, tambi&eacute;n :)<br>
Califique a Greenshot en los portales de software o ponga un enlace a nuestra
p&aacute;gina de inicio desde su blog o sitio web.
</p>
<a name="help-translate"></a>
<h3>Env&iacute;e una traducci&oacute;n</h3>
<p>
&iquest; Greenshot no esta disponible en su lenguaje preferido ?
Si usted se siente capaz para traducir una pieza de software, usted es m&aacute;s
que bienvenido.
Si usted es un usuario registrado en sourceforge.net, usted puede enviar
traducciones a nuestro
<a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">seguimiento de traducciones</a>.<br>
Por favor aseg&uacute;rese que no exista traducci&oacute;n para su idioma en nuestra
<a href="#">p&aacute;gina de descargas</a>. Tambi&eacute;n visite nuestra
<a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">seguimiento de traducciones</a>,
alli podr&iacute;a haber una traducci&oacute;n en progreso, o al menos en
discusi&oacute;n.<br>
Por favor note que nosotros solamente proveeremos una traducci&oacute;n en
nuestra p&aacute;gina de descargas si esta ha sido presentada a trav&eacute;s de
su cuenta de usuario en sourceforge.net.
Puesto que lo m&aacute;s probable es que nosotros no seamos capaces de entender
su traducci&oacute;n, es bueno que otros usuarios de sourceforge puedan contactarlo
acerca de mejoras y ampliaciones en caso de una nueva versi&oacute;n de Greenshot.
</p>
<br>
</body>
</html>

View file

@ -1,310 +0,0 @@
<html>
<head>
<title>Greenshot Súgó</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
em {padding-right:0.2em;}
</style>
</head>
<body>
<h1>Greenshot Súgó</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
<small>Verzió 0.8 - A magyar fordítástban a segítséget bordanrobert@yahoo.com nyújtotta.</small>
<h2>Tartalom</h2>
<ol>
<li><a href="#screenshot">Képernyőkép létrehozása</a></li>
<ol>
<li><a href="#capture-region">Kijelölt rész mentése</a></li>
<li><a href="#capture-last-region">Az utoljára kijelölt rész megjelenítése</a></li>
<li><a href="#capture-window">Az ablak mentése</a></li>
<li><a href="#capture-fullscreen">A teljes képernyő mentése</a></li>
</ol>
<li><a href="#editor">Képszerkesztő használata</a></li>
<ol>
<li><a href="#editor-shapes">Rajz eszközök</a></li>
<li><a href="#editor-text">Szöveg hozzáadása</a></li>
<li><a href="#editor-highlight">Kiemelés</a></li>
<li><a href="#editor-obfuscate">Homályosítás</a></li>
<li><a href="#editor-crop">Képernyőkép vágása</a></li>
<li><a href="#editor-reuse-elements">Kijelölések újbóli használata</a></li>
<li><a href="#editor-export">Képernyőkép kiviteli lehetőségek</a></li>
</ol>
<li><a href="#settings">Beállítások</a></li>
<ol>
<li><a href="#settings-general">Általános</a></li>
<li><a href="#settings-output">Mentés</a></li>
<li><a href="#settings-printer">Nyomtatás</a></li>
</ol>
<li><a href="#help">Akar segíteni?</a></li>
<ol>
<li><a href="#help-donate">Adományozással</a></li>
<li><a href="#help-spread">Szájhagyomány útján :)</a></li>
<li><a href="#help-translate">Fordítás beküldésével</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Képernyőkép létrehozása</h2>
<p>
Képernyőképet létrehozni a <kbd>Print+Scrn</kbd> billentyű megnyomásával
vagy a tálcán található Greenshot ikonon az egér jobb gomb lenyomásával lehet.<br>
Számos lehetőséget kínál a képernyőmentés:
</p>
<a name="capture-region"></a>
<h3>A kijelölt rész <kbd>mentése</kbd></h3>
<p>
A kijelölt rész mentése funkció lehetővé teszi, hogy a képernyő bármely részét lementsük.<br>
Kiválasztás után megjelenik egy „célkereszt” az egér pozícióját mutatva a képernyőn.
Tetszőleges helyen egér bal gombját lenyomva és nyomva tartva az egér mozgatásával megjelenik egy zöld téglalap.
Az egér bal gombját elengedve kijelöltük azt a részt, amit a képernyőről szeretnénk lementeni..
</p>
<p class="hint">
A <kbd>Space</kbd> billentyű segítségével tud a kijelölt rész mentése és az <a href="#capture-window">ablak mentése</a> funkció között váltani.
</p>
<p class="hint">
Ha a pontos területet szeretné rögzíteni, akkor válassza a teljes képernyő mentését,
utána a képszerkesztőben ki tudja <a href="#editor-crop">vágni</a> a kívánt területet.
</p>
<a name="capture-last-region"></a>
<h3>Az utoljára kijelölt rész megjelenítése <kbd>Shift</kbd> + <kbd>Print Scrn</kbd></h3>
<p>
Mielőtt egy újabb <a href="#capture-region">részt</a> vagy <a href="#capture-window">ablakot</a> szeretnénk kijelölni,
lehetőségünk van az utoljára kijelölt elem ismételt megtekintésére, szerkesztésére.
</p>
<a name="capture-window"></a>
<h3>A kijelölt ablak mentése <kbd>Alt</kbd> + <kbd>Print Scrn</kbd></h3>
<p>
Létrehoz egy képernyő képet az aktív ablakról.
</p>
<p class="hint">
Ha a <a href="#settings">beállításokban</a> beállítjuk az interaktív ablak képmentési módot
akkor <a href="#capture-region">a kijelölt rész mentése</a> módban nem menti le azonnal a képet.
Ha az opció be van jelölve a kijelölt rész mentése módban kiemeli a menteni kívánt területet.<br>
Ha szeretne ablakon belül kisebb ablakot lementeni (pl.: a böngésző ablakot eszköztár nélkül,
egy képkockát internetes oldalról, vagy egy párbeszéd ablakról egy ok gombot),
az egér mutatóval az ablakra célzunk és megnyomjuk a <kbd>PageDown</kbd> gombot.
Ezután kiválaszthatjuk a kisebb kijelölt ablakot, amit szeretnénk.
</p>
<a name="capture-fullscreen"></a>
<h3>A teljes képernyő mentése <kbd>Control</kbd> + <kbd>Print Scrn</kbd></h3>
<p>
A teljes képernyőről létrehoz egy képet.
</p>
<a name="editor"></a>
<h2>Képszerkesztő használata</h2>
<p>
A Greenshot -hoz tartozik egy könnyen használható képszerkesztő, amely hasznos beállítási funkciókat nyújt,
a képernyőképekhez megjegyzéseket vagy alakzatokat rendelhetünk. Lehetővé teszi, hogy egy kép részeit kiemeljük vagy elmossuk.
</p>
<p class="hint">
A Greenshot képszerkesztő nem csak a lementett képernyőképekhez használható, más képek szerkesztéséhez is használhatjuk.
A tálcán található Greenshot ikonon jobb egérgomb megnyomásával a felugró menüből kiválaszthatjuk a
<em>Kép megnyitása fájlból</em> vagy a <em>Kép megnyitása vágólapról</em> opciót.
</p>
<p class="hint">
Alapértelmezés szerint a Greenshot képszerkesztő nyílik meg, ha képernyő képet készítünk.
A felugró menü <a href="#settings">Gyors-beállítások</a> menüpont, <em>Mit csináljak a képernyőképpel?</em>
kinyíló fülön lehet kiválasztani, hogy mi történjen a képernyő mentés után.
</p>
<a name="editor-shapes"></a>
<h3>Rajz eszközök</h3>
<p>
Válasszon egy rajzeszközt a képszerkesztő bal oldalán látható eszközeiből vagy az <em>eszközök</em> legördülő menüből.
A bal oldalon elhelyezett eszközök kényelmessé teszik a program használatát. <br>
Rendelkezésre álló eszközök: négyszög <kbd>R</kbd>, ellipszis <kbd>E</kbd>, vonal <kbd>L</kbd> és a nyíl <kbd>A</kbd>. <br>
Az egér bal oldali gombjának nyomva tartásával és az egér mozgatásával tudja kijelölni a célterületet.
Az egér bal oldali gombjának elengedése után aktív a kijelölt terület.
</p>
<p>
Lehetőség van kijelölt terület mozgatására vagy átméretezésére. <br>
Az eszközökből az <kbd>ESC</kbd> gomb megnyomásával tudunk kilépni és ezzel automatikusa a kijelölő eszköz lesz kiválasztva.
A kijelölt elem minden tulajdonságát megváltoztathatjuk (pl.: vonal vastagság, vonal szín, kiemelés színe).
Egy másik elem létrehozásához ismét kell egy rajzeszközt választani.
</p>
<p class="hint">
Egyszerre több elem tulajdonságát is állíthatjuk. A <kbd>Shift</kbd> gomb nyomva tartásával és az egérrel tudunk több elemet kijelölni.
</p>
<a name="editor-text"></a>
<h3>Szöveg hozzáadása</h3>
<p>
Használja a szövegdoboz hozzáadása <kbd>T</kbd> eszközt. <br>
Állítsuk be a betűtípust és a betűméretet, jelöljük ki a szövegdobozt, ezután írhatunk is bele.<br>
Ha a kijelölő eszközzel duplán kattintunk egy létező szöveg elemere, akkor azt tudjuk szerkeszteni.
</p>
<a name="editor-highlight"></a>
<h3>Kiemelés</h3>
<p>
A kiemelés eszköz <kbd>H</kbd> kiválasztása után, pontosan megadhatjuk a kiemelni kívánt területet. <br>
Számos lehetőség közül lehet választani bal oldali eszköztár feletti legördülő menüből:
</p>
<ul>
<li><em>Szöveg kiemelés</em>: ki lehet emelni a szöveget élénk színekkel, mint egy irodai szöveg kiemelővel.</li>
<li><em>Terület kiemelése</em>: a kijelölt területen kívül mindent el lehet mosni<a href="#hint-blur">*</a> és sötétíteni.</li>
<li><em>Szürkeárnyalatos</em>: a kijelölt területen kívül minden szürkeárnyalatos lesz.</li>
<li><em>Nagyítás</em>: A kijelölt terület lesz kinagyítva. A nagyítás mértékétől függ, hogy mekkora lesz a kijelölt terület.</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Homályosítás</h3>
<p>
Jó ötlet a képernyőkép egyes részeit homályosítani, ha nem akarjuk, hogy mindent lássanak.
pl.: bankszámlaszám, jelszavakat vagy arcképek.<br>
Használja a homályosítás eszközt <kbd>O</kbd>, pontosan olyan, mint a <a href="#editor-highlight">kiemelő eszköz</a>.<br>
A következő lehetőségekkel lehet homályosítani:
</p>
<ul>
<li><em>Pixelesítő</em>: Növeli a pixel méretét a kiválasztott területen.</li>
<li><em>Elmosás</em><a href="#hint-blur">*</a>: A kijelölt területet elkeni, elmossa.</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* A számítógép teljesítményétől függően lassíthatja a Greenshot képszerkesztőjét a homályosítás.
Ha úgy érezzük, hogy a képszerkesztő lassan reagál, csökkentsük az <em>előnézet minőségét</em> vagy a <em>homályosítás értékét</em>.
Ha úgy érezzük, hogy továbbra is lassú, használjuk inkább a pixelesítést.
Ha az előnézet minőségét minimálisra állítjuk, a mentett képen nem azt fogjuk látni.<br>
</p>
<a name="editor-crop"></a>
<h3>Képernyőkép vágása</h3>
<p>
Ha szükségünk lenne a képernyőkép egy részére akkor használjuk vágás eszközt <kbd>C</kbd>.<br>
Miután kiválasztottuk a vágás eszközt <kbd>C</kbd>, rajzoljunk egy téglalapot a köré, amit ki akarunk vágni.
A kijelölt területet még át tudjuk méretezni mielőtt kivágjuk.<br>
Ha kijelöltük a kivágandó területet az <kbd>Enter</kbd> billentyűvel vagy az eszköztár feletti a zöld pipával
vághatunk. Ha mégis meggondoltuk magunkat az <kbd>ESC</kbd> gomb vagy az eszköztár feletti mégsem,
piros kör áthúzva ikonra kattintva megszakíthatjuk a terület kivágását.
</p>
<a name="editor-reuse-elements"></a>
<h3>Kijelölések újbóli használata</h3>
<p>
Ha többször használunk azonos méretű elemeket különböző képernyőmentéseken (pl.: szövegmezőt vagy homályosításokat),
akkor újra használhatjuk ezeket a kijelöléseket.<br>
Válasszuk az <em>eszközök</em> menü, <em>kijelölés mentése fájlba</em> opciót.
Elnevezzük úgy, hogy ha szükségünk lesz rá később megtaláljuk és az <em>eszközök</em> menü,
<em>kijelölés betöltése fájlból</em> opciót választva újból tudjuk használni korábbi kijelölésünket egy új képernyőképen.
</p>
<a name="editor-export"></a>
<h3>Képernyőkép kiviteli lehetőségek</h3>
<p>
A képernyőkép szerkesztése után lehetőségünk van többféle módon elmenti a fájlunkat.
A fájl kiviteli lehetőségeit a <em>Fájl</em> menüben vagy a legfelső eszköztáron lehet kiválasztani.
</p>
<ul>
<li><em>Mentés</em> <kbd>Control</kbd> + <kbd>S</kbd>: a kép mentése fájlba (ha a kép már mentve van felugrik a <em>mentés másként</em> ablak)</li>
<li><em>Mentés másként...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: lehetőségünk van mentési helyet, fájl formátumot és fájlnevet választani.</li>
<li><em>Kép másolása vágólapra</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: a kép egy másolatát vágólapra helyezi, így más programokba beilleszthetjük képünket</li>
<li><em>Nyomtatás...</em> <kbd>Control</kbd> + <kbd>P</kbd>: kép nyomtatása</li>
<li><em>E-Mail</em> <kbd>Control</kbd> + <kbd>E</kbd>: megnyílik egy új levél küldése ablak alapértelmezett levelezőrendszerrel és mellékletként csatolva lesz a képünk</li>
</ul>
<p class="hint">
Mentés után a képszerkesztő állapotsorán megnyomjuk a jobb egérgombot és lehet választani, hogy a kép elérési útját a vágólapra másolja vagy megnyitja a mentési helyet.
</p>
<a name="settings"></a>
<h2>Beállítások</h2>
<a name="settings-general"></a>
<h3>Általános beállítások</h3>
<ul>
<li><em>Nyelv</em>: A használni kívánt nyelv kiválasztása.<br>
Letölthet további nyelvi fájlokat a Greenshot oldaláról <a target="_blank" href="http://getgreenshot.org/downloads/">itt</a>. </li>
<li><em>Gyorsbillentyűk használata</em>: Ha be van jelölve, indíthatod a Greenshot programot a <kbd>Print + Scrn</kbd> billentyűvel.</li>
<li><em>Program indítása a Windows indulásakor</em>: a Greenshot program elindul Windows indulásakor.</li>
<li><em>Fényképező vaku</em>: Vizuális visszajelzés képernyőkép készítésekor.</li>
<li><em>Fényképező zárhang</em>: Hallható visszajelzés képernyőkép készítésekor</li>
<li><em>Kijelölés egérmutatóval</em>: Ha be van jelölve, egér mutatóval tudunk kijelölni. A mutatóval a külön álló elemeket ki tudjuk jelölni a szerkesztőben, hogy később mozgathassuk vagy eltávolíthassuk.</li>
<li><em>Interaktív ablak kijelölési mód</em>: Lehetőségünk van kisebb ablakok lementésére is az aktív ablakon belül.
Lásd <a href="#capture-window">az ablak mentésénél</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Mentés </h3>
<ul>
<li><em>Kiviteli lehetőségek</em>: Megadhatjuk, hogy a képernyőkép mentése után mit csináljon a program.</li>
<li><em>Kimeneti fájl beállításai</em>: Könyvtár és fájlnév beállítások közvetlen mentéshez, vagy a javasolt mentéskor (mentés másként). A <em>?</em> gombra kattintva többet megtudhatunk a fájlnév formátumáról.</li>
<li><em>JPEG beállítások</em>: JPEG fájlok mentési minőségét lehet beállítani.</li>
</ul>
<a name="settings-printer"></a>
<h3>Nyomtatási beállítások</h3>
<ul>
<li><em>Zsugorítás a nyomtatható területhez</em>: Ha a kép nagyobb az oldal méretétől, akkor zsugorítja az oldal méretéhez a képet.</li>
<li><em>Igazítás a nyomtatható területhez</em>: Ha a kép kisebb, mint a papír mérete, akkor a papír méretéhet igazítja a képet.</li>
<li><em>Automatikus forgatás és középre igazítás</em>: Fekvő tájolású képet 90&deg; -kal fordítja el.</li>
</ul>
<a name="help"></a>
<h2>Akar segíteni?</h2>
<p>
A fejlesztésében segítségére nincs szükség. Azonban van néhány dolog, amit tehetünk,
hogy támogassuk a Greenshot támogatást és a fejlesztő csapatot.<br>
Előre is köszönjük :)
</p>
<a name="help-donate"></a>
<h3>Fontolja meg az adományozást</h3>
<p>
A Greenshot programba sok munkát és pénzt fektettünk, ez egy jó, ingyenes, nyílt forráskódú programot hoztunk létre.
Ha úgy érzed, hogy megkönnyíti a munkádat, ha időt és pénzt tudsz spórolni magadnak (vagy cégednek),
vagy ha csak úgy, szereted a Greenshot programot és ha van egy jó ötleted a programhoz,
kérlek tartsd tiszteletben az erőfeszítésünket és fontold meg az adományozást.<br>
Kérjük tekintse meg honlapunkat, hogy hogyan tudná segíteni a Greenshot fejlesztői csapatot.:<br>
<a target="_blank" href="http://getgreenshot.org/?locale=default&page=support">http://getgreenshot.org/?locale=default&amp;page=support</a>
</p>
<a name="help-spread"></a>
<h3>Szájhagyomány útján :)</h3>
<p>
Ha szereted a Greenshot -ot, tudasd az emberekkel, beszélj a barátaiddal és kollégáiddal a Greenshot -ról.
A követőiddel is :)<br>
Értékeld a Greenshot -ot szoftver oldalakon vagy linkeld be a honlapodon, blogodon.
</p>
<a name="help-translate"></a>
<h3>Küldjön be fordítást</h3>
<p>
Greenshot nem érhető el a kívánt nyelvet? Ha úgy érzi, fordítsa le a szoftvert és küldje el nekünk, szívesen fogadjuk.
Ha Ön regisztrál a sourceforge.net -en fel tudja tölteni a fordítást a <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">keresőnkre</a>.<br>
Kérjük, győződjön meg róla, hogy nincs e létező fordítása az Ön nyelvét a <a target="_blank" href="http://getgreenshot.org/downloads/">letöltési oldalunkon</a>.
Nézze meg a <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">keresőnkben</a>, hogy fordítás nincs e folyamatban vagy elbírálás alatt.
Felhívjuk figyelmét, hogy csak akkor tudjuk a fordítását elfogadni, ha a sourceforge.net -en saját felhasználói fiókján keresztül tölti fel.
Nagy valószínűséggel nem értjük meg az Ön fordítását, jó esetben a többi soundforge felhasználó eléri az Ön fejlesztését
vagy az új Greenshot továbbfejlesztett verziójában.
</p>
</body>
</html>

View file

@ -1,338 +0,0 @@
<!-- saved from url=(0022)http://internet.e-mail -->
<html>
<head>
<title>Guida in linea di Greenshot</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
</style>
</head>
<body>
<h1>Guida in linea di Greenshot</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
<small>Versione 0.8<!-- - English translation of help content by YOUR_NAME--></small>
<h2>Contenuti</h2>
<ol>
<li><a href="#screenshot">Creazione immagine dello schermo</a></li>
<ol>
<li><a href="#capture-region">Cattura regione</a></li>
<li><a href="#capture-last-region">Cattura ultima regione</a></li>
<li><a href="#capture-window">Cattura finestra</a></li>
<li><a href="#capture-fullscreen">Cattura schermo intero</a></li>
</ol>
<li><a href="#editor">Uso della Gestione Immagini</a></li>
<ol>
<li><a href="#editor-shapes">Disegnare forme</a></li>
<li><a href="#editor-text">Aggiungere testo</a></li>
<li><a href="#editor-highlight">Evidenziare qualcosa</a></li>
<li><a href="#editor-obfuscate">Offuscare qualcosa</a></li>
<li><a href="#editor-crop">Ritagliare l'immagine</a></li>
<li><a href="#editor-reuse-elements">Riutilizzare gli elementi disegnati</a></li>
<li><a href="#editor-export">Esportare l'immagine</a></li>
</ol>
<li><a href="#settings">La pagina delle Impostazioni</a></li>
<ol>
<li><a href="#settings-general">Impostazioni Generali</a></li>
<li><a href="#settings-output">Impostazioni di Emissione</a></li>
<li><a href="#settings-printer">Impostazioni Stampante</a></li>
</ol>
<li><a href="#help">Vuoi aiutarci?</a></li>
<ol>
<li><a href="#help-donate">Considera una donazione</a></li>
<li><a href="#help-spread">Spargi la parola</a></li>
<li><a href="#help-translate">Invia una traduzione</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Creazione immagine dello schermo</h2>
<p>
L'immagine può essere creata utilizzando il tasto <kbd>Stamp</kbd> della tastiera,
oppure cliccando il tasto destro del mouse sull'icona di Greenshot nella barra.<br>
Ci sono varie opzioni per creare un'immagine:
</p>
<a name="capture-region"></a>
<h3>Cattura regione <kbd>Stamp</kbd></h3>
<p>
Il metodo cattura regione consente di selezionare una parte dello schermo da fotografare.<br>
Dopo aver avviato il metodo regione, apparirà un mirino sulla posizione del mouse sullo
schermo. Cliccare e tenere premuto dove si vuole impostare un angolo della regione da
fotografare. Tenendo premuto il pulsante del mouse, muovere il mouse fino a definire il
rettangolo da fatturare. Rilasciare quindi il pulsante quando il rettangolo verde avrà
coperto l'area da catturare nell'immagine.
</p>
<p class="hint">
Si può usare il tasto <kbd>Spazio</kbd> per cambiare da metodo regione a metodo
<a href="#capture-window">finestra</a>.
</p>
<p class="hint">
Se si vuol catturare precisamente un'area, potrebbe risultare più facile selezionare
un'area più grande e quindi <a href="#editor-crop">ritagliare</a> l'immagine in
seguito, utilizzando la Gestione Immagini di Greenshot.
</p>
<a name="capture-last-region"></a>
<h3>Cattura ultima regione <kbd>Maiusc</kbd> + <kbd>Stamp</kbd></h3>
<p>
Usando questa opzione, se avete già eseguito un cattura <a href="#capture-region">regione</a> o <a href="#capture-window">finestra</a>,
si può ricatturare automaticamente la stessa regione.
</p>
<a name="capture-window"></a>
<h3>Cattura finestra <kbd>Alt</kbd> + <kbd>Stamp</kbd></h3>
<p>
Crea un'immagine della finestra che è attiva in quel momento.
</p>
<p class="hint">
La <a href="#settings">pagina delle impostazioni</a> offre la possibilità di non catturare
direttamente la finestra attiva, ma consente di sceglierne una interattivamente.
Se si selezione questa opzione, la finestra può essere scelta cliccandovi (come nel metodo
<a href="#capture-region">regione</a>, Greenshot evidenzierà l'area che verrà catturata).
<br>Se si vuol catturare una finestra figlia (es: una browser
viewport (senza barra strumenti, ecc...) o un singolo frame di una pagina web che usa i framesets)
si può puntare il cursore del mouse sulla finestra e premere il tasto <kbd>PgDown</kbd>. Dopo di questo, sarà
possibile selezionare elementi da catturare nella finestra figlia.
</p>
<a name="capture-fullscreen"></a>
<h3>Cattura schermo intero <kbd>Ctrl</kbd> + <kbd>Stamp</kbd></h3>
<p>
Crea un'immagine dell'intero schermo.
</p>
<a name="editor"></a>
<h2>Uso della Gestione Immagini</h2>
<p>
Greenshot fornisce anche una pratica gestione delle immagini, che include degli utili strumenti
per aggiungere note e forme alle immagini. Essa permette inoltre di evidenziare o
offuscare parti dell'immagine.
</p>
<p class="hint">
La Gestioni Immagini di Greenshot non è solo per le immagini catturate. Si può usare
anche per aprire e modificare immagini da file o da Appunti. E' sufficiente premere il tasto destro
sull'icona di Greenshot nella barra, e selezionare rispettivamente <em>Apri immagine da file</em>
o <em>Apri immagine da Appunti</em>.
</p>
<p class="hint">
Come default, la gestione immagini verrà aperta ogniqualvolta un'immagine viene catturata.
Se non si vuole passare per la gestione immagini, si può disabilitare questo funzionamento
nella <a href="#settings">pagina delle impostazioni</a>.
</p>
<a name="editor-shapes"></a>
<h3>Disegnare forme</h3>
<p>
Selezionare uno degli strumenti di disegno dalla barra degli strumenti sul lato sinistro
della gestione immagini o dal menù <em>Oggetti</em>. Per facilitarne la selezione, ciascun
strumento è assegnato ad un tasto.<br>
Le forme disponibili sono: rettangolo <kbd>R</kbd>, ellisse <kbd>E</kbd>, linea <kbd>L</kbd>
e freccia <kbd>A</kbd>.<br>
Cliccare, tenendo premuto il pulsante del mouse e trascinare per definire la posizione e la dimensione della forma.
Completata la definizione, rilasciare il pulsante del mouse.
</p>
<p>
Le forme possono essere mosse e ridimensionate facilmente, previa selezione mediante lo strumento
<kbd>ESC</kbd> disponibile nella barra a sinistra.<br>Per ciascun tipo di elemento c'è un gruppo di
opzioni specifiche per cambiarne l'aspetto (es: spessore linea,
colore linea, colore di riempimento). Si possono modificare le opzioni di un elemento esistente, previa selezione,
e anche quelle di nuovi elementi da disegnare, previa selezione dello strumento di disegno.
</p>
<p class="hint">
Si possono inoltre selezionare più elementi per una modifica simultanea. Per selezionare più elementi,
tenere premuto il tasto <kbd>Maiusc</kbd> mentre si clicca sugli elementi.
</p>
<a name="editor-text"></a>
<h3>Aggiungere testo</h3>
<p>
L'uso dello strumento di testo <kbd>T</kbd> è simile all'uso degli strumenti di disegno
<a href="#editor-shapes">forme</a>. E' sufficiente disegnare l'elemento di testo delle dimensioni desiderate,
e quindi digitare il testo.<br>
Per modificare il testo di un elemento esistente, premere il doppio click sull'elemento.
</p>
<a name="editor-highlight"></a>
<h3>Evidenziare qualcosa</h3>
<p>
Dopo aver selezionato lo strumento di evidenziazione <kbd>H</kbd>, definire l'area da evidenziare esattamente
come si volesse disegnare una <a href="#editor-shapes">forma</a>.<br>
Ci sono varie opzioni per evidenziare, esse possono essere selezionate cliccando il pulsante
più in alto a sinistra nella barra degli strumenti:
</p>
<ul>
<li><em>Evidenzia il testo</em>: evidenzia un'area applicando un colore brillante ad essa, come un
pennarello evidenziatore</li>
<li><em>Evidenzia l'area</em>: sfuoca<a href="#hint-blur">*</a> e scurisce tutto all'esterno dell'area selezionata</li>
<li><em>Scala di grigi</em>: tutto ciò che è al di fuori dell'area selezionata viene trasformato in scala di grigi</li>
<li><em>Ingrandisci</em>: l'area selezionata verrà visualizzata come ingrandita da una lente</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Offuscare qualcosa</h3>
<p>
Offuscare parti di un'immagine può essere una buona idea se essa contiene dati privati che non devono essere
visti da altre persone, per esempio dati conto bancario, nomi, parole d'ordine o volti di persone.<br>
Usare lo strumento di offuscamento <kbd>O</kbd> esattamente come lo strumento di <a href="#editor-highlight">evidenziazione</a>.<br>
Le opzioni disponibili per l'offuscamento, sono:
</p>
<ul>
<li><em>Offusca/pixelize</em>: aumenta le dimensioni dei pixel nell'area selezionata</li>
<li><em>Sfuma</em><a href="#hint-blur">*</a>: sfuma e sfuoca l'area selezionata</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* A seconda delle prestazioni del proprio PC, applicare un effetto di sfumatura potrebbe rallentare la Gestione
Immagini di Greenshot. Se si vede che la Gestione Immagini risponde lentamente subito dopo aver eseguito una sfumatura,
è utile provare a ridurre il valore di <em>Qualità anteprima</em> nella barra strumenti di offuscamento,
o a diminuire il valore di <em>Raggio sfumatura</em>.<br>
Se le prestazioni della sfumatura sono ancora deludenti per poterci lavorare, si consiglia si usare invece
l'effetto Offusca/pixelize.
</p>
<a name="editor-crop"></a>
<h3>Ritagliare l'immagine</h3>
<p>
Per ricavare solo una parte dell'immagine catturata, si può usare lo strumento di ritaglio <kbd>C</kbd>
per ritagliare l'area desiderata.<br>
Dopo aver selezionato lo strumento di ritaglio, disegnare un rettangolo per l'area che si vuole mantenere.
Come per gli atri elementi, si possono facilmente modificare le dimensioni dell'area selezionata.<br>
Dopo aver impostato correttamente la selezione dell'area, premere il pulsante di conferma della barra strumenti
oppure premere il tasto <kbd>Invio</kbd>. Si può annullare l'azione di ritaglio, cliccando il pulsante di cancellazione o premendo
<kbd>ESC</kbd>.
</p>
<a name="editor-reuse-elements"></a>
<h3>Ri-utilizzare elementi disegnati</h3>
<p>
Se ci si ritrova a utilizzare lo stesso o simile elemento nella maggior parte delle immagini,
(es: campo di testo contenente tipo browser e versione, oppure offuscamento dello stesso elemento
su più immagini), è possibile gli elementi in modo semplice.<br>
Selezionare <em>Salva oggetti su file</em> dal menù <em>Oggetti</em> per salvare di elementi correnti
per poterli riutilizzare poi. <em>Carica oggetti da file</em> applica invece gli stessi
elementi su un'altra immagine.
</p>
<a name="editor-export"></a>
<h3>Esportare l'immagine</h3>
<p>
Dopo aver modificato l'immagine, si può esportare il risultato per vari scopi, a seconda delle necessità.
Si può accedere a tutte le opzioni di esportazione mediante il menù <em>File</em>,
sulla barra principale, o per mezzo delle seguenti scorciatoie:
</p>
<ul>
<li><em>Salva</em> <kbd>Ctrl</kbd> + <kbd>S</kbd>: salva l'immagine su un file (se l'immagine è già stata salvata, altrimenti emette la finestra di <em>Salva come...</em>)</li>
<li><em>Salva come...</em> <kbd>Ctrl</kbd> + <kbd>Maiusc</kbd> + <kbd>S</kbd>: permette di scegliere la destinazione, il nome file e il formato immagine per il file da salvare</li>
<li><em>Copia immagine sugli appunti</em> <kbd>Ctrl</kbd> + <kbd>Maiusc</kbd> + <kbd>C</kbd>: mette una copia dell'immagine sugli appunti, consentendo poi di incollarla dentro altri programmi</li>
<li><em>Stampa...</em> <kbd>Ctrl</kbd> + <kbd>P</kbd>: invia l'immagine a una stampante</li>
<li><em>E-Mail</em> <kbd>Ctrl</kbd> + <kbd>E</kbd>: apre un nuovo messaggio sul programma di e-mail di default, aggiungendo l'immagine come allegato</li>
</ul>
<p class="hint">
Dopo aver slavato un'immagine dalla gestione, cliccando con il tasto destro del mouse sulla barra di stato in basso sulla finestra
della gestione immagini, è possibile copiare il percorso sugli appunti, oppure aprire la cartella di destinazione con la gestione risorse.
</p>
<a name="settings"></a>
<h2>Le impostazioni</h2>
<a name="settings-general"></a>
<h3>Impostazioni Generali</h3>
<ul>
<li><em>Lingua</em>: La lingua che si preferisce usare.<br>
Si possono scaricare i file per le lingue aggiuntive di Greenshot <a href="#">qui</a>. </li>
<li><em>Registra scorciatoie di tastiera</em>: Se scelto, Greenshot può essere attivato con il tasto <kbd>Stamp</kbd>.</li>
<li><em>Lancia Greenshot all'avvio</em>: Avvia il programma in automatico all'accensione del sistema.</li>
<li><em>Mostra torcia elettrica</em>: Fornisce un riscontro visivo durante l'azione cattura</li>
<li><em>Emetti suono fotocamera</em>: Fornisce un riscontro audio durante l'azione cattura</li>
<li><em>Cattura puntatore mouse</em>: Se scelto, l'immagine del puntatore del mouse verrà catturata. Il puntatore viene trattato come elemento separato dalla gestione immagini, in modo da consentirne spostamenti o la rimozione.</li>
<li><em>Usa la modalità di cattura via finestra interattiva</em>: Invece di catturare direttamente la finestra attiva, la modalità interattiva
consente di selezionare la finestra da catturare. E' inoltre possibile catturare finestre figlie, vedi <a href="#capture-window">Cattura finestra</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Impostazioni di Emissione</h3>
<ul>
<li><em>Destinazione dell'immagine</em>: Consente di scegliere la destinazione/i automatiche delle immagini subito dopo l'azione di cattura.</li>
<li><em>Impostazioni Preferite per l'Emissione File</em>: Cartella e nome file da usare quando si salva automaticamente, o da suggerire quando si salva (usando la finestra "Salva come"). Cliccare il pulsante <em>?</em> per sapere di più sulle variabili che possono essere usate nel modello del nome file.</li>
<li><em>Impostazioni JPEG</em>: Qualità da usare quando si salvano file JPEG</li>
</ul>
<a name="settings-printer"></a>
<h3>Impostazioni Stampante</h3>
<ul>
<li><em>Riduci alle dimensioni pagina</em>: Se l'immagine eccede le dimensioni della pagina, essa verrà ridotta e adattata alle dimensioni della pagina.</li>
<li><em>Ingrandisci fino alle dimensioni pagina</em>: Se l'immagine è più piccola delle dimensioni della pagina, essa verrà ingrandita per stamparla più grande possibile senza superare le dimensioni della pagina.</li>
<li><em>Ruota a seconda dell'orientamento pagina</em>: Ruoterà l'immagine in formato orizzontale di 90° per la stampa.</li>
<li><em>Centra nella pagina</em>: L'immagine verrà stampata al centro della pagina.</li>
<li><em>Stampa data / ora sul piede della pagina</em>: La data e l'ora di stampa verranno stampati sul piede della pagina.</li>
<li><em>Visualizza scelta opzioni di stampa ogni volta che si stampa un'immagine</em>: Permette di scegliere se visualizzare o meno la finestra di scelta opzioni per le stampe successive alla prima.</li>
</ul>
<a name="help"></a>
<h2>Desideri aiutarci?</h2>
<p>
Attualmente non abbiamo bisogno di aiuto per lo sviluppo. Tuttavia, ci sono molte cose che puoi fare per
supportare Greenshot e il team di sviluppo.<br>
Grazie anticipatamente :)
</p>
<a name="help-donate"></a>
<h3>Considera una donazione</h3>
<p>
Stiamo lavorando molto su Greenshot e stiamo spendendo molto tempo per fornire
un buon prodotto software gratuito e open source. Se ti sei reso conto che Greenshot
ti ha reso più produttivo, e se fa risparmiare a te (o alla tua società)
molto tempo e denaro, o se semplicemente ti piace Greenshot e l'idea
di software open source: per cortesia, considera di onorare i nostri sforzi con una donazione.<br>
Per cortesia dai un'occhiata alla nostra home page per vedere come puoi aiutare il team di sviluppo di Greenshot:<br>
<a href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>Spargi la parola</h3>
<p>
Se ti piace Greenshot, fallo sapere anche agli altri: racconta ai tuoi amici di Greenshot.
Anche loro, a loro volta :)<br>
Commenta positivamente Greenshot sui portali di software, oppure metti un link sulla tua home page, blog o sito web.
</p>
<a name="help-translate"></a>
<h3>Invia una traduzione</h3>
<p>
Greenshot non è disponibile nella tua lingua preferita? Se ti senti in grado di tradurre un pezzo di software,
sei più che benvenuto.
Se sei un utente registrato su sourceforge.net, puoi inviare le traduzioni al nostro
<a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>.<br>
Prima di farlo, assicurati che non esista già la traduzione sulla nostra
<a href="http://sourceforge.net/projects/greenshot/files/">pagina di download</a>. Controlla anche il nostro <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,
ci potrebbe essere una traduzione in lavorazione, o almeno in discussione.<br>
Ti preghiamo di notare che forniremo una traduzione della nostra pagina di download solo se è stata inviata mediante
il tuo conto utente su sourceforge.net. Visto che molto probabilmente non siamo in grado di capire la traduzione, è opportuno
che gli altri utenti di sourceforge possano essere in grado di contattarti per revisioni o miglioramenti
in caso di nuove versioni di Greenshot.
</p>
</body>
</html>

View file

@ -1,334 +0,0 @@

<html>
<head>
<title>Greenshot Help</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
</style>
</head>
<body>
<h1>Greenshot Help</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
<small>Version 0.8 Nederlanse vertaling van de help door Jurjen Ladenius</small>
<h2>Inhoud</h2>
<ol>
<li><a href="#screenshot">Een screenshot maken</a></li>
<ol>
<li><a href="#capture-region">Regio vastleggen</a></li>
<li><a href="#capture-last-region">Laast gebruikte regio vastleggen</a></li>
<li><a href="#capture-window">Window vangen</a></li>
<li><a href="#capture-fullscreen">Gehele beeldscherm vastleggen</a></li>
</ol>
<li><a href="#editor">Using the image editor</a></li>
<ol>
<li><a href="#editor-shapes">Drawing shapes</a></li>
<li><a href="#editor-text">Adding text</a></li>
<li><a href="#editor-highlight">Highlighting things</a></li>
<li><a href="#editor-obfuscate">Obfuscating things</a></li>
<li><a href="#editor-crop">Cropping the screenshot</a></li>
<li><a href="#editor-reuse-elements">Re-using drawn elements</a></li>
<li><a href="#editor-export">Exporting the screenshot</a></li>
</ol>
<li><a href="#settings">The settings dialog</a></li>
<ol>
<li><a href="#settings-general">General settings</a></li>
<li><a href="#settings-output">Output settings</a></li>
<li><a href="#settings-printer">Printer settings</a></li>
</ol>
<li><a href="#help">Want to help?</a></li>
<ol>
<li><a href="#help-donate">Consider a donation</a></li>
<li><a href="#help-spread">Spread the word</a></li>
<li><a href="#help-translate">Submit a translation</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Een screenshot maken</h2>
<p>
U kunt een screenshot maken door de <kbd>Print</kbd> toets van uw keyboard te drukken of
rechts op het Greenshot icon in de systray te klikken<br>
Er zijn meerdere mogelijkheden om een screenshot te maken:
</p>
<a name="capture-region"></a>
<h3>Regio vastleggen <kbd>Print</kbd></h3>
<p>
De "regio vastleggen" modus maakt het mogelijk om een gebied van het beeldscherm te markeren voor een screenshot.<br>
Nadat de regio vastlegen modus gestart wordt verandert de mouse-cursor in een kruis.
Stuur de muis naar een hoek van het gebied waarvan u een screenshot wilt hebben en
druk op de linker muisknop en hou deze gedrukt. Beweeg nu de muis naar de tegenovergestelde hoek
van uw doelgebied, tijdens het bewegen ziet u een groeiende groene rechthoek.
Op het moment dat u de linker muisknop los laat word het gehele groene gebied vastgelegd.
</p>
<p class="hint">
U kunt de <kbd>spatie</kbd> toets gebruiken om tussen de "regio vastleggen" en de
<a href="#capture-window">window</a> modus te wisselen. De Esc-toets breekt het vastleggen af.
</p>
<p class="hint">
Als u een zeer exact gebied wilt vastleggen is het misschen eenvoudiger om eerst een groter
gebied te nemen en dan de screeshot <a href="#editor-crop">bij te snijden</a> in de
Greenshot beeld bewerking.
</p>
<a name="capture-last-region"></a>
<h3>Laast gebruikte regio vastleggen <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
<p>
Als u al een keer een <a href="#capture-region">regio</a> of een <a href="#capture-window">window</a>
vastgelegt heeft, heeft u met deze optie de mogelijkheid nog een keer de zelfde regio vast te leggen.
</p>
<a name="capture-window"></a>
<h3>Window vangen <kbd>Alt</kbd> + <kbd>Print</kbd></h3>
<p>
Maakt een screenshot van het aktive window.
</p>
<p class="hint">
In de <a href="#settings">voorkeursinstellingen</a> is een optie om niet
het aktive window te vangen, maar om een window interaktiv uit te kiezen.
Als deze optie aan staat kunt u een window selekteren door erop te klikken.
(net als in de <a href="#capture-region">regio vastleggen</a> modus tekent Greenshot
een groene rechhoek om het window wat gekozen wordt.)<br>
Als u gedeeltes van een window wilt vangen, bijvoorbeeld het zichtbare gedeelte
van de website die op dit moment in Internet Explorer getoont word, dan beweeg de muis
over het window een druk de <kbd>PgDown</kbd> toets. Op dit moment is het mogelijk
om kleinere gedeeltes van het window te selekteren en te vangen.
</p>
<a name="capture-fullscreen"></a>
<h3>Gehele beeldscherm vastleggen <kbd>Control</kbd> + <kbd>Print</kbd></h3>
<p>
Maakt een screenshot van het gehele beeldscherm, ook als er meerdere monitoren gebruikt worden.
</p>
<a name="editor"></a>
<h2>De Greenshot beeld bewerking gebruiken</h2>
<p>
Greenshot komt met een eenvoudig te gebruiken beeld bewerking die verschillende handige werktuigen heeft en het
mogelijk maakt om vormen en annotaties op een screenshot te maken. Het is zelfs mogelijk om bepaalde delen van
uw screenshot onherkenbaar te maken of te markeren waardoor het beter opvalt.
</p>
<p class="hint">
De Greenshot beeld bewerking kan niet alleen voor screenshot maar ook voor andere beelden uit bestanden of het klembord gebruikt worden.
Klik hiervoor met de rechter muis knop op het Greenshot icon in de systray en selekteer <em>Open beeld uit bestand</em>
of <em>Laad beeld van het klembord</em>.
</p>
<p class="hint">
By default, the image editor will be opened whenever a screenshot is
captured. If you do not want to use the image editor, you can disable this
behavior in the <a href="#settings">settings dialog</a>.
</p>
<a name="editor-shapes"></a>
<h3>Drawing shapes</h3>
<p>
Select one of the shape drawing tools from the toolbar on the left hand side
of the image editor or from the <em>Object</em> menu. There is also a key assigned
to each tool for your convenience.<br>
Available shapes are: rectangle <kbd>R</kbd>, ellipse <kbd>E</kbd>, line <kbd>L</kbd>
and arrow <kbd>A</kbd>.<br>
Click, hold down the mouse button and drag to define position and size of the shape.
Release the mouse button when you are done.
</p>
<p>
You can move or resize existing shapes after selecting the selection tool
<kbd>ESC</kbd> from the toolbar.<br>For every element type there is a specific
set of options available to change the look of the element (e.g. line thickness,
line color, fill color). You can change the options for an existing element after
selecting it, but also for the next element to be drawn after selecting a drawing tool.
</p>
<p class="hint">
You can select multiple elements for editing at a time. In order to select multiple
elements, hold down the <kbd>Shift</kbd> key while clicking the elements.
</p>
<a name="editor-text"></a>
<h3>Adding text</h3>
<p>
Usage of the text tool <kbd>T</kbd> is similar to the usage of the
<a href="#editor-shapes">shape</a> tools. Just draw the text element to the desired
size, then type in the text.<br>
Double click an existing text element to edit the text.
</p>
<a name="editor-highlight"></a>
<h3>Highlighting things</h3>
<p>
After selecting the highlight tool <kbd>H</kbd>, you can define the area to be
highlighted exactly like you would draw a <a href="#editor-shapes">shape</a>.<br>
There are several options for highlighting, which you can choose from by clicking
the leftmost button in the toolbar on top:
</p>
<ul>
<li><em>Highlight text</em>: highlights an area by applying a bright color to it, like
an office text highlighter</li>
<li><em>Highlight area</em>: blurs<a href="#hint-blur">*</a> and darkens everything outside the selected area</li>
<li><em>Grayscale</em>: everything outside the selected area will be turned to grayscale</li>
<li><em>Magnify</em>: the selected area will be displayed magnified</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Obfuscating things</h3>
<p>
Obfuscating parts of a screenshot is a good idea if it contains data which is not
intended for other people to see, e.g. bank account data, names, passwords or faces on images.<br>
Use the obfuscate tool <kbd>O</kbd> exactly like the <a href="#editor-highlight">highlight</a>
tool.<br>
Available options for obfuscation are:
</p>
<ul>
<li><em>Pixelize</em>: increases the pixel size for the selected area</li>
<li><em>Blur</em><a href="#hint-blur">*</a>: blurs the selected area</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* Depeding on the performance of your computer, applying a blur effect might slow down
Greenshot's image editor. If you feel the image editor reacting slowly as soon as a
blur is applied, try reducing the value for <em>Preview quality</em> in the toolbar or
decrease the value for <em>Blur radius</em>.<br>
If the blur performance is still too bad for you to work with, you might prefer
to use the pixelize effect instead.
</p>
<a name="editor-crop"></a>
<h3>Cropping the screenshot</h3>
<p>
If you only need a part of the screenshot you have captured, use the crop tool <kbd>C</kbd>
to crop it to the desired area.<br>
After selecting the crop tool, draw a rectangle for the area of the screenshot you want
to keep. You can resize the selected area like any other element.<br>
When you are content with your selection, use the confirm button in the toolbar or hit
the <kbd>Enter</kbd> key. You can cancel cropping by clicking the cancel button or hitting
<kbd>ESC</kbd>.
</p>
<a name="editor-reuse-elements"></a>
<h3>Re-using drawn elements</h3>
<p>
If you find yourself using the same or similar elements on most of your screenshots
(e.g. a textfield containing browser type and version, or obfuscating the same
element on several screenshots) you can re-use elements.<br>
Select <em>Save objects to file</em> from the <em>Object</em> menu to save the current
set of elements for re-using it later. <em>Load objects from file</em> applies the
same elements to another screenshot.
</p>
<a name="editor-export"></a>
<h3>Exporting the screenshot</h3>
<p>
After editing the screenshot, you can export the result for different purposes,
depending on your needs. You can access all export options through the <em>File</em>
menu, the topmost toolbar or via shortcuts:
</p>
<ul>
<li><em>Save</em> <kbd>Control</kbd> + <kbd>S</kbd>: saves the image to a file (if the image has already been saved, else displays <em>Save as...</em> dialog</li>
<li><em>Save as...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: lets you choose location, filename and image format for the file to save</li>
<li><em>Copy image to clipboard</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: puts a copy of the image into the clipboard, allowing to paste into other programs</li>
<li><em>Print...</em> <kbd>Control</kbd> + <kbd>P</kbd>: sends the image to a printer</li>
<li><em>E-Mail</em> <kbd>Control</kbd> + <kbd>E</kbd>: opens a new message in your default e-mail client, adding the image as attachment</li>
</ul>
<p class="hint">
After saving an image from the editor, right-click the status bar at the bottom of
the editor window to either copy the file path into the clipboard or open the
containing directory in Windows Explorer.
</p>
<a name="settings"></a>
<h2>The settings dialog</h2>
<a name="settings-general"></a>
<h3>General settings</h3>
<ul>
<li><em>Language</em>: The language you prefer to be used.<br>
You can download additional language files for Greenshot <a href="#">here</a>. </li>
<li><em>Register hotkeys</em>: If checked, Greenshot can be used with the <kbd>Print</kbd> key.</li>
<li><em>Launch Greenshot on startup</em>: Start the program when the system has been booted.</li>
<li><em>Show flashlight</em>: Visual feedback when doing a capture</li>
<li><em>Play camera sound</em>: Audible feedback when doing a capture</li>
<li><em>Capture mousepointer</em>: If checked, the mousepointer will be captured. The pointer is handled is a separate element in the editor, so that you can move or remove it later.</li>
<li><em>Use interactive window capture mode</em>: Instead of capturing the active window right away, interactive mode
allows you to select the window to capture. It is also possible to capture child windows, see <a href="#capture-window">window capture</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Output settings</h3>
<ul>
<li><em>Screenshot destination</em>: Allows you to choose the destination(s) for your screenshot right after capturing it.</li>
<li><em>Preferred output file settings</em>: Directory and filename to be used when saving directly or to be suggested when saving (using the save-as dialog). Click the <em>?</em> button to learn more about the placeholders that can be used as filename pattern.</li>
<li><em>JPEG settings</em>: Quality to be used when saving JPEG files</li>
</ul>
<a name="settings-printer"></a>
<h3>Printer settings</h3>
<ul>
<li><em>Shrink printout to fit paper size</em>: If the image would exceed paper size, it will be shrinked to fit on the page.</li>
<li><em>Enlarge printout to fit paper size</em>: If the image is smaller than the paper size, it will be scaled to be printed as large as possible without exceeding paper size.</li>
<li><em>Rotate printout to page orientation</em>: Will rotate a landscape format image by 90<39> for printing.</li>
</ul>
<a name="help"></a>
<h2>U wilt helpen?</h2>
<p>
Op dit moment zoeken we geen hulp voor de ontwikkeling. Maar u kunt meerdere dingen doen om
het Greenshot ontwikkelteam te ondersteunen.<br>
Bij voorbaat dank :)
</p>
<a name="help-donate"></a>
<h3>Overweeg een donatie</h3>
<p>
We stoppen een hoop tijd en werk in Greenshot om goede software gratis en open tot uw beschiking te stellen!
Als u het gevoel heeft dat Greenshot u meer produktief maakt, u of uw firma een hoop tijd en geld bespaard
of als u eenvoudig Greenshot en het idee van open source software goed vindt:
Overweeg een donatie ter eren van onze inspanningen.<br>
Kijk AUB op onze home page om te lezen hoe u het Greenshot ontwikkelteam kunt ondersteunen:<br>
<a href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>Vertel het door</h3>
<p>
Als u Greenshot goed vind, vertel het door: vertel uw vrienden en kollegas over Greenshot.
Uw aanhang en achterban ook! :)<br>
Geef Greenshot goede kritiek in software portals of verlink Greenshot in uw blog of website.
</p>
<a name="help-translate"></a>
<h3>Maak een vertaling</h3>
<p>
Greenshot is niet in uw favorite taal vertaald? Als u denkt dat u software kunt vertalen dan bent u welkom!
Als u een geregisteerde gebruiker bij sourceforge.net bent kunt u uw vertaling in onze
<a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">vertalings tracker</a> bekent maken.<br>
Voordat u begin is het verstandig om te kijken of Greenshot niet al in de taal vertaalt is, zie de
<a href="#">downloads pagina</a>. Ook kunt u op onze <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">vertalings tracker</a> kijken,
het zou kunnen dat al iemand aan de vertaling werkt of misschien hierover een diskussie heeft.<br>
Een belangrijk punt is dat we vertalingen alleen op onze website zetten als het door iemand vertaalt is die
ook een sourceforge.net gebruiker is. Omdat we zeer waarschijnlijk de vertaling niet begrijpen is het nodig
dat we de gebruiker kunnen vinden, alleen dan kunnen we bij nieuwe Greenshot versies ook deze taal weer uitleveren.
</p>
</body>
</html>

View file

@ -1,339 +0,0 @@

<html>
<head>
<title>Greenshot: Справка об использовании</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
em {padding-right:0.2em;}
</style>
</head>
<body>
<h1>Greenshot: Справка об использовании</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
<small>Version 0.8
<!-- - Русский перевод справки: Алексей Сехан, sehan@mail.ru, 2010-08-16-->
</small>
<h2>Содержание</h2>
<ol>
<li><a href="#screenshot">Создание экранных снимков</a></li>
<ol>
<li><a href="#capture-region">Снимок области</a></li>
<li><a href="#capture-last-region">Снимок той же области</a></li>
<li><a href="#capture-window">Снимок окна</a></li>
<li><a href="#capture-fullscreen">Снимок всего экрана</a></li>
</ol>
<li><a href="#editor">Редактирование снимков</a></li>
<ol>
<li><a href="#editor-shapes">Рисование фигур</a></li>
<li><a href="#editor-text">Добавление текста</a></li>
<li><a href="#editor-highlight">Высвечивание (акцентирование) фрагментов</a></li>
<li><a href="#editor-obfuscate">Затемнение (затуманивание) фрагментов</a></li>
<li><a href="#editor-crop">Обрезка снимков</a></li>
<li><a href="#editor-reuse-elements">Использование добавленных объектов в нескольких снимках</a></li>
<li><a href="#editor-export">Экспортирование экранных снимков</a></li>
</ol>
<li><a href="#settings">Настройка параметров</a></li>
<ol>
<li><a href="#settings-general">Общие</a></li>
<li><a href="#settings-output">Снимки</a></li>
<li><a href="#settings-printer">Печать</a></li>
</ol>
<li><a href="#help">Готовы помочь?</a></li>
<ol>
<li><a href="#help-donate">Сделайте пожертвование</a></li>
<li><a href="#help-spread">Расскажите о Greenshot</a></li>
<li><a href="#help-translate">Помогите с переводом</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Создание экранных снимков</h2>
<p>
Вы можете создать экранный снимок, используя клавишу <kbd>Print</kbd>
(она же <kbd>PrintScreen</kbd>, <kbd>PrtScr</kbd>, <kbd>PtScrn</kbd> и так далее)
или щёлкнув правой кнопкой мыши по значку Greenshot в системной области.<br>
Есть несколько режимов захвата изображения с экрана:
</p>
<a name="capture-region"></a>
<h3>Снимок области <kbd>Print</kbd></h3>
<p>
Этот режим позволяет вам указать на экране прямоугольную область, снимок которой должен быть получен.<br>
Указатель мыши примет вид двух пересекающихся линий.
Поместив указатель в один угол нужной вам прямоугольной области, прижмите кнопку и, удерживая её нажатой,
протяните указатель к противоположному углу области.
При этом зеленоватый прямоугольник накроет выделенную вами область экрана.
Когда вы отпустите кнопку, Greenshot сделает снимок выделенной вами области.
</p>
<p class="hint">
Вы можете использовать клавишу <kbd>Пробел</kbd> для переключения между режимами
<a href="#capture-region">Снимок области</a> и <a href="#capture-window">Снимок окна</a>.
</p>
<p class="hint">
Чтобы сделать снимок более точным, можно сперва захватить область
чуть большую, чем нужно, а затем в редакторе экранных снимков
воспользоваться инструментом <a href="#editor-crop">Обрезка</a>.
</p>
<a name="capture-last-region"></a>
<h3>Снимок той же области <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
<p>
Если вы уже сделали снимок <a href="#capture-region">области</a> или <a href="#capture-window">окна</a>,
вы можете повторить снимок той же части экрана.
</p>
<a name="capture-window"></a>
<h3>Снимок окна <kbd>Alt</kbd> + <kbd>Print</kbd></h3>
<p>
Создаёт снимок активного окна.
</p>
<p class="hint">
В диалоге <a href="#settings">Параметры</a> есть переключатель <em>Интерактивный выбор окна для снимка</em>.
Если он включен, вы сможете указать нужное окно, щёлкнув по нему мышью.
При этом, как и в режиме <a href="#capture-region">Снимок области</a>, Greenshot обозначит зеленоватым
прямоугольником, что именно будет захвачено.<br>
Чтобы захватить не всё окно, а его обособленную часть (рабочую область, панель, фрейм веб-страницы)
укажите курсором мыши на окно и нажмите клавишу <kbd>PgDown</kbd>.
После этого мышью можно будет выбирать отдельные части внутри окна.
</p>
<a name="capture-fullscreen"></a>
<h3>Снимок всего экрана <kbd>Control</kbd> + <kbd>Print</kbd></h3>
<p>
Создаёт снимок всего экрана.
</p>
<a name="editor"></a>
<h2>Редактирование снимков</h2>
<p>
Greenshot имеет встроенный редактор изображений, простой в использовании и предоставляющий возможности
для аннотирования и акцентирования экранных снимков с помощью фигур, линий, стрелок, надписей,
цветовых выделений, резкости или, напротив, затемнения и размытия.
</p>
<p class="hint">
Встроенный редактор Greenshot может использоваться для акцентирования и аннотирования не только экранных снимков,
но и любых изображений. Для этого достаточно открыть изображение из файла или из буфера обмена. Просто щёлкните правой кнопкой
по значку Greenshot в системной области и выберите <em>Открыть изображение из файла</em>
или <em>Открыть изображение из буфера обмена</em>.
</p>
<p class="hint">
По умолчанию Greenshot открывает редактор для правки
каждого созданного снимка, но вы можете настроить это поведение
в диалоговом окне <a href="#settings">Параметры</a>.
</p>
<a name="editor-shapes"></a>
<h3>Рисование фигур</h3>
<p>
Выберите любой из инструментов рисования на левой боковой панели редактора или
в меню <em>Объекты</em>. Можно также воспользоваться клавишами для быстрого выбора
инструментов:<br>
Прямоугольник&nbsp;<kbd>R</kbd>, Эллипс&nbsp;<kbd>E</kbd>, Отрезок&nbsp;<kbd>L</kbd>
и Cтрелка&nbsp;<kbd>A</kbd>.<br>
Прижмите кнопку мыши и, держа её нажатой, протяните до образования фигуры нужных размеров.
Отпустите кнопку и фигура будет добавлена на снимок.
</p>
<p>
Добавленные фигуры являются самостоятельными объектами. Выбрав нужные объекты инструментом
Выбор объектов <kbd>ESC</kbd>, вы можете их перемещать, изменять их размеры и парметры,
такие как цвет и толщина контура, цвет и прозрачность заливки, тень.
Параметры, выбранные вами для одного объекта, распространяются и на все последующие объекты
того же типа.
</p>
<p class="hint">
Удерживая нажатой клавишу <kbd>Shift</kbd>, вы можете выбрать мышью несколько объектов.
</p>
<a name="editor-text"></a>
<h3>Добавление текста</h3>
<p>
Используя инструмент Текст <kbd>T</kbd>, сходный с инструментами <a href="#editor-shapes">рисования</a>,
вы можете добавить на снимок прямоугольник с текстом и настроить его параметры.<br>
Двойной щелчок по текстовому объекту позволит изменить содержащийся в нём текст.
</p>
<a name="editor-highlight"></a>
<h3>Высвечивание (акцентирование)</h3>
<p>
Выбрав инструмент Высвечивание <kbd>H</kbd>, вы можете указать акцентируемую область
так же, как нарисовать <a href="#editor-shapes">фигуру</a>.<br>
Есть несколько разновидностей высвечивания, которые вы можете выбрать из
выпадающего меню в панели параметров объекта:
</p>
<ul>
<li><em>Цветовое выделение</em>: акцентирует прямоугольный фрагмент ярким полупрозрачным цветом,
подобно маркеру-тектовыделителю</li>
<li><em>Ясное среди мутного</em>: размывает<a href="#hint-blur">*</a> и делает более тёмным весь рисунок, кроме выделенной области</li>
<li><em>Цветное среди серого</em>: оставляет цвета внутри выделения нетронутыми, а вокруг заменяет оттенками серого</li>
<li><em>Увеличение</em>: выделенная область показывается с увеличением.</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Затемнение (затуманивание)</h3>
<p>
Затемнение бывает полезно, если на экранном снимке содержатся данные, которые не следует показывать
посторонним людям, например, номер кредитки, имя, пароль, название организации или ваша фотография.<br>
Инструмент Затемнение <kbd>O</kbd> весьма похож на инструмент <a href="#editor-highlight">Высвечивание</a>
по способу использования, но решает противоположную задачу.<br>
Доступны следующие разновидности затемнения:
</p>
<ul>
<li><em>Квадратики</em>: увеличивает размеры пикселей в выделенной области</li>
<li><em>Размытие</em><a href="#hint-blur">*</a>: уменьшает резкость изображения в выделенной области.</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* На слабых компьютерах эффект размытия может замедлять работу встроенного редактора Greenshot.
Чтобы замедление не так чувствовалось, можно снизить <em>Качество предпросмотра</em>
или уменьшить <em>Радиус размытия</em> в панели параметров.
Если и это не помогает, откажитесь от размытия и используйте эффект <em>Квадратики</em>.
</p>
<a name="editor-crop"></a>
<h3>Обрезка снимков</h3>
<p>
Если вам нужна только часть полученного снимка, воспользуйтесь инструментом
Обрезка <kbd>C</kbd>.<br>
Выбрав этот инструмент, начертите мышью прямоугольник. Можете менять его размеры и расположение,
а когда охватите в точности ту часть снимка, которую хотите оставить, нажмите кнопку <em>Применить</em>
в панели параметров. Отменить обрезку можно кнопкой <em>Отмена</em> в панели инструментов или клавишей
<kbd>ESC</kbd>.
</p>
<a name="editor-reuse-elements"></a>
<h3>Использование добавленных объектов в нескольких снимках</h3>
<p>
Иногда бывает нужно несколько снимков подряд аннотировать и акцентировать схожим образом,
например, скрыть одну и ту же строчку или высветить один и тот же элемент управления.<br>
Набор объектов, добавленных на один снимок, можно сохранить в файле и загрузить потом на
другой снимок. Используйте команды <em>Сохранить объекты в файл</em> и
<em>Загрузить объекты из файла</em>,
которые находятся в меню <em>Объект</em>.
</p>
<a name="editor-export"></a>
<h3>Экспортирование экранных снимков</h3>
<p>
Завершив редактирование экранного снимка вы можете экспортировать результат различными способами.
Все возможности экспорта собраны в меню <em>Файл</em>. Вместо меню можно использовать горячие клавиши.
</p>
<ul>
<li><em>Сохранить</em> <kbd>Ctrl</kbd> + <kbd>S</kbd>: сохраняет изображение в файл, если ранее сохранение уже было выполнено. В противном случае открывает диалог <em>Сохранить как...</em></li>
<li><em>Сохранить как...</em> <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: открывает диалог сохранения, в котором вы можете указать место охранения, имя и тип файла</li>
<li><em>Поместить в буфер обмена</em> <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: помещает опию изображения в буфер обмена, из которого потом изображение можно вставить в другие программы</li>
<li><em>Напечатать...</em> <kbd>Ctrl</kbd> + <kbd>P</kbd>: отправляет изображение на печать</li>
<li><em>Отправить электронной почтой</em> <kbd>Ctrl</kbd> + <kbd>E</kbd>: открывает новое сообщение в вашем почтовом клиенте, добавляя изображение как вложение</li>
</ul>
<p class="hint">
После сохранения изображения в файл полное имя этого файла отображается внизу окна, в статусной строке.
Щёлкнув по нему правой кнопкой мыши, вы можете скопировать имя файла в буфер обмена или открыть
содержащую этот файл папку.
</p>
<a name="settings"></a>
<h2>Настройка параметров</h2>
<a name="settings-general"></a>
<h3>Общие</h3>
<ul>
<li><em>Язык (Language)</em>: Язык интерфейса.<br>
Вы можете скачать дополнительные языковые файлы <a target="_blank" href="http://getgreenshot.org/downloads/">здесь</a>.</li>
<li><em>Зарегистрировать горячие клавиши</em>: Если включено, Greenshot будет перехватывать нажатие клавиши <kbd>Print</kbd> (<kbd>PrintScreen</kbd>) и её сочетаний.</li>
<li><em>Запускать Greenshot при входе в Windows</em>: Запускать Greenshot при входе пользователя в систему (обычно говорят, при загрузке Windows).</li>
<li><em>Блеснуть, как фотовспышкой</em>: При выполнении экранного снимка экран смаргивает, как при вспышке.</li>
<li><em>Щелкнуть, как фотокамерой</em>: При выполнении экранного снимка раздаётся щелчок.</li>
<li><em>Захватывать указатель мыши</em>: Если включено, указатель мыши будет присутствовать на снимках, как самостоятельный объект, который при редактировании можно передвинуть или удалить.</li>
<li><em>Интерактивный выбор окна для снимка</em>: Вместо захвата активного окна предоставляет возможность указать окно, снимок которого должен быть создан.
Есть также возможность выбрать для снимка дочернее окно клавишей <kbd>PgDown</kbd>, подробнее <a href="#capture-window">здесь</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Снимок</h3>
<ul>
<li><em>Сделанный снимок...</em>: Позволяет указать, что следует сделать со снимком сразу после его создания. Можно выбрать несколько действий.</li>
<li><em>Параметры сохранения в файл</em>: Параметры по умолчанию для сохранения изображения в файл (место сохранения, шаблон имени, под которым должен быть сохранён файл, формат файла). Об элементах шаблона имени файла можно узнать <em>здесь</em>.</li>
<li><em>Параметры JPEG</em>: Качество при сохранении в JPEG.</li>
</ul>
<a name="settings-printer"></a>
<h3>Печать</h3>
<ul>
<li><em>Уменьшить, чтобы вместить в страницу</em>: Если изображение выходит за пределы страницы, оно будет уменьшено с сохранением пропорций.</li>
<li><em>Увеличить до размеров страницы</em>: Если изображение меньше размеров страницы, оно будет увеличено с сохранением пропорций.</li>
<li><em>Повернуть согласно ориентации страницы</em>: Длинная сторона изображения будет расположена вдоль длинной стороны страницы.</li>
</ul>
<a name="help"></a>
<h2>Готовы помочь?</h2>
<p>
В настоящее время мы не нуждаемся в помощи разработчиков.
Однако есть другие способы поддержать команду разработчиков Greenshot.<br>
Заранее благодарны :)
</p>
<a name="help-donate"></a>
<h3>Сделайте пожертвование</h3>
<p>
Мы вкладываем в Greenshot много труда и времени. Если вы считаете, что он делает вашу работу более продуктивной,
сберегает вам или вашей компании время и деньги, или если Greenshot вам просто нравится, вы можете пожертвовать
некоторую сумму денег, чтобы поддержать дальнейшую разработку: <br>
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>Расскажите о Greenshot</h3>
<p>
Если вам нравится Greenshot, расскажите о нём людям, и, возможно, он понравится кому-то ещё :)<br>
Голосуйте за Greenshot на софтверных порталах. Поместите ссылку на Greenshot на вашем сайте или в блоге.
</p>
<a name="help-translate"></a>
<h3>Помогите с переводом</h3>
<p>
Greenshot не доступен на предпочитаемом вами языке? Если вы чувствуете в себе способности
к переводу интерфейса, приветствуем вашу готовность. Для начала попытайтесь справиться с этим текстом:<br>
If you are a registered user at sourceforge.net, you can submit translations to our
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>.<br>
Please make sure there is no existing translation for your language on our
<a target="_blank" href="http://getgreenshot.org/downloads/">downloads page</a>. Also check our <a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,
there might be a translation in progress, or at least in discussion.<br>
Please note that we will only provide a translation on our downloads page if it has
been submitted through your sourceforge.net user account. Since we most probably are
not capable to understand your translation, it is good for other sourceforge users
to be able to contact you about improvements or enhancements in case of a new Greenshot
version.
</p>
</body>
</html>

View file

@ -1,263 +0,0 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Greenshot Hjälp</title>
<style type="text/css">
<!--
* { font-family: Tahoma, Arial, Sans-serif; }
h1 { font-size: 16px; }
h2 { font-size: 14px; margin-top: 34px; }
h3 { font-size: 12px; margin-top: 28px; }
small { font-size: 10px; }
p, li { font-size: 12px; line-height: 1.5em }
h2, a:link, a:hover, a:visited, a:active { color: #090; }
/* .editors_note is a custom class made for a few
comments I've made along the way. */
kbd, p.editors_note {
border: 1px solid #bbb;
border-radius: 2px;
-ms-border-radius: 2px; /* IE9 */
}
kbd { background-color: #ddd; padding: 0 2px; }
p.editors_note {
font: italic normal 11px/12px Helvetica, Arial, sans-serif;
color: #666;
background: #f6f6f6;
padding: 5px;
}
p.hint {
background-color: #ffd;
border: 1px solid #ddb;
padding: 5px;
border-radius: 8px;
-ms-border-radius: 8px; /* IE9 */
}
-->
</style>
</head>
<body>
<h1>Greenshot Hjälp</h1>
<!--
Översättarens kommentar:
Vissa delar och språk kan/kommer att behöva omabetas en bit, men översättningen är i a f fullständig även om vissa ord och uttryck kunde vara annorlunda.
Det finns ord och uttryck som det helt enkelt inte finns ngn bra översättning på, och ibland får man skriva på ett annat sätt.
Ord som: Obfuscate, Highlight och Capture - är sådana ord som är en lagom bra översättning på, där vi på svenska använder olika ord i olika sammanhang.
(T ex: ordet highlight används (missbrukas) ofta av olika program - bl a Adobe med översättningen: "markera" vilket är en helt felaktig användning av ordet i sig. Man markerar texten först ... & SEN lägger en highlight på den.)
Kommentarer och synpunkter välkomnas. Förslag på bättre översättning till "highlight" - så länge det inte är "markera/markering". ;)
---
/Eric
===================================================
<!-- Note to translator: uncomment entry below to have your effort honored -->
<small>Version 0.8<!-- English translation of help content by YOUR_NAME --></small>
<h2>Innehåll</h2>
<ol>
<li><a href="#screenshot">Göra en skärmbild</a></li>
<ol>
<li><a href="#capture-region">Bild på yta</a></li>
<li><a href="#capture-last-region">Bild på senaste yta</a></li>
<li><a href="#capture-window">Bild på fönster</a></li>
<li><a href="#capture-fullscreen">Bild på helskärm</a></li>
</ol>
<li><a href="#editor">Använda bildredigeraren</a></li>
<ol>
<li><a href="#editor-shapes">Rita olika former</a></li>
<li><a href="#editor-text">Lägga till text</a></li>
<li><a href="#editor-highlight">Belysning av delar</a></li>
<li><a href="#editor-obfuscate">&quot;Blurra&quot; olika delar</a></li>
<li><a href="#editor-crop">Beskära skärmbilden</a></li>
<li><a href="#editor-reuse-elements">Återanvända uppritade element</a></li>
<li><a href="#editor-export">Exportera skärmbilden</a></li>
</ol>
<li><a href="#settings">Dialogruta &middot; Inställningar</a></li>
<ol>
<li><a href="#settings-general">Allmänna inställningar</a></li>
<li><a href="#settings-output">Fil-/bildinställningar</a></li>
<li><a href="#settings-printer">Utskriftsinställningar</a></li>
</ol>
<li><a href="#help">Vill du hjälpa till?</a></li>
<ol>
<li><a href="#help-donate">Överväg en donation</a></li>
<li><a href="#help-spread">Sprid budskapet</a></li>
<li><a href="#help-translate">Skicka in en översättning</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Göra en skärmbild</h2>
<p>Du kan göra en skärmbild genom att antingen använda tangenten <kbd>Print</kbd> på ditt tangenbord, eller så högerklickar du på Greenshotikonen i aktivitetsfältet.<br>
Där finns flera olika val för att göra en skärmbild:</p>
<a name="capture-region"></a>
<h3>Bild på yta <kbd>Print</kbd></h3>
<p>Att använda detta läge gör att du kan en bild av en del på din skärm.<br>
Efter att du har startat detta läge, så visas ett s k &quot;crosshair&quot;, som visar markörens position på skärmen. Klicka och håll nere där du vill att första hörnet på din bild skall börja. Fortsätt att håll nere knappen och dra/markera sedan den ytan som du vill att din bild skall täcka. När den gröna ytan täcker det du vill ha med på bilden - släpper du bara knappen.</p>
<p class="hint">Du kan använda tangenten för <kbd>Mellanslag</kbd> för att växla läge mellan yta och <a href="#capture-window">fönster</a>.</p>
<p class="hint">OM du skall göra en bild på en exakt utvald yta, så kan det vara lättare att göra en bild av en något större yta, som du sen kan <a href="#editor-crop">beskära</a> i Greenshot's bildredigerare.</p>
<a name="capture-last-region"></a>
<h3>Bild på senaste yta <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
<p>Om du har gjort en bild av en <a href="#capture-region">yta</a> eller <a href="#capture-window">fönster</a> innan, så kan du använda samma yta igen.</p>
<a name="capture-window"></a>
<h3>Bild på fönster <kbd>Alt</kbd> + <kbd>Print</kbd></h3>
<p>Gör en skärmbild av det fönstret som är aktivt (överst).</p>
<p class="hint">I <a href="#settings">dialogrutan med inställningar</a> finns ett tillval att inte ta bilden på en gång, utan att det låter dig interaktivt välja ett fönster.
Om denna inställning är gjord, kan du välja ett fönster genom att klicka på det (precis som i läget för <a href="#capture-region">yta</a>, kommer Greenshot att färglägga den ytan som skall bli en bild).<br>Om du vill att ett underliggande fönster skall bli valt (e.g. webläsarens fönster (utan verktygsrad osv. ...eller en enskid ram på en sida som använder sig av ramar) placera markören på det önskade fönstret och därefter klicka på tangenten <kbd>PgDown</kbd>. Efter det kan du välja olika element av det fönstret som skall bli din bild.</p>
<a name="capture-fullscreen"></a>
<h3>Bild på helskärm <kbd>Ctrl</kbd> + <kbd>Print</kbd></h3>
<p>Gör en bild av hela din skärm.</p>
<a name="editor"></a>
<h2>Använda bildredigeraren</h2>
<p>Greenshot har en bildredigerare som är enkel att använda, med funktioner som att lägga till kommentarer och olika former till bilden. Den kan också göra olika områden belysta eller &quot;blurrade&quot;.</p>
<p class="hint">Greenshot's bildredigerare kan användas för mer än skärmbilder. Du kan också öppna bilder från från en fil eller klippminnet. Högerklicka på Greenshotikonen i aktivitesfältet och välj antingen <em>Öppna bild från fil</em> eller <em>Öppna bild från klippminne</em>.</p>
<p class="hint">Som förvald inställning, kommer bildredigeraren öppnas så fort en bild är skapad. Om du inte vill använda bildredigeraren så kan du ändra det i dialogrutan med <a href="#settings">inställningar</a>.</p>
<a name="editor-shapes"></a>
<h3>Rita olika former</h3>
<p>Välj ett av de olika verktygen för former i menyn till vänster om redigerarens fönster, eller från <em>objektmenyn</em>. För att underlätta finns också en tangent adresserad för varje verktyg.<br>
Tillgängliga former: rektangel <kbd>R</kbd>, cirklar <kbd>E</kbd>, linje <kbd>L</kbd>
och pil <kbd>A</kbd>.<br>
Klicka och håll ner musknappen, och dra för att definiera position och storlek på formen.
Släpp musknappen när du är klar.</p>
<p>Du kan flytta och ändra storlek på befintliga former när du har valt markeringsvertyget <kbd>ESC</kbd> i verktygsfältet.<br>För varje typ av element finns olika val att kunna ändra utseendet på elementet (e.g. tjocklek och färg på linje, fyllnadsfärg). Du kan ändra dessa val på ett existerande element efter att du har valt det, men också för nästa element skall bli uppritat efter att ha valt ett ritverkyg.</p>
<p class="hint">Du kan välja flera element och redigera samtidigt. För att välja flera element, håll ner tangenten <kbd>Shift</kbd> medan du klickar på de olika elementen.</p>
<a name="editor-text"></a>
<h3>Lägga till text</h3>
<p>Användandet av textverktyget <kbd>T</kbd> är liknande det för <a href="#editor-shapes">former</a>. Rita upp textelementet till önskad storlek, och skriv sedan in texten.<br>
Dubbelklicka på ett befintligt textelement för att redigera texten.</p>
<a name="editor-highlight"></a>
<h3>Belysning av delar</h3>
<p>När du har valt belysningsverktyget <kbd>H</kbd>, kan du välja en yta att belysas på exakt samma sätt som du skulle rita upp en <a href="#editor-shapes">form</a>.<br>
Det finns flera val för belysning, som du kan välja mellan genom att klicka på knappen allra längst till vänster i det övre verktygsfältet:</p>
<ul>
<li><em>Belys text</em> :: Belyser en yta genom att lägga till en ljus färg till den, precis som belysningsverkyg i office-program</li>
<li><em>Belys yta</em> :: Skapar oskärpa<a href="#hint-blur">*</a> och gör allting utanför den valda ytan mörktonad</li>
<li><em>Gråskala</em> :: Allting utanför den valda ytan ändras till gråskala</li>
<li><em>Förstora</em> :: Den valda ytan kommer att vissa förstorad</li>
</ul>
<p class="editors_note">Kommentar: &quot;<b>Belysning</b>&quot; är det man kallar för &quot;<b>Highlight</b>&quot;.</p>
<a name="editor-obfuscate"></a>
<h3>&quot;Blurra&quot; olika delar</h3>
<p>&quot;Blurrning&quot; av olika delar på skärmbilden är en bra att kunna göra om det t ex innehåller olika slags data som inte är avsedd för andra att ta del av, (e.g. bankkontonr, namn, lösenord eller ansikten på bilder).<br>
Använd &quot;blurrningsverktyget&quot; <kbd>O</kbd> på samma sätt som <a href="#editor-highlight">belysning</a>sverktyget
tool.<br>
Tillgängliga val för &quot;blurrning&quot; är:</p>
<ul>
<li><em>Pixling</em> :: Ökar pixlarnas storlek på den valda ytan</li>
<li><em>Oskärpa</em><a href="#hint-blur">*</a> :: Gör den valda yta oskarp/suddig</li>
</ul>
<a name="hint-blur"></a>
<p class="hint"> * Beroende på din dators prestanda, kan Greenshot's bildredigerare slöas ner något då du lägger till oskärpa. Om du upplever att bildredigeraren blir slöare så fort du lägger till oskärpa, kan du försöka med att minska värdet för <em>Förhandsgranskning :: kvalitet</em> i verktygsfältet eller minska <em>Oskärpa :: styrka</em>.<br>
Om infogandet av oskärpa förtfarande är för långsamt/dåligt, kanske du borde använda Pixeleffekten istället.</p>
<p class="editors_note">Kommentar: Det Engelska ordet för &quot;<b>Blurra</b>&quot; är &quot;Obfuscate&quot;, vilket det inte finns något eg. bra Svenskt ord för, eller..? :) &quot;Blurrning&quot; är ett ord man ibland hör i TV-sammanhang, och du har säkert sätt på TV någon gång hur dem har &quot;blurrat&quot; delar av bilden - en logotyp, nakna kroppsdelar osv. Det är vad &quot;blurrning&quot; är.</p>
<a name="editor-crop"></a>
<h3>Beskära skärmbilden</h3>
<p>Om du bara behöver en del av skärmbilden du har gjort - använd verktyget för beskärning <kbd>C</kbd> för att skala ner det till önskat yta.<br>
När du har valt verktyget - rita en rektangel över den ytan av skärmbilden du vill ha kvar. Du kan ändra storlek på ytan precis som med alla andra element.<br>
När du gjort klart din yta som skall beskäras, klicka på konfirmera i verktygsfältet, eller använd tangenten <kbd>Enter</kbd>. Du kan avbryta beskärningen genom att klicka på knappen avbryt eller tangenten <kbd>ESC</kbd>.</p>
<a name="editor-reuse-elements"></a>
<h3>Återanvända uppritade element</h3>
<p>Om du upptäcker att du som oftast använder samma eller liknande element till de flesta av dina skärmbilder (e.g. ett text fält som innehåller webläsarens namn och version, eller &quot;blurrar&quot; samma element på flera skärmbilder) kan du återanvända elementen.<br>
Välj <em>Spara objekt till fil</em> från menyn <em>Objekt</em> för att spara det aktuella elementet för att återanvända senare. <em>Ladda objekt från fil</em> använder samma element på en annan skärmbild.</p>
<a name="editor-export"></a>
<h3>Exportera skärmbilden</h3>
<p>Efter att du har redigerat din skärmbild, kan du exportera det färdiga resultatet till olika användingar, beroende på ditt behov. Du kommer åt de olika valen för export i menyn <em>Arkiv</em>, in det översta verktygsfältet eller via kortkommandon:</p>
<ul>
<li><em>Spara</em> <kbd>Ctrl</kbd> + <kbd>S</kbd> :: Sparar bilden till en fil (om bilden redan är sparad, annars visas dialogrutan <em>Spara som...</em>)</li>
<li><em>Spara som...</em> <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd> :: Där du kan välja ny/annan mapp, filnamn och bildformat för att spara filen.</li>
<li><em>Kopiera bild till klippminnet</em> <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd> :: Spara en kopia av bilden i datorns klippminne, som du sedan kan använda för att t ex klistra in i andra program.</li>
<li><em>Skriv ut...</em> <kbd>Ctrl</kbd> + <kbd>P</kbd> :: Skickar bilden till en skrivare för utskrift</li>
<li><em>Email</em> <kbd>Ctrl</kbd> + <kbd>E</kbd> :: Öppnar ett nytt meddeland i ditt förvalda epostprogram, och lägger till bilden som &quot;bifogad fil&quot;</li>
</ul>
<p class="hint">När du har sparat en bild i bildredigeraren, högerklicka på statusraden nertill i redigeraren fönster för att antingen kopiera bildens sökväg eller för att öppna mappen med skärmbilden i Windows Explorer.</p>
<a name="settings"></a>
<h2>Dialogruta &middot; Inställningar</h2>
<a name="settings-general"></a>
<h3>Allmänna inställningar</h3>
<ul>
<li><em>Språk</em> :: Det språk du föredrar att använda.<br>
Du kan ladda ner ytterligare språkfiler för Greenshot <a href="http://getgreenshot.org/downloads/#post-5" title="http://getgreenshot.org/downloads/">här</a>. </li>
<li><em>Registrera kortkommandon</em> :: Om denna är i kryssad, så kan Greenshot använda tangenten <kbd>Print</kbd>.</li>
<li><em>Dra igång Greenshot när datorn startas</em> :: Startar när systemet har laddats in.</li>
<li><em>Visa blixt</em> :: En visuell bekräftelse på att bilden togs</li>
<li><em>Spela upp kameraljud</em> :: En hörbar bekräftelse på att bilden togs</li>
<li><em>Inkludera markören</em> :: Om denna är i kryssad, kommer även markören med på bild. Markören hanteras i ett eget element i bildredigeraren, och kan på så sätt tas bort vid ett senare tillfälle.</li>
<li><em>Använd det interaktiva fönstret</em> :: Istället för att på en gång ta en bild av det aktiva fönstret så gör det interaktiva fönstret att du kan välja vilket fönster du vill göra en bild av. Det är också möjligt att ta bild på underliggande fönster, se <a href="#capture-window">Bild på fönster</a>.</li>
</ul>
<a name="settings-output"></a>
<h3>Fil-/bildinställningar</h3>
<ul>
<li><em>Mapp för lagring</em> :: Här kan du välja mapp(ar) för dina bilder att läggas i efter att du tagit dem.</li>
<li><em>Önskade inställningar för fil/bild</em> :: Mapp och filnamn som skall användas när man sparar direkt, eller blir föreslagna när man sparar (när man använder &quot;Spara som...&quot;). Klicka på <b><em>?</em></b> för att lära dig mer om platshållare och hur dem kan användas till filen/filnamnet.</li>
<li><em>JPEG-inställningar</em> :: Den kvalitet som skall användas för att spara bilder som JPEG</li>
</ul>
<a name="settings-printer"></a>
<h3>Utskriftsinställningar</h3>
<ul>
<li><em>Förminska/anpassa utskriften till papprets storlek</em> :: Om bilden är större än papprets storlek - förminskas bilden för att passa in på sidan.</li>
<li><em>Förstora/anpassa utskriften till papprets storlek</em> :: Om bilden är mindre än papprets storlek - kommer bilden anpassas för att bli utskriven så stor som möjligt, utan att vara större än papprets storlek.</li>
<li><em>Rotera utskriften till sidans orientering</em> :: Roterar en bild i liggande format med 90&deg; för utskriften.</li>
</ul>
<a name="help"></a>
<h2>Vill du hjälpa till?</h2>
<p>För närvarande behöver vi ingen hjälp med själva utvecklingen. Däremot finns det ett flertal saker du kan göra för att stödja Greenshot utvecklingsteamet.<br>
Tack på förhand :)</p>
<a name="help-donate"></a>
<h3>Överväg en donation</h3>
<p>Vi lägger ner otroligt mycket arbete med Greenshot och spenderar en hel del tid på att ett pra program som är gratis, med öppen källkod. Om programmet får dig att bli mer produktiv, och sparar dig och/eller din arbetsplats både tid och pengar, eller om du helt enkelt bara gillar Greenshot och idén med öppna källkodsprogram... Överväg gärna då att uppskatta vårt arbete med en donation.<br>
Besök vår webplats för att se hur du kan stödja Greenshot's utvecklingsteam:<br>
<a href="http://getgreenshot.org/support/" title="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a></p>
<a name="help-spread"></a>
<h3>Sprid budskapet</h3>
<p>Om du gillar Greenshot, låt folk få veta det. Berätta för dina vänner och kollegor om Greenshot. Dina Facebook-/Twittervänner med... :)<br>
Rösta/gradera Greenshot på olika mjukvaruportaler eller lägg en länk till oss på din blog eller webplats.</p>
<a name="help-translate"></a>
<h3>Skicka in en översättning</h3>
<p>Finns inte Greenshot i på ditt språk? Om du känner dig upplagd för att översätta en bit av ett program, så är du mer än välkommen.
Om du är registrerad användare på <b>sourceforge.net</b>, kan du skicka översättningar till oss via vår &quot;<a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020" title="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>&quot;.<br>
Försäkra dig om att det inte redan finns en existerande översättning på vår <a href="http://getgreenshot.org/downloads/#post-5" title="http://getgreenshot.org/downloads/">nerladdningssida</a>. Kontrollera även &quot;<a href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020" title="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations trackern</a>&quot;. Det kan finnas en pågående översättning, eller åtminstone en diskussion.<br>
Var vänlig att notera att vi endast kommer att lägga ut en övesättning på vår nerladdningssida om den blev inskickad via ditt användarkonto på sourceforge.net. Eftersom vi förmodligen inte kommer kunna att förstå din översättning, så är det bra för andra sourceforgeanvändare att kunna ta kontakt med dig angående ändringar/förbättringar då det kommer en ny version av Greenshot.</p>
<p><small style="color: #999;">Svensk översättning av Eric F :: April 9, 2011</small></p>
</body>
</html>

View file

@ -1,337 +0,0 @@

<html>
<head>
<title>Greenshot Yardımı</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
em {padding-right:0.2em;}
</style>
</head>
<body>
<h1>Greenshot Yardımı</h1>
<small>Version 0.8 Yardım içeriğini Türkçe'ye çeviren Kaya Zeren</small>
<h2>İçindekiler</h2>
<ol>
<li><a href="#screenshot">Bir ekran görüntüsünü yakalamak</a></li>
<ol>
<li><a href="#capture-region">Yakalanacak bölge</a></li>
<li><a href="#capture-last-region">Son bölgeyi yakala</a></li>
<li><a href="#capture-window">Pencereyi yakala</a></li>
<li><a href="#capture-fullscreen">Tüm ekranı yakala</a></li>
</ol>
<li><a href="#editor">Görüntü düzenleyicinin kullanımı</a></li>
<ol>
<li><a href="#editor-shapes">Şekil çizilmesi</a></li>
<li><a href="#editor-text">Yazı eklenmesi</a></li>
<li><a href="#editor-highlight">Nesnelerin vurgulanması</a></li>
<li><a href="#editor-obfuscate">Obfuscating things</a></li>
<li><a href="#editor-crop">Ekran görüntüsünün traşlanması</a></li>
<li><a href="#editor-reuse-elements">Re-using drawn elements</a></li>
<li><a href="#editor-export">Ekran görüntüsünün verilmesi</a></li>
</ol>
<li><a href="#settings">Ayarlar penceresi</a></li>
<ol>
<li><a href="#settings-general">Genel ayarlar</a></li>
<li><a href="#settings-output">Dosya ayarları</a></li>
<li><a href="#settings-printer">Yazıcı ayarları</a></li>
</ol>
<li><a href="#help">Yardımcı olmak ister misiniz?</a></li>
<ol>
<li><a href="#help-donate">Bağış yapmayı düşünün</a></li>
<li><a href="#help-spread">Dünyaya yayın</a></li>
<li><a href="#help-translate">Kendi dilinize çevirin</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>Bir ekran görüntüsü yakalamak</h2>
<p>
Bir ekran görüntüsünü klavyenizdeki <kbd>Print</kbd> tuşuna basarak
veya sistem tepsisindeki Greenshot simgesine sağ tıklayarak yakalayabilirsiniz.<br>
Bir kaç farklı ekran görüntüsü yakalama yöntemi vardır:
</p>
<a name="capture-region"></a>
<h3>Bölge yakalama <kbd>Print</kbd></h3>
<p>
Bölge yakalama kipi ekranın bir bölümünü işaretleyip yakalamanızı sağlar.<br>
Bölge kipini seçtikten sonra fare imlecinin yerinde bir artı işareti görürsünüz.
Bu işareti yakalamak istediğiniz ekran bölümünün bir köşesine tıklayıp basılı
tutun ve diğer köşeye çekerek bir dikdörtgen çizin. İstediğiniz bölgeyi seçtiğinizde
fare tuşunu bırakın.
</p>
<p class="hint">
Klavyedeki <kbd>Boşluk</kbd> tuşunu kullanarak bölge ve
<a href="#capture-window">pencere</a> yakalama kipi arasında geçiş yapabilirsiniz.
</p>
<p class="hint">
Kesin bir bölgeyi yakalamak istiyorsanız biraz daha geniş bir alanı seçip yakaladıktan
sonra Greenshot görüntü düzenleyicide <a href="#editor-crop">kırpma</a> işlemini yapmak
kolaylık sağlar.
</p>
<a name="capture-last-region"></a>
<h3>Son bölgeyi yakala <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
<p>
Eğer daha önce bir <a href="#capture-region">bölge yakalama</a> veya
<a href="#capture-window">pencere yakalama</a> işlemi yaptıysanız aynı bölgeyi
yeniden yakalamak için bu seçeneği kullanın.
</p>
<a name="capture-window"></a>
<h3>Pencere yakala <kbd>Alt</kbd> + <kbd>Print</kbd></h3>
<p>
Etkin pencerenin ekran görüntüsünü yakalar.
</p>
<p class="hint">
<a href="#settings">Ayarlar</a> bölümünden doğrudan etkin pencereyi
yakalamayı veya etkileşimli olarak istediğiniz pencereye tıklayarak
yakalamayı seçebilirsiniz. Bu seçenek seçildiğinde,
<a href="#capture-region">bölge kipindeki</a> gibi bir pencereyi tıklayarak
seçebilirsiniz. Greenshot yakalanacak bölgeyi vurgulayacaktır.<br>
Eğer yakalanmasını istediğiniz bir alt pencereyse (araç çubukları olmadan bir
tarayıcı görünümü, veya bir web sayfasının bir çerçevesi gibi) fare imlecini
pencerenin üzerine getirip <kbd>PgDown</kbd> tuşuna basın. Bunu yaptıktan sonra
pencerenin alt ögelerini seçerek yakalayabilirsiniz.
</p>
<a name="capture-fullscreen"></a>
<h3>Tüm ekranı yakala <kbd>Control</kbd> + <kbd>Print</kbd></h3>
<p>
Ekrandaki tüm görüntüyü yakalar.
</p>
<a name="editor"></a>
<h2>Görüntü düzenleyiciyi kullanmak</h2>
<p>
Greenshot kolay kullanılan, not ve şekil ekleme özellikleri olan
bir görüntü düzenleyici ile birlikte gelir. Ayrıca ekran görüntünüzün
vurgulanması veya bulanıklaştırılmasını sağlayan işlevleri vardır.
</p>
<p class="hint">
Greenshot görüntü düzenleyici yalnızca ekran görüntüleri için kullanılmayabilir.
Başka resim dosyaları ve panoya kopyalanmış resimleri de düzenleyebilirsiniz.
Bunu yapmak için sistem tepsisindeki Greenshot simgesine sağ tıklayın ve
<em>Dosyadaki görüntüyü aç</em> veya <em>Panodaki görüntüyü aç</em> komutunu seçin.
</p>
<p class="hint">
Varsayılan olarak, görüntü düzenleyici, bir ekran görüntüsü yakalandığında açılır
Eğer görüntü düzenleyiciyi kullanmak istemiyorsanız <a href="#settings">ayarlar</a>
bölümünden devre dışı bırakabilirsiniz.
</p>
<a name="editor-shapes"></a>
<h3>Şekillerin çizilmesi</h3>
<p>
Görüntü düzenleyicinin sol tarafındaki araç çubuğundan veya <em>Nesne</em> menüsünden
şekil çizme araçlarından birini seçin. Ayrıca daha rahat kullanabilmek için her bir
araca bir tuş atanmıştır.<br>
Kullanılabilecek şekiller: dikdörtgen <kbd>R</kbd>, elips <kbd>E</kbd>, çizgi <kbd>L</kbd>
ve oktur <kbd>A</kbd>.<br>
Fare tuşuna basılı tutup sürükleyerek şekilin konumu ve boyutunu belirleyebilirsiniz.
Şekli çizmeyi bitirdiğinizde fare tuşunu bırakın.
Click, hold down the mouse button and drag to define position and size of the shape.
Release the mouse button when you are done.
</p>
<p>
Varolan şekilleri taşımak ve yeniden boyutlandırmak için araç çubuğundaki
seçme aracını <kbd>ESC</kbd> kullanabilirsiniz.<br>
Her şekil tipi için, çizgi kalınlığı, çizgi rengi, arkaplan rengi gibi değiştirebileceğiniz
farklı özellikler vardır. Varolan bir şekli seçtikten sonra ayarlarını değiştirebilirsiniz.
Yaptığınız ayarlar kalıcı olur ve daha sonra çizeceğiniz aynı tipteki şekiller bu ayarlarla
çizilir.
</p>
<p class="hint">
Aynı anda bir kaç şekli de düzenleyebilirsiniz. Birden fazla şekli seçmek için
<kbd>Harf kaydırma (Shift)</kbd> tuşuna basılı tutarken şekillere tıklayın.
</p>
<a name="editor-text"></a>
<h3>Yazı ekleme</h3>
<p>
Yazı aracının <kbd>T</kbd> kullanımı <a href="#editor-shapes">şekil</a> araçlarına çok benzer.
İstediğiniz boyda bir yazı nesnesi çizin ve yazıyı yazın.<br>
Varolan bir yazı nesnesini düzenlemek için üzerinde çift tıklayın.
</p>
<a name="editor-highlight"></a>
<h3>Bölgelerin vurgulanması</h3>
<p>
Vurgulama aracını seçtikten sonra <kbd>H</kbd>, vurgulamak istediğiniz alanı bir
<a href="#editor-shapes">sekil</a> çizer gibi belirleyebilirsiniz.<br>
Vurgulanacak alanın nasıl gösterileceği ile ilgili bir kaç seçeneğiniz vardır.
Bunları üst araç çubuğunun en solundaki düğmeye tıklayarak görebilirsiniz. :
</p>
<ul>
<li><em>Yazıyı vurgula</em>: Bir bölgeyi fosforlu bir kalemle işaretlenmiş gibi parlak bir
renkle işaretler</li>
<li><em>Bölgeyi vurgula</em>: Seçili alanın dışındaki her şeyi bulanıklaştırır<a href="#hint-blur">*</a> ve karartır</li>
<li><em>Gritonlama</em>: Seçili alanın dışındaki her şey gritonlanır</li>
<li><em>Büyüt</em>: Seçili alan büyütülmüş olarak gösterilir</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>Karartma</h3>
<p>
Ekran görüntüsünde ad, parola, resim gibi başkalarının görmesini istemediğiniz bilgiler varsa bunları
karartmak iyi bir fikirdir.<br>
Karartma aracını <kbd>O</kbd> <a href="#editor-highlight">vurgulama</a> aracı ile aynı şekilde
kullanabilirsiniz.<br>
Karatma için kullanabileceğiniz seçenekler şunlardır:
</p>
<ul>
<li><em>Pikselleştir</em>: Seçili alandaki piksel boyutunu büyütür</li>
<li><em>Bulanıklaştır</em><a href="#hint-blur">*</a>: Seçili alanı bulanıklaştırır</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* Bilgisayarınızın başarımına bağlı olarak bulanıklaştırma işlemi Greenshot görüntü
düzenleyiciyi yavaşlatabilir. Bulanıklaştırmayı uygular uygulamaz görüntü düzenleyicinin
yavaşladığını hissederseniz, araç çubuğundan <em>Önizleme kalitesi</em>
veya <em>Bulanıklaştırma çapı</em> değerini küçültün.<br>
Başarım hala çalışılamayacak kadar kötüyse, bulanıklaştırma yerine pikselleştirme
etkisini kullanabilirsiniz.
</p>
<a name="editor-crop"></a>
<h3>Ekran görüntüsünün kırpılması</h3>
<p>
Yakaladığınız ekran görüntüsünün yalnızca bir bölümünü kullanacaksanız, istediğiniz
bölgeyi kırpmak için kırpma aracını <kbd>C</kbd> kullanın.
Kırpma aracını seçtikten sonra elinizde kalmasını istediğiniz bölümü bir dikdörtgen
çizerek seçin. Seçtiğiniz bölgeyi diğer nesnelerde olduğu gibi yeniden
boyutlandırabilirsiniz.<br>
Seçiminizi tamamladığınızda üst araç çubuğunda soldaki onaylama düğmesine tıklayın ya da
<kbd>Enter</kbd> tuşuna basın. Kırpma işlemini iptal etmek için iptal düğmesine tıklayın
ya da <kbd>ESC</kbd> tuşuna basın.
</p>
<a name="editor-reuse-elements"></a>
<h3>Çizilmiş şekillerin yeniden kullanılması</h3>
<p>
Ekran görüntülerinizde sık sık aynı veya benzer şekilleri kullanıyorsanız (tarayıcı tipi
ve sürümünün yazdığı bir yazı alanı veya bir kaç ekran görüntüsünde bulanıklaştırılmış aynı
şekiller gibi) nesneleri yeniden kullanabilirsiniz.<br>
<em>Nesne</em> menüsünden <em>Nesneleri dosyaya kaydet</em> seçeneğini seçerek kullandığınız
nesne takımını daha sonra yine kullanabilmek için kaydedebilirsiniz.
<em>Dosyadan nesneleri yükle</em> seçeneği ile aynı nesneleri başka bir ekran görüntüsüne
uygulayabilirsiniz.
</p>
<a name="editor-export"></a>
<h3>Ekran görüntüsünün aktarılması</h3>
<p>
Ekran görüntüsünü düzenledikten sonra sonucu farklı amaçlarla aktarmak isteyebilirsiniz.
Tüm aktarma seçeneklerini <em>Dosya</em> menüsünden, en üstteki araç çubuğundan veya
kısayol tularından ulaşabilirsiniz.
</p>
<ul>
<li><em>Kaydet</em> <kbd>Control</kbd> + <kbd>S</kbd>: Görüntüyü bir dosyaya kaydeder(eğer görüntü zaten kaydedildiyse <em>Farklı kaydet...</em> penceresini gösterir</li>
<li><em>Farklı kaydet...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>: Kaydedilecek dosyanın yeri, adı ve görüntü biçimi </li>
<li><em>Görüntüyü panoya kopyala</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>: Görüntünün bir kopyasını panoya alır. Böylece ekran görüntüsünü başka programlara yapıştırabilirsiniz</li>
<li><em>Yazdır...</em> <kbd>Control</kbd> + <kbd>P</kbd>: Görüntüyü yazıcıya gönderir</li>
<li><em>E-posta</em> <kbd>Control</kbd> + <kbd>E</kbd>: Varsayılan e-posta programınızı açarak, gönderilmek üzere görüntünün ekli olduğu yeni bir ileti oluşturur</li>
</ul>
<p class="hint">
Düzenleyicideki bir görüntüyü kaydettikten sonra alttaki durum çubuğuna sağ tıklayarak,
dosya yolunu panoya kopyalayabilir ya da dosyanın kopyalandığı klasörü windows gezgininde
açabilirsiniz.
</p>
<a name="settings"></a>
<h2>Ayarlar penceresi</h2>
<a name="settings-general"></a>
<h3>Genel ayarlar</h3>
<ul>
<li><em>Dil</em>: Programı kullanmayı tercih ettiğiniz dil.<br>
Greenshot için kullanılabilecek diğer dilleri <a target="_blank" href="http://getgreenshot.org/downloads/">buradan indirebilirsiniz</a>. </li>
<li><em>Kısayol tuşlarını devral</em>: İşaretlediğinizde, Greenshot <kbd>Print</kbd> tuşu ile kullanılabilir.</li>
<li><em>Windows başlangıcında çalıştır</em>: Bilgisayar başlatıldığında programı çalıştır.</li>
<li><em>Flaş etkisi</em>: Ekran yakalarken görsel flaş çakması etkisi oluşturur</li>
<li><em>Kamera sesi</em>: Ekran yakalarken işitsel kamera sesi etkisi oluşturur</li>
<li><em>Fare imlecini de yakala</em>: İşaretlediğinizde fare imleci de yakalanır. İmleç görüntü düzenleyicide ayrı bir nesne olarak görüntülenir. Böylece daha sonra taşıyabilir ya da silebilirsiniz.</li>
<li><em>Etkileşimli pencere yakalama kipini kullan</em>: Etkileşimli kip, doğrudan etkin ekranı yakalamak yerine, yakalamak istediğiniz pencereyi seçmenize olanak tanır. Bu şekilde ayrıca alt pencereler de yakalanabilir. Ayrıntılar için <a href="#capture-window">pancere yakala</a> bölümüne bakın.</li>
</ul>
<a name="settings-output"></a>
<h3>Çıkış ayarları</h3>
<ul>
<li><em>Yakalanan ekran görüntüsünün hedefi</em>: Ekran görüntüsü yakalandıktan sonra bir ya da bir kaç hedefe gönderebilirsiniz.</li>
<li><em>Çıkış dosyası ayarları</em>: Doğrudan kaydederken veya farklı kaydet penceresinde gösterilecek klasör ve dosya adı. <em>?</em> düğmesine tıklayarak dosya adı biçiminde kullanılabilen ifadeler hakkında ayrıntılı bilgi alabilirsiniz.</li>
<li><em>JPEG ayarları</em>: JPEG dosyaları kaydedilirken kullanılacak kalite ayarları</li>
</ul>
<a name="settings-printer"></a>
<h3>Yazıcı ayarları</h3>
<ul>
<li><em>Sayfaya sığacak şekilde daralt</em>: Eğer görüntü kağıt boyutundan taşıyorsa sayfaya sığacak şekilde daraltılır.</li>
<li><em>Sayfaya sığacak şekilde genişlet</em>: Eğer görüntü kağıt boyutundan küçükse sayfaya sığacak şekilde büyütülür</li>
<li><em>Görüntüyü sayfa duruşuna göre döndür</em>: Yatay biçimli bir görüntüyü yazdırmak için 90 derece döndürür.</li>
</ul>
<a name="help"></a>
<h2>Yardım etmek mi istiyorsunuz?</h2>
<p>
Şu anda geliştirme içinb yardıma gerek yok. Ancak Greenshot ve geliştirme takımını desteklemek
için yapabileceğiniz bir kaç şey var.<br>
Teşekkürler :)
</p>
<a name="help-donate"></a>
<h3>Bağış yapmayı düşünün</h3>
<p>
Greenshot gibi iyi bir yazılımı ücretsiz ve açık kaynaklı olarak sunmak için
oldukça çok emek harcıyoruz. Üretkenliğinize katkıda bulunduğuna inanıyorsanız, size
veya kurumunuza para ve zaman kazandırıyorsa ya da Greenshot ve açık kaynak felsefesinden
hoşlanıyorsanız lütfen bağış yaparak emeklerimize saygı gösterin.<br>
Greenshot geliştirici takımını nasıl destekleyeceğinizi görmek için web sitemize bakın:<br>
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>Yayılmasına yardım edin</h3>
<p>
Greenshot hoşunuza gittiyse, tanıdıklarınıza anlatın ve onların da yararlanmasını sağlayın.<br>
Yazılım yorumlama sitelerinde bahsedin ve blogunuz veya web sitenizden bağlantı verin.
</p>
<a name="help-translate"></a>
<h3>Kendi dilinize çevirin</h3>
<p>
Greenshot sizin dilinizi konuşmuyor mu? Eğer bir yazılımı çevirebileceğinizi düşünüyorsanız
hoşgeldinden fazlasını hakediyorsunuz.
Eğer kayıtlı bir sourceforge.net üyesi iseniz, çevirilerinizi
<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">çeviri izleyicimize</a> gönderbilirsiniz.<br>
Öncesinde
<a target="_blank" href="http://getgreenshot.org/downloads/">indirme sayfasından</a> dilinizde bir çeviri olmadığından emin olun. Ayrıca <a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">çeviri izleyicimizden</a> de durumu denetleyin.
Dilinizde bir çeviri çalışması planlanıyor veya yapılıyor olabilir.<br>
Çevirileri indirme sayfalarımızda ancak sourceforge.net kullanıcı hesabınızla gönderdiyseniz
yayınlayacağız. Böylece bizler çevirinizi büyük olasılıkla anlayamayacağımız için diğer sourceforge.
net kullanıcılarının sizinle iletişim kurması veya yeni sürümlerin çevirisini güncellenmek için
devreye girebilmesi sağlanacak.
</p>
</body>
</html>

View file

@ -1,288 +0,0 @@

<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8"/>
<title>Greenshot帮助</title>
<style>
* {
font-family: Tahoma, Arial, Sans-serif;
}
h1 {font-size:16px;}
h2 {font-size:14px;color:#009900;margin-top:24px;}
h3 {font-size:12px;margin-top:18px;}
small {font-size:10px;}
p, li {font-size:12px;line-height:1.5em}
a:link, a:hover, a:visited, a:active {color:#009900;}
kbd {background-color:#dddddd;border:1px solid #bbbbbb;padding:0 2px;border-radius:2px;}
p.hint {background-color:#ffffdd;border:1px solid #ddddbb;padding:5px;}
em {padding-right:0.2em;}
</style>
</head>
<body>
<h1>Greenshot帮助</h1>
<!--
Note to translator: uncomment entry below to have your effort honored
-->
<small>版本 0.8 简体中文翻译uralhan</small>
<h2>内容</h2>
<ol>
<li><a href="#screenshot">创建一个抓图</a></li>
<ol>
<li><a href="#capture-region">抓取屏幕的一部分</a></li>
<li><a href="#capture-last-region">抓取上次选择的区域</a></li>
<li><a href="#capture-window">抓取窗口</a></li>
<li><a href="#capture-fullscreen">抓取全屏</a></li>
</ol>
<li><a href="#editor">使用图片编辑器</a></li>
<ol>
<li><a href="#editor-shapes">绘制形状</a></li>
<li><a href="#editor-text">添加文字</a></li>
<li><a href="#editor-highlight">高亮显示</a></li>
<li><a href="#editor-obfuscate">模糊效果</a></li>
<li><a href="#editor-crop">裁剪抓图</a></li>
<li><a href="#editor-reuse-elements">重复使用物件</a></li>
<li><a href="#editor-export">导出抓图</a></li>
</ol>
<li><a href="#settings">设置对话框</a></li>
<ol>
<li><a href="#settings-general">常规设置</a></li>
<li><a href="#settings-output">输出设置</a></li>
<li><a href="#settings-printer">打印机设置</a></li>
</ol>
<li><a href="#help">您愿意帮助我们吗?</a></li>
<ol>
<li><a href="#help-donate">考虑一下捐助</a></li>
<li><a href="#help-spread">广而告之</a></li>
<li><a href="#help-translate">提交一个翻译</a></li>
</ol>
</ol>
<a name="screenshot"></a>
<h2>创建一个抓图</h2>
<p>
你可以使用键盘上的<kbd>Print</kbd>按键或者右键点击Greenshot的系统托盘图标来创建一个抓图。<br>
在创建抓图时还可以设置一些选项:
</p>
<a name="capture-region"></a>
<h3>抓取屏幕的一部分<kbd>Print</kbd></h3>
<p>
抓取部分屏幕模式允许你选择需要抓取屏幕的某个部分。<br>
开始抓取部分屏幕以后,你将看到屏幕上的鼠标变成了一个十字准星。
在你想抓取的区域的一角按住鼠标,拖动鼠标画出一个矩形框。
当你想要抓取的区域被矩形框包含以后,松开鼠标。
</p>
<p class="hint">
你可以使用<kbd>Space</kbd>按键(空格键)在抓取部分屏幕和
<a href="#capture-window">抓取窗口</a>模式之间进行切换。
</p>
<p class="hint">
如果你想抓取更精确的区域一种简单的方式是你可以先抓取一个较大的区域然后使用Greenshot的图片编辑工具在初始的抓图上进行<a href="#editor-crop">裁剪</a>
</p>
<a name="capture-last-region"></a>
<h3>抓取上次选择的区域 <kbd>Shift</kbd> + <kbd>Print</kbd></h3>
<p>
如果你刚刚使用了<a href="#capture-region">抓取屏幕的一部分</a>或者<a href="#capture-window">抓取窗口</a>操作,
则你可以使用这个功能再次抓取刚才抓过的区域。
</p>
<a name="capture-window"></a>
<h3>抓取窗口 <kbd>Alt</kbd> + <kbd>Print</kbd></h3>
<p>
创建一个抓图来抓取当前正在活动的程序窗口。
</p>
<p class="hint">
<a href="#settings">设置对话框</a>里提供了一个选项,可以允许你不仅仅只能抓取正在活动的程序窗口,还可以用交互式抓图来选择你想要抓的程序的窗口。如果此选项被选中,你可以通过点击来选中一个程序窗口(类似<a href="#capture-region">抓取屏幕的一部分</a>那样Greenshot会高亮显示会被抓取的区域<br>
如果你此时还希望仅抓取一个子窗口例如一个浏览器的菜单不包含工具条等或者是使用了框架结构的web页面的一个独立框架则移动鼠标到该窗口上并按下<kbd>PageDown</kbd>按键,然后你就可以选择该程序窗口的子元素,并进行抓图。
</p>
<a name="capture-fullscreen"></a>
<h3>抓取全屏 <kbd>Control</kbd> + <kbd>Print</kbd></h3>
<p>
创建一个全屏幕抓图。
</p>
<a name="editor"></a>
<h2>使用图片编辑器</h2>
<p>
Greenshot内置了一个易用的图片编辑器提供了一些方便的特色功能如在抓图上添加注释或者形状。甚至可以对抓图的某个部分进行高亮显示或是模糊化处理。
</p>
<p class="hint">
Greenshot的图片编辑器不仅仅可以在抓图时使用。你同样也可以用它打开一个来自文件或者剪贴板的图片。右键点击系统托盘中的Greenshot图标依次可以选择<em>从文件载入图片</em>或者<em>从剪切板载入图片</em>
</p>
<p class="hint">
默认情况下,每次抓取一个图像以后都会打开图片编辑器。如果你不想使用图片编辑器,你可以在<a href="#settings">设置对话框</a>中关闭此动作。
</p>
<a name="editor-shapes"></a>
<h3>绘制形状</h3>
<p>
在图片编辑器的工具条的左边或者<em>物件</em>菜单里选择一个形状绘制工具。
每一个形状工具都会有一个快捷键。<br>
可以使用的形状有:矩形<kbd>R</kbd>,椭圆<kbd>E</kbd>,直线<kbd>L</kbd>以及箭头<kbd>A</kbd><br>
点击,然后按住鼠标按钮拖动来定义形状的位置和尺寸,完成后松开鼠标即可。
</p>
<p>
选中工具栏的选择工具<kbd>ESC</kbd>以后,你可以对已存在的形状进行移动或者调整尺寸的操作。<br>
每一个物件类型都有可以自定义的特殊选项(例如,直线粗细,直线颜色,填充颜色)。
你可以选中并改变已经存在的物件的选项,但是要注意下一个同类物件的选项将遵循这个改变。
</p>
<p class="hint">
你可以同时选择多个物件进行编辑。按下<kbd>Shift</kbd>按键然后点击选中多个物件。
</p>
<a name="editor-text"></a>
<h3>添加文字</h3>
<p>
文字工具<kbd>T</kbd>的使用方法类似于<a href="#editor-shapes">绘制形状</a>工具。只要绘制一个你所需要大小的文字框,然后在其中输入文字。<br>
双击一个已经存在的文字框可以编辑里面的文字。
</p>
<a name="editor-highlight"></a>
<h3>高亮显示</h3>
<p>
选中高亮显示<kbd>H</kbd>工具,你可以定义一个区域高亮显示,类似绘制一个<a href="#editor-shapes">形状</a><br>
高亮显示操作还有一些选项可以在顶部工具栏的最左边进行设置:
</p>
<ul>
<li><em>高亮文字</em>:将一个区域使用选定的颜色进行高亮显示,就像在文件的文字中使用荧光笔标注。</li>
<li><em>高亮区域</em>:选中区域以外的全部图像都会变暗并且模糊<a href="#hint-blur">*</a>化。</li>
<li><em>灰阶</em>:选中区域以外的全部图像都会被变成灰阶图像。</li>
<li><em>放大</em>:选中区域会被放大显示。</li>
</ul>
<a name="editor-obfuscate"></a>
<h3>模糊效果</h3>
<p>
对抓图的一些部分进行模糊处理可以防止其它人看到你不希望他们看到的一些信息,例如,图片中的银行账号数据,人名,密码或者脸部。<br>
模糊工具<kbd>O</kbd>的使用方法类似于<a href="#editor-highlight">高亮显示</a>工具。<br>
可以使用的模糊效果选项有:
</p>
<ul>
<li><em>马赛克效果</em>:扩大选中区域的像素尺寸。</li>
<li><em>模糊效果</em><a href="#hint-blur">*</a>:使选中区域变得模糊不清。</li>
</ul>
<a name="hint-blur"></a>
<p class="hint">
* 由于依赖于你的电脑的性能使用一个模糊效果可能会降低Greenshot图片编辑器的运行速度。
如果你感觉图片编辑器进行模糊处理时突然变得非常慢,试试减少工具栏中<em>预览质量</em>的数值,或者
降低<em>模糊半径</em>的数值。<br>
如果模糊处理的性能一直都很糟糕,你可能需要考虑使用马赛克效果来代替这一操作。
</p>
<a name="editor-crop"></a>
<h3>裁剪抓图</h3>
<p>
如果你只需要已抓取图像的某一部分,可以使用这个工具<kbd>C</kbd>
来裁剪你需要的区域。<br>
选中裁剪工具以后,在抓图上你所希望保留的区域绘制一个矩形。你可以调整选择区域的尺寸大小,就像对其它物件操作一样。<br>
当你满意选择的区域以后,使用工具栏上的确认按钮或者按下<kbd>Enter</kbd>按键。如果你想取消裁剪,可以点击取消按钮或者按下<kbd>ESC</kbd>按键。
</p>
<a name="editor-reuse-elements"></a>
<h3>重复使用物件</h3>
<p>
如果你发现你会在大多数抓图中经常使用相同或者相似的物件(例如,一个包含浏览器类型和版本的文字框,或者在一些抓图中经常会模糊化同样的物件),你可以重复使用这些物件。<br>
<em>物件</em>菜单里选择<em>保存物件到文件</em>,可以将当前设定的物件保存下来以便在经后重复使用。
<em>从文件载入物件</em>可以在其它抓图中使用已经保存的物件。
</p>
<a name="editor-export"></a>
<h3>导出抓图</h3>
<p>
在完成抓图编辑之后,你可以将结果导出到任何你需要的地方。
你可以在<em>文件</em>菜单,顶部工具栏里找到全部的导出选项或者使用快捷键来操作:
</p>
<ul>
<li><em>保存</em> <kbd>Control</kbd> + <kbd>S</kbd>:保存图片到文件(如果这个图片之前已经被保存,否则会显示<em>另存为...</em>对话框)。</li>
<li><em>另存为...</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>S</kbd>:可以让你选择要保存为文件的路径,文件名,和图像格式。</li>
<li><em>复制图片到剪切板</em> <kbd>Control</kbd> + <kbd>Shift</kbd> + <kbd>C</kbd>:复制一个图片的拷贝到剪贴板,这样就可以在其它程序中粘贴。</li>
<li><em>打印...</em> <kbd>Control</kbd> + <kbd>P</kbd>:将图片进行打印。</li>
<li><em>编辑E-Mail</em> <kbd>Control</kbd> + <kbd>E</kbd> 打开你默认的电子邮件客户端创建一条新信息,并将抓图作为邮件附件</li>
</ul>
<p class="hint">
在编辑器中保存一个图片以后在编辑器窗口的底部状态栏里点击右键可以复制图片文件的保存路径到剪贴板或者也可以直接在Windows资源管理器中打开所保存到的文件夹。
</p>
<a name="settings"></a>
<h2>设置对话框</h2>
<a name="settings-general"></a>
<h3>常规设置</h3>
<ul>
<li><em>语言</em>:你希望使用的语言。<br>
你可以在<a target="_blank" href="http://getgreenshot.org/downloads/">这里</a>下载Greenshot额外的语言文件。</li>
<li><em>注册快捷键</em>如果选中则Greenshot将可以使用<kbd>Print</kbd>按键来抓图。</li>
<li><em>开机时自动启动Greenshot</em>当系统启动的时启动Greenshot程序。</li>
<li><em>抓屏时闪光</em>:抓图时发出闪光(闪光灯提示)。</li>
<li><em>抓屏时播放声音</em>:抓图时发出声音(快门声提示)。</li>
<li><em>抓取鼠标箭头</em>:如果选中,则鼠标箭头也会被抓取下来。
鼠标箭头在图片编辑器中将会被作为一个独立的物件,所以你可以稍后再移动或者删除它。</li>
<li><em>采用交互式抓图</em>:(抓取窗口模式)代替抓取正在活动窗口的方法,交互式抓取模式可以允许你选择需要抓取的程序的窗口。而且可以用来选择抓取程序的子窗口,请查看<a href="#capture-window">抓取窗口</a></li>
</ul>
<a name="settings-output"></a>
<h3>输出设置</h3>
<ul>
<li><em>抓图后的动作</em>:允许你选择一个抓取操作完成以后所进行的动作。</li>
<li><em>输出格式设定</em>:默认直接存储时或者使用保存(使用另存为对话框)操作时建议的文件名称和文件路径。
点击<em>?</em>号按钮来学习和了解更多可以在文件名格式中使用的符号。</li>
<li><em>JPEG 图像质量</em>保存为JPEG文件时候所使用的图像质量。</li>
</ul>
<a name="settings-printer"></a>
<h3>打印机设置</h3>
<ul>
<li><em>缩小图片以适应纸张大小</em>:如果图像大小超出了纸张的大小,则缩小图片的尺寸来适应纸张的尺寸。</li>
<li><em>放大图片以适应纸张大小</em>:如果图像大小远小于纸张的大小,则尽可能的放大图片来适应纸张的尺寸。</li>
<li><em>旋转图片</em>将图片旋转90度然后打印。</li>
</ul>
<a name="help"></a>
<h2>您愿意帮助我们吗?</h2>
<p>
目前我们在开发方面还不需要帮助。不过还有一些其它的方式来帮助和支持Greenshot及其开发小组。<br>
十分感谢 :)
</p>
<a name="help-donate"></a>
<h3>考虑一下捐助</h3>
<p>
我们把大部分工作都放在了Greenshot中并花费时间来提供这样一个不错的免费开源的软件。如果你感觉它帮助你提高了效率或者节省了你或者你的公司的时间和金钱或者你仅仅是喜欢Greenshot和开源软件精神请考虑一下用捐助的方式来赞助我们。<br>
请查看我们的主页了解如何赞助Greenshot开发小组<br>
<a target="_blank" href="http://getgreenshot.org/support/">http://getgreenshot.org/support/</a>
</p>
<a name="help-spread"></a>
<h3>广而告之</h3>
<p>
如果你喜欢Greenshot请告诉其他人比如你的朋友和同学以及你的跟随者有个好的开源的抓图/截图工具叫Greenshot。
:)<br>
在软件门户网站投票支持Greenshot或者在你的博客或网站添加一个Greenshot的主页的链接。
</p>
<a name="help-translate"></a>
<h3>提交一个翻译</h3>
<p>
Greenshot还没有支持你所使用的语言如果你觉得自己适合来为此软件制作一个翻译不用客气来做吧。
如果你已经在开源社区sourceforge.net注册你可以在我们的<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>提交你的翻译。<br>
但是请先确认在我们的<a target="_blank" href="http://getgreenshot.org/downloads/">下载页面</a>里还没有你使用的语言的翻译存在,同样请查看一下我们的<a target="_blank" href="https://sourceforge.net/tracker/?group_id=191585&atid=1368020">translations tracker</a>,是否已经有了正在进行中的翻译或者至少已经开始讨论。<br>
请注意我们只会在我们的下载页提供一个通过sourceforge.net提交的翻译因为我们没有能力去阅读所有的语言所以这样可以让其他用户能够联系到你并帮助你在下一个新版本的Greenshot的翻译中提出改进意见。
</p>
</body>
</html>

View file

@ -1,530 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Čeština" ietf="cs-CZ" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Czech translation: Zdeněk Chalupský, chalzd@gmail.com
</resource>
<resource name="application_title">
Greenshot - revoluční utilita pro snímání obrazovky
</resource>
<resource name="editor_drawrectangle">
Nakreslit obdélník (R)
</resource>
<resource name="editor_save">
Uložit
</resource>
<resource name="contextmenu_settings">
Předvolby...
</resource>
<resource name="settings_storagelocation">
Úložné místo
</resource>
<resource name="settings_title">
Nastavení
</resource>
<resource name="settings_tooltip_storagelocation">
Výchozí místo pro uložení snímků (ponechte prázdné pro uložení do počítače)
</resource>
<resource name="settings_language">
Jazyk
</resource>
<resource name="settings_filenamepattern">
Vzorové jméno souboru
</resource>
<resource name="settings_tooltip_language">
Jazyk uživatelského rozhraní Greenshot (vyžaduje restart)
</resource>
<resource name="settings_tooltip_filenamepattern">
Vzor pro generování souborů při ukládání snímků
</resource>
<resource name="settings_primaryimageformat">
Formát obrázku
</resource>
<resource name="settings_tooltip_primaryimageformat">
Výchozí formát obrázku
</resource>
<resource name="contextmenu_capturearea">
Oblast snímání
</resource>
<resource name="contextmenu_capturelastregion">
Zachycení poslední oblasti
</resource>
<resource name="contextmenu_exit">
Konec
</resource>
<resource name="settings_visualization">
Efekty
</resource>
<resource name="settings_playsound">
Přehrát zvuk uzávěrky fotoaparátu
</resource>
<resource name="settings_showflashlight">
Použít záblesk
</resource>
<resource name="error">
Chyba
</resource>
<resource name="error_nowriteaccess">
Nelze uložit soubor do {0}.
Zkontrolujte prosím dostupnost vybraného umístění.
</resource>
<resource name="contextmenu_capturefullscreen">
Zachytit celou obrazovku
</resource>
<resource name="editor_cuttoclipboard">
Vystřihnout
</resource>
<resource name="editor_copytoclipboard">
Kopírovat
</resource>
<resource name="editor_pastefromclipboard">
Vložit
</resource>
<resource name="about_title">
O programu Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot je ABSOLUTNĚ BEZ ZÁRUKY. Toto je svobodný software, můžete jej dále šířit za určitých podmínek.
Podrobnosti o GNU General Public License:
</resource>
<resource name="error_openlink">
Nelze otevřít odkaz.
</resource>
<resource name="error_save">
Nelze uložit snímek, prosím, zvolte vhodné místo.
</resource>
<resource name="about_icons">
Ikony z Yusuke Kamiyamane's Fugue icon set (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot hostuje na sourceforge.net
</resource>
<resource name="about_bugs">
Chyby hlašte, prosím, na
</resource>
<resource name="about_donations">
Pokud se vám Greenshot líbí, uvítáme Vaší podporu:
</resource>
<resource name="editor_imagesaved">
Obrázek uložen do {0}.
</resource>
<resource name="editor_storedtoclipboard">
Obrázek uložený do schránky.
</resource>
<resource name="editor_saveas">
Uložit jako...
</resource>
<resource name="editor_file">
Soubor
</resource>
<resource name="editor_edit">
Úpravy
</resource>
<resource name="editor_object">
Objekt
</resource>
<resource name="editor_drawellipse">
Nakreslit elipsu (E)
</resource>
<resource name="editor_drawtextbox">
Přidat textbox (T)
</resource>
<resource name="editor_deleteelement">
Odstranit
</resource>
<resource name="editor_selectall">
Vybrat vše
</resource>
<resource name="editor_copyimagetoclipboard">
Kopírovat obrázek do schránky
</resource>
<resource name="contextmenu_capturewindow">
Vybrat okno pro zachycení
</resource>
<resource name="editor_duplicate">
Duplikovat vybraný prvek
</resource>
<resource name="contextmenu_help">
Nápověda
</resource>
<resource name="contextmenu_about">
O programu Greenshot
</resource>
<resource name="editor_title">
Greenshot editor obrázků
</resource>
<resource name="settings_applicationsettings">
Nastavení aplikace
</resource>
<resource name="settings_preferredfilesettings">
Nastavení výstupního souboru
</resource>
<resource name="settings_skipimageeditor">
Přeskočit editor obrázků
</resource>
<resource name="settings_registerhotkeys">
Registrovat klávesové zkratky
</resource>
<resource name="settings_tooltip_registerhotkeys">
Definuje klávesové zkratky Prnt, Ctrl + Print, Alt + Prnt, které jsou vyhrazeny pro globální použití od startu Greenshotu, až po jeho ukončení.
</resource>
<resource name="editor_senttoprinter">
Tisková úloha byla zaslána na '{0}'.
</resource>
<resource name="editor_print">
Tisk
</resource>
<resource name="help_title">
Nápověda Greenshot
</resource>
<resource name="settings_jpegsettings">
Nastavení JPEG
</resource>
<resource name="settings_jpegquality">
Kvalita JPEG
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Zobrazit nastavení kvality JPEG při každém ukládání obrázku
</resource>
<resource name="jpegqualitydialog_title">
Kvalita Greenshot JPEG
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Prosím, vyberte nastavení kvality pro váš obrázek ve formátu JPEG.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Uložit JPEG ve výchozí kvalitě, nedotazovat se znovu
</resource>
<resource name="editor_forecolor">
Barva čáry
</resource>
<resource name="editor_backcolor">
Barva výplně
</resource>
<resource name="editor_thickness">
Tloušťka linky
</resource>
<resource name="colorpicker_title">
Výběr barvy
</resource>
<resource name="colorpicker_apply">
Použít
</resource>
<resource name="colorpicker_transparent">
Průhlednost
</resource>
<resource name="colorpicker_htmlcolor">
Barvy pro web (HTML)
</resource>
<resource name="colorpicker_red">
Červená
</resource>
<resource name="colorpicker_green">
Zelená
</resource>
<resource name="colorpicker_blue">
Modrá
</resource>
<resource name="colorpicker_alpha">
Alfa
</resource>
<resource name="colorpicker_recentcolors">
Naposledy použité barvy
</resource>
<resource name="editor_close">
Zavřít
</resource>
<resource name="warning">
Upozornění
</resource>
<resource name="warning_hotkeys">
Jeden nebo několik klávesových zkratek nemohlo být zapsáno. Proto neboudou klávesové zkratky pro Greenshot dostupné.
Tento problém je pravděpodobně způsoben dalším programem, používajícím stejných kombinací kláves.
Prosím ukončete, nebo deaktivujte software využívající tlačítko PrtSc. Také můžete využít výchozích funkcí Greenshotu prostřednictvím ikony v systémové oblasti.
</resource>
<resource name="settings_destination_editor">
Otevřít v editoru obrázků
</resource>
<resource name="settings_destination_printer">
Odeslat na tiskárnu
</resource>
<resource name="settings_destination_file">
Uložit přímo (pomocí nastavení viz níže)
</resource>
<resource name="settings_destination_clipboard">
Kopírovat do schránky
</resource>
<resource name="editor_drawline">
Nakreslit linku (L)
</resource>
<resource name="settings_destination">
Cíl snímku
</resource>
<resource name="editor_drawarrow">
Nakreslit šipku (A)
</resource>
<resource name="editor_arrowheads">
Tvar šipky
</resource>
<resource name="editor_arrowheads_start">
Počáteční bod
</resource>
<resource name="editor_arrowheads_end">
Koncový bod
</resource>
<resource name="editor_arrowheads_both">
Oba
</resource>
<resource name="editor_arrowheads_none">
Žádný
</resource>
<resource name="editor_obfuscate_mode">
Ztížení rozeznání obsahu
</resource>
<resource name="editor_highlight_mode">
Zvýraznit režim
</resource>
<resource name="error_multipleinstances">
Program Greenshot je již spuštěn.
</resource>
<resource name="settings_autostartshortcut">
Spustit Greenshot při startu
</resource>
<resource name="clipboard_inuse">
Greenshot nemohl zapisovat do schránky, je {0} blokován přístup.
</resource>
<resource name="print_error">
Nastala chyba při pokusu o tisk.
</resource>
<resource name="printoptions_title">
Možnosti tisku Greenshot
</resource>
<resource name="printoptions_allowcenter">
Centrovat na stránce
</resource>
<resource name="printoptions_allowenlarge">
Zvětšit oblast tisku, aby odpovídala velikosti papíru
</resource>
<resource name="printoptions_allowrotate">
Otočit obrázek podle orientace stránky
</resource>
<resource name="printoptions_allowshrink">
Zmenšit oblast tisku aby odpovídala velikosti papíru
</resource>
<resource name="printoptions_dontaskagain">
Uložit možnosti jako výchozí, nedotazovat se znovu
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Zobrazot dialog pro nastavení tisku vždy před tiskem
</resource>
<resource name="settings_printoptions">
Možnosti tisku
</resource>
<resource name="settings_output">
Výstup
</resource>
<resource name="settings_general">
Celkový
</resource>
<resource name="editor_clipboardfailed">
Chyba při přístupu do schránky. Prosím zkuste to znovu.
</resource>
<resource name="editor_bold">
Bold
</resource>
<resource name="editor_italic">
Italic
</resource>
<resource name="editor_arrange">
Uspořádat vrstvy
</resource>
<resource name="editor_fontsize">
Velikost
</resource>
<resource name="editor_uptotop">
Posunout úplně nahoru
</resource>
<resource name="editor_uponelevel">
Nahoru o jednu úroveň
</resource>
<resource name="editor_downonelevel">
Dolů o jednu úroveň
</resource>
<resource name="editor_downtobottom">
Úplně dolů
</resource>
<resource name="contextmenu_quicksettings">
Rychlé nastavení
</resource>
<resource name="bugreport_title">
Chyba
</resource>
<resource name="bugreport_info">
Omlouváme se, ale došlo k neočekávané chybě.
Dobrá zpráva: můžete nám pomoci odstranit chybu, když o ní podáte hlášení.
Prosím, navštivte níže uvedenou adresu, vytvořte nové hlášení o chybě a vložte text hlášení o chybě.
Prosím, přidejte pouze smysluplné shrnutí a připojte informace, které považujete za užitečné pro popis hlášeného problému.
Také bychom velmi ocenili, kdyby jste zkontrolovali, zda položka pro tuto chybu již neexistuje. (Můžete použít rychlé vyhledávání.) Děkuji vám :)
</resource>
<resource name="bugreport_cancel">
Zavřít
</resource>
<resource name="settings_copypathtoclipboard">
Kopírovat cestu do schránky pokaždé, když je obrázek uložen
</resource>
<resource name="editor_copypathtoclipboard">
Kopírovat cestu do schránky
</resource>
<resource name="settings_message_filenamepattern">
Následující symboly budou nahrazeny automaticky v definované struktuře:
${YYYY} rok, 4 číslice
${MM} měsíc, 2 číslice
${DD} den, 2 číslice
${hh} hodina, 2 číslice
${mm} minuta, 2 číslice
${ss} sekunda, 2 číslice
${NUM} zvyšování počtu, 6 číslice
${title} titulek okna
${user} uživatel Windows
${domain} Windows doména
${hostname} jméno PC
Můžete také vytvářet adresáře Greenshotu dynamicky, stačí použít zpětné lomítko (symbol \) pro určení složky.
Například: ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss} bude vytvářet složky ve výchozím úložišti pro příslušný den, např. 2008-06-29, ty budou obsahovat snímky s názvem souboru tvořeným aktuálním časem PC, např. 11_58_32 (plus rozšíření definováno v nastavení).
</resource>
<resource name="editor_cursortool">
Výběr objektů (ESC)
</resource>
<resource name="settings_destination_fileas">
Uložit jako (zobrazovat dialog)
</resource>
<resource name="quicksettings_destination_file">
Uložit přímo (pomocí preferovaného nastavení pro výstupní soubor)
</resource>
<resource name="editor_opendirinexplorer">
Otevřít složku v prohlížeči Windows
</resource>
<resource name="printoptions_timestamp">
Tisk data/času v dolní části stránky
</resource>
<resource name="editor_drawhighlighter">
Zvýraznit (H)
</resource>
<resource name="editor_obfuscate_blur">
Rozmazat
</resource>
<resource name="editor_obfuscate_pixelize">
Pixalizace
</resource>
<resource name="editor_highlight_area">
Zvýraznit oblast
</resource>
<resource name="editor_highlight_text">
Zvýraznit text
</resource>
<resource name="editor_highlight_grayscale">
Ve stupních šedi
</resource>
<resource name="editor_highlight_magnify">
Zvětšit
</resource>
<resource name="editor_pixel_size">
Velikost pixelu
</resource>
<resource name="editor_obfuscate">
Zamlžit (O)
</resource>
<resource name="editor_blur_radius">
Poloměr rozostření
</resource>
<resource name="editor_brightness">
Jas
</resource>
<resource name="editor_preview_quality">
Náhled kvality
</resource>
<resource name="editor_magnification_factor">
Faktor zvětšení
</resource>
<resource name="editor_shadow">
Stín
</resource>
<resource name="editor_confirm">
Potvrdit
</resource>
<resource name="editor_cancel">
Zrušit
</resource>
<resource name="editor_crop">
Ořez (C)
</resource>
<resource name="contextmenu_captureclipboard">
Otevřít obrázek ze schránky
</resource>
<resource name="clipboard_error">
Neočekávaná chyba při zápisu do schránky.
</resource>
<resource name="config_unauthorizedaccess_write">
Nelze uložit konfigurační soubor Greenshot. Prosím zkontrolujte oprávnění k přístupu k '{0}'.
</resource>
<resource name="settings_printer">
Tisk
</resource>
<resource name="settings_capture">
Zachytit
</resource>
<resource name="settings_capture_mousepointer">
Zachytit kurzor myši
</resource>
<resource name="contextmenu_openfile">
Otevřít obrázek ze souboru
</resource>
<resource name="error_openfile">
Soubor "{0}" nelze otevřít.
</resource>
<resource name="editor_close_on_save">
Přejete si uložit snímek?
</resource>
<resource name="editor_close_on_save_title">
Uložit obrázek?
</resource>
<resource name="settings_capture_windows_interactive">
Použit interaktivní režim snímání oken
</resource>
<resource name="settings_capture_window_full">
Zachytit okna i když jsou poškozena
</resource>
<resource name="settings_capture_window_content">
Digitalizace obsahu pouze pro podporované aplikace
</resource>
<resource name="settings_destination_email">
E-Mail
</resource>
<resource name="editor_email">
E-Mail
</resource>
<resource name="editor_load_objects">
Načíst objekty ze souboru
</resource>
<resource name="editor_save_objects">
Uložit objekty do souboru
</resource>
<resource name="settings_waittime">
Před zachycením čekat milisekund
</resource>
<resource name="tooltip_firststart">
Klikněte pravým tlašítkem myši, nebo stiskněte klávesu PrtSc.
</resource>
<resource name="contextmenu_donate">
Podpora pro Greenshot
</resource>
</resources>
</language>

View file

@ -1,531 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Deutsch" ietf="de-DE" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
<!--Deutsche Übersetzung von IHR_NAME-->
</resource>
<resource name="application_title">
Greenshot - das revolutionäre Screenshot-Tool
</resource>
<resource name="editor_drawrectangle">
Rechteck zeichnen (R)
</resource>
<resource name="editor_save">
Speichern
</resource>
<resource name="contextmenu_settings">
Einstellungen...
</resource>
<resource name="settings_storagelocation">
Speicherort
</resource>
<resource name="settings_title">
Einstellungen
</resource>
<resource name="settings_tooltip_storagelocation">
Gibt den Ort auf Ihrer Festplatte an, wo die Screenshots standardmäßig gespeichert werden. Lassen Sie dieses Feld leer, wenn Sie auf Ihren Desktop speichern wollen.
</resource>
<resource name="settings_language">
Sprache
</resource>
<resource name="settings_filenamepattern">
Dateiname-Muster
</resource>
<resource name="settings_tooltip_language">
Sprache von greenshots Benutzeroberfläche
</resource>
<resource name="settings_tooltip_filenamepattern">
Muster, das beim Speichern von Screenshots zum Generieren von Dateinamen verwendet wird
</resource>
<resource name="settings_primaryimageformat">
Bildformat
</resource>
<resource name="settings_tooltip_primaryimageformat">
Standardmäßig verwendetes Bildformat
</resource>
<resource name="contextmenu_capturearea">
Bereich abfotografieren
</resource>
<resource name="contextmenu_capturelastregion">
Zuletzt gewählten Bereich abfotografieren
</resource>
<resource name="contextmenu_exit">
Schließen
</resource>
<resource name="settings_visualization">
Effekte
</resource>
<resource name="settings_playsound">
Kamera-Klang abspielen
</resource>
<resource name="settings_showflashlight">
Blitzlicht anzeigen
</resource>
<resource name="error">
Fehler
</resource>
<resource name="error_nowriteaccess">
Konnte Datei nicht nach {0} speichern.
Bitte überprüfen Sie, ob am Speicherort Schreibrechte bestehen.
</resource>
<resource name="contextmenu_capturefullscreen">
Kompletten Bildschirm abfotografieren
</resource>
<resource name="editor_cuttoclipboard">
Ausschneiden
</resource>
<resource name="editor_copytoclipboard">
Kopieren
</resource>
<resource name="editor_pastefromclipboard">
Einfügen
</resource>
<resource name="about_title">
Über Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Für Greenshot besteht KEINERLEI GARANTIE. Greenshot ist freie Software, die Sie unter bestimmten Bedingungen weitergeben dürfen.
Detaillierte Informationen zur GNU General Public License:
</resource>
<resource name="error_openlink">
Konnte Link nicht öffnen.
</resource>
<resource name="error_save">
Screenshot konnte nicht gespeichert werden, bitte wählen Sie einen anderen Speicherort.
</resource>
<resource name="about_icons">
Icons aus Yusuke Kamiyamane's Fugue icon set (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot wird von sourceforge.net gehostet unter
</resource>
<resource name="about_bugs">
Bitte melden Sie Fehler unter
</resource>
<resource name="about_donations">
Wenn Sie Greenshot mögen, können Sie uns gerne unterstützen:
</resource>
<resource name="editor_imagesaved">
Grafik wurde gespeichert unter {0}.
</resource>
<resource name="editor_storedtoclipboard">
Grafik wurde in die Zwischenablage kopiert.
</resource>
<resource name="editor_saveas">
Speichern unter...
</resource>
<resource name="editor_file">
Datei
</resource>
<resource name="editor_edit">
Bearbeiten
</resource>
<resource name="editor_object">
Objekt
</resource>
<resource name="editor_drawellipse">
Ellipse zeichnen (E)
</resource>
<resource name="editor_drawtextbox">
Textbox hinzufügen (T)
</resource>
<resource name="editor_deleteelement">
Gewähltes Element löschen
</resource>
<resource name="editor_selectall">
Alle auswählen
</resource>
<resource name="editor_copyimagetoclipboard">
Grafik in die Zwischenablage kopieren
</resource>
<resource name="contextmenu_capturewindow">
Fenster abfotografieren
</resource>
<resource name="editor_duplicate">
Gewähltes Element duplizieren
</resource>
<resource name="contextmenu_help">
Hilfe
</resource>
<resource name="contextmenu_about">
Über Greenshot
</resource>
<resource name="editor_title">
Greenshot Editor
</resource>
<resource name="settings_applicationsettings">
Programmeinstellungen
</resource>
<resource name="settings_preferredfilesettings">
Bevorzugte Ausgabedatei-Einstellungen
</resource>
<resource name="settings_skipimageeditor">
Bildbearbeitung überspringen
</resource>
<resource name="settings_registerhotkeys">
Globale Tastenkombinationen aktivieren
</resource>
<resource name="settings_tooltip_registerhotkeys">
Legt fest, ob beim Programmstart die Tastenkombinationen Drucken, Strg + Drucken, Alt + Drucken beim Betriebssystem zur globalen
Verwendung durch Greenshot reserviert werden, bis das Programm geschlossen wird.
</resource>
<resource name="editor_senttoprinter">
Druckauftrag wurde an '{0}' gesendet.
</resource>
<resource name="editor_print">
Drucken
</resource>
<resource name="help_title">
Greenshot Hilfe
</resource>
<resource name="settings_jpegsettings">
JPEG-Einstellungen
</resource>
<resource name="settings_jpegquality">
JPEG-Qualität
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
JPEG-Qualitäts-Dialog immer zeigen, wenn ein JPEG-Bild gespeichert wird
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG Qualität
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Bitte wählen Sie die Qualität Ihres JPEG Bilds.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Als Standard-JPEG-Qualität speichern und nicht wieder nachfragen
</resource>
<resource name="editor_forecolor">
Rahmenfarbe
</resource>
<resource name="editor_backcolor">
Hintergrundfarbe
</resource>
<resource name="editor_thickness">
Linienstärke
</resource>
<resource name="colorpicker_title">
Farbwähler
</resource>
<resource name="colorpicker_apply">
Übernehmen
</resource>
<resource name="colorpicker_transparent">
Transparent
</resource>
<resource name="colorpicker_htmlcolor">
HTML Farbe
</resource>
<resource name="colorpicker_red">
Rot
</resource>
<resource name="colorpicker_green">
Grün
</resource>
<resource name="colorpicker_blue">
Blau
</resource>
<resource name="colorpicker_alpha">
Alpha
</resource>
<resource name="colorpicker_recentcolors">
Zuletzt verwendete Farben
</resource>
<resource name="editor_close">
Schließen
</resource>
<resource name="warning">
Hinweis
</resource>
<resource name="warning_hotkeys">
Eine oder mehrere globale Tastenkombinationen konnten nicht aktiviert werden. Es könnte sein, dass Sie diese daher nicht verwenden können.
Vermutlich wurden dieselben Tastenkombinationen bereits von einem anderen Programm reserviert.
Bitte deaktivieren Sie Programme, die die Drucken-Taste verwenden. Sie können alle Greenshot-Funktionen aber auch über das Kontextmenü des Greenshot-Icons im Infobereich verwenden.
</resource>
<resource name="settings_destination_editor">
Im Editor öffnen
</resource>
<resource name="settings_destination_printer">
An Drucker senden
</resource>
<resource name="settings_destination_file">
Sofort speichern
</resource>
<resource name="settings_destination_clipboard">
In Zwischenablage kopieren
</resource>
<resource name="editor_drawline">
Linie zeichnen (L)
</resource>
<resource name="settings_destination">
Screenshot Ziel
</resource>
<resource name="editor_drawarrow">
Pfeil zeichnen (A)
</resource>
<resource name="editor_arrowheads">
Pfeilspitzen
</resource>
<resource name="editor_arrowheads_start">
Anfangspunkt
</resource>
<resource name="editor_arrowheads_end">
Endpunkt
</resource>
<resource name="editor_arrowheads_both">
Beide
</resource>
<resource name="editor_arrowheads_none">
Keine
</resource>
<resource name="editor_obfuscate_mode">
Unkenntlich machen - Modus
</resource>
<resource name="editor_highlight_mode">
Hervorheben - Modus
</resource>
<resource name="error_multipleinstances">
Eine Instanz von Greenshot läuft bereits.
</resource>
<resource name="settings_autostartshortcut">
Greenshot mit Windows starten
</resource>
<resource name="clipboard_inuse">
Greenshot kann nicht in die Zwischenablage schreiben, da sie vom Prozess {0} blockiert ist.
</resource>
<resource name="print_error">
Beim Versuch zu drucken ist ein Fehler aufgetreten.
</resource>
<resource name="printoptions_title">
Greenshot Druckoptionen
</resource>
<resource name="printoptions_allowcenter">
Ausdruck auf der Seite zentrieren
</resource>
<resource name="printoptions_allowenlarge">
Ausdruck auf Seitengröße vergrößern
</resource>
<resource name="printoptions_allowrotate">
Drehung des Ausdrucks an das Seitenformat anpassen
</resource>
<resource name="printoptions_allowshrink">
Ausdruck auf Seitengröße verkleinern
</resource>
<resource name="printoptions_dontaskagain">
Als Standard speichern und nicht wieder nachfragen
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Druckoptionen-Dialog immer anzeigen, wenn ein Bild gedruckt wird
</resource>
<resource name="settings_printoptions">
Druckeinstellungen
</resource>
<resource name="settings_output">
Ausgabe
</resource>
<resource name="settings_general">
Allgemein
</resource>
<resource name="editor_clipboardfailed">
Kopieren in die Zwischenablage fehlgeschlagen. Bitte nochmal probieren.
</resource>
<resource name="editor_bold">
Fett
</resource>
<resource name="editor_italic">
Kursiv
</resource>
<resource name="editor_arrange">
Anordnen
</resource>
<resource name="editor_fontsize">
Größe
</resource>
<resource name="editor_uptotop">
In den Vordergrund
</resource>
<resource name="editor_uponelevel">
Eine Ebene nach vorne
</resource>
<resource name="editor_downonelevel">
Eine Ebene nach hinten
</resource>
<resource name="editor_downtobottom">
In den Hintergrund
</resource>
<resource name="contextmenu_quicksettings">
Schnelleinstellungen
</resource>
<resource name="bugreport_title">
Fehler
</resource>
<resource name="bugreport_info">
Tut uns leid, ein unerwarteter Fehler ist aufgetreten.
Die gute Nachricht ist: Sie können uns helfen, ihn zu beseitigen, indem Sie uns einen Fehlerbericht zukommen lassen.
Besuchen Sie die unten stehende URL und erstellen Sie einen neuen Fehlerbericht.
Bitte geben Sie eine aussgekräftige Zusammenfassung an, fügen Sie den Inhalt des Textfelds in die Beschreibung ein, und ergänzen Sie diese mit zusätzlichen
Informationen, die für das Nachvollziehen des Fehlers hilfreich sein könnten.
Wir wären sehr dankbar, wenn Sie vorher prüfen würden, ob dieser Fehler schon gemeldet wurde - nutzen Sie einfach die Suche, um bestehende Fehlerberichte
schnell zu finden. Vielen Dank :)
</resource>
<resource name="bugreport_cancel">
Schließen
</resource>
<resource name="settings_copypathtoclipboard">
Dateipfad in die Zwischenablage kopieren, wenn ein Bild gespeichert wird
</resource>
<resource name="editor_copypathtoclipboard">
Pfad in Zwischenablage kopieren
</resource>
<resource name="settings_message_filenamepattern">
Die folgenden Platzhalter werden im festgelegten Muster automatisch ersetzt:
${YYYY} Jahr, 4-stellig
${MM} Monat, 2-stellig
${DD} Tag, 2-stellig
${hh} Stunde, 2-stellig
${mm} Minute, 2-stellig
${ss} Sekunde, 2-stellig
${NUM} inkrementierende Zahl, 6-stellig
${title} Fenstertitel
${user} Windows-Benutzername
${domain} Windows-Domäne
${hostname} PC Name
Greenshot kann auch Verzeichnisse dynamisch erstellen, verwenden Sie das Backslash-Symbol (\) um Verzeichnisse vom Dateinamen zu trennen.
Beispiel: das Muster ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
generiert ein Verzeichnis für den aktuellen Tag in ihrem Standard-Speicherort an, z.B. 2008-06-29, der Name des enthaltenen Screenshots basiert auf der aktuellen
Zeit, z.B. 11_58_32 (plus Dateinamenerweiterung wie in den Einstellungen definiert)
</resource>
<resource name="editor_cursortool">
Auswahlwerkzeug (ESC)
</resource>
<resource name="settings_destination_fileas">
Speichern unter (mit Dialog)
</resource>
<resource name="quicksettings_destination_file">
Sofort speichern (mit bevorzugten Ausgabedatei-Einstellungen)
</resource>
<resource name="editor_opendirinexplorer">
Verzeichnis in Windows Explorer öffnen
</resource>
<resource name="printoptions_timestamp">
Datum und Uhrzeit am Ende der Seite anfügen
</resource>
<resource name="editor_drawhighlighter">
Hervorheben (H)
</resource>
<resource name="editor_obfuscate_blur">
Weichzeichner
</resource>
<resource name="editor_obfuscate_pixelize">
Verpixeln
</resource>
<resource name="editor_highlight_area">
Bereich hervorheben
</resource>
<resource name="editor_highlight_text">
Textmarker
</resource>
<resource name="editor_highlight_grayscale">
Graustufen
</resource>
<resource name="editor_highlight_magnify">
Vergrößern
</resource>
<resource name="editor_pixel_size">
Pixelgröße
</resource>
<resource name="editor_obfuscate">
Unkenntlich machen (O)
</resource>
<resource name="editor_blur_radius">
Weichzeichner-Radius
</resource>
<resource name="editor_brightness">
Helligkeit
</resource>
<resource name="editor_preview_quality">
Vorschauqualität
</resource>
<resource name="editor_magnification_factor">
Vergrößerungsfaktor
</resource>
<resource name="editor_shadow">
Schatten
</resource>
<resource name="editor_confirm">
Bestätigen
</resource>
<resource name="editor_cancel">
Abbrechen
</resource>
<resource name="editor_crop">
Zuschneiden (C)
</resource>
<resource name="contextmenu_captureclipboard">
Bild aus Zwischenablage öffnen
</resource>
<resource name="clipboard_error">
Ein unerwartete fehler beim schreiben in die Zwischenablage.
</resource>
<resource name="config_unauthorizedaccess_write">
Greenshot kann seinen Konfiguration nicht schreiben, bitte prüfen sie die berechtigungen auf '{0}'.
</resource>
<resource name="settings_printer">
Drucker
</resource>
<resource name="settings_capture">
Abfotografieren
</resource>
<resource name="settings_capture_mousepointer">
Mousepointer mit abfotografieren
</resource>
<resource name="contextmenu_openfile">
Bild aus Datei öffnen
</resource>
<resource name="error_openfile">
Die Datei "{0}" konnte nicht geöffnet werden.
</resource>
<resource name="editor_close_on_save">
Möchten Sie den Screenshot speichern?
</resource>
<resource name="editor_close_on_save_title">
Bild speichern?
</resource>
<resource name="settings_capture_windows_interactive">
Fenster interaktiv abfotografieren
</resource>
<resource name="settings_capture_window_full">
Kompletes Fenster, auch wenn bedeckt, abfotografieren
</resource>
<resource name="settings_capture_window_content">
Bei bekannte Anwendungen nur die Kontent abfotografieren
</resource>
<resource name="settings_destination_email">
E-Mail
</resource>
<resource name="editor_email">
E-Mail
</resource>
<resource name="editor_load_objects">
Objekte aus Datei laden
</resource>
<resource name="editor_save_objects">
Objekte in Datei speichern
</resource>
<resource name="settings_waittime">
Millisekunden warten vor abfotografieren
</resource>
<resource name="tooltip_firststart">
Klicken Sie hier mit der rechten Maustaste oder drücken Sie die Druck-Taste.
</resource>
<resource name="contextmenu_donate">
Greenshot unterstützen
</resource>
</resources>
</language>

View file

@ -1,530 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="ελληνικά" ietf="el-GR" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Μετάφραση στα Ελληνικά από τον ΓΙΩΡΓΟ ΣΚΟΥΝΤΖΗ
</resource>
<resource name="application_title">
Greenshot - Το τελειότερο πρόγραμμα για τη καταγραφή στιγμιότυπων οθόνης
</resource>
<resource name="editor_drawrectangle">
Δημιουργία ορθογωνίου (R)
</resource>
<resource name="editor_save">
Αποθήκευση
</resource>
<resource name="contextmenu_settings">
Προτιμήσεις...
</resource>
<resource name="settings_storagelocation">
Θέση αποθήκευσης
</resource>
<resource name="settings_title">
Ρυθμίσεις
</resource>
<resource name="settings_tooltip_storagelocation">
Θέση εξ ορισμού αποθήκευσης στιγμιότυπων (αφήστε το κενό για αποθήκευση στην επιφάνεια εργασίας)
</resource>
<resource name="settings_language">
Γλώσσα
</resource>
<resource name="settings_filenamepattern">
Πρότυπο όνομα αρχείου
</resource>
<resource name="settings_tooltip_language">
Γλώσσα διεπαφής χρήστη (απαιτείται επανεκκίνηση)
</resource>
<resource name="settings_tooltip_filenamepattern">
Πρότυπα που χρησιμοποιούνται για τα παραγόμενα ονόματα αρχείων όταν αποθηκεύονται στιγμιότυπα
</resource>
<resource name="settings_primaryimageformat">
Μορφή εικόνας
</resource>
<resource name="settings_tooltip_primaryimageformat">
Προκαθορισμένη μορφή εικόνας
</resource>
<resource name="contextmenu_capturearea">
Περιοχή καταγραφής
</resource>
<resource name="contextmenu_capturelastregion">
Καταγραφή τελευταίας περιοχής
</resource>
<resource name="contextmenu_exit">
Έξοδος
</resource>
<resource name="settings_visualization">
Εφέ
</resource>
<resource name="settings_playsound">
Ήχος φωτογραφικής μηχανής
</resource>
<resource name="settings_showflashlight">
Εμφάνιση Flash
</resource>
<resource name="error">
Σφάλμα
</resource>
<resource name="error_nowriteaccess">
Το αρχείο δεν μπορεί να αποθηκευτεί στο {0}.
Παρακαλω ελέγξτε τη δυνατότητα εγγραφής - πρόσβασης στη συγκεκριμένη θέση αποθήκευσης.
</resource>
<resource name="contextmenu_capturefullscreen">
Καταγραφή πλήρους οθόνης
</resource>
<resource name="editor_cuttoclipboard">
Αποκοπή
</resource>
<resource name="editor_copytoclipboard">
Αντιγραφή
</resource>
<resource name="editor_pastefromclipboard">
Επικόλληση
</resource>
<resource name="about_title">
Πληροφορίες για το Greenshot
</resource>
<resource name="about_license">
Πνευματικά δικαιώματα (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Δεν παρέχεται ΚΑΜΙΑ ΕΓΓΥΗΣΗ για το Greenshot. Είναι ελεύθερο λογισμικό. Είστε ελεύθεροι να το αναδιανείμετε κάτω από ορισμένες συνθήκες.
Λεπτομέρειες σχετικά με την GNU General Public License:
</resource>
<resource name="error_openlink">
Η υπερσύνδεση δεν μπορεί να ανοίξει.
</resource>
<resource name="error_save">
Δεν είναι δυνατή η αποθήκευση του στιγμιότυπου, παρακαλώ στην εύρεση κατάλληλης θέσης.
</resource>
<resource name="about_icons">
Εικονίδια από Yusuke Kamiyamane's Fugue icon set (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Το Greenshot φιλοξενείται από τη sourceforge.net:
</resource>
<resource name="about_bugs">
Αναφορά προβλημάτων:
</resource>
<resource name="about_donations">
Αν σας αρέσει το Greenshot, είστε ευπρόσδεκτοι να μας υποστηρίξετε:
</resource>
<resource name="editor_imagesaved">
Αποθήκευση εικόνας στη {0}.
</resource>
<resource name="editor_storedtoclipboard">
Η εικόνα αποθηκεύτηκε στο πρόχειρο.
</resource>
<resource name="editor_saveas">
Αποθήκευση ως...
</resource>
<resource name="editor_file">
Αρχείο
</resource>
<resource name="editor_edit">
Επεξεργασία
</resource>
<resource name="editor_object">
Αντικείμενο
</resource>
<resource name="editor_drawellipse">
Δημιουργία έλλειψης (E)
</resource>
<resource name="editor_drawtextbox">
Προσθήκη πλαισίου κειμένου (T)
</resource>
<resource name="editor_deleteelement">
Διαγραφή
</resource>
<resource name="editor_selectall">
Επιλογή όλων
</resource>
<resource name="editor_copyimagetoclipboard">
Αντιγραφή εικόνας στο πρόχειρο
</resource>
<resource name="contextmenu_capturewindow">
Καταγραφή ενεργού παραθύρου
</resource>
<resource name="editor_duplicate">
Διπλασιασμός επιλεγμένου στοιχείου
</resource>
<resource name="contextmenu_help">
Βοήθεια
</resource>
<resource name="contextmenu_about">
Πληροφορίες για το Greenshot
</resource>
<resource name="editor_title">
Επεξεργαστής εικόνας του Greenshot
</resource>
<resource name="settings_applicationsettings">
Ρυθμίσεις εφαρμογής
</resource>
<resource name="settings_preferredfilesettings">
Προτιμώμενες ρυθμίσεις αρχείου εξόδου
</resource>
<resource name="settings_skipimageeditor">
Παράλειψη επεξεργαστή κειμένου
</resource>
<resource name="settings_registerhotkeys">
Χρήση προτιμώμενων συνδυασμών πλήκτρων
</resource>
<resource name="settings_tooltip_registerhotkeys">
Καθορισμός του κατά πόσο οι συντομεύσεις PrtScr, Ctrl + PrtScr, Alt + PrtScr θα χρησιμοποιηθούν από το Greenshot από την εκκίνηση του προγράμματος μέχρι του τερματισμού του.
</resource>
<resource name="editor_senttoprinter">
Η εκτύπωση στάλθηκε στον '{0}'.
</resource>
<resource name="editor_print">
Εκτύπωση
</resource>
<resource name="help_title">
Βοήθεια για το Greenshot
</resource>
<resource name="settings_jpegsettings">
Ρυθμίσεις JPEG
</resource>
<resource name="settings_jpegquality">
Ποιότητα JPEG
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Επιλογή της ποιότητας JPEG πάντα κατά την αποθήκευση ως JPEG
</resource>
<resource name="jpegqualitydialog_title">
Greenshot ποιότητα JPEG
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Παρακαλώ επιλέξτε τη ποιότητα για την JPEG εικόνα σας.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Αποθήκευση ως προκαθορισμένη ποιότητα JPEG και να μη ξαναρωτηθώ
</resource>
<resource name="editor_forecolor">
Χρώμα γραμμής
</resource>
<resource name="editor_backcolor">
Γέμισμα
</resource>
<resource name="editor_thickness">
Πάχος γραμμής
</resource>
<resource name="colorpicker_title">
Επιλογή χρώματος
</resource>
<resource name="colorpicker_apply">
Εφαρμογή
</resource>
<resource name="colorpicker_transparent">
Διαφάνεια
</resource>
<resource name="colorpicker_htmlcolor">
Χρώμα HTML
</resource>
<resource name="colorpicker_red">
Κόκκινο
</resource>
<resource name="colorpicker_green">
Πράσινο
</resource>
<resource name="colorpicker_blue">
Μπλε
</resource>
<resource name="colorpicker_alpha">
Άλφα
</resource>
<resource name="colorpicker_recentcolors">
Πρόσφατα
</resource>
<resource name="editor_close">
Κλείσιμο
</resource>
<resource name="warning">
Προειδοποίηση
</resource>
<resource name="warning_hotkeys">
Ένας ή περισσότεροι συνδυασμοί πλήκτρων δεν μπορούν να καταχωριστούν. Ως εκ τούτου, μπορεί να μην είναι δυνατή η χρήση του συνδυασμού πλήκτρων από το Greenshot.
Αυτό το πρόβλημα πιθανόν να προκλήθηκε επειδή ένα άλλο εργαλείο χρησιμοποιεί τον ίδιο συνδυασμό πλήκτων.
Παρακαλούμε να απενεργοποιήσετε το λογισμικό κάνοντας χρήση του κουμπιού PrtScr/Prnt. Μπορείτε επίσης απλά να χρησιμοποιήσετε όλα τα χαρακτηριστικά του Greenshot από το σχετικό μενού επιλογών κάνοντας δεξί κλικ στο εικονίδιο του προγράμματος στη γραμμή εργασιών.
</resource>
<resource name="settings_destination_editor">
Άνοιγμα για επεξεργασία
</resource>
<resource name="settings_destination_printer">
Αποστολή για εκτύπωση
</resource>
<resource name="settings_destination_file">
Άμεση αποθήκευση (με τις παρακάτω ρυθμίσεις)
</resource>
<resource name="settings_destination_clipboard">
Αντιγραφή στο πρόχειρο
</resource>
<resource name="editor_drawline">
Δημιουργία γραμμής (L)
</resource>
<resource name="settings_destination">
Προορισμός Στιγμιότυπου Οθόνης
</resource>
<resource name="editor_drawarrow">
Δημιουργία βέλους (A)
</resource>
<resource name="editor_arrowheads">
Αιχμή Βέλους
</resource>
<resource name="editor_arrowheads_start">
Σημείο έναρξης
</resource>
<resource name="editor_arrowheads_end">
Σημείο λήξης
</resource>
<resource name="editor_arrowheads_both">
Αμφότερα
</resource>
<resource name="editor_arrowheads_none">
Κανένα
</resource>
<resource name="editor_obfuscate_mode">
Λειτουργία απόκρυψης
</resource>
<resource name="editor_highlight_mode">
Λειτουργία επισήμανσης
</resource>
<resource name="error_multipleinstances">
Ένα στιγμιότυπο του Greenshot εκτελείται ήδη.
</resource>
<resource name="settings_autostartshortcut">
Έναρξη του Greenshot κατά την εκκίνηση
</resource>
<resource name="clipboard_inuse">
Το Greenshot δεν ήταν σε θέση να εγγράψει στο πρόχειρο καθώς η διαδικασία {0} παρεμποδίζει την πρόσβαση.
</resource>
<resource name="print_error">
Ένα σφάλμα προέκυψε κατά τη διαδικασία εκτύπωσης.
</resource>
<resource name="printoptions_title">
Ρυθμίσεις εκτύπωσης του Greenshot
</resource>
<resource name="printoptions_allowcenter">
Εκτύπωση στο κέντρο της σελίδας
</resource>
<resource name="printoptions_allowenlarge">
Μεγέθυνση στο μέγεθος της σελίδας
</resource>
<resource name="printoptions_allowrotate">
Περιστροφή στο προσανατολισμό της σελίδας
</resource>
<resource name="printoptions_allowshrink">
Συρρίκνωση στο μέγεθος της σελίδας
</resource>
<resource name="printoptions_dontaskagain">
Αποθήκευση των επιλογών ως προεπιλογή και να μην ξαναρωτηθώ
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Εμφάνιση παραθύρου διαλόγου επιλογών εκτύπωσης κατά την εκτύπωση
</resource>
<resource name="settings_printoptions">
Επιλογές Εκτύπωσης
</resource>
<resource name="settings_output">
Αρχείο Εξόδου
</resource>
<resource name="settings_general">
Γενικά
</resource>
<resource name="editor_clipboardfailed">
Σφάλμα κατά την πρόσβαση στο πρόχειρο. Παρακαλώ προσπαθήστε και πάλι.
</resource>
<resource name="editor_bold">
Έντονη γραφή
</resource>
<resource name="editor_italic">
Πλάγια γραφή
</resource>
<resource name="editor_arrange">
Διάταξη
</resource>
<resource name="editor_fontsize">
Μέγεθος
</resource>
<resource name="editor_uptotop">
Μεταφορά σε πρώτο πλάνο
</resource>
<resource name="editor_uponelevel">
Μεταφορά ένα επίπεδο εμπρός
</resource>
<resource name="editor_downonelevel">
Μεταφορά ένα επίπεδο πίσω
</resource>
<resource name="editor_downtobottom">
Μεταφορά στο φόντο
</resource>
<resource name="contextmenu_quicksettings">
Γρήγορες Προτιμήσεις
</resource>
<resource name="bugreport_title">
Σφάλμα
</resource>
<resource name="bugreport_info">
Λυπούμαστε, αλλά προέκυψε ένα μη αναμενόμενο σφάλμα.
Οι καλές ειδήσεις είναι: μπορείτε να μας βοηθήσετε να απαλλαγούμε από αυτό, υποβάλλοντας μια αναφορά σφάλματος.
Παρακαλούμε επισκεφθείτε την ηλεκτρονική διεύθυνση παρακάτω, δημιουργήσετε μια νέα αναφορά σφάλματος και επικολλήστε το περιεχόμενο από την περιοχή του κειμένου στην περιγραφή.
Παρακαλείσθε να προσθέσετε μια περιεκτική περίληψη και να συμπεριλάβετε τις σχετικές πληροφορίες που θεωρείτε χρήσιμες για την αναπαραγωγή του προβλήματος.
Επίσης, θα ήταν ιδιαίτερα χρήσιμο να γίνει έλεγχος για το αν υπάρχει ήδη καταγραφή για αυτό το σφάλμα. (Μπορείτε να χρησιμοποιήσετε την αναζήτηση για να βρείτε την ανάλογη καταγραφή πιο γρήγορα.) Σας ευχαριστούμε :)
</resource>
<resource name="bugreport_cancel">
Κλείσιμο
</resource>
<resource name="settings_copypathtoclipboard">
Αντιγραφή της θέσης του αρχείου στο πρόχειρο κατά την αποθήκευση
</resource>
<resource name="editor_copypathtoclipboard">
Αντιγραφή της θέσης του αρχείου στο πρόχειρο
</resource>
<resource name="settings_message_filenamepattern">
Τα ακόλουθα σύμβολα κράτησης θέσης θα αντικατασταθούν αυτόματα στο προκαθορισμένο πρότυπο:
%YYYY% έτη, 4 ψηφία
%MM% μήνες, 2 ψηφία
%DD% ημέρες, 2 ψηφία
%hh% ώρες, 2 ψηφία
%mm% λεπτά, 2 ψηφία
%ss% δευτερόλεπτα, 2 ψηφία
%NUM% αυξανόμενος αριθμός, 6 ψηφία
%title% Τίτλος Παραθύρου
%user% Χρήστης Windows
%domain% Κυριότητα Windows
%hostname% Όναμα Υπολογιστή
Μπορείτε επίσης να δημιουργήσετε με το Greenshot καταλόγους δυναμικά, χρησιμοποιώντας το σύμβολο backslash, ανάποδη κάθετο (\) για το διαχωρισμό του ονόματος φακέλων και του όνοματος των αρχείων.
Παράδειγμα: το πρότυπο %YYYY%-%MM%-%DD%\%hh%-%mm%-%ss%
θα δημιουργήσει ένα φάκελο, με όνομα την τρέχουσα ημέρα, στην προεπιλεγμένη θέση αποθήκευσης, π.χ. 2011-04-13, το δε όνομα του αρχείου θα βασίζεται στην τρέχουσα ώρα, π.χ. 11_58_32 (συν την επέκταση που έχει καθοριστεί στις ρυθμίσεις)
</resource>
<resource name="editor_cursortool">
Εργαλείο Επιλογής (ESC)
</resource>
<resource name="settings_destination_fileas">
Αποθήκευση ως (εμφάνιση διαλόγου)
</resource>
<resource name="quicksettings_destination_file">
Άμεση αποθήκευση (με χρήση των προτιμώμενων ρυθμίσεων)
</resource>
<resource name="editor_opendirinexplorer">
Άνοιγμα καταλόγου στην Εξερεύνηση των Windows
</resource>
<resource name="printoptions_timestamp">
Εκτύπωση ημέρας / ώρας στο κάτω μέρος της σελίδας
</resource>
<resource name="editor_drawhighlighter">
Επισήμανση (H)
</resource>
<resource name="editor_obfuscate_blur">
Θόλωμα
</resource>
<resource name="editor_obfuscate_pixelize">
Παραμόρφωση με χρήση pixel
</resource>
<resource name="editor_highlight_area">
Επισήμανση περιοχής
</resource>
<resource name="editor_highlight_text">
Επισήμανση Κειμένου
</resource>
<resource name="editor_highlight_grayscale">
Απόχρωση του γκρι
</resource>
<resource name="editor_highlight_magnify">
Μεγέθυνση
</resource>
<resource name="editor_pixel_size">
Μέγεθος Pixel
</resource>
<resource name="editor_obfuscate">
Απόκρυψη (O)
</resource>
<resource name="editor_blur_radius">
Θόλωμα
</resource>
<resource name="editor_brightness">
Φωτεινότητα
</resource>
<resource name="editor_preview_quality">
Ποιότητα προεπισκόπησης
</resource>
<resource name="editor_magnification_factor">
Συντελεστής μεγέθυνσης
</resource>
<resource name="editor_shadow">
Σκιά
</resource>
<resource name="editor_confirm">
Επιβεβαίωση
</resource>
<resource name="editor_cancel">
Ακύρωση
</resource>
<resource name="editor_crop">
Περικοπή (C)
</resource>
<resource name="contextmenu_captureclipboard">
Άνοιγμα εικόνας από το πρόχειρο
</resource>
<resource name="clipboard_error">
Παρουσιάστηκε ένα απροσδόκητο σφάλμα κατά την εγγραφή στο πρόχειρο.
</resource>
<resource name="config_unauthorizedaccess_write">
Δεν ήταν δυνατή η αποθήκευση του αρχείου διαμόρφωσης του Greenshot. Παρακαλώ ελέγξτε τα δικαιώματα πρόσβασης για '{0}'.
</resource>
<resource name="settings_printer">
Εκτύπωση
</resource>
<resource name="settings_capture">
Καταγραφή
</resource>
<resource name="settings_capture_mousepointer">
Καταγραφή δείκτη κατάδειξης
</resource>
<resource name="contextmenu_openfile">
Άνοιγμα εικόνας από αρχείο
</resource>
<resource name="error_openfile">
Το αρχείο "{0}" δεν είναι δυνατό να προσπελαστεί.
</resource>
<resource name="editor_close_on_save">
Θέλετε να αποθηκεύσετε το στιγμιότυπο οθόνης;
</resource>
<resource name="editor_close_on_save_title">
Αποθήκευση εικόνας;
</resource>
<resource name="settings_capture_windows_interactive">
Χρήση της διαδραστικής λειτουργίας καταγραφής παραθύρου
</resource>
<resource name="settings_capture_window_full">
Καταγραφή παραθύρου ακόμη και αν παρεμποδίζεται
</resource>
<resource name="settings_capture_window_content">
Καταγραφή περιεχομένου μόνο από τις εφαρμογές που υποστηρίζονται
</resource>
<resource name="settings_destination_email">
Αποστολή στιγμιότυπου με e-mail
</resource>
<resource name="editor_email">
Αποστολή στιγμιότυπου με e-mail
</resource>
<resource name="editor_load_objects">
Φόρτωμα αντικειμένων από αρχείο
</resource>
<resource name="editor_save_objects">
Αποθήκευση αντικειμένων σε αρχείο
</resource>
<resource name="settings_waittime">
Χιλιοστά του δ/λέπτου πριν τη καταγραφή
</resource>
<resource name="tooltip_firststart">
Κάντε δεξί κλικ εδώ ή πατήστε το κουμπί PrtScr/Prnt.
</resource>
<resource name="contextmenu_donate">
Υποστήριξη του Greenshot
</resource>
</resources>
</language>

View file

@ -1,531 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="English" ietf="en-US" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
<!--English translation by YOUR_NAME-->
</resource>
<resource name="application_title">
Greenshot - the revolutionary screenshot utility
</resource>
<resource name="editor_drawrectangle">
Draw rectangle (R)
</resource>
<resource name="editor_save">
Save
</resource>
<resource name="contextmenu_settings">
Preferences...
</resource>
<resource name="settings_storagelocation">
Storage location
</resource>
<resource name="settings_title">
Settings
</resource>
<resource name="settings_tooltip_storagelocation">
Location where screenshots are stored by default (leave empty for saving to your desktop)
</resource>
<resource name="settings_language">
Language
</resource>
<resource name="settings_filenamepattern">
Filename pattern
</resource>
<resource name="settings_tooltip_language">
Language of greenshot's user interface
</resource>
<resource name="settings_tooltip_filenamepattern">
Pattern used for generating filenames when saving screenshots
</resource>
<resource name="settings_primaryimageformat">
Image format
</resource>
<resource name="settings_tooltip_primaryimageformat">
Image format used by default
</resource>
<resource name="contextmenu_capturearea">
Capture region
</resource>
<resource name="contextmenu_capturelastregion">
Capture last region
</resource>
<resource name="contextmenu_exit">
Exit
</resource>
<resource name="settings_visualization">
Effects
</resource>
<resource name="settings_playsound">
Play camera sound
</resource>
<resource name="settings_showflashlight">
Show flashlight
</resource>
<resource name="error">
Error
</resource>
<resource name="error_nowriteaccess">
Cannot save file to {0}.
Please check write accessibility of the selected storage location.
</resource>
<resource name="contextmenu_capturefullscreen">
Capture full screen
</resource>
<resource name="editor_cuttoclipboard">
Cut
</resource>
<resource name="editor_copytoclipboard">
Copy
</resource>
<resource name="editor_pastefromclipboard">
Paste
</resource>
<resource name="about_title">
About Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.
Details about the GNU General Public License:
</resource>
<resource name="error_openlink">
Could not open link.
</resource>
<resource name="error_save">
Could not save screenshot, please find a suitable location.
</resource>
<resource name="about_icons">
Icons from Yusuke Kamiyamane's Fugue icon set (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot is hosted by sourceforge.net at
</resource>
<resource name="about_bugs">
Please report bugs to
</resource>
<resource name="about_donations">
If you like Greenshot, you are welcome to support us:
</resource>
<resource name="editor_imagesaved">
Image saved to {0}.
</resource>
<resource name="editor_storedtoclipboard">
Image stored to clipboard.
</resource>
<resource name="editor_saveas">
Save as...
</resource>
<resource name="editor_file">
File
</resource>
<resource name="editor_edit">
Edit
</resource>
<resource name="editor_object">
Object
</resource>
<resource name="editor_drawellipse">
Draw ellipse (E)
</resource>
<resource name="editor_drawtextbox">
Add textbox (T)
</resource>
<resource name="editor_deleteelement">
Delete
</resource>
<resource name="editor_selectall">
Select all
</resource>
<resource name="editor_copyimagetoclipboard">
Copy image to clipboard
</resource>
<resource name="contextmenu_capturewindow">
Capture window
</resource>
<resource name="editor_duplicate">
Duplicate selected element
</resource>
<resource name="contextmenu_help">
Help
</resource>
<resource name="contextmenu_about">
About Greenshot
</resource>
<resource name="editor_title">
Greenshot image editor
</resource>
<resource name="settings_applicationsettings">
Application Settings
</resource>
<resource name="settings_preferredfilesettings">
Preferred Output File Settings
</resource>
<resource name="settings_skipimageeditor">
Skip image editor
</resource>
<resource name="settings_registerhotkeys">
Register Hotkeys
</resource>
<resource name="settings_tooltip_registerhotkeys">
Defines whether the shortcuts Prnt, Ctrl + Print, Alt + Prnt are reserved for global use by Greenshot at program startup, until the program is shut down.
</resource>
<resource name="editor_senttoprinter">
Print job was sent to '{0}'.
</resource>
<resource name="editor_print">
Print
</resource>
<resource name="help_title">
Greenshot Help
</resource>
<resource name="settings_jpegsettings">
JPEG settings
</resource>
<resource name="settings_jpegquality">
JPEG quality
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Show JPEG quality dialog every time a JPEG image is saved
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG quality
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Please choose the quality for your JPEG image.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Save as default JPEG quality and do not ask again
</resource>
<resource name="editor_forecolor">
Line color
</resource>
<resource name="editor_backcolor">
Fill color
</resource>
<resource name="editor_thickness">
Line thickness
</resource>
<resource name="colorpicker_title">
Color picker
</resource>
<resource name="colorpicker_apply">
Apply
</resource>
<resource name="colorpicker_transparent">
Transparent
</resource>
<resource name="colorpicker_htmlcolor">
HTML color
</resource>
<resource name="colorpicker_red">
Red
</resource>
<resource name="colorpicker_green">
Green
</resource>
<resource name="colorpicker_blue">
Blue
</resource>
<resource name="colorpicker_alpha">
Alpha
</resource>
<resource name="colorpicker_recentcolors">
Recently used colors
</resource>
<resource name="editor_close">
Close
</resource>
<resource name="warning">
Warning
</resource>
<resource name="warning_hotkeys">
One or several hotkeys could not be registered. Therefore, it might not be possible to use the Greenshot hotkeys.
This problem is probably caused by another tool claiming usage of the same hotkeys.
Please deactivate software making use of the Print button. You can also simply use all Greenshot features from the tray icon context menu.
</resource>
<resource name="settings_destination_editor">
Open in image editor
</resource>
<resource name="settings_destination_printer">
Send to printer
</resource>
<resource name="settings_destination_file">
Save directly (using settings below)
</resource>
<resource name="settings_destination_clipboard">
Copy to clipboard
</resource>
<resource name="editor_drawline">
Draw line (L)
</resource>
<resource name="settings_destination">
Screenshot Destination
</resource>
<resource name="editor_drawarrow">
Draw arrow (A)
</resource>
<resource name="editor_arrowheads">
Arrow heads
</resource>
<resource name="editor_arrowheads_start">
Start point
</resource>
<resource name="editor_arrowheads_end">
End point
</resource>
<resource name="editor_arrowheads_both">
Both
</resource>
<resource name="editor_arrowheads_none">
None
</resource>
<resource name="editor_obfuscate_mode">
Obfuscation mode
</resource>
<resource name="editor_highlight_mode">
Highlight mode
</resource>
<resource name="error_multipleinstances">
An instance of Greenshot is already running.
</resource>
<resource name="settings_autostartshortcut">
Launch Greenshot on startup
</resource>
<resource name="clipboard_inuse">
Greenshot wasn't able to write to the clipboard as the process {0} blocked the access.
</resource>
<resource name="print_error">
An error ocurred while trying to print.
</resource>
<resource name="printoptions_title">
Greenshot print options
</resource>
<resource name="printoptions_allowcenter">
Center printout on page
</resource>
<resource name="printoptions_allowenlarge">
Enlarge printout to fit paper size
</resource>
<resource name="printoptions_allowrotate">
Rotate printout to page orientation
</resource>
<resource name="printoptions_allowshrink">
Shrink printout to fit paper size
</resource>
<resource name="printoptions_dontaskagain">
Save options as default and do not ask again
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Show print options dialog every time an image is printed
</resource>
<resource name="settings_printoptions">
Print options
</resource>
<resource name="settings_output">
Output
</resource>
<resource name="settings_general">
General
</resource>
<resource name="editor_clipboardfailed">
Error while accessing the clipboard. Please try again.
</resource>
<resource name="editor_bold">
Bold
</resource>
<resource name="editor_italic">
Italic
</resource>
<resource name="editor_arrange">
Arrange
</resource>
<resource name="editor_fontsize">
Size
</resource>
<resource name="editor_uptotop">
Up to top
</resource>
<resource name="editor_uponelevel">
Up one level
</resource>
<resource name="editor_downonelevel">
Down one level
</resource>
<resource name="editor_downtobottom">
Down to bottom
</resource>
<resource name="contextmenu_quicksettings">
Quick preferences
</resource>
<resource name="bugreport_title">
Error
</resource>
<resource name="bugreport_info">
Sorry, an unexpected error occured.
The good news is: you can help us getting rid of it by filing a bug report.
Please visit the URL below, create a new bug report and paste the contents from the text area into the description.
Please add a meaningful summary and enclose any information you consider to be helpful for reproducing the issue.
Also, we would highly appreciate if you checked whether a tracker item already exists for this bug. (You can use the search to find those quickly.) Thank you :)
</resource>
<resource name="bugreport_cancel">
Close
</resource>
<resource name="settings_copypathtoclipboard">
Copy file path to clipboard every time an image is saved
</resource>
<resource name="editor_copypathtoclipboard">
Copy path to clipboard
</resource>
<resource name="settings_message_filenamepattern">
The following placeholders will be replaced automatically in the pattern defined:
${YYYY} year, 4 digits
${MM} month, 2 digits
${DD} day, 2 digits
${hh} hour, 2 digits
${mm} minute, 2 digits
${ss} second, 2 digits
${NUM} incrementing number, 6 digits
${title} Window title
${user} Windows user
${domain} Windows domain
${hostname} PC name
You can also have Greenshot create directories dynamically, simply use the backslash symbol (\) to separate folders and filename.
Example: the pattern ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
will generate a folder for the current day in your default storage location, e.g. 2008-06-29, the contained screenshot file's name will be based on the current
time, e.g. 11-58-32 (plus extension defined in the settings)
</resource>
<resource name="editor_cursortool">
Selection Tool (ESC)
</resource>
<resource name="settings_destination_fileas">
Save as (displaying dialog)
</resource>
<resource name="quicksettings_destination_file">
Save directly (using preferred file output settings)
</resource>
<resource name="editor_opendirinexplorer">
Open directory in Windows Explorer
</resource>
<resource name="printoptions_timestamp">
Print date / time at bottom of page
</resource>
<resource name="editor_drawhighlighter">
Highlight (H)
</resource>
<resource name="editor_obfuscate_blur">
Blur
</resource>
<resource name="editor_obfuscate_pixelize">
Pixelize
</resource>
<resource name="editor_highlight_area">
Highlight area
</resource>
<resource name="editor_highlight_text">
Highlight text
</resource>
<resource name="editor_highlight_grayscale">
Grayscale
</resource>
<resource name="editor_highlight_magnify">
Magnify
</resource>
<resource name="editor_pixel_size">
Pixel size
</resource>
<resource name="editor_obfuscate">
Obfuscate (O)
</resource>
<resource name="editor_blur_radius">
Blur radius
</resource>
<resource name="editor_brightness">
Brightness
</resource>
<resource name="editor_preview_quality">
Preview quality
</resource>
<resource name="editor_magnification_factor">
Magnification factor
</resource>
<resource name="editor_shadow">
Shadow
</resource>
<resource name="editor_confirm">
Confirm
</resource>
<resource name="editor_cancel">
Cancel
</resource>
<resource name="editor_crop">
Crop (C)
</resource>
<resource name="contextmenu_captureclipboard">
Open image from clipboard
</resource>
<resource name="clipboard_error">
An unexpected error occured while writing to the clipboard.
</resource>
<resource name="config_unauthorizedaccess_write">
Could not save Greenshot's configuration file. Please check access permissions for '{0}'.
</resource>
<resource name="settings_printer">
Printer
</resource>
<resource name="settings_capture">
Capture
</resource>
<resource name="settings_capture_mousepointer">
Capture mousepointer
</resource>
<resource name="contextmenu_openfile">
Open image from file
</resource>
<resource name="error_openfile">
The file "{0}" could not be opened.
</resource>
<resource name="editor_close_on_save">
Do you want the save the screenshot?
</resource>
<resource name="editor_close_on_save_title">
Save image?
</resource>
<resource name="settings_capture_windows_interactive">
Use interactive window capture mode
</resource>
<resource name="settings_capture_window_full">
Capture window even if obstructed
</resource>
<resource name="settings_capture_window_content">
Capture content only by supported applications
</resource>
<resource name="settings_destination_email">
E-Mail
</resource>
<resource name="editor_email">
E-Mail
</resource>
<resource name="editor_load_objects">
Load objects from file
</resource>
<resource name="editor_save_objects">
Save objects to file
</resource>
<resource name="settings_waittime">
Milliseconds to wait before capture
</resource>
<resource name="tooltip_firststart">
Right-click here or press the Print-key.
</resource>
<resource name="contextmenu_donate">
Support Greenshot
</resource>
</resources>
</language>

View file

@ -1,532 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Español" ietf="es-ES" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
<!--English translation by YOUR_NAME-->
</resource>
<resource name="application_title">
Greenshot - La revoluconaria Utilidad de Captura de Pantalla
</resource>
<resource name="editor_drawrectangle">
Dibujar Rectángulo (R)
</resource>
<resource name="editor_save">
Guardar
</resource>
<resource name="contextmenu_settings">
Preferencias...
</resource>
<resource name="settings_storagelocation">
Lugar de Almacenamiento
</resource>
<resource name="settings_title">
Configuración
</resource>
<resource name="settings_tooltip_storagelocation">
Lugar donde las capturas de pantalla serán guardadas por defecto(dejar en blanco para guardar en el escritorio)
</resource>
<resource name="settings_language">
Lenguaje
</resource>
<resource name="settings_filenamepattern">
Formato para nombre del archivo
</resource>
<resource name="settings_tooltip_language">
Lenguaje de la interface de usuario de Greenshot(requiere reiniciar)
</resource>
<resource name="settings_tooltip_filenamepattern">
Formato usado para generar el nombre de los archivos cuando se guarda carpturas de pantalla
</resource>
<resource name="settings_primaryimageformat">
Formato de Imagen
</resource>
<resource name="settings_tooltip_primaryimageformat">
Formato de imagen usado por defecto
</resource>
<resource name="contextmenu_capturearea">
Capturar región
</resource>
<resource name="contextmenu_capturelastregion">
Capturar la última región
</resource>
<resource name="contextmenu_exit">
Salir
</resource>
<resource name="settings_visualization">
Efectos
</resource>
<resource name="settings_playsound">
Reproducir sonido de cámara
</resource>
<resource name="settings_showflashlight">
Mostrar Flash
</resource>
<resource name="error">
Error
</resource>
<resource name="error_nowriteaccess">
No se puede guardar el archivo a {0}.
Por favor verifique la ruta de almacenamiento seleccionada.
</resource>
<resource name="contextmenu_capturefullscreen">
Capturar pantalla completa
</resource>
<resource name="editor_cuttoclipboard">
Cortar
</resource>
<resource name="editor_copytoclipboard">
Copiar
</resource>
<resource name="editor_pastefromclipboard">
Pegar
</resource>
<resource name="about_title">
Acerca de Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot viene ABSOLUTAMENTE SIN GARANTIA. Este es software gratuito, y eres bienvenido a redistribuirlo bajo ciertas condiciones.
Detalles acerca de la Licencia General Publica GNU:
</resource>
<resource name="error_openlink">
No se puede abrir la dirección.
</resource>
<resource name="error_save">
No se puede guardar la captura, por favor busque una ubicación adecuada.
</resource>
<resource name="about_icons">
Iconos del conjunto de iconos Fugue de Yusuke Kamiyamane(Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot está alojado en sourceforge.net en
</resource>
<resource name="about_bugs">
Por favor reporte errores a
</resource>
<resource name="about_donations">
Si te gusta Greenshot, eres bienvenido a apoyarnos:
</resource>
<resource name="editor_imagesaved">
Imagen guardada a{0}.
</resource>
<resource name="editor_storedtoclipboard">
Imagen alojada en el portapapeles.
</resource>
<resource name="editor_saveas">
Guardar como...
</resource>
<resource name="editor_file">
Archivo
</resource>
<resource name="editor_edit">
Editar
</resource>
<resource name="editor_object">
Objeto
</resource>
<resource name="editor_drawellipse">
Dibujar Elipse (E)
</resource>
<resource name="editor_drawtextbox">
Agregar cuadro de texto (T)
</resource>
<resource name="editor_deleteelement">
Eliminar
</resource>
<resource name="editor_selectall">
Seleccionar todo
</resource>
<resource name="editor_copyimagetoclipboard">
Copiar imagen al portapapeles
</resource>
<resource name="contextmenu_capturewindow">
Capturar ventana
</resource>
<resource name="editor_duplicate">
Duplicar elemento seleccionado
</resource>
<resource name="contextmenu_help">
Ayuda
</resource>
<resource name="contextmenu_about">
Acerca de Greenshot
</resource>
<resource name="editor_title">
Editor de Imagenes Greenshot
</resource>
<resource name="settings_applicationsettings">
Configuración de la aplicación
</resource>
<resource name="settings_preferredfilesettings">
Configuración preferida de archivos de salida
</resource>
<resource name="settings_skipimageeditor">
Saltar Editor de imagenes
</resource>
<resource name="settings_registerhotkeys">
Registrar accesos de teclado
</resource>
<resource name="settings_tooltip_registerhotkeys">
define si los accesos directos Prnt, Ctrl + Print, Alt + Prnt estan reservados para uso global por Greenshot al inicio, hasta cerrar el programa.
</resource>
<resource name="editor_senttoprinter">
Imprimir trabajo enviado a '{0}'.
</resource>
<resource name="editor_print">
Imprimir
</resource>
<resource name="help_title">
Ayuda de Greenshot
</resource>
<resource name="settings_jpegsettings">
Configuración para JPEG
</resource>
<resource name="settings_jpegquality">
Calidad del JPEG
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Mostrar el dialogo de calidad del JPEG cada vez que una imagen JPEG es guardada
</resource>
<resource name="jpegqualitydialog_title">
Calidad de JPEG Greenshot
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Por favor seleccione la calidad para su imagen JPEG.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Guardar calidad JPEG por defecto y no preguntar de nuevo
</resource>
<resource name="editor_forecolor">
Color de linea
</resource>
<resource name="editor_backcolor">
llenar color
</resource>
<resource name="editor_thickness">
Ancho de linea
</resource>
<resource name="colorpicker_title">
Selector de Color
</resource>
<resource name="colorpicker_apply">
Aplicar
</resource>
<resource name="colorpicker_transparent">
Transparencia
</resource>
<resource name="colorpicker_htmlcolor">
Color HTML
</resource>
<resource name="colorpicker_red">
Rojo
</resource>
<resource name="colorpicker_green">
Verde
</resource>
<resource name="colorpicker_blue">
Azul
</resource>
<resource name="colorpicker_alpha">
Alpha
</resource>
<resource name="colorpicker_recentcolors">
Colores usados recientemente
</resource>
<resource name="editor_close">
Cerrar
</resource>
<resource name="warning">
Atención
</resource>
<resource name="warning_hotkeys">
Uno o varios accesos de teclado podrian no estar registrados. Por lo tanto, no pude ser posible usar los accesos de teclado de Greenshot.
Este problema es causado probablemente otra herramienta reclama el uso de los mismos accesos de teclado.
Porfavor desactive el programa haciendo uso del boton imprimir. Tu puedes también simplemente usar todos las caracteristicas de Greenshot desde el menú contextual en la tray icon.
</resource>
<resource name="settings_destination_editor">
Abrir imagen en el editor
</resource>
<resource name="settings_destination_printer">
Enviar a imprimir
</resource>
<resource name="settings_destination_file">
Guardar directamente (Usando los valores debajo)
</resource>
<resource name="settings_destination_clipboard">
CCopiar al portapapeles
</resource>
<resource name="editor_drawline">
Dibujar linea (L)
</resource>
<resource name="settings_destination">
Destino de la captura de pantalla
</resource>
<resource name="editor_drawarrow">
Dibujar flecha (A)
</resource>
<resource name="editor_arrowheads">
Puntas de flecha
</resource>
<resource name="editor_arrowheads_start">
Punto de inicio
</resource>
<resource name="editor_arrowheads_end">
Punto final
</resource>
<resource name="editor_arrowheads_both">
Ambos
</resource>
<resource name="editor_arrowheads_none">
Ninguno
</resource>
<resource name="editor_obfuscate_mode">
Modo Obfuscación
</resource>
<resource name="editor_highlight_mode">
Modo de resaltado
</resource>
<resource name="error_multipleinstances">
Una instancia de Greenshot ya se está ejecutando.
</resource>
<resource name="settings_autostartshortcut">
Cargar Greenshot al inicio
</resource>
<resource name="clipboard_inuse">
Greenshot no esta habilitado para escribir al portapapeles como proceso {0} acceso denegado.
</resource>
<resource name="print_error">
Un error ocurrío mientras se trataba de imprimir.
</resource>
<resource name="printoptions_title">
Opciones de impresion Greenshot
</resource>
<resource name="printoptions_allowcenter">
Centrar impresión en la página
</resource>
<resource name="printoptions_allowenlarge">
Agrandar la impresion para llenar el papel
</resource>
<resource name="printoptions_allowrotate">
Rotar imresion a orientacion de la página.
</resource>
<resource name="printoptions_allowshrink">
Ajustar impresión al tamaño del papel
</resource>
<resource name="printoptions_dontaskagain">
Guardar opciones por defecto y no preguntar de nuevo
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Mostrar el cuadro de opciones de impresión cada vez que una imagen es impresa
</resource>
<resource name="settings_printoptions">
Opciones de Impresión
</resource>
<resource name="settings_output">
Salida
</resource>
<resource name="settings_general">
General
</resource>
<resource name="editor_clipboardfailed">
Error accesando al portapapeles. Por favor trate de nuevo.
</resource>
<resource name="editor_bold">
Negrita
</resource>
<resource name="editor_italic">
Cursiva
</resource>
<resource name="editor_arrange">
Organizar
</resource>
<resource name="editor_fontsize">
Tamaño
</resource>
<resource name="editor_uptotop">
Ir arriba
</resource>
<resource name="editor_uponelevel">
Subir un nivel
</resource>
<resource name="editor_downonelevel">
Bajar un nivel
</resource>
<resource name="editor_downtobottom">
Bajar a la parte inferior
</resource>
<resource name="contextmenu_quicksettings">
Preferencias rápidas
</resource>
<resource name="bugreport_title">
Error
</resource>
<resource name="bugreport_info">
Lo sentimos, ha ocurrido un error inesperado.
La buena noticia es: tu puedes ayudar enviandónos información a travéz de un reporte de errores.
Por favor visite la URL de abajo, cree un nuevo reporte de errores y pegue el contenido desde el área de texto a la descripción.
Por favor agregue un significativo resumen y encierre alguna información que consideres útil para reproducir el problema.
También, no sotros apreciaremos mucho si tu marcas si uno de los existentes artu}iculos ya existe para este problema. (Puedes usar la busqueda para buscarlo rápidamente.) Gracias :)
</resource>
<resource name="bugreport_cancel">
Cerrar
</resource>
<resource name="settings_copypathtoclipboard">
Copiar ubicación al portapapeles cada vez que una imagen es guardada
</resource>
<resource name="editor_copypathtoclipboard">
Copiar ubicación al portapapeles
</resource>
<resource name="settings_message_filenamepattern">
Los siguientes marcadores de posición serán reemplazados automáticamente por el formato definido:
${YYYY} año, 4 digitos
${MM} mes, 2 digitos
${DD} día, 2 digitos
${hh} hora, 2 digitos
${mm} minuto, 2 digitos
${ss} segundo, 2 digitos
${NUM} número incremento, 6 digitos
${title} Titulo de ventana
${user} Usuario de Windows
${domain} Dominio de Windows
${hostname} Nombre del Equipo
También puedes crear Greenshot ubicaciones dinámicamente, simplemente usa el simbolo de diagonal (\) para separar carpetas y nombres de archivo.
Ejemplo: el formato ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
generará una carpeta para el dia presente dentro de tu folder de almacenamiento por defento, ejemplo: 2008-06-29, los nombre de las imagenes contenidas serán basados en el momento
presente, ejemplo: 11_58_32 (más la extension definida en la configuración)
</resource>
<resource name="editor_cursortool">
Herramienta de Selección (ESC)
</resource>
<resource name="settings_destination_fileas">
Guardar como (mostrando cuadro)
</resource>
<resource name="quicksettings_destination_file">
Guardar directamente (Usando configuracion preferida para archivos de salida)
</resource>
<resource name="editor_opendirinexplorer">
Abrir ubicación en explorador de windows
</resource>
<resource name="printoptions_timestamp">
Imprimir fecha / tiempo en la parte inferior de la página
</resource>
<resource name="editor_drawhighlighter">
Enfocar (H)
</resource>
<resource name="editor_obfuscate_blur">
Blur (desenfocar)
</resource>
<resource name="editor_obfuscate_pixelize">
Pixelizar
</resource>
<resource name="editor_highlight_area">
Área de enfoque
</resource>
<resource name="editor_highlight_text">
Enfocar texto
</resource>
<resource name="editor_highlight_grayscale">
Escala de grises
</resource>
<resource name="editor_highlight_magnify">
Aumentar
</resource>
<resource name="editor_pixel_size">
tamano de Pixel
</resource>
<resource name="editor_obfuscate">
Obfuscar (O)
</resource>
<resource name="editor_blur_radius">
Radio de desenfoque
</resource>
<resource name="editor_brightness">
Brillo
</resource>
<resource name="editor_preview_quality">
Calidad previa
</resource>
<resource name="editor_magnification_factor">
Aumentar factor
</resource>
<resource name="editor_shadow">
Sombra
</resource>
<resource name="editor_confirm">
Confirmar
</resource>
<resource name="editor_cancel">
Cancelar
</resource>
<resource name="editor_crop">
Cortar (C)
</resource>
<resource name="contextmenu_captureclipboard">
Abrir imagen desde el portapapeles
</resource>
<resource name="clipboard_error">
Un error inesperado ocurrio mientras se escribia al portapapeles.
</resource>
<resource name="config_unauthorizedaccess_write">
No se puede guardar el archivo de configuracion de Greenshot. Por favor verifique los permisos de acceso a '{0}'.
</resource>
<resource name="settings_printer">
Impresora
</resource>
<resource name="settings_capture">
Capturar
</resource>
<resource name="settings_capture_mousepointer">
Capturar cursor del ratón
</resource>
<resource name="contextmenu_openfile">
Abrir imagen desde archivo
</resource>
<resource name="error_openfile">
El archivo "{0}" no se pudo abrir.
</resource>
<resource name="editor_close_on_save">
¿Quieres guardar la misma captura de pantalla?
</resource>
<resource name="editor_close_on_save_title">
¿Guardar imagen?
</resource>
<resource name="settings_capture_windows_interactive">
Usar modo interactivo de caputara de ventana
</resource>
<resource name="settings_capture_window_full">
Capturar ventana aunque esté obstruida
</resource>
<resource name="settings_capture_window_content">
Capturar contenido solo por aplicaciones soportadas
</resource>
<resource name="settings_destination_email">
Correo esectrónico
</resource>
<resource name="editor_email">
Correo esectrónico
</resource>
<resource name="editor_load_objects">
Cargar archivos desde archivo
</resource>
<resource name="editor_save_objects">
Guardar objetos a archivo
</resource>
<resource name="settings_waittime">
Milisegundos a esperar antes de capturar
</resource>
<resource name="tooltip_firststart">
Clic derecho aquí o presionar la tecla imprimir.
</resource>
<resource name="contextmenu_donate">
Soporte de Greenshot
</resource>
</resources>
</language>

View file

@ -1,530 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Suomi" ietf="fi-FI" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Suomenkielinen käännös: Jari Majaniemi
</resource>
<resource name="application_title">
Greenshot - vallankumouksellinen ohjelma kuvankaappaukseen
</resource>
<resource name="editor_drawrectangle">
Piirrä suorakaide (R)
</resource>
<resource name="editor_save">
Tallenna
</resource>
<resource name="contextmenu_settings">
Asetukset...
</resource>
<resource name="settings_storagelocation">
Tallennuskansio
</resource>
<resource name="settings_title">
Asetukset
</resource>
<resource name="settings_tooltip_storagelocation">
Oletuskansio kuvien tallennukseen (jätä tyhjäksi jos haluat kuvat työpöydälle)
</resource>
<resource name="settings_language">
Kieli
</resource>
<resource name="settings_filenamepattern">
Tiedostonimen malli
</resource>
<resource name="settings_tooltip_language">
Greenshot käyttöliittymän kieli (vaatii uudelleenkäynnistyksen)
</resource>
<resource name="settings_tooltip_filenamepattern">
Malli tallennustiedoston nimen generointiin
</resource>
<resource name="settings_primaryimageformat">
Kuvaformaatti
</resource>
<resource name="settings_tooltip_primaryimageformat">
Kuvan tallennusformaatin oletusarvo
</resource>
<resource name="contextmenu_capturearea">
Kaappaa alue
</resource>
<resource name="contextmenu_capturelastregion">
Kaappaa edellinen alue
</resource>
<resource name="contextmenu_exit">
Lopeta
</resource>
<resource name="settings_visualization">
Kaappauksen jälkeen
</resource>
<resource name="settings_playsound">
Kameraääni
</resource>
<resource name="settings_showflashlight">
Väläytä näyttöä
</resource>
<resource name="error">
Virhe
</resource>
<resource name="error_nowriteaccess">
Tiedoston tallennus epäonnistui paikkaan {0}.
Tarkista valitun tallennuspaikan kirjoitussuojaus.
</resource>
<resource name="contextmenu_capturefullscreen">
Kaappaa koko näyttö
</resource>
<resource name="editor_cuttoclipboard">
Leikkaa
</resource>
<resource name="editor_copytoclipboard">
Kopioi
</resource>
<resource name="editor_pastefromclipboard">
Liitä
</resource>
<resource name="about_title">
Tietoja Greenshotista
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.
Details about the GNU General Public License:
</resource>
<resource name="error_openlink">
Linkin avaaminen epäonnistui.
</resource>
<resource name="error_save">
Kuvan tallennus epäonnistui. Valitse uusi tallennuspaikka.
</resource>
<resource name="about_icons">
Ikonit ovat Yusuke Kamiyamane:n Fugue ikonisarjasta (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot is hosted by sourceforge.net at
</resource>
<resource name="about_bugs">
Raportoi virheet tänne
</resource>
<resource name="about_donations">
Jos pidät Greenshotista niin toivottavasti tuet meitä:
</resource>
<resource name="editor_imagesaved">
Kuva on tallennettu paikkaan {0}.
</resource>
<resource name="editor_storedtoclipboard">
Kuva on kopioitu leikepöydälle.
</resource>
<resource name="editor_saveas">
Tallenna nimellä...
</resource>
<resource name="editor_file">
Tiedosto
</resource>
<resource name="editor_edit">
Muokkaa
</resource>
<resource name="editor_object">
Objektit
</resource>
<resource name="editor_drawellipse">
Piirrä ellipsi (E)
</resource>
<resource name="editor_drawtextbox">
Lisää tekstikehys (T)
</resource>
<resource name="editor_deleteelement">
Poista
</resource>
<resource name="editor_selectall">
Valitse kaikki
</resource>
<resource name="editor_copyimagetoclipboard">
Kopioi kuva leikepöydälle
</resource>
<resource name="contextmenu_capturewindow">
Kaappaa ikkuna
</resource>
<resource name="editor_duplicate">
Kahdenna valittu objekti
</resource>
<resource name="contextmenu_help">
Ohje
</resource>
<resource name="contextmenu_about">
Tietoja Greenshotista
</resource>
<resource name="editor_title">
Greenshot kuvan muokkaus
</resource>
<resource name="settings_applicationsettings">
Ohjelman asetukset
</resource>
<resource name="settings_preferredfilesettings">
Oletusasetukset tiedostoille
</resource>
<resource name="settings_skipimageeditor">
Älä käynnistä kuvan muokkausta
</resource>
<resource name="settings_registerhotkeys">
Rekisteröi pikanäppäimet
</resource>
<resource name="settings_tooltip_registerhotkeys">
Määrittää pikanäppäimet Prnt, Ctrl + Print, Alt + Prnt Greenshotin käyttöön käynnistyksestä ohjelman sulkemiseen asti.
</resource>
<resource name="editor_senttoprinter">
Tulostustyö lähetettiin tulostimelle '{0}'.
</resource>
<resource name="editor_print">
Tulosta
</resource>
<resource name="help_title">
Greenshot Ohje
</resource>
<resource name="settings_jpegsettings">
JPEG asetukset
</resource>
<resource name="settings_jpegquality">
JPEG laatu
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Näytä JPEG laatuvalinnat aina kun tallennetaan JPEG muodossa
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG laatu
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Valitse JPEG kuvan tallennuslaatu.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Tallenna oletusarvoksi. Älä kysy uudestaan.
</resource>
<resource name="editor_forecolor">
Viivan väri
</resource>
<resource name="editor_backcolor">
Täyttöväri
</resource>
<resource name="editor_thickness">
Viivan paksuus
</resource>
<resource name="colorpicker_title">
Värin valitsin
</resource>
<resource name="colorpicker_apply">
Käytä
</resource>
<resource name="colorpicker_transparent">
Läpinäk.
</resource>
<resource name="colorpicker_htmlcolor">
HTML väri
</resource>
<resource name="colorpicker_red">
Pun.
</resource>
<resource name="colorpicker_green">
Vihreä
</resource>
<resource name="colorpicker_blue">
Sininen
</resource>
<resource name="colorpicker_alpha">
Alfa
</resource>
<resource name="colorpicker_recentcolors">
Viimeksi käytetyt värit
</resource>
<resource name="editor_close">
Sulje
</resource>
<resource name="warning">
Varoitus
</resource>
<resource name="warning_hotkeys">
Yhtä tai useampia pikanäppäimiä ei saatu rekisteröidyksi. Voi olla etteivät pikanäppäimet toimi.
Tämä joshtuu todennäköisesti siitä että joku muu ohjelma käyttää samoja pikanäppäimiä.
Sammuta se ohjelma joka käyttäää print näppäintä. Vaihtoehtoisesti voit käyttää kaikkia Greenshot ominaisuuksia myös tehtäväpalkin valikosta.
</resource>
<resource name="settings_destination_editor">
Avaa kuva muokkaimessa
</resource>
<resource name="settings_destination_printer">
Tulosta
</resource>
<resource name="settings_destination_file">
Tallenna heti (alla olevilla asetuksilla)
</resource>
<resource name="settings_destination_clipboard">
Kopioi leikepöydälle
</resource>
<resource name="editor_drawline">
Piirrä viiva (L)
</resource>
<resource name="settings_destination">
Kaapatun kuvan käsittely
</resource>
<resource name="editor_drawarrow">
Piirrä nuoli (A)
</resource>
<resource name="editor_arrowheads">
Nuolenpäät
</resource>
<resource name="editor_arrowheads_start">
Alkupää
</resource>
<resource name="editor_arrowheads_end">
Loppupää
</resource>
<resource name="editor_arrowheads_both">
Molemmat
</resource>
<resource name="editor_arrowheads_none">
Ei
</resource>
<resource name="editor_obfuscate_mode">
Häivytys
</resource>
<resource name="editor_highlight_mode">
Korostus
</resource>
<resource name="error_multipleinstances">
Greenshot on jo käynnissä.
</resource>
<resource name="settings_autostartshortcut">
Käynnistä Greenshot automaattisesti.
</resource>
<resource name="clipboard_inuse">
Greenshot ei voinut kirjoittaa leikepöydälle sillä prosessi {0} esti leikepöydän käytön.
</resource>
<resource name="print_error">
Virhe tulostettaessa.
</resource>
<resource name="printoptions_title">
Greenshot tulostusasetukset
</resource>
<resource name="printoptions_allowcenter">
Keskitä sivulle
</resource>
<resource name="printoptions_allowenlarge">
Suurenna paperikokoa vastaavaksi
</resource>
<resource name="printoptions_allowrotate">
Käännä vastaamaan paperin suuntaa
</resource>
<resource name="printoptions_allowshrink">
Pienennä paperikokoa vastaavaksi
</resource>
<resource name="printoptions_dontaskagain">
Tallenna oletusarvoiksi. Älä kysy uudestaan.
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Näytä tulostusasetukset aina tulostettaessa
</resource>
<resource name="settings_printoptions">
Tulostusasetukset
</resource>
<resource name="settings_output">
Tallennus
</resource>
<resource name="settings_general">
Yleiset
</resource>
<resource name="editor_clipboardfailed">
Leikepöydän käsittely epäonnistui. Yritä uudelleen.
</resource>
<resource name="editor_bold">
Lihavoitu
</resource>
<resource name="editor_italic">
Kursiivi
</resource>
<resource name="editor_arrange">
Järjestä
</resource>
<resource name="editor_fontsize">
Size
</resource>
<resource name="editor_uptotop">
Tuo eteen
</resource>
<resource name="editor_uponelevel">
Siirrä eteenpäin
</resource>
<resource name="editor_downonelevel">
Siirä taaksepäin
</resource>
<resource name="editor_downtobottom">
Vie taakse
</resource>
<resource name="contextmenu_quicksettings">
Pika-asetukset
</resource>
<resource name="bugreport_title">
Virhe
</resource>
<resource name="bugreport_info">
Törmäsimme odottamattomaan virheeseen, pahoittelumme siitä.
Toivottavasti autat meitä korjaamaan tuon virheen.
Voit auttaa avaamalla alla olevan linkin ja täyttämällä siellä virheraportin ja kopioimalla kuvauksen tekstialueelta mukaan virheraporttiin.
Lisää raporttiin myös ymmärrettävä kuvaus virheestä ja muuta sellaista tietoa joka mielestäsi voi auttaa virheen toistamiseksi uudelleen.
Olisi myös hyvä jos voisit tarkistaa onko virhe jo raportoitu aikaisemmin (voit käyttää hakutoimintoa). Kiitos :-)
</resource>
<resource name="bugreport_cancel">
Sulje
</resource>
<resource name="settings_copypathtoclipboard">
Kopioi tiedostopolku leikepöydälle kun tiedosto tallennetaan.
</resource>
<resource name="editor_copypathtoclipboard">
Kopioi tiedostopolku leikepöydälle
</resource>
<resource name="settings_message_filenamepattern">
Seuraavat merkkijonot korvataan automaattisesti niitä vastaavilla arvoilla:
%YYYY% vuosiluku, 4 numeroa
%MM% kuukausi, 2 numeroa
%DD% päivä, 2 numeroa
%hh% tunnit, 2 numeroa
%mm% minuutit, 2 numeroa
%ss% sekunnit, 2 numeroa
%NUM% juokseva numero, 6 numeroa
%title% Ikkunan otsikko
%user% Windows käyttäjä
%domain% Windows domain
%hostname% PC nimi
Greenshot voi myös luoda hakemistot automaattisesti, erottele hakemisto ja tiedostonimi kenoviivalla (\).
Esimerkki: Merkkijono %YYYY%-%MM%-%DD%\%hh%-%mm%-%ss%
luo nykyisen päivämäärän mukaisen hakemiston oletuskansioon, esim. 2008-06-29, ja sinne tallennettavan kaappauksen tiedostonimeksi tulee kellonaika,
esim 11_58_32 (ja tiedostotyypin mukainen loppuliite)
</resource>
<resource name="editor_cursortool">
Valintatyökalu (ESC)
</resource>
<resource name="settings_destination_fileas">
Tallenna nimellä (valintaikkuna)
</resource>
<resource name="quicksettings_destination_file">
Tallenna heti (oletusasetuksilla)
</resource>
<resource name="editor_opendirinexplorer">
Avaa hakemisto Windows Resurssienhallinnassa
</resource>
<resource name="printoptions_timestamp">
Tulosta päiväys ja kellonaika sivun alalaitaan
</resource>
<resource name="editor_drawhighlighter">
Korosta (H)
</resource>
<resource name="editor_obfuscate_blur">
Sumenna
</resource>
<resource name="editor_obfuscate_pixelize">
Pikselöi
</resource>
<resource name="editor_highlight_area">
Korosta alue
</resource>
<resource name="editor_highlight_text">
Korosta teksti
</resource>
<resource name="editor_highlight_grayscale">
Grayscale
</resource>
<resource name="editor_highlight_magnify">
Magnify
</resource>
<resource name="editor_pixel_size">
Pixel size
</resource>
<resource name="editor_obfuscate">
Häivytä (O)
</resource>
<resource name="editor_blur_radius">
Sumennussäde
</resource>
<resource name="editor_brightness">
Kirkkaus
</resource>
<resource name="editor_preview_quality">
Esikatselun laatu
</resource>
<resource name="editor_magnification_factor">
Suurennuskerroin
</resource>
<resource name="editor_shadow">
Varjo
</resource>
<resource name="editor_confirm">
Hyväksy
</resource>
<resource name="editor_cancel">
Peruuta
</resource>
<resource name="editor_crop">
Rajaa (C)
</resource>
<resource name="contextmenu_captureclipboard">
Avaa kuva leikepöydältä
</resource>
<resource name="clipboard_error">
Odottamaton virhe kirjoitettaessa leikepöydälle.
</resource>
<resource name="config_unauthorizedaccess_write">
Greenshot asetusten kirjoitus epäonnistui. Tarkista tiedoston '{0}' kirjoitusoikeudet.
</resource>
<resource name="settings_printer">
Tulostus
</resource>
<resource name="settings_capture">
Kaappaus
</resource>
<resource name="settings_capture_mousepointer">
Tallenna kursori
</resource>
<resource name="contextmenu_openfile">
Avaa kuva tiedostosta
</resource>
<resource name="error_openfile">
Tiedoston "{0}" avaus epäonnistui.
</resource>
<resource name="editor_close_on_save">
Tallennetaanko kuva?
</resource>
<resource name="editor_close_on_save_title">
Tallennetaanko?
</resource>
<resource name="settings_capture_windows_interactive">
Interaktiivinen ikkunan kaappaus
</resource>
<resource name="settings_capture_window_full">
Kaappaa ikkuna vaikka se ei näy kokonaan
</resource>
<resource name="settings_capture_window_content">
Capture content only by supported applications
</resource>
<resource name="settings_destination_email">
Sähköposti
</resource>
<resource name="editor_email">
Sähköposti
</resource>
<resource name="editor_load_objects">
Lataa objektit tiedostosta
</resource>
<resource name="editor_save_objects">
Tallenna objektit tiedostoon
</resource>
<resource name="settings_waittime">
Viive ennen kaappausta (ms)
</resource>
<resource name="tooltip_firststart">
Näpäytä tähän oikealla tai paina Print -näppäintä.
</resource>
<resource name="contextmenu_donate">
Tue Greenshot kehitystyötä
</resource>
</resources>
</language>

View file

@ -1,514 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Français" ietf="fr-FR" version="0.8.0">
<resources>
<resource name="about_translation">
Traduction Française par 恵美の女猫 (EminoMeneko).
</resource>
<resource name="application_title">
Greenshot - l'utilitaire révolutionnaire de capture d'écran
</resource>
<resource name="editor_drawrectangle">
Dessiner un rectangle (R)
</resource>
<resource name="editor_save">
Sauvegarder
</resource>
<resource name="contextmenu_settings">
Préférences...
</resource>
<resource name="settings_storagelocation">
Rép. de sauvegarde
</resource>
<resource name="settings_title">
Paramètres
</resource>
<resource name="settings_tooltip_storagelocation">
Répertoire où sont stockés vos captures d'écran par défaut. (Laisser vide pour sauvegarder sur le bureau)
</resource>
<resource name="settings_language">
Langue
</resource>
<resource name="settings_filenamepattern">
Motif du nom de fichier
</resource>
<resource name="settings_tooltip_language">
Langue utilisée pour l'interface utilisateur de Greenshot
</resource>
<resource name="settings_tooltip_filenamepattern">
Motif utilisé pour générer les noms de fichier lors de la sauvegarde des captures d'écran
</resource>
<resource name="settings_primaryimageformat">
Format d'image
</resource>
<resource name="settings_tooltip_primaryimageformat">
Format d'image par défaut
</resource>
<resource name="contextmenu_capturearea">
Capture par région
</resource>
<resource name="contextmenu_capturelastregion">
Capturer la dernière région
</resource>
<resource name="contextmenu_exit">
Quitter
</resource>
<resource name="settings_visualization">
Effets
</resource>
<resource name="settings_playsound">
Jouer un son d'appareil photo
</resource>
<resource name="settings_showflashlight">
Faire flasher l'écran
</resource>
<resource name="error">
Erreur
</resource>
<resource name="error_nowriteaccess">
Ne peut sauvegarder le fichier vers {0}.
Veuillez vérifier l'accessibilité du répertoire de stockage.
</resource>
<resource name="contextmenu_capturefullscreen">
Capture plein écran
</resource>
<resource name="editor_cuttoclipboard">
Couper
</resource>
<resource name="editor_copytoclipboard">
Copier
</resource>
<resource name="editor_pastefromclipboard">
Coller
</resource>
<resource name="about_title">
A propose de Greenshot
</resource>
<resource name="about_license">
Copyright © 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot vous est fourni SANS AUCUNE GARANTIE. C'est un logiciel gratuit que vous êtes libres de redistribuer sous certaines conditions.
Détails de la GNU General Public License :
</resource>
<resource name="error_openlink">
Ne peut ouvrir le lien
</resource>
<resource name="error_save">
Ne peut sauvegarder la capture d'écran. Veuillez trouver un répertoire adéquat !
</resource>
<resource name="about_icons">
Icônes provenant du lot d'icônes Fugue de Kamiyamane Yuusuke (Creative Commons Attrubution 3.0 license)
</resource>
<resource name="about_host">
Greenshot est hébergé par sourceforge.net à
</resource>
<resource name="about_bugs">
Veuillez rapporter les bogues à
</resource>
<resource name="about_donations">
Si vous aimez Greenshot, vous pouvez nous soutenir :
</resource>
<resource name="editor_imagesaved">
Image sauvegardée vers {0}.
</resource>
<resource name="editor_storedtoclipboard">
L'image a été placée dans le presse-papier.
</resource>
<resource name="editor_saveas">
Sauvegarder sous...
</resource>
<resource name="editor_file">
Fichier
</resource>
<resource name="editor_edit">
Édition
</resource>
<resource name="editor_object">
Objet
</resource>
<resource name="editor_drawellipse">
Dessiner une ellipse (E)
</resource>
<resource name="editor_drawtextbox">
Ajouter une boite de texte (T)
</resource>
<resource name="editor_deleteelement">
Supprimer
</resource>
<resource name="editor_selectall">
Sélectionner tout
</resource>
<resource name="editor_copyimagetoclipboard">
Copier l'image vers le presse-papier
</resource>
<resource name="contextmenu_capturewindow">
Capturer la fenêtre
</resource>
<resource name="editor_duplicate">
Dupliquer l'élément sélectionné
</resource>
<resource name="contextmenu_help">
Aide
</resource>
<resource name="contextmenu_about">
À propos
</resource>
<resource name="editor_title">
Greenshot Image Editor
</resource>
<resource name="settings_applicationsettings">
Paramètres de l'application
</resource>
<resource name="settings_preferredfilesettings">
Préférences d'enregistrement
</resource>
<resource name="settings_skipimageeditor">
Passer l'éditeur d'image
</resource>
<resource name="settings_registerhotkeys">
Enregistrer les raccourcis clavier
</resource>
<resource name="settings_tooltip_registerhotkeys">
Détermine si les raccourcis clavier Impr. écran, Ctrl+Impr. écran, Alt+Impr. écran sont réservés à Greenshot auprès du système lorsqu'il est en cours d'exécution.
</resource>
<resource name="editor_senttoprinter">
La tâche d'impression a été envoyée vers '{0}'.
</resource>
<resource name="editor_print">
Imprimer
</resource>
<resource name="help_title">
Aide de Greenshot
</resource>
<resource name="settings_jpegsettings">
Paramètres JPEG
</resource>
<resource name="settings_jpegquality">
Qualité JPEG
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Montrer la boîte de dialogue de qualité JPEG à chaque enregistrement
</resource>
<resource name="jpegqualitydialog_title">
Greenshot Qualité JPEG
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Veuillez choisir la qualité de l'image JPEG.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Sauvegarder comme qualité JPEG par défaut et ne plus demander
</resource>
<resource name="editor_forecolor">
Couleur de ligne
</resource>
<resource name="editor_backcolor">
Couleur de remplissage
</resource>
<resource name="editor_thickness">
Épaisseur de ligne
</resource>
<resource name="colorpicker_title">
Sélecteur de couleur
</resource>
<resource name="colorpicker_apply">
Appliquer
</resource>
<resource name="colorpicker_transparent">
Transparent
</resource>
<resource name="colorpicker_htmlcolor">
Couleur HTML
</resource>
<resource name="colorpicker_red">
Rouge
</resource>
<resource name="colorpicker_green">
Vert
</resource>
<resource name="colorpicker_blue">
Bleu
</resource>
<resource name="colorpicker_alpha">
Alpha
</resource>
<resource name="colorpicker_recentcolors">
Couleurs récentes
</resource>
<resource name="editor_close">
Fermer
</resource>
<resource name="warning">
Avertissement
</resource>
<resource name="warning_hotkeys">
Un ou plusieurs raccourcis clavier n'ont pu êtres enregistrés. Il n'est donc pas possible d'utiliser les raccourcis clavier de Greenshot.
Ce problème est probablement dû à un autre outil qui utilise les mêmes raccourcis clavier.
Veuillez désactiver ce(s) logiciel(s) utilisant le bouton Impr.écran. Vous pouvez également utiliser Greenshot au moyen de son menu contextuel.
</resource>
<resource name="settings_destination_editor">
Ouvrir dans l'éditeur d'image
</resource>
<resource name="settings_destination_printer">
Vers l'imprimante
</resource>
<resource name="settings_destination_file">
Sauv. directe (paramètres ci-dessous)
</resource>
<resource name="settings_destination_clipboard">
Vers le presse-papier
</resource>
<resource name="editor_drawline">
Dessiner une ligne (L)
</resource>
<resource name="settings_destination">
Destination de la capture d'écran
</resource>
<resource name="editor_drawarrow">
Dessiner une flèche (A)
</resource>
<resource name="editor_arrowheads">
Pointes de flèche
</resource>
<resource name="editor_arrowheads_start">
Point d'origine
</resource>
<resource name="editor_arrowheads_end">
Point final
</resource>
<resource name="editor_arrowheads_both">
Les deux
</resource>
<resource name="editor_arrowheads_none">
Aucun
</resource>
<resource name="editor_obfuscate_mode">
Brouiller
</resource>
<resource name="editor_highlight_mode">
Mode de surlignage
</resource>
<resource name="error_multipleinstances">
Une instance de Greenshot est déjà en cours d'exécution.
</resource>
<resource name="settings_autostartshortcut">
Lancer Greenshot au démarrage
</resource>
<resource name="clipboard_inuse">
Greenshot n'a pu écrire dans le presse-papier car le processus {0} en a bloqué l'accès.
</resource>
<resource name="print_error">
Erreur lors produite pendant l'impression. Veuillez réessayer.
</resource>
<resource name="printoptions_title">
Greenshot Options d'impression
</resource>
<resource name="printoptions_allowcenter">
Center sur la page
</resource>
<resource name="printoptions_allowenlarge">
Élargir aux dimensions de la page
</resource>
<resource name="printoptions_allowrotate">
Tourner l'impression selon l'orientation de la page
</resource>
<resource name="printoptions_allowshrink">
Réduire aux dimensions de la page
</resource>
<resource name="printoptions_dontaskagain">
Sauvegarder ces options comme valeur par défaut et ne plus demander.
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Afficher systématiquement la boite de dialogue d'impression.
</resource>
<resource name="settings_printoptions">
Options d'impression
</resource>
<resource name="settings_output">
Sortie
</resource>
<resource name="settings_general">
Général
</resource>
<resource name="editor_clipboardfailed">
Une erreur s'est produite pendant l'impression. Veuillez réessayer.
</resource>
<resource name="editor_bold">
Gras
</resource>
<resource name="editor_italic">
Italique
</resource>
<resource name="editor_arrange">
Organiser
</resource>
<resource name="editor_fontsize">
Taille
</resource>
<resource name="editor_uptotop">
Au premier plan
</resource>
<resource name="editor_uponelevel">
Élever
</resource>
<resource name="editor_downonelevel">
Abaisser
</resource>
<resource name="editor_downtobottom">
À l'arrière-plan
</resource>
<resource name="contextmenu_quicksettings">
Préférences rapides
</resource>
<resource name="bugreport_title">
Erreur
</resource>
<resource name="bugreport_info">
Désolé, une erreur inattendue s'est produite.
La bonne nouvelle est la suivante : vous pouvez nous aider à nous en débarrasser en remplissant un rapport de bogue.
Veuillez visiter l'URL ci-dessous, créer un nouveau rapport de bogue et coller le contenu de cette zone de texte.
Veuillez y ajouter un résumé compréhensible des informations que vous jugez utiles à la reproduction du problème.
De plus, nous apprécierions beaucoup que vous preniez la peine de vérifier si un rapport concernant ce problème existe déjà. (Vous pouvez utiliser l'outil de recherche pour les trouver rapidement.) Merci :)
</resource>
<resource name="bugreport_cancel">
Fermer
</resource>
<resource name="settings_copypathtoclipboard">
Copier le chemin vers le fichier dans le presse-papier à chaque sauvegarde
</resource>
<resource name="editor_copypathtoclipboard">
Copier le chemin vers le presse-papier
</resource>
<resource name="settings_message_filenamepattern">
Les variables suivantes seront automatiquement remplacées dans votre morif :
${YYYY} Année sur 4 chiffres
${MM} mois sur 2 chiffres
${DD} jour sur 2 chiffres
${hh} heure sur 2 chiffres
${mm} minutes sur 2 chiffres
${ss} secondes sur 2 chiffres
${NUM} Incrément sur 6 chiffres
${title} Titre de la fenêtre
${user} Nom d'utilisateur Windows
${domain} Domaine Windows
${hostname} Nom d'hôte du PC
</resource>
<resource name="editor_cursortool">
Outil de sélection (ESC)
</resource>
<resource name="settings_destination_fileas">
Sauvegarder sous...
</resource>
<resource name="quicksettings_destination_file">
Sauvegarder directement (utilise les préférences de sortie)
</resource>
<resource name="editor_opendirinexplorer">
Ouvrir le répertoire dans l'explorateur Windows
</resource>
<resource name="printoptions_timestamp">
Imprimer la date et l'heure en pied de page
</resource>
<resource name="editor_drawhighlighter">
Surligner
</resource>
<resource name="editor_obfuscate_blur">
Flouter
</resource>
<resource name="editor_obfuscate_pixelize">
Pixeliser
</resource>
<resource name="editor_highlight_area">
Surligner une zone
</resource>
<resource name="editor_highlight_text">
Surligner le texte
</resource>
<resource name="editor_highlight_grayscale">
Niveaux de gris
</resource>
<resource name="editor_highlight_magnify">
Agrandir
</resource>
<resource name="editor_pixel_size">
Taille de pixel
</resource>
<resource name="editor_obfuscate">
Brouiller (O)
</resource>
<resource name="editor_blur_radius">
Rayon du floutage
</resource>
<resource name="editor_brightness">
Luminosité
</resource>
<resource name="editor_preview_quality">
Qualité des prévisualisations
</resource>
<resource name="editor_magnification_factor">
Facteur de magnitude
</resource>
<resource name="editor_shadow">
Ombre
</resource>
<resource name="editor_confirm">
Confirmer
</resource>
<resource name="editor_cancel">
Annuler
</resource>
<resource name="editor_crop">
Rogner (C)
</resource>
<resource name="contextmenu_captureclipboard">
Ouvrir l'image du presse-papier
</resource>
<resource name="clipboard_error">
Une erreur inattendue a eu lieu lors de l'écriture vers le presse-papier.
</resource>
<resource name="config_unauthorizedaccess_write">
Impossible de sauvegarder le fichier de configuration de Greenshot. Veuillez vérifier les droits pour '{0}'.
</resource>
<resource name="settings_printer">
Imprimante
</resource>
<resource name="settings_capture">
Capture
</resource>
<resource name="settings_capture_mousepointer">
Capturer le pointeur de la souris
</resource>
<resource name="contextmenu_openfile">
Ouvrir à partir du fichier
</resource>
<resource name="error_openfile">
Le fichier "{0}" n'a pu être ouvert.
</resource>
<resource name="editor_close_on_save">
Voulez-vous sauvegarder la capture d'écran ?
</resource>
<resource name="editor_close_on_save_title">
Sauvegarder l'image ?
</resource>
<resource name="settings_capture_windows_interactive">
Utiliser le mode interactif de capture de fenêtre
</resource>
<resource name="settings_destination_email">
e-mail
</resource>
<resource name="editor_email">
e-mail
</resource>
<resource name="editor_load_objects">
Charger les objets depuis un fichier
</resource>
<resource name="editor_save_objects">
Sauvegarder les objets dans un fichier
</resource>
<resource name="settings_waittime">
Millisecondes d'attente avant la capture
</resource>
<resource name="tooltip_firststart">
Cliquez droit ici ou appuyez sur Impr. écran.
</resource>
<resource name="contextmenu_donate">
Aidez Greenshot
</resource>
</resources>
</language>

View file

@ -1,534 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Hebrew - עִבְרִית" ietf="he-IL" version="0.8.0">
<resources>
<resource name="about_translation">
Hebrew translation by Ran Sasson תרגום לעברית ע"י רן ששון
</resource>
<resource name="application_title">
Greenshot - התוכנה המהפכנית ללכידת מסך
</resource>
<resource name="editor_drawrectangle">
צייר מלבן (R)
</resource>
<resource name="editor_save">
שמור
</resource>
<resource name="contextmenu_settings">
...הגדרות
</resource>
<resource name="settings_storagelocation">
מיקום איחסון
</resource>
<resource name="settings_title">
הגדרות
</resource>
<resource name="settings_tooltip_storagelocation">
מיקום שמירת הלכידות כברירת-מחדל: השאר ריק לשמירה על שולחן העבודה
</resource>
<resource name="settings_language">
שפה
</resource>
<resource name="settings_filenamepattern">
תבנית שם-קובץ
</resource>
<resource name="settings_tooltip_language">
שפת ממשק התוכנה: דורש איתחול מחדש של התוכנה
</resource>
<resource name="settings_tooltip_filenamepattern">
תבנית ליצירת שם-קובץ בשמירת לכידות מסך
</resource>
<resource name="settings_primaryimageformat">
פורמט תמונה
</resource>
<resource name="settings_tooltip_primaryimageformat">
פורמט תמונה בברירת-מחדל
</resource>
<resource name="contextmenu_capturearea">
לכידת אזור
</resource>
<resource name="contextmenu_capturelastregion">
לכידת האזור האחרון
</resource>
<resource name="contextmenu_exit">
יציאה
</resource>
<resource name="settings_visualization">
אפקטים
</resource>
<resource name="settings_playsound">
השמעת צליל של מצלמה
</resource>
<resource name="settings_showflashlight">
הצגת תאורת פלאש
</resource>
<resource name="error">
שגיאה
</resource>
<resource name="error_nowriteaccess">
לא ניתן לשמור קובץ אל {0}.
. נא לבדוק את הרשאות הכתיבה אל הנתיב שצוין
</resource>
<resource name="contextmenu_capturefullscreen">
לכידת מסך מלא
</resource>
<resource name="editor_cuttoclipboard">
חיתוך
</resource>
<resource name="editor_copytoclipboard">
העתקה
</resource>
<resource name="editor_pastefromclipboard">
הדבקה
</resource>
<resource name="about_title">
Greenshot אודות התוכנה
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.
Details about the GNU General Public License:
</resource>
<resource name="error_openlink">
לא ניתן לפתוח קישור
</resource>
<resource name="error_save">
לא ניתן לשמור לכידה, אנא בחר מיקום מתאים
</resource>
<resource name="about_icons">
Icons from Yusuke Kamiyamane's Fugue icon set (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot is hosted by sourceforge.net at
</resource>
<resource name="about_bugs">
:אנא דווח באגים בכתובת
</resource>
<resource name="about_donations">
:אם את\ה נהנה\ית משימוש בתוכנה, את\ה מוזמן לתרום לנו
</resource>
<resource name="editor_imagesaved">
תמונה נשמרה ב {0}.
</resource>
<resource name="editor_storedtoclipboard">
תמונה הועברה אל הלוח
</resource>
<resource name="editor_saveas">
...שמירה בשם
</resource>
<resource name="editor_file">
קובץ
</resource>
<resource name="editor_edit">
עריכה
</resource>
<resource name="editor_object">
אובייקט
</resource>
<resource name="editor_drawellipse">
ציור אליפסה (E)
</resource>
<resource name="editor_drawtextbox">
הוספת תיבת טקסט (T)
</resource>
<resource name="editor_deleteelement">
מחיקה
</resource>
<resource name="editor_selectall">
בחר הכל
</resource>
<resource name="editor_copyimagetoclipboard">
העתקת תמונה אל הלוח
</resource>
<resource name="contextmenu_capturewindow">
לכידת חלון
</resource>
<resource name="editor_duplicate">
הכפל את האובייקט הנבחר
</resource>
<resource name="contextmenu_help">
עזרה
</resource>
<resource name="contextmenu_about">
Greenshot אודות
</resource>
<resource name="editor_title">
עורך התמונה של התוכנה
</resource>
<resource name="settings_applicationsettings">
הגדרות התוכנה
</resource>
<resource name="settings_preferredfilesettings">
הגדרות מועדפות לפלט קובץ
</resource>
<resource name="settings_skipimageeditor">
דלג על עורך תמונה
</resource>
<resource name="settings_registerhotkeys">
הפעל מקשים חמים
</resource>
<resource name="settings_tooltip_registerhotkeys">
.מוצמדים בלעדית לתוכנה עד לסגירתה Prnt, Ctrl + Print, Alt + Prnt :קובע באם קיצורי המקשים
</resource>
<resource name="editor_senttoprinter">
ההדפסה נשלחה אל '{0}'.
</resource>
<resource name="editor_print">
הדפסה
</resource>
<resource name="help_title">
Greenshot עזרה
</resource>
<resource name="settings_jpegsettings">
JPEG הגדרות
</resource>
<resource name="settings_jpegquality">
JPEG איכות
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
בכל פעם שתמונה כזו נשמרת JPEG הצג דיאלוג לאיכות
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG איכות
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
JPEG אנא בחר את איכות תמונת
</resource>
<resource name="jpegqualitydialog_dontaskagain">
ואל תשאל שוב JPEG שמור כאיכות
</resource>
<resource name="editor_forecolor">
צבע קו
</resource>
<resource name="editor_backcolor">
צבע תוכן
</resource>
<resource name="editor_thickness">
עובי קו
</resource>
<resource name="colorpicker_title">
בוחר צבע
</resource>
<resource name="colorpicker_apply">
החל
</resource>
<resource name="colorpicker_transparent">
שקיפות
</resource>
<resource name="colorpicker_htmlcolor">
HTML צבע
</resource>
<resource name="colorpicker_red">
אדום
</resource>
<resource name="colorpicker_green">
ירוק
</resource>
<resource name="colorpicker_blue">
כחול
</resource>
<resource name="colorpicker_alpha">
אלפא
</resource>
<resource name="colorpicker_recentcolors">
צבעים בשימוש אחרון
</resource>
<resource name="editor_close">
סגור
</resource>
<resource name="warning">
אזהרה
</resource>
<resource name="warning_hotkeys">
.אחד או מספר מקשים חמים לא הופעלו. לכן, ייתכן שחלקם לא יפעלו עם התוכנה
.כנראה שתוכנה אחרת משתמשת במקשים הללו. אנאסגור תוכנות אחרות המשתמשות במקשי ההדפסה
.ניתן להשתמש בתפריט התוכנה שבצלמית בפינת הסמלים כדי לבצע פעולות
</resource>
<resource name="settings_destination_editor">
פתח בעורך התמונות של התוכנה
</resource>
<resource name="settings_destination_printer">
שלח למדפסת
</resource>
<resource name="settings_destination_file">
שמור ישירות: תוך שימוש בהגדרות שלמטה
</resource>
<resource name="settings_destination_clipboard">
העתק אל הלוח
</resource>
<resource name="editor_drawline">
צייר קו (L)
</resource>
<resource name="settings_destination">
יעד הלכידה
</resource>
<resource name="editor_drawarrow">
צייר חץ (A)
</resource>
<resource name="editor_arrowheads">
ראשי חץ
</resource>
<resource name="editor_arrowheads_start">
נקודת התחלה
</resource>
<resource name="editor_arrowheads_end">
נקודת סיום
</resource>
<resource name="editor_arrowheads_both">
שניהם
</resource>
<resource name="editor_arrowheads_none">
אף-אחד
</resource>
<resource name="editor_obfuscate_mode">
מצב האפלה
</resource>
<resource name="editor_highlight_mode">
מצב הדגשה
</resource>
<resource name="error_multipleinstances">
עותק אחד של התוכנה כבר פתוח
</resource>
<resource name="settings_autostartshortcut">
הפעל את התוכנה עם הפעלת המחשב
</resource>
<resource name="clipboard_inuse">
התוכנה לא יכלה לכתוב אל הלוח מאחר והתוכנה {0} חסמה את הגישה
</resource>
<resource name="print_error">
חלה שגיאה בהדפסה
</resource>
<resource name="printoptions_title">
Greenshot אפשרויות הדפסה
</resource>
<resource name="printoptions_allowcenter">
מירכוז הדפסה בעמוד
</resource>
<resource name="printoptions_allowenlarge">
הגדל פלט לגודל העמוד
</resource>
<resource name="printoptions_allowrotate">
סובב פלט לכיוון הדף
</resource>
<resource name="printoptions_allowshrink">
הקטן פלט לגודל העמוד
</resource>
<resource name="printoptions_dontaskagain">
שמור הגדרות כברירת מחדל ואל תשאל שוב
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
הצג חלון אפשרויות הדפסה בכל פעם שתמונה מודפסת
</resource>
<resource name="settings_printoptions">
אפשרויות הדפסה
</resource>
<resource name="settings_output">
פלט
</resource>
<resource name="settings_general">
כללי
</resource>
<resource name="editor_clipboardfailed">
שגיאה בעת גישה ללוח, אנא נסה שוב
</resource>
<resource name="editor_bold">
מודגש
</resource>
<resource name="editor_italic">
אלכסוני
</resource>
<resource name="editor_arrange">
סדר
</resource>
<resource name="editor_fontsize">
גודל
</resource>
<resource name="editor_uptotop">
עד למעלה
</resource>
<resource name="editor_uponelevel">
רמה אחת למעלה
</resource>
<resource name="editor_downonelevel">
רמה אחת למטה
</resource>
<resource name="editor_downtobottom">
עד לתחתית
</resource>
<resource name="contextmenu_quicksettings">
הגדרות מהירות
</resource>
<resource name="bugreport_title">
שגיאה
</resource>
<resource name="bugreport_info">
סליחה, שגיאה בלתי צפויה אירעה
.החדשות הטובות הן: את\ה יכול\ה לעזור לנו לפתור אותה באמצעות דיווח באגים
.אנא בקר\י בכתובת שמלטמה, צור\י דוח באגים והדבק אותו בעמוד שנפתח
.נא להוסיף תקציר של התקלה וכל מידע שנראה חיוני לזיהוי התקלה
תודה רבה :)
</resource>
<resource name="bugreport_cancel">
סגור
</resource>
<resource name="settings_copypathtoclipboard">
העתק נתיב אל הלוח בכל פעם שתמונה נשמרת
</resource>
<resource name="editor_copypathtoclipboard">
העתק נתיב אל הלוח
</resource>
<resource name="settings_message_filenamepattern">
:המשתנים הבאים יוחלפו אוטומטית בתבנית שתוגדר להלן
%YYYY% ספרות 4 ,שנה
%MM% ספרות 2 , חודש
%DD% ספרות 2 ,יום
%hh% ספרות 2 ,שעה
%mm% ספרות 2 ,דקות
%ss% ספרות 2 ,שניות
%NUM% ספרות 6 , מספר עולה
%title% כותרת החלון
%user% שם המשתמש במחשב
%domain% שם הדומיין של המחשב
%hostname% שם המחשב
.ניתן לאפשר לתוכנה ליצור תיקיות באופן דינמי
.יש להוסיף סמל אלכסון אחורי (\) כדי להפריד בין תיקיות לשם-קובץ
%YYYY%-%MM%-%DD%\%hh%-%mm%-%ss% :לדוגמה
,התבנית תייצר תיקייה עם תאריך היום בתיקיית השמירה שהוגדרה
,למשל 2008-06-29
,ושם הקובץ של לכידת המסך יהיה לפי השעה של השמירה
,למשל 11-58-32
.ובסוף סיומת הקובץ לפי הפורמט שהוגדר
</resource>
<resource name="editor_cursortool">
כלי בחירה (ESC)
</resource>
<resource name="settings_destination_fileas">
שמירה בשם: פתח תיבת דו-שיח
</resource>
<resource name="quicksettings_destination_file">
שמור ישירות: תוך שימוש בהעדפות שמירת קובץ
</resource>
<resource name="editor_opendirinexplorer">
פתח תיקייה בסייר חלונות
</resource>
<resource name="printoptions_timestamp">
הדפס תאריך\שעה בתחתית העמוד
</resource>
<resource name="editor_drawhighlighter">
הדגשה (H)
</resource>
<resource name="editor_obfuscate_blur">
טישטוש
</resource>
<resource name="editor_obfuscate_pixelize">
פיקסליזציה
</resource>
<resource name="editor_highlight_area">
אזור מודגש
</resource>
<resource name="editor_highlight_text">
טקסט מודגש
</resource>
<resource name="editor_highlight_grayscale">
גווני אפור
</resource>
<resource name="editor_highlight_magnify">
הגדלה
</resource>
<resource name="editor_pixel_size">
גודל פיקסל
</resource>
<resource name="editor_obfuscate">
לערפל (O)
</resource>
<resource name="editor_blur_radius">
טשטש רדיוס
</resource>
<resource name="editor_brightness">
בהירות
</resource>
<resource name="editor_preview_quality">
איכות תצוגה מקדימה
</resource>
<resource name="editor_magnification_factor">
מכפיל הגדלה
</resource>
<resource name="editor_shadow">
הצללה
</resource>
<resource name="editor_confirm">
אישור
</resource>
<resource name="editor_cancel">
ביטול
</resource>
<resource name="editor_crop">
חתוך (C)
</resource>
<resource name="contextmenu_captureclipboard">
פתח תמונה מלוח העריכה
</resource>
<resource name="clipboard_error">
שגיאה לא-צפויה קרתה בכתיבה אל לוח העריכה
</resource>
<resource name="config_unauthorizedaccess_write">
לא ניתן לשמור את הגדרות התוכנה. אנא בדוק את הרשאות הכתיבה עבור '{0}'.
</resource>
<resource name="settings_printer">
מדפסת
</resource>
<resource name="settings_capture">
לכידה
</resource>
<resource name="settings_capture_mousepointer">
לכידת סמן העכבר
</resource>
<resource name="contextmenu_openfile">
פתח תמונה מקובץ
</resource>
<resource name="error_openfile">
הקובץ "{0}" לא ניתן לפתיחה.
</resource>
<resource name="editor_close_on_save">
? האם ברצונך לשמור את תמונת הלכידה
</resource>
<resource name="editor_close_on_save_title">
? שמור תמונה
</resource>
<resource name="settings_capture_windows_interactive">
השתמש במצב לכידת חלון אינטראקטיבית
</resource>
<resource name="settings_capture_window_full">
לכוד חלון אפילו אם מואפל
</resource>
<resource name="settings_capture_window_content">
לכוד תוכן רק ע"י תוכנות נתמכות
</resource>
<resource name="settings_destination_email">
דואר אלקטרוני
</resource>
<resource name="editor_email">
דואר אלקטרוני
</resource>
<resource name="editor_load_objects">
פתח אובייקט מקובץ
</resource>
<resource name="editor_save_objects">
שמור אובייקט לקובץ
</resource>
<resource name="settings_waittime">
מספר מילי-שניות לפני לכידה
</resource>
<resource name="tooltip_firststart">
קליק ימני כאן או לחץ על כפתור הדפסה במקלדת
</resource>
<resource name="contextmenu_donate">
Greenshot תמוך ב
</resource>
</resources>
</language>

View file

@ -1,532 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Magyar" ietf="hu-HU" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
A magyar fordítást Bordán Róbert készítette.
</resource>
<resource name="application_title">
Greenshot - Egy forradalmian új képernyőkép készítő program
</resource>
<resource name="editor_drawrectangle">
Téglalap eszköz (R)
</resource>
<resource name="editor_save">
Mentés
</resource>
<resource name="contextmenu_settings">
Beállítások
</resource>
<resource name="settings_storagelocation">
Tárolási hely
</resource>
<resource name="settings_title">
Beállítások
</resource>
<resource name="settings_tooltip_storagelocation">
Alapértelmezési tárolási hely (Ha üresen hagyja a mezőt az asztal fog menteni)
</resource>
<resource name="settings_language">
Nyelv
</resource>
<resource name="settings_filenamepattern">
Fájlnév formátum
</resource>
<resource name="settings_tooltip_language">
A Greenshot felhasználói felület nyelve (újraidítást igényel)
</resource>
<resource name="settings_tooltip_filenamepattern">
Képernyőkép mentésekor a beállított fájlnév formátumot generálja
</resource>
<resource name="settings_primaryimageformat">
Kép formátum
</resource>
<resource name="settings_tooltip_primaryimageformat">
Az alapértelmezett képformátumot használja
</resource>
<resource name="contextmenu_capturearea">
A kijelöt rész mentése
</resource>
<resource name="contextmenu_capturelastregion">
Az utoljára kijelölt rész
</resource>
<resource name="contextmenu_exit">
Kilépés
</resource>
<resource name="settings_visualization">
Hatások
</resource>
<resource name="settings_playsound">
Fényképező zárhang
</resource>
<resource name="settings_showflashlight">
Fényképező vaku
</resource>
<resource name="error">
Hiba
</resource>
<resource name="error_nowriteaccess">
Nem lehet menteni a fájlt {0}.
Kérjük ellenőrizze a mentési hely hozzáférhetőségét.
</resource>
<resource name="contextmenu_capturefullscreen">
Teljes képernyőkép mentés
</resource>
<resource name="editor_cuttoclipboard">
Kivágás
</resource>
<resource name="editor_copytoclipboard">
Másolás
</resource>
<resource name="editor_pastefromclipboard">
Beillesztés
</resource>
<resource name="about_title">
Greenshot névjegye
</resource>
<resource name="about_license">
Szerzői jog (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
SEMMIFÉLE GARANCIA sincs a Greenshot -hoz. Ez egy ingyenes program, és hálásak vagyunk, hogy terjeszted bizonyos feltételekkel.
Részletek a GNU Fő Nyílvános Engedélyről:
</resource>
<resource name="error_openlink">
Nem sikerült megnyitni a helyet.
</resource>
<resource name="error_save">
Nem lehet menteni a képernyőképet, keressen megfelelő helyet.
</resource>
<resource name="about_icons">
Az ikonokat Yusuke Kamiyamane's Fugue készítette (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot kiszolgálója a sourceforge.net
</resource>
<resource name="about_bugs">
Kérük a hibákat az alábbi helyen jelezzék
</resource>
<resource name="about_donations">
Ha szereted Greenshot -ot, akkor támogass minket:
</resource>
<resource name="editor_imagesaved">
Kép mentése {0}.
</resource>
<resource name="editor_storedtoclipboard">
A tárolt képet a vágólapra.
</resource>
<resource name="editor_saveas">
Mentés másként
</resource>
<resource name="editor_file">
Fájl
</resource>
<resource name="editor_edit">
Szerkesztés
</resource>
<resource name="editor_object">
Eszközök
</resource>
<resource name="editor_drawellipse">
Elipszis eszköz (E)
</resource>
<resource name="editor_drawtextbox">
Szövegdoboz hozzáadása (T)
</resource>
<resource name="editor_deleteelement">
Törlés
</resource>
<resource name="editor_selectall">
Mindet kijelöl
</resource>
<resource name="editor_copyimagetoclipboard">
A kép másolása a vágólapra
</resource>
<resource name="contextmenu_capturewindow">
Az ablak mentése
</resource>
<resource name="editor_duplicate">
A kijelölt elem klónozása
</resource>
<resource name="contextmenu_help">
Súgó
</resource>
<resource name="contextmenu_about">
Greenshot névjegye
</resource>
<resource name="editor_title">
Greenshot kép szerkesztő
</resource>
<resource name="settings_applicationsettings">
Program beállítások
</resource>
<resource name="settings_preferredfilesettings">
Kimeneti fájl beállítása
</resource>
<resource name="settings_skipimageeditor">
Ugrás a képszerkesztőre
</resource>
<resource name="settings_registerhotkeys">
Gyorsbillentyűk használata
</resource>
<resource name="settings_tooltip_registerhotkeys">
Greenshot inditása után használhatóak a gyorbillenytűk PrintScrn, Ctrl + PrintScrn, Alt + PrintScrn, a program bezárása után nem használhatóak a gyors billentyűk.
</resource>
<resource name="editor_senttoprinter">
Nyomtatási feladat küldése '{0}'.
</resource>
<resource name="editor_print">
Nyomtatás
</resource>
<resource name="help_title">
Greenshot Súgó
</resource>
<resource name="settings_jpegsettings">
JPEG beállítások
</resource>
<resource name="settings_jpegquality">
JPEG minőség
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Ha JPEG képet mentünk, kérdezzen rá a minőségre.
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG minőség
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Kérjük válassza ki a JPEG kép minőségét.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Mentés az alapértelmezett JPEG minőségben, ne kérdezd újra.
</resource>
<resource name="editor_forecolor">
Vonal szín
</resource>
<resource name="editor_backcolor">
Kitöltési szín
</resource>
<resource name="editor_thickness">
Vonal vastagság
</resource>
<resource name="colorpicker_title">
Szín választó
</resource>
<resource name="colorpicker_apply">
Alkamaz
</resource>
<resource name="colorpicker_transparent">
Áttetsző
</resource>
<resource name="colorpicker_htmlcolor">
HTML szín
</resource>
<resource name="colorpicker_red">
Piros
</resource>
<resource name="colorpicker_green">
Zöld
</resource>
<resource name="colorpicker_blue">
Kék
</resource>
<resource name="colorpicker_alpha">
Erősség
</resource>
<resource name="colorpicker_recentcolors">
Legutóbb használt színek
</resource>
<resource name="editor_close">
Bezárni
</resource>
<resource name="warning">
Figyelem
</resource>
<resource name="warning_hotkeys">
Egy vagy több gyors billentyű nincs regisztrálva. Ezért lehet az, hogy nem lehet használni.
Ez a hiba akkor fordulhat elő, ha egy másik program használja.
Kapcsolja ki a szotvert és használja PrintScrn billentyűt. Egyszerűen használhatja a Greenshot -ot a tálca ikon helyi menüjéből.
</resource>
<resource name="settings_destination_editor">
Megnyitás képszerkesztővel
</resource>
<resource name="settings_destination_printer">
Nyomtatás
</resource>
<resource name="settings_destination_file">
Mentés közvetlenül (lentebb)
</resource>
<resource name="settings_destination_clipboard">
Másolás vágólapra
</resource>
<resource name="editor_drawline">
Vonal eszköz (L)
</resource>
<resource name="settings_destination">
Mit csináljak a képernyőképpel?
</resource>
<resource name="editor_drawarrow">
Nyíl eszköz (A)
</resource>
<resource name="editor_arrowheads">
Nyíl végek
</resource>
<resource name="editor_arrowheads_start">
Kezdő pont
</resource>
<resource name="editor_arrowheads_end">
Vég pont
</resource>
<resource name="editor_arrowheads_both">
Mindkettő
</resource>
<resource name="editor_arrowheads_none">
Egyiksem
</resource>
<resource name="editor_obfuscate_mode">
Homályosítás
</resource>
<resource name="editor_highlight_mode">
Kiemelés
</resource>
<resource name="error_multipleinstances">
A Greenshot egy példánya már fut.
</resource>
<resource name="settings_autostartshortcut">
Greenshot futtatás induláskor
</resource>
<resource name="clipboard_inuse">
Greenshot nem tudott a vágólapra másolni {0} hozzáférés megtagadva.
</resource>
<resource name="print_error">
Hiba történt nyomtatás közben.
</resource>
<resource name="printoptions_title">
Greenshot nyomtatási beállítások
</resource>
<resource name="printoptions_allowcenter">
Középre igazítás
</resource>
<resource name="printoptions_allowenlarge">
Igazítás a nyomtatható területhez
</resource>
<resource name="printoptions_allowrotate">
Automatikus forgatás és középre igazítás
</resource>
<resource name="printoptions_allowshrink">
Zsugorítás a nyomtatható területhez
</resource>
<resource name="printoptions_dontaskagain">
Mentés az alapértelmezett beállításokkal(ne kérdezd újra)
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Nyomtatási beállítások párbeszéd ablak megjelenítése minden alkalommal.
</resource>
<resource name="settings_printoptions">
Nyomtatási beállítások
</resource>
<resource name="settings_output">
Mentés
</resource>
<resource name="settings_general">
Általános
</resource>
<resource name="editor_clipboardfailed">
Hiba a vágólap elérése közben. Kérjük, próbálja újra.
</resource>
<resource name="editor_bold">
Félkövér
</resource>
<resource name="editor_italic">
Dőlt
</resource>
<resource name="editor_arrange">
Elrendezés
</resource>
<resource name="editor_fontsize">
Méret
</resource>
<resource name="editor_uptotop">
Előre hozás
</resource>
<resource name="editor_uponelevel">
Előrébb hozás
</resource>
<resource name="editor_downonelevel">
Hátrébb küldés
</resource>
<resource name="editor_downtobottom">
Hátra küldés
</resource>
<resource name="contextmenu_quicksettings">
Gyors beállítások
</resource>
<resource name="bugreport_title">
Hiba
</resource>
<resource name="bugreport_info">
Elnézést, váratlan hiba történt!
A jó hír: ha jelzi felénk a hibát segítűnk megoldani.
Kérjük látogassa meg az alábbi URL-t, hozzon létre egy új hibabejegyzés és másolja be a hibaüzenetet.
Kérjük adjon összefoglaló leírást és csatoljon minden olyan információt, ami a segítségünkre lehet.
Örülnénk, ha ellenőrizné, hogy a hibát jelentette e már valaki. (Ha használja a keresőt, gyorsabban megtalálhatja) Köszönjük :)
</resource>
<resource name="bugreport_cancel">
Bezárni
</resource>
<resource name="settings_copypathtoclipboard">
Másolja a fájl egy példányát a vágólapra minden alkalommal.
</resource>
<resource name="editor_copypathtoclipboard">
Másolja a vágólapra
</resource>
<resource name="settings_message_filenamepattern">
A következő minták válthatják fel az automatikus meghatározást:
${YYYY} év, 4 karakter
${MM} hónap, 2 karakter
${DD} nap, 2 karakter
${hh} óra, 2 karakter
${mm} perc, 2 karakter
${ss} másodperc, 2 karakter
${NUM} növekvő szám, 6 karakter
${title} Az ablak neve
${user} Windows felhasználó
${domain} Windows tartomány
${hostname} Számítógép név
Könyvtárak lehet létrehozni a Greenshot -tal, a visszaper jeletet (\) használja a mappák és fájlnevek elválasztásánál.
Például: a minta ${YYYY}-${MM}-${DD}_${hh}-${mm}-${ss}
fájl mentése az aktuális dátummal és időponttal, a megadott tárolási helyre, pl.: 2008-06-29_14-34-21, ezzel a mentési meghatározással a képernyőkép mindig az aktuális dátummal, idővel lesz elmentve.
</resource>
<resource name="editor_cursortool">
Kiválasztó eszköz (ESC)
</resource>
<resource name="settings_destination_fileas">
Mentés másként(párbeszédablak)
</resource>
<resource name="quicksettings_destination_file">
Mentés közvetlenül (a megadott tárolási helyre)
</resource>
<resource name="editor_opendirinexplorer">
Mentési hely megnyitása
</resource>
<resource name="printoptions_timestamp">
Dátum és idő nyomtatása a lap aljára
</resource>
<resource name="editor_drawhighlighter">
Kiemelés (H)
</resource>
<resource name="editor_obfuscate_blur">
Folt
</resource>
<resource name="editor_obfuscate_pixelize">
Pixelesítő szűrő
</resource>
<resource name="editor_highlight_area">
Terület kiemelés
</resource>
<resource name="editor_highlight_text">
Szöveg kiemelés
</resource>
<resource name="editor_highlight_grayscale">
Szürkeárnyalat
</resource>
<resource name="editor_highlight_magnify">
Nagyítás
</resource>
<resource name="editor_pixel_size">
Pixel méret
</resource>
<resource name="editor_obfuscate">
Homályosítás (O)
</resource>
<resource name="editor_blur_radius">
Homályosítás mértéke
</resource>
<resource name="editor_brightness">
Fényerő
</resource>
<resource name="editor_preview_quality">
Előnézet minősége
</resource>
<resource name="editor_magnification_factor">
Nagyítás mértéke
</resource>
<resource name="editor_shadow">
Árnyékolás
</resource>
<resource name="editor_confirm">
Alkalmaz
</resource>
<resource name="editor_cancel">
Mégsem
</resource>
<resource name="editor_crop">
Vágás eszköz (C)
</resource>
<resource name="contextmenu_captureclipboard">
Kép megnyitása a vágólapról
</resource>
<resource name="clipboard_error">
Váratlan hiba történt a vágólapra másoláskor.
</resource>
<resource name="config_unauthorizedaccess_write">
Nem tudta menteni a Greenshot konfigurációs fájlt. Kérjük ellenőrizze a hozzáférési jogosultságokat '{0}'.
</resource>
<resource name="settings_printer">
Nyomtatás
</resource>
<resource name="settings_capture">
Kijelölés
</resource>
<resource name="settings_capture_mousepointer">
Kijelölés egér mutatóval
</resource>
<resource name="contextmenu_openfile">
Kép megnyitása fájlból
</resource>
<resource name="error_openfile">
A fájlt "{0}" nem sikerült megnyitni.
</resource>
<resource name="editor_close_on_save">
Szeretné menteni a képernyőképet?
</resource>
<resource name="editor_close_on_save_title">
Menti a képet?
</resource>
<resource name="settings_capture_windows_interactive">
Használja az interakív kijelölési módot
</resource>
<resource name="settings_capture_window_full">
Az ablak mentése, akkor is ha akadályoz
</resource>
<resource name="settings_capture_window_content">
Kijelölési tartalom csak támogatott alkalmazások által
</resource>
<resource name="settings_destination_email">
E-Mail
</resource>
<resource name="editor_email">
E-Mail
</resource>
<resource name="editor_load_objects">
Kijelölés megnyitása fájlból
</resource>
<resource name="editor_save_objects">
Kijelölés mentése fájlba
</resource>
<resource name="settings_waittime">
Ezredmásodpercet várjon kijelölés előtt
</resource>
<resource name="tooltip_firststart">
Jobb klikk ide vagy nyomja meg a PrinScrn gombot.
</resource>
<resource name="contextmenu_donate">
Greenshot támogatás
</resource>
</resources>
</language>

View file

@ -1,531 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Italiano" ietf="it-IT" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Italian translation by tonytogna
</resource>
<resource name="application_title">
Greenshot - Uno straordinario strumento per copiare immagini dallo schermo
</resource>
<resource name="editor_drawrectangle">
Disegna rettangolo (R)
</resource>
<resource name="editor_save">
Salva
</resource>
<resource name="contextmenu_settings">
Preferenze...
</resource>
<resource name="settings_storagelocation">
Destinaz. salvataggio
</resource>
<resource name="settings_title">
Impostazioni
</resource>
<resource name="settings_tooltip_storagelocation">
Destinazione dove le immagini dello schermo vengono salvate per default (lasciare vuoto per salvare sul desktop)
</resource>
<resource name="settings_language">
Lingua
</resource>
<resource name="settings_filenamepattern">
Modello del Nome File
</resource>
<resource name="settings_tooltip_language">
Lingua dell'interfaccia utente di Greenshot (richiede il riavvio)
</resource>
<resource name="settings_tooltip_filenamepattern">
Modello usato per generare il nome file in fase di salvataggio delle immagini
</resource>
<resource name="settings_primaryimageformat">
Formato immagine
</resource>
<resource name="settings_tooltip_primaryimageformat">
Formato immagine di default
</resource>
<resource name="contextmenu_capturearea">
Cattura regione
</resource>
<resource name="contextmenu_capturelastregion">
Cattura ultima regione
</resource>
<resource name="contextmenu_exit">
Esci
</resource>
<resource name="settings_visualization">
Effetti
</resource>
<resource name="settings_playsound">
Emetti suono fotocamera
</resource>
<resource name="settings_showflashlight">
Mostra torcia elettrica
</resource>
<resource name="error">
Errore
</resource>
<resource name="error_nowriteaccess">
Non è possibile salvare il file su {0}.
Verifica l'accesso in scrittura sulla destinazione di salvataggio.
</resource>
<resource name="contextmenu_capturefullscreen">
Cattura schermo intero
</resource>
<resource name="editor_cuttoclipboard">
Taglia
</resource>
<resource name="editor_copytoclipboard">
Copia
</resource>
<resource name="editor_pastefromclipboard">
Incolla
</resource>
<resource name="about_title">
Notizie su Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot viene fornito SENZA ALCUNA GARANZIA. Questo è "free software", e potete ri-distribuirlo secondo certe condizioni.
Dettagli sulla General Public License GNU:
</resource>
<resource name="error_openlink">
Impossibile aprire il link.
</resource>
<resource name="error_save">
Impossibile salvare l'immagine, è necessario trovare una destinazione valida.
</resource>
<resource name="about_icons">
Icone prese da Yusuke Kamiyamane's Fugue icon set (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot è disponibile su sourceforge.net a
</resource>
<resource name="about_bugs">
Per favore, riportare le anomalie a
</resource>
<resource name="about_donations">
Se gradisci Greenshot, puoi darci il tuo aiuto su:
</resource>
<resource name="editor_imagesaved">
Immagine salvata su {0}.
</resource>
<resource name="editor_storedtoclipboard">
Immagine posta negli appunti (clipboard).
</resource>
<resource name="editor_saveas">
Salva come...
</resource>
<resource name="editor_file">
File
</resource>
<resource name="editor_edit">
Modifica
</resource>
<resource name="editor_object">
Oggetti
</resource>
<resource name="editor_drawellipse">
Disegna ellisse (E)
</resource>
<resource name="editor_drawtextbox">
Aggiungi casella di testo (T)
</resource>
<resource name="editor_deleteelement">
Elimina
</resource>
<resource name="editor_selectall">
Seleziona tutto
</resource>
<resource name="editor_copyimagetoclipboard">
Copia immagine sugli appunti
</resource>
<resource name="contextmenu_capturewindow">
Cattura finestra
</resource>
<resource name="editor_duplicate">
Duplica elementi selezionati
</resource>
<resource name="contextmenu_help">
Aiuto
</resource>
<resource name="contextmenu_about">
Notizie su Greenshot
</resource>
<resource name="editor_title">
Gestione Immagini di Greenshot
</resource>
<resource name="settings_applicationsettings">
Impostazioni dell'applicazione
</resource>
<resource name="settings_preferredfilesettings">
Impostazioni Preferite per l'Emissione File
</resource>
<resource name="settings_skipimageeditor">
Salta Gestione Immagini
</resource>
<resource name="settings_registerhotkeys">
Registra scorciatoie di tastiera
</resource>
<resource name="settings_tooltip_registerhotkeys">
Definisce se le scorciatoie Stamp, Ctrl + Stamp, Alt + Stamp sono riservate per uso globale di Greenshot dall'avvio del programma fino a quando viene chiuso.
</resource>
<resource name="editor_senttoprinter">
Stampa inviata a '{0}'.
</resource>
<resource name="editor_print">
Stampa
</resource>
<resource name="help_title">
Guida di Greenshot
</resource>
<resource name="settings_jpegsettings">
Impostazioni JPEG
</resource>
<resource name="settings_jpegquality">
Qualità JPEG
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Visualizza scelta qualità ogni volta che si salva una immagine JPEG
</resource>
<resource name="jpegqualitydialog_title">
Qualità JPEG di Greenshot
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Scegliere la qualità per l'immagine JPEG.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Salva come qualità JPEG di default, e non chiedere nuovamente
</resource>
<resource name="editor_forecolor">
Colore linea
</resource>
<resource name="editor_backcolor">
Colore di riempimento
</resource>
<resource name="editor_thickness">
Spessore linea
</resource>
<resource name="colorpicker_title">
Scelta colore
</resource>
<resource name="colorpicker_apply">
Applica
</resource>
<resource name="colorpicker_transparent">
Trasparente
</resource>
<resource name="colorpicker_htmlcolor">
Colore HTML
</resource>
<resource name="colorpicker_red">
Rosso
</resource>
<resource name="colorpicker_green">
Verde
</resource>
<resource name="colorpicker_blue">
Blu
</resource>
<resource name="colorpicker_alpha">
Alfa
</resource>
<resource name="colorpicker_recentcolors">
Colori usati di recente
</resource>
<resource name="editor_close">
Chiudi
</resource>
<resource name="warning">
Attenzione
</resource>
<resource name="warning_hotkeys">
Non si è potuto registrare una o più scorciatoie. Quindi, le scorciatoie di tastiera di Greenshot potrebbero non funzionare.
Questo errore è causato probabilmente da un altro software che richiede l'uso delle stesse scorciatoie di tastiera.
Disattivare il software usando il pulsante Stamp. Si possono comunque usare tutte le funzioni di Greenshot dal menù visualizzabile con tasto destro del mouse sull'icona G nella barra.
</resource>
<resource name="settings_destination_editor">
Apri in Gest. Immagini
</resource>
<resource name="settings_destination_printer">
Invia alla stampante
</resource>
<resource name="settings_destination_file">
Salva direttamente (usando le impostazioni qui sotto esposte)
</resource>
<resource name="settings_destination_clipboard">
Copia sugli appunti
</resource>
<resource name="editor_drawline">
Disegna linea (L)
</resource>
<resource name="settings_destination">
Destinazione dell'immagine
</resource>
<resource name="editor_drawarrow">
Disegna freccia (A)
</resource>
<resource name="editor_arrowheads">
Tipi di punta di freccia
</resource>
<resource name="editor_arrowheads_start">
Punto iniziale
</resource>
<resource name="editor_arrowheads_end">
Punto finale
</resource>
<resource name="editor_arrowheads_both">
Entrambe
</resource>
<resource name="editor_arrowheads_none">
Nessuna
</resource>
<resource name="editor_obfuscate_mode">
Modalità Offuscamento
</resource>
<resource name="editor_highlight_mode">
Modalità Evidenziazione
</resource>
<resource name="error_multipleinstances">
Un istanza di Greenshot è già attiva.
</resource>
<resource name="settings_autostartshortcut">
Lancia Greenshot all'avvio
</resource>
<resource name="clipboard_inuse">
Greenshot non è riuscito a scrivere sugli appunti poichè il processo {0} teneva l'accesso bloccato.
</resource>
<resource name="print_error">
Si è verificato un errore durante la stampa.
</resource>
<resource name="printoptions_title">
Opzioni di stampa di Greenshot
</resource>
<resource name="printoptions_allowcenter">
Centra nella pagina
</resource>
<resource name="printoptions_allowenlarge">
Ingrandisci fino alle dimensioni pagina
</resource>
<resource name="printoptions_allowrotate">
Ruota a seconda dell'orientamento pagina
</resource>
<resource name="printoptions_allowshrink">
Riduci alle dimensioni pagina
</resource>
<resource name="printoptions_dontaskagain">
Salva le opzioni come default, e non chiedere più
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Visualizza scelta opzioni di stampa ogni volta che si stampa un'immagine
</resource>
<resource name="settings_printoptions">
Opzioni di stampa
</resource>
<resource name="settings_output">
Emissione
</resource>
<resource name="settings_general">
Generali
</resource>
<resource name="editor_clipboardfailed">
Errore durante l'accesso agli appunti. Ritenta nuovamente.
</resource>
<resource name="editor_bold">
Grassetto
</resource>
<resource name="editor_italic">
Corsivo
</resource>
<resource name="editor_arrange">
Disponi
</resource>
<resource name="editor_fontsize">
Dimensioni
</resource>
<resource name="editor_uptotop">
Su fino in cima
</resource>
<resource name="editor_uponelevel">
Su di un livello
</resource>
<resource name="editor_downonelevel">
Giù di un livello
</resource>
<resource name="editor_downtobottom">
Giù fino in fondo
</resource>
<resource name="contextmenu_quicksettings">
Preferenze veloci
</resource>
<resource name="bugreport_title">
Errore
</resource>
<resource name="bugreport_info">
Opss, si è verificato un errore inaspettato.
La buona notizia è: puoi aiutarci ad eliminarlo riempiendo la segnalazione errori.
Visita la pagina internet qui sotto, crea una nuova segnalazione errore e copia nella descrizione il contenuto preso dall'area di testo.
Aggiungi un riepilogo significativo e includi qualsiasi informazione tu consideri possa esserci d'aiuto per risolvere il problema.
Inoltre, apprezzeremo molto se prima di inserire, tu controllassi se esiste già una segnalazione per questo tipo di errore (puoi usare la ricerca) Grazie :)
</resource>
<resource name="bugreport_cancel">
Chiudi
</resource>
<resource name="settings_copypathtoclipboard">
Copia percorso file sugli appunti, ogni volta che una immagine viene salvata
</resource>
<resource name="editor_copypathtoclipboard">
Copia percorso sugli appunti
</resource>
<resource name="settings_message_filenamepattern">
I parametri racchiusi tra % verranno sostituiti automaticamente:
%YYYY% anno, 4 digits
%MM% mese, 2 digits
%DD% giorno, 2 digits
%hh% ora, 2 digits
%mm% minuti, 2 digits
%ss% secondi, 2 digits
%NUM% numero progressivo, 6 digits
%title% Titolo finestra
%user% Utente Windows
%domain% Dominio Windows
%hostname% Nome PC
Puoi anche chiedere a Greenshot di creare le cartelle dinamicamente, basta usare la barra rovescia (\) per separare cartelle e nome file.
Esempio: il modello %YYYY%-%MM%-%DD%\%hh%-%mm%-%ss%
genererà una cartella per il giorno corrente sulla destinazione di memorizzazione di default, es: 2008-06-29, il nome del file di immagine sarà basato sull'orario
corrente, es: 11_58_32 (più l'estensione definita nelle impostazioni)
</resource>
<resource name="editor_cursortool">
Strumento di selezione (ESC)
</resource>
<resource name="settings_destination_fileas">
Salva come (visualizzando le scelte)
</resource>
<resource name="quicksettings_destination_file">
Salva direttamente (usando le impostazioni di emissione preferite)
</resource>
<resource name="editor_opendirinexplorer">
Apri cartella su Windows Explorer
</resource>
<resource name="printoptions_timestamp">
Stampa data / ora sul piede della pagina
</resource>
<resource name="editor_drawhighlighter">
Evidenzia (H)
</resource>
<resource name="editor_obfuscate_blur">
Sfuma
</resource>
<resource name="editor_obfuscate_pixelize">
Offusca/ pixelize
</resource>
<resource name="editor_highlight_area">
Evidenzia l'area
</resource>
<resource name="editor_highlight_text">
Evidenzia il testo
</resource>
<resource name="editor_highlight_grayscale">
Scala di grigi
</resource>
<resource name="editor_highlight_magnify">
Ingrandisci
</resource>
<resource name="editor_pixel_size">
Dimensioni pixel
</resource>
<resource name="editor_obfuscate">
Offusca (O)
</resource>
<resource name="editor_blur_radius">
Raggio sfumatura
</resource>
<resource name="editor_brightness">
Luminosità
</resource>
<resource name="editor_preview_quality">
Qualità anteprima
</resource>
<resource name="editor_magnification_factor">
Fattore di ingrandimento
</resource>
<resource name="editor_shadow">
Ombreggia
</resource>
<resource name="editor_confirm">
Conferma
</resource>
<resource name="editor_cancel">
Cancella
</resource>
<resource name="editor_crop">
Ritaglia (C)
</resource>
<resource name="contextmenu_captureclipboard">
Apri immagine dagli appunti
</resource>
<resource name="clipboard_error">
Si è verificato un errore inaspettato durante la scrittura sugli appunti.
</resource>
<resource name="config_unauthorizedaccess_write">
Il file di configurazione di Greenshot non può essere salvato. Controllare i permessi di accesso per '{0}'.
</resource>
<resource name="settings_printer">
Stampante
</resource>
<resource name="settings_capture">
Cattura
</resource>
<resource name="settings_capture_mousepointer">
Cattura puntatore mouse
</resource>
<resource name="contextmenu_openfile">
Apri immagine da file
</resource>
<resource name="error_openfile">
Il file "{0}" non può essere aperto.
</resource>
<resource name="editor_close_on_save">
Desideri salvare l'immagine?
</resource>
<resource name="editor_close_on_save_title">
Salva l'immagine?
</resource>
<resource name="settings_capture_windows_interactive">
Usa la modalità di cattura via finestra interattiva
</resource>
<resource name="settings_capture_window_full">
Cattura finestra anche se ostruita
</resource>
<resource name="settings_capture_window_content">
Cattura contenuto solo da applicazioni supportate
</resource>
<resource name="settings_destination_email">
E-Mail
</resource>
<resource name="editor_email">
E-Mail
</resource>
<resource name="editor_load_objects">
Carica oggetti da file
</resource>
<resource name="editor_save_objects">
Salva oggetti su file
</resource>
<resource name="settings_waittime">
Millisecondi di attesa prima di catturare
</resource>
<resource name="tooltip_firststart">
Clicca tasto destro qui, o premi il tasto Stamp.
</resource>
<resource name="contextmenu_donate">
Supporta Greenshot
</resource>
</resources>
</language>

View file

@ -1,540 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="日本語 (Japanese)" ietf="ja-JP" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Translated by Asabukuro (麻袋)
</resource>
<resource name="application_title">
Greenshot - the revolutionary screenshot utility
</resource>
<resource name="editor_drawrectangle">
矩形を描画 (R)
</resource>
<resource name="editor_save">
保存
</resource>
<resource name="contextmenu_settings">
設定...
</resource>
<resource name="settings_storagelocation">
保存場所
</resource>
<resource name="settings_title">
設定
</resource>
<resource name="settings_tooltip_storagelocation">
スクリーンショットのデフォルト保存先 (空欄はユーザーのデスクトップ フォルダ)
</resource>
<resource name="settings_language">
表示言語
</resource>
<resource name="settings_filenamepattern">
ファイル名パターン
</resource>
<resource name="settings_tooltip_language">
Greenshot のユーザー インターフェースに使用する言語 (変更後は Greenshot の再起動が必要です)
</resource>
<resource name="settings_tooltip_filenamepattern">
スクリーンショット保存時に使用するファイル名のパターン
</resource>
<resource name="settings_primaryimageformat">
画像フォーマット
</resource>
<resource name="settings_tooltip_primaryimageformat">
デフォルトで使用する画像フォーマット
</resource>
<resource name="contextmenu_capturearea">
選択範囲をキャプチャー
</resource>
<resource name="contextmenu_capturelastregion">
前回の範囲をキャプチャー
</resource>
<resource name="contextmenu_exit">
終了
</resource>
<resource name="settings_visualization">
エフェクト
</resource>
<resource name="settings_playsound">
シャッター音を再生
</resource>
<resource name="settings_showflashlight">
フラッシュ光効果を使用
</resource>
<resource name="error">
エラー
</resource>
<resource name="error_nowriteaccess">
ファイルを {0} に保存できません。
選択した保存場所への書き込みアクセス権限をチェックしてください。
</resource>
<resource name="contextmenu_capturefullscreen">
スクリーン全体をキャプチャー
</resource>
<resource name="editor_cuttoclipboard">
切り取り
</resource>
<resource name="editor_copytoclipboard">
コピー
</resource>
<resource name="editor_pastefromclipboard">
貼り付け
</resource>
<resource name="about_title">
Greenshot について
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot には一切の保障がありません。GNU General Public License に定められた条件下で再配布をおこなうことができます。:
</resource>
<resource name="error_openlink">
リンク先がオープンできません。
</resource>
<resource name="error_save">
スクリーンショットを保存できません。適切な場所を指定してください。
</resource>
<resource name="about_icons">
上山根 祐輔氏の Fugue Icons を使用しています (Creative Commons Attribution 3.0 license) :
</resource>
<resource name="about_host">
Greenshot は sourceforge.net によってホストされています :
</resource>
<resource name="about_bugs">
バグ レポート等の送信先 :
</resource>
<resource name="about_donations">
Greenshot を気に入っていただけたならサポートをお願いします :
</resource>
<resource name="editor_imagesaved">
画像を {0} に保存しました。
</resource>
<resource name="editor_storedtoclipboard">
画像をクリップボードに送りました。
</resource>
<resource name="editor_saveas">
名付けて保存...
</resource>
<resource name="editor_file">
ファイル
</resource>
<resource name="editor_edit">
編集
</resource>
<resource name="editor_object">
オブジェ
</resource>
<resource name="editor_drawellipse">
楕円を描画 (E)
</resource>
<resource name="editor_drawtextbox">
テキスト ボックスを挿入 (T)
</resource>
<resource name="editor_deleteelement">
削除
</resource>
<resource name="editor_selectall">
すべて選択
</resource>
<resource name="editor_copyimagetoclipboard">
画像をクリップボードにコピー
</resource>
<resource name="contextmenu_capturewindow">
ウィンドウをキャプチャー
</resource>
<resource name="editor_duplicate">
選択エレメントを複製
</resource>
<resource name="contextmenu_help">
ヘルプ
</resource>
<resource name="contextmenu_about">
Greenshot について
</resource>
<resource name="editor_title">
Greenshot イメージ エディター
</resource>
<resource name="settings_applicationsettings">
アプリケーションの設定
</resource>
<resource name="settings_preferredfilesettings">
出力ファイルのデフォルト設定
</resource>
<resource name="settings_skipimageeditor">
イメージ エディターをスキップ
</resource>
<resource name="settings_registerhotkeys">
ホットキーを登録
</resource>
<resource name="settings_tooltip_registerhotkeys">
Greenshot の起動時から終了までは、Prnt, Ctrl + Print, Alt + Prnt の各キーはグローバルなショートカットとして確保、使用されます。
</resource>
<resource name="editor_senttoprinter">
'{0}' に印刷ジョブを送りました。
</resource>
<resource name="editor_print">
印刷
</resource>
<resource name="help_title">
Greenshot ヘルプ
</resource>
<resource name="settings_jpegsettings">
JPEG の設定
</resource>
<resource name="settings_jpegquality">
JPEG の品質
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
JPEG 画像の保存時は、つねに JPEG 品質の設定ダイアログを表示する
</resource>
<resource name="jpegqualitydialog_title">
Greenshot - JPEG 品質の設定
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
JPEG 画像の品質を指定してください。
</resource>
<resource name="jpegqualitydialog_dontaskagain">
デフォルトの JPEG 品質設定として保存して、以降は確認しない
</resource>
<resource name="editor_forecolor">
ライン カラー
</resource>
<resource name="editor_backcolor">
塗りつぶし
</resource>
<resource name="editor_thickness">
ラインの太さ
</resource>
<resource name="colorpicker_title">
カラー ピッカー
</resource>
<resource name="colorpicker_apply">
適用
</resource>
<resource name="colorpicker_transparent">
透過
</resource>
<resource name="colorpicker_htmlcolor">
HTML カラー
</resource>
<resource name="colorpicker_red">
</resource>
<resource name="colorpicker_green">
</resource>
<resource name="colorpicker_blue">
</resource>
<resource name="colorpicker_alpha">
アルファ
</resource>
<resource name="colorpicker_recentcolors">
選択カラーの履歴
</resource>
<resource name="editor_close">
閉じる
</resource>
<resource name="warning">
警告
</resource>
<resource name="warning_hotkeys">
既に登録されているホットキーがあります。他のツールがこれらのホットキーを使用しているために
Greenshot のホットキーとして使用することができません。
Print Screen キーを使用するソフトウェアを無効化してください。
また、Greenshot のトレイ アイコンの右クリック メニューからすべての操作を行うこともできます。
</resource>
<resource name="settings_destination_editor">
イメージ エディターで開く
</resource>
<resource name="settings_destination_printer">
プリンターに送る
</resource>
<resource name="settings_destination_file">
ディレクトリに保存 (下欄の設定を使用)
</resource>
<resource name="settings_destination_clipboard">
クリップボードにコピー
</resource>
<resource name="editor_drawline">
ラインを描画 (L)
</resource>
<resource name="settings_destination">
スクリーンショット採取後の操作
</resource>
<resource name="editor_drawarrow">
矢印を描画 (A)
</resource>
<resource name="editor_arrowheads">
矢尻
</resource>
<resource name="editor_arrowheads_start">
起点
</resource>
<resource name="editor_arrowheads_end">
終点
</resource>
<resource name="editor_arrowheads_both">
両方
</resource>
<resource name="editor_arrowheads_none">
なし
</resource>
<resource name="editor_obfuscate_mode">
ぼかし効果のモード
</resource>
<resource name="editor_highlight_mode">
ハイライトのモード
</resource>
<resource name="error_multipleinstances">
Greenshot の他のインスタンスがすでに実行されています。
</resource>
<resource name="settings_autostartshortcut">
Greenshot を Windows のスタートアップに登録
</resource>
<resource name="clipboard_inuse">
Greenshot はクリップボードに書き込みをおこなえません。プロセス {0} によってアクセスがブロックされています。
</resource>
<resource name="print_error">
印刷の実行中にエラーが発生しました。
</resource>
<resource name="printoptions_title">
Greenshot 印刷オプション
</resource>
<resource name="printoptions_allowcenter">
ページの中央に配置
</resource>
<resource name="printoptions_allowenlarge">
用紙に合わせて画像を拡大
</resource>
<resource name="printoptions_allowrotate">
ページの方向に合わせて画像を回転
</resource>
<resource name="printoptions_allowshrink">
用紙に合わせて画像を縮小
</resource>
<resource name="printoptions_dontaskagain">
デフォルト設定として保存して、以降は確認しない
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
画像の印刷時は、つねに印刷オプションのダイアログを表示する
</resource>
<resource name="settings_printoptions">
印刷オプション
</resource>
<resource name="settings_output">
出力
</resource>
<resource name="settings_general">
一般
</resource>
<resource name="editor_clipboardfailed">
クリップボードへのアクセスに失敗しました。再トライしてください。
</resource>
<resource name="editor_bold">
太字
</resource>
<resource name="editor_italic">
斜体
</resource>
<resource name="editor_arrange">
配置
</resource>
<resource name="editor_fontsize">
サイズ
</resource>
<resource name="editor_uptotop">
最前面へ
</resource>
<resource name="editor_uponelevel">
一階層手前へ
</resource>
<resource name="editor_downonelevel">
一階層奥へ
</resource>
<resource name="editor_downtobottom">
最後面へ
</resource>
<resource name="contextmenu_quicksettings">
クィック設定
</resource>
<resource name="bugreport_title">
エラー
</resource>
<resource name="bugreport_info">
予期せぬエラーが発生しました。
しかし、グッド ニュースもあります : あなたはバグ レポートをおこなってバグの修正に貢献することができます。
次の URL を訪問してください。そしてバグ レポートを作成し、テキスト エリアの内容を説明として貼り付けてください。
発生状況の概要や問題を再現するのに必要な情報をできる限りつけ加えてください。
あなたが、同種の Bug Tracker が存在するかどうか、チェックをおこなったうえでレポートしてくださるなら、我々は大いに感謝いたします(検索機能を使用すれば簡単におこなえます)。 ありがとうございました :)
</resource>
<resource name="bugreport_cancel">
閉じる
</resource>
<resource name="settings_copypathtoclipboard">
画像の保存時は、つねにファイル パスをクリップボードへコピー
</resource>
<resource name="editor_copypathtoclipboard">
パスをクリップボードへコピー
</resource>
<resource name="settings_message_filenamepattern">
名称のパターンには以下のプレースホルダーが使用できます。
${YYYY} 年, 4 桁表示
${MM} 月, 2 桁表示
${DD} 日, 2 桁表示
${hh} 時, 2 桁表示
${mm} 分, 2 桁表示
${ss} 秒, 2 桁表示
${NUM} 連番, 6 桁表示
${title} ウィンドウ タイトル
${user} Windows ユーザー名
${domain} Windows ドメイン
${hostname} PC の名称
このファイル名パターンを使用してファイルの保存時に動的なディレクトリを作成することもできます。
フォルダとファイル名の区切りにはバックスラッシュ (\) を使用します。
例 : ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
保存先フォルダへ、現在の日付 [例: 2008-06-29] を名称とするサブフォルダを作成し、
その中へ現在の時刻 [例: 11-58-32] を名称とする画像ファイルを保存することができます。
ファイル名には定義済みの画像フォーマットの拡張子が付加されます。
</resource>
<resource name="editor_cursortool">
選択ツール (ESC)
</resource>
<resource name="settings_destination_fileas">
名付けて保存 (ダイアログを表示)
</resource>
<resource name="quicksettings_destination_file">
ディレクトリに保存 (デフォルトの保存先を使用)
</resource>
<resource name="editor_opendirinexplorer">
ディレクトリをエクスプローラで開く
</resource>
<resource name="printoptions_timestamp">
日付 / 時刻をページの下方に印刷
</resource>
<resource name="editor_drawhighlighter">
ハイライト (H)
</resource>
<resource name="editor_obfuscate_blur">
ブラー
</resource>
<resource name="editor_obfuscate_pixelize">
モザイク
</resource>
<resource name="editor_highlight_area">
エリア ハイライト
</resource>
<resource name="editor_highlight_text">
テキスト ハイライト
</resource>
<resource name="editor_highlight_grayscale">
グレースケール
</resource>
<resource name="editor_highlight_magnify">
拡大
</resource>
<resource name="editor_pixel_size">
ピクセル サイズ
</resource>
<resource name="editor_obfuscate">
ぼかし効果 (O)
</resource>
<resource name="editor_blur_radius">
ブラー半径
</resource>
<resource name="editor_brightness">
明度
</resource>
<resource name="editor_preview_quality">
プレビュー品質
</resource>
<resource name="editor_magnification_factor">
拡大倍率
</resource>
<resource name="editor_shadow">
シャドウ
</resource>
<resource name="editor_confirm">
チェック
</resource>
<resource name="editor_cancel">
キャンセル
</resource>
<resource name="editor_crop">
切り抜き (C)
</resource>
<resource name="contextmenu_captureclipboard">
クリップボードの画像を開く
</resource>
<resource name="clipboard_error">
クリップボードへの書き込み中に予期せぬエラーが発生しました。
</resource>
<resource name="config_unauthorizedaccess_write">
Greenshot の設定ファイルが保存できません。 '{0}' へのアクセス権限をチェックしてください。
</resource>
<resource name="settings_printer">
プリンター
</resource>
<resource name="settings_capture">
キャプチャー
</resource>
<resource name="settings_capture_mousepointer">
マウス ポインターもキャプチャー
</resource>
<resource name="contextmenu_openfile">
画像ファイルを開く
</resource>
<resource name="error_openfile">
ファイル "{0}" がオープンできません。
</resource>
<resource name="editor_close_on_save">
スクリーンショットを保存しますか?
</resource>
<resource name="editor_close_on_save_title">
画像保存の確認
</resource>
<resource name="settings_capture_windows_interactive">
インタラクティブ モードで "ウィンドウをキャプチャー"
</resource>
<resource name="settings_capture_window_full">
Capture window even if obstructed
</resource>
<resource name="settings_capture_window_content">
Capture content only by supported applications
</resource>
<resource name="settings_destination_email">
E-メール
</resource>
<resource name="editor_email">
E-メール
</resource>
<resource name="editor_load_objects">
ファイルからオブジェをロード
</resource>
<resource name="editor_save_objects">
オブジェをファイルに保存
</resource>
<resource name="settings_waittime">
ミリ秒 (キャプチャー時の遅延時間)
</resource>
<resource name="tooltip_firststart">
ここを右クリック、または Print Screen キーを押してください
</resource>
<resource name="contextmenu_donate">
Greenshot をサポート
</resource>
</resources>
</language>

View file

@ -1,521 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Lietuvių" ietf="lt-LT" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Vertimas į lietuvių kalbą: Audrius Melvydas, amelvydas@gmail.com, 2011-04-27
</resource>
<resource name="application_title">
Greenshot — revoliucinis įrankis ekrano nuotraukoms daryti
</resource>
<resource name="editor_drawrectangle">
Stačiakampis (R)
</resource>
<resource name="editor_save">
Išsaugoti
</resource>
<resource name="contextmenu_settings">
Paramentrai...
</resource>
<resource name="settings_storagelocation">
Nuotraukų katalogas
</resource>
<resource name="settings_title">
Nustatymai
</resource>
<resource name="settings_tooltip_storagelocation">
Numatytas nuotraukų saugojimo katalogas (jei nenurodyta - į darbastalį)
</resource>
<resource name="settings_language">
Kalba (Language)
</resource>
<resource name="settings_filenamepattern">
Failo pavadinimo šablonas
</resource>
<resource name="settings_tooltip_language">
Programos kalba (programą reikės startuoti iš naujo)
</resource>
<resource name="settings_tooltip_filenamepattern">
Nuotraukų vardų generavimo šablonas išsaugant nuotraukas
</resource>
<resource name="settings_primaryimageformat">
Nuotraukos formatas
</resource>
<resource name="settings_tooltip_primaryimageformat">
Numatytas formatas
</resource>
<resource name="contextmenu_capturearea">
Regiono nuotrauka
</resource>
<resource name="contextmenu_capturelastregion">
To paties regiono nuotrauka
</resource>
<resource name="contextmenu_exit">
Išeiti
</resource>
<resource name="settings_visualization">
Fotoefektai
</resource>
<resource name="settings_playsound">
Fotoaparato garsas
</resource>
<resource name="settings_showflashlight">
Fotoblykstė
</resource>
<resource name="error">
Klaida
</resource>
<resource name="error_nowriteaccess">
Neįmanoma išsaugoti failo į {0}.
Patikrinkite ar turite tam teises.
</resource>
<resource name="contextmenu_capturefullscreen">
Viso ekrano nuotrauka
</resource>
<resource name="editor_cuttoclipboard">
Apkirpti
</resource>
<resource name="editor_copytoclipboard">
Коpijuoti
</resource>
<resource name="editor_pastefromclipboard">
Įklijuoti
</resource>
<resource name="about_title">
Apie Greenshot
</resource>
<resource name="about_license">
Visos teisės saugomos (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot pateikiama BE JOKIŲ GARANTIJŲ. Greenshot — laisvai platinama PĮ su GPL licencija ir jūs galite laisvai ją platinti, laikydamasi licencinės sutarties:
</resource>
<resource name="error_openlink">
Nepavyko atidaryti nuorodos.
</resource>
<resource name="error_save">
Nepavyko išsaugoti nuotraukos. Prašome nurodyti kitą vietą.
</resource>
<resource name="about_icons">
IIkonų rinkinys Fugue, аutorius Yusuke Kamiyamane, licencija Creative Commons Attribution 3.0
</resource>
<resource name="about_host">
Greenshot talpinamas sourceforge.net
</resource>
<resource name="about_bugs">
Apie klaidas praneškite
</resource>
<resource name="about_donations">
Jei jums patiko Greenshot, galite mus paremti:
</resource>
<resource name="editor_imagesaved">
Vaizdas išsaugotas į {0}.
</resource>
<resource name="editor_storedtoclipboard">
Vaizdas patalpintas į iškarpinių podelį.
</resource>
<resource name="editor_saveas">
Išsaugoti kaip...
</resource>
<resource name="editor_file">
Failas
</resource>
<resource name="editor_edit">
Taisa
</resource>
<resource name="editor_object">
Оbjektas
</resource>
<resource name="editor_drawellipse">
Elipsė (E)
</resource>
<resource name="editor_drawtextbox">
Теkstas (T)
</resource>
<resource name="editor_deleteelement">
Naikinti
</resource>
<resource name="editor_selectall">
išskirti viską
</resource>
<resource name="editor_copyimagetoclipboard">
Patalpinti į iškarpinių podelį
</resource>
<resource name="contextmenu_capturewindow">
Lango nuotrauka
</resource>
<resource name="editor_duplicate">
Dubliuoti
</resource>
<resource name="contextmenu_help">
Pagalba
</resource>
<resource name="contextmenu_about">
Apie programą
</resource>
<resource name="editor_title">
Greenshot: ekrano nuotraukų redagtorius
</resource>
<resource name="settings_applicationsettings">
Programos nustatymai
</resource>
<resource name="settings_preferredfilesettings">
Išsaugojimo į failą parametrai
</resource>
<resource name="settings_skipimageeditor">
Redagtoriaus neatidaryti
</resource>
<resource name="settings_registerhotkeys">
Perimti mygtuko kombinacijas
</resource>
<resource name="settings_tooltip_registerhotkeys">
Mygtukas Print (PrintScreen), derinys Ctrl-Print, Alt-Print
bus perimti Greenshot programos, kai ji yra paleista.
</resource>
<resource name="editor_senttoprinter">
Spausdinys nusiųstas į {0}.
</resource>
<resource name="editor_print">
Spausdinti
</resource>
<resource name="help_title">
Greenshot pagalba
</resource>
<resource name="settings_jpegsettings">
JPEG parametrai
</resource>
<resource name="settings_jpegquality">
Кokybė
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Rodyti kokybės pasirinkimo dialogą kiekvieną kartą išsaugant į JPEG
</resource>
<resource name="jpegqualitydialog_title">
Greenshot kokybė
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Pasirinkite JPEG kokybę
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Išsaugoti pasirinktos kokybės ir daugiau nebeklausti
</resource>
<resource name="editor_forecolor">
Apvado spalva
</resource>
<resource name="editor_backcolor">
Fono spalva
</resource>
<resource name="editor_thickness">
Apvado storis
</resource>
<resource name="colorpicker_title">
Spalvos pasirinkimas
</resource>
<resource name="colorpicker_apply">
Taikyti
</resource>
<resource name="colorpicker_transparent">
Peršviečiamas
</resource>
<resource name="colorpicker_htmlcolor">
Spalvos HTML kodas
</resource>
<resource name="colorpicker_red">
Raudonas
</resource>
<resource name="colorpicker_green">
Žalias
</resource>
<resource name="colorpicker_blue">
Mėlynas
</resource>
<resource name="colorpicker_alpha">
Riebus
</resource>
<resource name="colorpicker_recentcolors">
Jau naudotos spalvos
</resource>
<resource name="editor_close">
Uždaryti
</resource>
<resource name="warning">
Dėmesio
</resource>
<resource name="warning_hotkeys">
Ne visi numatyti mygtukai priskirti. Tikėtina, kad jie priskirti kitai programai.
Kad mygtuką Print (PrintScreen) ir jo derinius naudotų Greenshot, reikia uždaryti kitas programas,
kurios naudoja šiuos mygtukus. Arba galima naudoti komandas iš Greenshot programos kontekstinio meniu.
</resource>
<resource name="settings_destination_editor">
Atidaryti redagtoriuje
</resource>
<resource name="settings_destination_printer">
Atspausdinti
</resource>
<resource name="settings_destination_file">
Išsaugoti į failą
</resource>
<resource name="settings_destination_clipboard">
Patalpinti į podelį
</resource>
<resource name="editor_drawline">
Atkarpa (L)
</resource>
<resource name="settings_destination">
Padaryta nuotrauka...
</resource>
<resource name="editor_drawarrow">
Rodyklė (A)
</resource>
<resource name="editor_arrowheads">
Rodyklė
</resource>
<resource name="editor_arrowheads_start">
Pradžioje
</resource>
<resource name="editor_arrowheads_end">
Pabaigoje
</resource>
<resource name="editor_arrowheads_both">
Iš abiejų pusių
</resource>
<resource name="editor_arrowheads_none">
Ne
</resource>
<resource name="editor_obfuscate_mode">
Užtamsinimo būsena
</resource>
<resource name="editor_highlight_mode">
Paryškinimo būsena
</resource>
<resource name="error_multipleinstances">
Greenshot jau paleistas.
</resource>
<resource name="settings_autostartshortcut">
Paleisti Greenshot įeinant į Windows
</resource>
<resource name="clipboard_inuse">
Nepavyko įrašyti duomenų į apsikeitimo podelį, kuris užblokuotas proceso {0}.
</resource>
<resource name="print_error">
Klaida spausdinant.
</resource>
<resource name="printoptions_title">
Spausdinimo parametrai
</resource>
<resource name="printoptions_allowcenter">
Centruoti lape
</resource>
<resource name="printoptions_allowenlarge">
Didinti per visą lapą
</resource>
<resource name="printoptions_allowrotate">
Pasukti pagal lapo orientavimą
</resource>
<resource name="printoptions_allowshrink">
Sumažinti, kad tilptų į lapą
</resource>
<resource name="printoptions_dontaskagain">
Atsiminti nustatymus ir daugiau neklausti
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Tikslinti nustatymus prieš kiekvieną spausdinimą
</resource>
<resource name="settings_printoptions">
Spausdinimo nustatymai
</resource>
<resource name="settings_output">
Nuotraukos
</resource>
<resource name="settings_general">
Bendri
</resource>
<resource name="editor_clipboardfailed">
Nepasiekiamas apsikeitimų podelis. Bandykite dar kartą.
</resource>
<resource name="editor_bold">
Pastorintas
</resource>
<resource name="editor_italic">
Pasviręs
</resource>
<resource name="editor_arrange">
Išlygiuotas
</resource>
<resource name="editor_fontsize">
Dydis
</resource>
<resource name="editor_uptotop">
Į priekį
</resource>
<resource name="editor_uponelevel">
Vienu lygiu į priekį
</resource>
<resource name="editor_downonelevel">
Vienu lygiu atgal
</resource>
<resource name="editor_downtobottom">
Atgal
</resource>
<resource name="contextmenu_quicksettings">
Greiti nustatymai
</resource>
<resource name="bugreport_title">
Klaida
</resource>
<resource name="bugreport_info">
Nenumatyta klaida.
Gera žinia: jūs galite padėti ištaisyti programą, jei atsiųsite ataskaitą apie klaidą.
Nurodytu adresu sukurkite klaidos ataskaitą ir nukopijuokite klaidos tekstą į aprašymą. Galite pridėti bet kokią informaciją, kuri galėtų padėti atkatoti klaidos įvykio aplinkybes. Be to, būtume labai dėkingi, jei patikrintumėte ar panašios klaidos jau neužregistravo kas nors kitas (galite pasinaudoti paieška tinklapyje).
Dėkojame už pagalbą :)
</resource>
<resource name="bugreport_cancel">
Uždaryti
</resource>
<resource name="settings_copypathtoclipboard">
Išsaugant kopijuoti pilną failo pavadinimą į apsikeitio podelį
</resource>
<resource name="editor_copypathtoclipboard">
Kopijuoti pilną failo vardą
</resource>
<resource name="settings_message_filenamepattern">
Numatyti simboliai:
${YYYY} metai, 4 skaičiai
${MM} menuo, 2 skaičiai
${DD} diena, 2 skaičiai
${hh} valanda, 2 skaičiai
${mm} minutės, 2 skaičiai
${ss} sekundės, 2 skaičiai
${NUM} eilės numeris, 6 skaičiai
${title} lango pavadinimas
Greenshot gali pavadinti pagal šabloną ne tik failus, bet ir katalogus, jei pavadinime naudojamas atvirkščias pasviręs brūkšnys "\"
Pvz, šablonas ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss} rodo, kad šios dienos datos kataloge "2011-04-27", nuotrauka bus pavadinta "16-40-23" (plius nuotraukos plėtinys, nurodytas nustatymuose)
</resource>
<resource name="editor_cursortool">
Objektų pasirinkimas (ESC)
</resource>
<resource name="settings_destination_fileas">
Išsaugoti pagal numatytus nustatymus
</resource>
<resource name="quicksettings_destination_file">
Išsaugoti į failą, nurodyta nustatymuose
</resource>
<resource name="editor_opendirinexplorer">
Atidaryti katalogą failų naršyklėje
</resource>
<resource name="printoptions_timestamp">
Lapo apačioje spausdinti datą ir laiką
</resource>
<resource name="editor_drawhighlighter">
Paryškinimas
</resource>
<resource name="editor_obfuscate_blur">
Išlieta (B)
</resource>
<resource name="editor_obfuscate_pixelize">
Kvadratėliai (P)
</resource>
<resource name="editor_highlight_area">
Skaidrus tarp blankaus (I)
</resource>
<resource name="editor_highlight_text">
Teksto išskyrimas (H)
</resource>
<resource name="editor_highlight_grayscale">
Zonos išskyrimas
</resource>
<resource name="editor_highlight_magnify">
Išdidinimas
</resource>
<resource name="editor_pixel_size">
Kvadratėlių dydis
</resource>
<resource name="editor_obfuscate">
Užtamsinimas
</resource>
<resource name="editor_blur_radius">
Išliejimo spindulys
</resource>
<resource name="editor_brightness">
Ryškumas
</resource>
<resource name="editor_preview_quality">
Peržiūros kokybė
</resource>
<resource name="editor_magnification_factor">
Didinimas (M)
</resource>
<resource name="editor_shadow">
Šešėlis
</resource>
<resource name="editor_confirm">
Patvirtinti
</resource>
<resource name="editor_cancel">
Atsisakyti
</resource>
<resource name="editor_crop">
Iškirpti (C)
</resource>
<resource name="contextmenu_captureclipboard">
Atidaryti vaizdą iš apsikeitimo podelio
</resource>
<resource name="clipboard_error">
Netikėta klaida įrašant į apsikeitimo podelį.
</resource>
<resource name="config_unauthorizedaccess_write">
Nepavyko išsaugoti programos nustatymų. Patikrinkite, ar galima įrašyti į {0}.
</resource>
<resource name="settings_printer">
Spausdinti
</resource>
<resource name="settings_capture">
Nuotrauka
</resource>
<resource name="settings_capture_mousepointer">
Apibrėžti pelės kursoriumi
</resource>
<resource name="contextmenu_openfile">
Atidaryti vaizdą iš failo
</resource>
<resource name="error_openfile">
Nepavyko atidaryti failo "{0}".
</resource>
<resource name="editor_close_on_save">
Išsaugoti atidarytą nuotrauką?
</resource>
<resource name="editor_close_on_save_title">
Išsaugoti vaizdą?
</resource>
<resource name="settings_capture_windows_interactive">
Interaktyvus lango pasirinkimas
</resource>
<resource name="settings_destination_email">
Išsiųsti elektroniniu paštu
</resource>
<resource name="editor_email">
Išsiųsti elektroninu paštu
</resource>
<resource name="editor_load_objects">
Įkelti objektus iš failo
</resource>
<resource name="editor_save_objects">
Išsaugoti objektus į failą
</resource>
<resource name="settings_waittime">
Išlaikymas prieš fotografuojant (ms)
</resource>
<resource name="tooltip_firststart">
Spauskite dešiniu pelės klavišu arba spauskite "PrintScreen".
</resource>
<resource name="contextmenu_donate">
Paremti projektą
</resource>
</resources>
</language>

View file

@ -1,523 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Nederlands" ietf="nl-NL" version="0.8.0">
<resources>
<resource name="about_translation">
Nederlandse vertaling door Jurjen Ladenius
</resource>
<resource name="application_title">
Greenshot - de revolutionaire screenshot utility
</resource>
<resource name="editor_drawrectangle">
Rechthoek tekenen (R)
</resource>
<resource name="editor_save">
Opslaan
</resource>
<resource name="contextmenu_settings">
Voorkeuren...
</resource>
<resource name="settings_storagelocation">
Opslag locatie
</resource>
<resource name="settings_title">
Voorkeursinstellingen
</resource>
<resource name="settings_tooltip_storagelocation">
Locatie waar screenshots standaard opgeslagen worden (leeg laten voor de desktop)
</resource>
<resource name="settings_language">
Taal
</resource>
<resource name="settings_filenamepattern">
Bestandsnaam patroon
</resource>
<resource name="settings_tooltip_language">
Taal voor de Greenshot gebruikersinterface
</resource>
<resource name="settings_tooltip_filenamepattern">
Patroon voor het produceren van bestandsnamen van opgeslagen screenshots
</resource>
<resource name="settings_primaryimageformat">
Beeld formaat
</resource>
<resource name="settings_tooltip_primaryimageformat">
Standaard beeld formaat
</resource>
<resource name="contextmenu_capturearea">
Regio vastleggen
</resource>
<resource name="contextmenu_capturelastregion">
Laast gebruikte regio vastleggen
</resource>
<resource name="contextmenu_exit">
Exit
</resource>
<resource name="settings_visualization">
Effects
</resource>
<resource name="settings_playsound">
Speel camera geluid
</resource>
<resource name="settings_showflashlight">
Toon flits
</resource>
<resource name="error">
Fout
</resource>
<resource name="error_nowriteaccess">
Kan bestand niet opslaan naar {0}.
Controleer AUB de schrijf permissies voor de locatie.
</resource>
<resource name="contextmenu_capturefullscreen">
Gehele beeldscherm vastleggen
</resource>
<resource name="editor_cuttoclipboard">
Knippen
</resource>
<resource name="editor_copytoclipboard">
Kopiëren
</resource>
<resource name="editor_pastefromclipboard">
Plakken
</resource>
<resource name="about_title">
Over Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot komt zonder enige garantie! Dit is gratis software, en U kunt het distribueren onder bepaalde voorwaarden.
Deteils over de GNU General Public License:
</resource>
<resource name="error_openlink">
Kan link niet openen.
</resource>
<resource name="error_save">
Kan screenshot niet opslaan, kies AUB een nieuwe locatie.
</resource>
<resource name="about_icons">
Iconen van de icon set van Yusuke Kamiyamane's Fugue (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot word gehosted door sourceforge.net op
</resource>
<resource name="about_bugs">
Meld problemen bij
</resource>
<resource name="about_donations">
Als U Greenshot goed vindt kunt U ons ondersteunen:
</resource>
<resource name="editor_imagesaved">
Beeld opgeslagen onder {0}.
</resource>
<resource name="editor_storedtoclipboard">
Beeld naar het klembord gekopieerd.
</resource>
<resource name="editor_saveas">
Opslaan als...
</resource>
<resource name="editor_file">
Bestand
</resource>
<resource name="editor_edit">
Bewerken
</resource>
<resource name="editor_object">
Object
</resource>
<resource name="editor_drawellipse">
Ellips tekenen (E)
</resource>
<resource name="editor_drawtextbox">
Textbox toevoegen (T)
</resource>
<resource name="editor_deleteelement">
Verwijderen
</resource>
<resource name="editor_selectall">
Alles selecteren
</resource>
<resource name="editor_copyimagetoclipboard">
Beeld naar klembord kopieren
</resource>
<resource name="contextmenu_capturewindow">
Window vangen
</resource>
<resource name="editor_duplicate">
Het geselekteerde element kopieren
</resource>
<resource name="contextmenu_help">
Help
</resource>
<resource name="contextmenu_about">
Over Greenshot
</resource>
<resource name="editor_title">
Greenshot beeld bewerking
</resource>
<resource name="settings_applicationsettings">
Applicatie instellingen
</resource>
<resource name="settings_preferredfilesettings">
Voorkeursinstellingen voor opslaan van bestanden
</resource>
<resource name="settings_skipimageeditor">
Beeld bewerking overslaan
</resource>
<resource name="settings_registerhotkeys">
Registreer Hotkeys
</resource>
<resource name="settings_tooltip_registerhotkeys">
Definieert of the shortcuts Prnt, Ctrl + Print, Alt + Prnt door Greenshot gereserveerd worden.
</resource>
<resource name="editor_senttoprinter">
Print opdracht is naar '{0}' gestuurt.
</resource>
<resource name="editor_print">
Print
</resource>
<resource name="help_title">
Greenshot Help
</resource>
<resource name="settings_jpegsettings">
JPEG instellingen
</resource>
<resource name="settings_jpegquality">
JPEG kwaliteit
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Vraag iedere keer dat een JPEG opgeslagen wordt om de JPEG kwaliteit
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG kwaliteit
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Kies AUB de kwaliteit voor uw JPEG beeld.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Opslaan met de standaard JPEG kwaliteit en niet meer vragen
</resource>
<resource name="editor_forecolor">
Lijn kleur
</resource>
<resource name="editor_backcolor">
Vul kleur
</resource>
<resource name="editor_thickness">
Lijn dikte
</resource>
<resource name="colorpicker_title">
Kleur kiezen
</resource>
<resource name="colorpicker_apply">
Toepassen
</resource>
<resource name="colorpicker_transparent">
Doorzichtig
</resource>
<resource name="colorpicker_htmlcolor">
HTML kleur
</resource>
<resource name="colorpicker_red">
Rood
</resource>
<resource name="colorpicker_green">
Groen
</resource>
<resource name="colorpicker_blue">
Blauw
</resource>
<resource name="colorpicker_alpha">
Alpha
</resource>
<resource name="colorpicker_recentcolors">
Pas gebruikte kleuren
</resource>
<resource name="editor_close">
Sluiten
</resource>
<resource name="warning">
Waarschuwing
</resource>
<resource name="warning_hotkeys">
Een of meerdere hotkey kunnen niet geregistreerd worden, daarom kan het zijn dat de hotkeys niet werken.
Dit probleem komt waarschijnlijk doordat een andere applicatie deze hotkeys al gebruikt.
</resource>
<resource name="settings_destination_editor">
Open in beeld bewerken
</resource>
<resource name="settings_destination_printer">
Stuur naar printer
</resource>
<resource name="settings_destination_file">
Direct opslaan (gebruik de instellingen hieronder)
</resource>
<resource name="settings_destination_clipboard">
Kopieer naar klembord
</resource>
<resource name="editor_drawline">
Lijn tekenen (L)
</resource>
<resource name="settings_destination">
Screenshot doel
</resource>
<resource name="editor_drawarrow">
Pijl tekenen (A)
</resource>
<resource name="editor_arrowheads">
Pijlkop
</resource>
<resource name="editor_arrowheads_start">
Start punt
</resource>
<resource name="editor_arrowheads_end">
End punt
</resource>
<resource name="editor_arrowheads_both">
Beide
</resource>
<resource name="editor_arrowheads_none">
Geen
</resource>
<resource name="editor_obfuscate_mode">
Verduisteringsmode
</resource>
<resource name="editor_highlight_mode">
Highlight mode
</resource>
<resource name="error_multipleinstances">
Greenshot is al gestart.
</resource>
<resource name="settings_autostartshortcut">
Start Greenshot wanneer Windows opstart
</resource>
<resource name="clipboard_inuse">
Greenshot kon niet naar het klembord kopiëren omdat het proces {0} de actie geblokkeerd heeft.
</resource>
<resource name="print_error">
Er is een fout opgetreden tijdens het printen
</resource>
<resource name="printoptions_title">
Greenshot afdrukvoorkeuren
</resource>
<resource name="printoptions_allowcenter">
Centreer afdruk op papier
</resource>
<resource name="printoptions_allowenlarge">
Vergroot afdruk en pas aan de papiergrootte aan
</resource>
<resource name="printoptions_allowrotate">
Roteer afdruk en pas aan het papier aan
</resource>
<resource name="printoptions_allowshrink">
Verklein afdruk en pas aan de papiergrootte aan
</resource>
<resource name="printoptions_dontaskagain">
Sla afdrukvoorkeuren op als standaard en vraag niet opnieuw
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Toon afdrukvoorkeuren iedere keer wanneer een beeld wordt afdrukt
</resource>
<resource name="settings_printoptions">
Afdrukvoorkeuren
</resource>
<resource name="settings_output">
Uitvoer
</resource>
<resource name="settings_general">
Algemeen
</resource>
<resource name="editor_clipboardfailed">
Er is een fout opgetreden bij toegang naar het klembord. Probeer nogmaals, AUB.
</resource>
<resource name="editor_bold">
Vet
</resource>
<resource name="editor_italic">
Schuin
</resource>
<resource name="editor_arrange">
Aanpassen
</resource>
<resource name="editor_fontsize">
Grootte
</resource>
<resource name="editor_uptotop">
Helemaal omhoog
</resource>
<resource name="editor_uponelevel">
Een plaats omhoog
</resource>
<resource name="editor_downonelevel">
Een plaats omlaag
</resource>
<resource name="editor_downtobottom">
Helemaal naar beneden
</resource>
<resource name="contextmenu_quicksettings">
Snelle instellingen
</resource>
<resource name="bugreport_title">
Fout
</resource>
<resource name="bugreport_info">
Sorry, er is een onverwachte fout opgetreden.
Het goede nieuws is dat U ons kan helpen om dit probleem op te lossen!
Bezoek de onderstaande URL, maak eem "bug report" aan en plak de inhoud van de volgende text in de probleem beschrijving.
Het helpt nog meer als U nog beschrijven kunt hoe het probleem tot stand gekomen is en misschien nog gegevens over uw systeem geeft.
We stellen het zeer op prijs als u eerst zoekt of dit probleem misschien al bestaat! Hartelijk bedankt! ;-)
</resource>
<resource name="bugreport_cancel">
Sluiten
</resource>
<resource name="settings_copypathtoclipboard">
Beeld locatie naar het klembord kopiren als een beeld opgeslagen wordt
</resource>
<resource name="editor_copypathtoclipboard">
Kopieer locatie naar het klembord
</resource>
<resource name="settings_message_filenamepattern">
De volgende variabelen worden automatisch vervangen in het ingestelde patroon:
${YYYY} jaar, 4 cijfers
${MM} maand, 2 cijfers
${DD} dag, 2 cijfers
${hh} uur, 2 cijfers
${mm} minuut, 2 cijfers
${ss} seconde, 2 cijfers
${NUM} oplopend nummer, 6 cijfers
${title} venster titel
${user} Windows gebruikersnaam
${domain} Windows domein
${hostname} PC naam
U kunt ook Greenshot automatisch directories laten aanmaken door eenvoudig een backslash symbool (\) te gebruiken.
Voorbeeld: Het patroon ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
genereert een directorie voor de huidige dag in uw standaard opslag lokatie, b.v. 2008-06-29, de naam van het bestand heeft dan de tijd
, b.v. 11-58-32 (plus de extensie zoals in de voorkeursinstellingen staat)
</resource>
<resource name="editor_cursortool">
Selectie gereedschap (ESC)
</resource>
<resource name="settings_destination_fileas">
Opslaan als (laat dialoog zien)
</resource>
<resource name="quicksettings_destination_file">
Direct opslaan (met de standaard opslaan instellingen)
</resource>
<resource name="editor_opendirinexplorer">
Directorie in Windows Explorer openen
</resource>
<resource name="printoptions_timestamp">
Datum / tijd onder aan de pagina printen
</resource>
<resource name="editor_drawhighlighter">
Markeren (H)
</resource>
<resource name="editor_obfuscate_blur">
Onduidelijk maken
</resource>
<resource name="editor_obfuscate_pixelize">
Blokkig maken
</resource>
<resource name="editor_highlight_area">
Gebied markeren
</resource>
<resource name="editor_highlight_text">
Text markeren
</resource>
<resource name="editor_highlight_grayscale">
Grijstinten
</resource>
<resource name="editor_highlight_magnify">
Vergroten
</resource>
<resource name="editor_pixel_size">
Pixelgrootte
</resource>
<resource name="editor_obfuscate">
Onherkenbaar maken (O)
</resource>
<resource name="editor_blur_radius">
Onduidelijk maken radius
</resource>
<resource name="editor_brightness">
Helderheid
</resource>
<resource name="editor_preview_quality">
Voorbeeld kwaliteit
</resource>
<resource name="editor_magnification_factor">
Vergrotingsfactor
</resource>
<resource name="editor_shadow">
Schaduw
</resource>
<resource name="editor_confirm">
Bevestigen
</resource>
<resource name="editor_cancel">
Afbreken
</resource>
<resource name="editor_crop">
Bijsnijden (C)
</resource>
<resource name="contextmenu_captureclipboard">
Laad beeld van het klembord
</resource>
<resource name="clipboard_error">
Tijdens het kopiëren naar het klembord is een onverwachte fout opgetreden.
</resource>
<resource name="config_unauthorizedaccess_write">
Kan het Greenshot configuratie bestand niet schrijven. Controleer de bestandstoegang voor '{0}'.
</resource>
<resource name="settings_printer">
Printer
</resource>
<resource name="settings_capture">
Vastleggen
</resource>
<resource name="settings_capture_mousepointer">
Muisaanwijzer vastleggen
</resource>
<resource name="contextmenu_openfile">
Open beeld uit bestand
</resource>
<resource name="error_openfile">
Het bestand "{0}" kan niet gelezen worden.
</resource>
<resource name="editor_close_on_save">
Wilt U het beeld opslaan?
</resource>
<resource name="editor_close_on_save_title">
Beeld opslaan?
</resource>
<resource name="settings_capture_windows_interactive">
Interactief vensters vastleggen
</resource>
<resource name="settings_capture_window_full">
Komplete venster, ook als het bedekt is, vastleggen
</resource>
<resource name="settings_capture_window_content">
Alleen de venster inhoud vastleggen
</resource>
<resource name="settings_destination_email">
E-Mail
</resource>
<resource name="editor_email">
E-Mail
</resource>
<resource name="editor_load_objects">
Laad objecten uit bestand
</resource>
<resource name="editor_save_objects">
Objecten in bestand opslaan
</resource>
<resource name="settings_waittime">
Milliseconden wachten voor vastleggen
</resource>
<resource name="tooltip_firststart">
Rechtermuisklik hier of druk op de Print-Screen knop.
</resource>
<resource name="contextmenu_donate">
Greenshot ondersteunen
</resource>
</resources>
</language>

View file

@ -1,528 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Polski" ietf="pl-PL" version="0.8.0">
<resources>
<resource name="about_translation">
Polskie tłumaczenie: Paweł Matyja
</resource>
<resource name="application_title">
Greenshot - rewolucyjne narzędzie do zrzutów ekranu
</resource>
<resource name="editor_drawrectangle">
Rysuj prostokąt (R)
</resource>
<resource name="editor_save">
Zapisz
</resource>
<resource name="contextmenu_settings">
Preferencje...
</resource>
<resource name="settings_storagelocation">
Miejsce zapisu
</resource>
<resource name="settings_title">
Ustawienia
</resource>
<resource name="settings_tooltip_storagelocation">
Domyślne miejsce zapisywania zrzutów ekranu (pozostaw puste, aby zapis odbywał się na pulpit)
</resource>
<resource name="settings_language">
Język
</resource>
<resource name="settings_filenamepattern">
Szablon nazwy pliku
</resource>
<resource name="settings_tooltip_language">
Język interfejsu użytkownika Greenshota (wymaga restartu)
</resource>
<resource name="settings_tooltip_filenamepattern">
Szablon używany do tworzenia nazw plików podczas zapisywania zrzutów ekranu
</resource>
<resource name="settings_primaryimageformat">
Format obrazu
</resource>
<resource name="settings_tooltip_primaryimageformat">
Domyślny format pliku graficznego ze zrzutem ekranu
</resource>
<resource name="contextmenu_capturearea">
Zrzuć obszar
</resource>
<resource name="contextmenu_capturelastregion">
Zrzuć poprzedni obszar
</resource>
<resource name="contextmenu_exit">
Wyjście
</resource>
<resource name="settings_visualization">
Efekty
</resource>
<resource name="settings_playsound">
Odtwarzaj dźwięk migawki aparatu
</resource>
<resource name="settings_showflashlight">
Pokazuj błysk flesza
</resource>
<resource name="error">
Błąd
</resource>
<resource name="error_nowriteaccess">
Nie można wykonać zapisu do {0}.
Sprawdź możliwość zapisu w wybranej lokalizacji.
</resource>
<resource name="contextmenu_capturefullscreen">
Zrzuć pełny ekran
</resource>
<resource name="editor_cuttoclipboard">
Wytnij
</resource>
<resource name="editor_copytoclipboard">
Kopiuj
</resource>
<resource name="editor_pastefromclipboard">
Wstaw
</resource>
<resource name="about_title">
O Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot nie jest objęty JAKĄKOLWIEK GWARANCJĄ. Jako wolne oprogramowanie może być rozpowszechniany na określonych warunkach.
Szczegóły na temat Powszechnej Licencji Publicznej GNU:
</resource>
<resource name="error_openlink">
Nie można otworzyć odsyłacza.
</resource>
<resource name="error_save">
Nie można zapisać zrzutu ekranu, proszę wskazać bardziej odpowiednią lokalizację.
</resource>
<resource name="about_icons">
Ikony z zestawu Fugue od Yusuke Kamiyamane (licencja Creative Commons Attribution 3.0):
</resource>
<resource name="about_host">
Greenshot jest utrzymywany przez sourceforge.net pod adresem:
</resource>
<resource name="about_bugs">
Tutaj proszę zgłaszać błędy:
</resource>
<resource name="about_donations">
Jeśli podoba Ci się Greenshot, chętnie przyjmiemy Twoje wsparcie:
</resource>
<resource name="editor_imagesaved">
Obraz został zapisany w {0}.
</resource>
<resource name="editor_storedtoclipboard">
Obraz został zapisany w schowku.
</resource>
<resource name="editor_saveas">
Zapisz jako...
</resource>
<resource name="editor_file">
Plik
</resource>
<resource name="editor_edit">
Edycja
</resource>
<resource name="editor_object">
Obiekt
</resource>
<resource name="editor_drawellipse">
Rysuj elipsę (E)
</resource>
<resource name="editor_drawtextbox">
Dodaj pole tekstowe (T)
</resource>
<resource name="editor_deleteelement">
Usuń
</resource>
<resource name="editor_selectall">
Zaznacz wszystko
</resource>
<resource name="editor_copyimagetoclipboard">
Kopiuj obraz do schowka
</resource>
<resource name="contextmenu_capturewindow">
Zrzuć okno
</resource>
<resource name="editor_duplicate">
Duplikuj wybrany element
</resource>
<resource name="contextmenu_help">
Pomoc
</resource>
<resource name="contextmenu_about">
O Greenshot
</resource>
<resource name="editor_title">
Greenshot - edytor obrazów
</resource>
<resource name="settings_applicationsettings">
Ustawienia aplikacji
</resource>
<resource name="settings_preferredfilesettings">
Preferowane ustawienia pliku wyjściowego
</resource>
<resource name="settings_skipimageeditor">
Pomiń edytor obrazów
</resource>
<resource name="settings_registerhotkeys">
Zarejestruj skróty klawiaturowe
</resource>
<resource name="settings_tooltip_registerhotkeys">
Określa, czy skróty klawiaturowe Print, Ctrl + Print, Alt + Print są zarezerwowane do globalnego użytku przez Greenshot od chwili jego uruchomienia aż do momentu zamknięcia.
</resource>
<resource name="editor_senttoprinter">
Zadanie drukowania zostało wysłane do '{0}'.
</resource>
<resource name="editor_print">
Drukuj
</resource>
<resource name="help_title">
Greenshot - pomoc
</resource>
<resource name="settings_jpegsettings">
Ustawienia JPEG
</resource>
<resource name="settings_jpegquality">
Jakość JPEG
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Pokazuj okno ustawień jakości JPEG przy każdym zapisie obrazu
</resource>
<resource name="jpegqualitydialog_title">
Greenshot - jakość JPEG
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Proszę wybrać poziom jakości dla pliku JPEG.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Zapisz jako domyślny poziom jakości JPEG i nie pytaj ponownie
</resource>
<resource name="editor_forecolor">
Kolor linii
</resource>
<resource name="editor_backcolor">
Kolor wypełnienia
</resource>
<resource name="editor_thickness">
Grubość linii
</resource>
<resource name="colorpicker_title">
Pobieranie koloru
</resource>
<resource name="colorpicker_apply">
Zastosuj
</resource>
<resource name="colorpicker_transparent">
Przezroczysty
</resource>
<resource name="colorpicker_htmlcolor">
Kolor HTML
</resource>
<resource name="colorpicker_red">
Czerwony
</resource>
<resource name="colorpicker_green">
Zielony
</resource>
<resource name="colorpicker_blue">
Niebieski
</resource>
<resource name="colorpicker_alpha">
Kanał alfa
</resource>
<resource name="colorpicker_recentcolors">
Ostatnio używane kolory
</resource>
<resource name="editor_close">
Zamknij
</resource>
<resource name="warning">
Ostrzeżenie
</resource>
<resource name="warning_hotkeys">
Nie udało się zarejestrować jednego lub kilku skrótów klawiaturowych. Z tego powodu używanie skrótów klawiaturowych Greenshota może nie być możliwe.
Przyczyną problemu może być wykorzystywanie tych samych skrótów klawiaturowych przez inną aplikację.
Proszę wyłączyć oprogramowanie korzystające z klawisza Print. Możliwe jest również zwyczajne korzystanie ze wszystkich funkcji Greenshota za pomocą menu kontekstowego ikony w obszarze powiadomień na pasku zadań.
</resource>
<resource name="settings_destination_editor">
Otwórz w edytorze obrazów
</resource>
<resource name="settings_destination_printer">
Wyślij do drukarki
</resource>
<resource name="settings_destination_file">
Zapisz bezpośrednio (wg ustawień poniżej)
</resource>
<resource name="settings_destination_clipboard">
Kopiuj do schowka
</resource>
<resource name="editor_drawline">
Rysuj linię (L)
</resource>
<resource name="settings_destination">
Miejsce zrzutu ekranu
</resource>
<resource name="editor_drawarrow">
Rysuj strzałkę (A)
</resource>
<resource name="editor_arrowheads">
Groty strzałki
</resource>
<resource name="editor_arrowheads_start">
Początkowy
</resource>
<resource name="editor_arrowheads_end">
Końcowy
</resource>
<resource name="editor_arrowheads_both">
Oba
</resource>
<resource name="editor_arrowheads_none">
Żaden
</resource>
<resource name="editor_obfuscate_mode">
Tryb zamglenia
</resource>
<resource name="editor_highlight_mode">
Tryb uwydatnienia
</resource>
<resource name="error_multipleinstances">
Instancja aplikacji Greenshot jest już uruchomiona.
</resource>
<resource name="settings_autostartshortcut">
Uruchom Greenshot podczas startu systemu
</resource>
<resource name="clipboard_inuse">
Greenshot nie mógł dokonać zapisu do schowka, ponieważ proces {0} zablokował dostęp.
</resource>
<resource name="print_error">
Podczas próby wydruku wystąpił błąd.
</resource>
<resource name="printoptions_title">
Greenshot - opcje drukowania
</resource>
<resource name="printoptions_allowcenter">
Wycentruj wydruk na stronie
</resource>
<resource name="printoptions_allowenlarge">
Powiększ wydruk do rozmiaru papieru
</resource>
<resource name="printoptions_allowrotate">
Obróć wydruk odpowiednio do ułożenia strony
</resource>
<resource name="printoptions_allowshrink">
Pomniejsz wydruk do rozmiaru papieru
</resource>
<resource name="printoptions_dontaskagain">
Zapisz opcje jako domyślne i nie pytaj ponownie
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Pokazuj okno opcji wydruku przy każdej próbie wydruku obrazu
</resource>
<resource name="settings_printoptions">
Opcje drukowania
</resource>
<resource name="settings_output">
Wyjście
</resource>
<resource name="settings_general">
Ogólne
</resource>
<resource name="editor_clipboardfailed">
Błąd przy próbie dostępu do schowka. Spróbuj ponownie.
</resource>
<resource name="editor_bold">
Pogrubienie
</resource>
<resource name="editor_italic">
Pochylenie
</resource>
<resource name="editor_arrange">
Zmień rozmieszczenie
</resource>
<resource name="editor_fontsize">
Rozmiar
</resource>
<resource name="editor_uptotop">
Na samą górę
</resource>
<resource name="editor_uponelevel">
Jeden poziom w górę
</resource>
<resource name="editor_downonelevel">
Jeden poziom w dół
</resource>
<resource name="editor_downtobottom">
Na sam dół
</resource>
<resource name="contextmenu_quicksettings">
Szybki dostęp do opcji
</resource>
<resource name="bugreport_title">
Błąd
</resource>
<resource name="bugreport_info">
Niestety, wystąpił nieoczekiwany błąd.
Dobra wiadomość: możesz nam się go pozbyć wypełniając raport błędu.
Odwiedź poniższy URL, utwórz nowy raport błędu i wstaw do pola opisu zawartość pola tekstowego z formularza.
Dodaj sensowne podsumowanie oraz wszelkie informacje, które uważasz za istotne do odtworzenia zaistniałej sytuacji.
Będziemy wdzięczni, jeśli najpierw sprawdzisz, czy takie zdarzenie nie zostało już zarejestrowane. (Użyj wyszukiwarki, aby to zweryfikować.) Dziękujemy :)
</resource>
<resource name="bugreport_cancel">
Zamknij
</resource>
<resource name="settings_copypathtoclipboard">
Kopiuj ścieżkę pliku do schowka przy każdym zapisie obrazu
</resource>
<resource name="editor_copypathtoclipboard">
Kopiuj ścieżkę do schowka
</resource>
<resource name="settings_message_filenamepattern">
Wzorce symboliczne w zdefiniowanych szablonach zostaną zastąpione automatycznie:
${YYYY} - rok, 4 cyfry
${MM} - miesiąc, 2 cyfry
${DD} - dzień, 2 cyfry
${hh} - godzina, 2 cyfry
${mm} - minuta, 2 cyfry
${ss} - sekunda, 2 cyfry
${NUM} - liczba zwiększana o 1 (autonumeracja), 6 cyfr
${title} - tytuł okna
${user} - zalogowany użytkownik
${domain} - nazwa domeny
${hostname} - nazwa komputera
Możliwe jest także dynamiczne tworzenie folderów - wystarczy użyć znaku odwrotnego ukośnika (\) do rozdzielenia nazw folderów i plików.
Przykład: szablon ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
utworzy w domyślnym miejscu zapisu folder dla bieżącego dnia, np. 2008-06-29, a nazwy plików ze zrzutami ekranu będą tworzone
na podstawie bieżącego czasu, np. 11-58-32 (plus rozszerzenie zdefiniowane w ustawieniach).
</resource>
<resource name="editor_cursortool">
Narzędzie wyboru (ESC)
</resource>
<resource name="settings_destination_fileas">
Zapisz jako (z oknem dialogowym)
</resource>
<resource name="quicksettings_destination_file">
Zapisz bezpośrednio (używając ustawień dla pliku wyjściowego)
</resource>
<resource name="editor_opendirinexplorer">
Otwórz folder w Eksploratorze Windows
</resource>
<resource name="printoptions_timestamp">
Drukuj datę/czas u dołu strony
</resource>
<resource name="editor_drawhighlighter">
Uwydatnienie (H)
</resource>
<resource name="editor_obfuscate_blur">
Rozmywanie
</resource>
<resource name="editor_obfuscate_pixelize">
Pikselizacja
</resource>
<resource name="editor_highlight_area">
Uwydatnienie obszaru
</resource>
<resource name="editor_highlight_text">
Uwydatnienie tekstu
</resource>
<resource name="editor_highlight_grayscale">
Wyszarzenie
</resource>
<resource name="editor_highlight_magnify">
Powiększenie
</resource>
<resource name="editor_pixel_size">
Rozmiar piksela
</resource>
<resource name="editor_obfuscate">
Zamglenie (O)
</resource>
<resource name="editor_blur_radius">
Promień rozmycia
</resource>
<resource name="editor_brightness">
Jaskrawość
</resource>
<resource name="editor_preview_quality">
Jakość podglądu
</resource>
<resource name="editor_magnification_factor">
Współczynnik powiększenia
</resource>
<resource name="editor_shadow">
Cień
</resource>
<resource name="editor_confirm">
Zatwierdź
</resource>
<resource name="editor_cancel">
Anuluj
</resource>
<resource name="editor_crop">
Przytnij (C)
</resource>
<resource name="contextmenu_captureclipboard">
Otwórz obraz ze schowka
</resource>
<resource name="clipboard_error">
Podczas zapisu do schowka wystąpił nieprzewidziany błąd.
</resource>
<resource name="config_unauthorizedaccess_write">
Nie powiódł się zapis pliku konfiguracyjnego Greenshota. Proszę sprawdzić uprawnienia dostępu dla {0}.
</resource>
<resource name="settings_printer">
Drukarka
</resource>
<resource name="settings_capture">
Zrzucanie ekranu
</resource>
<resource name="settings_capture_mousepointer">
Zrzucaj wskaźnik myszy
</resource>
<resource name="contextmenu_openfile">
Otwórz obraz z pliku
</resource>
<resource name="error_openfile">
Nie można otworzyć pliku {0}.
</resource>
<resource name="editor_close_on_save">
Czy chcesz zapisać zrzut ekranu?
</resource>
<resource name="editor_close_on_save_title">
Zapisać obraz?
</resource>
<resource name="settings_capture_windows_interactive">
Tryb interaktywnego zrzucania okna
</resource>
<resource name="settings_capture_window_full">
Zrzucaj okno nawet jeśli jest przesłonięte
</resource>
<resource name="settings_capture_window_content">
Zrzucaj zawartość tylko dla wspieranych aplikacji
</resource>
<resource name="settings_destination_email">
Wyślij e-mailem
</resource>
<resource name="editor_email">
Wyślij e-mailem
</resource>
<resource name="editor_load_objects">
Załaduj obiekty z pliku
</resource>
<resource name="editor_save_objects">
Zapisz obiekty do pliku
</resource>
<resource name="settings_waittime">
milisekund oczekiwania przed wykonaniem zrzutu ekranu
</resource>
<resource name="tooltip_firststart">
Kliknij prawym klawiszem myszy lub naciśnij klawisz Print.
</resource>
<resource name="contextmenu_donate">
Wsparcie Greenshota
</resource>
</resources>
</language>

View file

@ -1,532 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Português do Brasil" ietf="pt-BR" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Tradução para o português do Brasil por Célio Eduardo Gonçalves Costa (celioegc)
</resource>
<resource name="application_title">
Greenshot - O revolucionário Utilitário de Captura de Tela
</resource>
<resource name="editor_drawrectangle">
Desenhar Retángulo (R)
</resource>
<resource name="editor_save">
Salvar
</resource>
<resource name="contextmenu_settings">
Preferências...
</resource>
<resource name="settings_storagelocation">
Caminho
</resource>
<resource name="settings_title">
Preferências
</resource>
<resource name="settings_tooltip_storagelocation">
Lugar onde as telas capturadas serão salvas por padrão (deixar em branco para salvar na Área de Trabalho)
</resource>
<resource name="settings_language">
Idioma
</resource>
<resource name="settings_filenamepattern">
Formato do nome
</resource>
<resource name="settings_tooltip_language">
Idioma da interface de usuário do Greenshot (necessita reiniciar)
</resource>
<resource name="settings_tooltip_filenamepattern">
Formato usado para gerar o nome dos arquivos quando se salvam as telas capturadas
</resource>
<resource name="settings_primaryimageformat">
Formato da imagem
</resource>
<resource name="settings_tooltip_primaryimageformat">
Formato da imagen usado por padrão
</resource>
<resource name="contextmenu_capturearea">
Capturar região
</resource>
<resource name="contextmenu_capturelastregion">
Capturar a última região
</resource>
<resource name="contextmenu_exit">
Sair
</resource>
<resource name="settings_visualization">
Efeitos
</resource>
<resource name="settings_playsound">
Reproduzir o som de uma câmera
</resource>
<resource name="settings_showflashlight">
Simular o flash de uma câmera
</resource>
<resource name="error">
Erro
</resource>
<resource name="error_nowriteaccess">
Não foi possível salvar o arquivo em {0}.
Por favor verifique o caminho selecionado para o armazenamento.
</resource>
<resource name="contextmenu_capturefullscreen">
Capturar a tela inteira
</resource>
<resource name="editor_cuttoclipboard">
Cortar
</resource>
<resource name="editor_copytoclipboard">
Copiar
</resource>
<resource name="editor_pastefromclipboard">
Colar
</resource>
<resource name="about_title">
Sobre o Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
O Greenshot não tem NENHUMA GARANTIA. Este software gratuito pode ser redistribuido sob algumas condições.
Detalhes sobre a licença GNU:
</resource>
<resource name="error_openlink">
O link não pode ser aberto.
</resource>
<resource name="error_save">
A tela capturada não pôde ser salva, por favor encontre um local adequado.
</resource>
<resource name="about_icons">
Ícones de Yusuke Kamiyamane (Biblioteca Fugue, licença "Creative Commons Attribution 3.0")
</resource>
<resource name="about_host">
O Greenshot está armazenado no sourceforge.net em
</resource>
<resource name="about_bugs">
Por favor envie erros para
</resource>
<resource name="about_donations">
Se você gostou do Greenshot, por favor contribua:
</resource>
<resource name="editor_imagesaved">
Imagem salva em {0}.
</resource>
<resource name="editor_storedtoclipboard">
Imagem enviada para a área de transferência.
</resource>
<resource name="editor_saveas">
Salvar como...
</resource>
<resource name="editor_file">
Arquivo
</resource>
<resource name="editor_edit">
Editar
</resource>
<resource name="editor_object">
Objeto
</resource>
<resource name="editor_drawellipse">
Desenhar Elipse (E)
</resource>
<resource name="editor_drawtextbox">
Desenhar Quadro de Texto (T)
</resource>
<resource name="editor_deleteelement">
Apagar
</resource>
<resource name="editor_selectall">
Selecionar tudo
</resource>
<resource name="editor_copyimagetoclipboard">
Copiar imagem para a Área de transferência
</resource>
<resource name="contextmenu_capturewindow">
Capturar tela
</resource>
<resource name="editor_duplicate">
Duplicar elemento selecionado
</resource>
<resource name="contextmenu_help">
Ajuda
</resource>
<resource name="contextmenu_about">
Sobre o Greenshot
</resource>
<resource name="editor_title">
Editor de Imagens do Greenshot
</resource>
<resource name="settings_applicationsettings">
Configurações da Aplicação
</resource>
<resource name="settings_preferredfilesettings">
Configurações Padrão para os Arquivos de Captura
</resource>
<resource name="settings_skipimageeditor">
Não passar pelo Editor de imagens
</resource>
<resource name="settings_registerhotkeys">
Configurar teclas de atalho
</resource>
<resource name="settings_tooltip_registerhotkeys">
Configurar os atalhos Print, Ctrl + Print, Alt + Print para uso pelo Greenshot quando este iniciar, e até que ele seja finalizado.
</resource>
<resource name="editor_senttoprinter">
A impressão foi enviada para '{0}'.
</resource>
<resource name="editor_print">
Imprimir
</resource>
<resource name="help_title">
Ajuda do Greenshot
</resource>
<resource name="settings_jpegsettings">
Configurações para JPEG
</resource>
<resource name="settings_jpegquality">
Qualidade do JPEG
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Perguntar a qualidade do JPEG toda vez que uma imagem for salva
</resource>
<resource name="jpegqualitydialog_title">
Qualidade Greenshot para JPEG
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Por favor selecione a qualidade desejada para a imagem JPEG.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Salvar esta qualidade JPEG como padrão e não perguntar novamente
</resource>
<resource name="editor_forecolor">
Cor da linha
</resource>
<resource name="editor_backcolor">
Cor de preenchimento
</resource>
<resource name="editor_thickness">
Espessura da linha
</resource>
<resource name="colorpicker_title">
Seletor de Cores
</resource>
<resource name="colorpicker_apply">
Aplicar
</resource>
<resource name="colorpicker_transparent">
Transparência
</resource>
<resource name="colorpicker_htmlcolor">
Cor HTML
</resource>
<resource name="colorpicker_red">
Vermelho
</resource>
<resource name="colorpicker_green">
Verde
</resource>
<resource name="colorpicker_blue">
Azul
</resource>
<resource name="colorpicker_alpha">
Alfa
</resource>
<resource name="colorpicker_recentcolors">
Cores usadas recentemente
</resource>
<resource name="editor_close">
Fechar
</resource>
<resource name="warning">
Atenção
</resource>
<resource name="warning_hotkeys">
Uma ou mais teclas de atalho não puderam ser configuradas. Por isso pode não ser possível utilizar as teclas de atalho do Greenshot.
Este problema é geralmente causado por outro aplicativo solicitando acesso a estas teclas de atalho.
Por favor desative o outro programa que está utilizando a tecla Print ou utilize as funções do Greenshot via o menu de contexto do ícone no System Tray.
</resource>
<resource name="settings_destination_editor">
Abrir imagem no editor
</resource>
<resource name="settings_destination_printer">
Enviar para impressora
</resource>
<resource name="settings_destination_file">
Salvar em um arquivo
</resource>
<resource name="settings_destination_clipboard">
Área de transferência
</resource>
<resource name="editor_drawline">
Desenhar Linha (L)
</resource>
<resource name="settings_destination">
Destino da tela capturada
</resource>
<resource name="editor_drawarrow">
Desenhar Seta (A)
</resource>
<resource name="editor_arrowheads">
Ponta das setas
</resource>
<resource name="editor_arrowheads_start">
No início
</resource>
<resource name="editor_arrowheads_end">
No fim
</resource>
<resource name="editor_arrowheads_both">
Em ambos
</resource>
<resource name="editor_arrowheads_none">
Nenhuma
</resource>
<resource name="editor_obfuscate_mode">
Modo de obscurecimento
</resource>
<resource name="editor_highlight_mode">
Modo de destaque
</resource>
<resource name="error_multipleinstances">
Uma instância do Greenshot já está sendo executada.
</resource>
<resource name="settings_autostartshortcut">
Executar o Greenshot ao iniciar o Windows
</resource>
<resource name="clipboard_inuse">
O Greenshot não conseguiu escrever na área de transferência porque o processo {0} bloqueou o acesso.
</resource>
<resource name="print_error">
Ocorreu um erro ao se tentar imprimir.
</resource>
<resource name="printoptions_title">
Opçoes de impressão do Greenshot
</resource>
<resource name="printoptions_allowcenter">
Centralizar a impressão na página
</resource>
<resource name="printoptions_allowenlarge">
Aumentar o tamanho da impressão para ocupar toda a página
</resource>
<resource name="printoptions_allowrotate">
Rotacionar a impressão de acordo com a orientação da página
</resource>
<resource name="printoptions_allowshrink">
Diminuir o tamanho da impressão para caber na página
</resource>
<resource name="printoptions_dontaskagain">
Salvar as opções como padrão e não perguntar de novo
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Mostrar as opções de impressão toda vez que uma imagem for impressa
</resource>
<resource name="settings_printoptions">
Opções de Impressão
</resource>
<resource name="settings_output">
Captura
</resource>
<resource name="settings_general">
Geral
</resource>
<resource name="editor_clipboardfailed">
Erro ao accesar a área de transferência. Por favor tente novamente.
</resource>
<resource name="editor_bold">
Negrito
</resource>
<resource name="editor_italic">
Itálico
</resource>
<resource name="editor_arrange">
Organizar
</resource>
<resource name="editor_fontsize">
Tamanho
</resource>
<resource name="editor_uptotop">
Trazer para frente
</resource>
<resource name="editor_uponelevel">
Avançar
</resource>
<resource name="editor_downonelevel">
Recuar
</resource>
<resource name="editor_downtobottom">
Enviar para trás
</resource>
<resource name="contextmenu_quicksettings">
Preferências rápidas
</resource>
<resource name="bugreport_title">
Erro
</resource>
<resource name="bugreport_info">
Desculpe, ocorreu um erro inesperado.
A boa notícia é: você pode nos ajudar a corrigir o problema nos enviando uma descrição do erro.
Por favor visite a URL abaixo, crie um novo reporte de erro e cole o conteúdo da área de texto na descrição do erro.
Por favor adicione um resumo significativo do erro, além de qualquer informação que considere útil para a reprodução o problema.
Também apreciaremos muito se você puder verificar se já não existe um reporte de erro para este problema. (Você pode usar a opção de busca para encontrar rapidamente.) Obrigado :)
</resource>
<resource name="bugreport_cancel">
Fechar
</resource>
<resource name="settings_copypathtoclipboard">
Copiar o caminho completo do arquivo para a Área de transferência
</resource>
<resource name="editor_copypathtoclipboard">
Copiar o caminho da pasta atual do arquivo para a Área de transferência
</resource>
<resource name="settings_message_filenamepattern">
Os seguientes marcadores de posição serão substituídos automaticamente pelo formato definido:
%YYYY% ano, 4 dígitos
%MM% mês, 2 dígitos
%DD% dia, 2 dígitos
%hh% hora, 2 dígitos
%mm% minuto, 2 dígitos
%ss% segundo, 2 dígitos
%NUM% número incremental, 6 dígitos
%title% Título da janela
%user% Usuário do Windows
%domain% Domínio de Windows
%hostname% Nome do Computador
Você também pode fazer o Greenshot criar diretórios dinamicamente, simplesmente usando o símbolo de barra invertida (\) para separar diretórios e nome de arquivo.
Exemplo: o formato %YYYY%-%MM%-%DD%\%hh%-%mm%-%ss%
irá gerar um diretório para o dia atual dentro do caminho de armazenamento padrão, exemplo: 2008-06-29, os nomes das telas capturadas serão baseados na
hora atual, ejemplo: 11_58_32 (mais a extensão definida nas configurações de preferência)
</resource>
<resource name="editor_cursortool">
Ferramenta de Seleção (ESC)
</resource>
<resource name="settings_destination_fileas">
Salvar como... (mostrar caixa de diálogo)
</resource>
<resource name="quicksettings_destination_file">
Salvar diretamente (Usando a configuração padrão para arquivos de captura)
</resource>
<resource name="editor_opendirinexplorer">
Abrir o diretório no Windows Explorer
</resource>
<resource name="printoptions_timestamp">
Imprimir data / hora na parte inferior da página
</resource>
<resource name="editor_drawhighlighter">
Destacar (H)
</resource>
<resource name="editor_obfuscate_blur">
Desfocar
</resource>
<resource name="editor_obfuscate_pixelize">
Pixelização
</resource>
<resource name="editor_highlight_area">
Destacar área
</resource>
<resource name="editor_highlight_text">
Destacar texto
</resource>
<resource name="editor_highlight_grayscale">
Escalas de cinza
</resource>
<resource name="editor_highlight_magnify">
Ampliar
</resource>
<resource name="editor_pixel_size">
Tamanho de Pixel
</resource>
<resource name="editor_obfuscate">
Obscurecer (O)
</resource>
<resource name="editor_blur_radius">
Raio de desfoque
</resource>
<resource name="editor_brightness">
Brilho
</resource>
<resource name="editor_preview_quality">
Qualidade do preview
</resource>
<resource name="editor_magnification_factor">
Fator de ampliação
</resource>
<resource name="editor_shadow">
Sombra
</resource>
<resource name="editor_confirm">
Confirmar
</resource>
<resource name="editor_cancel">
Cancelar
</resource>
<resource name="editor_crop">
Cortar (C)
</resource>
<resource name="contextmenu_captureclipboard">
Abrir imagen da área de transferência
</resource>
<resource name="clipboard_error">
Um erro inesperado ocorreu ao tentar escrever na área de transferência.
</resource>
<resource name="config_unauthorizedaccess_write">
Não foi possível salvar o arquivo de configuração do Greenshot. Por favor verifique as permissões de acceso a '{0}'.
</resource>
<resource name="settings_printer">
Impressora
</resource>
<resource name="settings_capture">
Captura
</resource>
<resource name="settings_capture_mousepointer">
Capturar também o cursor do mouse
</resource>
<resource name="contextmenu_openfile">
Abrir imagem do arquivo
</resource>
<resource name="error_openfile">
O arquivo "{0}" não põde ser aberto.
</resource>
<resource name="editor_close_on_save">
Deseja salvar a imagem capturada?
</resource>
<resource name="editor_close_on_save_title">
Salvar imagem?
</resource>
<resource name="settings_capture_windows_interactive">
Usar modo interativo
</resource>
<resource name="settings_capture_window_full">
Capturar janela mesmo que ela esteja obstruída
</resource>
<resource name="settings_capture_window_content">
Capturar o conteúdo somente de aplicações suportadas
</resource>
<resource name="settings_destination_email">
Enviar por e-mail
</resource>
<resource name="editor_email">
Enviar por e-mail
</resource>
<resource name="editor_load_objects">
Carregar objetos de arquivo...
</resource>
<resource name="editor_save_objects">
Salvar objetos em arquivo...
</resource>
<resource name="settings_waittime">
Milisegundos à esperar antes de iniciar a captura
</resource>
<resource name="tooltip_firststart">
Botão direito aqui ou pressionar a tecla Print.
</resource>
<resource name="contextmenu_donate">
Suporte do Greenshot
</resource>
</resources>
</language>

View file

@ -1,521 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Pусский" ietf="ru-RU" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Русский перевод: Алексей Сехан, sehan@mail.ru, 2010-08-16
</resource>
<resource name="application_title">
Greenshot — революционная утилита для получения экранных снимков
</resource>
<resource name="editor_drawrectangle">
Прямоугольник (R)
</resource>
<resource name="editor_save">
Сохранить
</resource>
<resource name="contextmenu_settings">
Параметры...
</resource>
<resource name="settings_storagelocation">
Папка для снимков
</resource>
<resource name="settings_title">
Настройки
</resource>
<resource name="settings_tooltip_storagelocation">
Папка по умолчанию для сохранения снимков (если пусто, то на Рабочий стол)
</resource>
<resource name="settings_language">
Язык (Language)
</resource>
<resource name="settings_filenamepattern">
Шаблон имени файла
</resource>
<resource name="settings_tooltip_language">
Язык интерфейса (потребуется перезапуск программы)
</resource>
<resource name="settings_tooltip_filenamepattern">
Шаблон, используемый для генерации имен файлов при сохранении экранных снимков
</resource>
<resource name="settings_primaryimageformat">
Формат изображения
</resource>
<resource name="settings_tooltip_primaryimageformat">
Формат по умолчанию
</resource>
<resource name="contextmenu_capturearea">
Снимок области
</resource>
<resource name="contextmenu_capturelastregion">
Снимок той же области
</resource>
<resource name="contextmenu_exit">
Выход
</resource>
<resource name="settings_visualization">
Эффекты при снимке
</resource>
<resource name="settings_playsound">
Щелкнуть, как фотокамерой
</resource>
<resource name="settings_showflashlight">
Блеснуть, как фотовспышкой
</resource>
<resource name="error">
Ошибка
</resource>
<resource name="error_nowriteaccess">
Невозможно сохранить файл в {0}.
Проверьте, доступна ли эта папка для записи.
</resource>
<resource name="contextmenu_capturefullscreen">
Снимок всего экрана
</resource>
<resource name="editor_cuttoclipboard">
Вырезать
</resource>
<resource name="editor_copytoclipboard">
Копировать
</resource>
<resource name="editor_pastefromclipboard">
Вставить
</resource>
<resource name="about_title">
О программе Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot предоставляется БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ. Greenshot — свободное программное обеспечение с лицензией GPL (GNU General Public License) и вы можете распростанять его, соблюдая лицензию:
</resource>
<resource name="error_openlink">
Не могу открыть ссылку.
</resource>
<resource name="error_save">
Не удалось сохранить снимок. Пожалуйста, найдите подходящее место.
</resource>
<resource name="about_icons">
Набор значков Fugue, автор Yusuke Kamiyamane, лицензия Creative Commons Attribution 3.0
</resource>
<resource name="about_host">
Greenshot размещается на sourceforge.net
</resource>
<resource name="about_bugs">
Об ошибках сообщайте на
</resource>
<resource name="about_donations">
Если вам понравился Greenshot, вы можете поддержать нас:
</resource>
<resource name="editor_imagesaved">
Изображение сохранено в {0}.
</resource>
<resource name="editor_storedtoclipboard">
Изображение помещено в буфер обмена.
</resource>
<resource name="editor_saveas">
Сохранить как...
</resource>
<resource name="editor_file">
Файл
</resource>
<resource name="editor_edit">
Правка
</resource>
<resource name="editor_object">
Объект
</resource>
<resource name="editor_drawellipse">
Эллипс (E)
</resource>
<resource name="editor_drawtextbox">
Текст (T)
</resource>
<resource name="editor_deleteelement">
Удалить
</resource>
<resource name="editor_selectall">
Выделить все
</resource>
<resource name="editor_copyimagetoclipboard">
Поместить в буфер обмена
</resource>
<resource name="contextmenu_capturewindow">
Снимок окна
</resource>
<resource name="editor_duplicate">
Дублировать
</resource>
<resource name="contextmenu_help">
Справка
</resource>
<resource name="contextmenu_about">
О программе
</resource>
<resource name="editor_title">
Greenshot: Редактор экранных снимков
</resource>
<resource name="settings_applicationsettings">
Настройки программы
</resource>
<resource name="settings_preferredfilesettings">
Параметры сохранения в файл
</resource>
<resource name="settings_skipimageeditor">
Не открывать редактор
</resource>
<resource name="settings_registerhotkeys">
Перехватывать горячие клавиши
</resource>
<resource name="settings_tooltip_registerhotkeys">
Клавиша Print (PrintScreen), сочетания Ctrl-Print, Alt-Print
будут перехватываться программой Greenshot, пока она запущена.
</resource>
<resource name="editor_senttoprinter">
Задание печати отправлено на {0}.
</resource>
<resource name="editor_print">
Напечатать
</resource>
<resource name="help_title">
Справка Greenshot
</resource>
<resource name="settings_jpegsettings">
Параметры JPEG
</resource>
<resource name="settings_jpegquality">
Качество
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Показывать диалог выбора качества при каждом сохранении в JPEG
</resource>
<resource name="jpegqualitydialog_title">
Качество Greenshot
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Выберите качество JPEG
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Сохранить с выбранным качеством и больше не спрашивать
</resource>
<resource name="editor_forecolor">
Цвет контура
</resource>
<resource name="editor_backcolor">
Цвет заливки
</resource>
<resource name="editor_thickness">
Толщина контура
</resource>
<resource name="colorpicker_title">
Выбор цвета
</resource>
<resource name="colorpicker_apply">
Применить
</resource>
<resource name="colorpicker_transparent">
Прозрачный
</resource>
<resource name="colorpicker_htmlcolor">
Цвет в HTML
</resource>
<resource name="colorpicker_red">
Красный
</resource>
<resource name="colorpicker_green">
Зеленый
</resource>
<resource name="colorpicker_blue">
Синий
</resource>
<resource name="colorpicker_alpha">
Плотн.
</resource>
<resource name="colorpicker_recentcolors">
Недавно использованные цвета
</resource>
<resource name="editor_close">
Закрыть
</resource>
<resource name="warning">
Предупреждение
</resource>
<resource name="warning_hotkeys">
Не все горячие клавиши удалось зарегистрировать. Вероятно, они уже зарегистрированы другой программой.
Чтобы клавишу Print (PrintScreen) и её сочетания обрабатывала программа Greenshot, следует закрыть (не свернуть) другие программы,
перехватывающие те же горячие клавиши. Или же можно использовать команды контекстного меню Greenshot в системной области.
</resource>
<resource name="settings_destination_editor">
Открыть в редакторе
</resource>
<resource name="settings_destination_printer">
Напечатать
</resource>
<resource name="settings_destination_file">
Сохранить напрямую в файл
</resource>
<resource name="settings_destination_clipboard">
Поместить в буфер обмена
</resource>
<resource name="editor_drawline">
Отрезок (L)
</resource>
<resource name="settings_destination">
Сделанный снимок...
</resource>
<resource name="editor_drawarrow">
Стрелка (A)
</resource>
<resource name="editor_arrowheads">
Стрелка
</resource>
<resource name="editor_arrowheads_start">
В начале
</resource>
<resource name="editor_arrowheads_end">
В конце
</resource>
<resource name="editor_arrowheads_both">
С обеих сторон
</resource>
<resource name="editor_arrowheads_none">
Нет
</resource>
<resource name="editor_obfuscate_mode">
Режим затемнения
</resource>
<resource name="editor_highlight_mode">
Режим прояснения
</resource>
<resource name="error_multipleinstances">
Greenshot уже запущен.
</resource>
<resource name="settings_autostartshortcut">
Запускать Greenshot при входе в Windows
</resource>
<resource name="clipboard_inuse">
Не удалось записать данные в буфер обмена, который блокирован процессом {0}.
</resource>
<resource name="print_error">
Ошибка при печати.
</resource>
<resource name="printoptions_title">
Параметры печати
</resource>
<resource name="printoptions_allowcenter">
Центрировать на странице
</resource>
<resource name="printoptions_allowenlarge">
Увеличить на всю страницу
</resource>
<resource name="printoptions_allowrotate">
Повернуть согласно ориентации страницы
</resource>
<resource name="printoptions_allowshrink">
Уменьшить, чтобы вместить в страницу
</resource>
<resource name="printoptions_dontaskagain">
Запомнить эти параметры и больше не спрашивать
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Уточнять параметры печати перед каждой распечаткой
</resource>
<resource name="settings_printoptions">
Параметры печати
</resource>
<resource name="settings_output">
Снимки
</resource>
<resource name="settings_general">
Общие
</resource>
<resource name="editor_clipboardfailed">
Ошибка при доступе к буферу обмена. Попробуйте повторить.
</resource>
<resource name="editor_bold">
Полужирный
</resource>
<resource name="editor_italic">
Курсив
</resource>
<resource name="editor_arrange">
Порядок
</resource>
<resource name="editor_fontsize">
Размер
</resource>
<resource name="editor_uptotop">
На передний план
</resource>
<resource name="editor_uponelevel">
На один уровень вперед
</resource>
<resource name="editor_downonelevel">
На один уровень назад
</resource>
<resource name="editor_downtobottom">
На задний план
</resource>
<resource name="contextmenu_quicksettings">
Быстрые настройки
</resource>
<resource name="bugreport_title">
Ошибка
</resource>
<resource name="bugreport_info">
Увы, произошла непредвиденная ошибка.
Хорошая новость: вы можете помочь исправить программу, отправив нам отчет об ошибке.
По указанному ниже адресу создайте новый отчет об ошибке и скопируйте содержимое текстовой области в описание. Добавьте любую информацию, которая могла бы помочь нам воспроизвести обстоятельства проявления ошибки. Кроме того, мы были бы весьма признательны, если бы вы проверили, не сообщал ли уже кто-то о такой же ошибке (вы можете использовать поиск по сайту).
Спасибо за содействие :)
</resource>
<resource name="bugreport_cancel">
Закрыть
</resource>
<resource name="settings_copypathtoclipboard">
При сохранении копировать полное имя файла в буфер обмена
</resource>
<resource name="editor_copypathtoclipboard">
Копировать полное имя файла
</resource>
<resource name="settings_message_filenamepattern">
Подстановочные символы:
${YYYY} год, 4 цифры
${MM} месяц, 2 цифры
${DD} день, 2 цифры
${hh} часы, 2 цифры
${mm} минуты, 2 цифры
${ss} секунды, 2 цифры
${NUM} возрастающий номер, 6 цифр
${title} заголовок окна
Greenshot может именовать по шаблону не только файлы, но и папки, если в шаблоне используется обратная косая черта \
Например, шаблон ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss} указывает, что в папке по умолчанию будет создана папка для текущего дня, например, 2008-06-29, а имя помещённого в неё файла будет содержать текущее время, например 16-40-23 (плюс расширение имени, заданное в настройках)
</resource>
<resource name="editor_cursortool">
Выбор объектов (ESC)
</resource>
<resource name="settings_destination_fileas">
Сохранить с выбором папки и имени файла
</resource>
<resource name="quicksettings_destination_file">
Сохранить в файл, указанный в настройках
</resource>
<resource name="editor_opendirinexplorer">
Открыть папку в Проводнике
</resource>
<resource name="printoptions_timestamp">
Печатать дату и время внизу страницы
</resource>
<resource name="editor_drawhighlighter">
Высветление
</resource>
<resource name="editor_obfuscate_blur">
Размытие (B)
</resource>
<resource name="editor_obfuscate_pixelize">
Квадратики (P)
</resource>
<resource name="editor_highlight_area">
Ясное среди мутного (I)
</resource>
<resource name="editor_highlight_text">
Цветовое выделение (H)
</resource>
<resource name="editor_highlight_grayscale">
Цветное среди серого
</resource>
<resource name="editor_highlight_magnify">
Увеличение
</resource>
<resource name="editor_pixel_size">
Размер квадратиков
</resource>
<resource name="editor_obfuscate">
Затемнение
</resource>
<resource name="editor_blur_radius">
Радиус размытия
</resource>
<resource name="editor_brightness">
Яркость
</resource>
<resource name="editor_preview_quality">
Качество предпросмотра
</resource>
<resource name="editor_magnification_factor">
Увеличение (M)
</resource>
<resource name="editor_shadow">
Тень
</resource>
<resource name="editor_confirm">
Подтвердить
</resource>
<resource name="editor_cancel">
Отмена
</resource>
<resource name="editor_crop">
Обрезать (C)
</resource>
<resource name="contextmenu_captureclipboard">
Открыть изображение из буфера обмена
</resource>
<resource name="clipboard_error">
Неожиданная ошибка произошла при записи в буфер обмена.
</resource>
<resource name="config_unauthorizedaccess_write">
Не удалось сохранить настройки программы. Проверьте, разрешена ли запись в {0}.
</resource>
<resource name="settings_printer">
Печать
</resource>
<resource name="settings_capture">
Снимок
</resource>
<resource name="settings_capture_mousepointer">
Захватить указатель мыши
</resource>
<resource name="contextmenu_openfile">
Открыть изображение из файла
</resource>
<resource name="error_openfile">
Не удалось открыть файл "{0}".
</resource>
<resource name="editor_close_on_save">
Сохранить экранный снимок?
</resource>
<resource name="editor_close_on_save_title">
Сохранить изображение?
</resource>
<resource name="settings_capture_windows_interactive">
Интерактивный выбор окна для снимка
</resource>
<resource name="settings_destination_email">
Отправить электронной почтой
</resource>
<resource name="editor_email">
Отправить электронной почтой
</resource>
<resource name="editor_load_objects">
Загрузить объекты из файла
</resource>
<resource name="editor_save_objects">
Сохранить объекты в файл
</resource>
<resource name="settings_waittime">
Задержка перед снимком (мс)
</resource>
<resource name="tooltip_firststart">
Щелкните правой кнопкой мыши или нажмите клавишу PrintScreen.
</resource>
<resource name="contextmenu_donate">
Поддержать проект
</resource>
</resources>
</language>

View file

@ -1,541 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Svenska" ietf="sv-SE" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
/* Kommentarer till översättningen finns i hjälpfilen. /Eric */
-->
<resource name="about_translation">
Svensk översättning av Eric F :: April 9, 2011
</resource>
<resource name="application_title">
Greenshot - Det revolutionära skärmbildsverktyget
</resource>
<resource name="editor_drawrectangle">
Rita en rektangel (R)
</resource>
<resource name="editor_save">
Spara
</resource>
<resource name="contextmenu_settings">
Inställningar...
</resource>
<resource name="settings_storagelocation">
Mapp för lagring
</resource>
<resource name="settings_title">
Inställningar
</resource>
<resource name="settings_tooltip_storagelocation">
Var på datorn dina skärmbilder skall sparas (lämna tomt för att spara på skrivbordet)
</resource>
<resource name="settings_language">
Språk
</resource>
<resource name="settings_filenamepattern">
Filnamnsmönster
</resource>
<resource name="settings_tooltip_language">
Språk som används i Greenshot (kräver omstart)
</resource>
<resource name="settings_tooltip_filenamepattern">
Det mönster som används för att generera filnamn när man sparar skärmbilderna
</resource>
<resource name="settings_primaryimageformat">
Bildformat
</resource>
<resource name="settings_tooltip_primaryimageformat">
Förvalt bildformat
</resource>
<resource name="contextmenu_capturearea">
Ta bild på yta
</resource>
<resource name="contextmenu_capturelastregion">
Ta bild på senaste ytan
</resource>
<resource name="contextmenu_exit">
Avsluta
</resource>
<resource name="settings_visualization">
Effekter
</resource>
<resource name="settings_playsound">
Spela upp kameraljud
</resource>
<resource name="settings_showflashlight">
Visa en blixt
</resource>
<resource name="error">
Fel
</resource>
<resource name="error_nowriteaccess">
Kan inte spara filen till {0}.
VAr god kontrollera skrivrättigheterna till den förvalda mappen.
</resource>
<resource name="contextmenu_capturefullscreen">
Skärmbild på helskärm
</resource>
<resource name="editor_cuttoclipboard">
Klipp ut
</resource>
<resource name="editor_copytoclipboard">
Kopiera
</resource>
<resource name="editor_pastefromclipboard">
Klistra in
</resource>
<resource name="about_title">
Om Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2011 Thomas Braun, Jens Klingen, Robin Krom
Greenshot lämnar ABSOLUT INGA GARANTIER. Detta är ett gratisprogram, och du kan/får videredistribuera programmet under vissa villkor.
Detaljer om "GNU General Public License":
</resource>
<resource name="error_openlink">
Kunde inte öppna länken.
</resource>
<resource name="error_save">
Kunde inte spara skärmbilden. Försök hitta en bra mapp att spara i.
</resource>
<resource name="about_icons">
Ikoner från "Yusuke Kamiyamane's Fugue icon set" (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot finns på sourceforge.net på:
</resource>
<resource name="about_bugs">
Var vänlig att rapportera in fel till
</resource>
<resource name="about_donations">
Om du gillar Greenshot, så är du välkommen att stödja oss:
</resource>
<resource name="editor_imagesaved">
Bilden sparades till {0}.
</resource>
<resource name="editor_storedtoclipboard">
Bilden sparades i klippminnet.
</resource>
<resource name="editor_saveas">
Spara som...
</resource>
<resource name="editor_file">
Arkiv
</resource>
<resource name="editor_edit">
Editera
</resource>
<resource name="editor_object">
Objekt
</resource>
<resource name="editor_drawellipse">
Rita en cirkel (E)
</resource>
<resource name="editor_drawtextbox">
Lägg till en textruta (T)
</resource>
<resource name="editor_deleteelement">
Radera
</resource>
<resource name="editor_selectall">
Markera allt
</resource>
<resource name="editor_copyimagetoclipboard">
Kopiera bilden till klippminnet
</resource>
<resource name="contextmenu_capturewindow">
Ta bild på fönster
</resource>
<resource name="editor_duplicate">
Duplicera valt element
</resource>
<resource name="contextmenu_help">
Hjälp
</resource>
<resource name="contextmenu_about">
Om Greenshot
</resource>
<resource name="editor_title">
Greenshot Bildredigerare
</resource>
<resource name="settings_applicationsettings">
Programinställningar
</resource>
<resource name="settings_preferredfilesettings">
Önskade inställningar för fil/bild
</resource>
<resource name="settings_skipimageeditor">
Hoppa över bildredigeraren
</resource>
<resource name="settings_registerhotkeys">
Registrera kortkommandon
</resource>
<resource name="settings_tooltip_registerhotkeys">
Definierar ifall ett kortkommando (Prnt, Ctrl + Print, Alt + Prnt) är reserverade att användas globalt av Greenshot när programmet startar, tills programmet stängs ner.
</resource>
<resource name="editor_senttoprinter">
Utskriften skickades till '{0}'.
</resource>
<resource name="editor_print">
Skriv ut
</resource>
<resource name="help_title">
Greenshot Hjälp
</resource>
<resource name="settings_jpegsettings">
JPEG-inställningar
</resource>
<resource name="settings_jpegquality">
JPEG-kvalitet
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Visa dialogrutan för JPEG-kvalitet varje gång en JPEG-bild sparas
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG-kvalitet
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
Välj kvalitetsgrad för din JPEG-bild.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Spara med förvald JPEG-kvalitet och fråga inte igen
</resource>
<resource name="editor_forecolor">
Linjens färg
</resource>
<resource name="editor_backcolor">
Fyllnadsfärg
</resource>
<resource name="editor_thickness">
Linjens tjocklek
</resource>
<resource name="colorpicker_title">
Färgväljare
</resource>
<resource name="colorpicker_apply">
Verkställ
</resource>
<resource name="colorpicker_transparent">
Transparent
</resource>
<resource name="colorpicker_htmlcolor">
HTMLfärg
</resource>
<resource name="colorpicker_red">
Röd
</resource>
<resource name="colorpicker_green">
Grön
</resource>
<resource name="colorpicker_blue">
Blå
</resource>
<resource name="colorpicker_alpha">
Alpha
</resource>
<resource name="colorpicker_recentcolors">
Senaste använda färgerna
</resource>
<resource name="editor_close">
Stäng
</resource>
<resource name="warning">
Varning
</resource>
<resource name="warning_hotkeys">
En eller flera kortkommandon kunde inte registreras. Därför kanske det inte är möjligt att använda Greenshot's kortkomandon.
Problemet är troligen orsakat av att ett annat program/verktyg har lagt beslag på samma kortkommando(n).
Försök att avaktivera de program som använder sig av knappen "Print". Men du kan också använda dig av dessa funktioner genom att högerklicka på Greenshotikonen i aktivitesfältet.
</resource>
<resource name="settings_destination_editor">
Öppna i bildredigeraren
</resource>
<resource name="settings_destination_printer">
Skicka till skrivare
</resource>
<resource name="settings_destination_file">
Spara direkt (använd inställningarna nedanför)
</resource>
<resource name="settings_destination_clipboard">
Kopiera till klippminnet
</resource>
<resource name="editor_drawline">
Rita en line (L)
</resource>
<resource name="settings_destination">
Destination för skärmbilder
</resource>
<resource name="editor_drawarrow">
Rita en pil (A)
</resource>
<resource name="editor_arrowheads">
Pilhuvud
</resource>
<resource name="editor_arrowheads_start">
Startpunkt
</resource>
<resource name="editor_arrowheads_end">
Slutpunkt
</resource>
<resource name="editor_arrowheads_both">
Båda
</resource>
<resource name="editor_arrowheads_none">
Ingen
</resource>
<resource name="editor_obfuscate_mode">
&quot;Blurrning&quot;
</resource>
<resource name="editor_highlight_mode">
Belysning
</resource>
<resource name="error_multipleinstances">
Programmet Greenshot körs redan.
</resource>
<resource name="settings_autostartshortcut">
Dra igång Greenshot när datorn startas
</resource>
<resource name="clipboard_inuse">
Greenshot kunde inte skriva till klippminnet eftersom processen {0} blockerade åtkomst dit.
</resource>
<resource name="print_error">
Ett fel uppstod vid försöket att skriva ut.
</resource>
<resource name="printoptions_title">
Greenshot skrivarinställningar
</resource>
<resource name="printoptions_allowcenter">
Centrera utskriften på sidan
</resource>
<resource name="printoptions_allowenlarge">
Förstora/anpassa utskriften till papprets storlek
</resource>
<resource name="printoptions_allowrotate">
Rotera utskriften till sidans orientering
</resource>
<resource name="printoptions_allowshrink">
Förminska/anpassa utskriften till papprets storlek
</resource>
<resource name="printoptions_dontaskagain">
Spara insällningar som förvalda och fråga inte igen
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Visa dialogfönstret varje gång en bild skall skrivas ut
</resource>
<resource name="settings_printoptions">
Skrivarinställningar
</resource>
<resource name="settings_output">
Bild/fil
</resource>
<resource name="settings_general">
Allmänt
</resource>
<resource name="editor_clipboardfailed">
Ett fel uppstod för att komma åt klippminnet. Försök igen.
</resource>
<resource name="editor_bold">
Fetstil
</resource>
<resource name="editor_italic">
Kursiv
</resource>
<resource name="editor_arrange">
Arrangera
</resource>
<resource name="editor_fontsize">
Storlek
</resource>
<resource name="editor_uptotop">
Upp till toppen
</resource>
<resource name="editor_uponelevel">
Upp en nivå
</resource>
<resource name="editor_downonelevel">
Ner en nivå
</resource>
<resource name="editor_downtobottom">
Ner till botten
</resource>
<resource name="contextmenu_quicksettings">
Snabbinställningar
</resource>
<resource name="bugreport_title">
Fel
</resource>
<resource name="bugreport_info">
Oops, ett oväntat fel uppstod.
Den goda nyheten är att du kan hjälpa oss att lösa problemet med att rapportera felet till oss.
Var vänlig och gå till länken (URL'en) nedanför, och skapa en ny felrapport (bug report). Klistra in felmeddelandets innehåll/text in beskrivningen.
Lägg till en saklig summering och ta med sådan information som du tror kan vara till hjälp för att kunna återskapa detta fel.
Innan du skickar uppskattar vi verkligen om du har kontrollerat ifall felet redan har blivit rapporterat. (Du kan använda sökfunktionen för att snabbt hitta dem.) Tack! :)
</resource>
<resource name="bugreport_cancel">
Stäng
</resource>
<resource name="settings_copypathtoclipboard">
Kopiera bildens sökväg till klippminet varje gång en bild sparas
</resource>
<resource name="editor_copypathtoclipboard">
Kopiera sökväg till klippminnet
</resource>
<resource name="settings_message_filenamepattern">
Följande platshållare kommer att bytas ut automatiskt enligt det definierade mönstret:
%YYYY% år, 4 siffror
%MM% månader, 2 siffror
%DD% dagar, 2 siffror
%hh% timmar, 2 siffror
%mm% minut, 2 siffror
%ss% sekunder, 2 siffror
%NUM% ökande nummer, 6 siffror
%title% Fönsrets titel
%user% Användarnamn
%domain% Windows domän
%hostname% Datorns namn
~ ~ ~
Du kan också göra så att Greenshot skapar mappar dynamiskt. Använd helt enkelt en "backslashsymbol" (\) för att separera mapp-/filnamn.
Exempel: %YYYY%-%MM%-%DD%\%hh%-%mm%-%ss%
Mönstret kommer att skapa en mapp med dagens datum på ditt förvalda ställe, e.g. 2008-06-29, och bildens filnamn blir den aktuella tiden, e.g. 11-58-32.xxx
(xxx = det filformat du angett)
</resource>
<resource name="editor_cursortool">
Markeringsverktyg (ESC)
</resource>
<resource name="settings_destination_fileas">
Spara som (visa dialogruta)
</resource>
<resource name="quicksettings_destination_file">
Spara direkt (använd önskade filinställningar)
</resource>
<resource name="editor_opendirinexplorer">
Utforska mappen
</resource>
<resource name="printoptions_timestamp">
Utskriftsdatum / klockslag i sidans nedre kant
</resource>
<resource name="editor_drawhighlighter">
Belysning (H)
</resource>
<resource name="editor_obfuscate_blur">
Oskärpa
</resource>
<resource name="editor_obfuscate_pixelize">
Pixling
</resource>
<resource name="editor_highlight_area">
Belys yta
</resource>
<resource name="editor_highlight_text">
Belys text
</resource>
<resource name="editor_highlight_grayscale">
Gråskala
</resource>
<resource name="editor_highlight_magnify">
Förstora
</resource>
<resource name="editor_pixel_size">
Pixelstorlek
</resource>
<resource name="editor_obfuscate">
&quot;Blurra&quot; (O)
</resource>
<resource name="editor_blur_radius">
Oskärpa :: styrka
</resource>
<resource name="editor_brightness">
Ljusskala
</resource>
<resource name="editor_preview_quality">
Förhandsgranskning :: kvalitet
</resource>
<resource name="editor_magnification_factor">
Förstorningsgrad
</resource>
<resource name="editor_shadow">
Skugga
</resource>
<resource name="editor_confirm">
Konfirmera
</resource>
<resource name="editor_cancel">
Avbryt
</resource>
<resource name="editor_crop">
Beskär (C)
</resource>
<resource name="contextmenu_captureclipboard">
Öppna bild från klippminnet
</resource>
<resource name="clipboard_error">
Ett oväntat fel uppstod då bilden skrevs till klippminnet.
</resource>
<resource name="config_unauthorizedaccess_write">
Kunde inte spara Greenshot's konfigurationsfil. Var vänlig kontrollera åtkomsträttigheterna för '{0}'.
</resource>
<resource name="settings_printer">
Utskrift
</resource>
<resource name="settings_capture">
Skärmbild
</resource>
<resource name="settings_capture_mousepointer">
Inkludera markören
</resource>
<resource name="contextmenu_openfile">
Öppna bild från fil
</resource>
<resource name="error_openfile">
Filen "{0}" kunde inte öppnas.
</resource>
<resource name="editor_close_on_save">
Vill du spara skärmbilden?
</resource>
<resource name="editor_close_on_save_title">
Spara bild?
</resource>
<resource name="settings_capture_windows_interactive">
Använd det interaktiva fönstret
</resource>
<resource name="settings_capture_window_full">
Ta bild på fönstret även om det blir obstruerat
</resource>
<resource name="settings_capture_window_content">
Ta endast skärmbild på innehåll med programstöd
</resource>
<resource name="settings_destination_email">
Email
</resource>
<resource name="editor_email">
Email
</resource>
<resource name="editor_load_objects">
Ladda in objekt från fil
</resource>
<resource name="editor_save_objects">
Spara objekt till fil
</resource>
<resource name="settings_waittime">
Fördröjning i millisekunder före bilden blir tagen
</resource>
<resource name="tooltip_firststart">
Högerklicka här eller tryck på tangenten Print.
</resource>
<resource name="contextmenu_donate">
Stöd Greenshot
</resource>
</resources>
</language>

View file

@ -1,530 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="Türkçe" ietf="tr-TR" version="0.8.0">
<resources>
<!--
Note to translator: uncomment entry "about_translation" to have
your efforts honored in the "About Greenshot" dialog
-->
<resource name="about_translation">
Türkçe'ye çeviren: Kaya Zeren
</resource>
<resource name="application_title">
Greenshot - devrimsel ekran yakalama aracı
</resource>
<resource name="editor_drawrectangle">
Dikdörtgen çiz (R)
</resource>
<resource name="editor_save">
Kaydet
</resource>
<resource name="contextmenu_settings">
Ayarlar...
</resource>
<resource name="settings_storagelocation">
Kayıt yeri
</resource>
<resource name="settings_title">
Ayarlar
</resource>
<resource name="settings_tooltip_storagelocation">
Ekran görüntülerinin saklanacağı varsayılan yer. Masaüstünü kullanmak için boş bırakın
</resource>
<resource name="settings_language">
Dil
</resource>
<resource name="settings_filenamepattern">
Dosya adı biçimi
</resource>
<resource name="settings_tooltip_language">
Greenshot kullanıcı arayüzü dili (değiştirince yeniden başlatmalısınız)
</resource>
<resource name="settings_tooltip_filenamepattern">
Ekran görüntüleri kaydedilirken dosya adının üretileceği biçim
</resource>
<resource name="settings_primaryimageformat">
Görüntü biçimi
</resource>
<resource name="settings_tooltip_primaryimageformat">
Varsayılan resim biçimi
</resource>
<resource name="contextmenu_capturearea">
Bölge yakala
</resource>
<resource name="contextmenu_capturelastregion">
Son bölgeyi yakala
</resource>
<resource name="contextmenu_exit">
Çıkış
</resource>
<resource name="settings_visualization">
Efektler
</resource>
<resource name="settings_playsound">
Kamera sesi
</resource>
<resource name="settings_showflashlight">
Flaş etkisi
</resource>
<resource name="error">
Hata
</resource>
<resource name="error_nowriteaccess">
Dosya şuraya kaydedilemiyor {0}.
Seçili kayıt yolunun yazılabilir olduğundan emin olun.
</resource>
<resource name="contextmenu_capturefullscreen">
Tüm ekranı yakala
</resource>
<resource name="editor_cuttoclipboard">
Kes
</resource>
<resource name="editor_copytoclipboard">
Kopyala
</resource>
<resource name="editor_pastefromclipboard">
Yapıştır
</resource>
<resource name="about_title">
Greenshot Hakkında
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
Greenshot HİÇ BİR GARANTİ vermez. Serbest bir yazılımdır ve belirli koşullar altında dağıtmakta serbestsiniz. GNU
Genel Kamu Lisanslı hakkında daha fazla bilgi için:
</resource>
<resource name="error_openlink">
Bağlantıılamadı.
</resource>
<resource name="error_save">
Ekran görüntüsü kaydedilemedi, lütfen uygun bir yer seçin.
</resource>
<resource name="about_icons">
Simgeler Yusuke Kamiyamane'nin Fugue simge setidir (Creative Commons Attribution 3.0 lisansı)
</resource>
<resource name="about_host">
Greenshot sourceforge.net üzerinde şu adreste barındırılmaktadır:
</resource>
<resource name="about_bugs">
Hataları şu adrese bildirebilirsiniz:
</resource>
<resource name="about_donations">
Greenshot'ı sevdiyseniz, bizi destekleyin:
</resource>
<resource name="editor_imagesaved">
Görüntü şuraya kaydedildi {0}.
</resource>
<resource name="editor_storedtoclipboard">
Görüntü panoya kopyalandı.
</resource>
<resource name="editor_saveas">
Farklı kaydet...
</resource>
<resource name="editor_file">
Dosya
</resource>
<resource name="editor_edit">
Düzen
</resource>
<resource name="editor_object">
Nesne
</resource>
<resource name="editor_drawellipse">
Elips çiz (E)
</resource>
<resource name="editor_drawtextbox">
Yazı ekle (T)
</resource>
<resource name="editor_deleteelement">
Sil
</resource>
<resource name="editor_selectall">
Tümünü seç
</resource>
<resource name="editor_copyimagetoclipboard">
Görüntüyü panoya kopyala
</resource>
<resource name="contextmenu_capturewindow">
Pencere yakala
</resource>
<resource name="editor_duplicate">
Seçili ögenin kopyasını oluştur
</resource>
<resource name="contextmenu_help">
Yardım
</resource>
<resource name="contextmenu_about">
Greenshot Hakkında
</resource>
<resource name="editor_title">
Greenshot görüntü düzenleyici
</resource>
<resource name="settings_applicationsettings">
Uygulama Ayarları
</resource>
<resource name="settings_preferredfilesettings">
Çıkış Dosyası Ayarları
</resource>
<resource name="settings_skipimageeditor">
Görüntü düzenleyiciyi atla
</resource>
<resource name="settings_registerhotkeys">
Kısayol tuşlarını devral
</resource>
<resource name="settings_tooltip_registerhotkeys">
Programın başlatılmasından sonlandırılmasına kadar olan zamanda, Print, Ctrl + Print, Alt + Print kısayol tuşlarının genel kullanıma mı Greenshot kullanımına mı ayrılacağını belirler.
</resource>
<resource name="editor_senttoprinter">
Yazdırma işi şuraya iletildi '{0}'.
</resource>
<resource name="editor_print">
Yazdır
</resource>
<resource name="help_title">
Greenshot Yardımı
</resource>
<resource name="settings_jpegsettings">
JPEG Ayarları
</resource>
<resource name="settings_jpegquality">
JPEG kalitesi
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
Her JPEG görüntüsü kaydedildiğinde JPEG kalitesi penceresini göster
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG kalitesi
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
JPRG görüntüsünün kalitesini seçin.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
Varsayılan JPEG kalitesini kaydet ve bir daha sorma
</resource>
<resource name="editor_forecolor">
Çizgi rengi
</resource>
<resource name="editor_backcolor">
Art alan rengi
</resource>
<resource name="editor_thickness">
Çizgi kalınlığı
</resource>
<resource name="colorpicker_title">
Renk seçici
</resource>
<resource name="colorpicker_apply">
Uygula
</resource>
<resource name="colorpicker_transparent">
Saydam
</resource>
<resource name="colorpicker_htmlcolor">
HTML rengi
</resource>
<resource name="colorpicker_red">
Kırmızı
</resource>
<resource name="colorpicker_green">
Yeşil
</resource>
<resource name="colorpicker_blue">
Mavi
</resource>
<resource name="colorpicker_alpha">
Alfa
</resource>
<resource name="colorpicker_recentcolors">
Son kullanılan renkler
</resource>
<resource name="editor_close">
Kapat
</resource>
<resource name="warning">
Dikkat
</resource>
<resource name="warning_hotkeys">
Bir veya bir kaç kısayol tuşu kaydedilemedi. Bu nedenle Greenshot kısayollarını kullanamayabilirsiniz.
Bu sorun muhtemelen aynı kısa yolları kullanan başka bir programın çalışmasından kaynaklanıyor
Kısayolları kullanmak için söz konusu yazılımı kapatın. Kısayollar yerine tüm Greenshot özelliklerini sistem tepsisi simgesine sağ tıklayarak da kullanabilirsiniz.
</resource>
<resource name="settings_destination_editor">
Görüntü düzenleyicide aç
</resource>
<resource name="settings_destination_printer">
Yazıcıya gönder
</resource>
<resource name="settings_destination_file">
Aşağıdaki ayarları kullanarak kaydet
</resource>
<resource name="settings_destination_clipboard">
Panoya kopyala
</resource>
<resource name="editor_drawline">
Çizgi çiz (L)
</resource>
<resource name="settings_destination">
Yakalanan Ekran Görüntüsünün Hedefi
</resource>
<resource name="editor_drawarrow">
Ok çiz (A)
</resource>
<resource name="editor_arrowheads">
Ok başları
</resource>
<resource name="editor_arrowheads_start">
Başlangıçta
</resource>
<resource name="editor_arrowheads_end">
Bitişte
</resource>
<resource name="editor_arrowheads_both">
İki uçta da
</resource>
<resource name="editor_arrowheads_none">
Ok ucu olmasın
</resource>
<resource name="editor_obfuscate_mode">
Karanlık kipi
</resource>
<resource name="editor_highlight_mode">
Vurgulama kipi
</resource>
<resource name="error_multipleinstances">
Greenshot zaten çalışıyor.
</resource>
<resource name="settings_autostartshortcut">
Windows başlangıcında çalıştır
</resource>
<resource name="clipboard_inuse">
{0} işlemi erişimi engellediğinden Greenshot panoya yazamadı.
</resource>
<resource name="print_error">
Yazdırmaya çalışırken bir hata oldu.
</resource>
<resource name="printoptions_title">
Greenshot yazdırma ayarları
</resource>
<resource name="printoptions_allowcenter">
Sayfayı ortala
</resource>
<resource name="printoptions_allowenlarge">
Sayfaya sığacak şekilde genişlet
</resource>
<resource name="printoptions_allowrotate">
Görüntüyü sayfa duruşuna göre döndür
</resource>
<resource name="printoptions_allowshrink">
Sayfaya sığacak şekilde daralt
</resource>
<resource name="printoptions_dontaskagain">
Bu ayarları varsayılan olarak kaydet ve bir daha sorma
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
Her görüntü yazdırıldığında ayarlar penceresini göster
</resource>
<resource name="settings_printoptions">
Yazdırma ayarları
</resource>
<resource name="settings_output">
Çıkış
</resource>
<resource name="settings_general">
Genel
</resource>
<resource name="editor_clipboardfailed">
Panoya erişirken bir hata oldu. Yeniden deneyin.
</resource>
<resource name="editor_bold">
Koyu
</resource>
<resource name="editor_italic">
Yatık
</resource>
<resource name="editor_arrange">
Düzenle
</resource>
<resource name="editor_fontsize">
Boyut
</resource>
<resource name="editor_uptotop">
En üste
</resource>
<resource name="editor_uponelevel">
Bir üste
</resource>
<resource name="editor_downonelevel">
Bir alta
</resource>
<resource name="editor_downtobottom">
En alta
</resource>
<resource name="contextmenu_quicksettings">
Çabuk ayar
</resource>
<resource name="bugreport_title">
Hata
</resource>
<resource name="bugreport_info">
Beklenmeyen bir hata oldu.
İyi haber: bu hatayı bize bildirerek düzeltmemizi sağlayabilirsiniz..
Lütfen aşağıdaki web adresine gidin, yeni bir hata bildirimi oluşturup içeriğini açıklama bölümündeki yazı alanına yapıştırın.
Anlamlı bir açıklama ve sorunun yeniden oluşması için işe yarayacağını düşündüğünüz bilgileri de ekleyin.
Ayrıca bu hata için bir izleyici kaydının açılmış olup olmadığını da deneteleyebilirseniz minnettar kalırız. bunu hızlıca yapabilmek için aramayı kullanabilirsiniz. Teşekkürler :)
</resource>
<resource name="bugreport_cancel">
Kapat
</resource>
<resource name="settings_copypathtoclipboard">
Her görüntü kaydedildiğinde görüntü yolunu panoya kopyala
</resource>
<resource name="editor_copypathtoclipboard">
Yolu panoya kopyala
</resource>
<resource name="settings_message_filenamepattern">
Şu ifadeler kullanıldığında aşağıdaki tanımlar yazılır:
${YYYY} yıl, 4 hane
${MM} ay, 2 hane
${DD} gün, 2 hane
${hh} saat, 2 hane
${mm} dakika, 2 hane
${ss} saniye, 2 hane
${NUM} artan sayı, 6 hane
${title} Pencere başlığı
${user} Windows kullanıcısı
${domain} Windows etki alanı
${hostname} Bilgisayar adı
Klasör ve dosya adı arasında (\) karakterini kullanarak Greenshot'un istediğiniz klasörleri oluşturmasını sağlayabilirsiniz.
Örneğin: ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss} biçimi, varsayılan kayıt klasörünüzün altına içinde bulunulan gün şeklinde bir klasör açar (2010-06-29 gibi), ekran görüntüsü dosyasının adı o anki zamana göre verilir (11-58-32 gibi) ve sonuna ayarlarda tanımlanmış uzantı varsa eklenir.
</resource>
<resource name="editor_cursortool">
Seçim Aracı (ESC)
</resource>
<resource name="settings_destination_fileas">
Farklı kaydet (ayar penceresini göster)
</resource>
<resource name="quicksettings_destination_file">
Doğrudan kaydet (varsayılan dosya ayarlarıyla)
</resource>
<resource name="editor_opendirinexplorer">
Klasörü Windows Gezgini ile aç
</resource>
<resource name="printoptions_timestamp">
Sayfanın altına yazdırma tarihi ve zamanını ekle
</resource>
<resource name="editor_drawhighlighter">
Vurgula (H)
</resource>
<resource name="editor_obfuscate_blur">
Bulanıklaştır
</resource>
<resource name="editor_obfuscate_pixelize">
Pikselleştir
</resource>
<resource name="editor_highlight_area">
Bölgeyi vurgula
</resource>
<resource name="editor_highlight_text">
Yazıyı vurgula
</resource>
<resource name="editor_highlight_grayscale">
Gri tonlama
</resource>
<resource name="editor_highlight_magnify">
Büyüt
</resource>
<resource name="editor_pixel_size">
Piksel boyutu
</resource>
<resource name="editor_obfuscate">
Karart (O)
</resource>
<resource name="editor_blur_radius">
Bulanıklaştırma çapı
</resource>
<resource name="editor_brightness">
Parlaklık
</resource>
<resource name="editor_preview_quality">
Özizleme kalitesi
</resource>
<resource name="editor_magnification_factor">
Büyütme çarpanı
</resource>
<resource name="editor_shadow">
Gölge
</resource>
<resource name="editor_confirm">
Tamam
</resource>
<resource name="editor_cancel">
Vazgeç
</resource>
<resource name="editor_crop">
Kırp (C)
</resource>
<resource name="contextmenu_captureclipboard">
Panodaki görüntüyü aç
</resource>
<resource name="clipboard_error">
Panoya yazılırken beklenmedik bir hata oluştu.
</resource>
<resource name="config_unauthorizedaccess_write">
Greenshot yapılandırma dosyası kaydedilemedi. '{0}' için erişim izinlerini denetleyin.
</resource>
<resource name="settings_printer">
Yazıcı
</resource>
<resource name="settings_capture">
Yakala
</resource>
<resource name="settings_capture_mousepointer">
Fare imlecini de yakala
</resource>
<resource name="contextmenu_openfile">
Dosyadaki görüntüyü aç
</resource>
<resource name="error_openfile">
"{0}" dosyasıılamadı.
</resource>
<resource name="editor_close_on_save">
Ekran görüntüsünü kaydetmek istiyor musunuz?
</resource>
<resource name="editor_close_on_save_title">
Görüntü kaydedilsin mi?
</resource>
<resource name="settings_capture_windows_interactive">
Etkileşimli pencere yakalama kipini kullan
</resource>
<resource name="settings_capture_window_full">
Tıkalı da olsa pencereyi yakala
</resource>
<resource name="settings_capture_window_content">
Yalnızca desteklenen uygulamalardan içerik yakala
</resource>
<resource name="settings_destination_email">
E-Posta gönder
</resource>
<resource name="editor_email">
E-Posta Gönder
</resource>
<resource name="editor_load_objects">
Dosyadan nesneleri yükle
</resource>
<resource name="editor_save_objects">
Nesneleri dosyaya kaydet
</resource>
<resource name="settings_waittime">
Kaydedilmeden önce beklenecek milisaniye
</resource>
<resource name="tooltip_firststart">
Buraya sağ tıklayın veya yazdır tuşuna basın.
</resource>
<resource name="contextmenu_donate">
Greenshot'ı Destekleyin
</resource>
</resources>
</language>

View file

@ -1,525 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="简体中文" ietf="zh-CN" version="0.8.0">
<resources>
<resource name="about_translation">
简体中文翻译: uralhan
</resource>
<resource name="application_title">
Greenshot - 革命性的抓图工具
</resource>
<resource name="editor_drawrectangle">
绘制矩形(R)
</resource>
<resource name="editor_save">
保存
</resource>
<resource name="contextmenu_settings">
设置...
</resource>
<resource name="settings_storagelocation">
保存路径
</resource>
<resource name="settings_title">
设定
</resource>
<resource name="settings_tooltip_storagelocation">
默认保存路径(为空则保存到桌面)
</resource>
<resource name="settings_language">
语言
</resource>
<resource name="settings_filenamepattern">
文件名格式
</resource>
<resource name="settings_tooltip_language">
设定界面语言
</resource>
<resource name="settings_tooltip_filenamepattern">
设定保存文件的命名格式
</resource>
<resource name="settings_primaryimageformat">
图像格式
</resource>
<resource name="settings_tooltip_primaryimageformat">
设定默认的图像格式
</resource>
<resource name="contextmenu_capturearea">
抓取屏幕的一部分
</resource>
<resource name="contextmenu_capturelastregion">
抓取上次选择的区域
</resource>
<resource name="contextmenu_exit">
退出
</resource>
<resource name="settings_visualization">
特效
</resource>
<resource name="settings_playsound">
抓屏时播放声音
</resource>
<resource name="settings_showflashlight">
抓屏时闪光
</resource>
<resource name="error">
错误
</resource>
<resource name="error_nowriteaccess">
无法保存到文件 {0}
请确认文件保存路径是否可用。
</resource>
<resource name="contextmenu_capturefullscreen">
抓取全屏
</resource>
<resource name="editor_cuttoclipboard">
剪切
</resource>
<resource name="editor_copytoclipboard">
复制
</resource>
<resource name="editor_pastefromclipboard">
粘贴
</resource>
<resource name="about_title">
关于 Greenshot
</resource>
<resource name="about_license">
版权所有 (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
作者不会对程序进行任何担保。
此程序为自由软件,您可以在遵守 GNU 通用公共许可协议下任意传播本软件。
关于 GNU 通用公共许可协议:
</resource>
<resource name="error_openlink">
无法打开此链接
</resource>
<resource name="error_save">
无法保存图片,请选择其它路径来保存。
</resource>
<resource name="about_icons">
图标来源: Yusuke Kamiyamane 的 Fugue 图标 基于 (Creative Commons Attribution 3.0 协议)
</resource>
<resource name="about_host">
Greenshot 官方网站地址在sourceforge.net
</resource>
<resource name="about_bugs">
如果发现任何错误,请到以下网址报告
</resource>
<resource name="about_donations">
如果您喜欢这个软件,希望您可以捐助我们:
</resource>
<resource name="editor_imagesaved">
图片已保存到 {0}
</resource>
<resource name="editor_storedtoclipboard">
图片已保存到剪切板。
</resource>
<resource name="editor_saveas">
另存为...
</resource>
<resource name="editor_file">
文件
</resource>
<resource name="editor_edit">
编辑
</resource>
<resource name="editor_object">
物件
</resource>
<resource name="editor_drawellipse">
绘制椭圆 (E)
</resource>
<resource name="editor_drawtextbox">
添加文字 (T)
</resource>
<resource name="editor_deleteelement">
刪除物件
</resource>
<resource name="editor_selectall">
全选
</resource>
<resource name="editor_copyimagetoclipboard">
复制图片到剪切板
</resource>
<resource name="contextmenu_capturewindow">
抓取窗口
</resource>
<resource name="editor_duplicate">
复制选中的物件
</resource>
<resource name="contextmenu_help">
帮助
</resource>
<resource name="contextmenu_about">
关于 Greenshot
</resource>
<resource name="editor_title">
Greenshot 图片编辑器
</resource>
<resource name="settings_applicationsettings">
程序设定
</resource>
<resource name="settings_preferredfilesettings">
输出格式设定
</resource>
<resource name="settings_skipimageeditor">
跳过图片编辑器
</resource>
<resource name="settings_registerhotkeys">
注册快捷键
</resource>
<resource name="settings_tooltip_registerhotkeys">
如果选择该选项,则您可以使用以下三个快捷键来抓图。
Print 抓取指定的屏幕区域
Ctrl+Print 抓取全部屏幕
Alt+Print 抓取程序窗口(如果没有选择交互式抓取方式,将会抓取正在使用的程序的窗口)
</resource>
<resource name="editor_senttoprinter">
已使用 '{0}' 进行打印。
</resource>
<resource name="editor_print">
打印
</resource>
<resource name="help_title">
Greenshot 帮助
</resource>
<resource name="settings_jpegsettings">
JPEG 设置
</resource>
<resource name="settings_jpegquality">
JPEG 图像质量
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
每次保存时都弹出 JPEG 图像质量设置对话框
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG 图像质量
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
请选择您需要的图像质量
</resource>
<resource name="jpegqualitydialog_dontaskagain">
不再询问图像质量
</resource>
<resource name="editor_forecolor">
线条颜色
</resource>
<resource name="editor_backcolor">
填充颜色
</resource>
<resource name="editor_thickness">
线条粗细
</resource>
<resource name="colorpicker_title">
选择颜色
</resource>
<resource name="colorpicker_apply">
确定
</resource>
<resource name="colorpicker_transparent">
透明度
</resource>
<resource name="colorpicker_htmlcolor">
HTML颜色
</resource>
<resource name="colorpicker_red">
</resource>
<resource name="colorpicker_green">
绿
</resource>
<resource name="colorpicker_blue">
</resource>
<resource name="colorpicker_alpha">
不透明度
</resource>
<resource name="colorpicker_recentcolors">
最近使用过的颜色
</resource>
<resource name="editor_close">
关闭
</resource>
<resource name="warning">
警告
</resource>
<resource name="warning_hotkeys">
某些快捷键无法使用,可能与其它程序发生冲突。
如果您想让 Greenshot 使用快捷键,请关闭占用快捷键的程序。
您也可以右键点击 Greenshot 的托盘图标来进行抓图操作。
</resource>
<resource name="settings_destination_editor">
用图片编辑器打开
</resource>
<resource name="settings_destination_printer">
打印图片
</resource>
<resource name="settings_destination_file">
直接保存而不询问 (使用以下设置)
</resource>
<resource name="settings_destination_clipboard">
复制图片到剪贴板
</resource>
<resource name="editor_drawline">
绘制直线 (L)
</resource>
<resource name="settings_destination">
抓图后的动作
</resource>
<resource name="editor_drawarrow">
绘制箭头 (A)
</resource>
<resource name="editor_arrowheads">
箭头方向
</resource>
<resource name="editor_arrowheads_start">
箭头在起点
</resource>
<resource name="editor_arrowheads_end">
箭头在终点
</resource>
<resource name="editor_arrowheads_both">
箭头在两端
</resource>
<resource name="editor_arrowheads_none">
不显示箭头
</resource>
<resource name="editor_obfuscate_mode">
模糊模式
</resource>
<resource name="editor_highlight_mode">
高亮模式
</resource>
<resource name="error_multipleinstances">
Greenshot 已经运行。
</resource>
<resource name="settings_autostartshortcut">
开机时自动启动 Greenshot
</resource>
<resource name="clipboard_inuse">
无法将文件写入剪切板, 因为 {0} 已将剪切板锁定。
</resource>
<resource name="print_error">
打印时发生错误
</resource>
<resource name="printoptions_title">
打印设定
</resource>
<resource name="printoptions_allowcenter">
打印到纸张的正中央
</resource>
<resource name="printoptions_allowenlarge">
放大图片以适合纸张大小
</resource>
<resource name="printoptions_allowrotate">
旋转图片
</resource>
<resource name="printoptions_allowshrink">
缩小图片以适合纸张大小
</resource>
<resource name="printoptions_dontaskagain">
保存打印设置并不再询问
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
每次打印时都显示打印设置窗口
</resource>
<resource name="settings_printoptions">
打印设定
</resource>
<resource name="settings_output">
输出
</resource>
<resource name="settings_general">
常规
</resource>
<resource name="editor_clipboardfailed">
保存到剪切板时发生错误,请重试一次。
</resource>
<resource name="editor_bold">
粗体
</resource>
<resource name="editor_italic">
斜体
</resource>
<resource name="editor_arrange">
调整物件
</resource>
<resource name="editor_fontsize">
字体大小
</resource>
<resource name="editor_uptotop">
移动到最上层
</resource>
<resource name="editor_uponelevel">
上移一层
</resource>
<resource name="editor_downonelevel">
下移一层
</resource>
<resource name="editor_downtobottom">
移动到最下层
</resource>
<resource name="contextmenu_quicksettings">
快速设定
</resource>
<resource name="bugreport_title">
错误
</resource>
<resource name="bugreport_info">
很抱歉,坏消息是程序出现了错误。
好消息是:您可以填写错误报告来帮助我们纠正错误。
请点击下面的链接,新建一个错误报告将文字区域的内容粘贴到描述栏中。
并请填写一些你认为可能帮助描述错误产生时的情况的信息。
此外,我们强烈建议您在我们的网站检查一下是否已经有人报告过相同的错误(您可以搜索一下)。非常感谢 :)
</resource>
<resource name="bugreport_cancel">
关闭
</resource>
<resource name="settings_copypathtoclipboard">
每次保存图片时都将保存路径复制到剪切板
</resource>
<resource name="editor_copypathtoclipboard">
复制路径到剪切板
</resource>
<resource name="settings_message_filenamepattern">
您可以使用以下格式来为文件命名,百分号之间代表变量,将会被自动替换:
${YYYY} 年, 4位数字
${MM} 月, 2位数字
${DD} 日, 2位数字
${hh} 小时, 2位数字
${mm} 分钟, 2位数字
${ss} 秒, 2位数字
${NUM} 自动编号,6位数字
${title} Window窗口标题
${user} Windows用户名
${domain} Windows网域名
${hostname} PC名称
您也可以让 Greenshot 动态创建文件夹,很简单只需要使用斜杠符号 \ 将文件名和文件夹名分隔开来即可。
例如: ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
使用此格式将在你的默认保存位置生成一个以当前日期命名的文件夹,例如,2008-06-29,而生成的抓图文件的文件名将以当前时间命名例如11_58_32可以在扩展设置里定义
</resource>
<resource name="editor_cursortool">
选择工具 (ESC)
</resource>
<resource name="settings_destination_fileas">
另存到(显示对话框)
</resource>
<resource name="quicksettings_destination_file">
直接保存(使用预先设置的输出路径)
</resource>
<resource name="editor_opendirinexplorer">
在Windows资源管理器中打开路径
</resource>
<resource name="printoptions_timestamp">
在页尾打印日期/时间
</resource>
<resource name="editor_drawhighlighter">
高亮显示 (H)
</resource>
<resource name="editor_obfuscate_blur">
模糊效果
</resource>
<resource name="editor_obfuscate_pixelize">
马赛克效果
</resource>
<resource name="editor_highlight_area">
高亮区域
</resource>
<resource name="editor_highlight_text">
高亮文字
</resource>
<resource name="editor_highlight_grayscale">
灰阶
</resource>
<resource name="editor_highlight_magnify">
放大
</resource>
<resource name="editor_pixel_size">
像素大小
</resource>
<resource name="editor_obfuscate">
模糊 (O)
</resource>
<resource name="editor_blur_radius">
模糊半径
</resource>
<resource name="editor_brightness">
亮度
</resource>
<resource name="editor_preview_quality">
预览质量
</resource>
<resource name="editor_magnification_factor">
放大倍数
</resource>
<resource name="editor_shadow">
阴影
</resource>
<resource name="editor_confirm">
确定
</resource>
<resource name="editor_cancel">
取消
</resource>
<resource name="editor_crop">
裁剪 (C)
</resource>
<resource name="contextmenu_captureclipboard">
从剪贴板载入图片
</resource>
<resource name="clipboard_error">
写入剪贴板时发生错误。
</resource>
<resource name="config_unauthorizedaccess_write">
无法保存 Greenshot 的配置文件,请检查 '{0}' 的存取权限。
</resource>
<resource name="settings_printer">
打印机
</resource>
<resource name="settings_capture">
抓图
</resource>
<resource name="settings_capture_mousepointer">
抓取鼠标箭头
</resource>
<resource name="contextmenu_openfile">
从文件载入图片
</resource>
<resource name="error_openfile">
无法打开 "{0}"
</resource>
<resource name="editor_close_on_save">
还没有保存到文件,您要保存此图片吗?
</resource>
<resource name="editor_close_on_save_title">
保存图片
</resource>
<resource name="settings_capture_windows_interactive">
采用交互式抓图
</resource>
<resource name="settings_destination_email">
使用E-Mail发送
</resource>
<resource name="editor_email">
编辑E-Mail
</resource>
<resource name="editor_load_objects">
从文件载入物件
</resource>
<resource name="editor_save_objects">
保存物件到文件
</resource>
<resource name="settings_waittime">
在抓图前等待时间(毫秒)
</resource>
<resource name="tooltip_firststart">
右键点击这里或者按下Print按键。
</resource>
<resource name="contextmenu_donate">
捐助 Greenshot
</resource>
</resources>
</language>

View file

@ -1,523 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<language description="繁體中文" ietf="zh-tw" version="0.8.0">
<resources>
<resource name="about_translation">
繁體中文翻譯: Timothy Lin
</resource>
<resource name="application_title">
Greenshot - the revolutionary screenshot utility
</resource>
<resource name="editor_drawrectangle">
繪製矩形 (R)
</resource>
<resource name="editor_save">
儲存
</resource>
<resource name="contextmenu_settings">
設定
</resource>
<resource name="settings_storagelocation">
儲存路徑
</resource>
<resource name="settings_title">
設定
</resource>
<resource name="settings_tooltip_storagelocation">
預設儲存路徑(不輸入則直接存到桌面)
</resource>
<resource name="settings_language">
介面語言
</resource>
<resource name="settings_filenamepattern">
檔名格式
</resource>
<resource name="settings_tooltip_language">
設定介面語言
</resource>
<resource name="settings_tooltip_filenamepattern">
設定儲存圖片檔名的格式
</resource>
<resource name="settings_primaryimageformat">
圖片格式
</resource>
<resource name="settings_tooltip_primaryimageformat">
設定預設圖片格式
</resource>
<resource name="contextmenu_capturearea">
抓取螢幕的一部分
</resource>
<resource name="contextmenu_capturelastregion">
抓取上次選擇的區域
</resource>
<resource name="contextmenu_exit">
離開
</resource>
<resource name="settings_visualization">
效果
</resource>
<resource name="settings_playsound">
快門聲
</resource>
<resource name="settings_showflashlight">
閃光燈
</resource>
<resource name="error">
錯誤
</resource>
<resource name="error_nowriteaccess">
無法儲存檔案到 {0},
請確認這個路徑可以儲存檔案.
</resource>
<resource name="contextmenu_capturefullscreen">
抓取全螢幕
</resource>
<resource name="editor_cuttoclipboard">
剪下
</resource>
<resource name="editor_copytoclipboard">
複製
</resource>
<resource name="editor_pastefromclipboard">
貼上
</resource>
<resource name="about_title">
關於 Greenshot
</resource>
<resource name="about_license">
Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
作者不對這個程式做任何擔保.
這個程式是自由軟體, 您可以在 GNU 通用公共許可證下任意散佈本軟體.
關於 GNU 通用公共許可證:
</resource>
<resource name="error_openlink">
無法開啟此捷徑.
</resource>
<resource name="error_save">
無法儲存此圖片, 請選擇另一個路徑來儲存.
</resource>
<resource name="about_icons">
圖片來源: Yusuke Kamiyamane's Fugue icon set (Creative Commons Attribution 3.0 license)
</resource>
<resource name="about_host">
Greenshot 的網址是
</resource>
<resource name="about_bugs">
如果發現任何錯誤, 請回報到以下網址
</resource>
<resource name="about_donations">
如果您喜歡這個軟體, 希望您可以支援我們:
</resource>
<resource name="editor_imagesaved">
圖片已儲存到 {0}.
</resource>
<resource name="editor_storedtoclipboard">
圖片已儲存到剪貼簿.
</resource>
<resource name="editor_saveas">
另存新檔...
</resource>
<resource name="editor_file">
檔案
</resource>
<resource name="editor_edit">
編輯
</resource>
<resource name="editor_object">
物件
</resource>
<resource name="editor_drawellipse">
繪製橢圓 (E)
</resource>
<resource name="editor_drawtextbox">
加入文字 (T)
</resource>
<resource name="editor_deleteelement">
刪除物件
</resource>
<resource name="editor_selectall">
全選
</resource>
<resource name="editor_copyimagetoclipboard">
複製圖片到剪貼簿
</resource>
<resource name="contextmenu_capturewindow">
抓取視窗
</resource>
<resource name="editor_duplicate">
複製選取的物件
</resource>
<resource name="contextmenu_help">
說明
</resource>
<resource name="contextmenu_about">
關於 Greenshot
</resource>
<resource name="editor_title">
Greenshot 圖片編輯器
</resource>
<resource name="settings_applicationsettings">
程式設定
</resource>
<resource name="settings_preferredfilesettings">
輸出格式設定
</resource>
<resource name="settings_skipimageeditor">
不自動開啟圖片編輯器
</resource>
<resource name="settings_registerhotkeys">
使用快速鍵來操作
</resource>
<resource name="settings_tooltip_registerhotkeys">
如果選擇這個選項, 則您可以使用以下三個快速鍵來進行抓圖.
Print 指定抓取螢幕畫面的一部分
Ctrl+Print 抓取全螢幕
Alt+Print 抓取視窗(如果沒有選取互動式抓圖的話, 程式會抓取目前作用中的視窗)
</resource>
<resource name="editor_senttoprinter">
已使用 '{0}' 來進行列印工作.
</resource>
<resource name="editor_print">
列印
</resource>
<resource name="help_title">
Greenshot 說明
</resource>
<resource name="settings_jpegsettings">
JPEG 設定
</resource>
<resource name="settings_jpegquality">
JPEG 圖片品質
</resource>
<resource name="settings_alwaysshowjpegqualitydialog">
每次儲存時都跳出設定JPEG圖片品質的視窗
</resource>
<resource name="jpegqualitydialog_title">
Greenshot JPEG 圖片品質
</resource>
<resource name="jpegqualitydialog_choosejpegquality">
請選擇您想要的圖片品質.
</resource>
<resource name="jpegqualitydialog_dontaskagain">
不再詢問圖片品質
</resource>
<resource name="editor_forecolor">
線條顏色
</resource>
<resource name="editor_backcolor">
填滿顏色
</resource>
<resource name="editor_thickness">
線條粗細
</resource>
<resource name="colorpicker_title">
選擇顏色
</resource>
<resource name="colorpicker_apply">
確定
</resource>
<resource name="colorpicker_transparent">
透明
</resource>
<resource name="colorpicker_htmlcolor">
HTML顏色標示
</resource>
<resource name="colorpicker_red">
</resource>
<resource name="colorpicker_green">
</resource>
<resource name="colorpicker_blue">
</resource>
<resource name="colorpicker_alpha">
不透明度
</resource>
<resource name="colorpicker_recentcolors">
最近使用的顏色
</resource>
<resource name="editor_close">
關閉
</resource>
<resource name="warning">
警告
</resource>
<resource name="warning_hotkeys">
有的快速鍵無法使用, 可能是被其他的程式佔住了.
如果您想要使用 Greenshot 提供的快速鍵, 請嘗試結束佔用快速鍵的程式
您也可以只用 Greenshot 的功能表來抓圖
</resource>
<resource name="settings_destination_editor">
用圖片編輯器開啟
</resource>
<resource name="settings_destination_printer">
列印圖片
</resource>
<resource name="settings_destination_file">
不詢問就直接儲存 (使用以下儲存設定)
</resource>
<resource name="settings_destination_clipboard">
複製圖片到剪貼簿
</resource>
<resource name="editor_drawline">
繪製直線 (L)
</resource>
<resource name="settings_destination">
抓圖後進行以下動作
</resource>
<resource name="editor_drawarrow">
繪製箭頭 (A)
</resource>
<resource name="editor_arrowheads">
箭頭方向
</resource>
<resource name="editor_arrowheads_start">
朝向起點
</resource>
<resource name="editor_arrowheads_end">
朝向終點
</resource>
<resource name="editor_arrowheads_both">
兩端都有
</resource>
<resource name="editor_arrowheads_none">
不顯示
</resource>
<resource name="editor_obfuscate_mode">
模糊模式
</resource>
<resource name="editor_highlight_mode">
標示模式
</resource>
<resource name="error_multipleinstances">
Greenshot 已經在執行了.
</resource>
<resource name="settings_autostartshortcut">
開機自動執行 Greenshot
</resource>
<resource name="clipboard_inuse">
無法將資料寫入剪貼簿, 因為 {0} 已將剪貼簿鎖定.
</resource>
<resource name="print_error">
列印時發生錯誤.
</resource>
<resource name="printoptions_title">
列印設定
</resource>
<resource name="printoptions_allowcenter">
列印在紙張的正中央
</resource>
<resource name="printoptions_allowenlarge">
放大圖片以符合紙張大小
</resource>
<resource name="printoptions_allowrotate">
旋轉圖片
</resource>
<resource name="printoptions_allowshrink">
縮小圖片以符合紙張大小
</resource>
<resource name="printoptions_dontaskagain">
儲存列印設定並不再詢問
</resource>
<resource name="settings_alwaysshowprintoptionsdialog">
每次列印前都顯示列印設定視窗
</resource>
<resource name="settings_printoptions">
列印設定
</resource>
<resource name="settings_output">
輸出
</resource>
<resource name="settings_general">
一般
</resource>
<resource name="editor_clipboardfailed">
存取剪貼簿時發生錯誤, 請再試一次.
</resource>
<resource name="editor_bold">
粗體
</resource>
<resource name="editor_italic">
斜體
</resource>
<resource name="editor_arrange">
調整物件
</resource>
<resource name="editor_fontsize">
字體大小
</resource>
<resource name="editor_uptotop">
移到最上層
</resource>
<resource name="editor_uponelevel">
上移一層
</resource>
<resource name="editor_downonelevel">
下移一層
</resource>
<resource name="editor_downtobottom">
移到最下層
</resource>
<resource name="contextmenu_quicksettings">
快速設定
</resource>
<resource name="bugreport_title">
錯誤
</resource>
<resource name="bugreport_info">
很抱歉, 剛剛程式出現錯誤.
您可以藉由填寫錯誤報表來幫助我們修正錯誤.
請點擊以下的連結, 新增一個錯誤報告並將下面文字方塊中的資訊貼到報告的內容中, 並請稍微敘述錯誤發生時的情況.
另外, 我們強烈建議您在站內搜尋一下是否已經有人回報此錯誤.
感謝您 :)
</resource>
<resource name="bugreport_cancel">
Close
</resource>
<resource name="settings_copypathtoclipboard">
每次儲存圖片時都將圖片路徑複製到剪貼簿
</resource>
<resource name="editor_copypathtoclipboard">
複製路徑到剪貼簿
</resource>
<resource name="settings_message_filenamepattern">
您可以使用以下的格式來指定檔名, 兩個%括起來的地方會被取代為日期、時間等:
${YYYY} 年, 4個數字
${MM} 月, 2個數字
${DD} 日, 2個數字
${hh} 時, 2個數字
${mm} 分, 2個數字
${ss} 秒, 2個數字
${NUM} 自動編號, 6個數字
${title} 抓取視窗的標題
${user} Windows 使用者名稱
${domain} Windows 網域名稱
${hostname} 電腦名稱
您也可以讓 Greenshot 自動產生資料夾, 只要用把右斜線( \ )放在資料夾名稱和檔名的中間就可以了
例: ${YYYY}-${MM}-${DD}\${hh}-${mm}-${ss}
這樣寫的話, Greenshot 會在預設儲存路徑下建立一個以今天日期為名稱的資料夾(如 2008-06-29), 然後在這個資料夾下儲存圖片檔, 檔名為目前的時間(如 11-58-32)再加上圖片的副檔名
</resource>
<resource name="editor_cursortool">
指標工具 (ESC)
</resource>
<resource name="settings_destination_fileas">
問我要存到哪裡
</resource>
<resource name="quicksettings_destination_file">
直接儲存
</resource>
<resource name="editor_opendirinexplorer">
開啟路徑
</resource>
<resource name="printoptions_timestamp">
在頁尾列印日期時間
</resource>
<resource name="editor_drawhighlighter">
醒目標示 (H)
</resource>
<resource name="editor_obfuscate_blur">
模糊化
</resource>
<resource name="editor_obfuscate_pixelize">
像素化
</resource>
<resource name="editor_highlight_area">
標示區域
</resource>
<resource name="editor_highlight_text">
標示文字
</resource>
<resource name="editor_highlight_grayscale">
灰階
</resource>
<resource name="editor_highlight_magnify">
放大
</resource>
<resource name="editor_pixel_size">
像素大小
</resource>
<resource name="editor_obfuscate">
模糊 (O)
</resource>
<resource name="editor_blur_radius">
模糊半徑
</resource>
<resource name="editor_brightness">
亮度
</resource>
<resource name="editor_preview_quality">
預覽品質
</resource>
<resource name="editor_magnification_factor">
放大倍率
</resource>
<resource name="editor_shadow">
陰影
</resource>
<resource name="editor_confirm">
確定
</resource>
<resource name="editor_cancel">
取消
</resource>
<resource name="editor_crop">
裁切 (C)
</resource>
<resource name="contextmenu_captureclipboard">
從剪貼簿載入圖片
</resource>
<resource name="clipboard_error">
複製資料到剪貼簿時發生錯誤.
</resource>
<resource name="config_unauthorizedaccess_write">
無法存取設定檔, 請確認 '{0}' 的存取權限.
</resource>
<resource name="settings_printer">
印表機
</resource>
<resource name="settings_capture">
抓圖
</resource>
<resource name="settings_capture_mousepointer">
抓取滑鼠指標
</resource>
<resource name="contextmenu_openfile">
從檔案載入圖片
</resource>
<resource name="error_openfile">
無法開啟 "{0}"
</resource>
<resource name="editor_close_on_save">
檔案尚未儲存, 您要儲存此圖片嗎?
</resource>
<resource name="editor_close_on_save_title">
儲存圖片
</resource>
<resource name="settings_capture_windows_interactive">
使用互動式抓圖
</resource>
<resource name="settings_destination_email">
用E-Mail傳送
</resource>
<resource name="editor_email">
用 E-Mail 傳送
</resource>
<resource name="editor_load_objects">
從檔案載入物件
</resource>
<resource name="editor_save_objects">
儲存物件到檔案
</resource>
<resource name="settings_waittime">
在抓圖之前等待的時間(毫秒)
</resource>
<resource name="tooltip_firststart">
按這裡或是按下鍵盤上的 Print.
</resource>
<resource name="contextmenu_donate">
支援 Greenshot
</resource>
</resources>
</language>

View file

@ -1,399 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="camera" type="System.Byte[], mscorlib">
<value>
UklGRiRAAABXQVZFZm10IBAAAAABAAEAESsAACJWAAACABAAZGF0YQBAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAID/gACA/4AAgP+AAAAAAAAAAIAAgP8AAAAAAAAAAID/gAAAAID/
gAAAAID/gAAAAID/gAAAAAAAAAAAAID/gAAAAAAAAAAAAID/gACA/wABAP+AAAAAAAAAAAAAgAAAAID/
AACAAAAAgP8AAAAAAAAAAAAAgP+AAAAAAAAAAAAAAAAAAAAAAAAAAID/gAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAgP8AAYD/AAAAAAAAgP8AAAABAACA/wAAgP+AAAAAgP8AAAAAAACAAAAAAAAAAIAAgP8AAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAID/gAAAAID/gACA/4AAAACA/4AAAACA/4AAAAAAAAAAgP+AAAAA
AAAAAAAAAAAAAID/gAAAAAAAAAAAAID/gACA/4AAAAAAAAAAAAAAAAAAAAAAAID/AACAAID/gAAAAAAA
AAAAAID/AACAAAAAgP+AAAAAAAAAAID/gACA/4AAgP8AAIAAAACA/wAAAACAAAAAAACA/wABgP8AAAAA
AACA/4AAAACA/wAAgAAAAID/AAAAAIAAAAAAAAAAAAAAAAAAAACA/4AAgP+AAID/gAAAAAAAAACA/wAA
AAAAAAAAgAAAAID/gAAAAID/AACAAID/AACAAAAAAAAAAAAAAAAAAAAAgP+AAID/AAAAAIAAAACA/wAA
gAAAAID/AAAAAAAAgACA/wAAgAAAAAAAgP+AAAAAgP8AAIAAgP8AAAAAAAAAAAAAAACAAID/AAAAAAAA
AAAAAAAAAACAAID/AAAAAAAAAACAAAAAgP8AAIAAAACA/wAAAAAAAIAAgP8AAAAAAAAAAIAAgP+AAAAA
gAAAAAAAgAAAAID/gACA/4D/AAAAAAABAAGA/4D/gP+AAYD/gP6AA4D/gACAAgD9gP4AAID9AAKAAwAB
gACAAID+gP8A/4D9gP8ABIABAACAAID/gP4A/wAAgACAAQACgAAAAID+gP0A/wABgAEAAQACAP8A/gD9
AAAAAYABgP2AAQADgAMA/AD8gP8AAQADAAGA/YADgPyAAAD/gP+A/4ACgP+AAoD7gP8AAIACAACAAID/
AAGA/YAAAACA/4AAAAOA/wD/AACAAYD/AACA/4ABgAKA/4D/gP8A/wABgAGA/gACgAAA/gD9gP6AAAD8
AP0ABwD9gAUA94AFgPwACoDygAQABYD8AAGA9oAIgP6AAIABAAsA5IAEAOaA5YD6gDUA0QAFgBiAPYAF
gN0AEYDkAMaAIoAugNEA6YASAPYALAA7gP4A34D/ABgAEoACgOAA5wAVAPaA9IACAPyACIALAP2A64Aj
AAkA04DPgC2AGID1APKAEYAxAPAABAD8gOUA+wAdgOyA1YAFAAgA/IATAAGAAIABAPWAE4ANAOEACAAI
gPMA+oADAAGAF4D4gPEA+oAJAAGAAYDtgASAAYD+APOABQATgP2A/4D/gPeA/YABAPmA94ASAAuA/QAA
APyABAD0gPIACYAEAPGAAgACAP0A/QAMAAOA+4ABgAMAAQD9gPmA/gACgAQAAAADAAGA/gD+gPoAA4AC
gP+A+AAAAASA/YD7gAmABAACAPcAAQABAAGAAIAAAPwAAQAHgACA+oD+AAQAA4D3gP6ABoD/AP2AAgD9
gAUAAIAAAAMA/oD8gAQA/wD+gACAAgAAgAIA/gD/AP0AAgAAgAKA/gD+APwA+QD9gAQAAQAUgAOAAAAC
gAaAAAABgAYA/YD/gP4A9gDxgPoA+AD7AAgAEQAEgNcAJ4DIgBeA2IAAgPcAHwD5gO+A7IAngCYA2IAb
ABKABgDhgAoACIDlgOYANAD8APKAJgD4AOQA3QAggBmA6YACgCgAzQD8gC0AC4DwAAyA6IAJgOMADAAi
AOoA8QAQAAEAHwDygOwA/oD8AAgAEgD7gPaA+YABAB0A94D5gAiA74D/AAUA/AAKAPkAAoAPgPQAAgD8
gAQA+4DygPwACIAMgAQA8ID/AAAABIACgASA+wD+AAGABAADgAEA/QD+gPyABQAFgPwA/AADgP0A/wD+
AAIA/wD8AAgA/QD+gAUA+4D+AP+AAAAJgAAA/ID6gP4AAwADAAGA/YD6AP2ABoAEgAEAAQD/gP+A/QAA
gAOA/oD/gAQA/oAAAACA/ID6gP+AAQABAAGAAQAAAP0A/QAAAACAAAAAAP8AAwABAAKAAAD/AP0AAQAD
AP+A/oD+gACAAQD/gACA/oAAAAKA/gD/gAGA/wD/gAAA/4D/gACA/wD/AACAAIADAP8A/4AAgP0AAoAB
AP6A/wD/AAGAAIABgAAAAAD+gAKAAID/gP+A/4AAAAEAAYD+gP4AAQD/AACA/wADgAKA/oAAAACA/wD+
AAGA/gAAAAIA/4D+AAEAAgAAgP8AAQAAgACAAAD/gP6AAAABgACAAgAAgP+A/4D/AP8A/wACAAAA/gD+
AAIAAYACAAEAAIAAgP6AAAAAgAAAAID+AAGA/QAAgAEA/wAAgACAAQD/gP4AAIAAgACAAIAAAACA/gAB
AAAA/wACAAIAAAD/AAAAAID/gAAAAIAAgP+AAID/AAEAAYD/gACA/gD/AAEAAQAAAACA/QAAgAEAAYD/
gP8A/4ACAP+A/gAAgACAAID/AP8AAYD/gP+AAAD+gACAAQAAgP+A/oD/AAGAAAD/gP8AAQAAgAAAAAAA
gACA/gD/AP6AAgABgP8A/4ABAP8AAQAAAAAAAAAAgACA/4D/gP8A/4AAgP8A/4D/AACA/4AAAAAA/wAB
gP+AAIABAAEAAAD/gAAAAYD/AACAAID/gP6A/4D/AAEAAAABAP+A/4AAAACA/wAAgACAAIABAACAAAAB
AP+A/oAAAAGAAQD/AACA/wAAAAEAAID/gP8A/wABgAEAAAAAgP8AAAAAAACAAYD/AAAA/wAAgAAAAID/
AAEAAAD/gAGA/4AAgP8AAAABAP4AAAABgP+A/4D/gAAAAYD+gACAAQAAgP+AAID/AAGA/4ABgP+A/wAA
AAKA/4AAgP8AAAAAgP8AAIAAAP8AAAD/AACAAAABgP4AAIAAgAAAAAAAgP8AAID/AACA/wABgP+A/4AA
gAAA/wAAgACA/4AAAAGA/wAAgACA/wAAgAAAAAAAAP+AAAAAAAAA/wABAACAAID+AAEA/4ABgP6AAYD+
gAMAAAACgPyA/wD/gPwABgAFAAEA/AD7AAMA/AAEgPoA/AAAAAUAAoACgAKAAAD8gP2AAID+gP+A/wAC
gAIAAgD/AAEA/QD8AAEA/gD9AAMABgABgPsA/QACAAOA/4AAgP6A/AADAP8A/4D/AAOABAADAACA/QD9
gAAA/4D7AAGAAoAAAP+A/4D/AAOAAID9gAAAAIAAAP6A/oAAAAAAAwACAAAA/wABgP2A/gD+gAAAAAAB
gACA/wAAgACA/wAAgP8AAQACgAEAAID/AP8A/wD/AAAAAAABAACAAIAAgACAAID/gP8AAAAAgP8AAIAA
gP8A/wAAgP8AAID/AP+A/oD/AAGAAAABAACAAAADgAEAAoABgAIABAAAAP6A/gD+APyA/wD6APwAAQD4
AASABgABAPgAA4D+AAAA9AAMgA0ADID9gPqAAoD9APwA/gAFAAeA+ID+APuA/oD3AAaA+IAAAP2ABwAD
APwAAYAMgAOA/ID8gAEABgAGAAWABQACgACA/YD8APwAAAABgP4A+gD4APyA/ID5APyA/gAEgAIA/AD7
APsA/YD+gAIAAwADgASAAoD/gP6AAAAAAP8AAwAFAAOAAIABAP6A/gAAAACAAYADgAOAAoACgACAAgAC
gAQABYADAAKAAwABgAGAAYACgAGA/gAAgP2A/ID8AP0A/YD5APqA+oD6gPoA+4D9gP4AAID/gP6A/gAA
AAGAAQACAAGAAYADgAIAAQAAgAEAAQABAP8AAQABAP+AAIAAgAGAAYACAAIAAgACgAKAAoABAAKAAQAC
gAGAAYABAACAAAD/gP6A/gD+gP0A/gD9gP2A/YD9gPwA/QD9gP4A/gD/AP8A/wD/AP8A/4D+gP4AAID/
gAAA/4D/AACA/4D+AP+AAAAAgAAAAYAAAAAAAYABAAGAAgABgAEAAwACAAOAAQACAAEAAIAAAAGAAAAA
gACAAID/gP6A/4D+AP4A/wD/gP4A/wD/AP8A/oD/AACAAAAAgAAA/4ABAACAAAAAAAAAAQABAAGAAQAB
gAAAAAAAgAEAAAABAACA/4AAgP+AAYAAgAGAAAACgAGAAAACAAAAAAAFAAMAAwD/gPsA/IABAP6AA4D3
gP+A/wAEAACA/4AAgPyA/QD+AP4AAID+AAEAA4ABAACAAQADgAAAAAABgP+AAYABgAEAAQD/gAKAAoD/
AP4A/4D9AAKAAIAAAACAAQD+gP2A/YD+gPyA/gD/gAGA/4D/AP4A/oD/AACA/wABgP4AAIAAAAGA/wAA
AAEAAQAAgP8A/wAAgP8AAAAAgP+AAID/AP+AAAD/gAAAAIAAAAAAAID/gP+A/4ABgAAAAYD/gAEAAIAA
gP8AAQAAgAAAAIAAgP+A/oD+gP8A/4D/AP8AAAD/gP8A/wAAAACA/4AAgACAAQABAAKAAQAAgAGAAYAB
gAEAAQACgAAAAQABAAGAAAAAgP8AAIAAAAAAAQABgP4AAQD+AP8AAAD/AAMAAID/AAOAAID7APoAAwAF
gACACwADAP+AAAD/AAiA+AD7AAYA/ID1gPwACAAAAAGA+AD0gAAABYD5AAqAAQAFAP4A+4D0gAEAAIAD
gAOAAQADgAKAAAAAAP8ABAAFgAGA+YD8gP4ABAD9gPoA/oADgASA+QD6gAIABIADgAIA/ID+AP6A/wD/
AP0A/wACAAQAAAD+AACAAAD+gAAAAgAAAACAAYD+gP8AAIAAAAEAAAD/gP8A/oD9gPyA/gAAgAKA/gAB
gP6A/oAAgP8A/oAAgAKAAoAAAP8AAQABgACAAgABgAEAAYAAgP8A/4D/AAKAAQABAAAAAIABgP6AAIAA
gP+AAYABAP8AAAAAAAGAAIAAAACAAQAAAAAAAAAAgAGA/wAAgP+AAQAAgAAAAAD/AAAAAAAAgACAAAAB
gAAAAAD+AAAA/wD/AAAAAIAAgAGAAQABgAAAAQD/AP+A/oD9gP+AAIAAgACAAAABAP8AAAAAgP8A/wAA
AACAAAD/gP8AAAAAAP4A/4D/AP+AAQAAAP8AAYAAgAEAAQABAAAAAID/gP8AAAD/gACA/4AAAACA/oAB
gP6A/wD/AP4AAID+gACA/wAAAAEAAIAAgP4AAAABgP6AAAD/gP+A/4AAgP+A/4AAgACA/YD/gP4AAAAB
gP8A/4AEAP8AAgD7gACA/QACAPwAAoABgP+AA4ABgAGA/gACAACAAQAAgACAAIAAgAEAAAABAACAAQAD
AAIAAwABgACAAYAAgP4A/4D+gACA+wD/gAGA/4D/AASAAAD9AAAA/4AAgP6A/gD+AP4A/4AAAAKAAIAB
gAGAAAAAAP+A/wD/AAGA/4D/AAGA/4ABAAAA/4AAAAAAAgAAAAAAA4AAAACAAAD+gP4A/wABAAIA/wAB
gAGAAgAAAP4A/4D9AAAAAgAAAAEAAID/AAAAAQD/APwA/oD9AAKA/gD+AAOAAoAAgP4AAAAAAP4AAID/
AACAAAAAAAGA/oD9AAKA/4D9gP+AAIABgP6A/oAAgAIAAQD+AP8AAIAAgP4A/4D/gAEAAQD+AAQAAgD/
AAGA/oAAgP6AAAAAgAAAAgACAAKA/gABgP0A/4D+AP8A/YD+AAAAA4ABgASAAAD/gAAAAAD9gP0AAAAB
gP+AAAADAAMAAIACAP8AAAAAAP8AAgADgAAAAIABAP4AAQD/gPyA/IAAAAAAA4ABgAGAAoAAgP4AAID/
gP2A/AD/AP+ABQABAP4ABQABgP+AAYD7AAIAAID/gP+ABIAAgACA/ID+gACA/4D8gACAAoAAAAKAAQD/
AP2A/gD/gACA/gD/gAMA/YABgAEAAIAAAACAAAADAP2A/wD/gP+AAQAAAP2A/YD9AAGA/4AAAP+A/wAA
gP8A/4D+AP+AAAACAP4A/wADAP6AAoD/gAGAAYD+AACAAQABgP+A/YAAgP6A/4AAAAKAAAABgAKAAAD+
AP+A/4AAgP4ABIAAAAEAAAADgP6A/YABAASA/AACgP+AAID/gP6A/4D7APuAAYACgAQAAAD9AAEAAQD9
AP+AA4D9gAEA/wAAgP6A/wACAAEAAwD/gAGAAIABgP6A/QD9gAIAAYAAAACAAYABgAEAAYD9AP+AAQAA
AP8AAoABAAAAAgABgP4A/wACgP+AAIABAP6A/wD/AAIAAID+AP4AAQD/gP+AAYD9AP+AAYD+gAIAAID/
AAKAAYD+gP+AAoD/gP+A/gD+gAIAAoD6gP+A/wD/gACAA4D+gP+AAID+gAOAAAD9AAKA/4D+gP8AAID/
AACAAAACAAIAAwD9gP0A/oD9gACAAAD+AAMA/YD/gAAAAYD+gAGA/QACgP6AAQAAAAMA/YAAAAGA/oD/
gACAAYD/AP+AAYABgACA/oABgP4AAAD/gACAAAD9gAGAA4D/gP+AAQADgP4AAAD/gAKA/QD/AAMAA4D8
AP+A/gD/AAOAAgD8gPuABYAGAP4A/YACAPuA/YABgAQAA4D4gAIAAAD6gAEABQD+gPwAA4AIAAAA/AD+
AACA/IADAPYACQD8gAAA/wAPAPUACADzAAgAAwD7gAoABQAJgOOA6IA8AN8A94AagOkAGID/AOAAKADk
APwAFAD+APeABIDtACYAFoDUAMYAFoAygP8A84D3gCSAGQDKgPcA1YApAAGACADmACiA4QAEABCAGIDn
APqA/QA4AN+A4oAPgA6A/wDvACyA/ADZAOEAFgD/gD8A7AD2APWACIAEAMUA8YA/gAWA1ADmgD+AC4DY
gOwAJADxgOcA/QAfgA4ABgD7AO6ABYD+gOGAEAAOAAqA3gAFgCwA8wD5gNyACQAJAPiABoDvgO+ALAD6
AASA5wADABQA+ID6gAKABgAGgPcA+QAXgOWACoD7AAGAAIAOAOmAEwD1gP8A8YAWAAyABADjAAoAAoD3
APgAEgAAgP+A7wAIAAUAAwAEgP6A+QAEgAkA9oD+gP0ABQAEgP8A/QAEgPyAA4ACAP0A/oAOAPYA/QAI
gAGA/4D+AAKAAYAAAPmA/wD+gP0A/4D+gACABoD9gAGA/YADgAUA/YD6gAOA+QD/gP8AAgD+gP+AAQAG
gP8A/oD+gAAA/ID+gAKAAAABgPwA/YADAPyABIACAAAABID9gPyAAgD/AAWA+QACAP8A/4DvAAwAFYD0
AOUA8wAJgCGAEwDoAN+A+YATgAoAAAD+AOkABAAcgAeACAAGgO+ADoAGgAoACYD3AO8ACwAFAAQA/oAA
AAAAAIAFAAEA7oAKAAeA/YD/gP0A+gAGgPsA9gABgP8ABoD+gPaA9wD/AAuAAwD8gAgAAQAAAP8A8IDv
gAKAA4D7AAMAA4AFAAKAAwD8AACA/oAAgPuA/YD2AAKA/4AEAAIAAoD5AAaAAYADAAGA/4D9AAMAAQD+
APsA+YD6AACA/gADgPuAAwAFAAEABAAHgAGABAD+gP2A/AADgPkA+wD/gAGAAID/AAAAAIABAAKA/wAB
AAQAAQADAP8AAoAAAP+A/wD6AP+A/4ACAASAA4AAAP+AAQAAAPyA/4D/APyAAwABAACAAwD/gACA/wAH
gAGA+4AAAP2AA4AGgP6A+YAAAAAA/AAAgP4AAAAAgAEAAwABAACAAYD+gASAAYD8gAEAAAD8gASA/AD/
gP8AAAD/gP0AAYAAgP0AAYAEgP8AAoD/AASAAIAAgPyAAYD/AACAAAABgAIA/YAAAAAAAQAAgP+A+gD+
AAmA+gABgAMAAYAAAP2ACAD8AP8A/ID+AAMAAwADAPuAAIAAAP4A/wD/gP8A/QABgAAA+wAEAP6A/wAF
AP6A/AACgAGAAID/gP2AAYD/gAAAAAD/AP8AAgD8AAAAAoD/gAMAAoAAAACA/wD9gAGA/gD/AAIAAQAA
gACAAAAEgAAA/IAAAPwAAoACAPyAA4D8AAMA+4ACAAAA+oACAP4AAIADAAAAAIABgAAA/YABAP+A/4D7
gP4ABID+AP4AAgD8AAOAAQD8gACAAgD9AAAABAD9AACA/oAAAP+AAID/gAKA+4ADAAAAA4ACAAAA/wAB
AP8A/QABgAAA/oACgAEAAYABgAEAAoAAgAAA/YD9gAMAA4D/gAEAAID+gAEAAgABgPmAAYD9gAEABYD/
APwAAAABAAEAAgABgPyA/oD+AAIA/4D/AACA+wAEAAIA+QD8AAgAAQD4gPiA+gAKAAmABAD2APWA+4D+
gP6ABIACAPsABQAKAAUAAQAIgPmAAoAFAAgAAQAGAPwA+gAKgAAA+AD+AAaA/QD2gAuAAgD/gAGAB4D6
gP4AA4D4gPgA+4ADgP+ABID+gPyA/ID+gASABoABgPwA/wD/AP2A+QD5gPoABYD/gACA/YAAAAOABYAB
gACAAgD8AAKA/oD7AP4AAID6gAAAAgADgP6AAIAEgAOAAoD+gAEA/oAAAP+AAYD9gP8AAID+AP6A/4AB
APwACQAFAP+ABYABgAAA+wAFgPoA/gD/AAAAAYABAAGA/4D8AAOAAgAAgAAA/ID8gAOABYD8AACAAQAA
AAYA/YD7gP4AAwD8AAMA/4D+gP8AAwD/AAEA/oD+AP+A/gAAgAAAAYAAgAOA/4ACAP2A/YACgPwAAgAD
gP6AAAABgAEAAQD/APyA/wAAgAMAAQAAAAKAAQD+gAKABAD6gPwAAoD9gAEABAD8gP+A/wD9gAIAAAD/
gPwA/wD/gAIA/4D/AAAA/wAFgP0A/4AAAP4A/4ADgP2AAQD9AAQA/gABgP+A/wD9AAAAAoAAAAGAAQAB
AAAAAgD8AAIA/QABgAYA/gD+AAKABoD3AAOABAD8gPiAA4ABAPuACAAAAP0A+4AAgAcA/QAAAP8A/YD6
gP+AAYD9AAKA/QD+AAgABID4gASAAoAFAP8ABoD+AAMABAD9gP0A/oD9gAKAAYD+AAAAAIAEAAOA/gD+
AAGA/IAFgP2A/IABAAKA+4ACgP+A+4ACgP6A/YADAAWAAYACAAOA/gD8gPsA+oD7AAWA/AAAgAIA/wAC
gP8ABwD8gP0AAoD9gAKAAAD+AACA/YAAAAKA/wD/gP2A+wACAAKA/AD9AACA/wAHAAIA/oD+AAEA/QAE
AAEA/YD/AAEAAYABgP8A/wD+AAEAAYD+AAQAAID+gAGAAID8gAAAAYD/AAIABAD+gAEAAQABgAIA/YD/
gP0AAIABgP8AA4D+AP+AAQADAAGA+YD+AAQA/AAHAAOA+QD/AP+AAIADAAGA+gD9gACAA4ADAPwA/4D+
AP0AAwD/gP0AAoD+AP6ACoD+gP6AAgAAAAOAAYD/AAIA/gD/AASA/gADAP6AAAAAgAGA+wAAAAMA/ID/
AAQAAoD6gAEAAoAAgPyAAAAAgP6AAID/AACA/IAAAASA/4ADAPwA/wD/gPwAAQD/AAKA+4AAgP+AAgAA
AP0A/oD/gAKAAID8gAEAAIAAgASA/YD7AAAAAQD/AAGA/AD/gP+AAAACAP+A/4ABgPuAAwAAgP8AAoD9
gAIAAQAAAP8A/oD9AAAAAIAAgAAAAwD/gAOAAwD/gP+A/wABgAOAAIAFgPyABAD9gAEAAoD5gAAAAIAB
AAOA/wD/AP+AA4D+AAUA/ID8gP6A/QADAACA/AADgAAAA4D/AP+A/QD+gP4AAwABAAAA/4D9gAGA/4D/
gP+A/4D8gAKAAYD+AAKA/oABAAGAAQD8gAAAAoAAAAKAAoD/AAEA/4AFAAAA/oD9AP4A/4AAgAGAAoD9
gAMAAQABgAMA9gACAAIA/QAFAP8A+gAAgAGA/4ABgAAA/AD8gP4AAYAAgPwAAoD/AAMAA4D8AP4A/gAA
AAAABID/gP2AAAABAACA/wD/gP+A/YD/gASA/wADAP2ABYABAP8AAQD5AAGA/oAIgPyA/wABgAEA/oAF
gAKA+QD8gAOA/gAAgAUA/oD+gAGAAQAFgPkA+wAFAP4ABAABgP4A/oD/AAGAAIACAP6A/YD9gACAAgD/
gP6AAYD/gAMAAQD/APyA/4ABAAMAAAD/AP+AAgD/gAEAAAD+AP4A/4AEgACAAgD+AAIAA4D+gACA+wAA
gACAAgACAAOA/oABgP8AAgD/AP2A/IAAgAIAAIABgAAA/wADgP4ABYD9APiAAgAAgAGAAoAAAPyA/oAC
AP+AAoD/gPuA/oAAAAOA/YD/AAAAAYAEAACA/AD9gAAA/wABgAKA/4D8AAKAAAAAAAEA/gD/AP+AAoD/
AAOAAYD+AAOA/gAAgPqA/wAAgP+AA4ACAP8AAYD/gAIAAID+APsA/4ADgAEAAID/AAAA/4ADAAEAAgD3
AAAAAQD+AAUAAQD9gP4AAAABAAMAAoD9AP6A/wD+gAOA/YD+gAIAAIADgP8A/QD/gP6AAAAFgP0AAAAA
gAIA/YAAgAKA/YD8gP0AB4D/AAAA/4AGAP2AAYABgPuA/4D9AAQAAwD9AAGAA4D8gASAAAD5gPwAAwAA
AAOABAD6gP+AAQAEgAMA+oD7AAMA/YAAgAIA/wD+AACA/wACgAGAAAD9gP2A/4D/gACA/oABAP6AAoAB
gP0A/wD9AP8AA4ADgP6A/4ACAP8A/4D/AP0AAID9AAWA/gACgP+AAgD/AAOA/4D7gAGA/YACAAOAAYD+
gAGA/wABgP+A/oD6AAIAAwD8gAQA/oAAAAEAAQAFgPmA/IAAAP4AAYADAP4A/YD/AAOAAIABgPyA/ID+
gAEAAoD9AAEA/wACgASA/4D8AP0AAQD+AAUAAQAAAP6AAYD/gAEAAID/AP4A/4ACAACAAoD/gAIAAAAC
AP+A/AD/AAAAA4ADgP+A/wABgAMAAYAAAPyA+4ACAAEAAAACgP6AAAAFAAEABYD5gPqABAD8gAIABID/
APyAAoABgAAAAgD/APsA/wAAAASA/oD/gAAAAQADgP+A/AD/AP4A/wAEAAEAAQAAAP6AAoABAP4A+QAF
gP+A/QD/gAgA+wABgAIAAgD9gPuA/4D/gAIABQAAAPsABAD/gAMA/4D6AP6AAwAAgP4ABAD+gP+AAwAD
AAMA/AD5AAOA+gADAASA/gD9AAAAAQACgAOA+oD9gP6AAYABAP0AAIABAAAABAD+gPuA/gD+AAAAAgAD
AP6AAIAAgACAAAABgP2A/YD/AAOA/4ADgP0AAgABAAAAAAD8AACAAAACAAKAAAAAgAAAAoABgP4A/gD+
AAEAA4D7AASA/QADAAIAAYAEAPkA/YACgP2AAgABAACA/IACgAEAAIAAAP2A/AAAAAKAAQD9gAEA/oAE
gAMA/wD7gP0AAYAAAAKAAwD+AP+AAQACAP+AAID9AP4AAAAFgPyABAAAAAEAAIABAP0A+4ABAAEAAAAF
AAEA/YABgAOA/wD/gP6A+gAAgAKA/wAAgACA/wAEAAIAAgD7gPmAAwD8gAMAAwAAAPsAAQABgAEAAgD+
APqA/gAAAAQA/QAAAACAAYAEAP4A/QD9gP6AAgABAAIAAgD8gPwABgAGAPcA/oAFAPyA/wACgAUA/AD/
AAMAAoD9APyAAwD9AAEABYAAgP6AAQD/AASAAgD8gPoAAQADgP0AAwAAgP0ABQADgACA/YD5gAKA/gAB
AASA/oD+AACAAQABgAKA+4D+AP+AAQAAAAGA/gD/AASAAoD/AP6A/YD/AACAAIACAAAA/YAAAAMAAAAA
AP2A/gABgAAAAoAAAAEA/YAFAP+AAYD6AP4AAQAAAAEABAAAAP+AAAACAAIA/YD8AP2ABID/AACAAAAA
AAMA/4ADgACA9gABAAGA/4ADgAEA/QD+gAIAAQABAP8A+4D+gAAAA4D/gP0AAYAAAAQAAAD/gPqAAIAA
gP+AAgADgPqAAAAEgP6A/4D/AP2AAYAAgAIA/4ACgP6AAoAAAAAA/QD6AAQAAIABAAMAAoD/AAGAAIAB
AAAA/gD4AAIAA4ACgP6AAQD/gAQA/4AFAPwA94AEAP6AAQAFgP6A+gABgAGA/4ADAP6A+wD/AAGAAoD/
gP+AAIAAAAQA/oD+gP0AAAD+gAIABID+gP6AAQAAgACA/wD/gP2AAYABAAGA/gADAP6ABoD7gAIA+oD+
gP8ABIACgAIA+wAEAAIA+wACgAKA+QD9AAYAAAABAP4A/wABAAQA/oAGgPeA+gAEAP0ABYABgP0A/QAC
AP6AAoABgP2A/AD7gAWA/wD+gP8AAAAEgAAA/wD+gP2AAID/gAIAAQD+gP4AAgD+AAKA/4D9AAAAAYD/
AAKAAIABAACAAwD8gAOA+YD/AAIAAYAAgAUA/gABAP+AAYD+AAKA+oD/AAMA/4ABAAGA/wADgACAAoD/
APqAAAACgP6AAgADgPoA/QAEgP8AAoD/AP0A/wAAAAEAAAD+AAIAAIADAAAAAwD5gP+AAIAAgAGABID6
gP8AAgD/gAAAAoD8gP+A/4AEAP6AAoABgAAAAID/AP0A/YABAAGAAAABgAUA/oAAAP8AAQAAAAEA+wD+
AAIAAQD/gAGAAAABAAIAAQACgPeAA4D9gACABIAAAPuA/gACAAAAAgACgPsA/oD+gAKAAAD+gAEA/wAE
AP8AAQD+gP2AAAAAgAIAAID+AAAAAAD/gP8AAID+gP8AAIACgAAAAAABgAEAAwAAgPiA/gADgAEA/IAF
AAUA/QAAAAAAAoD9AP+A/QD/AP8AAwAEgP2AAAAAgAQA/YAFgPuA/QADAPmAB4AAAP2A/QACAAEAAYAB
APyA/YD/AAOA/gD+gAGAAAAEAACA/4D/gPwAAIABgAEAAgD+AACAAAD9gAIA/gD+AAEA/gACAAMAAIAC
gP0ABYD9gAAA+4D8AAQAAID/gASAAAD/gACAAQD+AAGA/AD9gAKAAQD+AAEAAAABAAKAAIAAAP6A+4AE
gP+AAIABAP8A/IABAAGA/wABgPsA/4D/gP8AAwD8AAMA/4AEgP4AAID/APoAAgABgP+AAgD/gPuAAoAA
gP6AAQD+gP8AAIACgAEA/wACAAEAAoD/gP2A/gD6gAMABAD/gAKABID8AACAAIAAAAAA/4D6AP+AAwAA
AAGAAYAAAAIAAgD+AASA9wACAACA/gAFAACA+wD+gAIAAYACgAAA/ID9gP+AAgAAgP+AAID/AASA/oAA
gP6A/YABgAAAA4AAgPwA/wADgP2AAAD/gAEA/QABAAKAAQD/AAOAAIAGgPUABAD9gP4A/wAFgAOA+wAG
AP0AAgD5gAaA/YD8gP4AAwACAP8AAwACgPyABQD7gAKAAoD5gAEA/oAEAASA+YABAP6AAAACgAMA+oAA
gPuAAgABgP2AAYABgAOAAAD9gAEA/AAAAAIAAoD+AAGA/IABgPwAAwAAAP4AAQD9AP+ABAAAgAGA/4AC
AP+A/gD/gPmAAgAEAACAAAAEgP0AAQD/gP6AAgD+APyA/oADAACA/4ADAAGAAYABAP4AAgD5AACABYD8
gAOA/wD9AP2AAwAAgAKA/QD+AP2A/oADAAEA/gACgACABAD/gAAA/QD8gAOAAIABgAAA/gD7gAUA/IAD
AP8A/oD+gACABIAAAAIAAYD/AAKA/gD9gPyA/AAGAAAAAIAEgACA/YAAgP0AAQABgP6A+YABgASA/wAA
AAIAAYAAAAOA/IACAPmAAYAAgP4ABgD+gPsA/YABAAKAA4D/AP6A/QD9AASA/oD/AAIAAAADAP+AAID9
AP+AAoD+AAGAAAD8AAEAAAD+gAGA/4ABgP2A/wAEgAGA/YD9gAiAAoD3AAAAAQD7AAOABoAAAACA/gAA
APyA/gAHAP+A/YD7AAMAAAABAAAAAoD+gAaA+4D/AASA9wADAP4AA4ABAP6A+wD/gACAAwADAPsA/4D8
gACAAwD9gAEA/4ADAAIA/QADgPqA/wADAAGA/4D+AP0A/4AAAAGAAQD+AACA/AAAAASA/wABgAKA/4AD
APsAAgD6gP8ABQAAAAGAA4D+gACA/oD/AAOA/oD8APyAA4ABgP8AA4ABAAEAA4D9AAIA/gD7AAUAAIAA
AAGA/YD8AAIAAYACgP+A/YD7gP0ABIABgP4AAoAAAASA/4D+AAEA+wACgACAAYAAgP6A/YABAP8AAIAB
gP2AAAD/gAGAAgD+gAIAAgABgAAA/AABAPoAAwAFAP4AAwADAPwAAID+AAGAAQD+AP2A/AAEAACAAgAB
gAEAAYADAP4AAgD7gPwAB4D6gAIAAgD9APoABAABAAOAAID9gPyA/IACAAEAAIABAAAABID/gP8AAQD6
gAKAAIAAAAIA/QD9AAKA/wABgP0AAQAAAP4AAAAEAASA/AD/AAYAAgD4gAMA+wACgACAA4ABAACA/oAB
gPoAAgADAP+A/ID+AAOA/4AEgACA/oAAAAaA/IABgP6A+wAEgP2ABQD9AP8A/oABgACAAwD/AP0A/gD/
AAGAAYD8AAQAAIAFgP2A/wABgPoAAIACgAIA/gD+gP6AAYD+gAIA/wD/gP+A/YACAAKA/wACgACAAQAA
gPyAAQD5gAQAAoACAACAAQD+AACA/wABgP8A/wD8AP6ABAAAAACAAoAAgAIAAYD8AAOA+oD/AAQA/wAB
AP4A/4D8AAQAAQABgP2A/YD7AAGAAoD/AP6AAgD/gAOA/oABgP0A+4ACAAIAAQD/gP+A/AACAP8AAAAB
AP4A/wD/AAQAAAABAAIAAQAAAP+A/ID/gPqABoAAgAEAAoACgPuAAAD+gACAAID/gPyA/YAFAAAAAIAB
gAGAAIADgP2AAAD+gPwABoD7AASAAAD9APwAAwAAgASAAQD9APqAAYABAAAA/4ACgACAAYABgAAA/4D6
AAEAAgAAAAOA/QD/AAOA/oD6AAcAAQD5gPwACAABAP6ABAABAP+AAID7AAKA+AAFAAMAAgAAAAOA/gD8
gP2AAAABgAIA+4D+AASAAQD/gAGAAoD9AASA/gAAgP6A+4AHAPsAAQADAP0A/YD/AAGAAYABgP0A/YD/
AAKA/gAAAAOA/oAEgP+A/4D9gPyA/4ACAAIA/QACgP4AAQD/gACA/wD+AACA/IABAAQAAIABgAAAAgAB
gPoAAQD5gASAAgADgP8AA4D+gP4A/gAAgP8AAQD+gPyABYACgPyAAQADAAEAAoD8AAMA+4D8AAiA/oAB
AP+A/4D8gACAAoABgP6A/oD7gAGAAYAAgP4AAoAAAAOAAYD+gP8A+4ABAAIAAoD+gAGA/IABAAAA/4AA
gP4AAAD/gAKAAgAAAAKAAYAAgAGA+gABgPqAAoAFgAEAAQACgP+A/YD+AAAAAAABAP0A/AAGAAGA/wAC
AAKA/wACgP2AAQAAgPiAB4D9gACAAYD+APuAAAABgAGAAID/APwA/oAAgAGA/QACgAAAA4AAAP6AAAD7
gACAAQD/gAEAAgD6AAAAAYD/gP+A/IABgP8AAgABAP+AAoABgP6AA4D5gAAA/QAAAAQABAABgACA/QD+
AP6A/gACgP8AAID8gAQA/4AAAAGAA4D9gAMA/YD/AAOA+AAEgAAA/wADgP8A+gD/gAMAAIADAP4A/gD9
AAKAAID9AAKAAIACgAOA+gADgPyA/gAAgAIAAYD/gP8A/gABAP8AAgAAAP8A/gAAgAKAAAACAAGAAQAD
APoA/4D9gPuABwADgAIA/QAEgP2A/YD7AAMAAAADAPkAA4AEgP4A/gAFgP+AAgD+gP6AAgD4AAQAAoD+
AAEAAID8AP2AA4ABAAIAAAD+APuAAQADgP4AAAACgP4ABgD+gAGA+wD8gAGAAoABAP+AAAD+AAIA/QAB
gP+AAAD+AAAAAwABAAAABQAAgAIA/ID9AP0A/wAGgAGAAQACAAIA/QAAgPwAAQD/AAOA+gACAAWA/oD+
gAOAAAABAAKA/YABgPoAA4ACAPwABAAAgPwA/QABAAEABYAAgPwA/YD/AAEAAID+gASA/gAFAP8A/4D/
APsAA4D/AAKAAoD9AP2ABID+AP6AA4D+AP+A/IABgAKAAIACAAIABAD8AP0AAYD6AAOABAADAAKAAYD7
AP4A/QACgP8AAYD9AAEAAgD/gAKAAYABAP6AAoD8gAQA/ID9gAQA/AADAAGA+wD+gAAAAAAEgAGA+wD9
gP0AAwD+AACAAwD/AAMA/wADgPsA+wACAAKAAAAAgAAA/IADgPwA/wACgP0A/wD+AAIAAgABAAOA/oAE
APwA/gD/APuABIACgAGAAgABgP4A/4D7gP8AAAACgPsAAYAEAP4A/gAEgAEAAoD/gPyAAoD6gAAABAD+
gAKA/wD9AP2A/4ABAAOA/4D8AP2A/gADgP8A/4ADAP6ABoD9gAEA+4D9AAGAAwAAgAEA/4D+AAEA/QD/
gACA/wAAAPwABQACgP+AAwAAAASA+oD/gPyA+4AEgAOAAwABgAAA/YD+gPwA/4ABAAWA/YD4AAMABAAE
AAUA94D+AAOAAoANAPGA7wANgAmABYD6gPAAA4AGAP6AAYADAPYA/oACAAOA9wACgAeAA4ABAPyA/oAB
gP8A/ID8AAiAB4D4gPsABID+gP6ABAD+gP2A+gAEAAKAAgADgAGAAgD7gAIA+4D7AAQAAwAFgAOA+wD+
gP+A/AACAAGA/QD/gASA/4AAAACAA4AAAASA/YD/gAEA+gADAACA/wAFAP4A/IAAAACAAIAEAPyA/wD9
gAAAAoD+AAMAAAAGAP8AAgD9APuA/4ABAAOAAQABAP2AAgD/gP6AAQD/gP8A/QABAAaAAAADgP4ABgD+
gP6A/YD6gAOAAwACgAOAAwD8AAGA/AAAAAAAAID6AAIABAABAP8AA4ABAAOA/4D8AAGA+oABAASA/AAF
gAGA/ID8gAEAAAACAAGA+wD8AACABYD9AACAAYD/gAYA/gD/gPmA/4D/gAOAAAACgP0A/oACAP2AAYAA
APyA/wD/gAOAAAACgAGAAIADgPqA/oD5gAAABAACAAMABoD8gP8A/gD9AP4AAoD9gPoABQAEAP8AAAAE
AP4AAoD+gACA/wD8gP+AAoD/AAUA/QD9AP0A/4ADgASA/AD8gPwA/4AEgPyAA4D8gASAAYACAPoA/QAE
APwAAIAFAACA/IAFAP6A+wD/AAEA/gD8gAGABYD/AAOA/4AEAPwA/gD/APuAA4ABgAOAAoAAAP4AAQD7
gAOA/4D9AP0ABAD+gASA/4ABAP4ABAD+AP8AAgD4gAIAAwD+AAWA/oD6AAGAAQD/AAMA/YD8gP2AAQAB
AP6AAoAAgAOAAYD+gP8A+4D/AAIAAAAAgAKA/AABgAGA/oABgP0A/oD/gP+ABAD/gAKAAYABAACA+oAA
gPoAAAAFgAGAAIAFgPwAAAD+gP8AAYD/APsA/gADgACAAAABgAKAAgD/gPyAA4D6AP8AAwD/gAAAA4D8
AP2AAgABgAEA/4D9gPyA/YAEgAKA/YACAACABQD9AAOA+wD8gAEAAgABgAAA/gAAAASA/QAAgP8A/4D+
AP8AAoACAP8AB4D9gAMA+4D9gP4A/QACgASA/4AEgAAA/oD/gP6AAQD9gAGA+gABgAGABAD/gAGA/4AD
gP4AAID/APoAA4AAAAGA/wACAPyAAoAAAAEAAQD/APyA/QAAgAKAAIAAAAEAAwAEgPgABID8AAAA/QAE
AAQA/YD8gAKAA4D4gAaAAID+gPoAAoAAAAMABAADAPwABgD6gP6A/IAAAAOAAQAIgP8A/gD+gAKA+gAF
gP6A+4D7AAYA/gACAAOABwAAgAGA/YD7AAKA94ACAP6AAQAFAP8A/AACAAMA/oACgP6A+4D9AAGA/gAC
gP8ACAABgASA9AAIgPyA+YD9AAaA/oD+AASA/QAEgP6ABID/AP0A/oD/gAAAAIAFgP6AA4ABAACA+YAE
APkAA4ABgAGAAIABgP4A/gADAAEAAQD/AP4A/IACAAEAAQABgAIAAoADAPqAAYD/gPmABAABAAGA+gAC
gPwAA4ADgACA/wD+AP2AAoD3AASAAYABgP8AAoAEgPwAAQD8AAAA/4ABgAGA/ID/APwABoD7gAMAAYAA
APwABAD7gASAA4D/AAAAAYD8AAAA/wD6gAMABIAAAP+AAgD8AP6ABAD7gASAAID9APeABYACgAMA9wAG
gAiA9QABgAKAAgD6AP6ABAD9gP8A/4D9gAIA+gAHgAMA+QD/gP6A/IACAAyA+gACAP4ABoD7AP4A/4D7
gAMABID/gPsAAYD8AAQA+gAEgAIA/wD6AAUA/wADgAAA/4AFAAEA/gD5AAUA+4D/AAWAAgD+AP+AAAD7
AAAA/QAHgACA/YD8gAMA/gAGAP2AAwAAAAKA/oD9gAOA94AFAP8AAQD9gACA/QAAAAOAAAADAP0A+gAA
AAGA/gAEAACAAwAAAASA+QACgP0A/YADAAAAAQD6gAEA/YACgP4AAgAEAP2A/4D+gP+AAIAFgP2AAYD/
gAGA+oADAPwA/wAFAAAAAID+AAMA+oACAP+AAoACgPsA/AACgP8AA4ACgP8AA4D/gAMA+QAGAPiAAoAD
gACA/AABgP4A/YADAAIAAgABAPqA/IABgP8AA4ABAAEAAoABgAEA/QAEgPeABQD/gAKA/QD+gP6A/gAD
AP6ABAABgPwAAYABgP2ABQABgP8AAQABAP+A/oADAPiABoACAAKA/YACgPwA/gACgP+AA4ACgPqA/QAF
AP4ABYABAAEAAIABAAEA/AAEgPmABID/AAKA+gACgP2A/QAEAAMAAAAAgPwA/wD9APyADAD8AAEA/oAI
APeABAACAPmAAYD+AASA+4D/AP0AA4D+AAGAAwD+APwAAQACAP4ABYD9gAOA/gAEAPsA/4AAAPsABoD/
AAIA/IACAPyA/oD/gAKAA4D+APoAAgABgP2ABgAAgAKA+wAFAPwA/wAAgP2AAoD8gAMA/QAAgPuAAYAD
AAIAAoD8APoAAoD9gAAABQD+AASA/gAFgPmABID8AP8A/4AAgAKA+gAAgP2AAgAAAAIABQD9AP2AAAAB
gP8ABQD+AAMA/wAAgPwAAgD+gP0ABAABAAOA+oAFAPoAAYD+gAQAAQAAAPmAAgAAgAGAA4ACAAGA/gAD
APuAAwD8gP4ABID/gP8A/wABgPqABQABgAMAAID8APoAAwD9AAOAAwAAAAAAAAAEgPuABQD3AAGAAAAC
gACA/ID/gPwAAwD+AAQAAYD+APwAAYACgACAAoABAACAAAD+gPyAAgD7AAMAAYABAAGAAoD+gPsAAQD+
gAMAAAABAPkAA4AAAP0ABYAQgBMACQDwgPOACAD8gO0AAQD6gPyA5QAHgDsA4AACgAOAEoD9APqA7wDl
ACYA7YD3ABkA5IACAOKAH4AYgO4A74ALgPYAFAD+ABSA5QAFgAuA7oD7AAOA8gABgA2AEwD6gO0A9oAa
APyA4IAOgBqADAAFgPyA9gAEAASAAQDwAAGA8oAQAP2ADwDqgAuA/oADAP4ADID1ABGA+QD3APmACgD5
gAQABoD+AAoAAwD5gPyA+YD+AO+A/4DOgBKAHYDdAAIA8wANgAAAEIDKgCQA5IAdgPCA2IA8AMYABAAG
gPCAJoAlgO2A1QD9ABEAIIDAgBIAOoDKgOQADIANACmAGwD5gN6A5AAPgCCA+AD1gAiA4YAmgAoACoAC
gPWACoD0AAgA+IABAAGACoD3APSAEoDygBKAAQDxgA6A8AAAgAAA/YD7AAiAB4AGgPwA9wAHAPmAAgAA
AAmA/QD5gA6A+wD4AAYA+gADgP4A/AD+gAGABYAEgAkA+IANAP2AAYAIAPYA/AAOAPUA/wD4AA0ABQAK
AOcAEoAJAP4AAQD2gP2ADAD1gASAC4D5gAkAAAD+APoAAYAIgP6A9oAHAAEAAIABgP8ABQD6gAOAAoD6
AAKA/gAAAAOAB4D0AASAAAD+APyADIAAgP+A/AD8gAgA+oABgPyA+4AGAP4A+YAQgPKABYD+AAiA/QDw
ABGACQDwgAKA/AAQAP6A+4D8gPuACIAFgPaA+AAEgAMAAwD6AACACQAHgPUA+QAIgAGA/oD4AAEABoAA
AP0AAgD6gPsABIAFAP4A+wAAgAQAAwD0APwABAAMAAKA+AABAP4ABoD+gPeA/4ACgAGA/IAAAAIA/4AA
gASAAIAAAP+A/wD7AASAAwADgP+A/oD7gAAA/QABAACA/oABgAMAAQD+gP0A/wADAAAAAoABAP8A/YAA
gAIAAAD+gAIA/4D9AAEA/YACgPyA/YAEAAGAAQD/gP8AAoACgP0A/QACAACA/wACAAGAAQD9gP4AAIAA
AAEAAIABgP2AAAABgPsABAABAAAAAgD9gP6AAgABAAUA/4AAgP2A+wAAgP0ABQACAPwAAQD+AP0AAIAB
gP6AAAD+AAaAAQAAAP0AAQD/AAMA/AD/gAGA/YD/gPyA+gD6gAOABwD5AAQAC4AFgPuA/QAAgACA9YD7
gAYAAoD+gAGA/4ACgPsA/wD5gAAABoAEgP+A/wD9gP+A/wAKAP8A+gADAACA+4D8gAKABIACAP6A/gAC
gPuAAAD7AAMAA4D/AAGAAoD/APqA/4D+gAMA/QABAAUAAYADgPsA/QADgP0A/4ADAP8AAYD+AP8AA4AA
gP+A/4D+gAKA/oD+AAUA/oD7gP+A/oABAP2A/4AEgAGAAoD/AAIAAQD+gAAAAwABAPyA/gAAgAGA/IAB
AAUA/4ACAAEA/wD/AAAA/gACAAAA/wABgP2A/wD/gP6AAIAAAAEAAYD9gAOA/QABAAEAAQABgPuAAYAB
gPsA/wABAP+A/wD/AP8A/wAAAAMAAYD+AAGAAYD/gAEA/QD/gP8AAIAAAP8AAID9AACAAIACgAAA/oAD
AACAAYD/AACAAQD/AP6A/gAAgP6AAYACAAMA/wACgACA/YAAAP8A/gD/AP+A/4D+AAAAAQAAgP8A/4AC
gP8AAAAAgP4AAID+gP+AAAD/AACAAID/gP6A/4AAgACA/oABAAGA/4ABAACAAAAAAAIA/oACAP4AAAAC
AP8AAgABgACAAID/gP8AAQAAAAIAAID/AAKAAIAAgAEA/4AAgP+A/oABgP8AAQAAgAGAAYAAAP8AAYD/
AP8A/wD/gAEA/4D/AAGA/4AAgAAAAID/AACA/4D/AAEAAAD/AAAAAAAAAP8AAYD/AP8AAQD/gP+AAAAB
gP+AAID/gP8A/wABgP8AAID/AP4AAYD/AACAAYD/AAAAAIAAAACAAID/AAAAAQAAAAAA/wAAAACA/wAA
AACAAAABgP+A/wAAAP8AAAAAAP8AAYD/gP+A/4D/AACA/4AAAACAAID/AACAAAD/gP8A/wAAgP8AAAAA
AAAAAID/gAAAAIAAgAAAAAAAgP+A/wABgP8AAYD/AAAAAYAAgACAAID/AACAAIAAAAGA/4AAgACAAIAA
gAAAAAAAgACAAIAAgAAAAAABgP+AAAABgAAAAAAAgAAAAID/gP8AAQAAgP8AAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAID/gACA/4AAgP+AAAAAAAAAAIAAgP8AAAAAAAAAAID/gAAAAID/
gAAAAID/gAAAAID/gAAAAAAAAAAAAID/gAAAAAAAAAAAAID/gACA/wABAP+AAAAAAAAAAAAAgAAAAID/
AACAAAAAgP8AAAAAAAAAAAAAgP+AAAAAAAAAAAAAAAAAAAAAAAAAAID/gAAAAAAA
</value>
</data>
</root>

View file

@ -1,197 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using NUnit.Framework;
using System;
using System.Drawing;
using System.Drawing.Imaging;
using Greenshot.Drawing;
using Greenshot.Drawing.Filters;
namespace Greenshot.Test.Drawing.Filters {
/// <summary>
/// Description of BitmapBufferTest.
/// </summary>
[TestFixture]
public class BitmapBufferTest
{
private Bitmap bmp;
private BitmapBuffer buf;
private Bitmap bmpRect;
private BitmapBuffer bufRect;
[SetUp]
public void Init()
{
bmp = new Bitmap(6,6);
for(int i=0; i<6; i++) {
int col = 255-i*51;
bmp.SetPixel(0,i, Color.FromArgb(col,0,0));
bmp.SetPixel(1,i, Color.FromArgb(col,col,0));
bmp.SetPixel(2,i, Color.FromArgb(0,col,0));
bmp.SetPixel(3,i, Color.FromArgb(0,col,col));
bmp.SetPixel(4,i, Color.FromArgb(0,0,col));
bmp.SetPixel(5,i, Color.FromArgb(col,0,col));
}
buf = new BitmapBuffer(bmp);
bmpRect = new Bitmap(6,6);
for(int i=0; i<6; i++) {
int col = 255-i*51;
bmpRect.SetPixel(0,i, Color.FromArgb(col,0,0));
bmpRect.SetPixel(1,i, Color.FromArgb(col,col,0));
bmpRect.SetPixel(2,i, Color.FromArgb(0,col,0));
bmpRect.SetPixel(3,i, Color.FromArgb(0,col,col));
bmpRect.SetPixel(4,i, Color.FromArgb(0,0,col));
bmpRect.SetPixel(5,i, Color.FromArgb(col,0,col));
}
bufRect = new BitmapBuffer(bmpRect,new Rectangle(2,2,2,2));
}
[TearDown]
public void Dispose()
{
buf.Dispose();
buf = null;
bmp.Dispose();
bmp = null;
}
[Test]
public void TestGetSetColor()
{
// Assert.AreEqual(255, buf.R);
// Assert.AreEqual(0, buf.G);
// Assert.AreEqual(0, buf.B);
// Assert.AreEqual(Color.FromArgb(255,0,0), buf.Color);
//
// buf.B = 255;
// Assert.AreEqual(255, buf.R);
// Assert.AreEqual(0, buf.G);
// Assert.AreEqual(255, buf.B);
// Assert.AreEqual(Color.FromArgb(255,0,255), buf.Color);
//
// buf.Color = Color.Red;
// Assert.AreEqual(255, buf.R);
// Assert.AreEqual(0, buf.G);
// Assert.AreEqual(0, buf.B);
// Assert.AreEqual(Color.FromArgb(255,0,0), buf.Color);
}
[Test]
public void TestGetSetColorRect()
{
// Assert.AreEqual(0, bufRect.R);
// Assert.AreEqual(153, bufRect.G);
// Assert.AreEqual(0, bufRect.B);
// Assert.AreEqual(Color.FromArgb(0,153,0), bufRect.Color);
//
// bufRect.B = 255;
// Assert.AreEqual(0, bufRect.R);
// Assert.AreEqual(153, bufRect.G);
// Assert.AreEqual(255, bufRect.B);
// Assert.AreEqual(Color.FromArgb(0,153,255), bufRect.Color);
//
// bufRect.Color = Color.FromArgb(0,153,0);
// Assert.AreEqual(0, bufRect.R);
// Assert.AreEqual(153, bufRect.G);
// Assert.AreEqual(0, bufRect.B);
// Assert.AreEqual(Color.FromArgb(0,153,0), bufRect.Color);
}
[Test]
public void TestModifyBitmap()
{
// //buf.MoveTo(0,0);
// buf.Color = Color.FromArgb(255,255,255);
// buf.Dispose();
// buf = new BitmapBuffer(bmp);
// Assert.AreEqual(Color.FromArgb(255,255,255), buf.Color);
// buf.Color = Color.FromArgb(255,0,0);
}
[Test]
public void TestTraverse()
{
/*buf.MoveTo(0,0);
buf.Traverse(1,0);
Assert.AreEqual(Color.FromArgb(255,255,0), buf.Color);
buf.Traverse(0,1);
Assert.AreEqual(Color.FromArgb(204,204,0), buf.Color);
buf.Traverse(2,2);
Assert.AreEqual(Color.FromArgb(0,102,102), buf.Color);
buf.MoveTo(4,4);
Assert.AreEqual(Color.FromArgb(0,0,51), buf.Color);
buf.MoveTo(2,2);
Assert.AreEqual(Color.FromArgb(0,153,0), buf.Color);
buf.MoveTo(0,0);
Assert.AreEqual(Color.FromArgb(255,0,0), buf.Color);*/
}
[Test]
public void TestColorAt(){
Assert.AreEqual(Color.FromArgb(255,0,0),buf.GetColorAt(0,0));
Assert.AreEqual(Color.FromArgb(255,255,0),buf.GetColorAt(1,0));
Assert.AreEqual(Color.FromArgb(204,204,0),buf.GetColorAt(1,1));
Assert.AreEqual(Color.FromArgb(0,153,0),buf.GetColorAt(2,2));
Assert.AreEqual(Color.FromArgb(204,204,0),buf.GetColorAt(1,1));
Assert.AreEqual(Color.FromArgb(0,0,51),buf.GetColorAt(4,4));
}
[Test]
public void TestIterate()
{
// buf.IteratePixel += delegate {
// if(buf.Location.X == 0 && buf.Location.Y == 0)
// {
// Assert.AreEqual(Color.FromArgb(255,0,0), buf.Color);
// }
// else if(buf.Location.X == 3 && buf.Location.Y == 3)
// {
// Assert.AreEqual(Color.FromArgb(0,102,102), buf.Color);
// }
// };
// buf.Iterate();
}
[Test]
public void TestIterateRect()
{
// bufRect.IteratePixel += delegate {
// if(bufRect.Location.X == 0 && bufRect.Location.Y == 0)
// {
// Assert.AreEqual(Color.FromArgb(0,153,0), bufRect.Color);
// }
// else if(bufRect.Location.X == 1 && bufRect.Location.Y == 0)
// {
// Assert.AreEqual(Color.FromArgb(0,153,153), bufRect.Color);
// }
// };
// bufRect.Iterate();
}
}
}

View file

@ -1,111 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using NUnit.Framework;
using System;
using System.Drawing;
using System.Windows.Forms;
using Greenshot.Drawing;
using Greenshot.Drawing.Fields;
namespace Greenshot.Test.Drawing.Properties
{
/// <summary>
/// Description of PropertyAggregatorTest.
/// </summary>
[TestFixture]
public class PropertyAggregatorTest
{
[SetUp]
public void Init()
{
}
[TearDown]
public void Dispose()
{
}
[Test]
public void Test()
{
FieldType t = FieldType.LINE_THICKNESS;
Surface s = new Surface();
FieldAggregator ep = new FieldAggregator();
//ep.SetFieldValue(t,598);
RectangleContainer rc = new RectangleContainer(s);
rc.SetFieldValue(t,597);
//Assert.AreNotEqual(ep.GetField(t), rc.GetField(t));
ep.BindElement(rc);
Assert.AreEqual(597, ep.GetField(t).Value);
Assert.AreEqual(597, rc.GetField(t).Value);
RectangleContainer rc2 = new RectangleContainer(s);
Assert.AreEqual(597, ep.GetField(t).Value);
rc2.SetFieldValue(t,595);
Assert.AreEqual(595, rc2.GetField(t).Value);
ep.BindElement(rc2);
Assert.AreEqual(595, ep.GetField(t).Value);
Assert.AreEqual(597, rc.GetField(t).Value);
RectangleContainer rc3 = new RectangleContainer(s);
rc3.SetFieldValue(t,600);
ep.BindElement(rc3);
//Assert.AreEqual(600, ep.GetField(t).Value);
Assert.AreEqual(600, rc3.GetField(t).Value);
Assert.AreEqual(597, rc.GetField(t).Value);
ep.SetFieldValue(t, 599);
Assert.AreEqual(599, ep.GetField(t).Value);
Assert.AreEqual(599, rc.GetField(t).Value);
Assert.AreEqual(599, rc2.GetField(t).Value);
Assert.AreEqual(599, rc3.GetField(t).Value);
}
public class TestIrrelevantPropertyHolder : RectangleContainer
{
public TestIrrelevantPropertyHolder() : base(new Surface())
{
}
public int Leet = 1337;
}
}
}

View file

@ -1,101 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using NUnit.Framework;
using System;
using Greenshot.Drawing;
using Greenshot.Drawing.Fields;
using Greenshot.Drawing.Filters;
using Greenshot.Helpers;
namespace Greenshot.Test.Drawing.Properties
{
/// <summary>
/// Description of SerializationTest.
/// </summary>
[TestFixture]
public class SerializationTest
{
public SerializationTest()
{
}
[Test]
public void TestSerializeField() {
Field f = FieldFactory.CreateField(FieldType.ARROWHEADS);
f.Value = ArrowContainer.ArrowHeadCombination.BOTH;
Field clone = (Field) Objects.DeepClone(f);
Assert.AreEqual(f, clone);
Assert.AreEqual(f.Value, clone.Value);
Assert.AreEqual(f.Scope, clone.Scope);
f.Scope = this.GetType().ToString();
clone = (Field) Objects.DeepClone(f);
Assert.AreEqual(f, clone);
Assert.AreEqual(f.Value, clone.Value);
Assert.AreEqual(f.Scope, clone.Scope);
}
[Test]
public void TestSerializeFieldHolder() {
AbstractFieldHolder afh = new TestFieldHolder();
AbstractFieldHolder clone = (AbstractFieldHolder)Objects.DeepClone(afh);
Assert.AreEqual(afh.GetFields(), clone.GetFields());
}
[Test]
public void TestSerializeFilter() {
PixelizationFilter pf = new PixelizationFilter(new FilterContainer(new Surface()));
pf.SetFieldValue(FieldType.PIXEL_SIZE, 89);
PixelizationFilter clone = (PixelizationFilter) Objects.DeepClone(pf);
Assert.AreEqual(pf.GetFields(), clone.GetFields());
Assert.AreEqual(pf.GetField(FieldType.PIXEL_SIZE), clone.GetField(FieldType.PIXEL_SIZE));
Assert.AreEqual(pf.GetFieldValueAsInt(FieldType.PIXEL_SIZE), clone.GetFieldValueAsInt(FieldType.PIXEL_SIZE));
}
[Test]
public void TestSerializeFieldHolderWithChildren() {
AbstractFieldHolderWithChildren afh = new TestFieldHolderWithChildren();
AbstractFieldHolderWithChildren clone = (AbstractFieldHolderWithChildren)Objects.DeepClone(afh);
Assert.AreEqual(afh.GetFields(), clone.GetFields());
}
[Test]
public void TestSerializeFilterContainer() {
ObfuscateContainer oc = new ObfuscateContainer(new Surface());
ObfuscateContainer clone = (ObfuscateContainer)Objects.DeepClone(oc);
Assert.AreEqual(oc.Children.GetType(), clone.Children.GetType());
System.Collections.Generic.List<IField> ocFields = oc.GetFields();
System.Collections.Generic.List<IField> cloneFields = clone.GetFields();
Assert.AreEqual(ocFields, cloneFields);
}
[Serializable]
private class TestFieldHolder : AbstractFieldHolder {}
[Serializable]
private class TestFieldHolderWithChildren : AbstractFieldHolderWithChildren {}
}
}

View file

@ -1,78 +0,0 @@
/*
* Greenshot - a free and open source screenshot tool
* Copyright (C) 2007-2010 Thomas Braun, Jens Klingen, Robin Krom
*
* For more information see: http://getgreenshot.org/
* The Greenshot project is hosted on Sourceforge: http://sourceforge.net/projects/greenshot/
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 1 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
using System;
using System.Windows.Forms;
using Greenshot.Configuration;
using Greenshot.Core;
using Greenshot.Forms;
using NUnit.Framework;
namespace Greenshot.Test
{
[TestFixture]
public class SaveImageFileDialogTest
{
[Test]
public void GetSetExtensionTest() {
SaveImageFileDialog sifd = new SaveImageFileDialog();
sifd.Extension = "jpg";
Assert.AreEqual(sifd.Extension, "jpg");
sifd.Extension = "gif";
Assert.AreEqual(sifd.Extension, "gif");
sifd.Extension = "png";
Assert.AreEqual(sifd.Extension, "png");
sifd.Extension = "bmp";
Assert.AreEqual(sifd.Extension, "bmp");
}
[Test]
public void GetFileNameWithExtensionTest() {
SaveImageFileDialog sifd = new SaveImageFileDialog();
sifd.InitialDirectory = @"C:\some\path";
sifd.FileName = "myimage.jpg";
sifd.Extension = "jpg";
Assert.AreEqual("myimage.jpg",sifd.FileNameWithExtension);
sifd.Extension = "gif";
Assert.AreEqual("myimage.jpg.gif",sifd.FileNameWithExtension);
sifd.FileName = "myimage";
Assert.AreEqual("myimage.gif",sifd.FileNameWithExtension);
}
[Test]
public void SuggestBasicFileNameTest() {
CoreConfiguration conf = IniConfig.GetIniSection<CoreConfiguration>();
//conf.Output_FileAs_Fullpath = @"c:\path\to\greenshot_testdir\gstest_28.jpg";
conf.OutputFilePath = @"c:\path\to\greenshot_testdir\";
conf.OutputFileFilenamePattern = "gstest_${NUM}";
conf.OutputFileFormat = OutputFormat.Jpeg;
conf.OutputFileIncrementingNumber = 28;
SaveImageFileDialog sifd = new SaveImageFileDialog();
Assert.AreEqual(sifd.InitialDirectory, @"c:\path\to\greenshot_testdir");
Assert.AreEqual(sifd.FileNameWithExtension, "gstest_000028.jpg");
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 349 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 631 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 587 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 648 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 715 B

Some files were not shown because too many files have changed in this diff Show more