mirror of
https://github.com/SimpleMobileTools/Simple-App-Launcher.git
synced 2025-03-05 20:07:49 +01:00
add a clarification that Delete just removes the icon from the grid
This commit is contained in:
parent
edc82e2390
commit
fda3e2fecb
@ -119,7 +119,7 @@ class RecyclerAdapter(val activity: SimpleActivity, val launchers: MutableList<A
|
||||
}
|
||||
|
||||
private fun askConfirmDelete() {
|
||||
ConfirmationDialog(activity) {
|
||||
ConfirmationDialog(activity, "", R.string.delete_explanation, R.string.ok, R.string.cancel) {
|
||||
deleteItems()
|
||||
}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
<string name="app_name">Schlichter AppLauncher</string>
|
||||
<string name="app_launcher_name">App Launcher</string>
|
||||
<string name="enter_launcher_name">Bitte gib einen Namen für die Verknüpfung ein</string>
|
||||
<string name="delete_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
|
||||
|
||||
<!-- Apps -->
|
||||
<string name="calculator">Rechner</string>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<string name="app_name">Simple App Launcher</string>
|
||||
<string name="app_launcher_name">Lanzador de aplicaciones</string>
|
||||
<string name="enter_launcher_name">Por favor, introduzca un nombre para el lanzador</string>
|
||||
<string name="delete_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
|
||||
|
||||
<!-- Apps -->
|
||||
<string name="calculator">Calculadora</string>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<string name="app_name">シンプル アプリ ランチャー</string>
|
||||
<string name="app_launcher_name">アプリ ランチャー</string>
|
||||
<string name="enter_launcher_name">ランチャーの名前を入力してください</string>
|
||||
<string name="delete_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
|
||||
|
||||
<!-- Apps -->
|
||||
<string name="calculator">電卓</string>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<string name="app_name">Prosty Launcher Aplikacji</string>
|
||||
<string name="app_launcher_name">Launcher Aplikacji</string>
|
||||
<string name="enter_launcher_name">Proszę wpisać nazwę launchera</string>
|
||||
<string name="delete_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
|
||||
|
||||
<!-- Apps -->
|
||||
<string name="calculator">Kalkulator</string>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<string name="app_name">Simple App Launcher</string>
|
||||
<string name="app_launcher_name">Lançador de aplicações</string>
|
||||
<string name="enter_launcher_name">Por favor digite um nome para o lançador</string>
|
||||
<string name="delete_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
|
||||
|
||||
<!-- Apps -->
|
||||
<string name="calculator">Calculadora</string>
|
||||
|
@ -2,6 +2,7 @@
|
||||
<string name="app_name">Simple App Launcher</string>
|
||||
<string name="app_launcher_name">App Launcher</string>
|
||||
<string name="enter_launcher_name">Please enter a launcher name</string>
|
||||
<string name="delete_explanation">This will just remove the launcher icon from this grid, not uninstall the actual app.</string>
|
||||
|
||||
<!-- Apps -->
|
||||
<string name="calculator">Calculator</string>
|
||||
|
Loading…
x
Reference in New Issue
Block a user