This commit is contained in:
Aleksander 2026-08-02 22:28:33 +02:00
parent d9dca07900
commit 5945dd028d
2 changed files with 2 additions and 2 deletions

View File

@ -106,7 +106,7 @@ GRAB.GRABBING_WATCH,"To swap hands, move the watch in front and grab it with the
GRAB.UNRESTRICTED_MOVEMENT,Unrestricted movement,"Option that allows the user to move and rotate this window freely, in a raw manner, without assistance such as angle snapping."
SCREENCAST.PENDING,Please wait...,Title saying that the operation is not yet completed.
SCREENCAST.QUEUED,Waiting for a different overlay's screen cast pop-up to be approved.,Instructions asking the user to pay attention to a different screen cast pop-up. “Overlay” was previously translated as “${DEFINITIONS.OVERLAY}”
SCREENCAST.WAITING_FOR_USER_DESC,"Check your dekstop for a screen cast pop-up.
SCREENCAST.WAITING_FOR_USER_DESC,"Check your desktop for a screen cast pop-up.
Select the following:",Instructions to the user.
SCREENCAST.WAITING_FOR_USER,Check your desktop for a screen cast pop-up.,Instructions to the user.
SCREENCAST.FAIL,Could not initialize screen cast source.,Error message on a window that normally displays screen casts.

1 DEFINITIONS.ANCHORED Anchored A movement option that makes this window move together with the rest of the workspace. Emphasize the “moving together” part as opposed to “not moving at all”.
106 SCREENCAST.QUEUED Waiting for a different overlay's screen cast pop-up to be approved. Instructions asking the user to pay attention to a different screen cast pop-up. “Overlay” was previously translated as “${DEFINITIONS.OVERLAY}”
107 SCREENCAST.WAITING_FOR_USER_DESC Check your dekstop for a screen cast pop-up. Select the following: Check your desktop for a screen cast pop-up. Select the following: Instructions to the user.
108 SCREENCAST.WAITING_FOR_USER Check your desktop for a screen cast pop-up. Instructions to the user.
109 SCREENCAST.FAIL Could not initialize screen cast source. Error message on a window that normally displays screen casts.
110 TOAST.TITLE_SCREENCAST_FAIL Could not start screen cast source! Error message on a window that normally displays screen casts.
111 TOAST.CANNOT_ADD_SET Cannot add set! Error message telling the user the set could not be added. “Set” was previously translated as “${DEFINITIONS.SET}”
112 TOAST.CANNOT_REMOVE_SET Cannot remove set! Error message telling the user the set could not be removed. “Set” was previously translated as “${DEFINITIONS.SET}”

View File

@ -56,7 +56,7 @@
"SCREENCAST": {
"PENDING": "Please wait...",
"QUEUED": "Waiting for a different overlay's screen cast pop-up to be approved.",
"WAITING_FOR_USER_DESC": "Check your dekstop for a screen cast pop-up.\nSelect the following:",
"WAITING_FOR_USER_DESC": "Check your desktop for a screen cast pop-up.\nSelect the following:",
"WAITING_FOR_USER": "Check your desktop for a screen cast pop-up.",
"FAIL": "Could not initialize screen cast source."
},