mirror of
https://github.com/dzo/mrz99.git
synced 2025-06-05 01:43:06 +03:00
updated translations and new blue background
This commit is contained in:
parent
d5ac0efff9
commit
f1125a71be
2
decode.c
2
decode.c
@ -37,5 +37,5 @@ int main(int argc,char *argv[]) {
|
|||||||
putchar(10);
|
putchar(10);
|
||||||
putchar(0);
|
putchar(0);
|
||||||
}
|
}
|
||||||
printf("%d strings\n",nstrings);
|
fprintf(stderr,"%d strings\n",nstrings);
|
||||||
}
|
}
|
||||||
|
13
recode.c
13
recode.c
@ -12,6 +12,18 @@ void readstring(FILE *f, char *p) {
|
|||||||
while((c=fgetc(f))!=10 && !feof(f));
|
while((c=fgetc(f))!=10 && !feof(f));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unsigned short crc16(const unsigned char *data, int len) {
|
||||||
|
unsigned short crc = 0xFFFF;
|
||||||
|
int i;
|
||||||
|
if (len) do {
|
||||||
|
crc ^= *data++;
|
||||||
|
for (i=0; i<8; i++) {
|
||||||
|
if (crc & 1) crc = (crc >> 1) ^ 0x8408;
|
||||||
|
else crc >>= 1;
|
||||||
|
}
|
||||||
|
} while (--len);
|
||||||
|
return(~crc);
|
||||||
|
}
|
||||||
|
|
||||||
int main(int argc,char *argv[]) {
|
int main(int argc,char *argv[]) {
|
||||||
char data[200000];
|
char data[200000];
|
||||||
@ -87,6 +99,7 @@ int main(int argc,char *argv[]) {
|
|||||||
id[8]=off;
|
id[8]=off;
|
||||||
strcpy(data+off,"RG_VOICE_DATA");
|
strcpy(data+off,"RG_VOICE_DATA");
|
||||||
off+=strlen("RG_VOICE_DATA");
|
off+=strlen("RG_VOICE_DATA");
|
||||||
|
|
||||||
data[off++]=0xf1; // this looks like a checksum at the end of the file but
|
data[off++]=0xf1; // this looks like a checksum at the end of the file but
|
||||||
data[off++]=0x8d; // it doesn't seem to matter if it's wrong
|
data[off++]=0x8d; // it doesn't seem to matter if it's wrong
|
||||||
id[6]=off;
|
id[6]=off;
|
||||||
|
@ -60,7 +60,7 @@
|
|||||||
"Option"
|
"Option"
|
||||||
"Configuration"
|
"Configuration"
|
||||||
"Vehicle"
|
"Vehicle"
|
||||||
"Camera Settings"
|
"Camera"
|
||||||
"Initialization"
|
"Initialization"
|
||||||
"Position"
|
"Position"
|
||||||
"Fix"
|
"Fix"
|
||||||
@ -354,7 +354,7 @@
|
|||||||
"Search start"
|
"Search start"
|
||||||
"Advanced Routing"
|
"Advanced Routing"
|
||||||
"Delete"
|
"Delete"
|
||||||
"Sort / manual"
|
"Sort/manual"
|
||||||
"boarding IC specified"
|
"boarding IC specified"
|
||||||
"Entrance IC"
|
"Entrance IC"
|
||||||
"Exit IC specified"
|
"Exit IC specified"
|
||||||
@ -444,14 +444,14 @@
|
|||||||
"Hide"
|
"Hide"
|
||||||
"display"
|
"display"
|
||||||
"Bluetooth Settings"
|
"Bluetooth Settings"
|
||||||
"Connection destination change / delete"
|
"Connection destination change/delete"
|
||||||
"Registration"
|
"Registration"
|
||||||
"Passkey"
|
"Passkey"
|
||||||
"Radio wave"
|
"Radio wave"
|
||||||
"ON"
|
"ON"
|
||||||
"OFF"
|
"OFF"
|
||||||
"Connection destination change / delete"
|
"Connection destination change/delete"
|
||||||
"Hands-free / BT AUDIO"
|
"Hands-free/BT AUDIO"
|
||||||
"BT AUDIO"
|
"BT AUDIO"
|
||||||
"hands free"
|
"hands free"
|
||||||
"/"
|
"/"
|
||||||
@ -505,13 +505,13 @@
|
|||||||
"The new route"
|
"The new route"
|
||||||
"Destination"
|
"Destination"
|
||||||
"Land"
|
"Land"
|
||||||
"20km / h"
|
"20km/h"
|
||||||
"30km / h"
|
"30km/h"
|
||||||
"40km / h"
|
"40km/h"
|
||||||
"50km / h"
|
"50km/h"
|
||||||
"60km / h"
|
"60km/h"
|
||||||
"80km / h"
|
"80km/h"
|
||||||
"100km / h"
|
"100km/h"
|
||||||
"Intersection guidance display"
|
"Intersection guidance display"
|
||||||
"Estimated arrival time speed (general road)"
|
"Estimated arrival time speed (general road)"
|
||||||
"Expected time of arrival rate (toll road)"
|
"Expected time of arrival rate (toll road)"
|
||||||
@ -589,9 +589,9 @@
|
|||||||
"3 number"
|
"3 number"
|
||||||
"RV"
|
"RV"
|
||||||
"Minivan · 1BOX"
|
"Minivan · 1BOX"
|
||||||
"Parking restriction (vehicle size) / length (L)"
|
"Parking restriction (vehicle size)/length (L)"
|
||||||
"Parking restriction (vehicle size) / width (W)"
|
"Parking restriction (vehicle size)/width (W)"
|
||||||
"Parking restriction (vehicle size) / height (H)"
|
"Parking restriction (vehicle size)/height (H)"
|
||||||
"%c%c%c cm"
|
"%c%c%c cm"
|
||||||
"Setting initialization"
|
"Setting initialization"
|
||||||
"Logo display setting"
|
"Logo display setting"
|
||||||
@ -603,7 +603,7 @@
|
|||||||
"Smart loop setting"
|
"Smart loop setting"
|
||||||
"Option setting"
|
"Option setting"
|
||||||
"Vehicle info setting"
|
"Vehicle info setting"
|
||||||
"Camera Settings"
|
"Camera"
|
||||||
"Start the Easy Setup"
|
"Start the Easy Setup"
|
||||||
"Later to set up"
|
"Later to set up"
|
||||||
"Forward"
|
"Forward"
|
||||||
@ -619,7 +619,7 @@
|
|||||||
"E Start screen to display the"
|
"E Start screen to display the"
|
||||||
"TV to"
|
"TV to"
|
||||||
"VICS graphic info screen to display the"
|
"VICS graphic info screen to display the"
|
||||||
"MUTE the ON / to OFF"
|
"MUTE the ON/to OFF"
|
||||||
"Volume setting screen to display the"
|
"Volume setting screen to display the"
|
||||||
"Return to home"
|
"Return to home"
|
||||||
"Changing the source"
|
"Changing the source"
|
||||||
@ -787,7 +787,7 @@
|
|||||||
"Function 2"
|
"Function 2"
|
||||||
"Function 3"
|
"Function 3"
|
||||||
"Function 4"
|
"Function 4"
|
||||||
"Auto / Manual"
|
"Auto/Manual"
|
||||||
"No Title"
|
"No Title"
|
||||||
"No Name"
|
"No Name"
|
||||||
"PAUSE"
|
"PAUSE"
|
||||||
@ -906,7 +906,7 @@
|
|||||||
"View"
|
"View"
|
||||||
"Subtitle change"
|
"Subtitle change"
|
||||||
"Voice switching"
|
"Voice switching"
|
||||||
"L / R switching"
|
"L/R switching"
|
||||||
"angle"
|
"angle"
|
||||||
"return"
|
"return"
|
||||||
"10 key search"
|
"10 key search"
|
||||||
@ -943,7 +943,7 @@
|
|||||||
"Delete"
|
"Delete"
|
||||||
"OFF"
|
"OFF"
|
||||||
"AV menu"
|
"AV menu"
|
||||||
"Audio Settings"
|
"Audio Setup"
|
||||||
"Fader/balance setting"
|
"Fader/balance setting"
|
||||||
"Fader 0"
|
"Fader 0"
|
||||||
"Front %d"
|
"Front %d"
|
||||||
@ -969,7 +969,7 @@
|
|||||||
"DYNAMIC THEATER"
|
"DYNAMIC THEATER"
|
||||||
"ACTOR'S STAGE"
|
"ACTOR'S STAGE"
|
||||||
"RELAX LIVING"
|
"RELAX LIVING"
|
||||||
"System setting"
|
"System Setup"
|
||||||
"Wide Mode setting"
|
"Wide Mode setting"
|
||||||
"FULL"
|
"FULL"
|
||||||
"JUST"
|
"JUST"
|
||||||
@ -1153,7 +1153,7 @@
|
|||||||
"Main channel"
|
"Main channel"
|
||||||
"All channels"
|
"All channels"
|
||||||
"Reception performance priority"
|
"Reception performance priority"
|
||||||
"Program guide acquisition / search priority"
|
"Program guide acquisition/search priority"
|
||||||
"Auto (%s)"
|
"Auto (%s)"
|
||||||
"Manual (%s)"
|
"Manual (%s)"
|
||||||
"TV function setting"
|
"TV function setting"
|
||||||
@ -1347,7 +1347,7 @@
|
|||||||
"PAUSE"
|
"PAUSE"
|
||||||
"STOP"
|
"STOP"
|
||||||
"10 key search"
|
"10 key search"
|
||||||
"► / ∥"
|
"►/∥"
|
||||||
"■"
|
"■"
|
||||||
"repeat"
|
"repeat"
|
||||||
"random"
|
"random"
|
||||||
@ -1356,7 +1356,7 @@
|
|||||||
"View"
|
"View"
|
||||||
"Back"
|
"Back"
|
||||||
"Exit"
|
"Exit"
|
||||||
"► / ∥"
|
"►/∥"
|
||||||
"repeat"
|
"repeat"
|
||||||
"random"
|
"random"
|
||||||
"list"
|
"list"
|
||||||
@ -1410,8 +1410,8 @@
|
|||||||
"Mobile phone app log (Simple)"
|
"Mobile phone app log (Simple)"
|
||||||
"Mobile phone app log (Detail)"
|
"Mobile phone app log (Detail)"
|
||||||
"Mobile phone handler log (none)"
|
"Mobile phone handler log (none)"
|
||||||
"Log Batch (app / error / capture / sensor / probe / VICS / Version / Ast)"
|
"Log Batch (app/error/capture/sensor/probe/VICS/Version/Ast)"
|
||||||
"Log batch erase (app / capture / sensor / probe / VICS)"
|
"Log batch erase (app/capture/sensor/probe/VICS)"
|
||||||
"File Management"
|
"File Management"
|
||||||
"LOG setting"
|
"LOG setting"
|
||||||
"Sensor - log (OFF)"
|
"Sensor - log (OFF)"
|
||||||
@ -1762,12 +1762,12 @@ LonLat:"
|
|||||||
"Yes"
|
"Yes"
|
||||||
"No"
|
"No"
|
||||||
"Abort"
|
"Abort"
|
||||||
"Camera Settings"
|
"Camera"
|
||||||
"Front-side view monitor"
|
"Front-side view monitor"
|
||||||
"Side blind monitor"
|
"Side blind monitor"
|
||||||
"Back camera"
|
"Back camera"
|
||||||
"Back-up camera polarity"
|
"Back-up camera polarity"
|
||||||
"Connected camera settings"
|
"Connected camera"
|
||||||
"Back camera"
|
"Back camera"
|
||||||
"Front camera-side camera + back camera"
|
"Front camera-side camera + back camera"
|
||||||
"ON"
|
"ON"
|
||||||
@ -1894,7 +1894,7 @@ LonLat:"
|
|||||||
"conversion"
|
"conversion"
|
||||||
"Non-conversion"
|
"Non-conversion"
|
||||||
"OK"
|
"OK"
|
||||||
"Whole / half-width"
|
"Whole/half-width"
|
||||||
"next page"
|
"next page"
|
||||||
"Previous page"
|
"Previous page"
|
||||||
"Hiragana"
|
"Hiragana"
|
||||||
@ -2418,11 +2418,11 @@ OK?"
|
|||||||
"Please check the connection of communication equipment to get in communication"
|
"Please check the connection of communication equipment to get in communication"
|
||||||
"Communication equipment is in use"
|
"Communication equipment is in use"
|
||||||
"Please operate after performing a communication connection setting"
|
"Please operate after performing a communication connection setting"
|
||||||
"It is in check the disk"
|
"Checking disk"
|
||||||
"It is a disk that can not be played"
|
"Disk can not be played"
|
||||||
"I can not be operated while driving"
|
"Not allowed while driving"
|
||||||
"Please enjoy only in the voice is running"
|
"Audio only is allowed while driving"
|
||||||
"The preset mode was switched to the user preset"
|
"Preset mode switched to user preset"
|
||||||
"You can not search"
|
"You can not search"
|
||||||
"High temperature or for low temperature, can not be played.
|
"High temperature or for low temperature, can not be played.
|
||||||
Please remove the disk"
|
Please remove the disk"
|
||||||
@ -2492,12 +2492,12 @@ Please check the ETC on-board device"
|
|||||||
"Congestion check is not possible"
|
"Congestion check is not possible"
|
||||||
"Congestion check is not possible"
|
"Congestion check is not possible"
|
||||||
"No more it does not send the facility"
|
"No more it does not send the facility"
|
||||||
"SA / PA could not be found"
|
"SA/PA could not be found"
|
||||||
"ETC is available"
|
"ETC is available"
|
||||||
"No more..."
|
"No more..."
|
||||||
"No more it does not send the facility"
|
"No more it does not send the facility"
|
||||||
"Congestion check is not possible"
|
"Congestion check is not possible"
|
||||||
"SA / PA could not be found"
|
"SA/PA could not be found"
|
||||||
"No more..."
|
"No more..."
|
||||||
"Congestion check is not possible"
|
"Congestion check is not possible"
|
||||||
"Congestion check is not possible"
|
"Congestion check is not possible"
|
||||||
@ -2714,7 +2714,7 @@ This phone does not support hands-free phone call"
|
|||||||
"FM volume of EXT1, EXT2"
|
"FM volume of EXT1, EXT2"
|
||||||
"FM iPod volume"
|
"FM iPod volume"
|
||||||
"FM volume of the VTR"
|
"FM volume of the VTR"
|
||||||
"Source DVD / CD / ROM / DivX
|
"Source DVD/CD/ROM/DivX
|
||||||
You can not set the time other than"
|
You can not set the time other than"
|
||||||
"CD and FM as a reference, ROM, you can adjust the volume of DivX"
|
"CD and FM as a reference, ROM, you can adjust the volume of DivX"
|
||||||
"Please enter a personal identification number"
|
"Please enter a personal identification number"
|
||||||
@ -3442,7 +3442,7 @@ Please wait a moment"
|
|||||||
"9600"
|
"9600"
|
||||||
"38400"
|
"38400"
|
||||||
"%s [%s]"
|
"%s [%s]"
|
||||||
"%d / 16"
|
"%d/16"
|
||||||
"ACC"
|
"ACC"
|
||||||
"PPCM"
|
"PPCM"
|
||||||
"SDDS"
|
"SDDS"
|
||||||
@ -3729,7 +3729,7 @@ Phone call from %s?"
|
|||||||
"Meal"
|
"Meal"
|
||||||
"welcome home"
|
"welcome home"
|
||||||
"Destination"
|
"Destination"
|
||||||
"info / Settings"
|
"info/Settings"
|
||||||
"communication"
|
"communication"
|
||||||
"Destination"
|
"Destination"
|
||||||
"Registered location"
|
"Registered location"
|
||||||
@ -3758,7 +3758,7 @@ Phone call from %s?"
|
|||||||
"An error has occurred on the server"
|
"An error has occurred on the server"
|
||||||
"Please register from WEB"
|
"Please register from WEB"
|
||||||
"Please register from WEB"
|
"Please register from WEB"
|
||||||
"SD / USB video output setting"
|
"SD/USB video output setting"
|
||||||
"full"
|
"full"
|
||||||
"Aspect ratio fixed"
|
"Aspect ratio fixed"
|
||||||
"all"
|
"all"
|
||||||
@ -3852,7 +3852,7 @@ Sorry"
|
|||||||
Do you want to register?"
|
Do you want to register?"
|
||||||
"Please select a point to overwrite"
|
"Please select a point to overwrite"
|
||||||
"Source DVD
|
"Source DVD
|
||||||
When a non-iPod video / VTR / AUX can not be set"
|
When a non-iPod video/VTR/AUX can not be set"
|
||||||
"New SD card inserted.
|
"New SD card inserted.
|
||||||
Add this SD card for PC link?"
|
Add this SD card for PC link?"
|
||||||
"Inserted SD card is not registered in the machine.
|
"Inserted SD card is not registered in the machine.
|
||||||
@ -3900,7 +3900,7 @@ Device Number:%s"
|
|||||||
Data will be reflected in the next startup"
|
Data will be reflected in the next startup"
|
||||||
"You start to read the registration site data"
|
"You start to read the registration site data"
|
||||||
"Start the update.
|
"Start the update.
|
||||||
SD / USB source is turned OFF"
|
SD/USB source is turned OFF"
|
||||||
"Failed to upgrade.
|
"Failed to upgrade.
|
||||||
Please download again the data"
|
Please download again the data"
|
||||||
"An error has aborted the update.
|
"An error has aborted the update.
|
||||||
@ -4276,7 +4276,7 @@ connection fees will occur.OK?"
|
|||||||
"Rear view camera"
|
"Rear view camera"
|
||||||
"Rear view camera image quality adjustment"
|
"Rear view camera image quality adjustment"
|
||||||
"Source DVD /
|
"Source DVD /
|
||||||
When a non-iPod video / AUX can not be set"
|
When a non-iPod video/AUX can not be set"
|
||||||
"Save Route To SDCard (ON)"
|
"Save Route To SDCard (ON)"
|
||||||
"Save Route To SDCard (OFF)"
|
"Save Route To SDCard (OFF)"
|
||||||
"Load Route From SDCard"
|
"Load Route From SDCard"
|
||||||
@ -4286,7 +4286,7 @@ When a non-iPod video / AUX can not be set"
|
|||||||
"Eco Score"
|
"Eco Score"
|
||||||
"Ekogeji"
|
"Ekogeji"
|
||||||
"Eco-prize"
|
"Eco-prize"
|
||||||
"Eco Display setting ON / OFF"
|
"Eco Display setting ON/OFF"
|
||||||
"Current"
|
"Current"
|
||||||
"The average Ekogeji history"
|
"The average Ekogeji history"
|
||||||
"Eco-score history"
|
"Eco-score history"
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 750 KiB After Width: | Height: | Size: 750 KiB |
BIN
updated/b223.bmp
BIN
updated/b223.bmp
Binary file not shown.
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 119 KiB |
BIN
updatemrz99.zip
BIN
updatemrz99.zip
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user