From af9b5bd81e2dbb72a61ace1cefdb283265bae987 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 10 Dec 2016 23:47:40 +0100 Subject: [PATCH] update some strings --- .../com/simplemobiletools/gallery/activities/MediaActivity.kt | 2 +- app/src/main/res/values-de/strings.xml | 4 ++-- app/src/main/res/values-es/strings.xml | 4 ++-- app/src/main/res/values-it/strings.xml | 4 ++-- app/src/main/res/values-ja/strings.xml | 4 ++-- app/src/main/res/values-pt-rPT/strings.xml | 2 +- app/src/main/res/values-ru/strings.xml | 2 +- app/src/main/res/values-sv/strings.xml | 4 ++-- app/src/main/res/values-zh/strings.xml | 4 ++-- app/src/main/res/values/strings.xml | 4 ++-- 10 files changed, 17 insertions(+), 17 deletions(-) diff --git a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MediaActivity.kt b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MediaActivity.kt index e7c49630e..3cbd20d17 100644 --- a/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MediaActivity.kt +++ b/app/src/main/kotlin/com/simplemobiletools/gallery/activities/MediaActivity.kt @@ -64,7 +64,7 @@ class MediaActivity : SimpleActivity(), MediaAdapter.MediaOperationsListener { private fun tryloadGallery() { if (hasStoragePermission()) { val dirName = getHumanizedFilename(mPath) - title = if (mShowAll) resources.getString(R.string.all_media) else dirName + title = if (mShowAll) resources.getString(R.string.all_folders) else dirName getMedia() } else { finish() diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 45326581c..f312513ef 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -46,8 +46,8 @@ Some files could not be moved Some files could not be copied Der Name enthält nicht erlaubte Zeichen - Show all media files - All media + Show all folders content + All media Switch to folder view Select all diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index ad4547af3..de4c365b4 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -46,8 +46,8 @@ Some files could not be moved Some files could not be copied The name contains invalid characters - Show all media files - All media + Show all folders content + All media Switch to folder view Select all diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index efe7d1ce3..d470a251d 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -46,8 +46,8 @@ Alcuni file non possono essere spostati Alcuni file non possono essere copiati Il nome contiene caratteri non validi - Show all media files - All media + Show all folders content + All media Switch to folder view Select all diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 2cb25773c..f643bc747 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -46,8 +46,8 @@ 一部のファイルが移動できませんでした 一部のファイルがコピーできませんでした 名前に無効な文字が含まれています - Show all media files - All media + Show all folders content + All media Switch to folder view Select all diff --git a/app/src/main/res/values-pt-rPT/strings.xml b/app/src/main/res/values-pt-rPT/strings.xml index 668e7cbda..d7f792315 100644 --- a/app/src/main/res/values-pt-rPT/strings.xml +++ b/app/src/main/res/values-pt-rPT/strings.xml @@ -47,7 +47,7 @@ Alguns ficheiros não foram copiados O nome contém caracteres inválidos Mostrar todos os ficheiros multimédia - Multimédia + Multimédia Alternar para a vista de pastas Selecionar tudo diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 90f2fbd33..d40b3999f 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -48,7 +48,7 @@ Некоторые файлы не могут быть скопированы Имя содержит недопустимые символы Отобразить все медиафайлы - Все медиафайлы + Все медиафайлы Переключиться к виду с папками Выделить все diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index fdac25ed4..33471db06 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -46,8 +46,8 @@ Some files could not be moved Some files could not be copied Namnet innehåller ogiltiga tecken - Show all media files - All media + Show all folders content + All folders Switch to folder view Select all diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index e605a62df..b60181f71 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -47,8 +47,8 @@ 相同文件不能移动 相同文件不能复制 The name contains invalid characters - Show all media files - All media + Show all folders content + All folders Switch to folder view Select all diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c0f10fb4d..54d7e3d92 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -46,8 +46,8 @@ Some files could not be moved Some files could not be copied The name contains invalid characters - Show all media files - All media + Show all folders content + All folders Switch to folder view Select all