Skip to content

Commit b5782f2

Browse files
committed
rename the app launcher to File Manager
1 parent d6c9e85 commit b5782f2

File tree

6 files changed

+6
-1
lines changed

6 files changed

+6
-1
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<application
88
android:allowBackup="true"
99
android:icon="@mipmap/launcher"
10-
android:label="@string/app_name"
10+
android:label="@string/app_launcher_name"
1111
android:theme="@style/AppTheme">
1212
<activity android:name=".activities.MainActivity">
1313
<intent-filter>

app/src/main/res/values-de/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<resources>
22
<string name="app_name">Simple File Manager</string>
3+
<string name="app_launcher_name">File Manager</string>
34
<string name="share_via">Teilen per</string>
45
<string name="no_permissions">Wir benötigen die Berechtigung, auf deinen Speicher zuzugreifen</string>
56
<string name="no_app_found">Keine App zum Öffnen dieses Dateityps vorhanden</string>

app/src/main/res/values-it/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<resources>
22
<string name="app_name">Simple File Manager</string>
3+
<string name="app_launcher_name">File Manager</string>
34
<string name="share_via">Condividi via</string>
45
<string name="no_permissions">Serve l\'autorizzazione per accedere all\'archiviazione</string>
56
<string name="no_app_found">Nessuna app disponibile per aprire questo tipo di file</string>

app/src/main/res/values-ja/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<resources>
22
<string name="app_name">シンプル ファイル マネージャー</string>
3+
<string name="app_launcher_name">File Manager</string>
34
<string name="share_via">共有</string>
45
<string name="no_permissions">ストレージにアクセスするアクセス許可が必要です</string>
56
<string name="no_app_found">この種類のファイルを開くことができるアプリがありません</string>

app/src/main/res/values-sv/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<resources>
22
<string name="app_name">Simple File Manager</string>
3+
<string name="app_launcher_name">File Manager</string>
34
<string name="share_via">Dela via</string>
45
<string name="no_permissions">Vi behöver tillgång till ditt lagringsutrymme</string>
56
<string name="no_app_found">Det finns ingen app tillgänglig för att öppna denna typ av fil</string>

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<resources>
22
<string name="app_name">Simple File Manager</string>
3+
<string name="app_launcher_name">File Manager</string>
34
<string name="share_via">Share via</string>
45
<string name="no_permissions">We need the permission to access your storage</string>
56
<string name="no_app_found">No app for opening this type of files is available</string>

0 commit comments

Comments
 (0)