Skip to content
This repository has been archived by the owner on Oct 16, 2020. It is now read-only.

Commit

Permalink
Update StringResources
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrunwald committed Sep 27, 2010
1 parent cbf373e commit 05a0a33
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
32 changes: 31 additions & 1 deletion data/resources/StringResources.de.resx
Expand Up @@ -3471,7 +3471,7 @@ Sie können die Einstellungen auch in einer .user-Datei anstelle der Projektdate
<value>Wiederholen</value>
</data>
<data name="Global.SelectAllButtonText" xml:space="preserve">
<value>Alle auswählen</value>
<value>&amp;Alle auswählen</value>
</data>
<data name="Global.SmallIconToolTip" xml:space="preserve">
<value>Kleine Icons</value>
Expand Down Expand Up @@ -4042,12 +4042,18 @@ Bitte stellen Sie den Pfad zur NAnt-Anwendung in den SharpDevelop-Optionen ein.<
<data name="ICSharpCode.PythonBinding.SendLineToPythonConsole" xml:space="preserve">
<value>Zeile an Python Konsole senden</value>
</data>
<data name="ICSharpCode.PythonBinding.SendSelectedTextToPythonConsole" xml:space="preserve">
<value>An Python Konsole senden</value>
</data>
<data name="ICSharpCode.PythonBinding.UnknownTypeName" xml:space="preserve">
<value>Konnte Typ '{0}' nicht finden. Fehlt eine Assembly-Referenz?</value>
</data>
<data name="ICSharpCode.RubyBinding.SendLineToRubyConsole" xml:space="preserve">
<value>Zeile an Ruby Konsole senden</value>
</data>
<data name="ICSharpCode.RubyBinding.SendSelectedTextToRubyConsole" xml:space="preserve">
<value>An Ruby Konsole senden</value>
</data>
<data name="ICSharpCode.Services.FileUtilityService.CantLoadFileStandardText" xml:space="preserve">
<value>Konnte Datei ${FileNameWithoutPath} im Verzeichns ${Path} nicht laden.
Überprüfen Sie ob die Datei existiert und das Sie Leserecht für dir Datei besitzen.</value>
Expand Down Expand Up @@ -4791,6 +4797,30 @@ Grund: Der Wert zu dem zurückgesetzt werden soll ist ungültig weil sich eine a
<data name="ICSharpCode.SharpDevelop.LoadingFile" xml:space="preserve">
<value>Lade ${Filename}...</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.ChangeCompilerVersionLabel" xml:space="preserve">
<value>Neue &amp;Compilerversion:</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.ChangeTargetFrameworkLabel" xml:space="preserve">
<value>Neues Ziel&amp;framework:</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.ChangeVersionGroupBoxHeader" xml:space="preserve">
<value>Ändere Version der gewählten Projekte</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.CompilerVersion" xml:space="preserve">
<value>Compiler-Version</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.ConvertButton" xml:space="preserve">
<value>&amp;Konvertiere</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.DoNotChange" xml:space="preserve">
<value>&lt;nicht ändern&gt;</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.TargetFramework" xml:space="preserve">
<value>Zielframework</value>
</data>
<data name="ICSharpCode.SharpDevelop.Project.UpgradeView.Title" xml:space="preserve">
<value>Projekt-Update</value>
</data>
<data name="ICSharpCode.SharpDevelop.Services.AmbienceService.AmbienceNotFoundError" xml:space="preserve">
<value>Aktuelle Sprachumgebung nicht gefunden.
In "Optionen-&gt;Visueller Stil" kann die Sprachumgebung neu eingestellt werden.</value>
Expand Down
8 changes: 7 additions & 1 deletion data/resources/StringResources.fr.resx
Expand Up @@ -4038,12 +4038,18 @@ Configurez le chemin vers NAnt dans les options de SharpDevelop.</value>
<data name="ICSharpCode.PythonBinding.SendLineToPythonConsole" xml:space="preserve">
<value>Envoyer cette ligne vers la console Python</value>
</data>
<data name="ICSharpCode.PythonBinding.SendSelectedTextToPythonConsole" xml:space="preserve">
<value>Envoyer vers la console Python</value>
</data>
<data name="ICSharpCode.PythonBinding.UnknownTypeName" xml:space="preserve">
<value>Impossible de trouver le type '{0}'. Manque-t-il uUne référence d'assembly ?</value>
</data>
<data name="ICSharpCode.RubyBinding.SendLineToRubyConsole" xml:space="preserve">
<value>Envoyer cette ligne vers la console Ruby</value>
</data>
<data name="ICSharpCode.RubyBinding.SendSelectedTextToRubyConsole" xml:space="preserve">
<value>Envoyer vers la console Ruby</value>
</data>
<data name="ICSharpCode.Services.FileUtilityService.CantLoadFileStandardText" xml:space="preserve">
<value>Chargement du fichier ${FileNameWithoutPath} depuis ${Path}. Controler les droits et l'existence du fichier.</value>
</data>
Expand Down Expand Up @@ -5003,7 +5009,7 @@ Soit ils n'existent pas, soit le document Wix n'est pas pour WiX 3.0 et l'espace
<value>Program Menu</value>
</data>
<data name="ICSharpCode.WixBinding.WixDirectoryElement.SendToFolder" xml:space="preserve">
<value>Send To</value>
<value>Envoyer Vers</value>
</data>
<data name="ICSharpCode.WixBinding.WixDirectoryElement.StartMenuFolder" xml:space="preserve">
<value>Start Menu</value>
Expand Down
1 change: 1 addition & 0 deletions doc/ChangeLog.template.html
Expand Up @@ -9,6 +9,7 @@
<li>Update IronRuby to version 1.1</li>
<li>Update NUnit to version 2.5.7</li>
<li>Added <a href="http://git-scm.com/">Git</a> AddIn</li>
<li>Added support for the .NET client profile</li>
</ul>
</p>

Expand Down

0 comments on commit 05a0a33

Please sign in to comment.