Skip to content

Commit 74d169c

Browse files
committed
Strings for ticketing system
1 parent 750d686 commit 74d169c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

jobs.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -2856,15 +2856,15 @@
28562856
</Entry>
28572857

28582858
<Entry Id="police_giving_ticket">
2859-
<String xml:lang="en-US">You are giving a ticket to {0}.</String>
2859+
<String xml:lang="en-US">You are giving {0} a ticket.</String>
28602860
</Entry>
28612861

28622862
<Entry Id="police_giving_ticket_failed">
28632863
<String xml:lang="en-US">~r~You have failed to give {0} a ticket.</String>
28642864
</Entry>
28652865

28662866
<Entry Id="police_giving_ticket_succeeded">
2867-
<String xml:lang="en-US">You have given {0} a ~b~ticket~s~.</String>
2867+
<String xml:lang="en-US">You have given {0} a ~b~{1} ~s~ticket.</String>
28682868
</Entry>
28692869

28702870
<Entry Id="police_ticket_menu_title">
@@ -2880,7 +2880,7 @@
28802880
</Entry>
28812881

28822882
<Entry Id="police_ticket_pay_desc">
2883-
<String xml:lang="en-US">Accept and pay the ~y~fine ~s~right now with a 25% reduction. If you don't have enough funds, the unpaid amount will be added as debt.</String>
2883+
<String xml:lang="en-US">Accept and pay the ~y~fine ~s~right now with a ~g~25% reduction~s~. If you don't have enough funds, the unpaid amount will be added as ~r~debt~s~.</String>
28842884
</Entry>
28852885

28862886
<Entry Id="police_ticket_contest">
@@ -2898,7 +2898,7 @@
28982898
<Entry Id="police_ticket_bribe_desc">
28992899
<String xml:lang="en-US">Attempt to ~o~bribe ~s~the officer to cancel the ticket. There's a significant risk the officer will ~r~refuse ~s~the bribe and charge you with a ~o~felony~s~.</String>
29002900
</Entry>
2901-
2901+
29022902
<Entry Id="police_no_longer_around">
29032903
<String xml:lang="en-US">The ~b~cops ~s~are no longer around!</String>
29042904
<String xml:lang="nl-NL">De ~b~politie ~s~zijn niet meer in de buurt!</String>
@@ -2909,7 +2909,7 @@
29092909
<String xml:lang="pt-BR">A ~b~polícia ~s~não está mais na área!</String>
29102910
<String xml:lang="de-DE">Die ~b~Polizisten ~s~sind nicht mehr anwesend!</String>
29112911
<String xml:lang="zh-Hant">~b~警員 ~s~已不在附近!</String>
2912-
<String xml:lang="ar-001">لم يعد ~b~رجال الشرطة ~s~موجودين!</String>
2912+
<String xml:lang="ar-001">لم يعد ~b~رجا ل الشرطة ~s~موجودين!</String>
29132913
<String xml:lang="id-ID">~b~Kepolisian ~s~sudah tidak disekitarmu!</String>
29142914
<String xml:lang="th-TH">~b~ตำรวจ ~s~ไม่อยู่แล้ว!</String>
29152915
<String xml:lang="hi-Latn">~b~Cops ~s~aas paas nahi hain!</String>

player.xml

+4
Original file line numberDiff line numberDiff line change
@@ -1857,6 +1857,10 @@
18571857
<String xml:lang="it-IT">~b~Ammanetta</String>
18581858
</Entry>
18591859

1860+
<Entry Id="menu_playermenu_give_ticket">
1861+
<String xml:lang="en-US">~b~Give ticket</String>
1862+
</Entry>
1863+
18601864
<Entry Id="menu_playermenu_break_window">
18611865
<String xml:lang="en-US">~b~Break window</String>
18621866
<String xml:lang="nl-NL">~b~Raam inslaan</String>

0 commit comments

Comments
 (0)