change the app launcher name to Gallery

This commit is contained in:
tibbi 2016-08-25 21:52:49 +02:00
parent b9ee748855
commit cc802df7fd
5 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,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

View File

@ -1,5 +1,6 @@
<resources>
<string name="app_name">Simple Gallery</string>
<string name="app_launcher_name">Gallery</string>
<string name="share_via">Condividi via</string>
<string name="no_permissions">Non c\'è molto da fare in una galleria senza l\'accesso all\'archiviazione</string>
<string name="delete">Elimina</string>
@ -29,6 +30,7 @@
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="set_as_wallpaper">Set as Wallpaper</string>
<string name="set_as_wallpaper_failed">Setting as Wallpaper failed</string>
<plurals name="folders_deleted">
<item quantity="one">1 cartella eliminata</item>

View File

@ -1,5 +1,6 @@
<resources>
<string name="app_name">シンプル ギャラリー</string>
<string name="app_launcher_name">Gallery</string>
<string name="share_via">共有...</string>
<string name="no_permissions">ストレージにアクセスしないとギャラリーでできることはほとんどありません</string>
<string name="delete">削除</string>
@ -29,6 +30,7 @@
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="set_as_wallpaper">Set as Wallpaper</string>
<string name="set_as_wallpaper_failed">Setting as Wallpaper failed</string>
<plurals name="folders_deleted">
<item quantity="one">1 フォルダーを削除しました</item>

View File

@ -1,5 +1,6 @@
<resources>
<string name="app_name">Simple Gallery</string>
<string name="app_launcher_name">Gallery</string>
<string name="share_via">Dela via</string>
<string name="no_permissions">Inte mycket att göra i ett galleri om jag inte kommer åt lagringsutrymmet</string>
<string name="delete">Ta bort</string>
@ -29,6 +30,7 @@
<string name="ok">OK</string>
<string name="cancel">Cancel</string>
<string name="set_as_wallpaper">Set as Wallpaper</string>
<string name="set_as_wallpaper_failed">Setting as Wallpaper failed</string>
<plurals name="folders_deleted">
<item quantity="one">1 mapp borttagen</item>

View File

@ -1,5 +1,6 @@
<resources>
<string name="app_name">Simple Gallery</string>
<string name="app_launcher_name">Gallery</string>
<string name="share_via">Share via</string>
<string name="no_permissions">Not much to do in a gallery without accessing your storage</string>
<string name="delete">Delete</string>