Updated translations.
This commit is contained in:
		@@ -5,10 +5,6 @@ TEMPLATE += app
 | 
				
			|||||||
TARGET = qcma_android
 | 
					TARGET = qcma_android
 | 
				
			||||||
CONFIG += mobility
 | 
					CONFIG += mobility
 | 
				
			||||||
 | 
					
 | 
				
			||||||
android {
 | 
					 | 
				
			||||||
    QT += androidextras
 | 
					 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# this library needs to link statically their deps but Qt doesn't pass --static to PKGCONFIG
 | 
					# this library needs to link statically their deps but Qt doesn't pass --static to PKGCONFIG
 | 
				
			||||||
QMAKE_CXXFLAGS += $$system(pkg-config --static --cflags libvitamtp)
 | 
					QMAKE_CXXFLAGS += $$system(pkg-config --static --cflags libvitamtp)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -10,7 +10,7 @@
 | 
				
			|||||||
    <x>0</x>
 | 
					    <x>0</x>
 | 
				
			||||||
    <y>0</y>
 | 
					    <y>0</y>
 | 
				
			||||||
    <width>602</width>
 | 
					    <width>602</width>
 | 
				
			||||||
    <height>138</height>
 | 
					    <height>151</height>
 | 
				
			||||||
   </rect>
 | 
					   </rect>
 | 
				
			||||||
  </property>
 | 
					  </property>
 | 
				
			||||||
  <property name="windowTitle">
 | 
					  <property name="windowTitle">
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -158,9 +158,9 @@ void MainWidget::showAboutDialog()
 | 
				
			|||||||
    about.setText(QString("Qcma ") + QCMA_VER);
 | 
					    about.setText(QString("Qcma ") + QCMA_VER);
 | 
				
			||||||
    about.setWindowTitle(tr("About Qcma"));
 | 
					    about.setWindowTitle(tr("About Qcma"));
 | 
				
			||||||
#ifndef QCMA_BUILD_HASH
 | 
					#ifndef QCMA_BUILD_HASH
 | 
				
			||||||
    about.setInformativeText(tr("Copyright (C) 2015  Codestation") + "\n");
 | 
					    about.setInformativeText(tr("Copyright (C) 2016  Codestation") + "\n");
 | 
				
			||||||
#else
 | 
					#else
 | 
				
			||||||
    about.setInformativeText(tr("Copyright (C) 2015  Codestation\n\nbuild hash: %1\nbuild branch: %2").arg(QCMA_BUILD_HASH).arg(QCMA_BUILD_BRANCH));
 | 
					    about.setInformativeText(tr("Copyright (C) 2016  Codestation\n\nbuild hash: %1\nbuild branch: %2").arg(QCMA_BUILD_HASH).arg(QCMA_BUILD_BRANCH));
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
    about.setStandardButtons(QMessageBox::Ok);
 | 
					    about.setStandardButtons(QMessageBox::Ok);
 | 
				
			||||||
    about.setIconPixmap(QPixmap(":/main/resources/images/qcma.png"));
 | 
					    about.setIconPixmap(QPixmap(":/main/resources/images/qcma.png"));
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user