Skip to content

Commit

Permalink
Merge pull request #1850 from jmcouffin/about-window-translation-to-f…
Browse files Browse the repository at this point in the history
…rench

About window translation to french
  • Loading branch information
jmcouffin committed Jun 19, 2023
2 parents 34ab2fc + 15aa47c commit e5a5bfc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<ResourceDictionary
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">

<system:String x:Key="pyRevit.Title">pyRevit</system:String>
<system:String x:Key="pyRevit.Engine">Fonctionne sur IronPython {} (cpython {})</system:String>
<system:String x:Key="pyRevit.RocketMode.Enabled">mode Fusée actif</system:String>
<system:String x:Key="pyRevit.RocketMode.Disabled">mode Fusée inactif</system:String>

<system:String x:Key="Button.Wiki">Wiki</system:String>
<system:String x:Key="Button.Twitter">Twitter</system:String>
<system:String x:Key="Button.Blog">Blog</system:String>
<system:String x:Key="Button.GitHub">GitHub</system:String>
<system:String x:Key="Button.YouTube">YouTube</system:String>
<system:String x:Key="Button.License">License</system:String>
<system:String x:Key="Button.Support">Support</system:String>
<system:String x:Key="Button.Credits">Credits</system:String>
<system:String x:Key="Button.ReleaseNotes">Notes de Version</system:String>
</ResourceDictionary>
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ title:
ru: О программе
en_us: About
en_gb: About
fr_fr: A Propos
de_de: Über
fr_fr: A Propos De
nl_nl: Over
pt_br: Sobre pyRevit
fa: درباره
Expand All @@ -25,4 +25,8 @@ tooltip:
About pyRevit. Opens the pyRevit blog website. You can find
detailed information on how pyRevit works, updates about the
new tools and changes, and a lot of other information there.
context: zero-doc
fr_fr: >-
À propos de pyRevit. Ouvre le site web du blog pyRevit. Vous pouvez y trouver
des informations détaillées sur le fonctionnement de pyRevit, des mises à jour sur les
nouveaux outils et les changements, et beaucoup d'autres informations.
context: zero-doc

0 comments on commit e5a5bfc

Please sign in to comment.