TaxiDriverJob.en.translation.xml
· 2.2 KiB · XML
Orginalformat
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="prefix" Value="-=color=#009432=-[-=color=#fff200=-Taxi Company-=color=#009432=-]-=/color=-" />
<Translation Id="time_left" Value="{0}s left to complete the job" />
<Translation Id="job_start" Value="Job started, go pickup the passenger marked in your map!" />
<Translation Id="job_drop" Value="Drop the passenger at the point marked in your map!" />
<Translation Id="job_completed" Value="You have achieved ${0} for driving a passenger." />
<Translation Id="job_failed" Value="You not completed the job in time!" />
<Translation Id="error_no_job" Value="You aren't working as a taxi driver!" />
<Translation Id="error_leave" Value="You can't leave the vehicle while driving a passenger, if you can't use the vehicle anymore use '/tjcancel'" />
<Translation Id="error_job_started" Value="You already started a job, finish it first!" />
<Translation Id="error_permission" Value="Sorry, I don't have anything to offer you!" />
<Translation Id="error_item" Value="You require a vehicle license to start working!" />
<Translation Id="point_added" Value="Work point successfully added at your position." />
<Translation Id="point_removed" Value="Successfully removed closest work point." />
<Translation Id="point_error" Value="No near point found" />
<Translation Id="ui_npc_title" Value="-=color=#009432=-[-=color=#fff200=-Taxi Company-=color=#009432=-]-=/color=-" />
<Translation Id="ui_npc_description" Value="Welcome {0}!-=br=-I'm the boss of the <b>Taxi Company</b>.-=br=-Remember to drive safe!" />
<Translation Id="ui_goals_title" Value="Goals:" />
<Translation Id="ui_goals_requirement" Value="Get a vehicle license" />
<Translation Id="ui_goals_passenger" Value="Pick up passenger near {0}" />
<Translation Id="ui_rewards_title" Value="Rewards:" />
<Translation Id="ui_rewards_money" Value="+{0} Experience" />
<Translation Id="ui_accept" Value="Accept" />
<Translation Id="ui_deny" Value="Deny" />
<Translation Id="pickup_marker_text" Value="Pickup passenger here" />
<Translation Id="drop_marker_text" Value="Drop passenger here" />
</Translations>
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
3 | <Translation Id="prefix" Value="-=color=#009432=-[-=color=#fff200=-Taxi Company-=color=#009432=-]-=/color=-" /> |
4 | <Translation Id="time_left" Value="{0}s left to complete the job" /> |
5 | <Translation Id="job_start" Value="Job started, go pickup the passenger marked in your map!" /> |
6 | <Translation Id="job_drop" Value="Drop the passenger at the point marked in your map!" /> |
7 | <Translation Id="job_completed" Value="You have achieved ${0} for driving a passenger." /> |
8 | <Translation Id="job_failed" Value="You not completed the job in time!" /> |
9 | <Translation Id="error_no_job" Value="You aren't working as a taxi driver!" /> |
10 | <Translation Id="error_leave" Value="You can't leave the vehicle while driving a passenger, if you can't use the vehicle anymore use '/tjcancel'" /> |
11 | <Translation Id="error_job_started" Value="You already started a job, finish it first!" /> |
12 | <Translation Id="error_permission" Value="Sorry, I don't have anything to offer you!" /> |
13 | <Translation Id="error_item" Value="You require a vehicle license to start working!" /> |
14 | <Translation Id="point_added" Value="Work point successfully added at your position." /> |
15 | <Translation Id="point_removed" Value="Successfully removed closest work point." /> |
16 | <Translation Id="point_error" Value="No near point found" /> |
17 | <Translation Id="ui_npc_title" Value="-=color=#009432=-[-=color=#fff200=-Taxi Company-=color=#009432=-]-=/color=-" /> |
18 | <Translation Id="ui_npc_description" Value="Welcome {0}!-=br=-I'm the boss of the <b>Taxi Company</b>.-=br=-Remember to drive safe!" /> |
19 | <Translation Id="ui_goals_title" Value="Goals:" /> |
20 | <Translation Id="ui_goals_requirement" Value="Get a vehicle license" /> |
21 | <Translation Id="ui_goals_passenger" Value="Pick up passenger near {0}" /> |
22 | <Translation Id="ui_rewards_title" Value="Rewards:" /> |
23 | <Translation Id="ui_rewards_money" Value="+{0} Experience" /> |
24 | <Translation Id="ui_accept" Value="Accept" /> |
25 | <Translation Id="ui_deny" Value="Deny" /> |
26 | <Translation Id="pickup_marker_text" Value="Pickup passenger here" /> |
27 | <Translation Id="drop_marker_text" Value="Drop passenger here" /> |
28 | </Translations> |