add a clarification that Delete just removes the icon from the grid

This commit is contained in:
tibbi 2017-11-12 17:43:12 +01:00
parent edc82e2390
commit fda3e2fecb
7 changed files with 7 additions and 1 deletions

View File

@ -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()
}
}

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>