diff options
106 files changed, 549 insertions, 390 deletions
diff --git a/res/flag(com.android.documentsui.flags.use_material3)/color/fragment_pick_button_background_color.xml b/res/flag(com.android.documentsui.flags.use_material3)/color/fragment_pick_button_background_color.xml deleted file mode 100644 index cf6d480ea..000000000 --- a/res/flag(com.android.documentsui.flags.use_material3)/color/fragment_pick_button_background_color.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - Copyright 2018 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - https://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:color="@color/fragment_pick_active_button_color" android:state_enabled="true" /> - <item android:color="@color/fragment_pick_inactive_button_color" android:state_enabled="false" /> -</selector>
\ No newline at end of file diff --git a/res/flag(com.android.documentsui.flags.use_material3)/color/fragment_pick_button_text_color.xml b/res/flag(com.android.documentsui.flags.use_material3)/color/fragment_pick_button_text_color.xml deleted file mode 100644 index e4e1edc48..000000000 --- a/res/flag(com.android.documentsui.flags.use_material3)/color/fragment_pick_button_text_color.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?><!-- - Copyright 2018 The Android Open Source Project - - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - https://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - --> - -<selector xmlns:android="http://schemas.android.com/apk/res/android"> - <item android:color="@color/fragment_pick_active_text_color" android:state_enabled="true" /> - <item android:color="@color/fragment_pick_inactive_text_color" android:state_enabled="false" /> -</selector>
\ No newline at end of file diff --git a/res/flag(com.android.documentsui.flags.use_material3)/drawable/ic_zoom_out.xml b/res/flag(com.android.documentsui.flags.use_material3)/drawable/ic_zoom_out.xml index c986d6579..9affe2bb9 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/drawable/ic_zoom_out.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/drawable/ic_zoom_out.xml @@ -16,9 +16,10 @@ <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" - android:viewportWidth="24.0" - android:viewportHeight="24.0"> + android:viewportWidth="960" + android:viewportHeight="960"> <path - android:fillColor="@android:color/white" - android:pathData="M15,3l2.3,2.3 -2.89,2.87 1.42,1.42L18.7,6.7 21,9L21,3zM3,9l2.3,-2.3 2.87,2.89 1.42,-1.42L6.7,5.3 9,3L3,3zM9,21l-2.3,-2.3 2.89,-2.87 -1.42,-1.42L5.3,17.3 3,15v6zM21,15l-2.3,2.3 -2.87,-2.89 -1.42,1.42 2.89,2.87L15,21h6z"/> + android:fillColor="?attr/colorOnSurface" + android:pathData="M480,640Q555,640 607.5,587.5Q660,535 660,460Q660,385 607.5,332.5Q555,280 480,280Q405,280 352.5,332.5Q300,385 300,460Q300,535 352.5,587.5Q405,640 480,640ZM480,568Q435,568 403.5,536.5Q372,505 372,460Q372,415 403.5,383.5Q435,352 480,352Q525,352 556.5,383.5Q588,415 588,460Q588,505 556.5,536.5Q525,568 480,568ZM480,760Q334,760 214,678.5Q94,597 40,460Q94,323 214,241.5Q334,160 480,160Q626,160 746,241.5Q866,323 920,460Q866,597 746,678.5Q626,760 480,760ZM480,460Q480,460 480,460Q480,460 480,460Q480,460 480,460Q480,460 480,460Q480,460 480,460Q480,460 480,460Q480,460 480,460Q480,460 480,460ZM480,680Q593,680 687.5,620.5Q782,561 832,460Q782,359 687.5,299.5Q593,240 480,240Q367,240 272.5,299.5Q178,359 128,460Q178,561 272.5,620.5Q367,680 480,680Z" /> </vector> + diff --git a/res/flag(com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml b/res/flag(com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml index fc4a22bc6..aeb85442f 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/layout/drawer_layout.xml @@ -83,7 +83,8 @@ android:id="@+id/horizontal_breadcrumb" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?attr/colorSurfaceBright" /> + android:background="?attr/colorSurfaceBright" + android:paddingHorizontal="@dimen/breadcrumb_padding_horizontal" /> <androidx.coordinatorlayout.widget.CoordinatorLayout android:id="@+id/container_save" diff --git a/res/flag(com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml b/res/flag(com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml index 5496f0d84..c2a06122a 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/layout/fixed_layout.xml @@ -115,7 +115,8 @@ <com.android.documentsui.HorizontalBreadcrumb android:id="@+id/horizontal_breadcrumb" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:paddingHorizontal="@dimen/breadcrumb_padding_horizontal" /> </LinearLayout> diff --git a/res/flag(com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml b/res/flag(com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml index 3929ce505..5923bf9eb 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/layout/fragment_pick.xml @@ -49,8 +49,6 @@ app:cornerRadius="@dimen/button_corner_radius" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:backgroundTint="@color/fragment_pick_button_background_color" - android:textColor="@color/fragment_pick_button_text_color" android:layout_marginStart="@dimen/picker_saver_button_gap" android:layout_marginEnd="@dimen/picker_saver_button_gap" /> diff --git a/res/flag(com.android.documentsui.flags.use_material3)/layout/item_doc_inflated_message.xml b/res/flag(com.android.documentsui.flags.use_material3)/layout/item_doc_inflated_message.xml index 26f5a8ee7..9cf92940c 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/layout/item_doc_inflated_message.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/layout/item_doc_inflated_message.xml @@ -19,7 +19,7 @@ android:id="@android:id/empty" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:attr/colorBackground" + android:background="?attr/colorSurfaceBright" android:focusable="true"> <include android:id="@+id/content" layout="@layout/item_doc_inflated_message_content"/> diff --git a/res/flag(com.android.documentsui.flags.use_material3)/layout/nav_rail_layout.xml b/res/flag(com.android.documentsui.flags.use_material3)/layout/nav_rail_layout.xml index bd85b7dac..bfbb83c17 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/layout/nav_rail_layout.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/layout/nav_rail_layout.xml @@ -147,7 +147,8 @@ <com.android.documentsui.HorizontalBreadcrumb android:id="@+id/horizontal_breadcrumb" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="wrap_content" + android:paddingHorizontal="@dimen/breadcrumb_padding_horizontal" /> </LinearLayout> <androidx.coordinatorlayout.widget.CoordinatorLayout diff --git a/res/flag(com.android.documentsui.flags.use_material3)/layout/search_chip_row.xml b/res/flag(com.android.documentsui.flags.use_material3)/layout/search_chip_row.xml index 559ae3188..62a36f3e8 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/layout/search_chip_row.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/layout/search_chip_row.xml @@ -20,10 +20,21 @@ android:layout_height="wrap_content" android:scrollbars="none"> - <com.google.android.material.chip.ChipGroup - android:id="@+id/search_chip_group" + <!-- This additional FrameLayout layer is essential to make HorizontalScrollView work with the + marginHorizontal on the ChipGroup below, without this the scroll behavior is weird. + Alternatively we could use paddingHorizontal on the ChipGroup below to make it work with + HorizontalScrollView, but that cause a weird padding issue in RTL. + --> + <FrameLayout android:layout_width="match_parent" - android:layout_height="wrap_content" - android:paddingHorizontal="@dimen/main_container_padding_start" - android:paddingVertical="@dimen/search_chip_group_padding_vertical" /> + android:layout_height="wrap_content"> + + <com.google.android.material.chip.ChipGroup + android:id="@+id/search_chip_group" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_marginHorizontal="@dimen/main_container_padding_start" + android:paddingVertical="@dimen/search_chip_group_padding_vertical" /> + + </FrameLayout> </HorizontalScrollView> diff --git a/res/flag(com.android.documentsui.flags.use_material3)/values/dimens.xml b/res/flag(com.android.documentsui.flags.use_material3)/values/dimens.xml index ed94fd16f..a76cb131b 100644 --- a/res/flag(com.android.documentsui.flags.use_material3)/values/dimens.xml +++ b/res/flag(com.android.documentsui.flags.use_material3)/values/dimens.xml @@ -36,6 +36,7 @@ <dimen name="check_icon_size">20dp</dimen> <dimen name="zoom_icon_size">24dp</dimen> <dimen name="list_item_thumbnail_size">40dp</dimen> + <dimen name="list_item_thumbnail_border_width">2dp</dimen> <dimen name="grid_item_icon_size">30dp</dimen> <!-- TODO(b/379776735): remove this after use_material3 flag is launched. --> <dimen name="progress_bar_height">4dp</dimen> @@ -58,7 +59,12 @@ <dimen name="list_item_icon_padding">16dp</dimen> <dimen name="list_divider_inset">72dp</dimen> <!-- block end --> + <dimen name="breadcrumb_padding_horizontal">@dimen/space_small_3</dimen> + <!-- TODO(b/379776735): remove this after use_material3 flag is launched. --> <dimen name="breadcrumb_item_padding">8dp</dimen> + <dimen name="breadcrumb_item_padding_horizontal">12dp</dimen> + <dimen name="breadcrumb_item_padding_vertical">6dp</dimen> + <dimen name="breadcrumb_item_arrow_padding">@dimen/space_extra_small_2</dimen> <dimen name="breadcrumb_item_height">36dp</dimen> <dimen name="dir_elevation">8dp</dimen> <dimen name="drag_shadow_size">120dp</dimen> @@ -70,6 +76,7 @@ <dimen name="grid_item_thumbnail_width">80dp</dimen> <dimen name="grid_item_thumbnail_height">80dp</dimen> <dimen name="grid_item_thumbnail_radius">12dp</dimen> + <dimen name="grid_item_thumbnail_border_width">2dp</dimen> <dimen name="grid_item_icon_width">64dp</dimen> <dimen name="grid_item_icon_height">64dp</dimen> <dimen name="grid_item_layout_margin">@dimen/space_small_1</dimen> @@ -175,6 +182,7 @@ <dimen name="search_chip_radius">8dp</dimen> <dimen name="search_chip_group_padding_vertical">@dimen/space_extra_small_4</dimen> + <dimen name="search_chip_inactive_stroke_width">1dp</dimen> <dimen name="main_container_padding_start">@dimen/space_small_4</dimen> <dimen name="main_container_padding_end">@dimen/space_small_4</dimen> <dimen name="main_container_padding_top">0dp</dimen> diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index baa4d82f5..8997f38aa 100644 --- a/res/values-af/strings.xml +++ b/res/values-af/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Pers saam"</string> <string name="menu_extract" msgid="8171946945982532262">"Onttrek na …"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Uittreksel van alles …"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Onttrek hier"</string> + <string name="menu_browse" msgid="6007716414766674967">"Blaai"</string> <string name="menu_rename" msgid="1883113442688817554">"Hernoem"</string> <string name="menu_inspect" msgid="7279855349299446224">"Kry inligting"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Wys versteekte lêers"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Wys tans in roostermodus."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Wys tans in lysmodus."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml index 421bded2b..1ecd90486 100644 --- a/res/values-am/strings.xml +++ b/res/values-am/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"ጭመቅ"</string> <string name="menu_extract" msgid="8171946945982532262">"አውጣ ወደ…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"ሁሉንም አውጣ…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ወደዚህ አውጣ"</string> + <string name="menu_browse" msgid="6007716414766674967">"ያስሱ"</string> <string name="menu_rename" msgid="1883113442688817554">"ዳግም ሰይም"</string> <string name="menu_inspect" msgid="7279855349299446224">"መረጃ አግኝ"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"የተደበቁ ፋይሎችን አሳይ"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"በፍርግርግ ሁነታ ላይ በማሳየት ላይ።"</string> <string name="list_mode_showing" msgid="1225413902295895166">"በዝርዝር ሁነታ ላይ በማሳየት ላይ።"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml index 6bd34715e..4ca9b882e 100644 --- a/res/values-ar/strings.xml +++ b/res/values-ar/strings.xml @@ -383,4 +383,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"يتم العرض في وضع الشبكة."</string> <string name="list_mode_showing" msgid="1225413902295895166">"يتم العرض في وضع القائمة."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-as/strings.xml b/res/values-as/strings.xml index 709b33918..17ad4cc6b 100644 --- a/res/values-as/strings.xml +++ b/res/values-as/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"সংকুচিত কৰক"</string> <string name="menu_extract" msgid="8171946945982532262">"ইয়ালৈ আহৰণ কৰক…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"আটাইবোৰ আহৰণ কৰক…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ইয়াত আহৰণ কৰক"</string> + <string name="menu_browse" msgid="6007716414766674967">"ব্ৰাউজ কৰক"</string> <string name="menu_rename" msgid="1883113442688817554">"নতুন নাম দিয়ক"</string> <string name="menu_inspect" msgid="7279855349299446224">"তথ্য পাওক"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"লুকুৱাই থোৱা ফাইল দেখুৱাওক"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"গ্ৰিড ম’ডত দেখুৱাই থকা হৈছে।"</string> <string name="list_mode_showing" msgid="1225413902295895166">"সূচীযুক্ত ম’ডত দেখুৱাই থকা হৈছে।"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-az/strings.xml b/res/values-az/strings.xml index e3a324b37..def80e979 100644 --- a/res/values-az/strings.xml +++ b/res/values-az/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Sıxışdırın"</string> <string name="menu_extract" msgid="8171946945982532262">"Çıxarın…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Hamısını çıxarın…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Buraya çıxarın"</string> + <string name="menu_browse" msgid="6007716414766674967">"Axtarın"</string> <string name="menu_rename" msgid="1883113442688817554">"Adını dəyişdirin"</string> <string name="menu_inspect" msgid="7279855349299446224">"Məlumat əldə edin"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Gizli faylları göstərin"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Tor rejimində göstərilir."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Siyahı rejimində göstərilir."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml index d32395ae2..817a50bc5 100644 --- a/res/values-b+sr+Latn/strings.xml +++ b/res/values-b+sr+Latn/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Komprimuj"</string> <string name="menu_extract" msgid="8171946945982532262">"Izdvoj u…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Izdvoji sve…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Izdvoj ovde"</string> + <string name="menu_browse" msgid="6007716414766674967">"Pregledaj"</string> <string name="menu_rename" msgid="1883113442688817554">"Preimenuj"</string> <string name="menu_inspect" msgid="7279855349299446224">"Prikaži informacije"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Prikazuj skrivene datoteke"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Prikazuje se u režimu mreže."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Prikazuje se u režimu liste."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-be/strings.xml b/res/values-be/strings.xml index 0b6c3f5db..9c30734e6 100644 --- a/res/values-be/strings.xml +++ b/res/values-be/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Сціснуць"</string> <string name="menu_extract" msgid="8171946945982532262">"Выняць у…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Выняць усе…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Выняць сюды"</string> + <string name="menu_browse" msgid="6007716414766674967">"Прагледзець"</string> <string name="menu_rename" msgid="1883113442688817554">"Перайменаваць"</string> <string name="menu_inspect" msgid="7279855349299446224">"Атрымаць інфармацыю"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Паказваць схаваныя файлы"</string> @@ -339,4 +337,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Паказ у рэжыме табліцы."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Паказ у рэжыме спіса."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index 472177e34..f2ed3ba57 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Компресиране"</string> <string name="menu_extract" msgid="8171946945982532262">"Извличане в/ъв…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Извличане на всички…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Извличане тук"</string> + <string name="menu_browse" msgid="6007716414766674967">"Преглед"</string> <string name="menu_rename" msgid="1883113442688817554">"Преименуване"</string> <string name="menu_inspect" msgid="7279855349299446224">"Получаване на информация"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Показване на скрити файлове"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Показва се в табличен изглед."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Показва се в списъчен изглед."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-bn/strings.xml b/res/values-bn/strings.xml index 0180a2ec5..ed431aee7 100644 --- a/res/values-bn/strings.xml +++ b/res/values-bn/strings.xml @@ -295,4 +295,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"গ্রিড মোডে দেখানো হচ্ছে।"</string> <string name="list_mode_showing" msgid="1225413902295895166">"তালিকা মোডে দেখানো হচ্ছে।"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-bs/strings.xml b/res/values-bs/strings.xml index a91859d04..0d5a137c3 100644 --- a/res/values-bs/strings.xml +++ b/res/values-bs/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Kompresiraj"</string> <string name="menu_extract" msgid="8171946945982532262">"Izdvoji u…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Izdvajanje svega…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Izdvoji ovdje"</string> + <string name="menu_browse" msgid="6007716414766674967">"Pregledaj"</string> <string name="menu_rename" msgid="1883113442688817554">"Promijeni naziv"</string> <string name="menu_inspect" msgid="7279855349299446224">"Prikaži informacije"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Prikaži skrivene fajlove"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Prikazivanje u vidu mreže."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Prikazivanje u vidu liste."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index 34fc2d325..dd7991aef 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Comprimeix"</string> <string name="menu_extract" msgid="8171946945982532262">"Extreu a…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extreu-ho tot…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extreu aquí"</string> + <string name="menu_browse" msgid="6007716414766674967">"Navega"</string> <string name="menu_rename" msgid="1883113442688817554">"Canvia el nom"</string> <string name="menu_inspect" msgid="7279855349299446224">"Obtén informació"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Mostra els fitxers amagats"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Es mostra en mode de quadrícula."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Es mostra en mode de llista."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 18c60e113..faf9e6177 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Zkomprimovat"</string> <string name="menu_extract" msgid="8171946945982532262">"Rozbalit do…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extrahovat vše…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extrahovat sem"</string> + <string name="menu_browse" msgid="6007716414766674967">"Procházet"</string> <string name="menu_rename" msgid="1883113442688817554">"Přejmenovat"</string> <string name="menu_inspect" msgid="7279855349299446224">"Zobrazit informace"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Zobrazit skryté soubory"</string> @@ -339,4 +337,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Zobrazuje se mřížka s položkami."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Zobrazuje se seznam položek."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index 81fb560e7..9f5d1167b 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Komprimer"</string> <string name="menu_extract" msgid="8171946945982532262">"Pak ud i…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Pak alle ud…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Udtræk herfra"</string> + <string name="menu_browse" msgid="6007716414766674967">"Gennemse"</string> <string name="menu_rename" msgid="1883113442688817554">"Omdøb"</string> <string name="menu_inspect" msgid="7279855349299446224">"Få oplysninger"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Vis skjulte filer"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Vises i gittervisning."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Vises i listevisning."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index ad5f001f6..58f653792 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Komprimieren"</string> <string name="menu_extract" msgid="8171946945982532262">"Extrahieren nach…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Alle extrahieren…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Hier extrahieren"</string> + <string name="menu_browse" msgid="6007716414766674967">"Durchsuchen"</string> <string name="menu_rename" msgid="1883113442688817554">"Umbenennen"</string> <string name="menu_inspect" msgid="7279855349299446224">"Weitere Informationen"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Ausgeblendete Dateien anzeigen"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Wird im Rastermodus angezeigt."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Wird im Listenmodus angezeigt."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml index 0d86524f5..9ae0b4910 100644 --- a/res/values-el/strings.xml +++ b/res/values-el/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Συμπίεση"</string> <string name="menu_extract" msgid="8171946945982532262">"Εξαγωγή σε…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Εξαγωγή όλων…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Εξαγωγή εδώ"</string> + <string name="menu_browse" msgid="6007716414766674967">"Περιήγηση"</string> <string name="menu_rename" msgid="1883113442688817554">"Μετονομασία"</string> <string name="menu_inspect" msgid="7279855349299446224">"Λήψη πληροφοριών"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Εμφάνιση κρυφών αρχείων"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Εμφάνιση σε λειτουργία πλέγματος."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Εμφάνιση σε λειτουργία λίστας."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml index c76787afe..b4d44a911 100644 --- a/res/values-en-rAU/strings.xml +++ b/res/values-en-rAU/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Compress"</string> <string name="menu_extract" msgid="8171946945982532262">"Extract to…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extract all…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extract here"</string> + <string name="menu_browse" msgid="6007716414766674967">"Browse"</string> <string name="menu_rename" msgid="1883113442688817554">"Rename"</string> <string name="menu_inspect" msgid="7279855349299446224">"Get info"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Show hidden files"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Showing in grid mode."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Showing in list mode."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-en-rCA/strings.xml b/res/values-en-rCA/strings.xml index 224563a47..adfdf6111 100644 --- a/res/values-en-rCA/strings.xml +++ b/res/values-en-rCA/strings.xml @@ -293,4 +293,5 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Showing in grid mode."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Showing in list mode."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <string name="file_name_hint" msgid="7843637320487415838">"File name"</string> </resources> diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index c76787afe..b4d44a911 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Compress"</string> <string name="menu_extract" msgid="8171946945982532262">"Extract to…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extract all…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extract here"</string> + <string name="menu_browse" msgid="6007716414766674967">"Browse"</string> <string name="menu_rename" msgid="1883113442688817554">"Rename"</string> <string name="menu_inspect" msgid="7279855349299446224">"Get info"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Show hidden files"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Showing in grid mode."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Showing in list mode."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml index c76787afe..b4d44a911 100644 --- a/res/values-en-rIN/strings.xml +++ b/res/values-en-rIN/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Compress"</string> <string name="menu_extract" msgid="8171946945982532262">"Extract to…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extract all…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extract here"</string> + <string name="menu_browse" msgid="6007716414766674967">"Browse"</string> <string name="menu_rename" msgid="1883113442688817554">"Rename"</string> <string name="menu_inspect" msgid="7279855349299446224">"Get info"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Show hidden files"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Showing in grid mode."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Showing in list mode."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml index 261fa0f72..0fbb19ee2 100644 --- a/res/values-es-rUS/strings.xml +++ b/res/values-es-rUS/strings.xml @@ -317,4 +317,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Se muestra en modo de cuadrícula."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Se muestra en modo de lista."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 63a69059d..a361d294d 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -317,4 +317,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Mostrando modo de cuadrícula."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Mostrando modo de lista."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml index 6ef6e5805..2330938ab 100644 --- a/res/values-et/strings.xml +++ b/res/values-et/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Tihenda"</string> <string name="menu_extract" msgid="8171946945982532262">"Ekstrakti …"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Ekstrakti kõik …"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Ekstrakti siia"</string> + <string name="menu_browse" msgid="6007716414766674967">"Sirvimine"</string> <string name="menu_rename" msgid="1883113442688817554">"Nimeta ümber"</string> <string name="menu_inspect" msgid="7279855349299446224">"Hangi teavet"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Kuva peidetud failid"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Kuvatud ruudustikuvaates."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Kuvatud loendivaates."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml index e09bff647..6128ef72d 100644 --- a/res/values-eu/strings.xml +++ b/res/values-eu/strings.xml @@ -295,4 +295,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Sareta moduan ikusgai."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Zerrenda moduan ikusgai."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index e7204cefc..9fe6eba70 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"فشرده کردن"</string> <string name="menu_extract" msgid="8171946945982532262">"استخراج در…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"استخراج همه…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"استخراج در اینجا"</string> + <string name="menu_browse" msgid="6007716414766674967">"مرور کردن"</string> <string name="menu_rename" msgid="1883113442688817554">"تغییر نام"</string> <string name="menu_inspect" msgid="7279855349299446224">"دریافت اطلاعات"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"فایلهای پنهان نشان داده شود"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"نمایش در حالت جدولی."</string> <string name="list_mode_showing" msgid="1225413902295895166">"نمایش در حالت فهرست."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index 182939f17..03769bc23 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Pakkaa"</string> <string name="menu_extract" msgid="8171946945982532262">"Pura kohteeseen…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Pura kaikki…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Pura tähän"</string> + <string name="menu_browse" msgid="6007716414766674967">"Selaa"</string> <string name="menu_rename" msgid="1883113442688817554">"Nimeä uudelleen"</string> <string name="menu_inspect" msgid="7279855349299446224">"Näytä tiedot"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Näytä piilotetut tiedostot"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Näytetään ruudukkotilassa."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Näytetään luettelotilassa."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml index 6eaa7ea7d..ac96f55f4 100644 --- a/res/values-fr-rCA/strings.xml +++ b/res/values-fr-rCA/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Compresser"</string> <string name="menu_extract" msgid="8171946945982532262">"Extraire vers…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Tout extraire…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extraire ici"</string> + <string name="menu_browse" msgid="6007716414766674967">"Parcourir"</string> <string name="menu_rename" msgid="1883113442688817554">"Renommer"</string> <string name="menu_inspect" msgid="7279855349299446224">"En savoir plus"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Afficher les fichiers masqués"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Affichage en mode grille."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Affichage en mode liste."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index c1f9b4552..68ec67fc5 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Compresser"</string> <string name="menu_extract" msgid="8171946945982532262">"Extraire sur…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Tout extraire…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extraire ici"</string> + <string name="menu_browse" msgid="6007716414766674967">"Parcourir"</string> <string name="menu_rename" msgid="1883113442688817554">"Renommer"</string> <string name="menu_inspect" msgid="7279855349299446224">"Obtenir les informations"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Afficher les fichiers masqués"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Affichage en mode grille."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Affichage en mode liste."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-gl/strings.xml b/res/values-gl/strings.xml index cfe9b7648..0df799e20 100644 --- a/res/values-gl/strings.xml +++ b/res/values-gl/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Comprimir"</string> <string name="menu_extract" msgid="8171946945982532262">"Extraer en..."</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extraer todo…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extraer aquí"</string> + <string name="menu_browse" msgid="6007716414766674967">"Explorar"</string> <string name="menu_rename" msgid="1883113442688817554">"Cambiar nome"</string> <string name="menu_inspect" msgid="7279855349299446224">"Obter información"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Amosar ficheiros ocultos"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Mostrando modo de grade."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Mostrando modo de lista."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-gu/strings.xml b/res/values-gu/strings.xml index 044d30fbf..5dfe833bd 100644 --- a/res/values-gu/strings.xml +++ b/res/values-gu/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"સંકુચિત કરો"</string> <string name="menu_extract" msgid="8171946945982532262">"આમાં એક્સટ્રેક્ટ કરો…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"બધું એક્સટ્રેક્ટ કરો…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"અહીં એક્સ્ટ્રેક્ટ કરો"</string> + <string name="menu_browse" msgid="6007716414766674967">"બ્રાઉઝ કરો"</string> <string name="menu_rename" msgid="1883113442688817554">"નામ બદલો"</string> <string name="menu_inspect" msgid="7279855349299446224">"માહિતી મેળવો"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"છુપાવેલી ફાઇલો બતાવો"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ગ્રિડ મોડમાં બતાવી રહ્યાં છીએ."</string> <string name="list_mode_showing" msgid="1225413902295895166">"સૂચિ મોડમાં બતાવી રહ્યાં છીએ."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml index 90aa59537..4b42a05f9 100644 --- a/res/values-hi/strings.xml +++ b/res/values-hi/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"कंप्रेस करें"</string> <string name="menu_extract" msgid="8171946945982532262">"यहां निकालें…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"सभी को एक्सट्रैक्ट करें…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"यहां एक्सट्रैक्ट करें"</string> + <string name="menu_browse" msgid="6007716414766674967">"ब्राउज़ करें"</string> <string name="menu_rename" msgid="1883113442688817554">"नाम बदलें"</string> <string name="menu_inspect" msgid="7279855349299446224">"जानकारी पाएं"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"छिपी हुई फ़ाइलें दिखाएं"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ग्रिड मोड में दिखाया जा रहा है."</string> <string name="list_mode_showing" msgid="1225413902295895166">"सूची मोड में दिखाया जा रहा है."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml index 998cedae7..5942b78aa 100644 --- a/res/values-hr/strings.xml +++ b/res/values-hr/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Sažmi"</string> <string name="menu_extract" msgid="8171946945982532262">"Izdvoji u…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Izdvoji sve…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Izdvoji ovdje"</string> + <string name="menu_browse" msgid="6007716414766674967">"Pregledaj"</string> <string name="menu_rename" msgid="1883113442688817554">"Promijeni naziv"</string> <string name="menu_inspect" msgid="7279855349299446224">"Informacije"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Prikaži skrivene datoteke"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Prikazivanje u načinu rešetke."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Prikazivanje u načinu popisa."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index 5ff2ec3d6..38abcc0c8 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Tömörítés"</string> <string name="menu_extract" msgid="8171946945982532262">"Kicsomagolás ide…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Összes kibontása"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Kibontás ide"</string> + <string name="menu_browse" msgid="6007716414766674967">"Böngészés"</string> <string name="menu_rename" msgid="1883113442688817554">"Átnevezés"</string> <string name="menu_inspect" msgid="7279855349299446224">"Információ megjelenítése"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Rejtett fájlok megjelenítése"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Megjelenítés rácsnézetben."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Megjelenítés listanézetben."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-hy/strings.xml b/res/values-hy/strings.xml index f33e0a36a..cfd9e24fc 100644 --- a/res/values-hy/strings.xml +++ b/res/values-hy/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Սեղմել"</string> <string name="menu_extract" msgid="8171946945982532262">"Արտահանել…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Դուրս բերել բոլորը…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Դուրս բերել այստեղ"</string> + <string name="menu_browse" msgid="6007716414766674967">"Դիտարկել"</string> <string name="menu_rename" msgid="1883113442688817554">"Վերանվանել"</string> <string name="menu_inspect" msgid="7279855349299446224">"Տեղեկություններ"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Ցուցադրել թաքցված ֆայլերը"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Ցուցադրվում է ցանցի տեսքով։"</string> <string name="list_mode_showing" msgid="1225413902295895166">"Ցուցադրվում է ցանկի տեսքով։"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml index 457587dd8..75f14dd13 100644 --- a/res/values-in/strings.xml +++ b/res/values-in/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Kompresi"</string> <string name="menu_extract" msgid="8171946945982532262">"Ekstrak ke…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Ekstrak semua…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Ekstrak di sini"</string> + <string name="menu_browse" msgid="6007716414766674967">"Cari"</string> <string name="menu_rename" msgid="1883113442688817554">"Ganti nama"</string> <string name="menu_inspect" msgid="7279855349299446224">"Dapatkan info"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Tampilkan file tersembunyi"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Menampilkan dalam mode petak."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Menampilkan dalam mode daftar."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-is/strings.xml b/res/values-is/strings.xml index 37eff6c12..c71925b4b 100644 --- a/res/values-is/strings.xml +++ b/res/values-is/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Þjappa"</string> <string name="menu_extract" msgid="8171946945982532262">"Flytja út í…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Draga allt út …"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Draga út hingað"</string> + <string name="menu_browse" msgid="6007716414766674967">"Skoða"</string> <string name="menu_rename" msgid="1883113442688817554">"Endurnefna"</string> <string name="menu_inspect" msgid="7279855349299446224">"Sækja upplýsingar"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Sýna faldar skrár"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Sýnir töfluyfirlit."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Sýnir listayfirlit."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 56c0eba02..ed543fc35 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Comprimi"</string> <string name="menu_extract" msgid="8171946945982532262">"Estrai in…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Estrai tutto…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Estrai qui"</string> + <string name="menu_browse" msgid="6007716414766674967">"Sfoglia"</string> <string name="menu_rename" msgid="1883113442688817554">"Rinomina"</string> <string name="menu_inspect" msgid="7279855349299446224">"Informazioni"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Mostra file nascosti"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Visualizzazione in modalità griglia."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Visualizzazione in modalità elenco."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml index cfdaec034..e7f088444 100644 --- a/res/values-iw/strings.xml +++ b/res/values-iw/strings.xml @@ -317,4 +317,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"הצגה בתצוגת טבלה."</string> <string name="list_mode_showing" msgid="1225413902295895166">"הצגה בתצוגת רשימה."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 3f80274d8..67523b952 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"圧縮"</string> <string name="menu_extract" msgid="8171946945982532262">"次の場所に解凍…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"すべて抽出…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ここに抽出"</string> + <string name="menu_browse" msgid="6007716414766674967">"参照"</string> <string name="menu_rename" msgid="1883113442688817554">"名前を変更"</string> <string name="menu_inspect" msgid="7279855349299446224">"詳細情報"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"非表示のファイルを表示"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"グリッドモードで表示しています。"</string> <string name="list_mode_showing" msgid="1225413902295895166">"リストモードで表示しています。"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ka/strings.xml b/res/values-ka/strings.xml index 9fe68fb2d..98ea5bd79 100644 --- a/res/values-ka/strings.xml +++ b/res/values-ka/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"შეკუმშვა"</string> <string name="menu_extract" msgid="8171946945982532262">"ამოღება…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"ყველას ამოღება…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ამოღება აქ"</string> + <string name="menu_browse" msgid="6007716414766674967">"დათვალიერება"</string> <string name="menu_rename" msgid="1883113442688817554">"გადარქმევა"</string> <string name="menu_inspect" msgid="7279855349299446224">"ინფორმაციის მიღება"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"გამოჩნდეს დამალული ფაილები"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ნაჩვენებია ბადის რეჟიმში."</string> <string name="list_mode_showing" msgid="1225413902295895166">"ნაჩვენებია სიის რეჟიმში."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-kk/strings.xml b/res/values-kk/strings.xml index 275e0f3d3..435c496fe 100644 --- a/res/values-kk/strings.xml +++ b/res/values-kk/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Сығу"</string> <string name="menu_extract" msgid="8171946945982532262">"Алынуда…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Барлығын шығарып алу…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Шығарып алу орны"</string> + <string name="menu_browse" msgid="6007716414766674967">"Шолу"</string> <string name="menu_rename" msgid="1883113442688817554">"Атын өзгерту"</string> <string name="menu_inspect" msgid="7279855349299446224">"Ақпарат алу"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Жасырын файлдарды көрсету"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Тор режимінде көрсетіледі."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Тізім режимінде көрсетіледі."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml index b353463d6..de0fa6d94 100644 --- a/res/values-km/strings.xml +++ b/res/values-km/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"បង្ហាប់"</string> <string name="menu_extract" msgid="8171946945982532262">"ស្រង់ទៅ…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"ស្រង់ចេញទាំងអស់…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ស្រង់ចេញទីនេះ"</string> + <string name="menu_browse" msgid="6007716414766674967">"រុករក"</string> <string name="menu_rename" msgid="1883113442688817554">"ប្ដូរឈ្មោះ"</string> <string name="menu_inspect" msgid="7279855349299446224">"ទទួលព័ត៌មាន"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"បង្ហាញឯកសារដែលបានលាក់"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"បង្ហាញក្នុងមុខងារក្រឡា។"</string> <string name="list_mode_showing" msgid="1225413902295895166">"បង្ហាញក្នុងមុខងារបញ្ជី។"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml index 546598127..dd9db19ee 100644 --- a/res/values-kn/strings.xml +++ b/res/values-kn/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"ಕುಗ್ಗಿಸಿ"</string> <string name="menu_extract" msgid="8171946945982532262">"ಇದಕ್ಕೆ ಬೇರ್ಪಡಿಸಲಾಗಿದೆ…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"ಎಲ್ಲವನ್ನೂ ಎಕ್ಸ್ಟ್ರ್ಯಾಕ್ಟ್ ಮಾಡಿ…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ಇಲ್ಲಿ ಎಕ್ಸ್ಟ್ರ್ಯಾಕ್ಟ್ ಮಾಡಿ"</string> + <string name="menu_browse" msgid="6007716414766674967">"ಬ್ರೌಸ್ ಮಾಡಿ"</string> <string name="menu_rename" msgid="1883113442688817554">"ಮರುಹೆಸರಿಸು"</string> <string name="menu_inspect" msgid="7279855349299446224">"ಮಾಹಿತಿಯನ್ನು ಪಡೆಯಿರಿ"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"ಮರೆಮಾಡಿದ ಫೈಲ್ಗಳನ್ನು ತೋರಿಸಿ"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ಗ್ರಿಡ್ ಮೋಡ್ನಲ್ಲಿ ತೋರಿಸಲಾಗುತ್ತಿದೆ."</string> <string name="list_mode_showing" msgid="1225413902295895166">"ಪಟ್ಟಿ ಮೋಡ್ನಲ್ಲಿ ತೋರಿಸಲಾಗುತ್ತಿದೆ."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 85a238740..5e8b0a659 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"압축"</string> <string name="menu_extract" msgid="8171946945982532262">"다음 위치에 추출..."</string> <string name="menu_extract_all" msgid="7335680068521252718">"모두 추출…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"여기에서 추출"</string> + <string name="menu_browse" msgid="6007716414766674967">"둘러보기"</string> <string name="menu_rename" msgid="1883113442688817554">"이름 바꾸기"</string> <string name="menu_inspect" msgid="7279855349299446224">"정보 확인"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"숨겨진 파일 표시"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"그리드 모드로 표시 중입니다."</string> <string name="list_mode_showing" msgid="1225413902295895166">"목록 모드로 표시 중입니다."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ky/strings.xml b/res/values-ky/strings.xml index acb645b29..26d59f1c0 100644 --- a/res/values-ky/strings.xml +++ b/res/values-ky/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Кысуу"</string> <string name="menu_extract" msgid="8171946945982532262">"Төмөнкүгө чыгаруу…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Баарын чыгаруу…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Бул жерге чыгаруу"</string> + <string name="menu_browse" msgid="6007716414766674967">"Серептөө"</string> <string name="menu_rename" msgid="1883113442688817554">"Аталышын өзгөртүү"</string> <string name="menu_inspect" msgid="7279855349299446224">"Маалымат алуу"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Жашырылган файлдар көрүнсүн"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Торчо режиминде көрсөтүлүүдө."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Тизме режиминде көрсөтүлүүдө."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-lo/strings.xml b/res/values-lo/strings.xml index 4cde46b8f..6f2912b63 100644 --- a/res/values-lo/strings.xml +++ b/res/values-lo/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"ບີບອັດ"</string> <string name="menu_extract" msgid="8171946945982532262">"ແຕກໄຟລ໌ໄປ…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"ດຶງຂໍ້ມູນຈາກເອກະສານທັງໝົດ…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ແຍກໄຟລ໌ອອກບ່ອນນີ້"</string> + <string name="menu_browse" msgid="6007716414766674967">"ເລືອກເບິ່ງ"</string> <string name="menu_rename" msgid="1883113442688817554">"ປ່ຽນຊື່"</string> <string name="menu_inspect" msgid="7279855349299446224">"ຂໍຂໍ້ມູນ"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"ສະແດງໄຟລ໌ທີ່ເຊື່ອງໄວ້"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ກຳລັງສະແດງໃນໂໝດຕາຕະລາງ."</string> <string name="list_mode_showing" msgid="1225413902295895166">"ກຳລັງສະແດງໃນໂໝດລາຍຊື່."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml index 71ddca34d..39790603e 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Suglaudinti"</string> <string name="menu_extract" msgid="8171946945982532262">"Išskleisti į..."</string> <string name="menu_extract_all" msgid="7335680068521252718">"Išskleisti viską…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Išskleisti čia"</string> + <string name="menu_browse" msgid="6007716414766674967">"Naršyti"</string> <string name="menu_rename" msgid="1883113442688817554">"Pervardyti"</string> <string name="menu_inspect" msgid="7279855349299446224">"Gauti informacijos"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Rodyti paslėptus failus"</string> @@ -339,4 +337,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Rodoma tinklelio režimu."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Rodoma sąrašo režimu."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index 2a62b8057..22db437a5 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Saspiest"</string> <string name="menu_extract" msgid="8171946945982532262">"Izvilkt..."</string> <string name="menu_extract_all" msgid="7335680068521252718">"Izgūt visu…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Izvilkt šeit"</string> + <string name="menu_browse" msgid="6007716414766674967">"Pārlūkot"</string> <string name="menu_rename" msgid="1883113442688817554">"Pārdēvēt"</string> <string name="menu_inspect" msgid="7279855349299446224">"Iegūt informāciju"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Rādīt paslēptos failus"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Tiek attēlots režģa režīms."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Tiek attēlots saraksta režīms."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml index bfab11efa..9fd70991e 100644 --- a/res/values-mk/strings.xml +++ b/res/values-mk/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Компримирај"</string> <string name="menu_extract" msgid="8171946945982532262">"Отпакувај во…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Извлечи сѐ…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Извлечи овде"</string> + <string name="menu_browse" msgid="6007716414766674967">"Прелистувај"</string> <string name="menu_rename" msgid="1883113442688817554">"Преименувај"</string> <string name="menu_inspect" msgid="7279855349299446224">"Добијте информации"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Прикажи скриени датотеки"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Се прикажува во режим на решетка."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Се прикажува во режим на список."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ml/strings.xml b/res/values-ml/strings.xml index c6476bfd1..f5f2679d6 100644 --- a/res/values-ml/strings.xml +++ b/res/values-ml/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"കംപ്രസ് ചെയ്യുക"</string> <string name="menu_extract" msgid="8171946945982532262">"എക്സ്ട്രാക്റ്റുചെയ്യുക…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"എക്സ്ട്രാക്റ്റ് ചെയ്യൂ…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ഇവിടെ എക്സ്ട്രാക്റ്റുചെയ്യൂ"</string> + <string name="menu_browse" msgid="6007716414766674967">"ബ്രൗസ് ചെയ്യുക"</string> <string name="menu_rename" msgid="1883113442688817554">"പേര് മാറ്റുക"</string> <string name="menu_inspect" msgid="7279855349299446224">"വിവരങ്ങൾ നേടുക"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"മറച്ചിരിക്കുന്ന ഫയൽ കാണിക്കൂ"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ഗ്രിഡ് മോഡിൽ കാണിക്കുന്നു."</string> <string name="list_mode_showing" msgid="1225413902295895166">"ലിസ്റ്റ് മോഡിൽ കാണിക്കുന്നു."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-mn/strings.xml b/res/values-mn/strings.xml index caf20f1aa..e68478e23 100644 --- a/res/values-mn/strings.xml +++ b/res/values-mn/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Шахах"</string> <string name="menu_extract" msgid="8171946945982532262">"Дараахад задлах…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Бүгдийг задлах…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Энд задлах"</string> + <string name="menu_browse" msgid="6007716414766674967">"Үзэх"</string> <string name="menu_rename" msgid="1883113442688817554">"Нэр өөрчлөх"</string> <string name="menu_inspect" msgid="7279855349299446224">"Мэдээлэл авах"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Нуусан файлудыг харуул"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Хүснэгтийн горимд харуулж байна."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Жагсаалтын горимд харуулж байна."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-mr/strings.xml b/res/values-mr/strings.xml index 00a070e52..fa48f589e 100644 --- a/res/values-mr/strings.xml +++ b/res/values-mr/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"कॉंप्रेस करा"</string> <string name="menu_extract" msgid="8171946945982532262">"मध्ये काढा..."</string> <string name="menu_extract_all" msgid="7335680068521252718">"सर्व काढा…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"इथे काढा"</string> + <string name="menu_browse" msgid="6007716414766674967">"ब्राउझ करा"</string> <string name="menu_rename" msgid="1883113442688817554">"नाव बदला"</string> <string name="menu_inspect" msgid="7279855349299446224">"माहिती मिळवा"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"लपवलेल्या फाइल दाखवा"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ग्रिड मोडमध्ये दाखवत आहे."</string> <string name="list_mode_showing" msgid="1225413902295895166">"सूची मोडमध्ये दाखवत आहे."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ms/strings.xml b/res/values-ms/strings.xml index 482d71311..4aee678c5 100644 --- a/res/values-ms/strings.xml +++ b/res/values-ms/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Mampatkan"</string> <string name="menu_extract" msgid="8171946945982532262">"Ekstrak ke…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Ekstrak semua…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Ekstrak di sini"</string> + <string name="menu_browse" msgid="6007716414766674967">"Semak imbas"</string> <string name="menu_rename" msgid="1883113442688817554">"Namakan semula"</string> <string name="menu_inspect" msgid="7279855349299446224">"Dapatkan maklumat"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Tunjukkan fail tersembunyi"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Ditunjukkan dalam mod grid."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Ditunjukkan dalam mod senarai."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-my/strings.xml b/res/values-my/strings.xml index ebc3f809b..d53ef0d79 100644 --- a/res/values-my/strings.xml +++ b/res/values-my/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"ချုံ့ရန်"</string> <string name="menu_extract" msgid="8171946945982532262">"ရွှေးချယ်ထည့်သွင်းရန်…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"အားလုံးထုတ်ယူရန်…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ဤနေရာတွင် ထုတ်ယူရန်"</string> + <string name="menu_browse" msgid="6007716414766674967">"ကြည့်ရန်"</string> <string name="menu_rename" msgid="1883113442688817554">"အမည်ပြောင်းပါ"</string> <string name="menu_inspect" msgid="7279855349299446224">"အချက်အလက် ရယူရန်"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"ဝှက်ထားသည့်ဖိုင်များ ပြရန်"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ဇယားကွက်မုဒ်ဖြင့် ပြသရန်။"</string> <string name="list_mode_showing" msgid="1225413902295895166">"စာရင်းမုဒ်ဖြင့် ပြသရန်။"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 489159dfe..ab5f4b3f5 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Komprimer"</string> <string name="menu_extract" msgid="8171946945982532262">"Pakk ut til …"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Pakk ut alt …"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Pakk ut her"</string> + <string name="menu_browse" msgid="6007716414766674967">"Bla gjennom"</string> <string name="menu_rename" msgid="1883113442688817554">"Gi nytt navn"</string> <string name="menu_inspect" msgid="7279855349299446224">"Hent informasjon"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Vis skjulte filer"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Viser i rutenettmodus."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Viser i listemodus."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ne/strings.xml b/res/values-ne/strings.xml index 36448bf53..8b06e5352 100644 --- a/res/values-ne/strings.xml +++ b/res/values-ne/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"कम्प्रेस गर्नुहोस्"</string> <string name="menu_extract" msgid="8171946945982532262">"यसमा एकस्ट्र्याक्ट गर्नुहोस्…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"सबै एक्स्ट्रयाक्ट गर्नुहोस्…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"यहाँ एक्स्ट्रयाक्ट गर्नुहोस्"</string> + <string name="menu_browse" msgid="6007716414766674967">"ब्राउज गर्नुहोस्"</string> <string name="menu_rename" msgid="1883113442688817554">"पुनःनामाकरण गर्नुहोस्"</string> <string name="menu_inspect" msgid="7279855349299446224">"जानकारी प्राप्त गर्नुहोस्"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"लुकाइएका फाइलहरू देखाउनुहोस्"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ग्रिड मोडमा देखाइँदै।"</string> <string name="list_mode_showing" msgid="1225413902295895166">"सूची मोडमा देखाइँदै।"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index be9f1353a..0b39fab85 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Comprimeren"</string> <string name="menu_extract" msgid="8171946945982532262">"Uitpakken naar…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Alles uitpakken…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Hier uitpakken"</string> + <string name="menu_browse" msgid="6007716414766674967">"Browsen"</string> <string name="menu_rename" msgid="1883113442688817554">"Naam wijzigen"</string> <string name="menu_inspect" msgid="7279855349299446224">"Informatie bekijken"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Verborgen bestanden tonen"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Tonen in rastermodus."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Tonen in lijstmodus."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-or/strings.xml b/res/values-or/strings.xml index 396392c5e..304d427a7 100644 --- a/res/values-or/strings.xml +++ b/res/values-or/strings.xml @@ -295,4 +295,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ଗ୍ରିଡ୍ ମୋଡରେ ଦେଖାଉଛି।"</string> <string name="list_mode_showing" msgid="1225413902295895166">"ତାଲିକା ମୋଡରେ ଦେଖାଉଛି।"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml index 6ec6387ac..a00596080 100644 --- a/res/values-pa/strings.xml +++ b/res/values-pa/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"ਨਪੀੜੋ"</string> <string name="menu_extract" msgid="8171946945982532262">"ਇਸ ਵਿੱਚ ਐਕਸਟ੍ਰੈਕਟ ਕਰੋ…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"ਸਭ ਐਕਸਟਰੈਕਟ ਕਰੋ…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ਇੱਥੇ ਐਕਸਟਰੈਕਟ ਕਰੋ"</string> + <string name="menu_browse" msgid="6007716414766674967">"ਬ੍ਰਾਊਜ਼ ਕਰੋ"</string> <string name="menu_rename" msgid="1883113442688817554">"ਨਾਮ ਬਦਲੋ"</string> <string name="menu_inspect" msgid="7279855349299446224">"ਜਾਣਕਾਰੀ ਪ੍ਰਾਪਤ ਕਰੋ"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"ਲੁਕਾਈਆਂ ਗਈਆਂ ਫ਼ਾਈਲਾਂ ਦਿਖਾਓ"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ਗ੍ਰਿਡ ਮੋਡ ਵਿੱਚ ਦਿਖਾਈਆਂ ਜਾ ਰਹੀਆਂ ਹਨ"</string> <string name="list_mode_showing" msgid="1225413902295895166">"ਸੂਚੀ ਮੋਡ ਵਿੱਚ ਦਿਖਾਈਆਂ ਜਾ ਰਹੀਆਂ ਹਨ।"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index b9a72ac07..51c021ab0 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -339,4 +339,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Wyświetlanie w trybie siatki."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Wyświetlanie w trybie listy."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml index 4e8811a5c..5fd429d44 100644 --- a/res/values-pt-rBR/strings.xml +++ b/res/values-pt-rBR/strings.xml @@ -317,4 +317,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Exibindo modo de grade."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Exibindo modo de lista."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml index c4f0e9f2f..af9f6417e 100644 --- a/res/values-pt-rPT/strings.xml +++ b/res/values-pt-rPT/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Comprimir"</string> <string name="menu_extract" msgid="8171946945982532262">"Extrair para…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extrair tudo…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extrair para aqui"</string> + <string name="menu_browse" msgid="6007716414766674967">"Procurar"</string> <string name="menu_rename" msgid="1883113442688817554">"Mudar o nome"</string> <string name="menu_inspect" msgid="7279855349299446224">"Obter informações"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Mostrar ficheiros ocultos"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"A mostrar no modo de grelha…"</string> <string name="list_mode_showing" msgid="1225413902295895166">"A mostrar no modo de lista…"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index 4e8811a5c..5fd429d44 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -317,4 +317,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Exibindo modo de grade."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Exibindo modo de lista."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 262bf39d2..5e4da7e89 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Comprimă"</string> <string name="menu_extract" msgid="8171946945982532262">"Extrage în…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extrage tot…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extrage aici"</string> + <string name="menu_browse" msgid="6007716414766674967">"Răsfoiește"</string> <string name="menu_rename" msgid="1883113442688817554">"Redenumește"</string> <string name="menu_inspect" msgid="7279855349299446224">"Vezi informațiile"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Afișează fișierele ascunse"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Se afișează în modul grilă."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Se afișează în modul listă."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index 184b5f456..bba9f3110 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Сжать"</string> <string name="menu_extract" msgid="8171946945982532262">"Извлечь"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Извлечь все…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Извлечь в текущую папку"</string> + <string name="menu_browse" msgid="6007716414766674967">"Просмотреть"</string> <string name="menu_rename" msgid="1883113442688817554">"Переименовать"</string> <string name="menu_inspect" msgid="7279855349299446224">"Сведения о файле"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Показывать скрытые файлы"</string> @@ -339,4 +337,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Показано в виде таблицы."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Показано в виде списка."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-si/strings.xml b/res/values-si/strings.xml index d0af48e1c..5b1f5ae52 100644 --- a/res/values-si/strings.xml +++ b/res/values-si/strings.xml @@ -295,4 +295,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"ජාලක ප්රකාරය තුළ පෙන්වමින්."</string> <string name="list_mode_showing" msgid="1225413902295895166">"ලැයිස්තු ප්රකාරය තුළ පෙන්වමින්."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml index 9a34a0f7b..81900e553 100644 --- a/res/values-sk/strings.xml +++ b/res/values-sk/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Komprimovať"</string> <string name="menu_extract" msgid="8171946945982532262">"Rozbaliť do…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extrahovať všetko…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extrahovať tu"</string> + <string name="menu_browse" msgid="6007716414766674967">"Prehliadať"</string> <string name="menu_rename" msgid="1883113442688817554">"Premenovať"</string> <string name="menu_inspect" msgid="7279855349299446224">"Zobraziť informácie"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Zobraziť skryté súbory"</string> @@ -339,4 +337,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Zobrazované v režime mriežky."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Zobrazované v režime zoznamu."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml index ff428f063..f5670410f 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Stisni"</string> <string name="menu_extract" msgid="8171946945982532262">"Razširi v …"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Razširi vse …"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Ekstrahiraj sem"</string> + <string name="menu_browse" msgid="6007716414766674967">"Prebrskaj"</string> <string name="menu_rename" msgid="1883113442688817554">"Preimenuj"</string> <string name="menu_inspect" msgid="7279855349299446224">"Prikaži informacije"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Prikaži skrite datoteke"</string> @@ -339,4 +337,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Prikazano v načinu mreže"</string> <string name="list_mode_showing" msgid="1225413902295895166">"Prikazano v načinu seznama"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml index 9788162b9..f25123c5d 100644 --- a/res/values-sq/strings.xml +++ b/res/values-sq/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Ngjish"</string> <string name="menu_extract" msgid="8171946945982532262">"Nxirre te…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Nxirri të gjitha…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Nxirr këtu"</string> + <string name="menu_browse" msgid="6007716414766674967">"Shfleto"</string> <string name="menu_rename" msgid="1883113442688817554">"Riemërto"</string> <string name="menu_inspect" msgid="7279855349299446224">"Merr informacione"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Shfaq skedarët e fshehur"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Po shfaq në modalitetin \"rrjetë\"."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Po shfaq në modalitetin \"listë\"."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml index 9bdc848a3..198a80a1e 100644 --- a/res/values-sr/strings.xml +++ b/res/values-sr/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Компримуј"</string> <string name="menu_extract" msgid="8171946945982532262">"Издвој у…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Издвоји све…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Издвој овде"</string> + <string name="menu_browse" msgid="6007716414766674967">"Прегледај"</string> <string name="menu_rename" msgid="1883113442688817554">"Преименуј"</string> <string name="menu_inspect" msgid="7279855349299446224">"Прикажи информације"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Приказуј скривене датотеке"</string> @@ -317,4 +315,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Приказује се у режиму мреже."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Приказује се у режиму листе."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index fe976f474..f4836240f 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Komprimera"</string> <string name="menu_extract" msgid="8171946945982532262">"Extrahera till …"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Extrahera alla …"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Extrahera hit"</string> + <string name="menu_browse" msgid="6007716414766674967">"Bläddra"</string> <string name="menu_rename" msgid="1883113442688817554">"Byt namn"</string> <string name="menu_inspect" msgid="7279855349299446224">"Hämta information"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Visa dolda filer"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Visas i rutnätsläge."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Visas i listläge."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml index 07752fd60..c9f648b1b 100644 --- a/res/values-sw/strings.xml +++ b/res/values-sw/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Bana"</string> <string name="menu_extract" msgid="8171946945982532262">"Weka kwenye…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Dondoa zote…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Dondoa hapa"</string> + <string name="menu_browse" msgid="6007716414766674967">"Vinjari"</string> <string name="menu_rename" msgid="1883113442688817554">"Badilisha jina"</string> <string name="menu_inspect" msgid="7279855349299446224">"Pata maelezo zaidi"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Onyesha faili zilizofichwa"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Kuonyesha katika hali ya gridi."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Kuonyesha katika hali ya orodha."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ta/strings.xml b/res/values-ta/strings.xml index ad024579f..6c944fdac 100644 --- a/res/values-ta/strings.xml +++ b/res/values-ta/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"அளவைக் குறை"</string> <string name="menu_extract" msgid="8171946945982532262">"இங்கு பிரி…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"அனைத்தையும் பிரித்தெடு…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"இங்கே பிரித்தெடு"</string> + <string name="menu_browse" msgid="6007716414766674967">"பிரவுசிங் செய்"</string> <string name="menu_rename" msgid="1883113442688817554">"பெயர் மாற்று"</string> <string name="menu_inspect" msgid="7279855349299446224">"தகவலைப் பெறு"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"மறைக்கப்பட்ட ஃபைல்களைக் காட்டு"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"கட்டக் காட்சியில் காட்டுகிறது."</string> <string name="list_mode_showing" msgid="1225413902295895166">"பட்டியல் காட்சியில் காட்டுகிறது."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-te/strings.xml b/res/values-te/strings.xml index 8de8024df..9e8f4bdf4 100644 --- a/res/values-te/strings.xml +++ b/res/values-te/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"కుదించు"</string> <string name="menu_extract" msgid="8171946945982532262">"దీనిలోకి సంగ్రహించు…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"అన్నీ ఎక్స్ట్రాక్ట్ చేయండి…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"ఇక్కడికి సంగ్రహించండి"</string> + <string name="menu_browse" msgid="6007716414766674967">"బ్రౌజ్ చేయండి"</string> <string name="menu_rename" msgid="1883113442688817554">"పేరు మార్చు"</string> <string name="menu_inspect" msgid="7279855349299446224">"సమాచారాన్ని పొందండి"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"దాచబడిన ఫైళ్లను చూపించు"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"గ్రిడ్ మోడ్లో చూపుతోంది."</string> <string name="list_mode_showing" msgid="1225413902295895166">"లిస్ట్ మోడ్లో చూపుతోంది."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml index a51d2eea5..c0fa307b6 100644 --- a/res/values-th/strings.xml +++ b/res/values-th/strings.xml @@ -295,4 +295,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"กำลังแสดงในโหมดตารางกริด"</string> <string name="list_mode_showing" msgid="1225413902295895166">"กำลังแสดงในโหมดรายการ"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml index e340591c0..4efd565f9 100644 --- a/res/values-tl/strings.xml +++ b/res/values-tl/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"I-compress"</string> <string name="menu_extract" msgid="8171946945982532262">"I-extract sa…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"I-extract lahat…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"I-extract dito"</string> + <string name="menu_browse" msgid="6007716414766674967">"Mag-browse"</string> <string name="menu_rename" msgid="1883113442688817554">"Palitan ang pangalan"</string> <string name="menu_inspect" msgid="7279855349299446224">"Kumuha ng impormasyon"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Ipakita ang hidden files"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Ipinapakita sa grid mode."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Ipinapakita sa list mode."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 0c9ef0933..39531634b 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Sıkıştır"</string> <string name="menu_extract" msgid="8171946945982532262">"Şuraya çıkar:"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Tümünü çıkar…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Buraya çıkar"</string> + <string name="menu_browse" msgid="6007716414766674967">"Göz at"</string> <string name="menu_rename" msgid="1883113442688817554">"Yeniden adlandır"</string> <string name="menu_inspect" msgid="7279855349299446224">"Bilgi al"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Gizli dosyaları göster"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Tablo modunda gösteriliyor."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Liste modunda gösteriliyor."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index f9ca80e92..5da9ae208 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -339,4 +339,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Перегляд у режимі таблиці."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Перегляд у режимі списку."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-ur/strings.xml b/res/values-ur/strings.xml index 8ea955e6d..e485e68f7 100644 --- a/res/values-ur/strings.xml +++ b/res/values-ur/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"کمپریس کریں"</string> <string name="menu_extract" msgid="8171946945982532262">"اس میں کھولیں۔۔۔"</string> <string name="menu_extract_all" msgid="7335680068521252718">"سبھی نکالیں…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"یہاں نکالیں"</string> + <string name="menu_browse" msgid="6007716414766674967">"براؤز کریں"</string> <string name="menu_rename" msgid="1883113442688817554">"نام تبدیل کریں"</string> <string name="menu_inspect" msgid="7279855349299446224">"معلومات حاصل کریں"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"پوشیدہ فائلز دکھائیں"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"گرڈ وضع میں دکھائی جا رہی ہیں۔"</string> <string name="list_mode_showing" msgid="1225413902295895166">"فہرست وضع میں دکھائی جا رہی ہیں۔"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-uz/strings.xml b/res/values-uz/strings.xml index b13c957ad..1095f91cb 100644 --- a/res/values-uz/strings.xml +++ b/res/values-uz/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Arxivlash"</string> <string name="menu_extract" msgid="8171946945982532262">"Arxivdan chiqarish"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Barchasini ajratish…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Shu yerga chiqarish"</string> + <string name="menu_browse" msgid="6007716414766674967">"Kezish"</string> <string name="menu_rename" msgid="1883113442688817554">"Qayta nomlash"</string> <string name="menu_inspect" msgid="7279855349299446224">"Axborot olish"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Yashirin fayllarni chiqarish"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Jadval shaklida chiqarilmoqda."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Roʻyxat shaklida chiqarilmoqda."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index 267a81a7a..b41634964 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Nén"</string> <string name="menu_extract" msgid="8171946945982532262">"Trích xuất sang…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Trích xuất tất cả…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Trích xuất ở đây"</string> + <string name="menu_browse" msgid="6007716414766674967">"Duyệt xem"</string> <string name="menu_rename" msgid="1883113442688817554">"Đổi tên"</string> <string name="menu_inspect" msgid="7279855349299446224">"Xem thông tin"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Hiện các tệp bị ẩn"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Đang hiển thị ở chế độ lưới."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Đang hiển thị ở chế độ danh sách."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 16e03d948..f9a55d300 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -295,4 +295,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"目前以网格模式显示。"</string> <string name="list_mode_showing" msgid="1225413902295895166">"目前以列表模式显示。"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml index 87d045a19..419c087bf 100644 --- a/res/values-zh-rHK/strings.xml +++ b/res/values-zh-rHK/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"壓縮"</string> <string name="menu_extract" msgid="8171946945982532262">"壓縮至…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"擷取全部…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"從這裡擷取"</string> + <string name="menu_browse" msgid="6007716414766674967">"瀏覽"</string> <string name="menu_rename" msgid="1883113442688817554">"重新命名"</string> <string name="menu_inspect" msgid="7279855349299446224">"顯示資訊"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"顯示已隱藏的檔案"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"用格狀模式顯示緊。"</string> <string name="list_mode_showing" msgid="1225413902295895166">"用清單模式顯示緊。"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 4321ef02b..b0bf1ead4 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"壓縮"</string> <string name="menu_extract" msgid="8171946945982532262">"解壓縮到…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"全部解壓縮…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"從這裡擷取"</string> + <string name="menu_browse" msgid="6007716414766674967">"瀏覽"</string> <string name="menu_rename" msgid="1883113442688817554">"重新命名"</string> <string name="menu_inspect" msgid="7279855349299446224">"取得資訊"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"顯示隱藏的檔案"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"目前以格線模式顯示。"</string> <string name="list_mode_showing" msgid="1225413902295895166">"目前以清單模式顯示。"</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml index ce2bf459f..7b448e8a1 100644 --- a/res/values-zu/strings.xml +++ b/res/values-zu/strings.xml @@ -46,10 +46,8 @@ <string name="menu_compress" msgid="37539111904724188">"Cindezela"</string> <string name="menu_extract" msgid="8171946945982532262">"Khiphela ku…"</string> <string name="menu_extract_all" msgid="7335680068521252718">"Khipha konke…"</string> - <!-- no translation found for menu_extract_here (8725302045721604762) --> - <skip /> - <!-- no translation found for menu_browse (6007716414766674967) --> - <skip /> + <string name="menu_extract_here" msgid="8725302045721604762">"Khipha lapha"</string> + <string name="menu_browse" msgid="6007716414766674967">"Bhrawuza"</string> <string name="menu_rename" msgid="1883113442688817554">"Qamba kabusha"</string> <string name="menu_inspect" msgid="7279855349299446224">"Thola ulwazi"</string> <string name="menu_show_hidden_files" msgid="5140676344684492769">"Bonisa amafayela afihliwe"</string> @@ -295,4 +293,6 @@ <string name="grid_mode_showing" msgid="2803166871485028508">"Ibonisa kumodi yegridi."</string> <string name="list_mode_showing" msgid="1225413902295895166">"Ibonisa kumodi yohlu."</string> <string name="bullet" msgid="5606740650312122766">"•"</string> + <!-- no translation found for file_name_hint (7843637320487415838) --> + <skip /> </resources> diff --git a/src/com/android/documentsui/HorizontalBreadcrumb.java b/src/com/android/documentsui/HorizontalBreadcrumb.java index cb25479b3..f47f464c0 100644 --- a/src/com/android/documentsui/HorizontalBreadcrumb.java +++ b/src/com/android/documentsui/HorizontalBreadcrumb.java @@ -16,6 +16,8 @@ package com.android.documentsui; +import static com.android.documentsui.util.FlagUtils.isUseMaterial3FlagEnabled; + import android.content.Context; import android.util.AttributeSet; import android.view.GestureDetector; @@ -183,8 +185,6 @@ public final class HorizontalBreadcrumb extends RecyclerView implements Breadcru @Override public void onBindViewHolder(BreadcrumbHolder holder, int position) { - final int padding = (int) holder.itemView.getResources() - .getDimension(R.dimen.breadcrumb_item_padding); final boolean isFirst = position == 0; // Note that when isFirst is true, there might not be a DocumentInfo on the stack as it // could be an error state screen accessible from the root info. @@ -193,8 +193,39 @@ public final class HorizontalBreadcrumb extends RecyclerView implements Breadcru holder.mTitle.setText( isFirst ? mEnv.getCurrentRoot().title : mState.stack.get(position).displayName); holder.mTitle.setEnabled(isLast); - holder.mTitle.setPadding(isFirst ? padding * 3 : padding, - padding, isLast ? padding * 2 : padding, padding); + if (isUseMaterial3FlagEnabled()) { + final int paddingHorizontal = + (int) + holder.itemView + .getResources() + .getDimension(R.dimen.breadcrumb_item_padding_horizontal); + final int paddingVertical = + (int) + holder.itemView + .getResources() + .getDimension(R.dimen.breadcrumb_item_padding_vertical); + final int arrowPadding = + (int) + holder.itemView + .getResources() + .getDimension(R.dimen.breadcrumb_item_arrow_padding); + holder.mTitle.setPadding( + paddingHorizontal, paddingVertical, paddingHorizontal, paddingVertical); + + ViewGroup.MarginLayoutParams params = + (ViewGroup.MarginLayoutParams) holder.mArrow.getLayoutParams(); + params.setMarginStart(arrowPadding); + params.setMarginEnd(arrowPadding); + holder.mArrow.setLayoutParams(params); + } else { + final int padding = (int) holder.itemView.getResources() + .getDimension(R.dimen.breadcrumb_item_padding); + holder.mTitle.setPadding( + isFirst ? padding * 3 : padding, + padding, + isLast ? padding * 2 : padding, + padding); + } holder.mArrow.setVisibility(isLast ? View.GONE : View.VISIBLE); holder.itemView.setOnKeyListener(mClickListener); diff --git a/src/com/android/documentsui/ProfileTabs.java b/src/com/android/documentsui/ProfileTabs.java index 5aacc22b0..74db6f4bd 100644 --- a/src/com/android/documentsui/ProfileTabs.java +++ b/src/com/android/documentsui/ProfileTabs.java @@ -157,9 +157,12 @@ public class ProfileTabs implements ProfileTabsAddons { int tabMarginSide = (int) mTabsContainer.getContext().getResources() .getDimension(R.dimen.profile_tab_margin_side); if (isUseMaterial3FlagEnabled()) { - // M3 uses the margin value as the right margin, except for the last child. + final boolean isRtl = mTabs.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; + // if use_material3 flag is ON, we uses the margin value as the right margin + // (left margin for RTL), except for the last child. if (i != mTabs.getTabCount() - 1) { - marginLayoutParams.setMargins(0, 0, tabMarginSide, 0); + marginLayoutParams.setMargins( + isRtl ? tabMarginSide : 0, 0, isRtl ? 0 : tabMarginSide, 0); } } else { marginLayoutParams.setMargins(tabMarginSide, 0, tabMarginSide, 0); diff --git a/src/com/android/documentsui/dirlist/DocumentHolder.java b/src/com/android/documentsui/dirlist/DocumentHolder.java index 8e5f50636..957975c4b 100644 --- a/src/com/android/documentsui/dirlist/DocumentHolder.java +++ b/src/com/android/documentsui/dirlist/DocumentHolder.java @@ -58,8 +58,6 @@ public abstract class DocumentHolder static final float DISABLED_ALPHA = isUseMaterial3FlagEnabled() ? 0.6f : 0.3f; - static final int THUMBNAIL_STROKE_WIDTH = isUseMaterial3FlagEnabled() ? 2 : 0; - protected final Context mContext; protected @Nullable String mModelId; diff --git a/src/com/android/documentsui/dirlist/DocumentsSwipeRefreshLayout.java b/src/com/android/documentsui/dirlist/DocumentsSwipeRefreshLayout.java index 838b1fa72..64409673e 100644 --- a/src/com/android/documentsui/dirlist/DocumentsSwipeRefreshLayout.java +++ b/src/com/android/documentsui/dirlist/DocumentsSwipeRefreshLayout.java @@ -22,13 +22,13 @@ import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.util.Log; -import android.util.TypedValue; import android.view.MotionEvent; import androidx.annotation.ColorRes; import androidx.swiperefreshlayout.widget.SwipeRefreshLayout; import com.android.documentsui.R; +import com.android.documentsui.util.ColorUtils; /** * A {@link SwipeRefreshLayout} that does not intercept any touch events. This relies on its nested @@ -46,20 +46,12 @@ public class DocumentsSwipeRefreshLayout extends SwipeRefreshLayout { super(context, attrs); if (isUseMaterial3FlagEnabled()) { - TypedValue spinnerColor = new TypedValue(); - context.getTheme() - .resolveAttribute( - com.google.android.material.R.attr.colorOnPrimaryContainer, - spinnerColor, - true); - setColorSchemeResources(spinnerColor.resourceId); - TypedValue spinnerBackgroundColor = new TypedValue(); - context.getTheme() - .resolveAttribute( - com.google.android.material.R.attr.colorPrimaryContainer, - spinnerBackgroundColor, - true); - setProgressBackgroundColorSchemeResource(spinnerBackgroundColor.resourceId); + setColorSchemeColors( + ColorUtils.resolveMaterialColorAttribute( + context, com.google.android.material.R.attr.colorOnPrimaryContainer)); + setProgressBackgroundColorSchemeColor( + ColorUtils.resolveMaterialColorAttribute( + context, com.google.android.material.R.attr.colorPrimaryContainer)); } else { final int[] styledAttrs = {android.R.attr.colorAccent}; diff --git a/src/com/android/documentsui/dirlist/GridDocumentHolder.java b/src/com/android/documentsui/dirlist/GridDocumentHolder.java index f2802ff66..431ace5d9 100644 --- a/src/com/android/documentsui/dirlist/GridDocumentHolder.java +++ b/src/com/android/documentsui/dirlist/GridDocumentHolder.java @@ -79,6 +79,8 @@ final class GridDocumentHolder extends DocumentHolder { // Non-null only when useMaterial3 flag is ON. private final @Nullable MaterialCardView mIconWrapper; + // It will be 0 when use_material flag is OFF. + private final int mThumbnailStrokeWidth; GridDocumentHolder(Context context, ViewGroup parent, IconHelper iconHelper, ConfigStore configStore) { @@ -90,12 +92,16 @@ final class GridDocumentHolder extends DocumentHolder { mIconLayout = null; mIconMimeSm = null; mIconCheck = null; + mThumbnailStrokeWidth = + context.getResources() + .getDimensionPixelSize(R.dimen.grid_item_thumbnail_border_width); } else { mBullet = null; mIconWrapper = null; mIconLayout = itemView.findViewById(R.id.icon); mIconMimeSm = (ImageView) itemView.findViewById(R.id.icon_mime_sm); mIconCheck = (ImageView) itemView.findViewById(R.id.icon_check); + mThumbnailStrokeWidth = 0; } mTitle = (TextView) itemView.findViewById(android.R.id.title); @@ -157,7 +163,7 @@ final class GridDocumentHolder extends DocumentHolder { if (selected) { mIconWrapper.setStrokeWidth(0); } else if (mIconThumb.getDrawable() != null) { - mIconWrapper.setStrokeWidth(THUMBNAIL_STROKE_WIDTH); + mIconWrapper.setStrokeWidth(mThumbnailStrokeWidth); } } } @@ -258,7 +264,7 @@ final class GridDocumentHolder extends DocumentHolder { // Show stroke when thumbnail is loaded. if (mIconWrapper != null) { mIconWrapper.setStrokeWidth( - thumbnailLoaded ? THUMBNAIL_STROKE_WIDTH : 0); + thumbnailLoaded ? mThumbnailStrokeWidth : 0); } }); } else { @@ -293,8 +299,8 @@ final class GridDocumentHolder extends DocumentHolder { } } - if (mBullet != null && (mDetails.getVisibility() == View.GONE - || mDate.getText().isEmpty())) { + if (mBullet != null && (mDetails.getText() == null || mDetails.getText().length() == 0 + || mDate.getText() == null || mDate.getText().length() == 0)) { // There is no need for the bullet separating the details and date. mBullet.setVisibility(View.GONE); } diff --git a/src/com/android/documentsui/dirlist/ListDocumentHolder.java b/src/com/android/documentsui/dirlist/ListDocumentHolder.java index 0d0f79919..24b7e3ae5 100644 --- a/src/com/android/documentsui/dirlist/ListDocumentHolder.java +++ b/src/com/android/documentsui/dirlist/ListDocumentHolder.java @@ -78,6 +78,8 @@ final class ListDocumentHolder extends DocumentHolder { private final ImageView mIconBadge; private final View mIconLayout; final View mPreviewIcon; + // It will be 0 when use_material flag is OFF. + private final int mThumbnailStrokeWidth; private final IconHelper mIconHelper; private final Lookup<String, String> mFileTypeLookup; @@ -103,6 +105,13 @@ final class ListDocumentHolder extends DocumentHolder { // Warning: mDetails view doesn't exists in layout-sw720dp-land layout mDetails = (LinearLayout) itemView.findViewById(R.id.line2); mPreviewIcon = itemView.findViewById(R.id.preview_icon); + if (isUseMaterial3FlagEnabled()) { + mThumbnailStrokeWidth = + context.getResources() + .getDimensionPixelSize(R.dimen.list_item_thumbnail_border_width); + } else { + mThumbnailStrokeWidth = 0; + } mIconHelper = iconHelper; mFileTypeLookup = fileTypeLookup; @@ -152,7 +161,7 @@ final class ListDocumentHolder extends DocumentHolder { if (selected) { mIconWrapper.setStrokeWidth(0); } else if (mIconThumb.getDrawable() != null) { - mIconWrapper.setStrokeWidth(2); + mIconWrapper.setStrokeWidth(mThumbnailStrokeWidth); } } } @@ -271,7 +280,8 @@ final class ListDocumentHolder extends DocumentHolder { thumbnailLoaded -> { // Show stroke when thumbnail is loaded. if (isUseMaterial3FlagEnabled() && mIconWrapper != null) { - mIconWrapper.setStrokeWidth(thumbnailLoaded ? THUMBNAIL_STROKE_WIDTH : 0); + mIconWrapper.setStrokeWidth( + thumbnailLoaded ? mThumbnailStrokeWidth : 0); } }); diff --git a/src/com/android/documentsui/picker/PickFragment.java b/src/com/android/documentsui/picker/PickFragment.java index 66f05fa0f..0d20083a8 100644 --- a/src/com/android/documentsui/picker/PickFragment.java +++ b/src/com/android/documentsui/picker/PickFragment.java @@ -181,12 +181,21 @@ public class PickFragment extends Fragment { switch (mAction) { case State.ACTION_OPEN_TREE: mPick.setText(getString(R.string.open_tree_button)); - // On laptops we want the "Use this folder" button to appear with the "Cancel" - // button as a back gesture with a mouse is not easy. - if (!isUseMaterial3FlagEnabled() - || !getActivity().getPackageManager() - .hasSystemFeature(PackageManager.FEATURE_PC)) { + // When use_material3 flag is enabled, all form factors should have the pick button + // wrap the text content instead of taking up the full width. + if (!isUseMaterial3FlagEnabled()) { + mCancel.setVisibility(View.GONE); mPick.setWidth(Integer.MAX_VALUE); + mPickOverlay.setVisibility( + mPickTarget.isBlockedFromTree() && mRestrictScopeStorage + ? View.VISIBLE + : View.GONE); + } else if (!getActivity() + .getPackageManager() + .hasSystemFeature(PackageManager.FEATURE_PC)) { + // On non-desktop devices the back gesture is used to cancel the picker, so + // don't show the "Cancel" button on these devices and instead enable the pick + // overlay which enables showing a toast when the disabled button is pressed. mCancel.setVisibility(View.GONE); mPickOverlay.setVisibility( mPickTarget.isBlockedFromTree() && mRestrictScopeStorage diff --git a/src/com/android/documentsui/queries/SearchChipViewManager.java b/src/com/android/documentsui/queries/SearchChipViewManager.java index f673b7408..bf3d1e865 100644 --- a/src/com/android/documentsui/queries/SearchChipViewManager.java +++ b/src/com/android/documentsui/queries/SearchChipViewManager.java @@ -387,7 +387,10 @@ public class SearchChipViewManager { .getDimensionPixelSize(R.dimen.focus_ring_width); chip.setChipStrokeWidth(focusRingWidth); } else { - chip.setChipStrokeWidth(1f); + final int strokeWidth = mChipGroup + .getResources() + .getDimensionPixelSize(R.dimen.search_chip_inactive_stroke_width); + chip.setChipStrokeWidth(strokeWidth); } } @@ -518,7 +521,7 @@ public class SearchChipViewManager { } // Let the first checked chip can be shown. - View parent = (View) mChipGroup.getParent(); + View parent = (View) mChipGroup.getParent().getParent(); if (parent instanceof HorizontalScrollView) { final int scrollToX = isRtl ? parent.getWidth() : 0; ((HorizontalScrollView) parent).smoothScrollTo(scrollToX, 0); diff --git a/src/com/android/documentsui/util/ColorUtils.kt b/src/com/android/documentsui/util/ColorUtils.kt new file mode 100644 index 000000000..ee67b7832 --- /dev/null +++ b/src/com/android/documentsui/util/ColorUtils.kt @@ -0,0 +1,36 @@ +/* + * Copyright (C) 2025 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +package com.android.documentsui.util + +import android.content.Context +import android.util.TypedValue +import androidx.annotation.AttrRes + +class ColorUtils { + companion object { + /** + * Resolve a color attribute from the Material3 theme, example usage. + * resolveMaterialColorAttribute(context, com.google.android.material.R.attr.XXX). + */ + @JvmStatic + fun resolveMaterialColorAttribute(context: Context, @AttrRes colorAttrId: Int): Int { + val typedValue = TypedValue() + context.theme.resolveAttribute(colorAttrId, typedValue, true) + return typedValue.data + } + } +} diff --git a/tests/functional/com/android/documentsui/FilesActivityUiTest.java b/tests/functional/com/android/documentsui/FilesActivityUiTest.java index f1f505235..6c2397068 100644 --- a/tests/functional/com/android/documentsui/FilesActivityUiTest.java +++ b/tests/functional/com/android/documentsui/FilesActivityUiTest.java @@ -17,11 +17,14 @@ package com.android.documentsui; import static com.android.documentsui.flags.Flags.FLAG_HIDE_ROOTS_ON_DESKTOP_RO; +import static com.android.documentsui.flags.Flags.FLAG_USE_SEARCH_V2_READ_ONLY; +import static com.android.documentsui.flags.Flags.FLAG_USE_MATERIAL3; import android.app.Instrumentation; import android.net.Uri; import android.os.RemoteException; import android.platform.test.annotations.RequiresFlagsDisabled; +import android.platform.test.annotations.RequiresFlagsEnabled; import android.platform.test.flag.junit.CheckFlagsRule; import android.platform.test.flag.junit.DeviceFlagsValueProvider; @@ -92,13 +95,23 @@ public class FilesActivityUiTest extends ActivityTestJunit4<FilesActivity> { bots.main.assertWindowTitle("Images"); } + private void filesListed() throws Exception { + bots.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv"); + } + @Test + @RequiresFlagsDisabled(FLAG_USE_SEARCH_V2_READ_ONLY) public void testFilesListed() throws Exception { - bots.directory.assertDocumentsPresent("file0.log", "file1.png", "file2.csv"); + filesListed(); } @Test - public void testFilesList_LiveUpdate() throws Exception { + @RequiresFlagsEnabled({FLAG_USE_SEARCH_V2_READ_ONLY, FLAG_USE_MATERIAL3}) + public void testFilesListed_searchV2() throws Exception { + filesListed(); + } + + private void filesListed_LiveUpdates() throws Exception { mDocsHelper.createDocument(rootDir0, "yummers/sandwich", "Ham & Cheese.sandwich"); bots.directory.waitForDocument("Ham & Cheese.sandwich"); @@ -107,6 +120,18 @@ public class FilesActivityUiTest extends ActivityTestJunit4<FilesActivity> { } @Test + @RequiresFlagsDisabled(FLAG_USE_SEARCH_V2_READ_ONLY) + public void testFilesList_LiveUpdate() throws Exception { + filesListed_LiveUpdates(); + } + + @Test + @RequiresFlagsEnabled({FLAG_USE_SEARCH_V2_READ_ONLY, FLAG_USE_MATERIAL3}) + public void testFilesList_LiveUpdate_searchV2() throws Exception { + filesListed_LiveUpdates(); + } + + @Test public void testNavigate_byBreadcrumb() throws Exception { bots.directory.openDocument(dirName1); bots.directory.waitForDocument(childDir1); // wait for known content diff --git a/tests/functional/com/android/documentsui/TrampolineActivityTest.kt b/tests/functional/com/android/documentsui/TrampolineActivityTest.kt index 6bf0975ad..10b31d1eb 100644 --- a/tests/functional/com/android/documentsui/TrampolineActivityTest.kt +++ b/tests/functional/com/android/documentsui/TrampolineActivityTest.kt @@ -15,10 +15,8 @@ */ package com.android.documentsui -import android.app.Instrumentation import android.content.Intent import android.content.Intent.ACTION_GET_CONTENT -import android.content.IntentFilter import android.os.Build.VERSION_CODES import android.platform.test.annotations.RequiresFlagsEnabled import android.platform.test.flag.junit.CheckFlagsRule @@ -34,7 +32,6 @@ import com.android.documentsui.flags.Flags.FLAG_REDIRECT_GET_CONTENT_RO import com.android.documentsui.picker.TrampolineActivity import java.util.Optional import java.util.regex.Pattern -import org.junit.After import org.junit.Assert.assertNotNull import org.junit.Before import org.junit.BeforeClass @@ -56,25 +53,28 @@ class TrampolineActivityTest() { const val UI_TIMEOUT = 5000L val PHOTOPICKER_PACKAGE_REGEX: Pattern = Pattern.compile(".*(photopicker|media\\.module).*") val DOCUMENTSUI_PACKAGE_REGEX: Pattern = Pattern.compile(".*documentsui.*") + val STACK_LIST_REGEX: Pattern = Pattern.compile( + "taskId=(?<taskId>[0-9]+):(.+?)(photopicker|media\\.module|documentsui)", + Pattern.MULTILINE + ) private lateinit var device: UiDevice - private lateinit var monitor: Instrumentation.ActivityMonitor + fun removePhotopickerAndDocumentsUITasks() { + // Get the current list of tasks that are visible. + val result = device.executeShellCommand("am stack list") + + // Identify any that are from DocumentsUI or Photopicker and close them. + val matcher = STACK_LIST_REGEX.matcher(result) + while (matcher.find()) { + device.executeShellCommand("am stack remove ${matcher.group("taskId")}") + } + } @BeforeClass @JvmStatic fun setUp() { device = UiDevice.getInstance(InstrumentationRegistry.getInstrumentation()) - - // Monitor to wait for the activity that starts with the `ACTION_GET_CONTENT` intent. - val intentFilter = IntentFilter().apply { addAction(ACTION_GET_CONTENT) } - monitor = - Instrumentation.ActivityMonitor( - intentFilter, - null, // Expected result from startActivityForResult. - true, // Whether to block until activity started or not. - ) - InstrumentationRegistry.getInstrumentation().addMonitor(monitor) } } @@ -157,24 +157,20 @@ class TrampolineActivityTest() { @Before fun setUp() { + removePhotopickerAndDocumentsUITasks() + val context = InstrumentationRegistry.getInstrumentation().targetContext val intent = Intent(ACTION_GET_CONTENT) intent.setClass(context, TrampolineActivity::class.java) intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK) intent.setType(testData.mimeType) if (testData.extraMimeTypes.isPresent) { - testData.extraMimeTypes.get() - .forEach { intent.putExtra(Intent.EXTRA_MIME_TYPES, it) } + intent.putExtra(Intent.EXTRA_MIME_TYPES, testData.extraMimeTypes.get()) } context.startActivity(intent) } - @After - fun tearDown() { - monitor.waitForActivityWithTimeout(UI_TIMEOUT)?.finish() - } - @Test fun testCorrectAppIsLaunched() { val bySelector = when (testData.expectedApp) { @@ -208,6 +204,11 @@ class TrampolineActivityTest() { @get:Rule val checkFlagsRule: CheckFlagsRule = DeviceFlagsValueProvider.createCheckFlagsRule() + @Before + fun setUp() { + removePhotopickerAndDocumentsUITasks() + } + @Test fun testReferredGetContentFromPhotopickerShouldNotRedirectBack() { val context = InstrumentationRegistry.getInstrumentation().targetContext diff --git a/tests/unit/com/android/documentsui/queries/SearchChipViewManagerTest.java b/tests/unit/com/android/documentsui/queries/SearchChipViewManagerTest.java index 6d20447dd..02e24a329 100644 --- a/tests/unit/com/android/documentsui/queries/SearchChipViewManagerTest.java +++ b/tests/unit/com/android/documentsui/queries/SearchChipViewManagerTest.java @@ -18,6 +18,7 @@ package com.android.documentsui.queries; import static com.google.common.truth.Truth.assertThat; +import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static org.mockito.Mockito.spy; @@ -35,6 +36,9 @@ import android.platform.test.flag.junit.DeviceFlagsValueProvider; import android.provider.DocumentsContract; import android.view.View; import android.view.ViewGroup; +import android.view.ViewParent; +import android.widget.FrameLayout; +import android.widget.HorizontalScrollView; import android.widget.LinearLayout; import androidx.test.ext.junit.runners.AndroidJUnit4; @@ -235,6 +239,37 @@ public final class SearchChipViewManagerTest { assertThat(View.VISIBLE).isEqualTo(mirror.getVisibility()); } + @Test + public void testChipChecked_resetScroll() { + // Mock chip group's parent chain according to search_chip_row.xml. + FrameLayout parent = spy(new FrameLayout(mContext)); + HorizontalScrollView grandparent = spy(new HorizontalScrollView(mContext)); + parent.addView(mChipGroup); + grandparent.addView(parent); + // Verify that getParent().getParent() returns the HorizontalScrollView mock. + ViewParent result = mChipGroup.getParent().getParent(); + assertEquals(grandparent, result); + + mSearchChipViewManager.initChipSets( + new String[] {"image/*", "audio/*", "video/*", "text/*"}); + mSearchChipViewManager.updateChips(new String[] {"*/*"}); + + // Manually set HorizontalScrollView's scrollX to something larger than 0. + grandparent.scrollTo(100, 0); + assertTrue(grandparent.getScaleX() > 0); + + assertEquals(6, mChipGroup.getChildCount()); + Chip lastChip = (Chip) mChipGroup.getChildAt(5); + + // chip.setChecked will trigger reorder animation, which needs to be run inside + // the looper thread. + InstrumentationRegistry.getInstrumentation().runOnMainSync(() -> { + // Check last chip will move it to the first child and reset scroll view. + lastChip.setChecked(true); + assertEquals(0, grandparent.getScrollX()); + }); + } + private static Set<SearchChipData> getFakeSearchChipDataList() { final Set<SearchChipData> chipDataList = new HashSet<>(); chipDataList.add(new SearchChipData(CHIP_TYPE, 0 /* titleRes */, TEST_MIME_TYPES)); |