mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2026-01-29 17:38:16 +03:00
Add Esperanto language files
This commit is part of rewritten history of the localization branch. The original (unsquashed) commit history can be found here: https://github.com/Dav999-v/VVVVVV/tree/localization-orig
This commit is contained in:
committed by
Misa Elizabeth Kai
parent
684ccb9ccd
commit
77ac19e4f6
28
desktop_version/lang/eo/strings_plural.xml
Normal file
28
desktop_version/lang/eo/strings_plural.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Please read README.txt for information about the language files -->
|
||||
<strings_plural>
|
||||
<string english_plural="You rescued {n_crew|wordy} crewmates" english_singular="You rescued {n_crew|wordy} crewmate" explanation="These two strings are displayed underneath each other (1/2)" max="40" var="n_crew" expect="6">
|
||||
<translation form="0" translation="Vi savis {n_crew|wordy} ŝipanojn"/>
|
||||
<translation form="1" translation="Vi savis {n_crew|wordy} ŝipanon"/>
|
||||
</string>
|
||||
<string english_plural="and found {n_trinkets|wordy} trinkets." english_singular="and found {n_trinkets|wordy} trinket." explanation="These two strings are displayed underneath each other (2/2)" max="38*2" var="n_trinkets" expect="20">
|
||||
<translation form="0" translation="kaj trovis {n_trinkets|wordy} kolektaĵojn."/>
|
||||
<translation form="1" translation="kaj trovis {n_trinkets|wordy} kolektaĵon."/>
|
||||
</string>
|
||||
<string english_plural="And you found {n_trinkets|wordy} trinkets." english_singular="And you found {n_trinkets|wordy} trinket." explanation="You rescued all the crewmates! And you found XX trinket(s)." max="38*3" var="n_trinkets" expect="20">
|
||||
<translation form="0" translation="Kaj vi trovis {n_trinkets|wordy} kolektaĵojn."/>
|
||||
<translation form="1" translation="Kaj vi trovis {n_trinkets|wordy} kolektaĵon."/>
|
||||
</string>
|
||||
<string english_plural="{n_crew|wordy} crewmates remain" english_singular="{n_crew|wordy} crewmate remains" explanation="Reminder: you can add |upper for an uppercase letter." max="40" var="n_crew" expect="100">
|
||||
<translation form="0" translation="{n_crew|wordy|upper} ŝipanoj restas"/>
|
||||
<translation form="1" translation="{n_crew|wordy|upper} ŝipano restas"/>
|
||||
</string>
|
||||
<string english_plural="{n_crew|wordy} remain" english_singular="{n_crew|wordy} remains" explanation="You have rescued a crew member! XX remain" max="32" var="n_crew" expect="100">
|
||||
<translation form="0" translation="{n_crew|wordy|upper} restas"/>
|
||||
<translation form="1" translation="{n_crew|wordy|upper} restas"/>
|
||||
</string>
|
||||
<string english_plural="Hardest Room (with {n_deaths} deaths)" english_singular="Hardest Room (with {n_deaths} death)" explanation="game complete screen" max="40" var="n_deaths" expect="1000">
|
||||
<translation form="0" translation="Plej malfacila ĉambro (kun {n_deaths} mortoj)"/>
|
||||
<translation form="1" translation="Plej malfacila ĉambro (kun {n_deaths} morto)"/>
|
||||
</string>
|
||||
</strings_plural>
|
||||
Reference in New Issue
Block a user