Added "Open Folder" button to the take screenshot notification.

This commit is contained in:
Martín Lucas Golini
2026-08-11 17:51:31 -03:00
parent 6d00bba62d
commit 6ba7de31d5
7 changed files with 46 additions and 12 deletions

View File

@@ -946,4 +946,5 @@ Verwendet strftime-Formatbezeichner. Die Dateierweiterung richtet sich nach dem
<string name="couldnt_find_available_screenshot_filename">Es konnte kein verfügbarer Dateiname für das Bildschirmfoto gefunden werden.</string>
<string name="couldnt_save_screenshot">Das Bildschirmfoto konnte nicht gespeichert werden.</string>
<string name="screenshot_saved">Bildschirmfoto gespeichert:</string>
<string name="open_screenshot_folder">Ordner öffnen</string>
</resources>

View File

@@ -930,4 +930,5 @@ Uses strftime format specifiers. The file extension follows the selected screens
<string name="couldnt_find_available_screenshot_filename">Couldn't find an available screenshot filename.</string>
<string name="couldnt_save_screenshot">Couldn't save the screenshot.</string>
<string name="screenshot_saved">Screenshot saved:</string>
<string name="open_screenshot_folder">Open Folder</string>
</resources>

View File

@@ -925,4 +925,5 @@ Utilise les spécificateurs de format strftime. Lextension du fichier corresp
<string name="couldnt_find_available_screenshot_filename">Impossible de trouver un nom de fichier disponible pour la capture décran.</string>
<string name="couldnt_save_screenshot">Impossible denregistrer la capture décran.</string>
<string name="screenshot_saved">Capture décran enregistrée :</string>
<string name="open_screenshot_folder">Ouvrir le dossier</string>
</resources>

View File

@@ -704,4 +704,5 @@ file in the directory tree.</string>
<string name="couldnt_find_available_screenshot_filename">无法找到可用的屏幕截图文件名。</string>
<string name="couldnt_save_screenshot">无法保存屏幕截图。</string>
<string name="screenshot_saved">屏幕截图已保存:</string>
<string name="open_screenshot_folder">打开屏幕截图文件夹</string>
</resources>