Qt6: Fix QVariant::Type deprecated warning
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		
							parent
							
								
									25ec67ec8b
								
							
						
					
					
						commit
						070b82d530
					
				
					 10 changed files with 539 additions and 524 deletions
				
			
		|  | @ -176,7 +176,7 @@ else() | |||
|         res/gta5sync_ru.qm | ||||
|         res/gta5sync_uk.qm | ||||
|         res/gta5sync_zh_TW.qm | ||||
|         res/qt5/qtbase_en_GB.qm | ||||
|         res/qt${QT_VERSION_MAJOR}/qtbase_en_GB.qm | ||||
|     ) | ||||
| endif() | ||||
| 
 | ||||
|  |  | |||
|  | @ -332,7 +332,12 @@ void ImportDialog::processSettings(QString settingsProfile, bool setDefault) | |||
|         ui->cbUnlimited->setChecked(settings.value("UnlimitedBuffer", false).toBool()); | ||||
|         ui->cbImportAsIs->setChecked(settings.value("ImportAsIs", false).toBool()); | ||||
|         const QVariant data = settings.value("Resolution", SnapmaticPicture::getSnapmaticResolution()); | ||||
|         if (data.type() == QVariant::Size) { | ||||
| #if QT_VERSION >= 0x060000 | ||||
|         if (data.typeId() == QMetaType::QSize) | ||||
| #else | ||||
|         if (data.type() == QVariant::Size) | ||||
| #endif | ||||
|         { | ||||
|             int index = ui->cbResolution->findData(data); | ||||
|             if (index != -1) { | ||||
|                 ui->cbResolution->setCurrentIndex(index); | ||||
|  | @ -376,7 +381,12 @@ void ImportDialog::saveSettings(QString settingsProfile) | |||
| #else | ||||
|     const QVariant data = ui->cbResolution->itemData(ui->cbResolution->currentIndex()); | ||||
| #endif | ||||
|     if (data.type() == QVariant::Size) { | ||||
| #if QT_VERSION >= 0x060000 | ||||
|     if (data.typeId() == QMetaType::QSize) | ||||
| #else | ||||
|     if (data.type() == QVariant::Size) | ||||
| #endif | ||||
|     { | ||||
|         settings.setValue("Resolution", data); | ||||
|     } | ||||
|     else { | ||||
|  | @ -905,7 +915,12 @@ void ImportDialog::on_cbResolution_currentIndexChanged(int index) | |||
| #else | ||||
|     const QVariant data = ui->cbResolution->itemData(ui->cbResolution->currentIndex()); | ||||
| #endif | ||||
|     if (data.type() == QVariant::Size) { | ||||
| #if QT_VERSION >= 0x060000 | ||||
|     if (data.typeId() == QMetaType::QSize) | ||||
| #else | ||||
|     if (data.type() == QVariant::Size) | ||||
| #endif | ||||
|     { | ||||
|         const QSize dataSize = data.toSize(); | ||||
|         if (dataSize == SnapmaticPicture::getSnapmaticResolution()) { | ||||
|             ui->cbAvatar->setEnabled(true); | ||||
|  |  | |||
							
								
								
									
										130
									
								
								res/gta5sync.ts
									
										
									
									
									
								
							
							
						
						
									
										130
									
								
								res/gta5sync.ts
									
										
									
									
									
								
							|  | @ -166,27 +166,27 @@ Pictures and Savegames</source> | |||
| <context> | ||||
|     <name>ImageEditorDialog</name> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -247,8 +247,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -266,8 +266,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -391,108 +391,108 @@ Pictures and Savegames</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|  | @ -1314,8 +1314,8 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1337,40 +1337,40 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|  |  | |||
|  | @ -184,27 +184,27 @@ Snapmatic Bilder und Spielständen</translation> | |||
|         <translation>Snapmatic Bild Editor</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Bild überschreiben...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Änderungen übernehmen</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Überschreiben</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Änderungen verwerfen</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation>S&chließen</translation> | ||||
|     </message> | ||||
|  | @ -257,8 +257,8 @@ Snapmatic Bilder und Spielständen</translation> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Hintergrundfarbe: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -289,8 +289,8 @@ Snapmatic Bilder und Spielständen</translation> | |||
|         <translation>Importiere das Bild ohne Veränderungen, Snapmatic wird garantiert beschädigt wenn du nicht weißt was du tust</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Hintergrundbild: %1</translation> | ||||
|     </message> | ||||
|  | @ -367,8 +367,8 @@ Snapmatic Bilder und Spielständen</translation> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Hintergrundbild:</translation> | ||||
|     </message> | ||||
|  | @ -407,103 +407,103 @@ Snapmatic Bilder und Spielständen</translation> | |||
|         <translation>Eigenes Bild</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Speicher</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Bild zuschneiden...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>Zu&schneiden</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Bild zuschneiden</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Bitte importiere ein neues Bild zuerst</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>Standard</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Profil %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Einstellungen laden...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Bitte wähle dein Einstellungsprofil aus</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Einstellungen speichern...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation>Bist du sicher ein Quadrat Bild außerhalb der Avatar Zone zu verwenden? | ||||
| Wenn du es als Avatar verwenden möchtest wird es abgetrennt!</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Snapmatic Avatar Zone</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Farbe auswählen...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Datei</translation> | ||||
|  | @ -1345,8 +1345,8 @@ Drücke 1 für Standardmodus</translation> | |||
|         <translation><h4>Folgende Snapmatic Bilder wurden repariert</h4>%1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1368,12 +1368,12 @@ Drücke 1 für Standardmodus</translation> | |||
|         <translation>Importieren...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Importieren</translation> | ||||
|     </message> | ||||
|  | @ -1395,15 +1395,15 @@ Drücke 1 für Standardmodus</translation> | |||
|         <translation>Importfähige Dateien (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>Alle Bilddateien (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1437,15 +1437,15 @@ Drücke 1 für Standardmodus</translation> | |||
|         <translation>Fehler beim Lesen von Spielstanddatei</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation>Kann %1 nicht importieren weil die Datei nicht geöffnet werden kann</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation>Kann %1 nicht importieren weil die Datei nicht richtig gelesen werden kann</translation> | ||||
|  |  | |||
|  | @ -174,27 +174,27 @@ Pictures and Savegames</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -221,8 +221,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Background Color: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -264,8 +264,8 @@ Pictures and Savegames</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -357,8 +357,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -397,102 +397,102 @@ Pictures and Savegames</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Select Color...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|  | @ -1334,8 +1334,8 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1357,12 +1357,12 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -1390,15 +1390,15 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1437,15 +1437,15 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|  |  | |||
|  | @ -184,27 +184,27 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> | |||
|         <translation>Éditeur d'images Snapmatic</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Remplacer l'image...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Appliquer les modifications</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Remplacer</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Annuler les modifications</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation>&Fermer</translation> | ||||
|     </message> | ||||
|  | @ -257,8 +257,8 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Couleur de fond : <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -284,8 +284,8 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> | |||
|         <translation>Supprimer l'image de fond</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Image de fond : %1</translation> | ||||
|     </message> | ||||
|  | @ -367,8 +367,8 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Image de fond :</translation> | ||||
|     </message> | ||||
|  | @ -407,103 +407,103 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> | |||
|         <translation>Image personnalisé</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Stockage</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Rogner l'image...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>&Rogner</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Rogner l'image</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Veuillez d'abord importer une nouvelle image</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>Défaut</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Profil %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Charger les paramètres...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Veuillez choisir votre profil de paramètres</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Sauvegarder les paramètres...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation>Êtes-vous sûr d'utiliser une image carrée en dehors de la Zone d'Avatar ? | ||||
| Si vous l'utilisez comme Avatar, l'image sera détachée !</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Zone d'Avatar Snapmatic</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Choisir une couleur...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Fichier</translation> | ||||
|  | @ -1356,8 +1356,8 @@ Appuyer sur 1 pour le mode par défaut</translation> | |||
|         <translation><h4>Les Snapmatic suivants ont été répaés</h4>%1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1379,12 +1379,12 @@ Appuyer sur 1 pour le mode par défaut</translation> | |||
|         <translation>Importer...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Importer</translation> | ||||
|     </message> | ||||
|  | @ -1401,15 +1401,15 @@ Appuyer sur 1 pour le mode par défaut</translation> | |||
|         <translation>Photos Snapmatic (PGTA*)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>Toutes les images (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1455,15 +1455,15 @@ Appuyer sur 1 pour le mode par défaut</translation> | |||
|         <translation>Impossible de lire le fichier de sauvegarde</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation>Impossible d'importer %1, le fichier ne peut pas être ouvert</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation>Impossible d'importer %1, le fichier ne peut pas être parsé correctement</translation> | ||||
|  |  | |||
|  | @ -176,27 +176,27 @@ Pictures and Savegames</source> | |||
| <context> | ||||
|     <name>ImageEditorDialog</name> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>이미지 덮어쓰기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>변경 사항 적용</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>덮어쓰기(&O)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>변경 사항 무시</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation>닫기(&C)</translation> | ||||
|     </message> | ||||
|  | @ -257,8 +257,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>배경 색상: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -276,8 +276,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>배경 이미지:</translation> | ||||
|     </message> | ||||
|  | @ -403,112 +403,112 @@ Pictures and Savegames</source> | |||
|         <translation>사용자 지정 사진</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>배경 이미지: %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translatorcomment>배경 이미지: 저장됨</translatorcomment> | ||||
|         <translation>저장됨</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>사진 자르기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>자르기(&C)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>사진 자르기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>설정 불러오기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>먼저 새 이미지를 가져오세요</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translatorcomment>기본 프로필로 기본 설정</translatorcomment> | ||||
|         <translation>기본</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translatorcomment>%1을 프로필 1로 지정합니다.</translatorcomment> | ||||
|         <translation>프로필 %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>설정 프로필을 선택하세요</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>설정 저장</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>스냅매틱 아바타 영역</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation>아바타 구역 밖에서 네모난 이미지를 정말 사용합니까? | ||||
| 아바타로 사용하려는 경우 이미지가 분리됩니다!</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>색상 선택</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translatorcomment>배경 이미지: 파일</translatorcomment> | ||||
|  | @ -1350,8 +1350,8 @@ Press 1 for Default View</source> | |||
|         <translation>%2 파일 중 %1 파일을 내보냅니다.</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1373,40 +1373,40 @@ Press 1 for Default View</source> | |||
|         <translation>가져오기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation>가져오기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>모든 이미지 파일 (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|         <translation>모든 파일 (**)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation>파일을 열 수 없으므로 %1을 가져올 수 없습니다.</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation>파일을 구문 분석할 수 없으므로 %1을 가져올 수 없습니다.</translation> | ||||
|  |  | |||
|  | @ -188,27 +188,27 @@ Pictures and Savegames</source> | |||
|         <translation>Редактор картинок Snapmatic</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Перезаписать картинку...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Применить изменения</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Перезаписать</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Отменить изменения</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation>&Закрыть</translation> | ||||
|     </message> | ||||
|  | @ -261,8 +261,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Цвет фона: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -293,8 +293,8 @@ Pictures and Savegames</source> | |||
|         <translation>Импортировать как есть, не меняя картинку. Обязательно поломает Snapmatic, если не знаешь, что делаешь</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Фоновая картинка: %1</translation> | ||||
|     </message> | ||||
|  | @ -375,8 +375,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Фоновая картинка:</translation> | ||||
|     </message> | ||||
|  | @ -415,102 +415,102 @@ Pictures and Savegames</source> | |||
|         <translation>Своя Картинка</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Хранилище</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Обрезать картинку...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>Об&резать</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Обрезать картинку</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Импортируй сначала новую картинку</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>По умолчанию</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Профиль %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Загрузить настройки...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Пожалуйста, выбери профиль для настроек</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Сохранить настройки...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation>Ты точно хочешь использовать квадратное изображение вне зоны аватарки? Если это аватар, то изображение будет обрезано!</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Зона Snapmatic Аватарки</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Выбрать цвет...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Файл</translation> | ||||
|  | @ -1357,8 +1357,8 @@ Press 1 for Default View</source> | |||
|         <translation><h4>Нижеследующие картинки Snapmatic были восстановлены</h4>%1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1380,12 +1380,12 @@ Press 1 for Default View</source> | |||
|         <translation>Импортировать...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Импортировать</translation> | ||||
|     </message> | ||||
|  | @ -1402,8 +1402,8 @@ Press 1 for Default View</source> | |||
|         <translation>Картинка Snapmatic (PGTA*)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1454,22 +1454,22 @@ Press 1 for Default View</source> | |||
|         <translation>Файлы для импорта (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>Все файлы изображений (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation>Не удалось открыть %1, файл не может быть открыт</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation>Не получилось импортировать %1, файл не может быть правильно обработан</translation> | ||||
|  |  | |||
|  | @ -179,27 +179,27 @@ Pictures and Savegames</source> | |||
| <context> | ||||
|     <name>ImageEditorDialog</name> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Перезаписати зображення...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Застосувати зміни</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Перезаписати</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Скасувати зміни</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation>&Закрити</translation> | ||||
|     </message> | ||||
|  | @ -260,8 +260,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Фоновий колір: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -279,8 +279,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Фонове зображення:</translation> | ||||
|     </message> | ||||
|  | @ -404,109 +404,109 @@ Pictures and Savegames</source> | |||
|         <translation>Користувацьке Зображення</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Зберігання</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Обрізати зображення...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>&Обрізати</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Обрізати зображення</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Спершу імпортуйте нове зображення</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>Стандартний</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Профіль %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Завантажити параметри...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Зберегти параметри...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Зона Snapmatic Аватару</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation>Ви впевнені, що будете використовувати квадратне зображення поза зоною аватара? | ||||
| Якщо ви хочете використовувати його як Аватар, зображення буде відокремлено!</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Вибір кольору...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Фонове зображення: %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Будь ласка, виберіть свій профіль налаштувань</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Файл</translation> | ||||
|  | @ -1340,8 +1340,8 @@ Press 1 for Default View</source> | |||
|         <translation>Експортується файл %1 з %2 файлів</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1363,40 +1363,40 @@ Press 1 for Default View</source> | |||
|         <translation>Імпортування...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Імпорт</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>Файли зображень (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|         <translation>Усі файли (**)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation>Неможливо імпортувати %1, оскільки файл не може бути відкритий</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation>Неможливо імпортувати %1, оскільки файл неможливо розібрати правильно</translation> | ||||
|  |  | |||
|  | @ -175,27 +175,27 @@ Pictures and Savegames</source> | |||
| <context> | ||||
|     <name>ImageEditorDialog</name> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="685"/> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>修改圖片...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="687"/> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>套用變更</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="686"/> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>修改(&O)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="689"/> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>捨棄變更</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="688"/> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <source>&Close</source> | ||||
|         <translation>關閉(&C)</translation> | ||||
|     </message> | ||||
|  | @ -256,8 +256,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="150"/> | ||||
|         <location filename="../ImportDialog.cpp" line="86"/> | ||||
|         <location filename="../ImportDialog.cpp" line="351"/> | ||||
|         <location filename="../ImportDialog.cpp" line="777"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>背景顏色: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -275,8 +275,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="357"/> | ||||
|         <location filename="../ImportDialog.cpp" line="857"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>背景圖片:</translation> | ||||
|     </message> | ||||
|  | @ -400,108 +400,108 @@ Pictures and Savegames</source> | |||
|         <translation>自訂圖片</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>儲存</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="398"/> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>裁剪圖片...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="440"/> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>裁剪(&C)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="441"/> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>裁剪圖片</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>請先匯入新圖片</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="533"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>預設</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="534"/> | ||||
|         <location filename="../ImportDialog.cpp" line="535"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="537"/> | ||||
|         <location filename="../ImportDialog.cpp" line="538"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="548"/> | ||||
|         <location filename="../ImportDialog.cpp" line="549"/> | ||||
|         <location filename="../ImportDialog.cpp" line="550"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="581"/> | ||||
|         <location filename="../ImportDialog.cpp" line="582"/> | ||||
|         <location filename="../ImportDialog.cpp" line="583"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="585"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <location filename="../ImportDialog.cpp" line="552"/> | ||||
|         <location filename="../ImportDialog.cpp" line="561"/> | ||||
|         <location filename="../ImportDialog.cpp" line="565"/> | ||||
|         <location filename="../ImportDialog.cpp" line="569"/> | ||||
|         <location filename="../ImportDialog.cpp" line="573"/> | ||||
|         <location filename="../ImportDialog.cpp" line="577"/> | ||||
|         <location filename="../ImportDialog.cpp" line="595"/> | ||||
|         <location filename="../ImportDialog.cpp" line="596"/> | ||||
|         <location filename="../ImportDialog.cpp" line="597"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="599"/> | ||||
|         <location filename="../ImportDialog.cpp" line="604"/> | ||||
|         <location filename="../ImportDialog.cpp" line="608"/> | ||||
|         <location filename="../ImportDialog.cpp" line="612"/> | ||||
|         <location filename="../ImportDialog.cpp" line="616"/> | ||||
|         <location filename="../ImportDialog.cpp" line="620"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>設定檔 %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="528"/> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>載入設定...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="576"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>儲存設定...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Snapmatic 大頭貼區域</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="727"/> | ||||
|         <location filename="../ImportDialog.cpp" line="909"/> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <source>Are you sure to use a square image outside of the Avatar Zone? | ||||
| When you want to use it as Avatar the image will be detached!</source> | ||||
|         <translation>你確定要在大頭貼區域以外的地方使用方形圖片嗎? 作為大頭貼的圖片將被分離!</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="773"/> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>選擇顏色...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="353"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>背景圖片: %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="539"/> | ||||
|         <location filename="../ImportDialog.cpp" line="586"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>請選擇設定檔</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>文件</translation> | ||||
|  | @ -1334,8 +1334,8 @@ Press 1 for Default View</source> | |||
|         <translation>匯出檔案中 %1 共 %2 個檔案</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="469"/> | ||||
|         <location filename="../ImportDialog.cpp" line="796"/> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1357,40 +1357,40 @@ Press 1 for Default View</source> | |||
|         <translation>匯入...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="470"/> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="797"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="484"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="811"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <source>Import</source> | ||||
|         <translation>匯入</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="480"/> | ||||
|         <location filename="../ImportDialog.cpp" line="807"/> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>所有圖片 (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="481"/> | ||||
|         <location filename="../ImportDialog.cpp" line="808"/> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|         <translation>所有檔案 (**)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="501"/> | ||||
|         <location filename="../ImportDialog.cpp" line="828"/> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="786"/> | ||||
|         <source>Can't import %1 because file can't be open</source> | ||||
|         <translation>無法匯入 %1,因為檔案無法開啟</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="510"/> | ||||
|         <location filename="../ImportDialog.cpp" line="837"/> | ||||
|         <location filename="../ImportDialog.cpp" line="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation>無法匯入 %1,因為檔案無法正確解析</translation> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue