-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jan-oxymoron/master
Updated to latest
- Loading branch information
Showing
89 changed files
with
15,544 additions
and
8,956 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<Database> | ||
<GameDBStringTable ID="LOC_CA_EVENTS"> | ||
|
||
<LanguageCode>ca</LanguageCode> | ||
<LanguageNameLocalized>Català</LanguageNameLocalized> | ||
|
||
<Contributors> | ||
<Name>jplanas</Name> | ||
</Contributors> | ||
|
||
<LocalizedStrings> | ||
|
||
<!-- Event names --> | ||
<GameDBLocalizedString> <LocID>EVENT_TEST</LocID> <Text>Esdeveniment de prova</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>EVENT_CRASH</LocID> <Text>Accident</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>EVENT_PANDEMIC</LocID> <Text>Epidèmia</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>EVENT_NATURAL_DISASTER</LocID> <Text>Desastre natural</Text> </GameDBLocalizedString> | ||
|
||
<GameDBLocalizedString> <LocID>OBJECTIVE_CURE_PATIENT</LocID> <Text>Cura</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_CURE_PATIENTS</LocID> <Text>Cura pacients</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_STABILIZE_PATIENT</LocID> <Text>Tracta símptomes principals:</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_PLACE_ROOM</LocID> <Text>Ubica</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_EQUIP_ROOM</LocID> <Text>Equipa</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_HIRE_EMPLOYEE</LocID> <Text>Contracta empleat</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_MAINTAIN_PRESTIGE</LocID> <Text>Mantingues el prestigi per sobre de {1} estrelles durant {2} dies</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_MAINTAIN_HIGH_INCOME</LocID> <Text>Mantingues ingressos de {1} o superiors durant {2} dies</Text> </GameDBLocalizedString> | ||
|
||
<!-- ============= NEW, NEED TRANSLATING ================== --> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_COMPLETE_HOSPITALIZATION</LocID><Text>Hospitalització en tots els departaments</Text> </GameDBLocalizedString> | ||
<GameDBLocalizedString> <LocID>OBJECTIVE_TREATED_PATIENTS_PERCENTAGE</LocID> <Text>Mínim de {1}% de pacients tractats durant 10 dies</Text> </GameDBLocalizedString> | ||
|
||
</LocalizedStrings> | ||
</GameDBStringTable> | ||
</Database> | ||
|
Oops, something went wrong.