Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:xupefei/Locale-Emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
xupefei committed Mar 13, 2014
2 parents e4e7575 + 3b493a7 commit 1e3232d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions LEGUI/Lang/fr-FR.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
<FontFamily x:Key="UIFont">Segoe UI</FontFamily>
<system:String x:Key="EnterArgument">Entrer l'argument (s'il y en a)</system:String>
<system:String x:Key="EnterArgument">Entrer l'argument ici (s'il y en a)</system:String>
<system:String x:Key="Save">Enregistrer</system:String>
<system:String x:Key="Shortcut">créer un raccourci</system:String>
<system:String x:Key="Shortcut">Créer un raccourci</system:String>
<system:String x:Key="Cancel">Annuler</system:String>
<system:String x:Key="SaveAs">Enregistrer sous...</system:String>
<system:String x:Key="SaveAsInstruction">Nom de profil</system:String>
<system:String x:Key="SaveAsInstruction">Nom du nouveau profil</system:String>
<system:String x:Key="Delete">Supprimer</system:String>
<system:String x:Key="ConfirmDel">Êtes-vous sûr de le supprimer?</system:String>
<system:String x:Key="Location">Localisation</system:String>
<system:String x:Key="LocationSettings">Réglages Localisation</system:String>
<system:String x:Key="LocationSettings">Réglages localisation</system:String>
<system:String x:Key="FontSettings">Réglages police</system:String>
<system:String x:Key="DefaultFont">Police par défaut</system:String>
<system:String x:Key="TimezoneSettings">Réglages fuseau horaire</system:String>
<system:String x:Key="Timezone">Fuseau Horaire</system:String>
<system:String x:Key="Timezone">Fuseau horaire</system:String>
<system:String x:Key="DebugOptions">Options avancées</system:String>
<system:String x:Key="AsAdmin">Exécuter en tant qu'administrateur</system:String>
<system:String x:Key="RedirectRegistry">Appliquer la redirection de registre</system:String>
<system:String x:Key="WithCREATESUSPENDED">Créer le processus avec CREATE__SUSPENDED</system:String>
<system:String x:Key="WithCREATESUSPENDED">Créer processus avec CREATE__SUSPENDED</system:String>
<system:String x:Key="Miscellaneous">Divers</system:String>
<system:String x:Key="ShowInMainMenu">Afficher ce profil dans le menu principal</system:String>
</ResourceDictionary>

0 comments on commit 1e3232d

Please sign in to comment.