Improve watermark placing
	
		
			
	
		
	
	
		
	
		
			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
							
								
									48c4aa4a97
								
							
						
					
					
						commit
						f432ae068e
					
				
					 13 changed files with 540 additions and 546 deletions
				
			
		|  | @ -266,41 +266,35 @@ void ImportDialog::processWatermark(QPainter *snapmaticPainter) | |||
| { | ||||
|     bool blackWatermark = false; | ||||
|     bool redWatermark = false; | ||||
|     if (selectedColour.red() > 127) | ||||
|     { | ||||
|         if (selectedColour.green() > 127 || selectedColour.blue() > 127) | ||||
|         { | ||||
|     if (selectedColour.red() > 127) { | ||||
|         if (selectedColour.green() > 127 || selectedColour.blue() > 127) { | ||||
|             redWatermark = true; | ||||
|         } | ||||
|     } | ||||
|     else | ||||
|     { | ||||
|     else { | ||||
|         redWatermark = true; | ||||
|     } | ||||
|     if (selectedColour.lightness() > 127) | ||||
|     { | ||||
|     if (selectedColour.lightness() > 127) { | ||||
|         blackWatermark = true; | ||||
|     } | ||||
|     // draw watermark
 | ||||
|     if (redWatermark) | ||||
|     { | ||||
|         snapmaticPainter->drawImage(0, 0, QImage(":/img/watermark_2r.png")); | ||||
|     if (redWatermark) { | ||||
|         const QImage viewWatermark = QImage(":/img/watermark_2r.png"); | ||||
|         snapmaticPainter->drawImage(snapmaticResolution.width() - viewWatermark.width(), 0, viewWatermark); | ||||
|     } | ||||
|     else | ||||
|     { | ||||
|         QImage viewWatermark = QImage(":/img/watermark_2b.png"); | ||||
|         if (!blackWatermark) | ||||
|         { | ||||
|         if (!blackWatermark) { | ||||
|             viewWatermark.invertPixels(QImage::InvertRgb); | ||||
|         } | ||||
|         snapmaticPainter->drawImage(0, 0, viewWatermark); | ||||
|         snapmaticPainter->drawImage(snapmaticResolution.width() - viewWatermark.width(), 0, viewWatermark); | ||||
|     } | ||||
|     QImage textWatermark = QImage(":/img/watermark_1b.png"); | ||||
|     if (!blackWatermark) | ||||
|     { | ||||
|     if (!blackWatermark) { | ||||
|         textWatermark.invertPixels(QImage::InvertRgb); | ||||
|     } | ||||
|     snapmaticPainter->drawImage(0, 0, textWatermark); | ||||
|     snapmaticPainter->drawImage(snapmaticResolution.width() - textWatermark.width(), 0, textWatermark); | ||||
| } | ||||
| 
 | ||||
| void ImportDialog::processSettings(QString settingsProfile, bool setDefault) | ||||
|  |  | |||
							
								
								
									
										132
									
								
								res/gta5sync.ts
									
										
									
									
									
								
							
							
						
						
									
										132
									
								
								res/gta5sync.ts
									
										
									
									
									
								
							|  | @ -166,27 +166,27 @@ Pictures and Savegames</source> | |||
| <context> | ||||
|     <name>ImageEditorDialog</name> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -260,8 +260,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -380,108 +380,108 @@ Pictures and Savegames</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|  | @ -1303,8 +1303,8 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1326,40 +1326,40 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <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="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <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="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Bild überschreiben...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Änderungen übernehmen</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Überschreiben</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Änderungen verwerfen</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Hintergrundfarbe: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -287,8 +287,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="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Hintergrundbild: %1</translation> | ||||
|     </message> | ||||
|  | @ -364,8 +364,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="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Hintergrundbild:</translation> | ||||
|     </message> | ||||
|  | @ -404,103 +404,103 @@ Snapmatic Bilder und Spielständen</translation> | |||
|         <translation>Eigenes Bild</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Speicher</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Bild zuschneiden...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>Zu&schneiden</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Bild zuschneiden</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Bitte importiere ein neues Bild zuerst</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>Standard</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Profil %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Einstellungen laden...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Bitte wähle dein Einstellungsprofil aus</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Einstellungen speichern...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Snapmatic Avatar Zone</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Farbe auswählen...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Datei</translation> | ||||
|  | @ -1342,8 +1342,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="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1365,12 +1365,12 @@ Drücke 1 für Standardmodus</translation> | |||
|         <translation>Importieren...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Importieren</translation> | ||||
|     </message> | ||||
|  | @ -1392,15 +1392,15 @@ Drücke 1 für Standardmodus</translation> | |||
|         <translation>Importfähige Dateien (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>Alle Bilddateien (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1434,15 +1434,15 @@ Drücke 1 für Standardmodus</translation> | |||
|         <translation>Fehler beim Lesen von Spielstanddatei</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <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="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Background Color: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -258,8 +258,8 @@ Pictures and Savegames</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -346,8 +346,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -386,102 +386,102 @@ Pictures and Savegames</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Select Color...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation type="unfinished"></translation> | ||||
|  | @ -1323,8 +1323,8 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1346,12 +1346,12 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|  | @ -1379,15 +1379,15 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1426,15 +1426,15 @@ Press 1 for Default View</source> | |||
|         <translation type="unfinished"></translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation type="unfinished"></translation> | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							|  | @ -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="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Remplacer l'image...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Appliquer les modifications</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Remplacer</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Annuler les modifications</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Couleur de fond : <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -282,8 +282,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="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Image de fond : %1</translation> | ||||
|     </message> | ||||
|  | @ -364,8 +364,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="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Image de fond :</translation> | ||||
|     </message> | ||||
|  | @ -404,103 +404,103 @@ et les fichiers de sauvegarde de Grand Theft Auto V</translation> | |||
|         <translation>Image personnalisé</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Stockage</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Rogner l'image...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>&Rogner</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Rogner l'image</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Veuillez d'abord importer une nouvelle image</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>Défaut</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Profil %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Charger les paramètres...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Veuillez choisir votre profil de paramètres</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Sauvegarder les paramètres...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Zone d'Avatar Snapmatic</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Choisir une couleur...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Fichier</translation> | ||||
|  | @ -892,7 +892,7 @@ Y : %2</translation> | |||
|     <message> | ||||
|         <location filename="../OptionsDialog.ui" line="713"/> | ||||
|         <source>Font:</source> | ||||
|         <translation>Police:</translation> | ||||
|         <translation type="unfinished">Police :</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../OptionsDialog.ui" line="786"/> | ||||
|  | @ -1353,8 +1353,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="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1376,12 +1376,12 @@ Appuyer sur 1 pour le mode par défaut</translation> | |||
|         <translation>Importer...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Importer</translation> | ||||
|     </message> | ||||
|  | @ -1398,15 +1398,15 @@ Appuyer sur 1 pour le mode par défaut</translation> | |||
|         <translation>Photos Snapmatic (PGTA*)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <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="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1452,15 +1452,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="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <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="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>이미지 덮어쓰기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>변경 사항 적용</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>덮어쓰기(&O)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>변경 사항 무시</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>배경 색상: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -274,8 +274,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>배경 이미지:</translation> | ||||
|     </message> | ||||
|  | @ -400,112 +400,112 @@ Pictures and Savegames</source> | |||
|         <translation>사용자 지정 사진</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>배경 이미지: %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translatorcomment>배경 이미지: 저장됨</translatorcomment> | ||||
|         <translation>저장됨</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>사진 자르기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>자르기(&C)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>사진 자르기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>설정 불러오기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>먼저 새 이미지를 가져오세요</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translatorcomment>기본 프로필로 기본 설정</translatorcomment> | ||||
|         <translation>기본</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <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="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>설정 프로필을 선택하세요</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>설정 저장</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>스냅매틱 아바타 영역</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>색상 선택</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translatorcomment>배경 이미지: 파일</translatorcomment> | ||||
|  | @ -1347,8 +1347,8 @@ Press 1 for Default View</source> | |||
|         <translation>%2 파일 중 %1 파일을 내보냅니다.</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1370,40 +1370,40 @@ Press 1 for Default View</source> | |||
|         <translation>가져오기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation>가져오기</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>모든 이미지 파일 (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <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="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <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="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Перезаписать картинку...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Применить изменения</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Перезаписать</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Отменить изменения</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Цвет фона: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -291,8 +291,8 @@ Pictures and Savegames</source> | |||
|         <translation>Импортировать как есть, не меняя картинку. Обязательно поломает Snapmatic, если не знаешь, что делаешь</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Фоновая картинка: %1</translation> | ||||
|     </message> | ||||
|  | @ -372,8 +372,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Фоновая картинка:</translation> | ||||
|     </message> | ||||
|  | @ -412,102 +412,102 @@ Pictures and Savegames</source> | |||
|         <translation>Своя Картинка</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Хранилище</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Обрезать картинку...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>Об&резать</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Обрезать картинку</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Импортируй сначала новую картинку</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>По умолчанию</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Профиль %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Загрузить настройки...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Пожалуйста, выбери профиль для настроек</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Сохранить настройки...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Зона Snapmatic Аватарки</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Выбрать цвет...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Файл</translation> | ||||
|  | @ -1354,8 +1354,8 @@ Press 1 for Default View</source> | |||
|         <translation><h4>Нижеследующие картинки Snapmatic были восстановлены</h4>%1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1377,12 +1377,12 @@ Press 1 for Default View</source> | |||
|         <translation>Импортировать...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Импортировать</translation> | ||||
|     </message> | ||||
|  | @ -1399,8 +1399,8 @@ Press 1 for Default View</source> | |||
|         <translation>Картинка Snapmatic (PGTA*)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="517"/> | ||||
|         <location filename="../UserInterface.cpp" line="477"/> | ||||
|         <source>All files (**)</source> | ||||
|  | @ -1451,22 +1451,22 @@ Press 1 for Default View</source> | |||
|         <translation>Файлы для импорта (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>Все файлы изображений (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <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="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>Перезаписати зображення...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>Застосувати зміни</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>&Перезаписати</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>Скасувати зміни</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>Фоновий колір: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -277,8 +277,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>Фонове зображення:</translation> | ||||
|     </message> | ||||
|  | @ -401,109 +401,109 @@ Pictures and Savegames</source> | |||
|         <translation>Користувацьке Зображення</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>Зберігання</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>Обрізати зображення...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>&Обрізати</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>Обрізати зображення</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>Спершу імпортуйте нове зображення</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>Стандартний</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>Профіль %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>Завантажити параметри...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>Зберегти параметри...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Зона Snapmatic Аватару</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>Вибір кольору...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>Фонове зображення: %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>Будь ласка, виберіть свій профіль налаштувань</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>Файл</translation> | ||||
|  | @ -1337,8 +1337,8 @@ Press 1 for Default View</source> | |||
|         <translation>Експортується файл %1 з %2 файлів</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1360,40 +1360,40 @@ Press 1 for Default View</source> | |||
|         <translation>Імпортування...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation>Імпорт</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>Файли зображень (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <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="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <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="699"/> | ||||
|         <location filename="../ImportDialog.cpp" line="693"/> | ||||
|         <source>Overwrite Image...</source> | ||||
|         <translation>修改圖片...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="701"/> | ||||
|         <location filename="../ImportDialog.cpp" line="695"/> | ||||
|         <source>Apply changes</source> | ||||
|         <translation>套用變更</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="700"/> | ||||
|         <location filename="../ImportDialog.cpp" line="694"/> | ||||
|         <source>&Overwrite</source> | ||||
|         <translation>修改(&O)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="703"/> | ||||
|         <location filename="../ImportDialog.cpp" line="697"/> | ||||
|         <source>Discard changes</source> | ||||
|         <translation>捨棄變更</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="702"/> | ||||
|         <location filename="../ImportDialog.cpp" line="696"/> | ||||
|         <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="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="791"/> | ||||
|         <location filename="../ImportDialog.cpp" line="350"/> | ||||
|         <location filename="../ImportDialog.cpp" line="785"/> | ||||
|         <source>Background Colour: <span style="color: %1">%1</span></source> | ||||
|         <translation>背景顏色: <span style="color: %1">%1</span></translation> | ||||
|     </message> | ||||
|  | @ -273,8 +273,8 @@ Pictures and Savegames</source> | |||
|     <message> | ||||
|         <location filename="../ImportDialog.ui" line="203"/> | ||||
|         <location filename="../ImportDialog.cpp" line="87"/> | ||||
|         <location filename="../ImportDialog.cpp" line="362"/> | ||||
|         <location filename="../ImportDialog.cpp" line="871"/> | ||||
|         <location filename="../ImportDialog.cpp" line="356"/> | ||||
|         <location filename="../ImportDialog.cpp" line="865"/> | ||||
|         <source>Background Image:</source> | ||||
|         <translation>背景圖片:</translation> | ||||
|     </message> | ||||
|  | @ -397,108 +397,108 @@ Pictures and Savegames</source> | |||
|         <translation>自訂圖片</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <source>Storage</source> | ||||
|         <comment>Background Image: Storage</comment> | ||||
|         <translation>儲存</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="412"/> | ||||
|         <location filename="../ImportDialog.cpp" line="406"/> | ||||
|         <source>Crop Picture...</source> | ||||
|         <translation>裁剪圖片...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="454"/> | ||||
|         <location filename="../ImportDialog.cpp" line="448"/> | ||||
|         <source>&Crop</source> | ||||
|         <translation>裁剪(&C)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="455"/> | ||||
|         <location filename="../ImportDialog.cpp" line="449"/> | ||||
|         <source>Crop Picture</source> | ||||
|         <translation>裁剪圖片</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <source>Please import a new picture first</source> | ||||
|         <translation>請先匯入新圖片</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="557"/> | ||||
|         <location filename="../ImportDialog.cpp" line="541"/> | ||||
|         <location filename="../ImportDialog.cpp" line="551"/> | ||||
|         <source>Default</source> | ||||
|         <comment>Default as Default Profile</comment> | ||||
|         <translation>預設</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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="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="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="543"/> | ||||
|         <location filename="../ImportDialog.cpp" line="544"/> | ||||
|         <location filename="../ImportDialog.cpp" line="545"/> | ||||
|         <location filename="../ImportDialog.cpp" line="546"/> | ||||
|         <location filename="../ImportDialog.cpp" line="555"/> | ||||
|         <location filename="../ImportDialog.cpp" line="559"/> | ||||
|         <location filename="../ImportDialog.cpp" line="563"/> | ||||
|         <location filename="../ImportDialog.cpp" line="567"/> | ||||
|         <location filename="../ImportDialog.cpp" line="571"/> | ||||
|         <location filename="../ImportDialog.cpp" line="589"/> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="591"/> | ||||
|         <location filename="../ImportDialog.cpp" line="592"/> | ||||
|         <location filename="../ImportDialog.cpp" line="593"/> | ||||
|         <location filename="../ImportDialog.cpp" line="598"/> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="602"/> | ||||
|         <location filename="../ImportDialog.cpp" line="606"/> | ||||
|         <location filename="../ImportDialog.cpp" line="610"/> | ||||
|         <location filename="../ImportDialog.cpp" line="614"/> | ||||
|         <source>Profile %1</source> | ||||
|         <comment>Profile %1 as Profile 1</comment> | ||||
|         <translation>設定檔 %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="542"/> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="536"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <source>Load Settings...</source> | ||||
|         <translation>載入設定...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="590"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="584"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Save Settings...</source> | ||||
|         <translation>儲存設定...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <source>Snapmatic Avatar Zone</source> | ||||
|         <translation>Snapmatic 大頭貼區域</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="741"/> | ||||
|         <location filename="../ImportDialog.cpp" line="932"/> | ||||
|         <location filename="../ImportDialog.cpp" line="735"/> | ||||
|         <location filename="../ImportDialog.cpp" line="926"/> | ||||
|         <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="787"/> | ||||
|         <location filename="../ImportDialog.cpp" line="781"/> | ||||
|         <source>Select Colour...</source> | ||||
|         <translation>選擇顏色...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="358"/> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="352"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>Background Image: %1</source> | ||||
|         <translation>背景圖片: %1</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="553"/> | ||||
|         <location filename="../ImportDialog.cpp" line="600"/> | ||||
|         <location filename="../ImportDialog.cpp" line="547"/> | ||||
|         <location filename="../ImportDialog.cpp" line="594"/> | ||||
|         <source>Please select your settings profile</source> | ||||
|         <translation>請選擇設定檔</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="856"/> | ||||
|         <location filename="../ImportDialog.cpp" line="850"/> | ||||
|         <source>File</source> | ||||
|         <comment>Background Image: File</comment> | ||||
|         <translation>文件</translation> | ||||
|  | @ -1331,8 +1331,8 @@ Press 1 for Default View</source> | |||
|         <translation>匯出檔案中 %1 共 %2 個檔案</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="483"/> | ||||
|         <location filename="../ImportDialog.cpp" line="810"/> | ||||
|         <location filename="../ImportDialog.cpp" line="477"/> | ||||
|         <location filename="../ImportDialog.cpp" line="804"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="496"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="497"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="541"/> | ||||
|  | @ -1354,40 +1354,40 @@ Press 1 for Default View</source> | |||
|         <translation>匯入...</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <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"/> | ||||
|         <location filename="../ImportDialog.cpp" line="478"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="805"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <source>Import</source> | ||||
|         <translation>匯入</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="494"/> | ||||
|         <location filename="../ImportDialog.cpp" line="821"/> | ||||
|         <location filename="../ImportDialog.cpp" line="488"/> | ||||
|         <location filename="../ImportDialog.cpp" line="815"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="516"/> | ||||
|         <source>All image files (%1)</source> | ||||
|         <translation>所有圖片 (%1)</translation> | ||||
|     </message> | ||||
|     <message> | ||||
|         <location filename="../ImportDialog.cpp" line="495"/> | ||||
|         <location filename="../ImportDialog.cpp" line="822"/> | ||||
|         <location filename="../ImportDialog.cpp" line="489"/> | ||||
|         <location filename="../ImportDialog.cpp" line="816"/> | ||||
|         <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="515"/> | ||||
|         <location filename="../ImportDialog.cpp" line="842"/> | ||||
|         <location filename="../ImportDialog.cpp" line="509"/> | ||||
|         <location filename="../ImportDialog.cpp" line="836"/> | ||||
|         <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="524"/> | ||||
|         <location filename="../ImportDialog.cpp" line="851"/> | ||||
|         <location filename="../ImportDialog.cpp" line="518"/> | ||||
|         <location filename="../ImportDialog.cpp" line="845"/> | ||||
|         <location filename="../ProfileInterface.cpp" line="796"/> | ||||
|         <source>Can't import %1 because file can't be parsed properly</source> | ||||
|         <translation>無法匯入 %1,因為檔案無法正確解析</translation> | ||||
|  |  | |||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 8 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 2.7 KiB | 
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 2.8 KiB | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue