mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 04:38:00 +00:00
- The game display3 window "Menu" now states "Player - " or "Computer - " before the View Graveyard and View Removed menu options.
- When you display the computer's Removed or Graveyard wind the windows will be labeled "Computer's" rather than "Player's".
This commit is contained in:
@@ -16,11 +16,11 @@ Display/menu/title=Men
|
||||
|
||||
Display/human/title=Spieler
|
||||
Display/human/hand/title=Hand:
|
||||
Display/human/removed/menu=Entfernte Karten ansehen
|
||||
Display/human/removed/menu=Spieler - Entfernte Karten ansehen
|
||||
Display/human/removed/button=Entfernt:
|
||||
Display/human/removed/title=Deine entfernten Karten
|
||||
Display/human/library/title=Bibliothek:
|
||||
Display/human/graveyard/menu=Friedhof ansehen
|
||||
Display/human/graveyard/menu=Spieler - Friedhof ansehen
|
||||
Display/human/graveyard/button=Friedhof:
|
||||
Display/human/graveyard/title=Dein Friedhof
|
||||
Display/human/flashback/menu=Karte mit R<>ckblende spielen
|
||||
|
||||
@@ -16,11 +16,11 @@ Display/menu/title=Menu
|
||||
|
||||
Display/human/title=Player
|
||||
Display/human/hand/title=Hand:
|
||||
Display/human/removed/menu=View Removed
|
||||
Display/human/removed/menu=Player - View Removed
|
||||
Display/human/removed/button=Removed:
|
||||
Display/human/removed/title=Player's Removed
|
||||
Display/human/library/title=Library:
|
||||
Display/human/graveyard/menu=View Graveyard
|
||||
Display/human/graveyard/menu=Player - View Graveyard
|
||||
Display/human/graveyard/button=Grave:
|
||||
Display/human/graveyard/title=Player's Grave
|
||||
Display/human/flashback/menu=Play card with Flashback
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
program/mail=mtgerror@yahoo.com
|
||||
program/forum=http://www.slightlymagic.net/forum/viewforum.php?f=26
|
||||
program/version=Forge -- official beta: 09/12/14, SVN revision: 212
|
||||
program/version=Forge -- official beta: 09/12/14, SVN revision: 214
|
||||
|
||||
tokens--file=AllTokens.txt
|
||||
|
||||
|
||||
@@ -191,7 +191,7 @@ public interface NewConstants {
|
||||
}
|
||||
|
||||
|
||||
public static final String COMPUTER_GRAVEYARD = "%s/Display/human/graveyard";
|
||||
public static final String COMPUTER_GRAVEYARD = "%s/Display/computer/graveyard";
|
||||
|
||||
public static interface COMPUTER_GRAVEYARD {
|
||||
public static final String TITLE = "%s/Display/computer/graveyard/title";
|
||||
@@ -200,7 +200,7 @@ public interface NewConstants {
|
||||
}
|
||||
|
||||
|
||||
public static final String COMPUTER_REMOVED = "%s/Display/human/removed";
|
||||
public static final String COMPUTER_REMOVED = "%s/Display/computer/removed";
|
||||
|
||||
public static interface COMPUTER_REMOVED {
|
||||
public static final String TITLE = "%s/Display/computer/removed/title";
|
||||
|
||||
Reference in New Issue
Block a user