v0.9.25
This commit is contained in:
10
constants.py
10
constants.py
@@ -29,7 +29,7 @@ if FORCE_X11:
|
||||
# --- CONFIGURATION ---
|
||||
PROG_NAME = "Bagheera Image Viewer"
|
||||
PROG_ID = "bagheeraview"
|
||||
PROG_VERSION = "0.9.24"
|
||||
PROG_VERSION = "0.9.25"
|
||||
PROG_AUTHOR = "Ignacio Serantes"
|
||||
|
||||
# --- CACHE SETTINGS ---
|
||||
@@ -823,6 +823,8 @@ _UI_TEXTS = {
|
||||
"TAG_ALL_TAGS": "📂 ALL TAGS",
|
||||
"TAG_NEW_TAG_TITLE": "New Tag",
|
||||
"SEARCH_BY_TAG": "Search by this tag",
|
||||
"TAG_ADD_TOOLTIP": "Create a new tag",
|
||||
"TAG_REFRESH_TOOLTIP": "Refresh available tags from Baloo database",
|
||||
"TAG_NEW_TAG_TEXT": "Enter tag name (use / for hierarchy):",
|
||||
"SEARCH_ADD_AND": "Add AND this tag to search",
|
||||
"SEARCH_ADD_OR": "Add OR this tag to search",
|
||||
@@ -1375,6 +1377,9 @@ _UI_TEXTS = {
|
||||
"TAG_ALL_TAGS": "📂 TODAS LAS ETIQUETAS",
|
||||
"TAG_NEW_TAG_TITLE": "Nueva Etiqueta",
|
||||
"SEARCH_BY_TAG": "Buscar por esta etiqueta",
|
||||
"TAG_ADD_TOOLTIP": "Crear una nueva etiqueta",
|
||||
"TAG_REFRESH_TOOLTIP": "Refrescar etiquetas disponibles desde el base de datos "
|
||||
"de Baloo",
|
||||
"TAG_NEW_TAG_TEXT": "Introduce el nombre de la etiqueta (usa / para "
|
||||
"jerarquía):",
|
||||
"SEARCH_ADD_AND": "Añadir AND esta etiqueta a la búsqueda",
|
||||
@@ -1928,6 +1933,9 @@ _UI_TEXTS = {
|
||||
"TAG_ALL_TAGS": "📂 TÓDALAS ETIQUETAS",
|
||||
"TAG_NEW_TAG_TITLE": "Nova Etiqueta",
|
||||
"SEARCH_BY_TAG": "Buscar por esta etiqueta",
|
||||
"TAG_ADD_TOOLTIP": "Crear unha nova etiqueta",
|
||||
"TAG_REFRESH_TOOLTIP": "Refrescar etiquetas dispoñibles dende a base de datos "
|
||||
"de Baloo",
|
||||
"TAG_NEW_TAG_TEXT": "Introduce o nome da etiqueta (usa / para "
|
||||
"xerarquía):",
|
||||
"SEARCH_ADD_AND": "Engadir AND esta etiqueta á busca",
|
||||
|
||||
Reference in New Issue
Block a user