Fix translation issues and update location files
This commit is contained in:
		
							parent
							
								
									eb505c7d8a
								
							
						
					
					
						commit
						65bc740b88
					
				
					 27 changed files with 532 additions and 58 deletions
				
			
		|  | @ -3,7 +3,7 @@ | ||||||
| !define APP_NAME "gta5view" | !define APP_NAME "gta5view" | ||||||
| !define COMP_NAME "Syping" | !define COMP_NAME "Syping" | ||||||
| !define WEB_SITE "https://gta5view.syping.de/" | !define WEB_SITE "https://gta5view.syping.de/" | ||||||
| !define VERSION "1.5.3.0" | !define VERSION "1.5.4.0" | ||||||
| !define COPYRIGHT "Copyright © 2016-2018 Syping" | !define COPYRIGHT "Copyright © 2016-2018 Syping" | ||||||
| !define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor" | !define DESCRIPTION "Grand Theft Auto V Savegame and Snapmatic Viewer/Editor" | ||||||
| !define INSTALLER_NAME "gta5view_setup.exe" | !define INSTALLER_NAME "gta5view_setup.exe" | ||||||
|  |  | ||||||
|  | @ -16,7 +16,9 @@ | ||||||
| * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | ||||||
| *****************************************************************************/ | *****************************************************************************/ | ||||||
| 
 | 
 | ||||||
|  | #include <QDesktopServices> | ||||||
| #include <QStringBuilder> | #include <QStringBuilder> | ||||||
|  | #include <QMessageBox> | ||||||
| #include "AboutDialog.h" | #include "AboutDialog.h" | ||||||
| #include "ui_AboutDialog.h" | #include "ui_AboutDialog.h" | ||||||
| #include "AppEnv.h" | #include "AppEnv.h" | ||||||
|  | @ -117,3 +119,16 @@ AboutDialog::~AboutDialog() | ||||||
| { | { | ||||||
|     delete ui; |     delete ui; | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | void AboutDialog::on_labAbout_linkActivated(const QString &link) | ||||||
|  | { | ||||||
|  |     if (link.left(12) == "g5e://about?") | ||||||
|  |     { | ||||||
|  |         QStringList aboutStrList = QString(link).remove(0, 12).split(":"); | ||||||
|  |         QMessageBox::information(this, QString::fromUtf8(QByteArray::fromBase64(aboutStrList.at(0).toUtf8())), QString::fromUtf8(QByteArray::fromBase64(aboutStrList.at(1).toUtf8()))); | ||||||
|  |     } | ||||||
|  |     else | ||||||
|  |     { | ||||||
|  |         QDesktopServices::openUrl(QUrl(link)); | ||||||
|  |     } | ||||||
|  | } | ||||||
|  |  | ||||||
|  | @ -34,6 +34,7 @@ public: | ||||||
|     ~AboutDialog(); |     ~AboutDialog(); | ||||||
| 
 | 
 | ||||||
| private slots: | private slots: | ||||||
|  |     void on_labAbout_linkActivated(const QString &link); | ||||||
| 
 | 
 | ||||||
| private: | private: | ||||||
|     Ui::AboutDialog *ui; |     Ui::AboutDialog *ui; | ||||||
|  |  | ||||||
|  | @ -43,9 +43,6 @@ Running with Qt %6<br/> | ||||||
|      <property name="wordWrap"> |      <property name="wordWrap"> | ||||||
|       <bool>false</bool> |       <bool>false</bool> | ||||||
|      </property> |      </property> | ||||||
|      <property name="openExternalLinks"> |  | ||||||
|       <bool>true</bool> |  | ||||||
|      </property> |  | ||||||
|      <property name="textInteractionFlags"> |      <property name="textInteractionFlags"> | ||||||
|       <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> |       <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse</set> | ||||||
|      </property> |      </property> | ||||||
|  |  | ||||||
|  | @ -602,7 +602,7 @@ QString TranslationClass::getCountryCode(QLocale::Country country) | ||||||
|                                                       country); |                                                       country); | ||||||
|     if (locales.isEmpty()) return QString(); |     if (locales.isEmpty()) return QString(); | ||||||
|     QStringList localeStrList = locales.at(0).name().split("_"); |     QStringList localeStrList = locales.at(0).name().split("_"); | ||||||
|     if (localeStrList.length() <= 2) |     if (localeStrList.length() >= 2) | ||||||
|     { |     { | ||||||
|         return localeStrList.at(1).toLower(); |         return localeStrList.at(1).toLower(); | ||||||
|     } |     } | ||||||
|  | @ -615,8 +615,9 @@ QString TranslationClass::getCountryCode(QLocale::Country country) | ||||||
| QString TranslationClass::getCountryCode(QLocale locale) | QString TranslationClass::getCountryCode(QLocale locale) | ||||||
| { | { | ||||||
|     QStringList localeStrList = locale.name().split("_"); |     QStringList localeStrList = locale.name().split("_"); | ||||||
|     if (localeStrList.length() <= 2) |     if (localeStrList.length() >= 2) | ||||||
|     { |     { | ||||||
|  |         qDebug() << localeStrList; | ||||||
|         return localeStrList.at(1).toLower(); |         return localeStrList.at(1).toLower(); | ||||||
|     } |     } | ||||||
|     else |     else | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								config.h
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								config.h
									
										
									
									
									
								
							|  | @ -49,7 +49,7 @@ | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #ifndef GTA5SYNC_APPVER | #ifndef GTA5SYNC_APPVER | ||||||
| #define GTA5SYNC_APPVER "1.5.3" | #define GTA5SYNC_APPVER "1.5.4" | ||||||
| #endif | #endif | ||||||
| 
 | 
 | ||||||
| #ifdef GTA5SYNC_BUILDTYPE_REL | #ifdef GTA5SYNC_BUILDTYPE_REL | ||||||
|  |  | ||||||
|  | @ -26,8 +26,14 @@ | ||||||
|         <file>global.de.ini</file> |         <file>global.de.ini</file> | ||||||
|         <file>global.en.ini</file> |         <file>global.en.ini</file> | ||||||
|         <file>global.es.ini</file> |         <file>global.es.ini</file> | ||||||
|  |         <file>global.es_MX.ini</file> | ||||||
|         <file>global.fr.ini</file> |         <file>global.fr.ini</file> | ||||||
|  |         <file>global.it.ini</file> | ||||||
|         <file>global.ja.ini</file> |         <file>global.ja.ini</file> | ||||||
|  |         <file>global.ko.ini</file> | ||||||
|  |         <file>global.pl.ini</file> | ||||||
|  |         <file>global.pt.ini</file> | ||||||
|  |         <file>global.pt.loc</file> | ||||||
|         <file>global.ru.ini</file> |         <file>global.ru.ini</file> | ||||||
|         <file>global.zh.ini</file> |         <file>global.zh.ini</file> | ||||||
|         <file>global.zh.loc</file> |         <file>global.zh.loc</file> | ||||||
|  |  | ||||||
|  | @ -7,8 +7,8 @@ CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "gta5view.exe.manifest" | ||||||
| #include <windows.h> | #include <windows.h> | ||||||
| 
 | 
 | ||||||
| VS_VERSION_INFO     VERSIONINFO | VS_VERSION_INFO     VERSIONINFO | ||||||
| FILEVERSION         1, 5, 3, 0 | FILEVERSION         1, 5, 4, 0 | ||||||
| PRODUCTVERSION      1, 5, 3, 0 | PRODUCTVERSION      1, 5, 4, 0 | ||||||
| FILEFLAGSMASK       0x3fL | FILEFLAGSMASK       0x3fL | ||||||
| FILEFLAGS           0 | FILEFLAGS           0 | ||||||
| FILEOS              VOS_NT_WINDOWS32 | FILEOS              VOS_NT_WINDOWS32 | ||||||
|  | @ -25,12 +25,12 @@ BEGIN | ||||||
|         BEGIN |         BEGIN | ||||||
|             VALUE   "CompanyName",      "Syping" |             VALUE   "CompanyName",      "Syping" | ||||||
|             VALUE   "FileDescription",  "gta5view" |             VALUE   "FileDescription",  "gta5view" | ||||||
|             VALUE   "FileVersion",      "1.5.3" |             VALUE   "FileVersion",      "1.5.4" | ||||||
|             VALUE   "InternalName",     "gta5view" |             VALUE   "InternalName",     "gta5view" | ||||||
|             VALUE   "LegalCopyright",   "Copyright © 2016-2018 Syping" |             VALUE   "LegalCopyright",   "Copyright © 2016-2018 Syping" | ||||||
|             VALUE   "OriginalFilename", "gta5view.exe" |             VALUE   "OriginalFilename", "gta5view.exe" | ||||||
|             VALUE   "ProductName",      "gta5view" |             VALUE   "ProductName",      "gta5view" | ||||||
|             VALUE   "ProductVersion",   "1.5.3" |             VALUE   "ProductVersion",   "1.5.4" | ||||||
|         END |         END | ||||||
|     END |     END | ||||||
| END | END | ||||||
|  |  | ||||||
|  | @ -41,8 +41,6 @@ HARMO="Harmony" | ||||||
| HAWICK="Hawick" | HAWICK="Hawick" | ||||||
| HEART="Heart Attacks Beach" | HEART="Heart Attacks Beach" | ||||||
| HORS="Vinewood-Rennbahn" | HORS="Vinewood-Rennbahn" | ||||||
| HUD_MG_TRI_ALA="Alamosee" |  | ||||||
| HUD_MG_TRI_VES="Vespucci" |  | ||||||
| HUMLAB="Humane Labs and Research" | HUMLAB="Humane Labs and Research" | ||||||
| JAIL="Bolingbroke-Strafanstalt" | JAIL="Bolingbroke-Strafanstalt" | ||||||
| KOREAT="Little Seoul" | KOREAT="Little Seoul" | ||||||
|  | @ -52,8 +50,6 @@ LDAM="Land-Act-Staudamm" | ||||||
| LMESA="La Mesa" | LMESA="La Mesa" | ||||||
| LOSPUER="La Puerta" | LOSPUER="La Puerta" | ||||||
| LOSSF="Los Santos Freeway" | LOSSF="Los Santos Freeway" | ||||||
| MGCR_1="South Los Santos" |  | ||||||
| MGSR_3="Raton Canyon" |  | ||||||
| MIRR="Mirror Park" | MIRR="Mirror Park" | ||||||
| MORN="Morningwood" | MORN="Morningwood" | ||||||
| MOVIE="Richards Majestic" | MOVIE="Richards Majestic" | ||||||
|  |  | ||||||
|  | @ -41,8 +41,6 @@ HARMO="Harmony" | ||||||
| HAWICK="Hawick" | HAWICK="Hawick" | ||||||
| HEART="Heart Attacks Beach" | HEART="Heart Attacks Beach" | ||||||
| HORS="Vinewood Racetrack" | HORS="Vinewood Racetrack" | ||||||
| HUD_MG_TRI_ALA="Alamo Sea" |  | ||||||
| HUD_MG_TRI_VES="Vespucci" |  | ||||||
| HUMLAB="Humane Labs and Research" | HUMLAB="Humane Labs and Research" | ||||||
| JAIL="Bolingbroke Penitentiary" | JAIL="Bolingbroke Penitentiary" | ||||||
| KOREAT="Little Seoul" | KOREAT="Little Seoul" | ||||||
|  | @ -52,9 +50,6 @@ LDAM="Land Act Dam" | ||||||
| LMESA="La Mesa" | LMESA="La Mesa" | ||||||
| LOSPUER="La Puerta" | LOSPUER="La Puerta" | ||||||
| LOSSF="Los Santos Freeway" | LOSSF="Los Santos Freeway" | ||||||
| MGCR_1="South Los Santos" |  | ||||||
| MGCR_6="Vespucci Canals" |  | ||||||
| MGSR_3="Raton Canyon" |  | ||||||
| MIRR="Mirror Park" | MIRR="Mirror Park" | ||||||
| MORN="Morningwood" | MORN="Morningwood" | ||||||
| MOVIE="Richards Majestic" | MOVIE="Richards Majestic" | ||||||
|  |  | ||||||
|  | @ -41,8 +41,6 @@ HARMO="Harmony" | ||||||
| HAWICK="Hawick" | HAWICK="Hawick" | ||||||
| HEART="Heart Attacks Beach" | HEART="Heart Attacks Beach" | ||||||
| HORS="Circuito de Vinewood" | HORS="Circuito de Vinewood" | ||||||
| HUD_MG_TRI_ALA="Alamo Sea" |  | ||||||
| HUD_MG_TRI_VES="Vespucci" |  | ||||||
| HUMLAB="Laboratorios Humane" | HUMLAB="Laboratorios Humane" | ||||||
| JAIL="Penitenciaría de Bolingbroke" | JAIL="Penitenciaría de Bolingbroke" | ||||||
| KOREAT="Little Seoul" | KOREAT="Little Seoul" | ||||||
|  | @ -53,14 +51,9 @@ LMESA="La Mesa" | ||||||
| LOSPFY="Autopista de La Puerta" | LOSPFY="Autopista de La Puerta" | ||||||
| LOSPUER="La Puerta" | LOSPUER="La Puerta" | ||||||
| LOSSF="Autopista de Los Santos" | LOSSF="Autopista de Los Santos" | ||||||
| MGCR_1="Los Santos Sur" |  | ||||||
| MGCR_6="Canales de Vespucci" |  | ||||||
| MGSR_3="Raton Canyon" |  | ||||||
| MIRR="Mirror Park" | MIRR="Mirror Park" | ||||||
| MORN="Morningwood" | MORN="Morningwood" | ||||||
| MOVIE="Richards Majestic" | MOVIE="Richards Majestic" | ||||||
| MO_CS_HIGH="Alta" |  | ||||||
| MO_HIGH="Alta" |  | ||||||
| MTCHIL="Monte Chiliad" | MTCHIL="Monte Chiliad" | ||||||
| MTGORDO="Monte Gordo" | MTGORDO="Monte Gordo" | ||||||
| MTJOSE="Monte Josiah" | MTJOSE="Monte Josiah" | ||||||
|  |  | ||||||
							
								
								
									
										100
									
								
								res/global.es_MX.ini
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										100
									
								
								res/global.es_MX.ini
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,100 @@ | ||||||
|  | [Global] | ||||||
|  | AIRP="Aeropuerto Internacional de Los Santos" | ||||||
|  | ALAMO="Alamo Sea" | ||||||
|  | ALTA="Alta" | ||||||
|  | ARMYB="Fort Zancudo" | ||||||
|  | BANNING="Banning" | ||||||
|  | BAYTRE="Baytree Canyon" | ||||||
|  | BEACH="Vespucci Beach" | ||||||
|  | BHAMCA="Banham Canyon" | ||||||
|  | BRADP="Braddock Pass" | ||||||
|  | BRADT="Braddock Tunnel" | ||||||
|  | BURTON="Burton" | ||||||
|  | CALAFB="Calafia Bridge" | ||||||
|  | CANNY="Raton Canyon" | ||||||
|  | CCREAK="Cassidy Creek" | ||||||
|  | CHAMH="Chamberlain Hills" | ||||||
|  | CHIL="Vinewood Hills" | ||||||
|  | CHU="Chumash" | ||||||
|  | CMSW="Reserva Natural Mount Chiliad" | ||||||
|  | COSI="Zona Rural" | ||||||
|  | CYPRE="Cypress Flats" | ||||||
|  | DAVIS="Davis" | ||||||
|  | DELBE="Del Perro Beach" | ||||||
|  | DELPE="Del Perro" | ||||||
|  | DELSOL="La Puerta" | ||||||
|  | DESRT="Grand Senora Desert" | ||||||
|  | DOWNT="Centro" | ||||||
|  | DTVINE="Centro de Vinewood" | ||||||
|  | EAST_V="Vinewood Este" | ||||||
|  | EBURO="El Burro Heights" | ||||||
|  | ECLIPS="Eclipse" | ||||||
|  | ELGORL="Faro de El Gordo" | ||||||
|  | ELSANT="Los Santos Este" | ||||||
|  | ELYSIAN="Elysian Island" | ||||||
|  | GALFISH="Galilee" | ||||||
|  | GALLI="Galileo Park" | ||||||
|  | GOLF="Club de golf GW" | ||||||
|  | GRAPES="Grapeseed" | ||||||
|  | GREATC="Great Chaparral" | ||||||
|  | HARMO="Harmony" | ||||||
|  | HAWICK="Hawick" | ||||||
|  | HEART="Heart Attacks Beach" | ||||||
|  | HORS="Circuito de Vinewood" | ||||||
|  | HUMLAB="Humane Labs and Research" | ||||||
|  | JAIL="Penitenciaría de Bolingbroke" | ||||||
|  | KOREAT="Little Seoul" | ||||||
|  | LACT="Presa de Land Act" | ||||||
|  | LAGO="Lago Zancudo" | ||||||
|  | LDAM="Presa de Land Act" | ||||||
|  | LMESA="La Mesa" | ||||||
|  | LOSPFY="La Puerta Freeway" | ||||||
|  | LOSPUER="La Puerta" | ||||||
|  | LOSSF="Los Santos Freeway" | ||||||
|  | MIRR="Mirror Park" | ||||||
|  | MORN="Morningwood" | ||||||
|  | MOVIE="Richards Majestic" | ||||||
|  | MTCHIL="Mount Chiliad" | ||||||
|  | MTGORDO="Mount Gordo" | ||||||
|  | MTJOSE="Mount Josiah" | ||||||
|  | MURRI="Murrieta Heights" | ||||||
|  | NCHU="Chumash Norte" | ||||||
|  | OBSERV="Observatorio Galileo" | ||||||
|  | OCEANA="Océano Pacífico" | ||||||
|  | PALCOV="Paleto Cove" | ||||||
|  | PALETO="Paleto Bay" | ||||||
|  | PALFOR="Paleto Forest" | ||||||
|  | PALHIGH="Palomino Highlands" | ||||||
|  | PALMPOW="Central Palmer-Taylor" | ||||||
|  | PBLUFF="Pacific Bluffs" | ||||||
|  | PBOX="Pillbox Hill" | ||||||
|  | PROCOB="Procopio Beach" | ||||||
|  | PROL="North Yankton" | ||||||
|  | RANCHO="Rancho" | ||||||
|  | RGLEN="Richman Glen" | ||||||
|  | RICHM="Richman" | ||||||
|  | ROCKF="Rockford Hills" | ||||||
|  | RTRAK="Circuito Redwood Lights" | ||||||
|  | SANAND="San Andreas" | ||||||
|  | SANCHIA="San Chianski Mountain Range" | ||||||
|  | SANDY="Sandy Shores" | ||||||
|  | SENORA="Senora Freeway" | ||||||
|  | SKID="Mission Row" | ||||||
|  | SLAB="Stab City" | ||||||
|  | SLSANT="Los Santos Sur" | ||||||
|  | STAD="Maze Bank Arena" | ||||||
|  | STRAW="Strawberry" | ||||||
|  | TATAMO="Tataviam Mountains" | ||||||
|  | TERMINA="Terminal" | ||||||
|  | TEXTI="Textile City" | ||||||
|  | TONGVAH="Tongva Hills" | ||||||
|  | TONGVAV="Tongva Valley" | ||||||
|  | UTOPIAG="Utopia Gardens" | ||||||
|  | VCANA="Vespucci Canals" | ||||||
|  | VESP="Vespucci" | ||||||
|  | VINE="Vinewood" | ||||||
|  | WINDF="Granja eólica Ron Alternates" | ||||||
|  | WMIRROR="West Mirror Drive" | ||||||
|  | WVINE="Vinewood Oeste" | ||||||
|  | ZANCUDO="Río Zancudo" | ||||||
|  | ZENORA="Senora Freeway" | ||||||
|  | @ -40,8 +40,6 @@ HARMO="Harmony" | ||||||
| HAWICK="Hawick" | HAWICK="Hawick" | ||||||
| HEART="Heart Attacks Beach" | HEART="Heart Attacks Beach" | ||||||
| HORS="Hippodrome de Vinewood" | HORS="Hippodrome de Vinewood" | ||||||
| HUD_MG_TRI_ALA="Alamo Sea" |  | ||||||
| HUD_MG_TRI_VES="Vespucci" |  | ||||||
| HUMLAB="Laboratoires Humane" | HUMLAB="Laboratoires Humane" | ||||||
| JAIL="Pénitencier de Bolingbroke" | JAIL="Pénitencier de Bolingbroke" | ||||||
| KOREAT="Little Seoul" | KOREAT="Little Seoul" | ||||||
|  | @ -52,9 +50,6 @@ LMESA="La Mesa" | ||||||
| LOSPFY="La Puerta Freeway" | LOSPFY="La Puerta Freeway" | ||||||
| LOSPUER="La Puerta" | LOSPUER="La Puerta" | ||||||
| LOSSF="Los Santos Freeway" | LOSSF="Los Santos Freeway" | ||||||
| MGCR_1="South Los Santos" |  | ||||||
| MGCR_6="Canaux de Vespucci" |  | ||||||
| MGSR_3="Raton Canyon" |  | ||||||
| MIRR="Mirror Park" | MIRR="Mirror Park" | ||||||
| MORN="Morningwood" | MORN="Morningwood" | ||||||
| MOVIE="Richards Majestic" | MOVIE="Richards Majestic" | ||||||
|  |  | ||||||
							
								
								
									
										99
									
								
								res/global.it.ini
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								res/global.it.ini
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,99 @@ | ||||||
|  | [Global] | ||||||
|  | AIRP="Los Santos International Airport" | ||||||
|  | ALAMO="Alamo Sea" | ||||||
|  | ALTA="Alta" | ||||||
|  | ARMYB="Fort Zancudo" | ||||||
|  | BANNING="Banning" | ||||||
|  | BAYTRE="Baytree Canyon" | ||||||
|  | BEACH="Vespucci Beach" | ||||||
|  | BHAMCA="Banham Canyon" | ||||||
|  | BRADP="Braddock Pass" | ||||||
|  | BRADT="Braddock Tunnel" | ||||||
|  | BURTON="Burton" | ||||||
|  | CALAFB="Calafia Bridge" | ||||||
|  | CANNY="Raton Canyon" | ||||||
|  | CCREAK="Cassidy Creek" | ||||||
|  | CHAMH="Chamberlain Hills" | ||||||
|  | CHIL="Vinewood Hills" | ||||||
|  | CHU="Chumash" | ||||||
|  | CMSW="Chiliad Mountain State Wilderness" | ||||||
|  | COSI="Campagna" | ||||||
|  | CYPRE="Cypress Flats" | ||||||
|  | DAVIS="Davis" | ||||||
|  | DELBE="Del Perro Beach" | ||||||
|  | DELPE="Del Perro" | ||||||
|  | DELSOL="La Puerta" | ||||||
|  | DESRT="Grand Senora Desert" | ||||||
|  | DOWNT="Centro" | ||||||
|  | DTVINE="Downtown Vinewood" | ||||||
|  | EAST_V="East Vinewood" | ||||||
|  | EBURO="El Burro Heights" | ||||||
|  | ECLIPS="Eclipse" | ||||||
|  | ELGORL="Faro di El Gordo" | ||||||
|  | ELSANT="East Los Santos" | ||||||
|  | ELYSIAN="Elysian Island" | ||||||
|  | GALFISH="Galilee" | ||||||
|  | GALLI="Galileo Park" | ||||||
|  | GOLF="GWC and Golfing Society" | ||||||
|  | GRAPES="Grapeseed" | ||||||
|  | GREATC="Grande boscaglia" | ||||||
|  | HARMO="Harmony" | ||||||
|  | HAWICK="Hawick" | ||||||
|  | HEART="Heart Attacks Beach" | ||||||
|  | HORS="Vinewood Racetrack" | ||||||
|  | HUMLAB="Laboratori di ricerca Humane" | ||||||
|  | JAIL="Bolingbroke Penitentiary" | ||||||
|  | KOREAT="Little Seoul" | ||||||
|  | LACT="Land Act Reservoir" | ||||||
|  | LAGO="Lago Zancudo" | ||||||
|  | LDAM="Land Act Dam" | ||||||
|  | LMESA="La Mesa" | ||||||
|  | LOSPFY="La Puerta Freeway" | ||||||
|  | LOSPUER="La Puerta" | ||||||
|  | LOSSF="Los Santos Freeway" | ||||||
|  | MIRR="Mirror Park" | ||||||
|  | MORN="Morningwood" | ||||||
|  | MOVIE="Richards Majestic" | ||||||
|  | MTCHIL="Mount Chiliad" | ||||||
|  | MTGORDO="Mount Gordo" | ||||||
|  | MTJOSE="Mount Josiah" | ||||||
|  | NCHU="North Chumash" | ||||||
|  | OBSERV="Galileo Observatory" | ||||||
|  | OCEANA="Oceano Pacifico" | ||||||
|  | PALCOV="Paleto Cove" | ||||||
|  | PALETO="Paleto Bay" | ||||||
|  | PALFOR="Paleto Forest" | ||||||
|  | PALHIGH="Palomino Highlands" | ||||||
|  | PALMPOW="Centrale elettrica Palmer-Taylor" | ||||||
|  | PBLUFF="Pacific Bluffs" | ||||||
|  | PBOX="Pillbox Hill" | ||||||
|  | PROCOB="Procopio Beach" | ||||||
|  | PROL="North Yankton" | ||||||
|  | RANCHO="Rancho" | ||||||
|  | RGLEN="Richman Glen" | ||||||
|  | RICHM="Richman" | ||||||
|  | ROCKF="Rockford Hills" | ||||||
|  | RTRAK="Redwood Lights Track" | ||||||
|  | SANAND="San Andreas" | ||||||
|  | SANCHIA="San Chianski Mountain Range" | ||||||
|  | SANDY="Sandy Shores" | ||||||
|  | SENORA="Senora Freeway" | ||||||
|  | SKID="Mission Row" | ||||||
|  | SLAB="Stab City" | ||||||
|  | SLSANT="South Los Santos" | ||||||
|  | STAD="Maze Bank Arena" | ||||||
|  | STRAW="Strawberry" | ||||||
|  | TATAMO="Tataviam Mountains" | ||||||
|  | TERMINA="Terminal" | ||||||
|  | TEXTI="Textile City" | ||||||
|  | TONGVAH="Tongva Hills" | ||||||
|  | TONGVAV="Tongva Valley" | ||||||
|  | UTOPIAG="Utopia Gardens" | ||||||
|  | VCANA="Vespucci Canals" | ||||||
|  | VESP="Vespucci" | ||||||
|  | VINE="Vinewood" | ||||||
|  | WINDF="Parco eolico Ron Alternates" | ||||||
|  | WMIRROR="West Mirror Drive" | ||||||
|  | WVINE="West Vinewood" | ||||||
|  | ZANCUDO="Zancudo River" | ||||||
|  | ZENORA="Senora Freeway" | ||||||
|  | @ -9,7 +9,6 @@ BEACH="ベスプッチ・ビーチ" | ||||||
| BHAMCA="バンナムキャニオン" | BHAMCA="バンナムキャニオン" | ||||||
| BRADP="ブラドック・パス" | BRADP="ブラドック・パス" | ||||||
| BRADT="ブラドック・トンネル" | BRADT="ブラドック・トンネル" | ||||||
| BSS_BSTR_131="リチャーズ・マジェスティック" |  | ||||||
| BURTON="バートン" | BURTON="バートン" | ||||||
| CALAFB="カラフィア橋" | CALAFB="カラフィア橋" | ||||||
| CANNY="ラトン・キャニオン" | CANNY="ラトン・キャニオン" | ||||||
|  | @ -42,8 +41,6 @@ HARMO="ハーモニー" | ||||||
| HAWICK="ハウィック" | HAWICK="ハウィック" | ||||||
| HEART="ハートアタック・ビーチ" | HEART="ハートアタック・ビーチ" | ||||||
| HORS="バインウッド・レーストラック" | HORS="バインウッド・レーストラック" | ||||||
| HUD_MG_TRI_ALA="アラモ海" |  | ||||||
| HUD_MG_TRI_VES="ベスプッチ" |  | ||||||
| HUMLAB="ヒューメイン研究所" | HUMLAB="ヒューメイン研究所" | ||||||
| JAIL="ボーリングブローク刑務所" | JAIL="ボーリングブローク刑務所" | ||||||
| KOREAT="リトル・ソウル" | KOREAT="リトル・ソウル" | ||||||
|  | @ -54,9 +51,6 @@ LMESA="ラ・メサ" | ||||||
| LOSPFY="ラ・プエルタ高速道路" | LOSPFY="ラ・プエルタ高速道路" | ||||||
| LOSPUER="ラ・プエルタ" | LOSPUER="ラ・プエルタ" | ||||||
| LOSSF="ロスサントス高速道路" | LOSSF="ロスサントス高速道路" | ||||||
| MGCR_1="サウス・ロスサントス" |  | ||||||
| MGCR_6="ベスプッチ運河" |  | ||||||
| MGSR_3="ラトン・キャニオン" |  | ||||||
| MIRR="ミラー・パーク" | MIRR="ミラー・パーク" | ||||||
| MORN="モーニングウッド" | MORN="モーニングウッド" | ||||||
| MOVIE="リチャーズ・マジェスティック" | MOVIE="リチャーズ・マジェスティック" | ||||||
|  |  | ||||||
							
								
								
									
										100
									
								
								res/global.ko.ini
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										100
									
								
								res/global.ko.ini
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,100 @@ | ||||||
|  | [Global] | ||||||
|  | AIRP="로스 산토스 국제공항" | ||||||
|  | ALAMO="알라모 해" | ||||||
|  | ALTA="알타" | ||||||
|  | ARMYB="포트 잔쿠도" | ||||||
|  | BANNING="배닝" | ||||||
|  | BAYTRE="베이트리 협곡" | ||||||
|  | BEACH="베스푸치 해변" | ||||||
|  | BHAMCA="밴험 협곡" | ||||||
|  | BRADP="브래독 패스" | ||||||
|  | BRADT="브래독 터널" | ||||||
|  | BURTON="버튼" | ||||||
|  | CALAFB="칼라피아 브릿지" | ||||||
|  | CANNY="레이튼 협곡" | ||||||
|  | CCREAK="캐시디 크리크" | ||||||
|  | CHAMH="쳄벌레인 힐즈" | ||||||
|  | CHIL="바인우드 힐즈" | ||||||
|  | CHU="추마쉬" | ||||||
|  | CMSW="칠리아드 마운틴 주 황무지" | ||||||
|  | COSI="시골 지역" | ||||||
|  | CYPRE="사이프레스 플랫" | ||||||
|  | DAVIS="데이비스" | ||||||
|  | DELBE="델 페로 해변" | ||||||
|  | DELPE="델 페로" | ||||||
|  | DELSOL="라 푸에르타" | ||||||
|  | DESRT="그랜드 세뇨라 사막" | ||||||
|  | DOWNT="다운타운" | ||||||
|  | DTVINE="다운타운 바인우드" | ||||||
|  | EAST_V="동부 바인우드" | ||||||
|  | EBURO="엘 부로 하이츠" | ||||||
|  | ECLIPS="이클립스" | ||||||
|  | ELGORL="엘 고르도 라이트하우스" | ||||||
|  | ELSANT="동부 로스 산토스" | ||||||
|  | ELYSIAN="엘리시안 섬" | ||||||
|  | GALFISH="갈릴리" | ||||||
|  | GALLI="갈릴레오 파크" | ||||||
|  | GOLF="GWC & 골프 클럽" | ||||||
|  | GRAPES="그레이프시드" | ||||||
|  | GREATC="그레이트 섀퍼럴" | ||||||
|  | HARMO="하모니" | ||||||
|  | HAWICK="호익" | ||||||
|  | HEART="하트 어택 해변" | ||||||
|  | HORS="바인우드 레이스트랙" | ||||||
|  | HUMLAB="휴메인 실험 연구소" | ||||||
|  | JAIL="볼링브로크 교도소" | ||||||
|  | KOREAT="리틀 서울" | ||||||
|  | LACT="랜드 액트 저수지" | ||||||
|  | LAGO="라고 잔쿠도" | ||||||
|  | LDAM="랜드 액트 댐" | ||||||
|  | LMESA="라 메사" | ||||||
|  | LOSPFY="라 푸에르타 고속도로" | ||||||
|  | LOSPUER="라 푸에르타" | ||||||
|  | LOSSF="로스 산토스 고속도로" | ||||||
|  | MIRR="미러 파크" | ||||||
|  | MORN="모닝우드" | ||||||
|  | MOVIE="리차드 마제스틱" | ||||||
|  | MTCHIL="마운트 칠리아드" | ||||||
|  | MTGORDO="고르도 산" | ||||||
|  | MTJOSE="마운트 조시아" | ||||||
|  | MURRI="무리에타 하이츠" | ||||||
|  | NCHU="북부 추마쉬" | ||||||
|  | OBSERV="갈릴레오 관측소" | ||||||
|  | OCEANA="퍼시픽 오션" | ||||||
|  | PALCOV="팔레토 코브" | ||||||
|  | PALETO="팔레토 항구" | ||||||
|  | PALFOR="팔레토 숲" | ||||||
|  | PALHIGH="팔로미노 고원" | ||||||
|  | PALMPOW="파머 테일러 발전소" | ||||||
|  | PBLUFF="퍼시픽 블러프" | ||||||
|  | PBOX="필박스 힐" | ||||||
|  | PROCOB="프로코피오 해변" | ||||||
|  | PROL="북부 양크턴" | ||||||
|  | RANCHO="란초" | ||||||
|  | RGLEN="리치맨 글렌" | ||||||
|  | RICHM="리치맨" | ||||||
|  | ROCKF="락포드 힐즈" | ||||||
|  | RTRAK="레드우드 라이트 트랙" | ||||||
|  | SANAND="산 안드레아스" | ||||||
|  | SANCHIA="샌 치안스키 산맥" | ||||||
|  | SANDY="샌디 해안" | ||||||
|  | SENORA="세뇨라 고속도로" | ||||||
|  | SKID="미션 로우" | ||||||
|  | SLAB="스탭 시티" | ||||||
|  | SLSANT="남부 로스 산토스" | ||||||
|  | STAD="메이즈 은행 경기장" | ||||||
|  | STRAW="스트로베리" | ||||||
|  | TATAMO="타타비암 산" | ||||||
|  | TERMINA="터미널" | ||||||
|  | TEXTI="텍스타일 시티" | ||||||
|  | TONGVAH="통바 힐즈" | ||||||
|  | TONGVAV="통바 계곡" | ||||||
|  | UTOPIAG="유토피아 가든" | ||||||
|  | VCANA="베스푸치 운하" | ||||||
|  | VESP="베스푸치" | ||||||
|  | VINE="바인우드" | ||||||
|  | WINDF="론 얼터네이트 윈드 팜" | ||||||
|  | WMIRROR="서 미러 드라이브" | ||||||
|  | WVINE="서부 바인우드" | ||||||
|  | ZANCUDO="잔쿠도 강" | ||||||
|  | ZENORA="세뇨라 고속도로" | ||||||
							
								
								
									
										95
									
								
								res/global.pl.ini
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										95
									
								
								res/global.pl.ini
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,95 @@ | ||||||
|  | [Global] | ||||||
|  | AIRP="Lotnisko międzynarodowe Los Santos" | ||||||
|  | ALAMO="Alamo Sea" | ||||||
|  | ALTA="Alta" | ||||||
|  | ARMYB="Fort Zancudo" | ||||||
|  | BANNING="Banning" | ||||||
|  | BAYTRE="Kanion Baytree" | ||||||
|  | BEACH="Vespucci Beach" | ||||||
|  | BHAMCA="Kanion Banham" | ||||||
|  | BRADP="Przełęcz Braddock" | ||||||
|  | BRADT="Tunel Braddock" | ||||||
|  | BURTON="Burton" | ||||||
|  | CALAFB="Most Calafia" | ||||||
|  | CANNY="Kanion Raton" | ||||||
|  | CCREAK="Cassidy Creek" | ||||||
|  | CHAMH="Chamberlain Hills" | ||||||
|  | CHIL="Vinewood Hills" | ||||||
|  | CHU="Chumash" | ||||||
|  | CMSW="Park krajobrazowy Góry Chiliad" | ||||||
|  | COSI="Tereny pozamiejskie" | ||||||
|  | CYPRE="Cypress Flats" | ||||||
|  | DAVIS="Davis" | ||||||
|  | DELBE="Plaża Del Perro" | ||||||
|  | DELPE="Del Perro" | ||||||
|  | DELSOL="La Puerta" | ||||||
|  | DESRT="Pustynia Grand Senora" | ||||||
|  | DOWNT="Centrum" | ||||||
|  | DTVINE="Centrum Vinewood" | ||||||
|  | EAST_V="Wschodnie Vinewood" | ||||||
|  | EBURO="El Burro Heights" | ||||||
|  | ECLIPS="Eclipse" | ||||||
|  | ELGORL="Latarnia El Gordo" | ||||||
|  | ELSANT="Wschodnie Los Santos" | ||||||
|  | ELYSIAN="Wyspa Elizejska" | ||||||
|  | GALFISH="Galilee" | ||||||
|  | GALLI="Park Galileusza" | ||||||
|  | GOLF="Stowarzyszenie GWC & Golfing" | ||||||
|  | GRAPES="Grapeseed" | ||||||
|  | GREATC="Great Chaparral" | ||||||
|  | HARMO="Harmony" | ||||||
|  | HAWICK="Hawick" | ||||||
|  | HEART="Plaża Zawałowców" | ||||||
|  | HORS="Tor wyścigowy Vinewood" | ||||||
|  | HUMLAB="Humane Labs and Research" | ||||||
|  | JAIL="Zakład karny Bolingbroke" | ||||||
|  | KOREAT="Mały Seul" | ||||||
|  | LACT="Jezioro zaporowe" | ||||||
|  | LAGO="Lago Zancudo" | ||||||
|  | LMESA="La Mesa" | ||||||
|  | LOSPFY="La Puerta Freeway" | ||||||
|  | LOSPUER="La Puerta" | ||||||
|  | LOSSF="Los Santos Freeway" | ||||||
|  | MIRR="Park Mirror" | ||||||
|  | MORN="Morningwood" | ||||||
|  | MOVIE="Richards Majestic" | ||||||
|  | MTCHIL="Góra Chiliad" | ||||||
|  | MTGORDO="Góra Gordo" | ||||||
|  | MURRI="Murrieta Heights" | ||||||
|  | NCHU="Północne Chumash" | ||||||
|  | OBSERV="Obserwatorium Galileusza" | ||||||
|  | PALCOV="Zatoka Paleto" | ||||||
|  | PALETO="Paleto Bay" | ||||||
|  | PALFOR="Las Paleto" | ||||||
|  | PALHIGH="Wyżyna Palomino" | ||||||
|  | PALMPOW="Elektrownia Palmer-Taylor" | ||||||
|  | PBLUFF="Pacific Bluffs" | ||||||
|  | PBOX="Pillbox Hill" | ||||||
|  | PROCOB="Plaża Procopio" | ||||||
|  | PROL="North Yankton" | ||||||
|  | RANCHO="Ranczo" | ||||||
|  | RGLEN="Richman Glen" | ||||||
|  | RICHM="Richman" | ||||||
|  | ROCKF="Rockford Hills" | ||||||
|  | RTRAK="Tor Redwood Lights" | ||||||
|  | SANAND="San Andreas" | ||||||
|  | SANCHIA="Masyw górski San Chianski" | ||||||
|  | SANDY="Sandy Shores" | ||||||
|  | SKID="Mission Row" | ||||||
|  | SLAB="Stab City" | ||||||
|  | SLSANT="Południowe Los Santos" | ||||||
|  | STAD="Stadion Maze Bank" | ||||||
|  | STRAW="Strawberry" | ||||||
|  | TATAMO="Góry Tataviam" | ||||||
|  | TERMINA="Terminal" | ||||||
|  | TEXTI="Textile City" | ||||||
|  | TONGVAH="Tongva Hills" | ||||||
|  | TONGVAV="Dolina Tongva" | ||||||
|  | UTOPIAG="Utopia Gardens" | ||||||
|  | VCANA="Vespucci Canals" | ||||||
|  | VESP="Vespucci" | ||||||
|  | VINE="Vinewood" | ||||||
|  | WINDF="Farma wiatrowa Ron Alternates" | ||||||
|  | WVINE="Zachodnie Vinewood" | ||||||
|  | ZANCUDO="Rzeka Zancudo" | ||||||
|  | ZENORA="Senora Freeway" | ||||||
							
								
								
									
										99
									
								
								res/global.pt.ini
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										99
									
								
								res/global.pt.ini
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,99 @@ | ||||||
|  | [Global] | ||||||
|  | AIRP="Aeroporto Internacional de Los Santos" | ||||||
|  | ALAMO="Mar Alamo" | ||||||
|  | ALTA="Alta" | ||||||
|  | ARMYB="Fort Zancudo" | ||||||
|  | BANNING="Banning" | ||||||
|  | BAYTRE="Baytree Canyon" | ||||||
|  | BEACH="Vespucci Beach" | ||||||
|  | BHAMCA="Banham Canyon" | ||||||
|  | BRADP="Braddock Pass" | ||||||
|  | BRADT="Braddock Tunnel" | ||||||
|  | BURTON="Burton" | ||||||
|  | CALAFB="Calafia Bridge" | ||||||
|  | CANNY="Raton Canyon" | ||||||
|  | CCREAK="Cassidy Creek" | ||||||
|  | CHAMH="Chamberlain Hills" | ||||||
|  | CHIL="Vinewood Hills" | ||||||
|  | CHU="Chumash" | ||||||
|  | CMSW="Reserva Natural Monte Chiliad" | ||||||
|  | COSI="Zona Rural" | ||||||
|  | CYPRE="Cypress Flats" | ||||||
|  | DAVIS="Davis" | ||||||
|  | DELBE="Del Perro Beach" | ||||||
|  | DELPE="Del Perro" | ||||||
|  | DELSOL="La Puerta" | ||||||
|  | DESRT="Deserto Grand Senora" | ||||||
|  | DOWNT="Centro" | ||||||
|  | EAST_V="East Vinewood" | ||||||
|  | EBURO="El Burro Heights" | ||||||
|  | ECLIPS="Eclipse" | ||||||
|  | ELGORL="Farol El Gordo" | ||||||
|  | ELSANT="East Los Santos" | ||||||
|  | ELYSIAN="Elysian Island" | ||||||
|  | GALFISH="Galilee" | ||||||
|  | GALLI="Galileo Park" | ||||||
|  | GOLF="Clube de campo e golfe GW" | ||||||
|  | GRAPES="Grapeseed" | ||||||
|  | GREATC="Great Chaparral" | ||||||
|  | HARMO="Harmony" | ||||||
|  | HAWICK="Hawick" | ||||||
|  | HEART="Heart Attacks Beach" | ||||||
|  | HORS="Hipódromo de Vinewood" | ||||||
|  | HUMLAB="Laboratórios e Pesquisas Humane" | ||||||
|  | JAIL="Penitenciária Bolingbroke" | ||||||
|  | KOREAT="Little Seoul" | ||||||
|  | LACT="Reservatório Land Act" | ||||||
|  | LAGO="Lago Zancudo" | ||||||
|  | LDAM="Represa Land Act" | ||||||
|  | LMESA="La Mesa" | ||||||
|  | LOSPFY="La Puerta Freeway" | ||||||
|  | LOSPUER="La Puerta" | ||||||
|  | LOSSF="Los Santos Freeway" | ||||||
|  | MIRR="Mirror Park" | ||||||
|  | MORN="Morningwood" | ||||||
|  | MOVIE="Richards Majestic" | ||||||
|  | MTCHIL="Monte Chiliad" | ||||||
|  | MTGORDO="Monte Gordo" | ||||||
|  | MTJOSE="Monte Josiah" | ||||||
|  | MURRI="Murrieta Heights" | ||||||
|  | NCHU="North Chumash" | ||||||
|  | OBSERV="Observatório Galileo" | ||||||
|  | OCEANA="Oceano Pacífico" | ||||||
|  | PALCOV="Paleto Cove" | ||||||
|  | PALETO="Paleto Bay" | ||||||
|  | PALFOR="Paleto Forest" | ||||||
|  | PALHIGH="Palomino Highlands" | ||||||
|  | PALMPOW="Usina Elétrica Palmer-Taylor" | ||||||
|  | PBLUFF="Pacific Bluffs" | ||||||
|  | PBOX="Pillbox Hill" | ||||||
|  | PROCOB="Procopio Beach" | ||||||
|  | PROL="North Yankton" | ||||||
|  | RANCHO="Rancho" | ||||||
|  | RGLEN="Richman Glen" | ||||||
|  | RICHM="Richman" | ||||||
|  | ROCKF="Rockford Hills" | ||||||
|  | RTRAK="Pista Redwood Lights" | ||||||
|  | SANAND="San Andreas" | ||||||
|  | SANCHIA="Cordilheira San Chianski" | ||||||
|  | SANDY="Sandy Shores" | ||||||
|  | SENORA="Senora Freeway" | ||||||
|  | SKID="Mission Row" | ||||||
|  | SLAB="Stab City" | ||||||
|  | SLSANT="South Los Santos" | ||||||
|  | STAD="Arena Maze Bank" | ||||||
|  | STRAW="Strawberry" | ||||||
|  | TATAMO="Montanhas Tataviam" | ||||||
|  | TERMINA="Terminal" | ||||||
|  | TEXTI="Textile City" | ||||||
|  | TONGVAH="Tongva Hills" | ||||||
|  | TONGVAV="Tongva Valley" | ||||||
|  | UTOPIAG="Utopia Gardens" | ||||||
|  | VCANA="Vespucci Canals" | ||||||
|  | VESP="Vespucci" | ||||||
|  | VINE="Vinewood" | ||||||
|  | WINDF="Parque Eólico Ron Alternates" | ||||||
|  | WMIRROR="West Mirror Drive" | ||||||
|  | WVINE="West Vinewood" | ||||||
|  | ZANCUDO="Rio Zancudo" | ||||||
|  | ZENORA="Senora Freeway" | ||||||
							
								
								
									
										1
									
								
								res/global.pt.loc
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								res/global.pt.loc
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1 @@ | ||||||
|  | pt_PT | ||||||
|  | @ -41,8 +41,6 @@ HARMO="Хармони" | ||||||
| HAWICK="Хавик" | HAWICK="Хавик" | ||||||
| HEART="Харт-Аттакс-Бич" | HEART="Харт-Аттакс-Бич" | ||||||
| HORS="Гоночная трасса Вайнвуда" | HORS="Гоночная трасса Вайнвуда" | ||||||
| HUD_MG_TRI_ALA="Аламо-Си" |  | ||||||
| HUD_MG_TRI_VES="Веспуччи" |  | ||||||
| HUMLAB="Лаборатория Humane Labs and Research" | HUMLAB="Лаборатория Humane Labs and Research" | ||||||
| JAIL="Тюрьма Болингброук" | JAIL="Тюрьма Болингброук" | ||||||
| KOREAT="Маленький Сеул" | KOREAT="Маленький Сеул" | ||||||
|  | @ -53,9 +51,6 @@ LMESA="Ла-Меса" | ||||||
| LOSPFY="Шоссе Ла-Пуэрта" | LOSPFY="Шоссе Ла-Пуэрта" | ||||||
| LOSPUER="Ла-Пуэрта" | LOSPUER="Ла-Пуэрта" | ||||||
| LOSSF="Шоссе Лос-Сантоса" | LOSSF="Шоссе Лос-Сантоса" | ||||||
| MGCR_1="Южный Лос-Сантос" |  | ||||||
| MGCR_6="Каналы Веспуччи" |  | ||||||
| MGSR_3="Каньон Ратон" |  | ||||||
| MIRR="Миррор-Парк" | MIRR="Миррор-Парк" | ||||||
| MORN="Морнингвуд" | MORN="Морнингвуд" | ||||||
| MOVIE="Richards Majestic" | MOVIE="Richards Majestic" | ||||||
|  | @ -103,4 +98,3 @@ WMIRROR="Вест-Миррор-драйв" | ||||||
| WVINE="Западный Вайнвуд" | WVINE="Западный Вайнвуд" | ||||||
| ZANCUDO="Река Занкудо" | ZANCUDO="Река Занкудо" | ||||||
| ZENORA="Шоссе Сенора" | ZENORA="Шоссе Сенора" | ||||||
| ZP_ORT="Порт Южного Лос-Сантоса" |  | ||||||
|  |  | ||||||
|  | @ -40,8 +40,6 @@ HARMO="和美尼" | ||||||
| HAWICK="霍伊克" | HAWICK="霍伊克" | ||||||
| HEART="驚心海灘" | HEART="驚心海灘" | ||||||
| HORS="好麥塢賽馬場" | HORS="好麥塢賽馬場" | ||||||
| HUD_MG_TRI_ALA="阿拉莫海" |  | ||||||
| HUD_MG_TRI_VES="威斯普奇" |  | ||||||
| HUMLAB="人道研究實驗室" | HUMLAB="人道研究實驗室" | ||||||
| JAIL="博林布魯克監獄" | JAIL="博林布魯克監獄" | ||||||
| KOREAT="小首爾" | KOREAT="小首爾" | ||||||
|  | @ -52,9 +50,6 @@ LMESA="梅薩" | ||||||
| LOSPFY="洛波塔高速公路" | LOSPFY="洛波塔高速公路" | ||||||
| LOSPUER="洛波塔" | LOSPUER="洛波塔" | ||||||
| LOSSF="洛聖都高速公路" | LOSSF="洛聖都高速公路" | ||||||
| MGCR_1="南洛聖都" |  | ||||||
| MGCR_6="威斯普奇運河" |  | ||||||
| MGSR_3="雷通峽谷" |  | ||||||
| MIRR="米羅公園" | MIRR="米羅公園" | ||||||
| MORN="摩寧塢" | MORN="摩寧塢" | ||||||
| MOVIE="李察尊爵" | MOVIE="李察尊爵" | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							|  | @ -324,14 +324,14 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> | ||||||
|         <location filename="../ProfileInterface.cpp" line="647"/> |         <location filename="../ProfileInterface.cpp" line="647"/> | ||||||
|         <source>Custom Avatar</source> |         <source>Custom Avatar</source> | ||||||
|         <comment>Custom Avatar Description in SC, don't use Special Character!</comment> |         <comment>Custom Avatar Description in SC, don't use Special Character!</comment> | ||||||
|         <translation>Custom Avatar</translation> |         <translation>Avatar personnalisé</translation> | ||||||
|     </message> |     </message> | ||||||
|     <message> |     <message> | ||||||
|         <location filename="../ImportDialog.cpp" line="197"/> |         <location filename="../ImportDialog.cpp" line="197"/> | ||||||
|         <location filename="../ProfileInterface.cpp" line="666"/> |         <location filename="../ProfileInterface.cpp" line="666"/> | ||||||
|         <source>Custom Picture</source> |         <source>Custom Picture</source> | ||||||
|         <comment>Custom Picture Description in SC, don't use Special Character!</comment> |         <comment>Custom Picture Description in SC, don't use Special Character!</comment> | ||||||
|         <translation>Custom Picture</translation> |         <translation>Image personnalisé</translation> | ||||||
|     </message> |     </message> | ||||||
|     <message> |     <message> | ||||||
|         <location filename="../ImportDialog.cpp" line="265"/> |         <location filename="../ImportDialog.cpp" line="265"/> | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							|  | @ -46,9 +46,7 @@ Running with Qt %6<br/> | ||||||
|         <location filename="../AboutDialog.cpp" line="43"/> |         <location filename="../AboutDialog.cpp" line="43"/> | ||||||
|         <source>TRANSLATOR</source> |         <source>TRANSLATOR</source> | ||||||
|         <extracomment>Insert your name here and profile here in following scheme, First Translator,First Profile\nSecond Translator\nThird Translator,Second Profile</extracomment> |         <extracomment>Insert your name here and profile here in following scheme, First Translator,First Profile\nSecond Translator\nThird Translator,Second Profile</extracomment> | ||||||
|         <translation>PROFessoR 'AppleSOft',https://steamcommunity.com/id/AppleSOft
 |         <translation>VenJam1n,g5e://about?VmVuSmFtMW4=:U3RlYW06IDxhIGhyZWY9Imh0dHBzOi8vc3RlYW1jb21tdW5pdHkuY29tL3Byb2ZpbGVzLzc2NTYxMTk3OTg0NjM1ODE2LyI+UFJPRmVzc29SICdBcHBsZVNPZnQnPC9hPjxici8+U29jaWFsIENsdWI6IDxhIGhyZWY9Imh0dHBzOi8vc29jaWFsY2x1Yi5yb2Nrc3RhcmdhbWVzLmNvbS9tZW1iZXIvLS1WZW5KYW0xbi0tLzU2Mzc1NjkiPlZlbkphbTFuPC9hPjxici8+VHdpdHRlcjogPGEgaHJlZj0iaHR0cHM6Ly90d2l0dGVyLmNvbS9fVmVuSmFtMW4iPlZlbkphbTFuPC9hPg==</translation>
 | ||||||
| VenJam1n,https://socialclub.rockstargames.com/member/--VenJam1n--
 |  | ||||||
| Twitter,https://twitter.com/_VenJam1n</translation>
 |  | ||||||
|     </message> |     </message> | ||||||
|     <message> |     <message> | ||||||
|         <location filename="../AboutDialog.cpp" line="67"/> |         <location filename="../AboutDialog.cpp" line="67"/> | ||||||
|  | @ -1805,7 +1803,7 @@ Press 1 for Default View</source> | ||||||
|         <location filename="../SnapmaticEditor.cpp" line="263"/> |         <location filename="../SnapmaticEditor.cpp" line="263"/> | ||||||
|         <location filename="../SnapmaticEditor.cpp" line="267"/> |         <location filename="../SnapmaticEditor.cpp" line="267"/> | ||||||
|         <source>Appropriate: %1</source> |         <source>Appropriate: %1</source> | ||||||
|         <translation>Підходить:%1</translation> |         <translation>Підходить: %1</translation> | ||||||
|     </message> |     </message> | ||||||
|     <message> |     <message> | ||||||
|         <location filename="../SnapmaticEditor.cpp" line="263"/> |         <location filename="../SnapmaticEditor.cpp" line="263"/> | ||||||
|  | @ -2114,7 +2112,7 @@ Press 1 for Default View</source> | ||||||
|         <location filename="../UserInterface.cpp" line="59"/> |         <location filename="../UserInterface.cpp" line="59"/> | ||||||
|         <location filename="../UserInterface.cpp" line="635"/> |         <location filename="../UserInterface.cpp" line="635"/> | ||||||
|         <source>&About %1</source> |         <source>&About %1</source> | ||||||
|         <translation>&Справка %1</translation> |         <translation>&Про %1</translation> | ||||||
|     </message> |     </message> | ||||||
|     <message> |     <message> | ||||||
|         <location filename="../UserInterface.ui" line="244"/> |         <location filename="../UserInterface.ui" line="244"/> | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							|  | @ -189,7 +189,7 @@ Pictures and Savegames</source> | ||||||
|         <location filename="../ImageEditorDialog.ui" line="59"/> |         <location filename="../ImageEditorDialog.ui" line="59"/> | ||||||
|         <location filename="../ImageEditorDialog.cpp" line="74"/> |         <location filename="../ImageEditorDialog.cpp" line="74"/> | ||||||
|         <source>Capacity: %1</source> |         <source>Capacity: %1</source> | ||||||
|         <translation>大小:%1</translation> |         <translation>大小: %1</translation> | ||||||
|     </message> |     </message> | ||||||
|     <message> |     <message> | ||||||
|         <location filename="../ImageEditorDialog.ui" line="66"/> |         <location filename="../ImageEditorDialog.ui" line="66"/> | ||||||
|  | @ -848,7 +848,7 @@ Y: %2</translation> | ||||||
| Key 2 - Toggle Overlay | Key 2 - Toggle Overlay | ||||||
| Arrow Keys - Navigate</source> | Arrow Keys - Navigate</source> | ||||||
|         <translation>數字鍵 1 - 大頭接預覽模式 |         <translation>數字鍵 1 - 大頭接預覽模式 | ||||||
| 數字鍵 2 -開關重疊層 | 數字鍵 2 - 開關重疊層 | ||||||
| 方向鍵 - 導覽</translation> | 方向鍵 - 導覽</translation> | ||||||
|     </message> |     </message> | ||||||
|     <message> |     <message> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue