tabbing on finished entrie in view cams now leads to add cam window with normal save options

This commit is contained in:
nico
2024-05-01 00:08:10 +02:00
parent 647532107b
commit e8304bffc2
6 changed files with 75 additions and 48 deletions

View File

@@ -91,5 +91,6 @@
"sent": "Gesendet",
"savefilefailed": "Fehler. Bitte nochmal versuchen",
"justplace": "Standort",
"justsave": "Nur speichern"
"justsave": "Nur speichern",
"finishedentrie": "Bereits fertiger Eintrag"
}

View File

@@ -442,6 +442,11 @@
"justsave": "Just save",
"@justsave": {
"description": "Just save in the database save options dialog"
},
"finishedentrie": "Already finished entrie",
"@finishedentrie": {
"description": "already finished entrie options dialog header"
}
}