(svn r16956) -Update: 'pre' translate some strings that can't be translated, like {BLACK}{STRING}

This commit is contained in:
rubidium
2009-07-25 15:43:40 +00:00
parent 47793328b6
commit 6de80c9278
51 changed files with 336 additions and 8 deletions

View File

@@ -3387,6 +3387,7 @@ STR_JUST_COMMA :{COMMA}
STR_JUST_CURRENCY :{CURRENCY}
STR_JUST_INT :{NUM}
STR_JUST_DATE_TINY :{DATE_TINY}
STR_JUST_DATE_SHORT :{DATE_SHORT}
STR_JUST_DATE_LONG :{DATE_LONG}
STR_JUST_DATE_ISO :{DATE_ISO}
STR_JUST_STRING :{STRING}
@@ -3411,6 +3412,7 @@ STR_SILVER_CROSS :{SILVER}{CROSS}
STR_WHITE_DATE_SHORT :{WHITE}{DATE_SHORT}
STR_WHITE_DATE_LONG :{WHITE}{DATE_LONG}
STR_BLACK_STRING :{BLACK}{STRING}
STR_BLACK_RAW_STRING :{BLACK}{STRING}
STR_BLACK_SMALL_ARROW_UP :{BLACK}{SMALLUPARROW}
STR_BLACK_SMALL_ARROW_DOWN :{BLACK}{SMALLDOWNARROW}