change the launcher name to Flashlight

This commit is contained in:
tibbi 2016-08-29 22:46:10 +02:00
parent 3804992423
commit cd703d08d3
5 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<application <application
android:allowBackup="true" android:allowBackup="true"
android:icon="@mipmap/launcher" android:icon="@mipmap/launcher"
android:label="@string/app_name" android:label="@string/app_launcher_name"
android:supportsRtl="true" android:supportsRtl="true"
android:theme="@style/AppTheme"> android:theme="@style/AppTheme">
<activity <activity

View File

@ -1,5 +1,6 @@
<resources> <resources>
<string name="app_name">Simple Flashlight</string> <string name="app_name">Simple Flashlight</string>
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">Rilevamento fotocamera fallito</string> <string name="camera_error">Rilevamento fotocamera fallito</string>
<!-- Settings --> <!-- Settings -->

View File

@ -1,5 +1,6 @@
<resources> <resources>
<string name="app_name">シンプル フラッシュライト</string> <string name="app_name">シンプル フラッシュライト</string>
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">カメラの取得に失敗しました</string> <string name="camera_error">カメラの取得に失敗しました</string>
<!-- Settings --> <!-- Settings -->

View File

@ -1,5 +1,6 @@
<resources> <resources>
<string name="app_name">Simple Flashlight</string> <string name="app_name">Simple Flashlight</string>
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">Det gick inte att komma åt kameran</string> <string name="camera_error">Det gick inte att komma åt kameran</string>
<!-- Settings --> <!-- Settings -->

View File

@ -1,5 +1,6 @@
<resources> <resources>
<string name="app_name">Simple Flashlight</string> <string name="app_name">Simple Flashlight</string>
<string name="app_launcher_name">Flashlight</string>
<string name="camera_error">Obtaining the camera failed</string> <string name="camera_error">Obtaining the camera failed</string>
<!-- Settings --> <!-- Settings -->