aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-07-28 19:56:47 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-07-28 19:56:47 +0000
commit7e4e6a06fb04002501b3146ff8a61341f538501e (patch)
tree5d114dd3609254ab9f0588f71814fc0094a7c93f
parent642ed64bf406fd007bc5507c5ca02ea499a34f56 (diff)
downloadusdx-7e4e6a06fb04002501b3146ff8a61341f538501e.tar.gz
usdx-7e4e6a06fb04002501b3146ff8a61341f538501e.tar.xz
usdx-7e4e6a06fb04002501b3146ff8a61341f538501e.zip
Some little changes on Braches Star.ini
Changes on Create ur Language readme.txt: -Add infos about Statistic Wild-Cards -Add some structur git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0x@336 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r--Languages/readme.txt80
-rw-r--r--Skins/Classic/Star.ini7
2 files changed, 80 insertions, 7 deletions
diff --git a/Languages/readme.txt b/Languages/readme.txt
index a5bb7f18..79413b7e 100644
--- a/Languages/readme.txt
+++ b/Languages/readme.txt
@@ -1,5 +1,85 @@
+.o0 Ultrastar Deluxe in your Language 0o.
+
+-----------------------
+ Table of Contents
+-----------------------
+1. Introduction
+2. Statistic Wild-Cards
+3. Texts to Add
+
+
+
+-----------------------
+1. Introduction:
+-----------------------
To translate USD to a new language, take the English Language File, or another one that is up to date and Edit the Texts behind the Equal Mark(=).
+-----------------------
+2. Statistic Wild-Cards:
+-----------------------
+Here are some Information about the Wild-Cars in the Language Texts for the Statistic Screens (STAT_...):
+Information that will replace the Wild-Cards:
+
+STAT_OVERVIEW_INTRO:
+ Format:
+ %0:d Ultrastar Version
+ %1:d Day of Reset (A1)
+ %2:d Month of Reset (A2)
+ %3:d Year of Reset (A3)
+
+STAT_OVERVIEW_SONG:
+ Format:
+ %0:d Count Songs (A1)
+ %1:d Count of Sung Songs (A2)
+ %2:d Count of UnSung Songs
+ %3:d Count of Songs with Video (A3)
+ %4:s Name of the most popular Song
+
+STAT_OVERVIEW_PLAYER:
+ Format:
+ %0:d Count Players (A1)
+ %1:s Best Player (Result)
+ %2:d Best Players Score
+ %3:s Best Score Player (Result2)
+ %4:d Best Score
+
+STAT_FORMAT_SCORES:
+ Format:
+ %0:s Singer
+ %1:d Score
+ %2:s Difficulty
+ %3:s Song Artist
+ %4:s Song Title
+
+STAT_FORMAT_SINGERS:
+ Format:
+ %0:s Singer
+ %1:d Average Score
+
+
+STAT_FORMAT_SONGS:
+ Format:
+ %0:s Artist
+ %1:s Title
+ %2:d Times Sung
+
+STAT_FORMAT_BANDS:
+ Format:
+ %0:s Artist Name
+ %1:d Times Sung
+
+Some further Explantation about the Wild-Cards:
+%x:[.y]z
+
+Where X is the Number of the Wildcard,
+Y is optional, it is the number of digits for Decimal Numbers (Z=d). So if y is 2 there and the number is only 0 to 9 there will be a Zero added in front of the number.
+z can be d for Numbers and s for texts
+
+For the date thing in STAT_OVERVIEW_INTRO you may use %1:.2d for the day and %2:.2d for the Month.
+
+-----------------------
+3. Texts to Add:
+-----------------------
To port a LanguageFile from Ultrastar 0.5.2 or Higher add the following Texts to the end of the file:
#Main Screen
diff --git a/Skins/Classic/Star.ini b/Skins/Classic/Star.ini
index 336af00c..314fac01 100644
--- a/Skins/Classic/Star.ini
+++ b/Skins/Classic/Star.ini
@@ -28,13 +28,6 @@ Logo = [main]Logo.jpg
#Icons on screen
MainIcon = [icon]Star.jpg
-MainSearch = [icon]Search.jpg
-IconOption = [icon]Options.jpg
-IconSongMenu = [icon]SongMenu.jpg
-ScoreIcon = [icon]Score.jpg
-PartyIcon = [icon]Party.jpg
-StatIcon = [icon]Stats.jpg
-SongCD = [icon]cd.jpg
IconQuestion = [icon]question.jpg
IconError = [icon]error.jpg
VideoIcon = [icon]video.jpg