mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 09:28:15 +03:00
Sync language files
This hasn't been done since before we got some deliveries for 2.4,
so there are a few languages which added apostrophes as ' instead of
' in the XML (which is not wrong, but it gives diff noise whenever
there's a sync since VVVVVV writes them back as '...)
Also, we never synced "[Press {button} to toggle gameplay]" across
language files (now two strings with unfreeze/freeze), but that was
also a pretty last-minute string as far as I remember. Arabic did have
it because that language was added after the string was added, so it
got copied from English. I don't think this one is that urgent to
translate into every language for 2.4.1 since it's pretty well hidden
for most people, and it's surrounded by things that have to be English,
so it's as if it's supposed to be like that. Let's just include these
with whatever the next batch of strings is.
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
60fd0bc0c2
commit
3849ed7a24
@@ -437,6 +437,8 @@
|
||||
<string english="- Press {button} to advance text -" translation="- Prem {button} per a avançar el text -" explanation="to dismiss a textbox. Expect `ACTION`" max="40"/>
|
||||
<string english="Press ACTION to continue" translation="Prem Acció per a continuar" explanation="***OUTDATED***" max="34"/>
|
||||
<string english="Press {button} to continue" translation="Prem {button} per a continuar" explanation="Expect `ACTION`" max="34"/>
|
||||
<string english="[Press {button} to unfreeze gameplay]" translation="" explanation="in level debugger: {button} makes everything start moving as normal. Limit is treacherous, expect TAB for {button}. Frozen is the initial state, so this is the first string of the two that users will see!" max="39"/>
|
||||
<string english="[Press {button} to freeze gameplay]" translation="" explanation="in level debugger: {button} makes everything stop moving. Limit is treacherous, expect TAB for {button}." max="39"/>
|
||||
<string english="Current Time" translation="Temps actual" explanation="super gravitron, stopwatch time" max="20"/>
|
||||
<string english="Best Time" translation="Millor temps" explanation="super gravitron, best stopwatch time" max="20"/>
|
||||
<string english="Next Trophy at 5 seconds" translation="Pròxim trofeu a 5 segons" explanation="" max="38*2"/>
|
||||
|
||||
Reference in New Issue
Block a user