mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 17:54:15 +02:00
[i18n] application types selector panel
This commit is contained in:
@@ -32,7 +32,7 @@ class GemSelectorPanel(QWidget):
|
|||||||
self.bt_proceed.setStyleSheet(css.OK_BUTTON)
|
self.bt_proceed.setStyleSheet(css.OK_BUTTON)
|
||||||
self.bt_proceed.clicked.connect(self.save)
|
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.bt_exit.clicked.connect(self.exit)
|
||||||
|
|
||||||
self.gem_map = {}
|
self.gem_map = {}
|
||||||
|
|||||||
@@ -147,3 +147,4 @@ screenshots.download.no_content=No content to display
|
|||||||
screenshots.download.no_response=Image not found
|
screenshots.download.no_response=Image not found
|
||||||
continue=continue
|
continue=continue
|
||||||
stable=stable
|
stable=stable
|
||||||
|
close=close
|
||||||
@@ -191,3 +191,4 @@ screenshots.download.no_content=No hay contenido para mostrar
|
|||||||
screenshots.download.no_response=No se encontró la imagen
|
screenshots.download.no_response=No se encontró la imagen
|
||||||
continue=continuar
|
continue=continuar
|
||||||
stable=estable
|
stable=estable
|
||||||
|
close=cerrar
|
||||||
|
|||||||
@@ -194,3 +194,4 @@ screenshots.download.no_content=Sem conteúdo para exibir
|
|||||||
screenshots.download.no_response=Imagem não encontrada
|
screenshots.download.no_response=Imagem não encontrada
|
||||||
continue=continuar
|
continue=continuar
|
||||||
stable=estável
|
stable=estável
|
||||||
|
close=fechar
|
||||||
Reference in New Issue
Block a user