diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-17 15:55:51 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2011-04-17 15:55:51 +0000 |
commit | a5a50b95ad673170c0087ca58a4d2b70e874f599 (patch) | |
tree | c31780a544978d720ab38587d9b01f0b8543061d /Game/Output/Languages | |
parent | b827aa00841254b941665aa767aa19ca7620c2c7 (diff) | |
download | usdx-a5a50b95ad673170c0087ca58a4d2b70e874f599.tar.gz usdx-a5a50b95ad673170c0087ca58a4d2b70e874f599.tar.xz usdx-a5a50b95ad673170c0087ca58a4d2b70e874f599.zip |
add: paste notes only (with ctrl+alt+v)
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/1.0.1 Challenge MOD@2822 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Output/Languages')
-rw-r--r-- | Game/Output/Languages/English.ini | 5 | ||||
-rw-r--r-- | Game/Output/Languages/German.ini | 5 | ||||
-rw-r--r-- | Game/Output/Languages/Languages.xls | bin | 261120 -> 253440 bytes | |||
-rw-r--r-- | Game/Output/Languages/Magyar.ini | 3 | ||||
-rw-r--r-- | Game/Output/Languages/Polish.ini | 1 |
5 files changed, 12 insertions, 2 deletions
diff --git a/Game/Output/Languages/English.ini b/Game/Output/Languages/English.ini index 8973abac..694b5316 100644 --- a/Game/Output/Languages/English.ini +++ b/Game/Output/Languages/English.ini @@ -577,6 +577,7 @@ SEC_090 = Other CTRL_C = Copy current line
CTRL_V = Paste LYRICS over current line
CTRL_SHIFT_V = Paste LYRICS+NOTES over current line
+CTRL_ALT_V = Paste NOTES over current line
CTRL_SHIFT_4 = Paste LYRICS+NOTES over each of the next 4 lines
CTRL_SHIFT_ALT_4 = Paste LYRICS+NOTES+LINE-END 4 times
CTRL_SHIFT_5 = Paste LYRICS+NOTES over each of the next 5 lines
@@ -1517,4 +1518,6 @@ PAGEUP = Increase song volume PAGEDOWN = Decrease song volume
#-------------------------------------------------------#
# ID_034: ScreenSongMenu Medley #
-#-------------------------------------------------------#
\ No newline at end of file +#-------------------------------------------------------#
+
+
diff --git a/Game/Output/Languages/German.ini b/Game/Output/Languages/German.ini index e01b6f95..9287bd57 100644 --- a/Game/Output/Languages/German.ini +++ b/Game/Output/Languages/German.ini @@ -577,6 +577,7 @@ SEC_090 = Sonstiges CTRL_C = Zeile kopieren
CTRL_V = Text in Zeile einfügen
CTRL_SHIFT_V = Text+Noten in Zeile einfügen
+CTRL_ALT_V = Noten in Zeile einfügen
CTRL_SHIFT_4 = Text+Noten in aktuelle Zeile und die nächsten 3 einfügen
CTRL_SHIFT_ALT_4 = unbekannt
CTRL_SHIFT_5 = unbekannt
@@ -1517,4 +1518,6 @@ PAGEUP = MP3-Lautstärke erhöhen PAGEDOWN = MP3-Lautstärke reduzieren
#-------------------------------------------------------#
# ID_034: ScreenSongMenu Medley #
-#-------------------------------------------------------#
\ No newline at end of file +#-------------------------------------------------------#
+
+
diff --git a/Game/Output/Languages/Languages.xls b/Game/Output/Languages/Languages.xls Binary files differindex e08a035e..8244099d 100644 --- a/Game/Output/Languages/Languages.xls +++ b/Game/Output/Languages/Languages.xls diff --git a/Game/Output/Languages/Magyar.ini b/Game/Output/Languages/Magyar.ini index b2d10b09..1b4824ff 100644 --- a/Game/Output/Languages/Magyar.ini +++ b/Game/Output/Languages/Magyar.ini @@ -577,6 +577,7 @@ SEC_090 = Egyebek CTRL_C = Aktuális sor másolása
CTRL_V = Másolt sor beillesztése az aktuális sor helyére (csak dalszöveg)
CTRL_SHIFT_V = Másolt sor beillesztése az aktuális sor helyére (hang és dalszöveg)
+CTRL_ALT_V = Paste NOTES over current line
CTRL_SHIFT_4 = Másolt sor belillesztése a következő négy sorba (hang és dalszöveg)
CTRL_SHIFT_ALT_4 = Másolt sor belillesztése a következő négy sorba (hang és dalszöveg, a sor végi töréssel)
CTRL_SHIFT_5 = Másolt sor belillesztése a következő öt sorba (hang és dalszöveg)
@@ -1518,3 +1519,5 @@ PAGEDOWN = Dal hangerejének csökkentése #-------------------------------------------------------#
# ID_034: ScreenSongMenu Medley #
#-------------------------------------------------------#
+
+
diff --git a/Game/Output/Languages/Polish.ini b/Game/Output/Languages/Polish.ini index 13e5ec95..b8a4a22d 100644 --- a/Game/Output/Languages/Polish.ini +++ b/Game/Output/Languages/Polish.ini @@ -568,6 +568,7 @@ SEC_090 = Pozostałe skróty CTRL_C = Kopiowanie linii tekstu
CTRL_V = Wklejenie linii tekstu
CTRL_SHIFT_V = Wklejenie TEKSTU + NUT w danej linii
+CTRL_ALT_V = Wklejenie linii nuta
CTRL_SHIFT_4 = Wklejenie TEKSTU + NUT w 4 następnych liniach
CTRL_SHIFT_ALT_4 = Wklejenie TEKSTU + NUT + LINII-END 4 razy
CTRL_SHIFT_5 = Wklejenie TEKSTU + NUT w 5 następnych liniach
|