You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
586 B
14 lines
586 B
/*
|
|
AppShortcuts.strings
|
|
LeCountdown
|
|
|
|
Created by Laurent Morvillier on 07/03/2023.
|
|
|
|
*/
|
|
"Start ${applicationName}" = "Start ${applicationName}";
|
|
"Launch ${applicationName}" = "Launch ${applicationName}";
|
|
"Start ${timer} with ${applicationName}" = "Start ${timer} with ${applicationName}";
|
|
"Launch ${timer} with ${applicationName}" = "Launch ${timer} with ${applicationName}";
|
|
"${applicationName} ${timer}" = "${applicationName} ${timer}";
|
|
"${applicationName} my ${timer}" = "${applicationName} my ${timer}";
|
|
"${applicationName} the ${timer}" = "${applicationName} the ${timer}";
|
|
|