Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #9771 from adobe/randy/alf_loc
Browse files Browse the repository at this point in the history
alf changes for release branch
  • Loading branch information
redmunds committed Oct 31, 2014
2 parents 8dd5ed3 + 262db70 commit 3f2eb90
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/nls/fr/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ define({
"ERROR_MIXED_DRAGDROP": "Impossible d’ouvrir un dossier en même temps que d’autres fichiers.",

// User key map error strings
"ERROR_KEYMAP_TITLE": "Erreur lors de la lecture de la mappe de clé utilisateur",
"ERROR_KEYMAP_CORRUPT": "Votre fichier de mappe de clé n'est pas un fichier JSON valide. Il va s'ouvrir afin que vous puissiez corriger le format.",
"ERROR_LOADING_KEYMAP": "Votre fichier de mappe de clé n'étant pas un fichier texte codé en UTF-8 valide, il ne peut pas être chargé",
"ERROR_KEYMAP_TITLE": "Erreur lors de la lecture du mappage de touches utilisateur",
"ERROR_KEYMAP_CORRUPT": "Votre fichier de mappage de touches n’est pas un fichier JSON valide. Il va souvrir afin que vous puissiez corriger le format.",
"ERROR_LOADING_KEYMAP": "Votre fichier de mappage de touches n’étant pas un fichier texte codé en UTF-8 valide, il ne peut pas être chargé.",
"ERROR_RESTRICTED_COMMANDS": "Vous ne pouvez pas réaffecter de raccourcis à ces commandes : {0}",
"ERROR_RESTRICTED_SHORTCUTS": "Vous ne pouvez pas réaffecter ces raccourcis : {0}",
"ERROR_MULTIPLE_SHORTCUTS": "Vous réaffectez plusieurs raccourcis à ces commandes : {0}",
"ERROR_DUPLICATE_SHORTCUTS": "Vous disposez de plusieurs liaisons pour ces raccourcis : {0}",
"ERROR_DUPLICATE_SHORTCUTS": "Plusieurs liaisons ont été définies pour les raccourcis suivants : {0}",
"ERROR_INVALID_SHORTCUTS": "Ces raccourcis ne sont pas valides : {0}",
"ERROR_NONEXISTENT_COMMANDS": "Vous affectez des raccourcis à des commandes qui n'existent pas : {0}",

Expand Down Expand Up @@ -422,7 +422,7 @@ define({
"CMD_TWITTER": "{TWITTER_NAME} sur Twitter",
"CMD_ABOUT": "A propos de {APP_TITLE}",
"CMD_OPEN_PREFERENCES": "Ouvrir le fichier de préférences",
"CMD_OPEN_KEYMAP": "Ouvrir la mappe de clé utilisateur",
"CMD_OPEN_KEYMAP": "Ouvrir le mappage de touches utilisateur",

// Strings for main-view.html
"EXPERIMENTAL_BUILD": "version expérimentale",
Expand Down
10 changes: 5 additions & 5 deletions src/nls/ja/strings.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ define({
"ERROR_KEYMAP_TITLE": "ユーザーキーマップを読み込む際にエラーが発生しました",
"ERROR_KEYMAP_CORRUPT": "キーマップファイルが有効な JSON ではありません。ファイルが開かれます。フォーマットを修正してください。",
"ERROR_LOADING_KEYMAP": "キーマップファイルが UTF-8 でエンコードされた有効なテキストファイルではないため、読み込めません",
"ERROR_RESTRICTED_COMMANDS": "これらのコマンドにショートカットを割り当て直すことはできません : {0}",
"ERROR_RESTRICTED_SHORTCUTS": "これらのショートカットを割り当て直すことはできません : {0}",
"ERROR_MULTIPLE_SHORTCUTS": "これらのコマンドに複数のショートカットを割り当て直しています : {0}",
"ERROR_DUPLICATE_SHORTCUTS": "これらのショートカットの複数のバインディングがあります : {0}",
"ERROR_INVALID_SHORTCUTS": "これらのショートカットは無効です : {0}",
"ERROR_RESTRICTED_COMMANDS": "次のコマンドにショートカットを割り当て直すことはできません : {0}",
"ERROR_RESTRICTED_SHORTCUTS": "次のショートカットを割り当て直すことはできません : {0}",
"ERROR_MULTIPLE_SHORTCUTS": "次のコマンドに複数のショートカットを割り当て直しています : {0}",
"ERROR_DUPLICATE_SHORTCUTS": "次のショートカットの複数のバインディングがあります : {0}",
"ERROR_INVALID_SHORTCUTS": "次のショートカットは無効です : {0}",
"ERROR_NONEXISTENT_COMMANDS": "存在しないコマンドにショートカットを割り当てています : {0}",

// Application preferences corrupt error strings
Expand Down

0 comments on commit 3f2eb90

Please sign in to comment.