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

Commit 66708f6

Browse files
committed
alf updates from master
1 parent 28466bd commit 66708f6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/nls/fr/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ define({
3737
"NO_MODIFICATION_ALLOWED_ERR": "Le répertoire cible ne peut pas être modifié.",
3838
"NO_MODIFICATION_ALLOWED_ERR_FILE": "Vous n’êtes pas autorisé à effectuer des modifications.",
3939
"CONTENTS_MODIFIED_ERR": "Le fichier a été modifié dans une application autre que {APP_NAME}.",
40+
"UNSUPPORTED_ENCODING_ERR": "Le fichier n’est pas codé au format UTF-8.",
4041
"FILE_EXISTS_ERR": "Le fichier ou le répertoire existe déjà.",
4142
"FILE": "fichier",
4243
"DIRECTORY": "répertoire",
@@ -179,7 +180,6 @@ define({
179180
"FILE_FILTER_INSTRUCTIONS": "Exclure les fichiers et dossiers correspondant à l’une des chaînes/sous-chaînes ou aux <a href='{0}' title='{0}'>caractères génériques</a> suivants. Entrez chaque chaîne sur une ligne différente.",
180181
"FILE_FILTER_LIST_PREFIX": "sauf",
181182
"FILE_FILTER_CLIPPED_SUFFIX": "et {0} autre(s)",
182-
183183
"FILTER_COUNTING_FILES": "Comptage des fichiers\u2026",
184184
"FILTER_FILE_COUNT": "Autorise {0} fichier(s) sur les {1} {2}",
185185
"FILTER_FILE_COUNT_ALL": "Autorise les {0} fichiers {1}",

src/nls/ja/strings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ define({
3737
"NO_MODIFICATION_ALLOWED_ERR": "対象ディレクトリは変更できません。",
3838
"NO_MODIFICATION_ALLOWED_ERR_FILE": "ファイルを変更する権限がありません。",
3939
"CONTENTS_MODIFIED_ERR": "このファイルは {APP_NAME} 以外で変更されています。",
40+
"UNSUPPORTED_ENCODING_ERR": "ファイルは UTF-8 でエンコードされたテキストではありません。",
4041
"FILE_EXISTS_ERR": "ファイルまたはディレクトリは既に存在しています。",
4142
"FILE": "ファイル",
4243
"DIRECTORY": "ディレクトリ",
@@ -179,7 +180,6 @@ define({
179180
"FILE_FILTER_INSTRUCTIONS": "次の文字列やサブストリング、または<a href='{0}' title='{0}'>ワイルドカード</a>のいずれかに一致するファイルおよびフォルダーを除外します。各文字列を新しい行に入力してください。",
180181
"FILE_FILTER_LIST_PREFIX": "例外",
181182
"FILE_FILTER_CLIPPED_SUFFIX": "さらに {0} 件",
182-
183183
"FILTER_COUNTING_FILES": "ファイル数を確認中\u2026",
184184
"FILTER_FILE_COUNT": "{2}の {1} ファイル中 {0} ファイルを許可",
185185
"FILTER_FILE_COUNT_ALL": "{1}の全 {0} ファイルを許可",

0 commit comments

Comments
 (0)