mirror of
https://github.com/SimpleMobileTools/Simple-Flashlight.git
synced 2025-03-02 18:47:39 +01:00
change the launcher name to Flashlight
This commit is contained in:
parent
3804992423
commit
cd703d08d3
@ -13,7 +13,7 @@
|
||||
<application
|
||||
android:allowBackup="true"
|
||||
android:icon="@mipmap/launcher"
|
||||
android:label="@string/app_name"
|
||||
android:label="@string/app_launcher_name"
|
||||
android:supportsRtl="true"
|
||||
android:theme="@style/AppTheme">
|
||||
<activity
|
||||
|
@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">Simple Flashlight</string>
|
||||
<string name="app_launcher_name">Flashlight</string>
|
||||
<string name="camera_error">Rilevamento fotocamera fallito</string>
|
||||
|
||||
<!-- Settings -->
|
||||
|
@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">シンプル フラッシュライト</string>
|
||||
<string name="app_launcher_name">Flashlight</string>
|
||||
<string name="camera_error">カメラの取得に失敗しました</string>
|
||||
|
||||
<!-- Settings -->
|
||||
|
@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<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>
|
||||
|
||||
<!-- Settings -->
|
||||
|
@ -1,5 +1,6 @@
|
||||
<resources>
|
||||
<string name="app_name">Simple Flashlight</string>
|
||||
<string name="app_launcher_name">Flashlight</string>
|
||||
<string name="camera_error">Obtaining the camera failed</string>
|
||||
|
||||
<!-- Settings -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user