mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 07:50:47 +00:00
committed by
Jindra Petřík
parent
d7cb3e8002
commit
15ce1e4351
@@ -72,6 +72,6 @@ public class EasyTagNameResolver implements TagNameResolverInterface {
|
||||
DefineVideoStreamTag vt = (DefineVideoStreamTag) tag;
|
||||
return EasyStrings.translate("item.video") + " " + vt.getCharacterId();
|
||||
}
|
||||
return EasyStrings.translate("item.uknown");
|
||||
return EasyStrings.translate("item.unknown");
|
||||
}
|
||||
}
|
||||
|
||||
@@ -37,7 +37,7 @@ item.movieClip = movieClip
|
||||
item.button = button
|
||||
item.sound = sound
|
||||
item.video = video
|
||||
item.uknown = unknown
|
||||
item.unknown = unknown
|
||||
|
||||
undo = Undo %action%
|
||||
undo.cannot = Cannot undo
|
||||
|
||||
@@ -33,7 +33,7 @@ item.movieClip = \u5f71\u7247\u526a\u8f91
|
||||
item.button = \u6309\u94ae
|
||||
item.sound = \u58f0\u97f3
|
||||
item.video = \u89c6\u9891
|
||||
item.uknown = \u672a\u77e5
|
||||
item.unknown = \u672a\u77e5
|
||||
undo = \u64a4\u9500 %action%
|
||||
undo.cannot = \u65e0\u6cd5\u64a4\u9500
|
||||
redo = \u91cd\u505a %action%
|
||||
|
||||
Reference in New Issue
Block a user