mirror of
https://github.com/FossifyOrg/Gallery.git
synced 2024-11-22 20:48:00 +01:00
use a "hide" text at menus instead of "hide folder"
This commit is contained in:
parent
a05ecbe861
commit
73313a73b5
20 changed files with 6 additions and 40 deletions
|
@ -10,7 +10,7 @@ android {
|
|||
applicationId "com.simplemobiletools.gallery"
|
||||
minSdkVersion 16
|
||||
targetSdkVersion 23
|
||||
versionCode 95
|
||||
versionCode 96
|
||||
versionName "2.8.6"
|
||||
}
|
||||
|
||||
|
@ -32,7 +32,7 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.simplemobiletools:commons:2.17.4'
|
||||
compile 'com.simplemobiletools:commons:2.17.5'
|
||||
compile 'com.davemorrissey.labs:subsampling-scale-image-view:3.6.0'
|
||||
compile 'com.theartofdev.edmodo:android-image-cropper:2.4.0'
|
||||
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
|
||||
|
|
|
@ -24,12 +24,12 @@
|
|||
<item
|
||||
android:id="@+id/cab_hide"
|
||||
android:icon="@drawable/ic_hide"
|
||||
android:title="@string/hide_folder"
|
||||
android:title="@string/hide"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/cab_unhide"
|
||||
android:icon="@drawable/ic_unhide"
|
||||
android:title="@string/unhide_folder"
|
||||
android:title="@string/unhide"
|
||||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/cab_exclude"
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
app:showAsAction="ifRoom"/>
|
||||
<item
|
||||
android:id="@+id/hide_folder"
|
||||
android:title="@string/hide_folder"
|
||||
android:title="@string/hide"
|
||||
app:showAsAction="never"/>
|
||||
<item
|
||||
android:id="@+id/unhide_folder"
|
||||
android:title="@string/unhide_folder"
|
||||
android:title="@string/unhide"
|
||||
app:showAsAction="never"/>
|
||||
<item
|
||||
android:id="@+id/exclude_folder"
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Dočasně zobrazit skryté</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Skrýt složku</string>
|
||||
<string name="unhide_folder">Odkrýt složku</string>
|
||||
<string name="hide_folder_description">Tato funkce skryje složku, včetně podsložek, přidáním souboru \'.nomedia\'. Zobrazíte je zvolením možnosti \'Zobrazit skryté složky\' v nastavení. Pokračovat?</string>
|
||||
<string name="exclude">Vyloučit</string>
|
||||
<string name="excluded_folders">Vyloučené složky</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Verstecktes temporär zeigen</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Ordner verstecken</string>
|
||||
<string name="unhide_folder">Ordner nicht verstecken</string>
|
||||
<string name="hide_folder_description">Diese Funktion versteckt ausgewählte Ordner (auch für andere Apps), indem dort im Dateisystem eine \'.nomedia\'-Datei abgelegt wird. Dadurch werden auch deren Unterordner versteckt. Solche Ordner werden nur gezeigt, wenn die Einstellung \'Versteckte Ordner zeigen\' aktiv ist (auch andere Apps bieten üblicherweise eine solche Option). Fortfahren?</string>
|
||||
<string name="exclude">Ordner ausblenden</string>
|
||||
<string name="excluded_folders">Ausgeblendete Ordner</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Ocultar carpeta</string>
|
||||
<string name="unhide_folder">Mostrar carpeta</string>
|
||||
<string name="hide_folder_description">Esta función oculta la carpeta agregando un archivo \'.nomedia\' en ella, y ocultará también las subcarpetas. Puede mostrarlas cambiando la opción \'Mostrar carpetas ocultas\' en los Ajustes. ¿Continuar?</string>
|
||||
<string name="exclude">Excluir</string>
|
||||
<string name="excluded_folders">Carpetas excluidas</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Cacher le dossier</string>
|
||||
<string name="unhide_folder">Ne plus cacher le dossier</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Hide folder</string>
|
||||
<string name="unhide_folder">Unhide folder</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Nascondi cartella</string>
|
||||
<string name="unhide_folder">Mostra cartella nascosta</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">フォルダーを非表示</string>
|
||||
<string name="unhide_folder">フォルダーを表示</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Ukryj folder</string>
|
||||
<string name="unhide_folder">Pokaż folder</string>
|
||||
<string name="hide_folder_description">Ta funkcja ukrywa folder dodając \'. \' Nomedia plik do niego, można tak ukryć wszystkie podfoldery. Można je zobaczyć poprzez przełączanie \'Pokaż ukryte foldery \' opcję w ustawieniach. Kontyntynuj?</string>
|
||||
<string name="exclude">Wyklucz</string>
|
||||
<string name="excluded_folders">Wyklucz foldery</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Mostrar pastas ocultas temporariamente</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Ocultar pasta</string>
|
||||
<string name="unhide_folder">Mostrar pasta</string>
|
||||
<string name="hide_folder_description">Esta opção oculta uma pasta com a adição de um arquivo \'.nomedia\' dentro dela, e irá ocultar todas as subpastas que estejam dentro da mesma. Você poderá rever essas pastas com a opção \'Mostrar pastas ocultas\'. Continuar?</string>
|
||||
<string name="exclude">Excluir</string>
|
||||
<string name="excluded_folders">Pastas excluídas</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Mostrar ocultas temporariamente</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Ocultar pasta</string>
|
||||
<string name="unhide_folder">Mostrar pasta</string>
|
||||
<string name="hide_folder_description">Esta opção oculta uma pasta com a adição de um ficheiro \'.nomedia\' na pasta, e irá ocultar todas as subpastas existentes. Pode ver as pastas com a opção \'Mostrar pastas ocultas\'. Continuar?</string>
|
||||
<string name="exclude">Exclusão</string>
|
||||
<string name="excluded_folders">Pastas excluídas</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Временный показ скрытых</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Скрыть папку</string>
|
||||
<string name="unhide_folder">Сделать папку видимой</string>
|
||||
<string name="hide_folder_description">Эта опция скрывает папку, добавляя в неё файл \'.nomedia\'; будут скрыты все подпапки. Можно показывать их, переключая \'Показать скрытые папки\' в настройках. Продолжить?</string>
|
||||
<string name="exclude">Исключить</string>
|
||||
<string name="excluded_folders">Исключённые папки</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Dočasne zobraziť skryté</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Skryť priečinok</string>
|
||||
<string name="unhide_folder">Odkryť priečinok</string>
|
||||
<string name="hide_folder_description">Táto funkcia skryje priečinok pridaním súboru \'.nomedia\', skryté budú aj podpriečinky. Môžete ich vidieť zvolením možnosti \'Zobraziť skryté priečinky\' v nastaveniach. Pokračovať?</string>
|
||||
<string name="exclude">Vylúčiť</string>
|
||||
<string name="excluded_folders">Vylúčené priečinky</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Dölj mapp</string>
|
||||
<string name="unhide_folder">Visa mapp</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Geçici olarak gizli göster</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Klasörü gizle</string>
|
||||
<string name="unhide_folder">Klasörü göster</string>
|
||||
<string name="hide_folder_description">Bu işlev, klasöre\'.medya yok\'dosyası ekleyerek gizler; tüm alt klasörleri de gizler. Bunları Ayarlar\'da\'Gizli klasörleri göster\'seçeneğine basarak görebilirsiniz. Devam et?</string>
|
||||
<string name="exclude">Dışlama</string>
|
||||
<string name="excluded_folders">Hariç tutulan klasörler</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">隐藏文件夹</string>
|
||||
<string name="unhide_folder">显示文件夹</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">隱藏資料夾</string>
|
||||
<string name="unhide_folder">顯示資料夾</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
|
@ -22,8 +22,6 @@
|
|||
<string name="temporarily_show_hidden">Temporarily show hidden</string>
|
||||
|
||||
<!-- Hide / Exclude -->
|
||||
<string name="hide_folder">Hide folder</string>
|
||||
<string name="unhide_folder">Unhide folder</string>
|
||||
<string name="hide_folder_description">This function hides the folder by adding a \'.nomedia\' file into it, it will hide all subfolders too. You can see them by toggling the \'Show hidden folders\' option in Settings. Continue?</string>
|
||||
<string name="exclude">Exclude</string>
|
||||
<string name="excluded_folders">Excluded folders</string>
|
||||
|
|
Loading…
Reference in a new issue