Skip to content

Commit

Permalink
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/interaction/stringtable.xml
Original file line number Diff line number Diff line change
@@ -373,7 +373,7 @@
<Key ID="STR_ACE_Interaction_YouWereTappedRight">
<English>You were tapped on the RIGHT shoulder</English>
<Spanish>Te tocaron el hombro DERECHO</Spanish>
<German>Dir wurde auf die Schulter geklopft</German>
<German>Dir wurde auf die Rechte Schulter geklopft</German>

This comment has been minimized.

Copy link
@KoffeinFlummi

KoffeinFlummi Apr 7, 2015

Member

I'd use "RECHTE" and "LINKE" respectively, as the words are all-caps in the other languages as well.

This comment has been minimized.

Copy link
@nicolasbadano

nicolasbadano Apr 7, 2015

Contributor

Caps were my (bad) idea. I'd prefer we kept the lowercase and add some icon above the message indicating direction. Probably for next release..

This comment has been minimized.

Copy link
@KoffeinFlummi

KoffeinFlummi Apr 7, 2015

Member

Fine by me.

<French>On te tape sur l'épaule</French>
<Polish>Zostałeś klepnięty po ramieniu</Polish>
<Hungarian>Vállonveregettek</Hungarian>
@@ -385,7 +385,7 @@
<Key ID="STR_ACE_Interaction_YouWereTappedLeft">
<English>You were tapped on the LEFT shoulder.</English>
<Spanish>Te tocaron el hombro IZQUIERDO.</Spanish>
<German>Dir wurde auf die Schulter geklopft</German>
<German>Dir wurde auf die Linke Schulter geklopft</German>
<French>On te tape sur l'épaule.</French>
<Polish>Zostałeś klepnięty po ramieniu</Polish>
<Hungarian>Vállonveregettek</Hungarian>
6 changes: 6 additions & 0 deletions addons/medical/stringtable.xml
Original file line number Diff line number Diff line change
@@ -228,18 +228,23 @@
</Key>
<Key ID="STR_ACE_MEDICAL_ACTIONS_CheckPulse">
<English>Check Pulse</English>
<German>Plus überprüfen</German>
</Key>
<Key ID="STR_ACE_MEDICAL_ACTIONS_CheckBloodPressure">
<English>Check Blood Pressure</English>
<German>Blutdruck messen</German>
</Key>
<Key ID="STR_ACE_MEDICAL_ACTIONS_TriageCard">
<English>Triage Card</English>
<German>Triage Karte</German>
</Key>
<Key ID="STR_ACE_MEDICAL_ACTIONS_Tourniquet">
<English>Tourniquet</English>
<German>Tourniquet</German>
</Key>
<Key ID="STR_ACE_MEDICAL_ACTIONS_RemoveTourniquet">
<English>Remove Tourniquet</English>
<German>Entferne Tourniquet</German>
</Key>
<Key ID="STR_ACE_MEDICAL_ACTIONS_Blood4_1000">
<English>Give Blood IV (1000ml)</English>
@@ -272,6 +277,7 @@
<Container name="UI">
<Key ID="STR_ACE_MEDICAL_TRIAGE_STATUS_MINOR">
<English>Minor</English>
<German>Gering</German>
</Key>
<Key ID="STR_ACE_MEDICAL_TRIAGE_STATUS_DELAYED">
<English>Delayed</English>

1 comment on commit 4c49765

@bux
Copy link
Member

@bux bux commented on 4c49765 Apr 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plus should be Puls

Please sign in to comment.