localizable
This commit is contained in:
@@ -181,6 +181,7 @@ HelpText=&UP; &DOWN; to change line &LEFT; &RIGHT; to select between options::
|
|||||||
Are you sure you want to delete the profile '%s'?=Are you sure you want to delete the profile '%s'?
|
Are you sure you want to delete the profile '%s'?=Are you sure you want to delete the profile '%s'?
|
||||||
Enter a name for the profile.=Enter a name for the profile.
|
Enter a name for the profile.=Enter a name for the profile.
|
||||||
Are you sure you want to clear all data in the profile '%s'?=Are you sure you want to clear all data in the profile '%s'?
|
Are you sure you want to clear all data in the profile '%s'?=Are you sure you want to clear all data in the profile '%s'?
|
||||||
|
NewProfileDefaultName=New
|
||||||
|
|
||||||
[ScreenOptionsMemoryCard]
|
[ScreenOptionsMemoryCard]
|
||||||
Error mounting card: %s=Error mounting card: %s
|
Error mounting card: %s=Error mounting card: %s
|
||||||
@@ -1274,3 +1275,9 @@ NumTh=
|
|||||||
NumNd=
|
NumNd=
|
||||||
NumSt=
|
NumSt=
|
||||||
NumRd=
|
NumRd=
|
||||||
|
|
||||||
|
[PaneDisplay]
|
||||||
|
EmptyMachineHighScoreName=Best
|
||||||
|
|
||||||
|
[ScreenRanking]
|
||||||
|
NoScoreName=STEP
|
||||||
|
|||||||
@@ -21,11 +21,11 @@ function FindSelection( list )
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Look up each value in a table, returning a table with the resulting strings.
|
-- Look up each value in a table, returning a table with the resulting strings.
|
||||||
function TableMetricLookup( t, group )
|
function TableStringLookup( t, group )
|
||||||
local ret = { }
|
local ret = { }
|
||||||
for key, val in t do
|
for key, val in t do
|
||||||
Trace(val)
|
Trace(val)
|
||||||
ret[key] = THEME:GetMetric(group,val)
|
ret[key] = THEME:GetString(group,val)
|
||||||
end
|
end
|
||||||
return ret
|
return ret
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -79,14 +79,14 @@ DefaultChoice=1
|
|||||||
NumChoicesOnPage1=100
|
NumChoicesOnPage1=100
|
||||||
WrapCursor=1
|
WrapCursor=1
|
||||||
AllowRepeatingInput=1
|
AllowRepeatingInput=1
|
||||||
Choice1=@"ApplyDefaultOptions;screen,"..ScreenCautionBranch()
|
Choice1=@"ApplyDefaultOptions;screen,"..ScreenCautionBranch()..";text,Game Start"
|
||||||
Choice2=screen,ScreenSelectGame
|
Choice2=screen,ScreenSelectGame;text,Select Game
|
||||||
Choice3=screen,ScreenOptionsService
|
Choice3=screen,ScreenOptionsService;text,Options
|
||||||
Choice4=screen,ScreenEditMenu
|
Choice4=screen,ScreenEditMenu;text,Edit/Sync Songs
|
||||||
Choice5=screen,ScreenCourseManager
|
Choice5=screen,ScreenCourseManager;text,Edit Courses
|
||||||
Choice6=screen,ScreenJukeboxMenu
|
Choice6=screen,ScreenJukeboxMenu;text,Jukebox
|
||||||
Choice7=screen,ScreenExit
|
Choice7=screen,ScreenExit;text,Exit
|
||||||
Choice8=screen,ScreenTest
|
Choice8=screen,ScreenTest;text,Sandbox
|
||||||
ShowIcon=0
|
ShowIcon=0
|
||||||
ShowScroller=1
|
ShowScroller=1
|
||||||
ScrollerTransform=function(self,offset,itemIndex,numItems) self:x(offset*20 + itemIndex) self:y(20*offset) end
|
ScrollerTransform=function(self,offset,itemIndex,numItems) self:x(offset*20 + itemIndex) self:y(20*offset) end
|
||||||
@@ -3361,7 +3361,6 @@ NumMostRecentScoresToShow=10
|
|||||||
DifficultiesToShow=easy,medium,hard,challenge
|
DifficultiesToShow=easy,medium,hard,challenge
|
||||||
SecondsPerPage=5
|
SecondsPerPage=5
|
||||||
PageFadeSeconds=1.0
|
PageFadeSeconds=1.0
|
||||||
NoScoreName=STEP
|
|
||||||
|
|
||||||
RowSpacingX=0
|
RowSpacingX=0
|
||||||
RowSpacingY=60
|
RowSpacingY=60
|
||||||
@@ -4464,7 +4463,6 @@ NextScreen=ScreenOptionsEditProfile
|
|||||||
StyleIcon=0
|
StyleIcon=0
|
||||||
TimerSeconds=0
|
TimerSeconds=0
|
||||||
ShowExplanations=0
|
ShowExplanations=0
|
||||||
NewProfileDefaultName=New
|
|
||||||
|
|
||||||
[ScreenOptionsEditProfile]
|
[ScreenOptionsEditProfile]
|
||||||
Class=ScreenOptionsEditProfile
|
Class=ScreenOptionsEditProfile
|
||||||
|
|||||||
Reference in New Issue
Block a user