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

Commit 36a1d77

Browse files
committed
Merge pull request #3668 from adobe/alf
ALF Automation
2 parents 1459a7a + 7afb4a5 commit 36a1d77

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/nls/fr/strings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ define({
157157
"STATUSBAR_INDENT_SIZE_TOOLTIP_TABS": "Cliquez ici pour modifier la largeur du caractère de tabulation.",
158158
"STATUSBAR_SPACES": "Espaces",
159159
"STATUSBAR_TAB_SIZE": "Taille de tabulation",
160-
"STATUSBAR_LINE_COUNT": "{0} lignes",
160+
"STATUSBAR_LINE_COUNT_SINGULAR": "[6788843] !é={0} Line=!",
161+
"STATUSBAR_LINE_COUNT_PLURAL": "{0} lignes",
161162

162163
/**
163164
* Command Name Constants

src/nls/ja/strings.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,8 @@ define({
157157
"STATUSBAR_INDENT_SIZE_TOOLTIP_TABS": "タブ幅を変更",
158158
"STATUSBAR_SPACES": "スペース",
159159
"STATUSBAR_TAB_SIZE": "タブ幅",
160-
"STATUSBAR_LINE_COUNT": "{0} 行",
160+
"STATUSBAR_LINE_COUNT_SINGULAR": "!能=[6788843] {0} Line_=!",
161+
"STATUSBAR_LINE_COUNT_PLURAL": "{0} 行",
161162

162163
/**
163164
* Command Name Constants

0 commit comments

Comments
 (0)