mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14: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.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 = {}
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user