提交 7a6f0192 编写于 作者: R raginip

8009168: accessibility.properties syntax issue

Reviewed-by: ptbrunet, mfang, alexsch
上级 88c63790
...@@ -102,7 +102,7 @@ horizontal=horizontal ...@@ -102,7 +102,7 @@ horizontal=horizontal
# #
# accessible actions # accessible actions
# #
toggle expand=toggle expand toggleexpand=toggle expand
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=horizontal ...@@ -102,7 +102,7 @@ horizontal=horizontal
# #
# accessible actions # accessible actions
# #
toggle expand=ein-/ausblenden toggleexpand=ein-/ausblenden
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=horizontal ...@@ -102,7 +102,7 @@ horizontal=horizontal
# #
# accessible actions # accessible actions
# #
toggle expand=activar/desactivar ampliaci\u00F3n toggleexpand=activar/desactivar ampliaci\u00F3n
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=horizontal ...@@ -102,7 +102,7 @@ horizontal=horizontal
# #
# accessible actions # accessible actions
# #
toggle expand=basculer le d\u00E9veloppement toggleexpand=basculer le d\u00E9veloppement
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=orizzontale ...@@ -102,7 +102,7 @@ horizontal=orizzontale
# #
# accessible actions # accessible actions
# #
toggle expand=abilita/disabilita espansione toggleexpand=abilita/disabilita espansione
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=\u6C34\u5E73 ...@@ -102,7 +102,7 @@ horizontal=\u6C34\u5E73
# #
# accessible actions # accessible actions
# #
toggle expand=\u5C55\u958B\u306E\u30C8\u30B0\u30EB toggleexpand=\u5C55\u958B\u306E\u30C8\u30B0\u30EB
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=\uAC00\uB85C ...@@ -102,7 +102,7 @@ horizontal=\uAC00\uB85C
# #
# accessible actions # accessible actions
# #
toggle expand=\uD1A0\uAE00 \uD655\uC7A5 toggleexpand=\uD1A0\uAE00 \uD655\uC7A5
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=horizontal ...@@ -102,7 +102,7 @@ horizontal=horizontal
# #
# accessible actions # accessible actions
# #
toggle expand=alternar expans\u00E3o toggleexpand=alternar expans\u00E3o
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=horisontell ...@@ -102,7 +102,7 @@ horizontal=horisontell
# #
# accessible actions # accessible actions
# #
toggle expand=v\u00E4xla ut\u00F6ka toggleexpand=v\u00E4xla ut\u00F6ka
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=\u6C34\u5E73 ...@@ -102,7 +102,7 @@ horizontal=\u6C34\u5E73
# #
# accessible actions # accessible actions
# #
toggle expand=\u5207\u6362\u5C55\u5F00 toggleexpand=\u5207\u6362\u5C55\u5F00
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -102,7 +102,7 @@ horizontal=\u6C34\u5E73 ...@@ -102,7 +102,7 @@ horizontal=\u6C34\u5E73
# #
# accessible actions # accessible actions
# #
toggle expand=\u5207\u63DB\u64F4\u5C55 toggleexpand=\u5207\u63DB\u64F4\u5C55
# new relations, roles and states for J2SE 1.5.0 # new relations, roles and states for J2SE 1.5.0
......
...@@ -54,7 +54,7 @@ public interface AccessibleAction { ...@@ -54,7 +54,7 @@ public interface AccessibleAction {
* @since 1.5 * @since 1.5
*/ */
public static final String TOGGLE_EXPAND = public static final String TOGGLE_EXPAND =
new String ("toggle expand"); new String ("toggleexpand");
/** /**
* An action which increments a value. * An action which increments a value.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册