Added missing localizations for French and Japanese
This commit is contained in:
parent
b1234888ad
commit
3dcea674e4
2 changed files with 16 additions and 0 deletions
|
@ -451,6 +451,14 @@
|
|||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Annuler</Control>
|
||||
</Form>
|
||||
<Form ID="frmGetKey" Title="Configuration du bouton...">
|
||||
<Control ID="lblSetKeyMessage">Appuyer sur n'importe quelle touche sur votre clavier ou manette pour l'associer à ce bouton.</Control>
|
||||
</Form>
|
||||
<Form ID="frmPlayerProfile" Title="Profil">
|
||||
<Control ID="lblName">Nom du joueur :</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">Annuler</Control>
|
||||
</Form>
|
||||
</Forms>
|
||||
<Messages>
|
||||
<Message ID="FilterAll">Tous les fichiers (*.*)|*.*</Message>
|
||||
|
|
|
@ -433,6 +433,14 @@
|
|||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">キャンセル</Control>
|
||||
</Form>
|
||||
<Form ID="frmGetKey" Title="キーマッピング">
|
||||
<Control ID="lblSetKeyMessage">キーボードのキーやコントローラのボタンを押してください。</Control>
|
||||
</Form>
|
||||
<Form ID="frmPlayerProfile" Title="プロファイル">
|
||||
<Control ID="lblName">プレーヤー名:</Control>
|
||||
<Control ID="btnOK">OK</Control>
|
||||
<Control ID="btnCancel">キャンセル</Control>
|
||||
</Form>
|
||||
</Forms>
|
||||
<Messages>
|
||||
<Message ID="FilterAll">すべてのファイル (*.*)|*.*</Message>
|
||||
|
|
Loading…
Add table
Reference in a new issue