[i18n] application types selector panel

This commit is contained in:
Vinicius Moreira
2019-10-29 11:47:12 -03:00
parent 7624933888
commit b0f09a1be6
4 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ class GemSelectorPanel(QWidget):
self.bt_proceed.setStyleSheet(css.OK_BUTTON)
self.bt_proceed.clicked.connect(self.save)
self.bt_exit = QPushButton(i18n['exit'].capitalize())
self.bt_exit = QPushButton(i18n['close'].capitalize())
self.bt_exit.clicked.connect(self.exit)
self.gem_map = {}

View File

@@ -146,4 +146,5 @@ screenshots,download.running=downloading image
screenshots.download.no_content=No content to display
screenshots.download.no_response=Image not found
continue=continue
stable=stable
stable=stable
close=close

View File

@@ -191,3 +191,4 @@ screenshots.download.no_content=No hay contenido para mostrar
screenshots.download.no_response=No se encontró la imagen
continue=continuar
stable=estable
close=cerrar

View File

@@ -193,4 +193,5 @@ screenshots,download.running=baixando imagem
screenshots.download.no_content=Sem conteúdo para exibir
screenshots.download.no_response=Imagem não encontrada
continue=continuar
stable=estável
stable=estável
close=fechar