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.
13 lines
520 B
13 lines
520 B
/*
|
|
AppShortcuts.strings
|
|
LeCountdown
|
|
|
|
Created by Laurent Morvillier on 07/03/2023.
|
|
|
|
*/
|
|
"Start ${applicationName}" = "Démarre ${applicationName}";
|
|
"Launch ${applicationName}" = "Lance ${applicationName}";
|
|
"Start ${timer} with ${applicationName}" = "Démarre ${timer} avec ${applicationName}";
|
|
"Launch ${timer} with ${applicationName}" = "Lance ${timer} avec ${applicationName}";
|
|
"${applicationName} ${timer}" = "${applicationName} ${timer}";
|
|
"${applicationName} my ${timer}" = "${applicationName} mon ${timer}";
|
|
|