mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-05-05 20:38:50 +02:00
change the launcher name to Flashlight
This commit is contained in:
parent
3804992423
commit
cd703d08d3
@ -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
|
||||||
|
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
@ -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 -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user