Allow user move/copy more than 500+ items.
am: 513481ae6d

Change-Id: I8bee68b2a0f9d78365bb9859331803f9dd60dbbf
diff --git a/Android.mk b/Android.mk
index 146666c..1c4369c 100644
--- a/Android.mk
+++ b/Android.mk
@@ -4,33 +4,21 @@
 LOCAL_MODULE_TAGS := optional
 LOCAL_PRIVILEGED_MODULE := true
 
-LOCAL_DEX_PREOPT := false
 LOCAL_SRC_FILES := $(call all-java-files-under, src)
 
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4
-# The design lib requires that the client package use appcompat themes.
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-appcompat
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-v13
-# Supplies material design components, e.g. Snackbar.
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-design
-LOCAL_STATIC_JAVA_LIBRARIES += android-support-v7-recyclerview
 LOCAL_STATIC_JAVA_LIBRARIES += guava
 
 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res
-# Not quite sure why it is necessary to explicitly pull in resources from the
-# appcompat lib, but the demo code indicates it's necessary (see
-# development/samples/Support7Demos/Android.mk)
-LOCAL_RESOURCE_DIR += \
-  frameworks/support/v7/appcompat/res \
-  frameworks/support/design/res \
-  frameworks/support/v7/recyclerview/res
 
-# Again, required to pull in appcompat resources.  See abovementioned demo code.
-LOCAL_AAPT_FLAGS := \
-  --auto-add-overlay \
-  --extra-packages android.support.v7.appcompat \
-  --extra-packages android.support.design \
-  --extra-packages android.support.v7.recyclerview
+LOCAL_STATIC_ANDROID_LIBRARIES := \
+        android-support-v4 \
+        android-support-v7-appcompat \
+        android-support-v13 \
+        android-support-design \
+        android-support-transition \
+        android-support-v7-recyclerview
+
+LOCAL_USE_AAPT2 := true
 
 LOCAL_JACK_FLAGS := \
   -D jack.optimization.inner-class.accessors=true
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 4bd727c..ef3871c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -23,7 +23,8 @@
 
         <activity
             android:name=".picker.PickActivity"
-            android:theme="@style/DocumentsTheme">
+            android:theme="@style/DocumentsTheme"
+            android:visibleToInstantApps="true">
             <intent-filter>
                 <action android:name="android.intent.action.OPEN_DOCUMENT" />
                 <category android:name="android.intent.category.DEFAULT" />
diff --git a/app-perf-tests/Android.mk b/app-perf-tests/Android.mk
index 3f12906..3f6dd97 100644
--- a/app-perf-tests/Android.mk
+++ b/app-perf-tests/Android.mk
@@ -6,9 +6,14 @@
 
 LOCAL_SRC_FILES := $(call all-java-files-under, src) \
 
-LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
-LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator
+LOCAL_JAVA_LIBRARIES := android.test.runner
+LOCAL_STATIC_ANDROID_LIBRARIES := android-support-v4
+LOCAL_STATIC_JAVA_LIBRARIES := \
+    mockito-target \
+    ub-uiautomator \
+    legacy-android-test
 
+LOCAL_USE_AAPT2 := true
 LOCAL_PACKAGE_NAME := DocumentsUIAppPerfTests
 LOCAL_INSTRUMENTATION_FOR := DocumentsUI
 
diff --git a/perf-tests/Android.mk b/perf-tests/Android.mk
index 62b331b..ac5537a 100644
--- a/perf-tests/Android.mk
+++ b/perf-tests/Android.mk
@@ -8,9 +8,16 @@
     $(call all-java-files-under, ../tests/common/com/android/documentsui) \
     ../tests/functional/com/android/documentsui/ActivityTest.java
 
-LOCAL_JAVA_LIBRARIES := android-support-v4 android.test.runner
-LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator ub-janktesthelper espresso-core
+LOCAL_JAVA_LIBRARIES := android.test.runner
+LOCAL_STATIC_ANDROID_LIBRARIES := android-support-v4
+LOCAL_STATIC_JAVA_LIBRARIES := \
+    mockito-target \
+    ub-uiautomator \
+    ub-janktesthelper \
+    espresso-core \
+    legacy-android-test
 
+LOCAL_USE_AAPT2 := true
 LOCAL_PACKAGE_NAME := DocumentsUIPerfTests
 LOCAL_INSTRUMENTATION_FOR := DocumentsUI
 
diff --git a/res/layout/fragment_roots.xml b/res/layout/fragment_roots.xml
index 469b26f..8314b81 100644
--- a/res/layout/fragment_roots.xml
+++ b/res/layout/fragment_roots.xml
@@ -20,5 +20,6 @@
     android:layout_height="match_parent"
     android:paddingTop="8dp"
     android:listSelector="@drawable/root_list_selector"
-    android:background="@drawable/roots_list_border"
-    android:divider="@null" />
+    android:keyboardNavigationCluster="true"
+    android:divider="@null"
+    android:background="@drawable/roots_list_border" />
diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml
index 44ced00..e92153a 100644
--- a/res/values-af/strings.xml
+++ b/res/values-af/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Skuif tans lêers"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Vee tans lêers uit"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> oor"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Kopieer tans <xliff:g id="COUNT_1">%1$d</xliff:g> lêers.</item>
-      <item quantity="one">Kopieer tans <xliff:g id="COUNT_0">%1$d</xliff:g> lêer.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Kopieer tans <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Kopieer tans <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Pers tans <xliff:g id="COUNT_1">%1$d</xliff:g> lêers saam.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Onttrek tans <xliff:g id="COUNT_1">%1$d</xliff:g> lêers.</item>
       <item quantity="one">Onttrek tans <xliff:g id="COUNT_0">%1$d</xliff:g> lêer.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Skuif tans <xliff:g id="COUNT_1">%1$d</xliff:g> lêers.</item>
-      <item quantity="one">Skuif tans <xliff:g id="COUNT_0">%1$d</xliff:g> lêer.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Skuif tans <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Skuif tans <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Vee tans <xliff:g id="COUNT_1">%1$d</xliff:g> lêers uit.</item>
-      <item quantity="one">Vee tans <xliff:g id="COUNT_0">%1$d</xliff:g> lêer uit.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Vee tans <xliff:g id="COUNT_1">%1$d</xliff:g> items uit.</item>
+      <item quantity="one">Vee tans <xliff:g id="COUNT_0">%1$d</xliff:g> item uit.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Ontdoen"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Maak tans gereed om te kopieer …"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Maak tans gereed om te skuif …"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Maak tans gereed om uit te vee …"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Kon <xliff:g id="COUNT_1">%1$d</xliff:g> lêers nie kopieer nie</item>
-      <item quantity="one">Kon <xliff:g id="COUNT_0">%1$d</xliff:g> lêer nie kopieer nie</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Kon <xliff:g id="COUNT_1">%1$d</xliff:g> items nie kopieer nie</item>
+      <item quantity="one">Kon <xliff:g id="COUNT_0">%1$d</xliff:g> item nie kopieer nie</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Kon <xliff:g id="COUNT_1">%1$d</xliff:g> lêers nie saampers nie</item>
       <item quantity="one">Kon <xliff:g id="COUNT_0">%1$d</xliff:g> lêer nie saampers nie</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Kon <xliff:g id="COUNT_1">%1$d</xliff:g> lêers nie skuif nie</item>
-      <item quantity="one">Kon <xliff:g id="COUNT_0">%1$d</xliff:g> lêer nie skuif nie</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Kon <xliff:g id="COUNT_1">%1$d</xliff:g> items nie skuif nie</item>
+      <item quantity="one">Kon <xliff:g id="COUNT_0">%1$d</xliff:g> item nie skuif nie</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Kon <xliff:g id="COUNT_1">%1$d</xliff:g> lêers nie uitvee nie</item>
-      <item quantity="one">Kon <xliff:g id="COUNT_0">%1$d</xliff:g> lêer nie uitvee nie</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Kon <xliff:g id="COUNT_1">%1$d</xliff:g> items nie uitvee nie</item>
+      <item quantity="one">Kon <xliff:g id="COUNT_0">%1$d</xliff:g> item nie uitvee nie</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tik om besonderhede te bekyk"</string>
     <string name="close" msgid="905969391788869975">"Maak toe"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Hierdie lêers is in \'n ander formaat omgeskakel: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Hierdie lêer is in \'n ander formaat omgeskakel: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Het <xliff:g id="COUNT_1">%1$d</xliff:g> lêers na die knipbord gekopieer.</item>
-      <item quantity="one">Het <xliff:g id="COUNT_0">%1$d</xliff:g> lêer na die knipbord gekopieer.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Het <xliff:g id="COUNT_1">%1$d</xliff:g> items na knipbord gekopieer.</item>
+      <item quantity="one">Het <xliff:g id="COUNT_0">%1$d</xliff:g> item na knipbord gekopieer.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Lêerbewerking word nie gesteun nie."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Lêerbewerking het misluk."</string>
diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml
index 4bc5aff..7d820f5 100644
--- a/res/values-am/strings.xml
+++ b/res/values-am/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ፋይሎችን በመውሰድ ላይ"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ፋይሎችን በመሰረዝ ላይ"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> ቀርቷል"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በመቅዳት ላይ።</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በመቅዳት ላይ።</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን በመቅዳት ላይ።</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን በመቅዳት ላይ።</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በመጭመቅ ላይ።</item>
@@ -98,13 +98,13 @@
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በማውጣት ላይ።</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በማውጣት ላይ።</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በመውሰድ ላይ።</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በመውሰድ ላይ።</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን በመውሰድ ላይ።</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን በመውሰድ ላይ።</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በመሰረዝ ላይ።</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን በመሰረዝ ላይ።</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን በመሰረዝ ላይ።</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን በመሰረዝ ላይ።</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"ቀልብስ"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"ለመቅዳት በመዘጋጀት ላይ…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ለመውሰድ በመዘጋጀት ላይ…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"ለመሰረዝ በመዘጋጀት ላይ…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መቅዳት አልተቻለም</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መቅዳት አልተቻለም</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን መቅዳት አልተቻለም</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን መቅዳት አልተቻለም</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መጭመቅ አልተቻለም</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መጭመቅ አልተቻለም</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መውሰድ አልተቻለም</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መውሰድ አልተቻለም</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን መውሰድ አልተቻለም</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን መውሰድ አልተቻለም</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መሰረዝ አልተቻለም</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን መሰረዝ አልተቻለም</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን መሰረዝ አልተቻለም</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎችን መሰረዝ አልተቻለም</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"ዝርዝሮችን ለመመልከት መታ ያድርጉ"</string>
     <string name="close" msgid="905969391788869975">"ዝጋ"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">እነዚህ ፋይሎች ወደ ሌላ ቅርጸት ተቀይረዋል፦ <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">እነዚህ ፋይሎች ወደ ሌላ ቅርጸት ተቀይረዋል፦ <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን ወደ ቅንጥብ ሰሌዳ ቀድተዋል።</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ፋይሎችን ወደ ቅንጥብ ሰሌዳ ቀድተዋል።</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎች ወደ ቅንጥብ ሰሌዳ ተቀድተዋል።</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ንጥሎች ወደ ቅንጥብ ሰሌዳ ተቀድተዋል።</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"የፋይል ሥርዓተ ክወና አይደገፍም።"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"የፋይል ክወና አልተሳካም።"</string>
diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml
index 3c50b8f..8b1e219 100644
--- a/res/values-ar/strings.xml
+++ b/res/values-ar/strings.xml
@@ -86,13 +86,13 @@
     <string name="move_notification_title" msgid="3173424987049347605">"جارٍ نقل الملفات"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"جارٍ حذف الملفات"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"المدة المتبقية: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
       <item quantity="zero">جارٍ نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
       <item quantity="two">جارٍ نسخ ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>).</item>
       <item quantity="few">جارٍ نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات.</item>
       <item quantity="many">جارٍ نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا.</item>
       <item quantity="other">جارٍ نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
-      <item quantity="one">جارٍ نسخ <xliff:g id="COUNT_0">%1$d</xliff:g> ملف.</item>
+      <item quantity="one">جارٍ نسخ ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>).</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="zero">جارٍ ضغط <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
@@ -110,21 +110,21 @@
       <item quantity="other">جارٍ فك ضغط <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
       <item quantity="one">جارٍ فك ضغط ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>).</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
       <item quantity="zero">جارٍ نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
       <item quantity="two">جارٍ نقل ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>).</item>
       <item quantity="few">جارٍ نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات.</item>
       <item quantity="many">جارٍ نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا.</item>
       <item quantity="other">جارٍ نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
-      <item quantity="one">جارٍ نقل <xliff:g id="COUNT_0">%1$d</xliff:g> ملف.</item>
+      <item quantity="one">جارٍ نقل ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>).</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
       <item quantity="zero">جارٍ حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
       <item quantity="two">جارٍ حذف ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>).</item>
       <item quantity="few">جارٍ حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات.</item>
       <item quantity="many">جارٍ حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا.</item>
       <item quantity="other">جارٍ حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملف.</item>
-      <item quantity="one">جارٍ حذف <xliff:g id="COUNT_0">%1$d</xliff:g> ملف.</item>
+      <item quantity="one">جارٍ حذف ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>).</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"تراجع"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"جارٍ التحضير للنسخ ..."</string>
@@ -133,13 +133,13 @@
     <string name="move_preparing" msgid="8742573245485449429">"جارٍ التحضير للنقل…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"جارٍ الإعداد للحذف…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="zero">تعذّر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
-      <item quantity="two">تعذر نسخ ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>)</item>
-      <item quantity="few">تعذر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات</item>
-      <item quantity="many">تعذر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا</item>
-      <item quantity="other">تعذر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
-      <item quantity="one">تعذّر نسخ <xliff:g id="COUNT_0">%1$d</xliff:g> ملف</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="zero">تعذَّر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
+      <item quantity="two">تعذَّر نسخ ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>)</item>
+      <item quantity="few">تعذَّر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات</item>
+      <item quantity="many">تعذَّر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا</item>
+      <item quantity="other">تعذَّر نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
+      <item quantity="one">تعذَّر نسخ ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>)</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="zero">تعذر ضغط <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
@@ -149,21 +149,21 @@
       <item quantity="other">تعذر ضغط <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
       <item quantity="one">تعذر ضغط ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>)</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="zero">تعذر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
-      <item quantity="two">تعذر نقل ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>)</item>
-      <item quantity="few">تعذر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات</item>
-      <item quantity="many">تعذر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا</item>
-      <item quantity="other">تعذر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
-      <item quantity="one">تعذر نقل <xliff:g id="COUNT_0">%1$d</xliff:g> ملف</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="zero">تعذَّر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
+      <item quantity="two">تعذَّر نقل ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>)</item>
+      <item quantity="few">تعذَّر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات</item>
+      <item quantity="many">تعذَّر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا</item>
+      <item quantity="other">تعذَّر نقل <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
+      <item quantity="one">تعذَّر نقل ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>)</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="zero">تعذّر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
-      <item quantity="two">تعذر حذف ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>)</item>
-      <item quantity="few">تعذر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات</item>
-      <item quantity="many">تعذر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا</item>
-      <item quantity="other">تعذر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
-      <item quantity="one">تعذّر حذف <xliff:g id="COUNT_0">%1$d</xliff:g> ملف</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="zero">تعذَّر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
+      <item quantity="two">تعذَّر حذف ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>)</item>
+      <item quantity="few">تعذَّر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات</item>
+      <item quantity="many">تعذَّر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا</item>
+      <item quantity="other">تعذَّر حذف <xliff:g id="COUNT_1">%1$d</xliff:g> ملف</item>
+      <item quantity="one">تعذَّر حذف ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>)</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"انقر لعرض التفاصيل."</string>
     <string name="close" msgid="905969391788869975">"إغلاق"</string>
@@ -215,13 +215,13 @@
       <item quantity="other">تم تحويل هذه الملفات إلى تنسيق آخر: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">تم تحويل هذا الملف إلى تنسيق آخر: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
       <item quantity="zero">تم نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف إلى الحافظة.</item>
       <item quantity="two">تم نسخ ملفين (<xliff:g id="COUNT_1">%1$d</xliff:g>) إلى الحافظة.</item>
       <item quantity="few">تم نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفات إلى الحافظة.</item>
       <item quantity="many">تم نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملفًا إلى الحافظة.</item>
       <item quantity="other">تم نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف إلى الحافظة.</item>
-      <item quantity="one">تم نسخ <xliff:g id="COUNT_0">%1$d</xliff:g> ملف إلى الحافظة.</item>
+      <item quantity="one">تم نسخ ملف واحد (<xliff:g id="COUNT_0">%1$d</xliff:g>) إلى الحافظة.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"معالجة الملف غير متوافقة."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"أخفقت معالجة الملف."</string>
diff --git a/res/values-az-rAZ/config.xml b/res/values-az/config.xml
similarity index 100%
rename from res/values-az-rAZ/config.xml
rename to res/values-az/config.xml
diff --git a/res/values-az-rAZ/strings.xml b/res/values-az/strings.xml
similarity index 93%
rename from res/values-az-rAZ/strings.xml
rename to res/values-az/strings.xml
index b79948c..3095bc9 100644
--- a/res/values-az-rAZ/strings.xml
+++ b/res/values-az/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Fayllar köçürülür"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Fayllar silinir"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> qalır"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fayl kopyalanır.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl kopyalanır.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element kopyalanır.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element kopyalanır.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fayl sıxılır.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fayl çıxarılır.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl çıxarılır.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fayl köçürülür.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl köçürülür.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element köçürülür.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element köçürülür.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fayl silinir.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl silinir.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element silinir.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element silinir.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Geri qaytarın"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Kopyalanmaq üçün hazırlanır..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Köçürmə üçün hazırlanır..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Silmək üçün hazırlanır..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> fayl kopyalanmadı</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl kopyalanmadı</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element kopyalana bilmədi</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element kopyalana bilmədi</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fayl sıxıla bilmədi</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl sıxıla bilmədi</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> fayl köçürülmədi</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl köçürülmədi</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element köçürülə bilmədi</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element köçürülə bilmədi</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> fayl silinmədi</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl silinmədi</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element silinə bilmədi</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element silinə bilmədi</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Detallara baxmaq üçün basın"</string>
     <string name="close" msgid="905969391788869975">"Bağlayın"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Bu fayllar başqa formata çevrildi: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Bu fayl başqa formata çevrildi: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fayl buferə kopyalandı.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fayl buferə kopyalandı.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element mübadilə buferinə kopyalandı.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element mübadilə buferinə kopyalandı.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Fayl əməliyyatı dəstəklənmir."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Fayl əməliyyatı alınmadı."</string>
diff --git a/res/values-b+sr+Latn/strings.xml b/res/values-b+sr+Latn/strings.xml
index 7756166..d471364 100644
--- a/res/values-b+sr+Latn/strings.xml
+++ b/res/values-b+sr+Latn/strings.xml
@@ -86,10 +86,10 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Premeštamo datoteke"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Brišemo datoteke"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Još <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kopiramo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteku.</item>
-      <item quantity="few">Kopiramo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="other">Kopiramo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Kopiraju se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Komprimuje se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
@@ -101,15 +101,15 @@
       <item quantity="few">Izdvajaju se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
       <item quantity="other">Izdvaja se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Premeštamo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteku.</item>
-      <item quantity="few">Premeštamo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="other">Premeštamo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Premešta se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Premeštaju se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Premešta se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Brišemo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteku.</item>
-      <item quantity="few">Brišemo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="other">Brišemo <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Brišu se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Opozovi"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Pripremamo kopiranje…"</string>
@@ -118,25 +118,25 @@
     <string name="move_preparing" msgid="8742573245485449429">"Pripremamo premeštanje…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Pripremamo brisanje…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
-      <item quantity="few">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
-      <item quantity="other">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije uspelo</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspelo</item>
+      <item quantity="few">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspelo</item>
+      <item quantity="other">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspelo</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Komprimovanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
       <item quantity="few">Komprimovanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
       <item quantity="other">Komprimovanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije uspelo</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Premeštanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
-      <item quantity="few">Premeštanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
-      <item quantity="other">Premeštanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije uspelo</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Premeštanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspelo</item>
+      <item quantity="few">Premeštanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspelo</item>
+      <item quantity="other">Premeštanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspelo</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
-      <item quantity="few">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nije uspelo</item>
-      <item quantity="other">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije uspelo</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspelo</item>
+      <item quantity="few">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspelo</item>
+      <item quantity="other">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspelo</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Dodirnite da biste pregledali detalje"</string>
     <string name="close" msgid="905969391788869975">"Zatvori"</string>
@@ -170,10 +170,10 @@
       <item quantity="few">Ove datoteke su konvertovane u neki drugi format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Ove datoteke su konvertovane u neki drugi format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">Kopirali ste <xliff:g id="COUNT_1">%1$d</xliff:g> datoteku u privremenu memoriju.</item>
-      <item quantity="few">Kopirali ste <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke u privremenu memoriju.</item>
-      <item quantity="other">Kopirali ste <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka u privremenu memoriju.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Kopirali ste <xliff:g id="COUNT_1">%1$d</xliff:g> stavku u memoriju.</item>
+      <item quantity="few">Kopirali ste <xliff:g id="COUNT_1">%1$d</xliff:g> stavke u memoriju.</item>
+      <item quantity="other">Kopirali ste <xliff:g id="COUNT_1">%1$d</xliff:g> stavki u memoriju.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Radnja sa datotekom nije podržana."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Radnja sa datotekom nije uspela."</string>
diff --git a/res/values-be-rBY/strings.xml b/res/values-be/strings.xml
similarity index 88%
rename from res/values-be-rBY/strings.xml
rename to res/values-be/strings.xml
index 957dfd4..a8f91f1 100644
--- a/res/values-be-rBY/strings.xml
+++ b/res/values-be/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Перамяшчэнне файлаў"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Выдаленне файлаў"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Засталося <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
-      <item quantity="few">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў.</item>
-      <item quantity="many">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў.</item>
-      <item quantity="other">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> элемента.</item>
+      <item quantity="few">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў.</item>
+      <item quantity="many">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў.</item>
+      <item quantity="other">Ідзе капіраванне <xliff:g id="COUNT_1">%1$d</xliff:g> элемента.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Ідзе сцісканне <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
@@ -104,17 +104,17 @@
       <item quantity="many">Ідзе выманне <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў.</item>
       <item quantity="other">Ідзе выманне <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Перамяшчаецца <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
-      <item quantity="few">Перамяшчаюцца <xliff:g id="COUNT_1">%1$d</xliff:g> файлы.</item>
-      <item quantity="many">Перамяшчаюцца <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў.</item>
-      <item quantity="other">Перамяшчаецца <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Ідзе перамяшчэнне <xliff:g id="COUNT_1">%1$d</xliff:g> элемента.</item>
+      <item quantity="few">Ідзе перамяшчэнне <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў.</item>
+      <item quantity="many">Ідзе перамяшчэнне <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў.</item>
+      <item quantity="other">Ідзе перамяшчэнне <xliff:g id="COUNT_1">%1$d</xliff:g> элемента.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
-      <item quantity="few">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў.</item>
-      <item quantity="many">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў.</item>
-      <item quantity="other">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> элемента.</item>
+      <item quantity="few">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў.</item>
+      <item quantity="many">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў.</item>
+      <item quantity="other">Ідзе выдаленне <xliff:g id="COUNT_1">%1$d</xliff:g> элемента.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Адрабіць"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Ідзе падрыхтоўка да капіравання…"</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"Падрыхтоўваецца перамяшчэнне…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Ідзе падрыхтоўка да выдалення…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
-      <item quantity="few">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> файлы</item>
-      <item quantity="many">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў</item>
-      <item quantity="other">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> элемент</item>
+      <item quantity="few">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> элементы</item>
+      <item quantity="many">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў</item>
+      <item quantity="other">Не атрымалася скапіраваць <xliff:g id="COUNT_1">%1$d</xliff:g> элемента</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Не атрымалася сціснуць <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
@@ -135,17 +135,17 @@
       <item quantity="many">Не атрымалася сціснуць <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў</item>
       <item quantity="other">Не атрымалася сціснуць <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
-      <item quantity="few">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> файлы</item>
-      <item quantity="many">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў</item>
-      <item quantity="other">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> элемент</item>
+      <item quantity="few">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> элементы</item>
+      <item quantity="many">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў</item>
+      <item quantity="other">Не атрымалася перамясціць <xliff:g id="COUNT_1">%1$d</xliff:g> элемента</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
-      <item quantity="few">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> файлы</item>
-      <item quantity="many">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў</item>
-      <item quantity="other">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> элемент</item>
+      <item quantity="few">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> элементы</item>
+      <item quantity="many">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> элементаў</item>
+      <item quantity="other">Не атрымалася выдаліць <xliff:g id="COUNT_1">%1$d</xliff:g> элемента</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Дакраніцеся, каб праглядзець больш падрабязна"</string>
     <string name="close" msgid="905969391788869975">"Закрыць"</string>
@@ -185,11 +185,11 @@
       <item quantity="many">Гэтыя файлы былі пераўтвораны ў іншы фармат: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Гэтыя файлы былі пераўтвораны ў іншы фармат: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">У буфер абмену скапіраваны <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
-      <item quantity="few">У буфер абмену скапіраваны <xliff:g id="COUNT_1">%1$d</xliff:g> файлы.</item>
-      <item quantity="many">У буфер абмену скапіраваны <xliff:g id="COUNT_1">%1$d</xliff:g> файлаў.</item>
-      <item quantity="other">У буфер абмену скапіравана <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> элемент скапіраваны ў буфер абмену.</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> элементы скапіраваны ў буфер абмену.</item>
+      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> элементаў скапіраваны ў буфер абмену.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> элемента скапіраваны ў буфер абмену.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Аперацыя з файлам не падтрымліваецца."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Не атрымалася выканаць аперацыю з файлам."</string>
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 5f63913..b98d06b 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Преместване на файлове"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Изтриване на файлове"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Оставащо време: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Копират се <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
-      <item quantity="one">Копира се <xliff:g id="COUNT_0">%1$d</xliff:g> файл.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> елемента се копират.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> елемент се копира.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Компресират се <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Извличат се <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
       <item quantity="one">Извлича се <xliff:g id="COUNT_0">%1$d</xliff:g> файл.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файла се преместват.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл се премества.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> елемента се преместват.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> елемент се премества.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Изтриват се <xliff:g id="COUNT_1">%1$d</xliff:g> файла.</item>
-      <item quantity="one">Изтрива се <xliff:g id="COUNT_0">%1$d</xliff:g> файл.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> елемента се изтриват.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> елемент се изтрива.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Отмяна"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Подготвя се за копиране…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Преместването се подготвя…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Подготвя се за изтриване..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файла не можаха да се копират</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл не можа да се копира</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> елемента не можаха да бъдат копирани</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> елемент не можа да бъде копиран</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файла не можаха да бъдат компресирани</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл не можа да бъде компресиран</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файла не можаха да бъдат преместени</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл не можа да бъде преместен</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> елемента не можаха да бъдат преместени</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> елемент не можа да бъде преместен</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файла не можаха да бъдат изтрити</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл не можа да бъде изтрит</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> елемента не можаха да бъдат изтрити</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> елемент не можа да бъде изтрит</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Докоснете, за да видите подробности"</string>
     <string name="close" msgid="905969391788869975">"Затваряне"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Следните файлове бяха преобразувани в друг формат: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Следният файл бе преобразуван в друг формат: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Копирахте <xliff:g id="COUNT_1">%1$d</xliff:g> файла в буферната памет.</item>
-      <item quantity="one">Копирахте <xliff:g id="COUNT_0">%1$d</xliff:g> файл в буферната памет.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> елемента са копирани в буферната памет.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> елемент е копиран в буферната памет.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Файловата операция не се поддържа."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Файловата операция не бе успешна."</string>
diff --git a/res/values-bn-rBD/config.xml b/res/values-bn/config.xml
similarity index 100%
rename from res/values-bn-rBD/config.xml
rename to res/values-bn/config.xml
diff --git a/res/values-bn-rBD/strings.xml b/res/values-bn/strings.xml
similarity index 93%
rename from res/values-bn-rBD/strings.xml
rename to res/values-bn/strings.xml
index 08d89d9..738fc98 100644
--- a/res/values-bn-rBD/strings.xml
+++ b/res/values-bn/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ফাইলগুলি সরানো হচ্ছে"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ফাইলগুলি মোছা হচ্ছে"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> বাকি"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল কপি করা হচ্ছে৷</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল কপি করা হচ্ছে৷</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম কপি করা হচ্ছে।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম কপি করা হচ্ছে।</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইলকে সঙ্কুচিত করা হচ্ছে।</item>
@@ -98,13 +98,13 @@
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইলকে বের করা হচ্ছে।</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইলকে বের করা হচ্ছে।</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল সরানো হচ্ছে৷</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল সরানো হচ্ছে৷</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম সরানো হচ্ছে।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম সরানো হচ্ছে।</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল মোছা হচ্ছে।</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল মোছা হচ্ছে।</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম মুছে দেওয়া হচ্ছে।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম মুছে দেওয়া হচ্ছে।</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"পূর্বাবস্থায় ফিরুন"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"কপি করার জন্য প্রস্তুত হচ্ছে…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"সরানোর জন্য প্রস্তুত হচ্ছে…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"মোছার জন্য প্রস্তুত হচ্ছে…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল কপি করা গেল না</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল কপি করা গেল না</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম কপি করা হয়নি</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম কপি করা হয়নি</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইলকে সঙ্কুচিত করা যায়নি</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইলকে সঙ্কুচিত করা যায়নি</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল সরানো গেল না</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল সরানো গেল না</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম সরানো যায়নি</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম সরানো যায়নি</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল মোছা গেল না</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল মোছা গেল না</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম মুছে দেওয়া যায়নি</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম মুছে দেওয়া যায়নি</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"বিশদ বিবরণ দেখতে আলতো চাপুন"</string>
     <string name="close" msgid="905969391788869975">"বন্ধ করুন"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">এই ফাইলগুলি অন্য ফরম্যাটে রূপান্তর করা হয়েছে: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">এই ফাইলগুলি অন্য ফরম্যাটে রূপান্তর করা হয়েছে: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল ক্লিপবোর্ডে কপি করা হয়েছে।</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি ফাইল ক্লিপবোর্ডে কপি করা হয়েছে।</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম ক্লিপবোর্ডে কপি করা হয়েছে।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>টি আইটেম ক্লিপবোর্ডে কপি করা হয়েছে।</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ফাইল ক্রিয়াকলাপটি সমর্থিত নয়৷"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ফাইল ক্রিয়াকলাপটি করা যায়নি।"</string>
diff --git a/res/values-bs-rBA/strings.xml b/res/values-bs/strings.xml
similarity index 90%
rename from res/values-bs-rBA/strings.xml
rename to res/values-bs/strings.xml
index bc6d82c..c7e8da1 100644
--- a/res/values-bs-rBA/strings.xml
+++ b/res/values-bs/strings.xml
@@ -86,10 +86,10 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Premještanje fajlova"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Brisanje fajlova"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Još <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> fajl.</item>
-      <item quantity="few">Kopiraju se <xliff:g id="COUNT_1">%1$d</xliff:g> fajla.</item>
-      <item quantity="other">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Kopiraju se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Kompresuje se <xliff:g id="COUNT_1">%1$d</xliff:g> fajl.</item>
@@ -101,15 +101,15 @@
       <item quantity="few">Izdvajaju se <xliff:g id="COUNT_1">%1$d</xliff:g> fajla.</item>
       <item quantity="other">Izdvaja se <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> fajl.</item>
-      <item quantity="few">Premještaju se <xliff:g id="COUNT_1">%1$d</xliff:g> fajla.</item>
-      <item quantity="other">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Premještaju se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> fajl.</item>
-      <item quantity="few">Brišu se <xliff:g id="COUNT_1">%1$d</xliff:g> fajla.</item>
-      <item quantity="other">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Brišu se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Opozovi radnju"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Priprema se kopiranje…"</string>
@@ -118,25 +118,25 @@
     <string name="move_preparing" msgid="8742573245485449429">"Priprema za premještanje…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Priprema za brisanje…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Nije moguće kopirati <xliff:g id="COUNT_1">%1$d</xliff:g> fajl</item>
-      <item quantity="few">Nije moguće kopirati <xliff:g id="COUNT_1">%1$d</xliff:g> fajla</item>
-      <item quantity="other">Nije moguće kopirati <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="few">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="other">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspjelo</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Kompresiranje <xliff:g id="COUNT_1">%1$d</xliff:g> fajla nije uspjelo</item>
       <item quantity="few">Kompresiranje <xliff:g id="COUNT_1">%1$d</xliff:g> fajla nije uspjelo</item>
       <item quantity="other">Kompresiranje <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova nije uspjelo</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Nije moguće premjestiti <xliff:g id="COUNT_1">%1$d</xliff:g> fajl</item>
-      <item quantity="few">Nije moguće premjestiti <xliff:g id="COUNT_1">%1$d</xliff:g> fajla</item>
-      <item quantity="other">Nije moguće premjestiti <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Premještanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="few">Premještanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="other">Premještanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspjelo</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Nije bilo moguće izbrisati <xliff:g id="COUNT_1">%1$d</xliff:g> fajl</item>
-      <item quantity="few">Nije bilo moguće izbrisati <xliff:g id="COUNT_1">%1$d</xliff:g> fajla</item>
-      <item quantity="other">Nije bilo moguće izbrisati <xliff:g id="COUNT_1">%1$d</xliff:g> fajlova</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="few">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="other">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspjelo</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Dodirnite za prikaz detalja"</string>
     <string name="close" msgid="905969391788869975">"Zatvori"</string>
@@ -170,10 +170,10 @@
       <item quantity="few">Ovi fajlovi nisu konvertirani u drugi format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Ovi fajlovi nisu konvertirani u drugi format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fajl je kopiran u međuspremnik.</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> fajla su kopirana u međuspremnik.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fajlova je kopirano u međuspremnik.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Kopirana je <xliff:g id="COUNT_1">%1$d</xliff:g> stavka u međumemoriju.</item>
+      <item quantity="few">Kopirane su <xliff:g id="COUNT_1">%1$d</xliff:g> stavke u međumemoriju.</item>
+      <item quantity="other">Kopirano je <xliff:g id="COUNT_1">%1$d</xliff:g> stavki u međumemoriju.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Nije podržana operacija za fajl."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Operacija za fajl nije uspjela."</string>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index 7fcbf27..936ee9e 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"S\'estan movent fitxers"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Suprimint els fitxers"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Temps restant: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">S\'estan copiant <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers.</item>
-      <item quantity="one">S\'està copiant <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">S\'estan copiant <xliff:g id="COUNT_1">%1$d</xliff:g> elements.</item>
+      <item quantity="one">S\'està copiant <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">S\'estan comprimint <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">S\'estan extraient <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers.</item>
       <item quantity="one">S\'està extraient <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">S\'estan movent <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers.</item>
-      <item quantity="one">S\'està movent <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">S\'estan movent <xliff:g id="COUNT_1">%1$d</xliff:g> elements.</item>
+      <item quantity="one">S\'està movent <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">S\'estan suprimint <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers.</item>
-      <item quantity="one">S\'està suprimint <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">S\'estan suprimint <xliff:g id="COUNT_1">%1$d</xliff:g> elements.</item>
+      <item quantity="one">S\'està suprimint <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Desfés"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"S\'està preparant per copiar…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"S\'està preparant per moure\'ls…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"S\'està preparant per suprimir…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">No s\'han pogut copiar <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers</item>
-      <item quantity="one">No s\'ha pogut copiar <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">No s\'han pogut copiar <xliff:g id="COUNT_1">%1$d</xliff:g> elements</item>
+      <item quantity="one">No s\'ha pogut copiar <xliff:g id="COUNT_0">%1$d</xliff:g> element</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">No s\'han pogut comprimir <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers</item>
       <item quantity="one">No s\'ha pogut comprimir <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">No s\'han pogut moure <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers</item>
-      <item quantity="one">No s\'ha pogut moure <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">No s\'han pogut moure <xliff:g id="COUNT_1">%1$d</xliff:g> elements</item>
+      <item quantity="one">No s\'ha pogut moure <xliff:g id="COUNT_0">%1$d</xliff:g> element</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">No s\'han pogut suprimir <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers</item>
-      <item quantity="one">No s\'ha pogut suprimir <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">No s\'han pogut suprimir <xliff:g id="COUNT_1">%1$d</xliff:g> elements</item>
+      <item quantity="one">No s\'ha pogut suprimir <xliff:g id="COUNT_0">%1$d</xliff:g> element</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Toca per veure\'n els detalls"</string>
     <string name="close" msgid="905969391788869975">"Tanca"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Aquests fitxers s\'han convertit a un altre format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Aquest fitxer s\'ha convertit a un altre format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">S\'han copiat <xliff:g id="COUNT_1">%1$d</xliff:g> fitxers al porta-retalls.</item>
-      <item quantity="one">S\'ha copiat <xliff:g id="COUNT_0">%1$d</xliff:g> fitxer al porta-retalls.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">S\'han copiat <xliff:g id="COUNT_1">%1$d</xliff:g> elements al porta-retalls.</item>
+      <item quantity="one">S\'ha copiat <xliff:g id="COUNT_0">%1$d</xliff:g> element al porta-retalls.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"L\'operació del fitxer no s\'admet."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"S\'ha produït un error en l\'operació del fitxer."</string>
diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml
index cf1acf7..030a997 100644
--- a/res/values-cs/strings.xml
+++ b/res/values-cs/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Přesouvání souborů"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Mazání souborů"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> do stažení"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="few">Kopírování <xliff:g id="COUNT_1">%1$d</xliff:g> souborů.</item>
-      <item quantity="many">Kopírování <xliff:g id="COUNT_1">%1$d</xliff:g> souboru.</item>
-      <item quantity="other">Kopírování <xliff:g id="COUNT_1">%1$d</xliff:g> souborů.</item>
-      <item quantity="one">Kopírování <xliff:g id="COUNT_0">%1$d</xliff:g> souboru.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="few">Kopírování <xliff:g id="COUNT_1">%1$d</xliff:g> položek</item>
+      <item quantity="many">Kopírování <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="other">Kopírování <xliff:g id="COUNT_1">%1$d</xliff:g> položek</item>
+      <item quantity="one">Kopírování <xliff:g id="COUNT_0">%1$d</xliff:g> položky</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="few">Komprimování <xliff:g id="COUNT_1">%1$d</xliff:g> souborů</item>
@@ -104,17 +104,17 @@
       <item quantity="other">Rozbalování <xliff:g id="COUNT_1">%1$d</xliff:g> souborů</item>
       <item quantity="one">Rozbalování <xliff:g id="COUNT_0">%1$d</xliff:g> souboru</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="few">Přesouvají se <xliff:g id="COUNT_1">%1$d</xliff:g> soubory.</item>
-      <item quantity="many">Přesouvá se <xliff:g id="COUNT_1">%1$d</xliff:g> souboru.</item>
-      <item quantity="other">Přesouvá se <xliff:g id="COUNT_1">%1$d</xliff:g> souborů.</item>
-      <item quantity="one">Přesouvá se <xliff:g id="COUNT_0">%1$d</xliff:g> soubor.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="few">Přesouvání <xliff:g id="COUNT_1">%1$d</xliff:g> položek</item>
+      <item quantity="many">Přesouvání <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="other">Přesouvání <xliff:g id="COUNT_1">%1$d</xliff:g> položek</item>
+      <item quantity="one">Přesouvání <xliff:g id="COUNT_0">%1$d</xliff:g> položky</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="few">Mazání <xliff:g id="COUNT_1">%1$d</xliff:g> souborů.</item>
-      <item quantity="many">Mazání <xliff:g id="COUNT_1">%1$d</xliff:g> souboru.</item>
-      <item quantity="other">Mazání <xliff:g id="COUNT_1">%1$d</xliff:g> souborů.</item>
-      <item quantity="one">Mazání <xliff:g id="COUNT_0">%1$d</xliff:g> souboru.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="few">Mazání <xliff:g id="COUNT_1">%1$d</xliff:g> položek</item>
+      <item quantity="many">Mazání <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="other">Mazání <xliff:g id="COUNT_1">%1$d</xliff:g> položek</item>
+      <item quantity="one">Mazání <xliff:g id="COUNT_0">%1$d</xliff:g> položky</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Vrátit zpět"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Příprava na kopírování…"</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"Příprava na přesunutí…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Příprava na mazání…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> soubory se zkopírovat nepodařilo</item>
-      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> souboru se zkopírovat nepodařilo</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> souborů se zkopírovat nepodařilo</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> soubor se zkopírovat nepodařilo</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="few"> <xliff:g id="COUNT_1">%1$d</xliff:g> položky nebylo možné zkopírovat</item>
+      <item quantity="many"> <xliff:g id="COUNT_1">%1$d</xliff:g> položky nebylo možné zkopírovat</item>
+      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> položek nebylo možné zkopírovat</item>
+      <item quantity="one"> <xliff:g id="COUNT_0">%1$d</xliff:g> položku nebylo možné zkopírovat</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> soubory nelze zkomprimovat</item>
@@ -135,17 +135,17 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> souborů nelze zkomprimovat</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> soubor nelze zkomprimovat</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> soubory nelze přesunout</item>
-      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> souboru nelze přesunout</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> souborů nelze přesunout</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> soubor nelze přesunout</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> položku nebylo možné přesunout</item>
+      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> položky nebylo možné přesunout</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> položek nebylo možné přesunout</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> položku nebylo možné přesunout</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> soubory se smazat nepodařilo</item>
-      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> souboru se smazat nepodařilo</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> souborů se smazat nepodařilo</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> soubor se smazat nepodařilo</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="few"> <xliff:g id="COUNT_1">%1$d</xliff:g> položky nebylo možné smazat</item>
+      <item quantity="many"> <xliff:g id="COUNT_1">%1$d</xliff:g> položky nebylo možné smazat</item>
+      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> položek nebylo možné smazat</item>
+      <item quantity="one"> <xliff:g id="COUNT_0">%1$d</xliff:g> položku nebylo možné smazat</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Klepnutím zobrazíte podrobnosti"</string>
     <string name="close" msgid="905969391788869975">"Zavřít"</string>
@@ -185,11 +185,11 @@
       <item quantity="other">Tyto soubory byly převedeny do jiného formátu: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Tento soubor byl převeden do jiného formátu: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> soubory byly zkopírovány do schránky.</item>
-      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> souboru bylo zkopírováno do schránky.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> souborů bylo zkopírováno do schránky.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> soubor byl zkopírován do schránky.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> položky byly zkopírovány do schránky</item>
+      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> položky bylo zkopírováno do schránky</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> položek bylo zkopírováno do schránky</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> položka byla zkopírována do schránky</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Operace se souborem není podporována."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Operace se souborem se nezdařila."</string>
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 384163c..a4f870f 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Flytter filer"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Filerne slettes"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> tilbage"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kopierer <xliff:g id="COUNT_1">%1$d</xliff:g> fil.</item>
-      <item quantity="other">Kopierer <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Kopierer <xliff:g id="COUNT_1">%1$d</xliff:g> element.</item>
+      <item quantity="other">Kopierer <xliff:g id="COUNT_1">%1$d</xliff:g> elementer.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Komprimerer <xliff:g id="COUNT_1">%1$d</xliff:g> fil.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Pakker <xliff:g id="COUNT_1">%1$d</xliff:g> fil ud.</item>
       <item quantity="other">Pakker <xliff:g id="COUNT_1">%1$d</xliff:g> filer ud.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Flytter <xliff:g id="COUNT_1">%1$d</xliff:g> fil.</item>
-      <item quantity="other">Flytter <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Flytter <xliff:g id="COUNT_1">%1$d</xliff:g> element.</item>
+      <item quantity="other">Flytter <xliff:g id="COUNT_1">%1$d</xliff:g> elementer.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fil slettes.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer slettes.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Sletter <xliff:g id="COUNT_1">%1$d</xliff:g> element.</item>
+      <item quantity="other">Sletter <xliff:g id="COUNT_1">%1$d</xliff:g> elementer.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Fortryd"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Forbereder kopiering…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Forbereder flytning…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Forbereder til sletning…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> af <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fil kunne ikke kopieres</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer kunne ikke kopieres</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> element kunne ikke kopieres</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementer kunne ikke kopieres</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fil kunne ikke komprimeres</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer kunne ikke komprimeres</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fil kunne ikke flyttes</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer kunne ikke flyttes</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> element kunne ikke flyttes</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementer kunne ikke flyttes</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fil kunne ikke slettes</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer kunne ikke slettes</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> element kunne ikke slettes</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementer kunne ikke slettes</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tryk for at se oplysninger"</string>
     <string name="close" msgid="905969391788869975">"Luk"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Følgende fil blev konverteret til et andet format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Følgende filer blev konverteret til et andet format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fil blev kopieret til udklipsholderen.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer blev kopieret til udklipsholderen.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> element blev kopieret til udklipsholderen.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementer blev kopieret til udklipsholderen.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Filhandlingen understøttes ikke."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Filhandlingen mislykkedes."</string>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index 6cb5f7b..9873191 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Dateien werden verschoben"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Dateien werden gelöscht"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Noch <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien werden kopiert.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei wird kopiert.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente werden kopiert.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element wird kopiert.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien werden komprimiert.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien werden extrahiert.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei wird extrahiert.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien werden verschoben.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei wird verschoben.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente werden verschoben.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element wird verschoben.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien werden gelöscht.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei wird gelöscht.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente werden gelöscht.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element wird gelöscht.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Rückgängig"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Kopieren wird vorbereitet…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Verschieben wird vorbereitet…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Löschen wird vorbereitet…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien konnten nicht kopiert werden</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei konnte nicht kopiert werden</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente konnten nicht kopiert werden</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element konnte nicht kopiert werden</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien konnten nicht komprimiert werden</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei konnte nicht komprimiert werden</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien konnten nicht verschoben werden</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei konnte nicht verschoben werden</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente konnten nicht verschoben werden</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element konnte nicht verschoben werden</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien konnten nicht gelöscht werden</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei konnte nicht gelöscht werden</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente konnten nicht gelöscht werden</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element konnte nicht gelöscht werden</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Zum Ansehen der Details tippen"</string>
     <string name="close" msgid="905969391788869975">"Schließen"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Folgende Dateien wurden in ein anderes Format konvertiert: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Folgende Datei wurde in ein anderes Format konvertiert: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Dateien wurden in die Zwischenablage kopiert.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Datei wurde in die Zwischenablage kopiert.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente wurden in die Zwischenablage kopiert.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element wurde in die Zwischenablage kopiert.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Dateioperation wird nicht unterstützt."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Dateioperation fehlgeschlagen."</string>
diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml
index 12417b2..6f0e8dc 100644
--- a/res/values-el/strings.xml
+++ b/res/values-el/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Μετακίνηση αρχείων"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Διαγραφή αρχείων"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Απομένουν <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Αντιγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων.</item>
-      <item quantity="one">Αντιγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Αντιγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχείων.</item>
+      <item quantity="one">Αντιγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείου.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Συμπίεση <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Εξαγωγή <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων.</item>
       <item quantity="one">Εξαγωγή <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Μετακίνηση <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων.</item>
-      <item quantity="one">Μετακίνηση <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Μετακίνηση <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχείων.</item>
+      <item quantity="one">Μετακίνηση <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείου.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Διαγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων.</item>
-      <item quantity="one">Διαγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Διαγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχείων.</item>
+      <item quantity="one">Διαγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείου.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Αναίρεση"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Προετοιμασία για αντιγραφή…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Προετοιμασία για μετακίνηση…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Προετοιμασία για διαγραφή…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Δεν ήταν δυνατή η αντιγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων</item>
-      <item quantity="one">Δεν ήταν δυνατή η αντιγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Δεν ήταν δυνατή η αντιγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχείων</item>
+      <item quantity="one">Δεν ήταν δυνατή η αντιγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείου</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Δεν ήταν δυνατή η συμπίεση <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων</item>
       <item quantity="one">Δεν ήταν δυνατή η συμπίεση <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Δεν ήταν δυνατή η μετακίνηση <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων</item>
-      <item quantity="one">Δεν ήταν δυνατή η μετακίνηση <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Δεν ήταν δυνατή η μετακίνηση <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχείων</item>
+      <item quantity="one">Δεν ήταν δυνατή η μετακίνηση <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείου</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Δεν ήταν δυνατή η διαγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> αρχείων</item>
-      <item quantity="one">Δεν ήταν δυνατή η διαγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείου</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Δεν ήταν δυνατή η διαγραφή <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχείων</item>
+      <item quantity="one">Δεν ήταν δυνατή η διαγραφή <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείου</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Πατήστε για προβολή λεπτομερειών"</string>
     <string name="close" msgid="905969391788869975">"Κλείσιμο"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Αυτά τα αρχεία μετατράπηκαν σε άλλη μορφή: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Αυτό το αρχείο μετατράπηκε σε άλλη μορφή: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Αντιγράφηκαν <xliff:g id="COUNT_1">%1$d</xliff:g> αρχεία στο πρόχειρο.</item>
-      <item quantity="one">Αντιγράφηκε <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείο στο πρόχειρο.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Αντιγράφηκαν <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχεία στο πρόχειρο.</item>
+      <item quantity="one">Αντιγράφηκε <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείο στο πρόχειρο.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Η λειτουργία αρχείου δεν υποστηρίζεται."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Η λειτουργία αρχείου απέτυχε."</string>
diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml
index 8eab724..2627937 100644
--- a/res/values-en-rAU/strings.xml
+++ b/res/values-en-rAU/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Moving files"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Deleting files"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> left"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Copying <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Copying <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Compressing <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Extracting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
       <item quantity="one">Extracting <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Moving <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Moving <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Deleting <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Deleting <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Undo"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparing for copy…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparing for move…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparing to delete…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Couldn’t compress <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
       <item quantity="one">Couldn’t compress <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t move <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t move <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tap to view details"</string>
     <string name="close" msgid="905969391788869975">"Close"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">These files were converted to another format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">This file was converted to another format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> files to clipboard.</item>
-      <item quantity="one">Copied <xliff:g id="COUNT_0">%1$d</xliff:g> file to clipboard.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> items to clipboard.</item>
+      <item quantity="one">Copied <xliff:g id="COUNT_0">%1$d</xliff:g> item to clipboard.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"File operation is not supported."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"File operation failed."</string>
diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml
index 8eab724..2627937 100644
--- a/res/values-en-rGB/strings.xml
+++ b/res/values-en-rGB/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Moving files"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Deleting files"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> left"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Copying <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Copying <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Compressing <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Extracting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
       <item quantity="one">Extracting <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Moving <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Moving <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Deleting <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Deleting <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Undo"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparing for copy…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparing for move…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparing to delete…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Couldn’t compress <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
       <item quantity="one">Couldn’t compress <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t move <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t move <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tap to view details"</string>
     <string name="close" msgid="905969391788869975">"Close"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">These files were converted to another format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">This file was converted to another format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> files to clipboard.</item>
-      <item quantity="one">Copied <xliff:g id="COUNT_0">%1$d</xliff:g> file to clipboard.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> items to clipboard.</item>
+      <item quantity="one">Copied <xliff:g id="COUNT_0">%1$d</xliff:g> item to clipboard.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"File operation is not supported."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"File operation failed."</string>
diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml
index 8eab724..2627937 100644
--- a/res/values-en-rIN/strings.xml
+++ b/res/values-en-rIN/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Moving files"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Deleting files"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> left"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Copying <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Copying <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Compressing <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Extracting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
       <item quantity="one">Extracting <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Moving <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Moving <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="one">Deleting <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="one">Deleting <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Undo"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparing for copy…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparing for move…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparing to delete…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Couldn’t compress <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
       <item quantity="one">Couldn’t compress <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t move <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t move <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tap to view details"</string>
     <string name="close" msgid="905969391788869975">"Close"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">These files were converted to another format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">This file was converted to another format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> files to clipboard.</item>
-      <item quantity="one">Copied <xliff:g id="COUNT_0">%1$d</xliff:g> file to clipboard.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> items to clipboard.</item>
+      <item quantity="one">Copied <xliff:g id="COUNT_0">%1$d</xliff:g> item to clipboard.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"File operation is not supported."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"File operation failed."</string>
diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml
index 5ee2df0..df36a3e 100644
--- a/res/values-es-rUS/strings.xml
+++ b/res/values-es-rUS/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Trasladando archivos"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Borrando los archivos"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> restantes"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
-      <item quantity="one">Copiando <xliff:g id="COUNT_0">%1$d</xliff:g> archivo.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">Copiando <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Comprimiendo <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Extrayendo <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
       <item quantity="one">Extrayendo <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Trasladando <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
-      <item quantity="one">Trasladando <xliff:g id="COUNT_0">%1$d</xliff:g> archivo.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Moviendo <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">Moviendo <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Se están borrando <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
-      <item quantity="one">Se está borrando <xliff:g id="COUNT_0">%1$d</xliff:g> archivo.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Borrando <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">Borrando <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Deshacer"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparando para copiar…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparación para mover archivos…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparando para borrar…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">No se pudieron copiar <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
-      <item quantity="one">No se pudo copiar <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">No se pudieron copiar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">No se pudo copiar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">No fue posible comprimir <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
       <item quantity="one">No fue posible comprimir <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">No se pudieron trasladar <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
-      <item quantity="one">No se pudo trasladar <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">No se pudieron mover <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">No se pudo mover <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">No se pudieron borrar <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
-      <item quantity="one">No se pudo borrar <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">No se pudieron borrar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">No se pudo borrar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Presiona para ver los detalles"</string>
     <string name="close" msgid="905969391788869975">"Cerrar"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Los siguientes archivos se convirtieron a otro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">El siguiente archivo se convirtió a otro formato: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Se copiaron <xliff:g id="COUNT_1">%1$d</xliff:g> archivos al portapapeles.</item>
-      <item quantity="one">Se copió <xliff:g id="COUNT_0">%1$d</xliff:g> archivo al portapapeles.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Se copiaron <xliff:g id="COUNT_1">%1$d</xliff:g> elementos al portapapeles.</item>
+      <item quantity="one">Se copió <xliff:g id="COUNT_0">%1$d</xliff:g> elemento al portapapeles.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"No se admite esta operación en el archivo."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"No se pudo realizar la operación en el archivo."</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index ccbec74..b88f67d 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Moviendo archivos"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Eliminando archivos"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Tiempo restante: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
-      <item quantity="one">Copiando <xliff:g id="COUNT_0">%1$d</xliff:g> archivo.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> elementos.</item>
+      <item quantity="one">Copiando <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Se están comprimiendo <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Se están extrayendo <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
       <item quantity="one">Se está extrayendo <xliff:g id="COUNT_0">%1$d</xliff:g> archivo.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Moviendo <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
-      <item quantity="one">Moviendo <xliff:g id="COUNT_0">%1$d</xliff:g> archivo.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Moviendo <xliff:g id="COUNT_1">%1$d</xliff:g> elementos.</item>
+      <item quantity="one">Moviendo <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Eliminando <xliff:g id="COUNT_1">%1$d</xliff:g> archivos.</item>
-      <item quantity="one">Eliminando <xliff:g id="COUNT_0">%1$d</xliff:g> archivo.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Eliminando <xliff:g id="COUNT_1">%1$d</xliff:g> elementos.</item>
+      <item quantity="one">Eliminando <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Deshacer"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparando para copiar..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparando para mover…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparando para eliminar…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> de <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">No se han podido copiar <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
-      <item quantity="one">No se ha podido copiar <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">No se han podido copiar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">No se ha podido copiar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">No se han podido comprimir <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
       <item quantity="one">No se ha podido comprimir <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">No se han podido mover <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
-      <item quantity="one">No se ha podido mover <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">No se han podido mover <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">No se ha podido mover <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">No se han podido eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> archivos</item>
-      <item quantity="one">No se ha podido eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> archivo</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">No se han podido eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">No se ha podido eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Toca la notificación para ver detalles"</string>
     <string name="close" msgid="905969391788869975">"Cerrar"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Estos archivos se han convertido a otro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Este archivo se ha convertido a otro formato: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Se han copiado <xliff:g id="COUNT_1">%1$d</xliff:g> archivos al portapapeles.</item>
-      <item quantity="one">Se ha copiado <xliff:g id="COUNT_0">%1$d</xliff:g> archivo al portapapeles.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Se han copiado <xliff:g id="COUNT_1">%1$d</xliff:g> elementos al portapapeles.</item>
+      <item quantity="one">Se ha copiado <xliff:g id="COUNT_0">%1$d</xliff:g> elemento al portapapeles.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"No se admite esta operación en el archivo."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"No se puede hacer la operación en el archivo."</string>
diff --git a/res/values-et-rEE/config.xml b/res/values-et/config.xml
similarity index 100%
rename from res/values-et-rEE/config.xml
rename to res/values-et/config.xml
diff --git a/res/values-et-rEE/strings.xml b/res/values-et/strings.xml
similarity index 94%
rename from res/values-et-rEE/strings.xml
rename to res/values-et/strings.xml
index f068f5f..e1742d5 100644
--- a/res/values-et-rEE/strings.xml
+++ b/res/values-et/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Failide teisaldamine"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Failide kustutamine"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> on jäänud"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili kopeerimine.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> faili kopeerimine.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Kopeeritakse <xliff:g id="COUNT_1">%1$d</xliff:g> üksust.</item>
+      <item quantity="one">Kopeeritakse <xliff:g id="COUNT_0">%1$d</xliff:g> üksus.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili tihendamine.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili ekstraktimine.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> faili ekstraktimine.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Teisaldatakse <xliff:g id="COUNT_1">%1$d</xliff:g> faili.</item>
-      <item quantity="one">Teisaldatakse <xliff:g id="COUNT_0">%1$d</xliff:g> fail.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Teisaldatakse <xliff:g id="COUNT_1">%1$d</xliff:g> üksust.</item>
+      <item quantity="one">Teisaldatakse <xliff:g id="COUNT_0">%1$d</xliff:g> üksus.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Kustutatakse <xliff:g id="COUNT_1">%1$d</xliff:g> faili.</item>
-      <item quantity="one">Kustutatakse <xliff:g id="COUNT_0">%1$d</xliff:g> fail.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Kustutatakse <xliff:g id="COUNT_1">%1$d</xliff:g> üksust.</item>
+      <item quantity="one">Kustutatakse <xliff:g id="COUNT_0">%1$d</xliff:g> üksus.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Võta tagasi"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Kopeerimise ettevalmistamine …"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Teisaldamise ettevalmistamine …"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Kustutamise ettevalmistamine …"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili ei saanud kopeerida</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> faili ei saanud kopeerida</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> üksust ei saanud kopeerida</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> üksust ei saanud kopeerida</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili ei õnnestunud tihendada</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> faili ei õnnestunud tihendada</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili ei saanud teisaldada</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> faili ei saanud teisaldada</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> üksust ei saanud teisaldada</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> üksust ei saanud teisaldada</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili ei saanud kustutada</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> faili ei saanud kustutada</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> üksust ei saanud kustutada</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> üksust ei saanud kustutada</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Puudutage üksikasjade vaatamiseks"</string>
     <string name="close" msgid="905969391788869975">"Sule"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Need failid teisendati muusse vormingusse: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">See fail teisendati muusse vormingusse: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili kopeeriti lõikelauale.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fail kopeeriti lõikelauale.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> üksust kopeeriti lõikelauale.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> üksus kopeeriti lõikelauale.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Failitoimingut ei toetata."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Failitoiming ebaõnnestus."</string>
diff --git a/res/values-eu-rES/config.xml b/res/values-eu/config.xml
similarity index 100%
rename from res/values-eu-rES/config.xml
rename to res/values-eu/config.xml
diff --git a/res/values-eu-rES/strings.xml b/res/values-eu/strings.xml
similarity index 94%
rename from res/values-eu-rES/strings.xml
rename to res/values-eu/strings.xml
index f4707df..4340ebb 100644
--- a/res/values-eu-rES/strings.xml
+++ b/res/values-eu/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Mugitu fitxategiak"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Ezabatu fitxategiak"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Falta den denbora: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi kopiatzen.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi kopiatzen.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementu kopiatzen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elementu kopiatzen.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi konprimatzen.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi ateratzen.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi ateratzen.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi mugitzen.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi mugitzen.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementu mugitzen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elementu mugitzen.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi ezabatzen ari dira.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi ezabatzen ari da.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementu ezabatzen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elementu ezabatzen.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Desegin"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Kopiatzeko prestatzen…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Mugitzeko prestatzen…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Ezabatzeko prestatzen…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Ezin izan dira kopiatu <xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi</item>
-      <item quantity="one">Ezin izan da kopiatu <xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Ezin izan dira kopiatu <xliff:g id="COUNT_1">%1$d</xliff:g> elementu</item>
+      <item quantity="one">Ezin izan da kopiatu <xliff:g id="COUNT_0">%1$d</xliff:g> elementu</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Ezin izan dira konprimatu <xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi</item>
       <item quantity="one">Ezin izan da konprimatu <xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Ezin izan dira mugitu <xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi</item>
-      <item quantity="one">Ezin izan da mugitu <xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Ezin izan dira mugitu <xliff:g id="COUNT_1">%1$d</xliff:g> elementu</item>
+      <item quantity="one">Ezin izan da mugitu <xliff:g id="COUNT_0">%1$d</xliff:g> elementu</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Ezin izan dira ezabatu <xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi</item>
-      <item quantity="one">Ezin izan da ezabatu <xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Ezin izan dira ezabatu <xliff:g id="COUNT_1">%1$d</xliff:g> elementu</item>
+      <item quantity="one">Ezin izan da ezabatu <xliff:g id="COUNT_0">%1$d</xliff:g> elementu</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Sakatu xehetasunak ikusteko"</string>
     <string name="close" msgid="905969391788869975">"Itxi"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Beste formatu batera bihurtu dira fitxategi hauek: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Beste formatu batera bihurtu da fitxategi hau: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fitxategi kopiatu dira arbelean.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fitxategi kopiatu da arbelean.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementu kopiatu dira arbelean.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elementu kopiatu da arbelean.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Ez da onartzen hori egitea fitxategiarekin."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Ezin da egin hori fitxategiarekin."</string>
diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml
index 388a8ea..2dbf8ac 100644
--- a/res/values-fa/strings.xml
+++ b/res/values-fa/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"درحال انتقال فایل‌ها"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"در حال حذف فایل‌ها"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> باقیمانده"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">درحال کپی کردن <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
-      <item quantity="other">درحال کپی کردن <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">درحال کپی کردن <xliff:g id="COUNT_1">%1$d</xliff:g> مورد.</item>
+      <item quantity="other">درحال کپی کردن <xliff:g id="COUNT_1">%1$d</xliff:g> مورد.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">درحال فشرده‌سازی<xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">درحال استخراج <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
       <item quantity="other">درحال استخراج <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">درحال انتقال <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
-      <item quantity="other">درحال انتقال <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">درحال انتقال <xliff:g id="COUNT_1">%1$d</xliff:g> مورد.</item>
+      <item quantity="other">درحال انتقال <xliff:g id="COUNT_1">%1$d</xliff:g> مورد.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">درحال حذف <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
-      <item quantity="other">درحال حذف <xliff:g id="COUNT_1">%1$d</xliff:g> فایل.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">درحال حذف <xliff:g id="COUNT_1">%1$d</xliff:g> مورد.</item>
+      <item quantity="other">درحال حذف <xliff:g id="COUNT_1">%1$d</xliff:g> مورد.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"واگرد"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"در حال آماده‌سازی برای کپی..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"درحال آماده‌سازی برای انتقال…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"درحال آماده‌سازی برای حذف…‏"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل کپی نشد</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل کپی نشد</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> مورد کپی نشد</item>
+      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> مورد کپی نشد</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل فشرده نشد</item>
       <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل فشرده نشد</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل منتقل نشد</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل منتقل نشد</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> مورد منتقل نشد</item>
+      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> مورد منتقل نشد</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل حذف نشد</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل حذف نشد</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> مورد حذف نشد</item>
+      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> مورد حذف نشد</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"برای مشاهده جزئیات ضربه بزنید"</string>
     <string name="close" msgid="905969391788869975">"بستن"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">قالب این فایل‌ها تغییر داده شد: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">قالب این فایل‌ها تغییر داده شد: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل در بریده‌دان کپی شد.</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> فایل در بریده‌دان کپی شد.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>مورد در بریده‌دان کپی شد.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>مورد در بریده‌دان کپی شد.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"عملکرد فایل پشتیبانی نمی‌شود."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"عملکرد فایل ناموفق بود."</string>
diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml
index 393541b..3891b57 100644
--- a/res/values-fi/strings.xml
+++ b/res/values-fi/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Siirretään tiedostoja"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Poistetaan tiedostoja"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> jäljellä"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Kopioidaan <xliff:g id="COUNT_1">%1$d</xliff:g> tiedostoa.</item>
-      <item quantity="one">Kopioidaan <xliff:g id="COUNT_0">%1$d</xliff:g> tiedosto.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Kopioidaan <xliff:g id="COUNT_1">%1$d</xliff:g> kohdetta.</item>
+      <item quantity="one">Kopioidaan <xliff:g id="COUNT_0">%1$d</xliff:g> kohde.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Pakataan <xliff:g id="COUNT_1">%1$d</xliff:g> tiedostoa.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Puretaan <xliff:g id="COUNT_1">%1$d</xliff:g> tiedostoa.</item>
       <item quantity="one">Puretaan <xliff:g id="COUNT_0">%1$d</xliff:g> tiedosto.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Siirretään <xliff:g id="COUNT_1">%1$d</xliff:g> tiedostoa.</item>
-      <item quantity="one">Siirretään <xliff:g id="COUNT_0">%1$d</xliff:g> tiedosto.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Siirretään <xliff:g id="COUNT_1">%1$d</xliff:g> kohdetta.</item>
+      <item quantity="one">Siirretään <xliff:g id="COUNT_0">%1$d</xliff:g> kohde.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Poistetaan <xliff:g id="COUNT_1">%1$d</xliff:g> tiedostoa.</item>
-      <item quantity="one">Poistetaan <xliff:g id="COUNT_0">%1$d</xliff:g> tiedosto.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Poistetaan <xliff:g id="COUNT_1">%1$d</xliff:g> kohdetta.</item>
+      <item quantity="one">Poistetaan <xliff:g id="COUNT_0">%1$d</xliff:g> kohde.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Kumoa"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Valmistellaan kopiointia…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Valmistellaan siirtämistä…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Valmistellaan poistamista…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> tiedoston kopioiminen epäonnistui</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> tiedoston kopioiminen epäonnistui</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> kohteen kopiointi epäonnistui.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> kohteen kopiointi epäonnistui.</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> tiedoston pakkaus epäonnistui.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> tiedoston pakkaus epäonnistui.</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> tiedoston siirtäminen epäonnistui</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> tiedoston siirtäminen epäonnistui</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> kohteen siirtäminen epäonnistui.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> kohteen siirtäminen epäonnistui.</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> tiedoston poistaminen epäonnistui</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> tiedoston poistaminen epäonnistui</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> kohteen poistaminen epäonnistui.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> kohteen poistaminen epäonnistui.</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tarkastele tietoja napauttamalla."</string>
     <string name="close" msgid="905969391788869975">"Sulje"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Tiedostot <xliff:g id="LIST_1">%1$s</xliff:g> muunnettiin toiseen muotoon</item>
       <item quantity="one">Tiedosto <xliff:g id="LIST_0">%1$s</xliff:g> muunnettiin toiseen muotoon</item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> tiedostoa kopioitiin leikepöydälle.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> tiedosto kopioitiin leikepöydälle.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> kohdetta kopioitu leikepöydälle.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> kohde kopioitu leikepöydälle.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Toimintoa ei tueta."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Tiedostotoiminto epäonnistui."</string>
diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml
index f0ab549..6e84ad9 100644
--- a/res/values-fr-rCA/strings.xml
+++ b/res/values-fr-rCA/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Déplacement des fichiers"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Suppression des fichiers"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Temps restant : <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier en cours.</item>
-      <item quantity="other">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers en cours.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> élément en cours.</item>
+      <item quantity="other">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> éléments en cours.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Compression de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier en cours.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Extraction de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier en cours.</item>
       <item quantity="other">Extraction de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers en cours.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier en cours.</item>
-      <item quantity="other">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers en cours.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> élément en cours.</item>
+      <item quantity="other">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> éléments en cours.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier.</item>
-      <item quantity="other">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> élément en cours.</item>
+      <item quantity="other">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> éléments en cours.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Annuler"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Préparation de la copie en cours"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Préparation du déplacement…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Préparation de la suppression…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> sur <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> fichier</item>
-      <item quantity="other">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> élément</item>
+      <item quantity="other">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> éléments</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Impossible de compresser <xliff:g id="COUNT_1">%1$d</xliff:g> fichier</item>
       <item quantity="other">Impossible de compresser <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> fichier</item>
-      <item quantity="other">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> élément</item>
+      <item quantity="other">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> éléments</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> dossier</item>
-      <item quantity="other">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> dossiers</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> élément</item>
+      <item quantity="other">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> éléments</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Touchez pour afficher les détails"</string>
     <string name="close" msgid="905969391788869975">"Fermer"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Ce fichier a été converti en un autre format : <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Ces fichiers ont été convertis en un autre format : <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fichier a été copié dans le presse-papiers.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fichiers ont été copiés dans le presse-papiers.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> élément copié dans le presse-papiers.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> éléments copiés dans le presse-papiers.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Opération relative au fichier non prise en charge"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Échec de l\'opération relative au fichier."</string>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index a563f31..621269f 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Déplacement de fichiers…"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Suppression des fichiers…"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Temps restant : <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier…</item>
-      <item quantity="other">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers…</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> élément…</item>
+      <item quantity="other">Copie de <xliff:g id="COUNT_1">%1$d</xliff:g> éléments…</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Compression de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier…</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Extraction de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier…</item>
       <item quantity="other">Extraction de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers…</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier…</item>
-      <item quantity="other">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers…</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> élément…</item>
+      <item quantity="other">Déplacement de <xliff:g id="COUNT_1">%1$d</xliff:g> éléments…</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> fichier…</item>
-      <item quantity="other">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers…</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> élément…</item>
+      <item quantity="other">Suppression de <xliff:g id="COUNT_1">%1$d</xliff:g> éléments…</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Annuler"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Préparation à la copie…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Préparation au déplacement…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Préparation à la suppression…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> fichier</item>
-      <item quantity="other">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> élément</item>
+      <item quantity="other">Impossible de copier <xliff:g id="COUNT_1">%1$d</xliff:g> éléments</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Impossible de compresser <xliff:g id="COUNT_1">%1$d</xliff:g> fichier</item>
       <item quantity="other">Impossible de compresser <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> fichier</item>
-      <item quantity="other">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> élément</item>
+      <item quantity="other">Impossible de déplacer <xliff:g id="COUNT_1">%1$d</xliff:g> éléments</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> fichier</item>
-      <item quantity="other">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> fichiers</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> élément</item>
+      <item quantity="other">Impossible de supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> éléments</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Appuyez pour afficher plus d\'informations."</string>
     <string name="close" msgid="905969391788869975">"Fermer"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Ce fichier a été converti dans un autre format : <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Ces fichiers ont été convertis dans un autre format : <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fichier a bien été copié dans le Presse-papiers.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fichiers ont bien été copiés dans le Presse-papiers.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> élément a été copié dans le Presse-papiers.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> éléments ont été copiés dans le Presse-papiers.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Opération relative au fichier non acceptée."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"L\'opération relative au fichier a échoué."</string>
diff --git a/res/values-gl-rES/config.xml b/res/values-gl/config.xml
similarity index 100%
rename from res/values-gl-rES/config.xml
rename to res/values-gl/config.xml
diff --git a/res/values-gl-rES/strings.xml b/res/values-gl/strings.xml
similarity index 94%
rename from res/values-gl-rES/strings.xml
rename to res/values-gl/strings.xml
index 2d974ec..491327d 100644
--- a/res/values-gl-rES/strings.xml
+++ b/res/values-gl/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Mover ficheiros"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Eliminando ficheiros"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Tempo restante: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
-      <item quantity="one">Copiando <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> elementos.</item>
+      <item quantity="one">Copiando <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Comprimindo <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Extraendo <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
       <item quantity="one">Extraendo <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Movendo <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
-      <item quantity="one">Movendo <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Movendo <xliff:g id="COUNT_1">%1$d</xliff:g> elementos.</item>
+      <item quantity="one">Movendo <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Eliminando <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
-      <item quantity="one">Eliminando <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Eliminando <xliff:g id="COUNT_1">%1$d</xliff:g> elementos.</item>
+      <item quantity="one">Eliminando <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Desfacer"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparando para copiar…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparándose para mover..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparando para eliminar…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Non se puideron copiar <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
-      <item quantity="one">Non se puido copiar <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Non se puideron copiar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">Non se puido copiar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Non se puideron comprimir <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
       <item quantity="one">Non se puido comprimir <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Non se puideron mover <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
-      <item quantity="one">Non se puido mover <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Non se puideron mover <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">Non se puido mover <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Non se puideron eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
-      <item quantity="one">Non se puido eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Non se puideron eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos</item>
+      <item quantity="one">Non se puido eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Toca para ver detalles"</string>
     <string name="close" msgid="905969391788869975">"Pechar"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Estes ficheiros convertéronse a outro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Este ficheiro converteuse a outro formato: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Copiáronse <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros no portapapeis.</item>
-      <item quantity="one">Copiouse <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro no portapapeis.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Copiáronse <xliff:g id="COUNT_1">%1$d</xliff:g> elementos no portapapeis.</item>
+      <item quantity="one">Copiouse <xliff:g id="COUNT_0">%1$d</xliff:g> elemento no portapapeis.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"A operación do ficheiro non é compatible."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Produciuse un erro na operación do ficheiro."</string>
diff --git a/res/values-gu-rIN/config.xml b/res/values-gu/config.xml
similarity index 100%
rename from res/values-gu-rIN/config.xml
rename to res/values-gu/config.xml
diff --git a/res/values-gu-rIN/strings.xml b/res/values-gu/strings.xml
similarity index 93%
rename from res/values-gu-rIN/strings.xml
rename to res/values-gu/strings.xml
index 0dc8bb5..76d7101 100644
--- a/res/values-gu-rIN/strings.xml
+++ b/res/values-gu/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ફાઇલો ખસેડી રહ્યાં છે"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ફાઇલને નીકાળી રહ્યાં છે"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> બાકી"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કૉપિ કરી રહ્યાં છે.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કૉપિ કરી રહ્યાં છે.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમની કૉપિ કરી રહ્યા છીએ.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમની કૉપિ કરી રહ્યા છીએ.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ સંકુચિત કરી રહ્યા છીએ.</item>
@@ -98,13 +98,13 @@
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ એક્સટ્રેક્ટ કરી રહ્યા છીએ.</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ એક્સટ્રેક્ટ કરી રહ્યા છીએ.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ ખસેડી રહ્યાં છે.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ ખસેડી રહ્યાં છે.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ ખસેડી રહ્યા છીએ.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ ખસેડી રહ્યા છીએ.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કાઢી નાખી રહ્યાં છે.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કાઢી નાખી રહ્યાં છે.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ કાઢી નાખી રહ્યા છીએ.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ કાઢી નાખી રહ્યા છીએ.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"પૂર્વવત્ કરો"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"કૉપિ કરવા માટે તૈયારી કરે છે…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ખસેડવા માટે તૈયાર કરી રહ્યું છે…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"કાઢી નાખવાની તૈયારી કરે છે…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કૉપિ કરી શક્યાં નથી</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કૉપિ કરી શક્યાં નથી</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમની કૉપિ કરી ન શક્યા</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમની કૉપિ કરી ન શક્યા</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ સંકુચિત કરી શકાઈ નથી</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ સંકુચિત કરી શકાઈ નથી</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ ખસેડી શક્યાં નથી</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ ખસેડી શક્યાં નથી</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ ખસેડી ન શક્યા</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ ખસેડી ન શક્યા</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કાઢી નાખી શક્યાં નથી</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કાઢી નાખી શક્યાં નથી</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ કાઢી નાખી ન શક્યા</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમ કાઢી નાખી ન શક્યા</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"વિગતો જોવા માટે ટૅપ કરો"</string>
     <string name="close" msgid="905969391788869975">"બંધ કરો"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">આ ફાઇલો બીજા ફૉર્મેટમાં રૂપાંતરિત કરવામાં આવી હતી: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">આ ફાઇલો બીજા ફૉર્મેટમાં રૂપાંતરિત કરવામાં આવી હતી: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">ક્લિપબોર્ડ પર <xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કૉપિ કરી.</item>
-      <item quantity="other">ક્લિપબોર્ડ પર <xliff:g id="COUNT_1">%1$d</xliff:g> ફાઇલ કૉપિ કરી.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">ક્લિપબોર્ડ પર <xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમોની કૉપિ કરી.</item>
+      <item quantity="other">ક્લિપબોર્ડ પર <xliff:g id="COUNT_1">%1$d</xliff:g> આઇટમોની કૉપિ કરી.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ફાઇલ ઑપરેશન સમર્થિત નથી."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ફાઇલ ઑપરેશન નિષ્ફળ થયું."</string>
diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml
index 479581e..b62471d 100644
--- a/res/values-hi/strings.xml
+++ b/res/values-hi/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"फाइलें ले जाई जा रही हैं"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"फ़ाइलें हटाई जा रही हैं"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> शेष"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें कॉपी की जा रही है.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें कॉपी की जा रही है.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम कॉपी किए जा रहे हैं.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम कॉपी किए जा रहे हैं.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें संपीड़ित की जा रही हैं.</item>
@@ -98,13 +98,13 @@
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें निकाली जा रही हैं.</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें निकाली जा रही हैं.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें ले जाई जा रही हैं.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें ले जाई जा रही हैं.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम ले जाए जा रहे हैं.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम ले जाए जा रहे हैं.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें हटाई जा रही हैं.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें हटाई जा रही हैं.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम मिटाए जा रहे हैं.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम मिटाए जा रहे हैं.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"पूर्ववत करें"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"कॉपी करने की तैयारी हो रही है…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ले जाने की तैयारी हो रही है…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"हटाने के लिए तैयार हो रहा है…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलों को कॉपी नहीं किया जा सका</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलों को कॉपी नहीं किया जा सका</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम कॉपी नहीं किए जा सके</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम कॉपी नहीं किए जा सके</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें कंप्रेस नहीं की जा सकीं</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें कंप्रेस नहीं की जा सकीं</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें नहीं ले जाई जा सकीं</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें नहीं ले जाई जा सकीं</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम नहीं ले जाए जा सके</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम नहीं ले जाए जा सके</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें हटाई नहीं जा सकीं</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलें हटाई नहीं जा सकीं</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम मिटाए नहीं जा सके</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम मिटाए नहीं जा सके</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"विवरणों को देखने के लिए टैप करें"</string>
     <string name="close" msgid="905969391788869975">"बंद करें"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">ये फ़ाइलें किसी और प्रारूप में बदल दी गई थीं: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">ये फ़ाइलें किसी और प्रारूप में बदल दी गई थीं: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">क्‍लिपबोर्ड पर <xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलों की कॉपी बनाई गई.</item>
-      <item quantity="other">क्‍लिपबोर्ड पर <xliff:g id="COUNT_1">%1$d</xliff:g> फ़ाइलों की कॉपी बनाई गई.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम क्‍लिपबोर्ड पर कॉपी किए गए.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आइटम क्‍लिपबोर्ड पर कॉपी किए गए.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"फ़ाइल की कार्यवाही समर्थित नहीं है."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"फ़ाइल की कार्यवाही सफल नहीं हुई."</string>
diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml
index 4720b60..7fba49c 100644
--- a/res/values-hr/strings.xml
+++ b/res/values-hr/strings.xml
@@ -86,10 +86,10 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Premještanje datoteka"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Brisanje datoteka"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Još <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
-      <item quantity="few">Kopiraju se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="other">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Kopiraju se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Kopira se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Sažimanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
@@ -101,15 +101,15 @@
       <item quantity="few">Izdvajanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
       <item quantity="other">Izdvajanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
-      <item quantity="few">Premještaju se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="other">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Premještaju se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Premješta se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
-      <item quantity="few">Brišu se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="other">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> stavka.</item>
+      <item quantity="few">Brišu se <xliff:g id="COUNT_1">%1$d</xliff:g> stavke.</item>
+      <item quantity="other">Briše se <xliff:g id="COUNT_1">%1$d</xliff:g> stavki.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Poništi"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Priprema za kopiranje…"</string>
@@ -118,25 +118,25 @@
     <string name="move_preparing" msgid="8742573245485449429">"Priprema za premještanje…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Priprema za brisanje…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije kopirana</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nisu kopirane</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije kopirano</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="few">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="other">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspjelo</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije sažeta</item>
       <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nisu sažete</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije sažeto</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije premještena</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nisu premještene</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije premješteno</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Premještanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="few">Premještanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="other">Premještanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspjelo</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije izbrisana</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke nisu izbrisane</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka nije izbrisano</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="few">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavke nije uspjelo</item>
+      <item quantity="other">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> stavki nije uspjelo</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Dodirnite da biste vidjeli pojedinosti"</string>
     <string name="close" msgid="905969391788869975">"Zatvori"</string>
@@ -170,10 +170,10 @@
       <item quantity="few">Ove su datoteke pretvorene u neki drugi format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Ove su datoteke pretvorene u neki drugi format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka kopirana je u međuspremnik.</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke kopirane su u međuspremnik.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteka kopirano je u međuspremnik.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> stavka kopirana je u međuspremnik.</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> stavke kopirane su u međuspremnik.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> stavki kopirano je u međuspremnik.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Radnja datoteke nije podržana."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Radnja datoteke nije uspjela."</string>
diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml
index a0df946..f3cfb81 100644
--- a/res/values-hu/strings.xml
+++ b/res/values-hu/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Fájlok áthelyezése"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Fájlok törlése"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> van hátra"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájl másolása folyamatban.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájl másolása folyamatban.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elem másolása folyamatban.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elem másolása folyamatban.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájl tömörítése folyamatban.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájl kicsomagolása folyamatban.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájl kicsomagolása folyamatban.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájl áthelyezése folyamatban.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájl áthelyezése folyamatban.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elem áthelyezése folyamatban.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elem áthelyezése folyamatban.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájl törlése.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájl törlése.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elem törlése folyamatban.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elem törlése folyamatban.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Visszavonás"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Felkészülés a másolásra…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Áthelyezés előkészítése…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Törlés előkészítése…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="TOTALCOUNT">%2$d</xliff:g>/<xliff:g id="COUNT_0">%1$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájlt nem sikerült átmásolni</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájlt nem sikerült átmásolni</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elem másolása sikertelen</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elem másolása sikertelen</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájlt nem sikerült tömöríteni</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájlt nem sikerült tömöríteni</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájlt nem sikerült áthelyezni</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájlt nem sikerült áthelyezni</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elem áthelyezése sikertelen</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elem áthelyezése sikertelen</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájlt nem sikerült törölni</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájlt nem sikerült törölni</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elem törlése sikertelen</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elem törlése sikertelen</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Koppintson rá a részletek megtekintéséhez"</string>
     <string name="close" msgid="905969391788869975">"Bezárás"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">A következő fájlok más formátumba lettek konvertálva: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">A következő fájl más formátumba lett konvertálva: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fájl a vágólapra másolva.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fájl a vágólapra másolva.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elem a vágólapra másolva.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elem a vágólapra másolva.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Ez a fájlművelet nem támogatott."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"A fájlművelet sikertelen volt."</string>
diff --git a/res/values-hy-rAM/config.xml b/res/values-hy/config.xml
similarity index 100%
rename from res/values-hy-rAM/config.xml
rename to res/values-hy/config.xml
diff --git a/res/values-hy-rAM/strings.xml b/res/values-hy/strings.xml
similarity index 95%
rename from res/values-hy-rAM/strings.xml
rename to res/values-hy/strings.xml
index 3265cad..e55e92c 100644
--- a/res/values-hy-rAM/strings.xml
+++ b/res/values-hy/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Ֆայլերի տեղափոխում"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Ֆայլերը ջնջվում են"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Մինչ ավարտը՝ <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլի պատճենում:</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Copying <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> տարրի պատճենում:</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Compressing <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Extracting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլի արտահանում:</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլի տեղափոխում:</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Moving <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> տարրի տեղափոխում:</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլի ջնջում:</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Deleting <xliff:g id="COUNT_1">%1$d</xliff:g> items.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> տարրի ջնջում:</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Հետարկել"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Պատճենման նախապատրաստում…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Տեղափոխման նախապատրաստում…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Պատրաստվում է ջնջել…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="other">Չհաջողվեց պատճենել <xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլ</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="other">Չհաջողվեց պատճենել <xliff:g id="COUNT_1">%1$d</xliff:g> տարր</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Couldn’t compress <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
       <item quantity="other">Չհաջողվեց սեղմել <xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլ</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="other">Չհաջողվեց տեղափոխել <xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլ</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Couldn’t move <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="other">Չհաջողվեց տեղափոխել <xliff:g id="COUNT_1">%1$d</xliff:g> տարր</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> files</item>
-      <item quantity="other">Չհաջողվեց ջնջել <xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլ</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_1">%1$d</xliff:g> items</item>
+      <item quantity="other">Չհաջողվեց ջնջել <xliff:g id="COUNT_1">%1$d</xliff:g> տարր</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Հպեք՝ մանրամասները դիտելու համար"</string>
     <string name="close" msgid="905969391788869975">"Փակել"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">These files were converted to another format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Այս ֆայլը փոխարկվել են այլ ձևաչափի՝ <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> files to clipboard.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ֆայլ պատճենվեց սեղմատախտակին:</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Copied <xliff:g id="COUNT_1">%1$d</xliff:g> items to clipboard.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> տարր պատճենվեց սեղմատախտակին:</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Ֆայլի աշխատանքը չի աջակցվում:"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Չհաջողվեց գործարկել ֆայլը:"</string>
diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml
index 291321c..52200b5 100644
--- a/res/values-in/strings.xml
+++ b/res/values-in/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Memindahkan file"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Menghapus file"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> lagi"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="one">Menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="one">Menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Mengompresi <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Mengekstrak <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
       <item quantity="one">Mengekstrak <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Memindahkan <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="one">Memindahkan <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Memindahkan <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="one">Memindahkan <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Menghapus <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="one">Menghapus <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Menghapus <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="one">Menghapus <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Urungkan"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Bersiap untuk menyalin…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Bersiap memindahkan…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Bersiap menghapus…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Tidak dapat menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
-      <item quantity="one">Tidak dapat menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Tidak dapat menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="one">Tidak dapat menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">TIdak dapat mengompres <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
       <item quantity="one">TIdak dapat mengompres <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Tidak dapat memindahkan <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
-      <item quantity="one">Tidak dapat memindahkan <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Tidak dapat memindahkan <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="one">Tidak dapat memindahkan <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Tidak dapat menghapus <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
-      <item quantity="one">Tidak dapat menghapus <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Tidak dapat menghapus <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="one">Tidak dapat menghapus <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Ketuk untuk melihat detail"</string>
     <string name="close" msgid="905969391788869975">"Tutup"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">File ini telah dikonversi ke format lain: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">File ini telah dikonversi ke format lain: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> file ke papan klip.</item>
-      <item quantity="one">Menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> file ke papan klip.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> item ke papan klip.</item>
+      <item quantity="one">Menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> item ke papan klip.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Operasi file tidak didukung."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Operasi file gagal."</string>
diff --git a/res/values-is-rIS/config.xml b/res/values-is/config.xml
similarity index 100%
rename from res/values-is-rIS/config.xml
rename to res/values-is/config.xml
diff --git a/res/values-is-rIS/strings.xml b/res/values-is/strings.xml
similarity index 91%
rename from res/values-is-rIS/strings.xml
rename to res/values-is/strings.xml
index c4c088d..728eae2 100644
--- a/res/values-is-rIS/strings.xml
+++ b/res/values-is/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Skrár færðar"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Eyðir skrám"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> eftir"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Afritar <xliff:g id="COUNT_1">%1$d</xliff:g> skrá.</item>
-      <item quantity="other">Afritar <xliff:g id="COUNT_1">%1$d</xliff:g> skrár.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Afritar <xliff:g id="COUNT_1">%1$d</xliff:g> atriði.</item>
+      <item quantity="other">Afritar <xliff:g id="COUNT_1">%1$d</xliff:g> atriði.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Þjappar <xliff:g id="COUNT_1">%1$d</xliff:g> skrá.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Dregur út <xliff:g id="COUNT_1">%1$d</xliff:g> skrá.</item>
       <item quantity="other">Dregur út <xliff:g id="COUNT_1">%1$d</xliff:g> skrár.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Færir <xliff:g id="COUNT_1">%1$d</xliff:g> skrá.</item>
-      <item quantity="other">Færir <xliff:g id="COUNT_1">%1$d</xliff:g> skrár.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Flytur <xliff:g id="COUNT_1">%1$d</xliff:g> atriði.</item>
+      <item quantity="other">Flytur <xliff:g id="COUNT_1">%1$d</xliff:g> atriði.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Eyðir <xliff:g id="COUNT_1">%1$d</xliff:g> skrá.</item>
-      <item quantity="other">Eyðir <xliff:g id="COUNT_1">%1$d</xliff:g> skrám.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Eyðir <xliff:g id="COUNT_1">%1$d</xliff:g> atriði.</item>
+      <item quantity="other">Eyðir <xliff:g id="COUNT_1">%1$d</xliff:g> atriðum.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Afturkalla"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Undirbúningur fyrir afritun…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Flutningur undirbúinn…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Býr sig undir að eyða…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Ekki tókst að afrita <xliff:g id="COUNT_1">%1$d</xliff:g> skrá</item>
-      <item quantity="other">Ekki tókst að afrita <xliff:g id="COUNT_1">%1$d</xliff:g> skrár</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Gat ekki afritað <xliff:g id="COUNT_1">%1$d</xliff:g> atriði</item>
+      <item quantity="other">Gat ekki afritað <xliff:g id="COUNT_1">%1$d</xliff:g> atriði</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Ekki tókst að þjappa <xliff:g id="COUNT_1">%1$d</xliff:g> skrá</item>
       <item quantity="other">Ekki tókst að þjappa <xliff:g id="COUNT_1">%1$d</xliff:g> skrám</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Ekki tókst að færa <xliff:g id="COUNT_1">%1$d</xliff:g> skrá</item>
-      <item quantity="other">Ekki tókst að færa <xliff:g id="COUNT_1">%1$d</xliff:g> skrár</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Gat ekki flutt <xliff:g id="COUNT_1">%1$d</xliff:g> atriði</item>
+      <item quantity="other">Gat ekki flutt <xliff:g id="COUNT_1">%1$d</xliff:g> atriði</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Ekki tókst að eyða <xliff:g id="COUNT_1">%1$d</xliff:g> skrá</item>
-      <item quantity="other">Ekki tókst að eyða <xliff:g id="COUNT_1">%1$d</xliff:g> skrám</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Gat ekki eytt <xliff:g id="COUNT_1">%1$d</xliff:g> atriði</item>
+      <item quantity="other">Gat ekki eytt <xliff:g id="COUNT_1">%1$d</xliff:g> atriðum</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Ýttu til að skoða frekari upplýsingar"</string>
     <string name="close" msgid="905969391788869975">"Loka"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Þessum skrám var breytt í annað snið: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Þessum skrám var breytt í annað snið: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> skrá afrituð á klippiborð.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> skrár afritaðar á klippiborð.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Afritaði <xliff:g id="COUNT_1">%1$d</xliff:g> atriði á klippiborð.</item>
+      <item quantity="other">Afritaði <xliff:g id="COUNT_1">%1$d</xliff:g> atriði á klippiborð.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Skráaraðgerðin er ekki studd."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Skráaraðgerð mistókst."</string>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index b77cf59..f00ffe2 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Spostamento di file"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Eliminazione dei file"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> rimanenti"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Copia di <xliff:g id="COUNT_1">%1$d</xliff:g> file in corso.</item>
-      <item quantity="one">Copia di <xliff:g id="COUNT_0">%1$d</xliff:g> file in corso.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Copia di <xliff:g id="COUNT_1">%1$d</xliff:g> elementi.</item>
+      <item quantity="one">Copia di <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Compressione di <xliff:g id="COUNT_1">%1$d</xliff:g> file in corso.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Estrazione di <xliff:g id="COUNT_1">%1$d</xliff:g> file in corso.</item>
       <item quantity="one">Estrazione di <xliff:g id="COUNT_0">%1$d</xliff:g> file in corso.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Spostamento di <xliff:g id="COUNT_1">%1$d</xliff:g> file in corso.</item>
-      <item quantity="one">Spostamento di <xliff:g id="COUNT_0">%1$d</xliff:g> file in corso.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Spostamento di <xliff:g id="COUNT_1">%1$d</xliff:g> elementi.</item>
+      <item quantity="one">Spostamento di <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Eliminazione di <xliff:g id="COUNT_1">%1$d</xliff:g> file in corso.</item>
-      <item quantity="one">Eliminazione di <xliff:g id="COUNT_0">%1$d</xliff:g> file in corso.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Eliminazione di <xliff:g id="COUNT_1">%1$d</xliff:g> elementi.</item>
+      <item quantity="one">Eliminazione di <xliff:g id="COUNT_0">%1$d</xliff:g> elemento.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Annulla"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparazione alla copia…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparazione dello spostamento…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparazione eliminazione…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Impossibile copiare <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="one">Impossibile copiare <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Copia di <xliff:g id="COUNT_1">%1$d</xliff:g> elementi non riuscita</item>
+      <item quantity="one">Copia di <xliff:g id="COUNT_0">%1$d</xliff:g> elemento non riuscita</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Impossibile comprimere <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
       <item quantity="one">Impossibile comprimere <xliff:g id="COUNT_0">%1$d</xliff:g> file</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Impossibile spostare <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="one">Impossibile spostare <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Spostamento di <xliff:g id="COUNT_1">%1$d</xliff:g> elementi non riuscito</item>
+      <item quantity="one">Spostamento di <xliff:g id="COUNT_0">%1$d</xliff:g> elemento non riuscito</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Impossibile eliminare <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="one">Impossibile eliminare <xliff:g id="COUNT_0">%1$d</xliff:g> file.</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Eliminazione di <xliff:g id="COUNT_1">%1$d</xliff:g> elementi non riuscita</item>
+      <item quantity="one">Eliminazione di <xliff:g id="COUNT_0">%1$d</xliff:g> elemento non riuscita</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tocca per vedere i dettagli"</string>
     <string name="close" msgid="905969391788869975">"Chiudi"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">I seguenti file sono stati convertiti in un altro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Il seguente file è stato convertito in un altro formato: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> file copiati negli appunti.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> file copiato negli appunti.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementi copiati negli appunti.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elemento copiato negli appunti.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Operazione sul file non supportata."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Operazione sul file non riuscita."</string>
diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml
index b187021..3aa405d 100644
--- a/res/values-iw/strings.xml
+++ b/res/values-iw/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"מעביר קבצים"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"מחיקת קבצים"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> נותרו"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="two">מעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="many">מעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="other">מעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="one">מעתיק <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="two">מעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="many">מעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="other">מעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="one">מעתיק פריט <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="two">דוחס <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
@@ -104,17 +104,17 @@
       <item quantity="other">מחלץ <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
       <item quantity="one">מחלץ <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="two">מעביר <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="many">מעביר <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="other">מעביר <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="one">מעביר <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="two">מעביר <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="many">מעביר <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="other">מעביר <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="one">מעביר פריט <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="two">מוחק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="many">מוחק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="other">מוחק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים.</item>
-      <item quantity="one">מוחק <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="two">מוחק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="many">מוחק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="other">מוחק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים.</item>
+      <item quantity="one">מוחק פריט <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"ביטול"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"מתכונן להעתקה..."</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"מתכונן להעברה…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"מתכונן למחיקה…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="two">לא ניתן היה להעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="many">לא ניתן היה להעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="other">לא ניתן היה להעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="one">לא ניתן היה להעתיק <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="two">לא ניתן היה להעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="many">לא ניתן היה להעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="other">לא ניתן היה להעתיק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="one">לא ניתן היה להעתיק פריט <xliff:g id="COUNT_0">%1$d</xliff:g></item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="two">לא ניתן היה לדחוס <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
@@ -135,17 +135,17 @@
       <item quantity="other">לא ניתן היה לדחוס <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
       <item quantity="one">לא ניתן היה לדחוס <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="two">לא ניתן היה להעביר <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="many">לא ניתן היה להעביר <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="other">לא ניתן היה להעביר <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="one">לא ניתן היה להעביר <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="two">לא ניתן היה להעביר <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="many">לא ניתן היה להעביר <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="other">לא ניתן היה להעביר <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="one">לא ניתן היה להעביר פריט <xliff:g id="COUNT_0">%1$d</xliff:g></item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="two">לא ניתן היה למחוק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="many">לא ניתן היה למחוק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="other">לא ניתן היה למחוק <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים</item>
-      <item quantity="one">לא ניתן היה למחוק <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="two">לא ניתן היה למחוק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="many">לא ניתן היה למחוק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="other">לא ניתן היה למחוק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים</item>
+      <item quantity="one">לא ניתן היה למחוק פריט <xliff:g id="COUNT_0">%1$d</xliff:g></item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"הקש כדי להציג פרטים"</string>
     <string name="close" msgid="905969391788869975">"סגור"</string>
@@ -185,11 +185,11 @@
       <item quantity="other">הקבצים הבאים הומרו לפורמט אחר: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">הקובץ הבא הומר לפורמט אחר: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="two">הועתקו <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים אל הלוח.</item>
-      <item quantity="many">הועתקו <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים אל הלוח.</item>
-      <item quantity="other">הועתקו <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים אל הלוח.</item>
-      <item quantity="one">הועתק <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ אל הלוח.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> פריטים הועתקו ללוח.</item>
+      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> פריטים הועתקו ללוח.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> פריטים הועתקו ללוח.</item>
+      <item quantity="one">פריט <xliff:g id="COUNT_0">%1$d</xliff:g> הועתק ללוח.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"פעולת הקובץ אינה נתמכת."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"פעולת הקובץ נכשלה."</string>
diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
index 4d31426..e6f529e 100644
--- a/res/values-ja/strings.xml
+++ b/res/values-ja/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ファイルの移動中"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ファイルの削除中"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"残り <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルをコピーしています。</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルをコピーしています。</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 件のアイテムをコピーしています。</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 件のアイテムをコピーしています。</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルを圧縮しています。</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルを解凍しています。</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルを解凍しています。</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルを移動しています。</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルを移動しています。</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 件のアイテムを移動しています。</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 件のアイテムを移動しています。</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルを削除しています。</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルを削除しています。</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 件のアイテムを削除しています。</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 件のアイテムを削除しています。</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"元に戻す"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"コピーの準備をしています…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"移動の準備をしています…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"削除の準備をしています…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルをコピーできませんでした</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルをコピーできませんでした</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 件のアイテムをコピーできませんでした</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 件のアイテムをコピーできませんでした</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルを圧縮できませんでした</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルを圧縮できませんでした</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルを移動できませんでした</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルを移動できませんでした</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 件のアイテムを移動できませんでした</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 件のアイテムを移動できませんでした</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルを削除できませんでした</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルを削除できませんでした</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 件のアイテムを削除できませんでした</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 件のアイテムを削除できませんでした</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"タップすると詳細が表示されます"</string>
     <string name="close" msgid="905969391788869975">"閉じる"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">ファイル <xliff:g id="LIST_1">%1$s</xliff:g> が別の形式に変換されました。</item>
       <item quantity="one">ファイル <xliff:g id="LIST_0">%1$s</xliff:g> が別の形式に変換されました。</item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルをクリップボードにコピーしました。</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルをクリップボードにコピーしました。</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 件のアイテムをクリップボードにコピーしました。</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 件のアイテムをクリップボードにコピーしました。</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"このファイル操作はサポートされていません。"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ファイル操作に失敗しました。"</string>
diff --git a/res/values-ka-rGE/config.xml b/res/values-ka/config.xml
similarity index 100%
rename from res/values-ka-rGE/config.xml
rename to res/values-ka/config.xml
diff --git a/res/values-ka-rGE/strings.xml b/res/values-ka/strings.xml
similarity index 92%
rename from res/values-ka-rGE/strings.xml
rename to res/values-ka/strings.xml
index f5a3146..62090db 100644
--- a/res/values-ka-rGE/strings.xml
+++ b/res/values-ka/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ფაილების გადაადგილება…"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ფაილები იშლება"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"დარჩენილია <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილის კოპირება.</item>
-      <item quantity="one">მიმდინარეობს <xliff:g id="COUNT_0">%1$d</xliff:g> ფაილის კოპირება.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ერთეულის კოპირება.</item>
+      <item quantity="one">მიმდინარეობს <xliff:g id="COUNT_0">%1$d</xliff:g> ერთეულის კოპირება.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილის შეკუმშვა.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილის ამოღება.</item>
       <item quantity="one">მიმდინარეობს <xliff:g id="COUNT_0">%1$d</xliff:g> ფაილის ამოღება.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილის გადაადგილება.</item>
-      <item quantity="one">მიმდინარეობს <xliff:g id="COUNT_0">%1$d</xliff:g> ფაილის გადაადგილება.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ერთეულის გადატანა.</item>
+      <item quantity="one">მიმდინარეობს <xliff:g id="COUNT_0">%1$d</xliff:g> ერთეულის გადატანა.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილის წაშლა.</item>
-      <item quantity="one">მიმდინარეობს <xliff:g id="COUNT_0">%1$d</xliff:g> ფაილის წაშლა.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">მიმდინარეობს <xliff:g id="COUNT_1">%1$d</xliff:g> ერთეულის წაშლა.</item>
+      <item quantity="one">მიმდინარეობს <xliff:g id="COUNT_0">%1$d</xliff:g> ერთეულის წაშლა.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"მოქმედების გაუქმება"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"მზადდება კოპირებისთვის…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"მზადდება გადაადგილებისთვის..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"მზადდება წასაშლელად…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>-დან"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ფაილი ვერ დაკოპირდა</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ფაილი ვერ დაკოპირდა</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ერთეული ვერ დაკოპირდა</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ერთეული ვერ დაკოპირდა</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">ვერ შეიკუმშა <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილი</item>
       <item quantity="one">ვერ შეიკუმშა <xliff:g id="COUNT_0">%1$d</xliff:g> ფაილი</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ფაილი ვერ გადაადგილდა</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ფაილი ვერ გადაადგილდა</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ერთეულის გადატანა ვერ მოხერხდა.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ერთეულის გადატანა ვერ მოხერხდა.</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ფაილი ვერ წაიშალა</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ფაილი ვერ წაიშალა</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ერთეული ვერ წაიშალა</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ერთეული ვერ წაიშალა</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"შეეხეთ დეტალების სანახავად"</string>
     <string name="close" msgid="905969391788869975">"დახურვა"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">შემდეგი ფაილები გარდაქმნილია სხვა ფორმატში: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">შემდეგი ფაილი გარდაქმნილია სხვა ფორმატში: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">მოხდა <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილის გაცვლის ბუფერში კოპირება.</item>
-      <item quantity="one">მოხდა <xliff:g id="COUNT_0">%1$d</xliff:g> ფაილის გაცვლის ბუფერში კოპირება.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ერთეული დაკოპირდა გაცვლის ბუფერში.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ერთეული დაკოპირდა გაცვლის ბუფერში.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ფაილური ოპერაცია მხარდაუჭერელია."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ფაილური ოპერაცია ვერ შესრულდა."</string>
diff --git a/res/values-kk-rKZ/config.xml b/res/values-kk/config.xml
similarity index 100%
rename from res/values-kk-rKZ/config.xml
rename to res/values-kk/config.xml
diff --git a/res/values-kk-rKZ/strings.xml b/res/values-kk/strings.xml
similarity index 97%
rename from res/values-kk-rKZ/strings.xml
rename to res/values-kk/strings.xml
index 680d4b2..ff9111e 100644
--- a/res/values-kk-rKZ/strings.xml
+++ b/res/values-kk/strings.xml
@@ -86,7 +86,7 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Файлдар тасымалдануда"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Файлдар жойылуда"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> қалды"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл көшірілуде.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл көшірілуде.</item>
     </plurals>
@@ -98,11 +98,11 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл шығарып алынуда.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл шығарып алынуда.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл тасымалдануда.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл тасымалдануда.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл жойылуда.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл жойылуда.</item>
     </plurals>
@@ -113,7 +113,7 @@
     <string name="move_preparing" msgid="8742573245485449429">"Тасымалдауға дайындау..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Жоюға дайындалуда…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл көшірілмеді</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл көшірілмеді</item>
     </plurals>
@@ -121,11 +121,11 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл сығылмады</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл сығылмады</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл тасымалданбады</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл тасымалданбады</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл жойылмады</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл жойылмады</item>
     </plurals>
@@ -155,7 +155,7 @@
       <item quantity="other">Келесі файлдар басқа форматқа түрленбеді: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Келесі файл басқа форматқа түрленбеді: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл буферге көшірілді.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл буферге көшірілді.</item>
     </plurals>
diff --git a/res/values-km-rKH/config.xml b/res/values-km/config.xml
similarity index 100%
rename from res/values-km-rKH/config.xml
rename to res/values-km/config.xml
diff --git a/res/values-km-rKH/strings.xml b/res/values-km/strings.xml
similarity index 89%
rename from res/values-km-rKH/strings.xml
rename to res/values-km/strings.xml
index e2f59aa..b740717 100644
--- a/res/values-km-rKH/strings.xml
+++ b/res/values-km/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"កំពុងផ្លាស់ទីឯកសារ"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"កំពុងលុបឯកសារ"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"នៅសល់ <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">កំពុងចម្លងឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">កំពុងចម្លងឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">កំពុង​ចម្លងធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> ។</item>
+      <item quantity="one">កំពុង​ចម្លងធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> ។</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">កំពុង​បង្ហាប់​ឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g> ។</item>
@@ -98,13 +98,13 @@
       <item quantity="other">កំពុង​ស្រង់​ឯកសារ​ <xliff:g id="COUNT_1">%1$d</xliff:g> ។</item>
       <item quantity="one">កំពុង​ស្រង់​ឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g> ។</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">កំពុងផ្លាស់ទីឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">កំពុងផ្លាស់ទីឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">កំពុង​ផ្លាស់ទី​ធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> ។</item>
+      <item quantity="one">កំពុង​ផ្លាស់ទី​ធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> ។</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">កំពុងលុបឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">កំពុងលុបឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">កំពុង​លុបធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> ។</item>
+      <item quantity="one">កំពុង​លុបធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> ។</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"មិនធ្វើវិញ"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"កំពុងរៀបចំចម្លង…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"កំពុងរៀបចំផ្លាស់ទី…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"កំពុងរៀបចំលុប…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">មិនអាចថតចម្លងឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">មិនអាចចម្លងឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">មិនអាច​ចម្លងធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> បានទេ</item>
+      <item quantity="one">មិនអាច​ចម្លងធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> បានទេ</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">មិនអាច​បង្ហាប់​ឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g> បាន​ទេ</item>
       <item quantity="one">មិនអាច​បង្ហាប់​ឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g> បាន​ទេ</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">មិនអាចផ្លាស់ទីឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">មិនអាចផ្លាស់ទីឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">មិនអាច​ផ្លាស់ទីធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> បានទេ</item>
+      <item quantity="one">មិនអាច​ផ្លាស់ទីធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> បានទេ</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">មិនអាចលុបឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">មិនអាចលុបឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">មិនអាច​លុបធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> បានទេ</item>
+      <item quantity="one">មិនអាច​លុបធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> បានទេ</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"ប៉ះដើម្បីមើលព័ត៌មានលម្អិត"</string>
     <string name="close" msgid="905969391788869975">"បិទ​"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">ឯកសារ​ទាំងនេះ​មិនត្រូវ​បាន​បម្លែង​ទៅ​ទម្រង់​ផ្សេង​ទេ៖ <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">ឯកសារ​នេះ​មិនត្រូវ​បាន​បម្លែង​ទៅ​ទម្រង់​ផ្សេង​ទេ៖ <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">បានចម្លងឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g> ទៅក្តារតម្បៀតខ្ទាស់</item>
-      <item quantity="one">បានចម្លងឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g> ទៅក្តារតម្បៀតខ្ទាស់</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">បាន​ចម្លងធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> ទៅអង្គចងចាំ។</item>
+      <item quantity="one">បាន​ចម្លងធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> ទៅ​អង្គចងចាំ។</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"មិនស្គាល់ប្រតិបត្តិការឯកសារនេះទេ។"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"មិនអាចធ្វើប្រតិបត្តិការឯកសារនេះបានទេ។"</string>
diff --git a/res/values-kn-rIN/config.xml b/res/values-kn/config.xml
similarity index 100%
rename from res/values-kn-rIN/config.xml
rename to res/values-kn/config.xml
diff --git a/res/values-kn-rIN/strings.xml b/res/values-kn/strings.xml
similarity index 90%
rename from res/values-kn-rIN/strings.xml
rename to res/values-kn/strings.xml
index 7b8e737..a5f231b 100644
--- a/res/values-kn-rIN/strings.xml
+++ b/res/values-kn/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ಫೈಲ್‌ ಸರಿಸಲಾಗುತ್ತಿದೆ"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ಫೈಲ್‌ ಅಳಿಸಲಾಗುತ್ತಿದೆ"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> ಉಳಿದಿದೆ"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ನಕಲಿಸಲಾಗುತ್ತಿದೆ.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ನಕಲಿಸಲಾಗುತ್ತಿದೆ.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ನಕಲು ಮಾಡಲಾಗುತ್ತಿದೆ.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ನಕಲು ಮಾಡಲಾಗುತ್ತಿದೆ.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಸಂಕುಚಿತಗೊಳಿಸಲಾಗುತ್ತಿದೆ.</item>
@@ -98,13 +98,13 @@
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಬೇರ್ಪಡಿಸಲಾಗುತ್ತಿದೆ.</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಬೇರ್ಪಡಿಸಲಾಗುತ್ತಿದೆ.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಸರಿಸಲಾಗುತ್ತಿದೆ.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಸರಿಸಲಾಗುತ್ತಿದೆ.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಸರಿಸಲಾಗುತ್ತಿದೆ.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಸರಿಸಲಾಗುತ್ತಿದೆ.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"ರದ್ದುಮಾಡಿ"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"ನಕಲಿಸಲು ಸಿದ್ಧಪಡಿಸಲಾಗುತ್ತಿದೆ..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ಸರಿಸಲು ಸಿದ್ಧಪಡಿಸಲಾಗುತ್ತಿದೆ…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"ಅಳಿಸಲು ಸಿದ್ಧಪಡಿಸಲಾಗುತ್ತಿದೆ…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ನಕಲಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂ ಅನ್ನು ನಕಲು ಮಾಡಲಾಗಲಿಲ್ಲ</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂ ಅನ್ನು ನಕಲು ಮಾಡಲಾಗಲಿಲ್ಲ</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಫೈಲ್‌ಗಳನ್ನು ಕುಗ್ಗಿಸಲಾಗದು</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಫೈಲ್‌ಗಳನ್ನು ಕುಗ್ಗಿಸಲಾಗದು</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಸರಿಸಲಾಗಲಿಲ್ಲ</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಸರಿಸಲಾಗಲಿಲ್ಲ</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಸರಿಸಲಾಗಲಿಲ್ಲ</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಸರಿಸಲಾಗಲಿಲ್ಲ</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ಅಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಅಳಿಸಲಾಗಲಿಲ್ಲ</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಅಳಿಸಲಾಗಲಿಲ್ಲ</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"ವಿವರಗಳನ್ನು ವೀಕ್ಷಿಸಲು ಟ್ಯಾಪ್ ಮಾಡಿ"</string>
     <string name="close" msgid="905969391788869975">"ಮುಚ್ಚು"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">ಈ ಫೈಲ್‌ಗಳನ್ನು ಮತ್ತೊಂದು ಫಾರ್ಮ್ಯಾಟ್‌ಗೆ  ಪರಿವರ್ತಿಸಲಾಗಿತ್ತು: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">ಈ ಫೈಲ್‌ಗಳನ್ನು ಮತ್ತೊಂದು ಫಾರ್ಮ್ಯಾಟ್‌ಗೆ  ಪರಿವರ್ತಿಸಲಾಗಿತ್ತು: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ <xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ನಕಲಿಸಲಾಗಿದೆ.</item>
-      <item quantity="other">ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ <xliff:g id="COUNT_1">%1$d</xliff:g> ಫೈಲ್‌ಗಳನ್ನು ನಕಲಿಸಲಾಗಿದೆ.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ ನಕಲು ಮಾಡಲಾಗಿದೆ.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>ಐಟಂಗಳನ್ನು ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ ನಕಲು ಮಾಡಲಾಗಿದೆ.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ಫೈಲ್ ಕಾರ್ಯಾಚರಣೆಗೆ ಬೆಂಬಲವಿಲ್ಲ."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ಫೈಲ್ ಕಾರ್ಯಾಚರಣೆ ವಿಫಲವಾಗಿದೆ."</string>
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index b01be39..9cde8b7 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"파일 이동"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"파일 삭제"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> 남음"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개 복사</item>
-      <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개 복사</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 항목을 복사 중입니다.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 항목을 복사 중입니다.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 파일을 압축하는 중입니다.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 파일을 추출 중입니다.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 파일을 추출 중입니다.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개 이동</item>
-      <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개 이동</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 항목을 이동 중입니다.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 항목을 이동 중입니다.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개 삭제</item>
-      <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개 삭제</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 항목을 삭제 중입니다.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 항목을 삭제 중입니다.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"실행취소"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"사본 준비 중…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"이동 준비 중…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"삭제 준비 중..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개를 복사할 수 없음</item>
-      <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개를 복사할 수 없음</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 항목을 복사할 수 없음</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 항목을 복사할 수 없음</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 파일을 압축할 수 없음</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 파일을 압축할 수 없음</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개를 이동할 수 없음</item>
-      <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개를 이동할 수 없음</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 항목을 이동할 수 없음</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 항목을 이동할 수 없음</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개를 삭제할 수 없음</item>
-      <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개를 삭제할 수 없음</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g>개의 항목을 삭제할 수 없음</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>개의 항목을 삭제할 수 없음</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"세부정보를 보려면 탭하세요."</string>
     <string name="close" msgid="905969391788869975">"닫기"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">다음 파일이 다른 형식으로 변환되었습니다. <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">다음 파일이 다른 형식으로 변환되었습니다. <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개를 클립보드에 복사함</item>
-      <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개를 클립보드에 복사함</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">클립보드에 <xliff:g id="COUNT_1">%1$d</xliff:g>개의 항목이 복사되었습니다.</item>
+      <item quantity="one">클립보드에 <xliff:g id="COUNT_0">%1$d</xliff:g>개의 항목이 복사되었습니다.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"파일 작업은 지원되지 않습니다."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"파일 작업에 실패했습니다."</string>
diff --git a/res/values-ky-rKG/config.xml b/res/values-ky/config.xml
similarity index 100%
rename from res/values-ky-rKG/config.xml
rename to res/values-ky/config.xml
diff --git a/res/values-ky-rKG/strings.xml b/res/values-ky/strings.xml
similarity index 94%
rename from res/values-ky-rKG/strings.xml
rename to res/values-ky/strings.xml
index 0e8823a..f488501 100644
--- a/res/values-ky-rKG/strings.xml
+++ b/res/values-ky/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Файлдар жылдырылууда"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Файлдар жок кылынууда"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> калды"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл көчүрүлүүдө.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл көчүрүлүүдө.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе көчүрүлүүдө.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе көчүрүлүүдө.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл кысылууда.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл чыгарылууда.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл чыгарылууда.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл жылдырылууда.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл жылдырылууда.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе жылдырылууда.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе жылдырылууда.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл жок кылынууда.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл жок кылынууда.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе жок кылынууда.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе жок кылынууда.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Кайтаруу"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Көчүрүүгө даярдалууда…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Жылдырууга даярдалууда…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Жок кылууга даярдалууда…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл көчүрүлбөй койду</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл көчүрүлбөй койду</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе көчүрүлбөй койду</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе көчүрүлбөй койду</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл кысылбай койду</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл кысылбай койду</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл жылдырылбай койду</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл жылдырылбай койду</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе жылдырылбай койду</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе жылдырылбай койду</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл жок кылынбай койду</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл жок кылынбай койду</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе жок кылынбай койду</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе жок кылынбай койду</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Чоо-жайын көрүү үчүн таптаңыз"</string>
     <string name="close" msgid="905969391788869975">"Жабуу"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Төмөнкү файлдардын форматы өзгөртүлдү: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Төмөнкү файлдын форматы өзгөртүлдү: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл буферге көчүрүлдү.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл буферге көчүрүлдү.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе буферге көчүрүлдү.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе буферге көчүрүлдү.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Файл операциясы колдоого алынбайт."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Файл операциясы ишке ашкан жок."</string>
diff --git a/res/values-lo-rLA/config.xml b/res/values-lo/config.xml
similarity index 100%
rename from res/values-lo-rLA/config.xml
rename to res/values-lo/config.xml
diff --git a/res/values-lo-rLA/strings.xml b/res/values-lo/strings.xml
similarity index 93%
rename from res/values-lo-rLA/strings.xml
rename to res/values-lo/strings.xml
index ff5bf6b..458686e 100644
--- a/res/values-lo-rLA/strings.xml
+++ b/res/values-lo/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ກຳລັງຍ້າຍໄຟລ໌"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ກຳລັງລຶບໄຟລ໌ອອກ"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"ຍັງເຫຼືອອີກ <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
       <item quantity="other">ກຳລັງສຳເນົາໄຟລ໌ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌.</item>
-      <item quantity="one">ກຳລັງສຳເນົາໄຟລ໌ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ລາຍການ</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Compressing <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Extracting <xliff:g id="COUNT_1">%1$d</xliff:g> files.</item>
       <item quantity="one">ກຳ​ລັງ​ລຶບ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟ​ລ໌.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
       <item quantity="other">ກຳລັງຍ້າຍ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌.</item>
-      <item quantity="one">ກຳລັງຍ້າຍ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ລາຍການ</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
       <item quantity="other">ກຳລັງລຶບ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌ອອກ.</item>
-      <item quantity="one">ກຳລັງລຶບ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌ອອກ.</item>
+      <item quantity="one">ກຳ​ລັງ​ລຶບ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟ​ລ໌.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"ຍົກເລີກ"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"ກຳລັງກຽມການສຳເນົາ…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ກຳລັງກະກຽມຍ້າຍ…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"ກຳລັງກະກຽມການລຶບ…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
       <item quantity="other">ບໍ່ສາມາດສຳເນົາໄຟລ໌ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌ໄດ້.</item>
-      <item quantity="one">ບໍ່ສາມາດສຳເນົາໄຟລ໌ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌ໄດ້.</item>
+      <item quantity="one">Couldn’t copy <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">ບໍ່ສາມາດບີບອັດ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌ໄດ້</item>
       <item quantity="one">ບໍ່ສາມາດບີບອັດ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌ໄດ້</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
       <item quantity="other">ບໍ່ສາມາດຍ້າຍ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌ໄດ້</item>
-      <item quantity="one">ບໍ່ສາມາດຍ້າຍ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌ໄດ້</item>
+      <item quantity="one">Couldn’t move <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
       <item quantity="other">ບໍ່ສາມາດລຶບໄຟລ໌ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌ໄດ້.</item>
-      <item quantity="one">ບໍ່ສາມາດລຶບໄຟລ໌ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌ໄດ້.</item>
+      <item quantity="one">Couldn’t delete <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"ແຕະເພື່ອເບິ່ງລາຍລະອຽດ"</string>
     <string name="close" msgid="905969391788869975">"ປິດ"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">ໄຟລ໌ເຫຼົ່ານີ້ຖືກແປງເປັນຮູບແບບອື່ນແລ້ວ: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">ໄຟລ໌ນີ້ຖືກແປງເປັນຮູບແບບອື່ນແລ້ວ: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
       <item quantity="other">ສຳເນົາໄຟລ໌ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌ໃສ່ຄລິບບອດແລ້ວ.</item>
-      <item quantity="one">ສຳເນົາໄຟລ໌ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌ໃສ່ຄລິບບອດແລ້ວ.</item>
+      <item quantity="one">Copied <xliff:g id="COUNT_0">%1$d</xliff:g> item to clipboard.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ບໍ່ຮອງຮັບການເຮັດວຽກຂອງໄຟລ໌."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ການເຮັດວຽກຂອງໄຟລ໌ບໍ່ສຳເລັດ."</string>
diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml
index 7713410..b72795a 100644
--- a/res/values-lt/strings.xml
+++ b/res/values-lt/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Perkeliami failai"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Failų ištrynimas"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Liko <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kopijuojamas <xliff:g id="COUNT_1">%1$d</xliff:g> failas.</item>
-      <item quantity="few">Kopijuojami <xliff:g id="COUNT_1">%1$d</xliff:g> failai.</item>
-      <item quantity="many">Kopijuojama <xliff:g id="COUNT_1">%1$d</xliff:g> failo.</item>
-      <item quantity="other">Kopijuojama <xliff:g id="COUNT_1">%1$d</xliff:g> failų.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Kopijuojamas <xliff:g id="COUNT_1">%1$d</xliff:g> elementas.</item>
+      <item quantity="few">Kopijuojami <xliff:g id="COUNT_1">%1$d</xliff:g> elementai.</item>
+      <item quantity="many">Kopijuojama <xliff:g id="COUNT_1">%1$d</xliff:g> elemento.</item>
+      <item quantity="other">Kopijuojama <xliff:g id="COUNT_1">%1$d</xliff:g> elementų.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Suglaudinamas <xliff:g id="COUNT_1">%1$d</xliff:g> failas.</item>
@@ -104,17 +104,17 @@
       <item quantity="many">Išskleidžiama <xliff:g id="COUNT_1">%1$d</xliff:g> failo.</item>
       <item quantity="other">Išskleidžiama <xliff:g id="COUNT_1">%1$d</xliff:g> failų.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Perkeliamas <xliff:g id="COUNT_1">%1$d</xliff:g> failas.</item>
-      <item quantity="few">Perkeliami <xliff:g id="COUNT_1">%1$d</xliff:g> failai.</item>
-      <item quantity="many">Perkeliama <xliff:g id="COUNT_1">%1$d</xliff:g> failo.</item>
-      <item quantity="other">Perkeliama <xliff:g id="COUNT_1">%1$d</xliff:g> failų.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Perkeliamas <xliff:g id="COUNT_1">%1$d</xliff:g> elementas.</item>
+      <item quantity="few">Perkeliami <xliff:g id="COUNT_1">%1$d</xliff:g> elementai.</item>
+      <item quantity="many">Perkeliama <xliff:g id="COUNT_1">%1$d</xliff:g> elemento.</item>
+      <item quantity="other">Perkeliama <xliff:g id="COUNT_1">%1$d</xliff:g> elementų.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Ištrinamas <xliff:g id="COUNT_1">%1$d</xliff:g> failas.</item>
-      <item quantity="few">Ištrinami <xliff:g id="COUNT_1">%1$d</xliff:g> failai.</item>
-      <item quantity="many">Ištrinama <xliff:g id="COUNT_1">%1$d</xliff:g> failo.</item>
-      <item quantity="other">Ištrinama <xliff:g id="COUNT_1">%1$d</xliff:g> failų.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Ištrinamas <xliff:g id="COUNT_1">%1$d</xliff:g> elementas.</item>
+      <item quantity="few">Ištrinami <xliff:g id="COUNT_1">%1$d</xliff:g> elementai.</item>
+      <item quantity="many">Ištrinama <xliff:g id="COUNT_1">%1$d</xliff:g> elemento.</item>
+      <item quantity="other">Ištrinama <xliff:g id="COUNT_1">%1$d</xliff:g> elementų.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Anuliuoti"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Ruošiamasi kopijuoti…"</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"Ruošiamasi perkelti…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Ruošiama ištrinti…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
-      <item quantity="few">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> failų</item>
-      <item quantity="many">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
-      <item quantity="other">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> failų</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> elemento</item>
+      <item quantity="few">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> elementų</item>
+      <item quantity="many">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> elemento</item>
+      <item quantity="other">Nepavyko nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> elementų</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Nepavyko suglaudinti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
@@ -135,17 +135,17 @@
       <item quantity="many">Nepavyko suglaudinti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
       <item quantity="other">Nepavyko suglaudinti <xliff:g id="COUNT_1">%1$d</xliff:g> failų</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
-      <item quantity="few">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> failų</item>
-      <item quantity="many">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
-      <item quantity="other">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> failų</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> elemento</item>
+      <item quantity="few">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> elementų</item>
+      <item quantity="many">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> elemento</item>
+      <item quantity="other">Nepavyko perkelti <xliff:g id="COUNT_1">%1$d</xliff:g> elementų</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
-      <item quantity="few">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> failų</item>
-      <item quantity="many">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> failo</item>
-      <item quantity="other">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> failų</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> elemento</item>
+      <item quantity="few">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> elementų</item>
+      <item quantity="many">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> elemento</item>
+      <item quantity="other">Nepavyko ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> elementų</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Palieskite, kad peržr. išsamią informaciją"</string>
     <string name="close" msgid="905969391788869975">"Uždaryti"</string>
@@ -185,11 +185,11 @@
       <item quantity="many">Šie failai konvertuoti į kitą formatą: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Šie failai konvertuoti į kitą formatą: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">Į iškarpinę nukopijuotas <xliff:g id="COUNT_1">%1$d</xliff:g> failas.</item>
-      <item quantity="few">Į iškarpinę nukopijuoti <xliff:g id="COUNT_1">%1$d</xliff:g> failai.</item>
-      <item quantity="many">Į iškarpinę nukopijuota <xliff:g id="COUNT_1">%1$d</xliff:g> failo.</item>
-      <item quantity="other">Į iškarpinę nukopijuota <xliff:g id="COUNT_1">%1$d</xliff:g> failų.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> elementas nukopijuotas į iškarpinę.</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> elementai nukopijuoti į iškarpinę.</item>
+      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> elemento nukopijuota į iškarpinę.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementų nukopijuota į iškarpinę.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Failo operacija nepalaikoma."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Nepavyko atlikti failo operacijos."</string>
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index fea6d71..3c672aa 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -86,10 +86,10 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Failu pārvietošana"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Failu dzēšana"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Atlikušais laiks: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="zero">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> failu kopēšana.</item>
-      <item quantity="one">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> faila kopēšana.</item>
-      <item quantity="other">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> failu kopēšana.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="zero">Tiek kopēti <xliff:g id="COUNT_1">%1$d</xliff:g> vienumi.</item>
+      <item quantity="one">Tiek kopēts <xliff:g id="COUNT_1">%1$d</xliff:g> vienums.</item>
+      <item quantity="other">Tiek kopēti <xliff:g id="COUNT_1">%1$d</xliff:g> vienumi.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="zero">Tiek saspiesti <xliff:g id="COUNT_1">%1$d</xliff:g> faili.</item>
@@ -101,15 +101,15 @@
       <item quantity="one">Tiek izvilkts <xliff:g id="COUNT_1">%1$d</xliff:g> fails.</item>
       <item quantity="other">Tiek izvilkti <xliff:g id="COUNT_1">%1$d</xliff:g> faili.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="zero">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> failu pārvietošana.</item>
-      <item quantity="one">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> faila pārvietošana.</item>
-      <item quantity="other">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> failu pārvietošana.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="zero">Tiek pārvietoti <xliff:g id="COUNT_1">%1$d</xliff:g> vienumi.</item>
+      <item quantity="one">Tiek pārvietots <xliff:g id="COUNT_1">%1$d</xliff:g> vienums.</item>
+      <item quantity="other">Tiek pārvietoti <xliff:g id="COUNT_1">%1$d</xliff:g> vienumi.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="zero">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> failu dzēšana.</item>
-      <item quantity="one">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> faila dzēšana.</item>
-      <item quantity="other">Notiek <xliff:g id="COUNT_1">%1$d</xliff:g> failu dzēšana.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="zero">Tiek dzēsti <xliff:g id="COUNT_1">%1$d</xliff:g> vienumi.</item>
+      <item quantity="one">Tiek dzēsts <xliff:g id="COUNT_1">%1$d</xliff:g> vienums.</item>
+      <item quantity="other">Tiek dzēsti <xliff:g id="COUNT_1">%1$d</xliff:g> vienumi.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Atsaukt"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Notiek sagatavošanās kopēšanai…"</string>
@@ -118,25 +118,25 @@
     <string name="move_preparing" msgid="8742573245485449429">"Sagatavošanās pārvietošanai…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Notiek sagatavošanās dzēšanai…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> no <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="zero">Nevarēja nokopēt <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
-      <item quantity="one">Nevarēja nokopēt <xliff:g id="COUNT_1">%1$d</xliff:g> failu</item>
-      <item quantity="other">Nevarēja nokopēt <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="zero">Nevarēja nokopēt <xliff:g id="COUNT_1">%1$d</xliff:g> vienumus</item>
+      <item quantity="one">Nevarēja nokopēt <xliff:g id="COUNT_1">%1$d</xliff:g> vienumu</item>
+      <item quantity="other">Nevarēja nokopēt <xliff:g id="COUNT_1">%1$d</xliff:g> vienumus</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="zero">Nevarēja saspiest <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
       <item quantity="one">Nevarēja saspiest <xliff:g id="COUNT_1">%1$d</xliff:g> failu</item>
       <item quantity="other">Nevarēja saspiest <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="zero">Nevarēja pārvietot <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
-      <item quantity="one">Nevarēja pārvietot <xliff:g id="COUNT_1">%1$d</xliff:g> failu</item>
-      <item quantity="other">Nevarēja pārvietot <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="zero">Nevarēja pārvietot <xliff:g id="COUNT_1">%1$d</xliff:g> vienumus</item>
+      <item quantity="one">Nevarēja pārvietot <xliff:g id="COUNT_1">%1$d</xliff:g> vienumu</item>
+      <item quantity="other">Nevarēja pārvietot <xliff:g id="COUNT_1">%1$d</xliff:g> vienumus</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="zero">Nevarēja izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
-      <item quantity="one">Nevarēja izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> failu</item>
-      <item quantity="other">Nevarēja izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> failus</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="zero">Nevarēja izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> vienumus</item>
+      <item quantity="one">Nevarēja izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> vienumu</item>
+      <item quantity="other">Nevarēja izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> vienumus</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Pieskarieties, lai skatītu informāciju."</string>
     <string name="close" msgid="905969391788869975">"Aizvērt"</string>
@@ -170,10 +170,10 @@
       <item quantity="one">Šie faili tika pārveidoti citā formātā: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Šie faili tika pārveidoti citā formātā: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="zero"><xliff:g id="COUNT_1">%1$d</xliff:g> faili tika kopēti starpliktuvē.</item>
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> fails tika kopēts starpliktuvē.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> faili tika kopēti starpliktuvē.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="zero"><xliff:g id="COUNT_1">%1$d</xliff:g> vienumi ir kopēti starpliktuvē.</item>
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> vienums ir kopēts starpliktuvē.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> vienumi ir kopēti starpliktuvē.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Darbība ar failu netiek atbalstīta."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Darbība ar failu neizdevās."</string>
diff --git a/res/values-mk-rMK/config.xml b/res/values-mk/config.xml
similarity index 100%
rename from res/values-mk-rMK/config.xml
rename to res/values-mk/config.xml
diff --git a/res/values-mk-rMK/strings.xml b/res/values-mk/strings.xml
similarity index 93%
rename from res/values-mk-rMK/strings.xml
rename to res/values-mk/strings.xml
index 36e07ce..50afe86 100644
--- a/res/values-mk-rMK/strings.xml
+++ b/res/values-mk/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Датотеките се премест."</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Датотеките се бришат"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Уште <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Се копира <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
-      <item quantity="other">Се копираат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Се копира <xliff:g id="COUNT_1">%1$d</xliff:g> ставка.</item>
+      <item quantity="other">Се копираат <xliff:g id="COUNT_1">%1$d</xliff:g> ставки.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Се компресира <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Се извлекува <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
       <item quantity="other">Се извлекуваат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Се преместува <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
-      <item quantity="other">Се преместуваат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Се преместува <xliff:g id="COUNT_1">%1$d</xliff:g> ставка.</item>
+      <item quantity="other">Се преместуваат <xliff:g id="COUNT_1">%1$d</xliff:g> ставки.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Се брише <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
-      <item quantity="other">Се бришат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Се брише <xliff:g id="COUNT_1">%1$d</xliff:g> ставка.</item>
+      <item quantity="other">Се бришат <xliff:g id="COUNT_1">%1$d</xliff:g> ставки.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Врати"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Се подготвува за копирање…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Се подготвува за преместување…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Се подготвува за бришење…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Не можеше да се копира <xliff:g id="COUNT_1">%1$d</xliff:g> датотека</item>
-      <item quantity="other">Не можеше да се копираат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Не можеше да се копира <xliff:g id="COUNT_1">%1$d</xliff:g> ставка</item>
+      <item quantity="other">Не можеше да се копираат <xliff:g id="COUNT_1">%1$d</xliff:g> ставки</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Не можеше да се компримира <xliff:g id="COUNT_1">%1$d</xliff:g> датотека</item>
       <item quantity="other">Не можеше да се компримираат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Не можеше да премести <xliff:g id="COUNT_1">%1$d</xliff:g> датотека</item>
-      <item quantity="other">Не можеше да преместат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Не можеше да премести <xliff:g id="COUNT_1">%1$d</xliff:g> ставка</item>
+      <item quantity="other">Не можеше да преместат <xliff:g id="COUNT_1">%1$d</xliff:g> ставки</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Не можеше да се избрише <xliff:g id="COUNT_1">%1$d</xliff:g> датотека</item>
-      <item quantity="other">Не можеше да се избришат <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Не можеше да се избрише <xliff:g id="COUNT_1">%1$d</xliff:g> ставка</item>
+      <item quantity="other">Не можеше да се избришат <xliff:g id="COUNT_1">%1$d</xliff:g> ставки</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Допрете за приказ на деталите"</string>
     <string name="close" msgid="905969391788869975">"Затвори"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Датотекиве се конвертирани во друг формат: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Датотекиве се конвертирани во друг формат: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">Привремено е копирана <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
-      <item quantity="other">Привремено се копирани <xliff:g id="COUNT_1">%1$d</xliff:g> датотеки.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Копирана е <xliff:g id="COUNT_1">%1$d</xliff:g> ставка на таблата со исечоци.</item>
+      <item quantity="other">Копирани се <xliff:g id="COUNT_1">%1$d</xliff:g> ставки на таблата со исечоци.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Постапката со датотеката не е поддржана."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Постапката со датотеката не успеа."</string>
diff --git a/res/values-ml-rIN/config.xml b/res/values-ml/config.xml
similarity index 100%
rename from res/values-ml-rIN/config.xml
rename to res/values-ml/config.xml
diff --git a/res/values-ml-rIN/strings.xml b/res/values-ml/strings.xml
similarity index 93%
rename from res/values-ml-rIN/strings.xml
rename to res/values-ml/strings.xml
index 68c4fbc..700aa28 100644
--- a/res/values-ml-rIN/strings.xml
+++ b/res/values-ml/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ഫയലുകൾ നീക്കുന്നു"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ഫയലുകൾ ഇല്ലാതാക്കുന്നു"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> ശേഷിക്കുന്നു"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ പകർത്തുന്നു.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ പകർത്തുന്നു.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ ‌പകർത്തുന്നു.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം ‌പകർത്തുന്നു.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ കംപ്രസ്സുചെയ്യുന്നു.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ എക്‌സ്‌ട്രാക്‌റ്റുചെയ്യുന്നു.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ എക്‌സ്‌ട്രാക്‌റ്റുചെയ്യുന്നു.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയൽ നീക്കുന്നു.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ നീക്കുന്നു.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ ‌നീക്കുന്നു.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം ‌നീക്കുന്നു.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ ഇല്ലാതാക്കുന്നു.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ ഇല്ലാതാക്കുന്നു.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ ‌ഇല്ലാതാക്കുന്നു.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം ‌ഇല്ലാതാക്കുന്നു.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"പഴയപടിയാക്കുക"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"പകർപ്പിനായി തയ്യാറെടുക്കുന്നു…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"നീക്കാനൊരുങ്ങുന്നു…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"ഇല്ലാതാക്കാൻ തയ്യാറെടുക്കുന്നു..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ പകർത്താനായില്ല</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ പകർത്താനായില്ല</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ ‌പകർത്താനായില്ല</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം ‌പകർത്താനായില്ല</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ കംപ്രസ്സുചെയ്യാനായില്ല</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ കംപ്രസ്സുചെയ്യാനായില്ല</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ നീക്കാനായില്ല</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ നീക്കാനായില്ല</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ നീക്കാനായില്ല</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം ‌നീക്കാനായില്ല</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ ഇല്ലാതാക്കാനായില്ല</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ ഇല്ലാതാക്കാനായില്ല</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ ‌ഇല്ലാതാക്കാനായില്ല</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം ‌ഇല്ലാതാക്കാനായില്ല</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"വിശദാംശങ്ങൾ കാണുന്നതിന് ടാപ്പുചെയ്യുക"</string>
     <string name="close" msgid="905969391788869975">"അടയ്‌ക്കുക"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">ഈ ഫയലുകൾ മറ്റൊരു ‌ഫോർമാ‌റ്റിലേക്ക് ‌പരിവർത്തിക്കപ്പെട്ടു: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">ഈ ഫയൽ മറ്റൊരു ‌ഫോർമാ‌റ്റിലേക്ക് ‌പരിവർത്തിക്കപ്പെട്ടു: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ ക്ലിപ്പ്‌ബോർഡിലേക്ക് പകർത്തി.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ ക്ലിപ്പ്‌ബോർഡിലേക്ക് പകർത്തി.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">ക്ലിപ്പ്ബോർഡിലേയ്ക്ക് <xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ പകർത്തി.</item>
+      <item quantity="one">ക്ലിപ്പ്ബോർഡിലേയ്ക്ക് <xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം പകർത്തി.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ഫയൽ പ്രവർത്തനത്തിന് പിന്തുണയില്ല."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ഫയൽ പ്രവർത്തനം പരാജയപ്പെട്ടു."</string>
diff --git a/res/values-mn-rMN/config.xml b/res/values-mn/config.xml
similarity index 100%
rename from res/values-mn-rMN/config.xml
rename to res/values-mn/config.xml
diff --git a/res/values-mn-rMN/strings.xml b/res/values-mn/strings.xml
similarity index 93%
rename from res/values-mn-rMN/strings.xml
rename to res/values-mn/strings.xml
index 4cf35d2..a3da2b7 100644
--- a/res/values-mn-rMN/strings.xml
+++ b/res/values-mn/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Файлыг зөөж байна"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Файлыг устгаж байна"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> үлдсэн"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл хуулж байна.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл хуулж байна.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг хуулж байна.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг хуулж байна.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> файлыг шахаж байна.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлыг шахаж байна.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файлыг шахаж байна.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлыг зөөж байна.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файлыг зөөж байна.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг зөөж байна.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг зөөж байна.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлыг устгаж байна.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файлыг устгаж байна.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг устгаж байна.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг устгаж байна.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Буцаах"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Хуулахад бэлдэж байна..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Зөөхөд бэлтгэж байна..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Устгахад бэлдэж байна..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлыг хуулж чадсангүй</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файлыг хуулж чадсангүй</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг хуулж чадсангүй</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг хуулж чадсангүй</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлыг шахаж чадсангүй</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файлыг шахаж чадсангүй</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлыг зөөж чадсангүй</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файлыг зөөж чадсангүй</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг өөрчилж чадсангүй</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг өөрчилж чадсангүй</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлыг устгаж чадсангүй</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файлыг устгаж чадсангүй</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг устгаж чадсангүй</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг устгаж чадсангүй</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Дэлгэрэнгүйг харахын тулд товшино уу"</string>
     <string name="close" msgid="905969391788869975">"Хаах"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Эдгээр файлыг өөр форматад хөрвүүлсэн: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Энэ файлыг өөр форматад хөрвүүлсэн: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Түр санах ойд <xliff:g id="COUNT_1">%1$d</xliff:g> файл хуулсан.</item>
-      <item quantity="one">Түр санах ойд <xliff:g id="COUNT_0">%1$d</xliff:g> файл хуулсан.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг түр санах ойд хуулсан.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг түр санах ойд хуулсан.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Файлын үйл ажиллагааг дэмжээгүй."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Файлын үйл ажиллагаа амжилтгүй боллоо."</string>
diff --git a/res/values-mr-rIN/config.xml b/res/values-mr/config.xml
similarity index 100%
rename from res/values-mr-rIN/config.xml
rename to res/values-mr/config.xml
diff --git a/res/values-mr-rIN/strings.xml b/res/values-mr/strings.xml
similarity index 89%
rename from res/values-mr-rIN/strings.xml
rename to res/values-mr/strings.xml
index bab8c3b..fe33c0f 100644
--- a/res/values-mr-rIN/strings.xml
+++ b/res/values-mr/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"फायली हलविणे"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"फायली हटविणे"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> शिल्लक"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> फाईल कॉपी करीत आहे.</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> फायली कॉपी करीत आहे.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम कॉपी करत आहे.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम कॉपी करत आहे.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइल संकुचित करत आहे.</item>
@@ -98,13 +98,13 @@
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइल काढत आहे.</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फायली काढत आहे.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> फाईल हलवित आहे.</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> फायली हलवित आहे.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हलवत आहे.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हलवत आहे.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फाईल हटवित आहे.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फायली हटवित आहे.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हटवत आहे.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हटवत आहे.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"पूर्ववत करा"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"कॉपी करण्‍यासाठी तयार करीत आहे…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"हलविण्‍यास तयार होत आहे…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"हटविण्‍यासाठी तयार करीत आहे..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> फाईल कॉपी करणे शक्य झाले नाही</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> फायली कॉपी करणे शक्य झाले नाही</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम कॉपी करु शकलो नाही</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम कॉपी करु शकलो नाही</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइल संकुचित करू शकले नाही</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फायली संकुचित करू शकले नाहीत</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> फाईल हलविणे शक्य झाले नाही</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> फायली हलविणे शक्य झाले नाही</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हलवू शकलो नाही</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हलवू शकलो नाही</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> फाईल हटविणे शक्य झाले नाही</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> फायली हटविणे शक्य झाले नाही</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हटवू शकलो नाही</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम हटवू शकलो नाही</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"तपशील पाहण्यासाठी टॅप करा"</string>
     <string name="close" msgid="905969391788869975">"बंद करा"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">ही फाइल अन्‍य स्‍वरूपात रूपांतरित केली होती: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">या फायली अन्‍य स्‍वरूपात रूपांतरित केल्‍या होत्‍या: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"> <xliff:g id="COUNT_1">%1$d</xliff:g> फाईल क्लिपबोर्डवर कॉपी केली.</item>
-      <item quantity="other"> <xliff:g id="COUNT_1">%1$d</xliff:g> फायली क्लिपबोर्डवर कॉपी केल्या.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम क्लिपबोर्डवर कॉपी केला.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> आयटम क्लिपबोर्डवर कॉपी केले.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"फाइल ऑपरेशन समर्थित नाही."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"फाइल ऑपरेशन अयशस्वी झाले."</string>
diff --git a/res/values-ms-rMY/config.xml b/res/values-ms/config.xml
similarity index 100%
rename from res/values-ms-rMY/config.xml
rename to res/values-ms/config.xml
diff --git a/res/values-ms-rMY/strings.xml b/res/values-ms/strings.xml
similarity index 95%
rename from res/values-ms-rMY/strings.xml
rename to res/values-ms/strings.xml
index f4d084a..886c151 100644
--- a/res/values-ms-rMY/strings.xml
+++ b/res/values-ms/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Mengalihkan fail"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Memadamkan fail"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> lagi"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> fail.</item>
-      <item quantity="one">Menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> fail.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="one">Menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Memampatkan <xliff:g id="COUNT_1">%1$d</xliff:g> fail.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Mengekstrak <xliff:g id="COUNT_1">%1$d</xliff:g> fail.</item>
       <item quantity="one">Mengekstrak <xliff:g id="COUNT_0">%1$d</xliff:g> fail.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Mengalihkan <xliff:g id="COUNT_1">%1$d</xliff:g> fail.</item>
-      <item quantity="one">Mengalihkan <xliff:g id="COUNT_0">%1$d</xliff:g> fail.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Mengalihkan <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="one">Mengalihkan <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Memadamkan <xliff:g id="COUNT_1">%1$d</xliff:g> fail.</item>
-      <item quantity="one">Memadamkan <xliff:g id="COUNT_0">%1$d</xliff:g> fail.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Memadamkan <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="one">Memadamkan <xliff:g id="COUNT_0">%1$d</xliff:g> item.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Buat asal"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Bersedia untuk menyalin…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Bersedia untuk mengalih…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Bersedia untuk memadam…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Tidak dapat menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> fail</item>
-      <item quantity="one">Tidak dapat menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> fail</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Tidak dapat menyalin <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="one">Tidak dapat menyalin <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Tidak dapat memampatkan <xliff:g id="COUNT_1">%1$d</xliff:g> fail</item>
       <item quantity="one">Tidak dapat memampatkan <xliff:g id="COUNT_0">%1$d</xliff:g> fail</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Tidak dapat mengalihkan <xliff:g id="COUNT_1">%1$d</xliff:g> fail</item>
-      <item quantity="one">Tidak dapat mengalihkan <xliff:g id="COUNT_0">%1$d</xliff:g> fail</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Tidak dapat mengalihkan <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="one">Tidak dapat mengalihkan <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Tidak dapat memadamkan <xliff:g id="COUNT_1">%1$d</xliff:g> fail</item>
-      <item quantity="one">Tidak dapat memadamkan <xliff:g id="COUNT_0">%1$d</xliff:g> fail</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Tidak dapat memadamkan <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="one">Tidak dapat memadamkan <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Ketik untuk melihat butiran"</string>
     <string name="close" msgid="905969391788869975">"Tutup"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Fail ini telah ditukarkan kepada format lain: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Fail ini telah ditukarkan kepada format lain: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> fail disalin ke papan keratan.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fail disalin ke papan keratan.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> item disalin ke papan keratan.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> item disalin ke papan keratan.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Pengendalian fail tidak disokong."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Pengendalian fail gagal."</string>
diff --git a/res/values-my-rMM/config.xml b/res/values-my/config.xml
similarity index 100%
rename from res/values-my-rMM/config.xml
rename to res/values-my/config.xml
diff --git a/res/values-my-rMM/strings.xml b/res/values-my/strings.xml
similarity index 89%
rename from res/values-my-rMM/strings.xml
rename to res/values-my/strings.xml
index 59628cd..a946645 100644
--- a/res/values-my-rMM/strings.xml
+++ b/res/values-my/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ဖိုင်များကို ရွှေ့နေသည်"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ဖိုင်များကို ဖျက်နေသည်"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> ကျန်ရှိသည်"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို မိတ္တူကူးနေသည်။</item>
-      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို မိတ္တူကူးနေသည်။</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">ဖိုင်<xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကိုကူးယူနေသည် </item>
+      <item quantity="one">ဖိုင်<xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကိုကူးယူနေသည် </item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ချုံ့နေသည်။</item>
@@ -98,13 +98,13 @@
       <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ထုတ်ယူနေသည်။</item>
       <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ထုတ်ယူနေသည်။</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ရွှေ့နေသည်။</item>
-      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ရွှေ့နေသည်။</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">ဖိုင်<xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ရွှေ့နေသည်။</item>
+      <item quantity="one">ဖိုင်<xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ရွှေ့နေသည်။</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ဖျက်နေသည်။</item>
-      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ဖျက်နေသည်။</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">ဖိုင်<xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ဖျက်နေသည်။</item>
+      <item quantity="one">ဖိုင်<xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ဖျက်နေသည်။</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"တစ်ဆင့်နောက်ပြန်ပါ"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"မိတ္တူကူးရန် ပြင်ဆင်နေသည်…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ရွှေ့ရန် ပြင်ဆင်နေသည်…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"ဖျက်ရန် ပြင်ဆင်နေသည်…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို မိတ္တူကူး၍ မရခဲ့ပါ</item>
-      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို မိတ္တူကူး၍ မရခဲ့ပါ</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">ဖိုင်<xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို မိတ္တူကူး၍ မရပါ</item>
+      <item quantity="one">ဖိုင်<xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကိုမကူးယူနိုင်ပါ </item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ချုံ့၍ မရခဲ့ပါ</item>
       <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ချုံ့၍ မရခဲ့ပါ</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ရွှေ့၍မရခဲ့ပါ</item>
-      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ရွှေ့၍မရခဲ့ပါ</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">ဖိုင်<xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ရွှေ့၍မရပါ</item>
+      <item quantity="one">ဖိုင်<xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ရွှေ့၍မရပါ</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ဖျက်၍မရခဲ့ပါ</item>
-      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ဖျက်၍မရခဲ့ပါ</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">ဖိုင်<xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ဖျက်၍မရပါ</item>
+      <item quantity="one">ဖိုင်<xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ဖျက်၍မရပါ </item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"အသေးစိတ်ကြည့်ရန် တို့ပါ"</string>
     <string name="close" msgid="905969391788869975">"ပိတ်ရန်"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">ဤဖိုင်များကို အြခားပုံစံတစ်ခုအဖြစ် ပြောင်းလဲလိုက်ပါပြီ− <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">ဤဖိုင်ကို အြခားပုံစံတစ်ခုအဖြစ် ပြောင်းလဲလိုက်ပါပြီ− <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ယာယီမှတ်ဉာဏ်ထဲတွင် ခဏသိမ်းထားသည်။</item>
-      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ယာယီမှတ်ဉာဏ်ထဲတွင် ခဏသိမ်းထားသည်။</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ကလစ်ဘုတ်သို့ ကူးယူထားသည်။</item>
+      <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ကလစ်ဘုတ်သို့ ကူးယူထားသည်။</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ဖိုင်ပြင်ဆင် ဆောင်ရွက်ခြင်းကို ပံ့ပိုးမထားပါ။"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ဖိုင်ပြင်ဆင် ဆောင်ရွက်ခြင်း မအောင်မြင်ပါ။"</string>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index 00d6689..4da8ee0 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Flytter filer"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Sletter filene"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> gjenstår"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Kopierer <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
-      <item quantity="one">Kopierer <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Kopierer <xliff:g id="COUNT_1">%1$d</xliff:g> elementer.</item>
+      <item quantity="one">Kopierer <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Komprimerer <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Pakker ut <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
       <item quantity="one">Pakker ut <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Flytter <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
-      <item quantity="one">Flytter <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Flytter <xliff:g id="COUNT_1">%1$d</xliff:g> elementer.</item>
+      <item quantity="one">Flytter <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Sletter <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
-      <item quantity="one">Sletter <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Sletter <xliff:g id="COUNT_1">%1$d</xliff:g> elementer.</item>
+      <item quantity="one">Sletter <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Angre"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Forbereder kopiering …"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Forbereder flytting …"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Forbereder sletting …"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Kunne ikke kopiere <xliff:g id="COUNT_1">%1$d</xliff:g> filer</item>
-      <item quantity="one">Kunne ikke kopiere <xliff:g id="COUNT_0">%1$d</xliff:g> fil</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Kunne ikke kopiere <xliff:g id="COUNT_1">%1$d</xliff:g> element</item>
+      <item quantity="one">Kunne ikke kopiere <xliff:g id="COUNT_0">%1$d</xliff:g> element</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Kunne ikke komprimere <xliff:g id="COUNT_1">%1$d</xliff:g> filer</item>
       <item quantity="one">Kunne ikke komprimere <xliff:g id="COUNT_0">%1$d</xliff:g> fil</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Kunne ikke flytte <xliff:g id="COUNT_1">%1$d</xliff:g> filer</item>
-      <item quantity="one">Kunne ikke flytte <xliff:g id="COUNT_0">%1$d</xliff:g> fil</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Kunne ikke flytte <xliff:g id="COUNT_1">%1$d</xliff:g> elementer</item>
+      <item quantity="one">Kunne ikke flytte <xliff:g id="COUNT_0">%1$d</xliff:g> element</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Kunne ikke slette <xliff:g id="COUNT_1">%1$d</xliff:g> filer</item>
-      <item quantity="one">Kunne ikke slette <xliff:g id="COUNT_0">%1$d</xliff:g> fil</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Kunne ikke slette <xliff:g id="COUNT_1">%1$d</xliff:g> elementer</item>
+      <item quantity="one">Kunne ikke slette <xliff:g id="COUNT_0">%1$d</xliff:g> element</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Trykk for å se detaljer"</string>
     <string name="close" msgid="905969391788869975">"Lukk"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Disse filene ble konvertert til et annet format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Denne filen ble konvertert til et annet format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Kopierte <xliff:g id="COUNT_1">%1$d</xliff:g> filer til utklippstavlen.</item>
-      <item quantity="one">Kopierte <xliff:g id="COUNT_0">%1$d</xliff:g> fil til utklippstavlen.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Kopierte <xliff:g id="COUNT_1">%1$d</xliff:g> elementer til utklippstavlen.</item>
+      <item quantity="one">Kopierte <xliff:g id="COUNT_0">%1$d</xliff:g> element til utklippstavlen.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Filoperasjonen støttes ikke."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Filoperasjonen mislyktes."</string>
diff --git a/res/values-ne-rNP/config.xml b/res/values-ne/config.xml
similarity index 100%
rename from res/values-ne-rNP/config.xml
rename to res/values-ne/config.xml
diff --git a/res/values-ne-rNP/strings.xml b/res/values-ne/strings.xml
similarity index 92%
rename from res/values-ne-rNP/strings.xml
rename to res/values-ne/strings.xml
index 013a547..c4a97ab 100644
--- a/res/values-ne-rNP/strings.xml
+++ b/res/values-ne/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"फाइलहरूलाई सार्दै"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"फाइलहरूलाई मेट्दै"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> बाँकी छ"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूका प्रतिलिपि बनाउँदै।</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> फाइलको प्रतिलिपि बनाउँदै।</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरूलाई प्रतिलिपि गर्दै।</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तुलाई प्रतिलिपि गर्दै।</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइल कम्प्रेस हुँदैछन्।</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइल एकस्ट्रयाक्ट हुँदैछन्।</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> फाइल एकस्ट्रयाक्ट हुँदैछ।</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूलाई सार्दै।</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> फाइललाई सार्दै।</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरूलाई सार्दै।</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तुलाई सार्दै।</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूलाई मेट्दै।</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> फाइललाई मेट्दै।</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरू मेटाउँदै।</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तु मेटाउँदै।</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"अनडू गर्नुहोस्"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"प्रतिलिपि बनाउने तयारी गर्दै…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"सार्ने तयारी गर्दै…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"मेट्ने तयारी गर्दै…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूका प्रतिलिपि बनाउन सकिएन</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> फाइलको प्रतिलिपि बनाउन सकिएन</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरूलाई प्रतिलिपि गर्न सकिएन</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तुलाई प्रतिलिपि गर्न सकिएन</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वटा फाइल कम्प्रेस गर्न सकिएन</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वटा फाइल कम्प्रेस गर्न सकिएन</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूलाई सार्न सकिएन</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> फाइललाई सार्न सकिएन</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरूलाई सार्न सकिएन</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तुलाई सार्न सकिएन</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूलाई मेट्न सकिएन</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> फाइललाई मेट्न सकिएन</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरूलाई मेट्न सकिएन</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तुलाई मेट्न सकिएन</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"विवरणहरू हेर्न ट्याप गर्नुहोस्"</string>
     <string name="close" msgid="905969391788869975">"बन्द गर्नुहोस्"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">यी फाइलहरूलाई अर्को ढाँचामा रूपान्तरण गरिएको छ: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">यो फाइललाई अर्को ढाँचामा रूपान्तरण गरिएको छ: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">क्लिपबोर्डमा <xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूका प्रतिलिपि बनाइए।</item>
-      <item quantity="one">क्लिपबोर्डमा <xliff:g id="COUNT_0">%1$d</xliff:g> फाइलको प्रतिलिपि बनाइयो।</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरूलाई क्लिपबोर्डमा प्रतिलिपि गरियो।</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तुलाई क्लिपबोर्डमा प्रतिलिपि गरियो।</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"फाइल सम्बन्धी कार्य समर्थित छैन।"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"फाइल सम्बन्धी कार्य असफल भयो।"</string>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 88694e9..af8433b 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Bestanden verplaatsen"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Bestanden verwijderen"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> resterend"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> bestanden kopiëren.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> bestand kopiëren.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> items kopiëren.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> item kopiëren.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> bestanden comprimeren.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> bestanden uitpakken.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> bestand uitpakken.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> bestanden verplaatsen.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> bestand verplaatsen.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> items verplaatsen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> item verplaatsen.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> bestanden verwijderen.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> bestand verwijderen.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> items verwijderen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> item verwijderen.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Ongedaan maken"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Kopiëren voorbereiden…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Verplaatsen voorbereiden…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Verwijderen voorbereiden…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Kan <xliff:g id="COUNT_1">%1$d</xliff:g> bestanden niet kopiëren</item>
-      <item quantity="one">Kan <xliff:g id="COUNT_0">%1$d</xliff:g> bestand niet kopiëren</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Kan <xliff:g id="COUNT_1">%1$d</xliff:g> items niet kopiëren</item>
+      <item quantity="one">Kan <xliff:g id="COUNT_0">%1$d</xliff:g> item niet kopiëren</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> bestanden kunnen niet worden gecomprimeerd</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> bestand kan niet worden gecomprimeerd</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Kan <xliff:g id="COUNT_1">%1$d</xliff:g> bestanden niet verplaatsen</item>
-      <item quantity="one">Kan <xliff:g id="COUNT_0">%1$d</xliff:g> bestand niet verplaatsen</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Kan <xliff:g id="COUNT_1">%1$d</xliff:g> items niet verplaatsen</item>
+      <item quantity="one">Kan <xliff:g id="COUNT_0">%1$d</xliff:g> item niet verplaatsen</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Kan <xliff:g id="COUNT_1">%1$d</xliff:g> bestanden niet verwijderen</item>
-      <item quantity="one">Kan <xliff:g id="COUNT_0">%1$d</xliff:g> bestand niet verwijderen</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Kan <xliff:g id="COUNT_1">%1$d</xliff:g> items niet verwijderen</item>
+      <item quantity="one">Kan <xliff:g id="COUNT_0">%1$d</xliff:g> item niet verwijderen</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tik om details te bekijken"</string>
     <string name="close" msgid="905969391788869975">"Sluiten"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Deze bestanden zijn geconverteerd naar een andere indeling: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Dit bestand is geconverteerd naar een andere indeling: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> bestanden gekopieerd naar klembord.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> bestand gekopieerd naar klembord.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> items gekopieerd naar klembord.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> item gekopieerd naar klembord.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Bestandsbewerking wordt niet ondersteund."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Bestandsbewerking mislukt."</string>
diff --git a/res/values-pa-rIN/config.xml b/res/values-pa/config.xml
similarity index 100%
rename from res/values-pa-rIN/config.xml
rename to res/values-pa/config.xml
diff --git a/res/values-pa-rIN/strings.xml b/res/values-pa/strings.xml
similarity index 92%
rename from res/values-pa-rIN/strings.xml
rename to res/values-pa/strings.xml
index c34d45e..c353691 100644
--- a/res/values-pa-rIN/strings.xml
+++ b/res/values-pa/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ਫ਼ਾਈਲਾਂ ਤਬਦੀਲ ਕਰ ਰਿਹਾ ਹੈ"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ਫ਼ਾਈਲਾਂ ਮਿਟਾ ਰਿਹਾ ਹੈ"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> ਬਾਕੀ"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਾਪੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਾਪੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਕਾਪੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਕਾਪੀ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਦਾ ਆਕਾਰ ਛੋਟਾ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
@@ -98,13 +98,13 @@
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਐਕਸਟ੍ਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਐਕਸਟ੍ਰੈਕਟ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਤਬਦੀਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਤਬਦੀਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਤਬਦੀਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਤਬਦੀਲ ਕੀਤਾ ਜਾ ਰਿਹਾ ਹੈ।</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਮਿਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ।</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਮਿਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ।</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਮਿਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਮਿਟਾਇਆ ਜਾ ਰਿਹਾ ਹੈ।</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"ਅਣਕੀਤਾ ਕਰੋ"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"ਕਾਪੀ ਕਰਨ ਦੀ ਤਿਆਰੀ ਹੋ ਰਹੀ ਹੈ…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ਤਬਦੀਲ ਕਰਨ ਦੀ ਤਿਆਰੀ ਹੋ ਰਹੀ ਹੈ…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"ਮਿਟਾਉਣ ਦੀ ਤਿਆਰੀ ਹੋ ਰਹੀ ਹੈ…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਾਪੀ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਾਪੀ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਕਾਪੀ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਕਾਪੀ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਦਾ ਆਕਾਰ ਛੋਟਾ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਦਾ ਆਕਾਰ ਛੋਟਾ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਤਬਦੀਲ ਨਹੀਂ ਕੀਤਾ ਜਾ ਸਕਿਆ</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਮਿਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਮਿਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਮਿਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਮਿਟਾਇਆ ਨਹੀਂ ਜਾ ਸਕਿਆ</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"ਵੇਰਵਿਆਂ ਨੂੰ ਵੇਖਣ ਲਈ ਟੈਪ ਕਰੋ"</string>
     <string name="close" msgid="905969391788869975">"ਬੰਦ ਕਰੋ"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">ਇਹਨਾਂ ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਿਸੇ ਹੋਰ ਵੰਨਗੀ ਵਿੱਚ ਬਦਲਿਆ ਗਿਆ: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">ਇਹਨਾਂ ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਿਸੇ ਹੋਰ ਵੰਨਗੀ ਵਿੱਚ ਬਦਲਿਆ ਗਿਆ: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਲਿੱਪਬੋਰਡ \'ਤੇ ਕਾਪੀ ਕੀਤਾ ਗਿਆ।</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਫ਼ਾਈਲਾਂ ਨੂੰ ਕਲਿੱਪਬੋਰਡ \'ਤੇ ਕਾਪੀ ਕੀਤਾ ਗਿਆ।</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਕਲਿੱਪਬੋਰਡ \'ਤੇ ਕਾਪੀ ਕੀਤਾ ਗਿਆ।</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ਆਈਟਮਾਂ ਨੂੰ ਕਲਿੱਪਬੋਰਡ \'ਤੇ ਕਾਪੀ ਕੀਤਾ ਗਿਆ।</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ਫ਼ਾਈਲ ਕਾਰਵਾਈ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ।"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ਫ਼ਾਈਲ ਕਾਰਵਾਈ ਅਸਫਲ ਰਹੀ।"</string>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index ad404cf..457662c 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Przenoszenie plików"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Usuwanie plików"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Pozostało: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="few">Kopiuję <xliff:g id="COUNT_1">%1$d</xliff:g> pliki.</item>
-      <item quantity="many">Kopiuję <xliff:g id="COUNT_1">%1$d</xliff:g> plików.</item>
-      <item quantity="other">Kopiuję <xliff:g id="COUNT_1">%1$d</xliff:g> pliku.</item>
-      <item quantity="one">Kopiuję <xliff:g id="COUNT_0">%1$d</xliff:g> plik.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="few">Kopiuję <xliff:g id="COUNT_1">%1$d</xliff:g> elementy.</item>
+      <item quantity="many">Kopiuję <xliff:g id="COUNT_1">%1$d</xliff:g> elementów.</item>
+      <item quantity="other">Kopiuję <xliff:g id="COUNT_1">%1$d</xliff:g> elementu.</item>
+      <item quantity="one">Kopiuję <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="few">Kompresuję <xliff:g id="COUNT_1">%1$d</xliff:g> pliki.</item>
@@ -104,17 +104,17 @@
       <item quantity="other">Rozpakowuję <xliff:g id="COUNT_1">%1$d</xliff:g> pliku.</item>
       <item quantity="one">Rozpakowuję <xliff:g id="COUNT_0">%1$d</xliff:g> plik.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="few">Przenoszę <xliff:g id="COUNT_1">%1$d</xliff:g> pliki.</item>
-      <item quantity="many">Przenoszę <xliff:g id="COUNT_1">%1$d</xliff:g> plików.</item>
-      <item quantity="other">Przenoszę <xliff:g id="COUNT_1">%1$d</xliff:g> pliku.</item>
-      <item quantity="one">Przenoszę <xliff:g id="COUNT_0">%1$d</xliff:g> plik.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="few">Przenoszę <xliff:g id="COUNT_1">%1$d</xliff:g> elementy.</item>
+      <item quantity="many">Przenoszę <xliff:g id="COUNT_1">%1$d</xliff:g> elementów.</item>
+      <item quantity="other">Przenoszę <xliff:g id="COUNT_1">%1$d</xliff:g> elementu.</item>
+      <item quantity="one">Przenoszę <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="few">Usuwam <xliff:g id="COUNT_1">%1$d</xliff:g> pliki.</item>
-      <item quantity="many">Usuwam <xliff:g id="COUNT_1">%1$d</xliff:g> plików.</item>
-      <item quantity="other">Usuwam <xliff:g id="COUNT_1">%1$d</xliff:g> pliku.</item>
-      <item quantity="one">Usuwam <xliff:g id="COUNT_0">%1$d</xliff:g> plik.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="few">Usuwam <xliff:g id="COUNT_1">%1$d</xliff:g> elementy.</item>
+      <item quantity="many">Usuwam <xliff:g id="COUNT_1">%1$d</xliff:g> elementów.</item>
+      <item quantity="other">Usuwam <xliff:g id="COUNT_1">%1$d</xliff:g> elementu.</item>
+      <item quantity="one">Usuwam <xliff:g id="COUNT_0">%1$d</xliff:g> element.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Cofnij"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Przygotowuję do kopiowania…"</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"Przygotowuję przenoszenie…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Przygotowuję do usunięcia…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="few">Nie udało się skopiować <xliff:g id="COUNT_1">%1$d</xliff:g> plików</item>
-      <item quantity="many">Nie udało się skopiować <xliff:g id="COUNT_1">%1$d</xliff:g> plików</item>
-      <item quantity="other">Nie udało się skopiować <xliff:g id="COUNT_1">%1$d</xliff:g> pliku</item>
-      <item quantity="one">Nie udało się skopiować <xliff:g id="COUNT_0">%1$d</xliff:g> pliku</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="few">Nie udało się skopiować <xliff:g id="COUNT_1">%1$d</xliff:g> elementów</item>
+      <item quantity="many">Nie udało się skopiować <xliff:g id="COUNT_1">%1$d</xliff:g> elementów</item>
+      <item quantity="other">Nie udało się skopiować <xliff:g id="COUNT_1">%1$d</xliff:g> elementu</item>
+      <item quantity="one">Nie udało się skopiować <xliff:g id="COUNT_0">%1$d</xliff:g> elementu</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="few">Nie udało się skompresować <xliff:g id="COUNT_1">%1$d</xliff:g> plików</item>
@@ -135,17 +135,17 @@
       <item quantity="other">Nie udało się skompresować <xliff:g id="COUNT_1">%1$d</xliff:g> pliku</item>
       <item quantity="one">Nie udało się skompresować <xliff:g id="COUNT_0">%1$d</xliff:g> pliku</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="few">Nie udało się przenieść <xliff:g id="COUNT_1">%1$d</xliff:g> plików</item>
-      <item quantity="many">Nie udało się przenieść <xliff:g id="COUNT_1">%1$d</xliff:g> plików</item>
-      <item quantity="other">Nie udało się przenieść <xliff:g id="COUNT_1">%1$d</xliff:g> pliku</item>
-      <item quantity="one">Nie udało się przenieść <xliff:g id="COUNT_0">%1$d</xliff:g> pliku</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="few">Nie udało się przenieść <xliff:g id="COUNT_1">%1$d</xliff:g> elementów</item>
+      <item quantity="many">Nie udało się przenieść <xliff:g id="COUNT_1">%1$d</xliff:g> elementów</item>
+      <item quantity="other">Nie udało się przenieść <xliff:g id="COUNT_1">%1$d</xliff:g> elementu</item>
+      <item quantity="one">Nie udało się przenieść <xliff:g id="COUNT_0">%1$d</xliff:g> elementu</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="few">Nie udało się usunąć <xliff:g id="COUNT_1">%1$d</xliff:g> plików</item>
-      <item quantity="many">Nie udało się usunąć <xliff:g id="COUNT_1">%1$d</xliff:g> plików</item>
-      <item quantity="other">Nie udało się usunąć <xliff:g id="COUNT_1">%1$d</xliff:g> pliku</item>
-      <item quantity="one">Nie udało się usunąć <xliff:g id="COUNT_0">%1$d</xliff:g> pliku</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="few">Nie udało się usunąć <xliff:g id="COUNT_1">%1$d</xliff:g> elementów</item>
+      <item quantity="many">Nie udało się usunąć <xliff:g id="COUNT_1">%1$d</xliff:g> elementów</item>
+      <item quantity="other">Nie udało się usunąć <xliff:g id="COUNT_1">%1$d</xliff:g> elementu</item>
+      <item quantity="one">Nie udało się usunąć <xliff:g id="COUNT_0">%1$d</xliff:g> elementu</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Kliknij, by zobaczyć szczegóły"</string>
     <string name="close" msgid="905969391788869975">"Zamknij"</string>
@@ -185,11 +185,11 @@
       <item quantity="other">Te pliki zostały przekonwertowane na inny format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Ten plik został przekonwertowany na inny format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="few">Skopiowano <xliff:g id="COUNT_1">%1$d</xliff:g> pliki do schowka.</item>
-      <item quantity="many">Skopiowano <xliff:g id="COUNT_1">%1$d</xliff:g> plików do schowka.</item>
-      <item quantity="other">Skopiowano <xliff:g id="COUNT_1">%1$d</xliff:g> pliku do schowka.</item>
-      <item quantity="one">Skopiowano <xliff:g id="COUNT_0">%1$d</xliff:g> plik do schowka.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="few">Skopiowano <xliff:g id="COUNT_1">%1$d</xliff:g> elementy do schowka.</item>
+      <item quantity="many">Skopiowano <xliff:g id="COUNT_1">%1$d</xliff:g> elementów do schowka.</item>
+      <item quantity="other">Skopiowano <xliff:g id="COUNT_1">%1$d</xliff:g> elementu do schowka.</item>
+      <item quantity="one">Skopiowano <xliff:g id="COUNT_0">%1$d</xliff:g> element do schowka.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Operacja na pliku nie jest obsługiwana."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Nie udało się wykonać operacji na pliku."</string>
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
index be01ee8..eec65c4 100644
--- a/res/values-pt-rBR/strings.xml
+++ b/res/values-pt-rBR/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Movendo arquivos"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Excluindo arquivos"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> restantes"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
-      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Compactando <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Extraindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
       <item quantity="other">Extraindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Movendo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
-      <item quantity="other">Movendo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Transferindo <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Transferindo <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
-      <item quantity="other">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Desfazer"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparando para copiar..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparando para mover..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparando-se para excluir..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
-      <item quantity="other">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Não foi possível compactar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
       <item quantity="other">Não foi possível compactar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Não foi possível mover <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
-      <item quantity="other">Não foi possível mover <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Não foi possível transferir <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Não foi possível transferir <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
-      <item quantity="other">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tocar para ver detalhes"</string>
     <string name="close" msgid="905969391788869975">"Fechar"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Este arquivo foi convertido em outro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Estes arquivos foram convertidos em outro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> arquivo copiado para a área de transferência.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> arquivos copiados para a área de transferência.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> item copiado para a área de transferência</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> itens copiados para a área de transferência</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"A operação do arquivo não é compatível."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Falha na operação do arquivo."</string>
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index 95f46cc..14f127c 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"A mover ficheiros"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"A eliminar ficheiros"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Faltam <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">A copiar <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
-      <item quantity="one">A copiar <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">A copiar <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
+      <item quantity="one">A copiar <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">A comprimir <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros…</item>
@@ -98,13 +98,13 @@
       <item quantity="other">A extrair <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros…</item>
       <item quantity="one">A extrair <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro…</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">A mover <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
-      <item quantity="one">A mover <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">A mover <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
+      <item quantity="one">A mover<xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">A eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros.</item>
-      <item quantity="one">A eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">A eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
+      <item quantity="one">A eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Anular"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"A preparar para copiar…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"A preparar para mover…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"A preparar para eliminar…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
-      <item quantity="one">Não foi possível copiar <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
+      <item quantity="one">Não foi possível copiar <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Não foi possível comprimir <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
       <item quantity="one">Não foi possível comprimir <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Não foi possível mover <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
-      <item quantity="one">Não foi possível mover <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Não foi possível mover <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
+      <item quantity="one">Não foi possível mover <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Não foi possível eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros</item>
-      <item quantity="one">Não foi possível eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Não foi possível eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
+      <item quantity="one">Não foi possível eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tocar para ver detalhes"</string>
     <string name="close" msgid="905969391788869975">"Fechar"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Estes ficheiros foram convertidos para outro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Este ficheiro foi convertido para outro formato: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Copiou <xliff:g id="COUNT_1">%1$d</xliff:g> ficheiros para a área de transferência.</item>
-      <item quantity="one">Copiou <xliff:g id="COUNT_0">%1$d</xliff:g> ficheiro para a área de transferência.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Foram copiados <xliff:g id="COUNT_1">%1$d</xliff:g> itens para a área de transferência</item>
+      <item quantity="one">Foi copiado <xliff:g id="COUNT_0">%1$d</xliff:g> item para a área de transferência</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"O ficheiro não permite a operação."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Falha na operação do ficheiro."</string>
diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml
index be01ee8..eec65c4 100644
--- a/res/values-pt/strings.xml
+++ b/res/values-pt/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Movendo arquivos"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Excluindo arquivos"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> restantes"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
-      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Copiando <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Compactando <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Extraindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
       <item quantity="other">Extraindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Movendo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo.</item>
-      <item quantity="other">Movendo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Transferindo <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Transferindo <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
-      <item quantity="other">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Excluindo <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Desfazer"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Preparando para copiar..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Preparando para mover..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Preparando-se para excluir..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
-      <item quantity="other">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Não foi possível copiar <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Não foi possível compactar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
       <item quantity="other">Não foi possível compactar <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Não foi possível mover <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
-      <item quantity="other">Não foi possível mover <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Não foi possível transferir <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Não foi possível transferir <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> arquivo</item>
-      <item quantity="other">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> arquivos</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Não foi possível excluir <xliff:g id="COUNT_1">%1$d</xliff:g> itens</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tocar para ver detalhes"</string>
     <string name="close" msgid="905969391788869975">"Fechar"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Este arquivo foi convertido em outro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Estes arquivos foram convertidos em outro formato: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> arquivo copiado para a área de transferência.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> arquivos copiados para a área de transferência.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> item copiado para a área de transferência</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> itens copiados para a área de transferência</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"A operação do arquivo não é compatível."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Falha na operação do arquivo."</string>
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index 5f2abac..b176f2f 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -86,10 +86,10 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Se mută fișierele"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Se șterg fișierele"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Timp rămas: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="few">Se copiază <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere.</item>
-      <item quantity="other">Se copiază <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere.</item>
-      <item quantity="one">Se copiază <xliff:g id="COUNT_0">%1$d</xliff:g> fișier.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="few">Se copiază <xliff:g id="COUNT_1">%1$d</xliff:g> articole.</item>
+      <item quantity="other">Se copiază <xliff:g id="COUNT_1">%1$d</xliff:g> de articole.</item>
+      <item quantity="one">Se copiază <xliff:g id="COUNT_0">%1$d</xliff:g> articol.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="few">Se comprimă <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere.</item>
@@ -101,15 +101,15 @@
       <item quantity="other">Se extrag <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere.</item>
       <item quantity="one">Se extrage <xliff:g id="COUNT_0">%1$d</xliff:g> fișier.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="few">Se mută <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere.</item>
-      <item quantity="other">Se mută <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere.</item>
-      <item quantity="one">Se mută <xliff:g id="COUNT_0">%1$d</xliff:g> fișier.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="few">Se mută <xliff:g id="COUNT_1">%1$d</xliff:g> articole.</item>
+      <item quantity="other">Se mută <xliff:g id="COUNT_1">%1$d</xliff:g> de articole.</item>
+      <item quantity="one">Se mută <xliff:g id="COUNT_0">%1$d</xliff:g> articol.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="few">Se șterg <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere.</item>
-      <item quantity="other">Se șterg <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere.</item>
-      <item quantity="one">Se șterge <xliff:g id="COUNT_0">%1$d</xliff:g> fișier.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="few">Se șterg <xliff:g id="COUNT_1">%1$d</xliff:g> articole.</item>
+      <item quantity="other">Se șterg <xliff:g id="COUNT_1">%1$d</xliff:g> de articole.</item>
+      <item quantity="one">Se șterge <xliff:g id="COUNT_0">%1$d</xliff:g> articol.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Anulați"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Se pregătește copierea…"</string>
@@ -118,25 +118,25 @@
     <string name="move_preparing" msgid="8742573245485449429">"Se pregătește mutarea…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Se pregătește ștergerea…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="few">Nu s-au putut copia <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere</item>
-      <item quantity="other">Nu s-au putut copia <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere</item>
-      <item quantity="one">Nu s-a putut copia <xliff:g id="COUNT_0">%1$d</xliff:g> fișier</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="few">Nu s-au putut copia <xliff:g id="COUNT_1">%1$d</xliff:g> articole</item>
+      <item quantity="other">Nu s-au putut copia <xliff:g id="COUNT_1">%1$d</xliff:g> de articole</item>
+      <item quantity="one">Nu s-a putut copia <xliff:g id="COUNT_0">%1$d</xliff:g> articol</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="few">Nu s-au putut comprima <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere</item>
       <item quantity="other">Nu s-au putut comprima <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere</item>
       <item quantity="one">Nu s-a putut comprima <xliff:g id="COUNT_0">%1$d</xliff:g> fișier</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="few">Nu s-au putut muta <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere</item>
-      <item quantity="other">Nu s-au putut muta <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere</item>
-      <item quantity="one">Nu s-a putut muta <xliff:g id="COUNT_0">%1$d</xliff:g> fișier</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="few">Nu s-au putut muta <xliff:g id="COUNT_1">%1$d</xliff:g> articole</item>
+      <item quantity="other">Nu s-au putut muta <xliff:g id="COUNT_1">%1$d</xliff:g> de articole</item>
+      <item quantity="one">Nu s-a putut muta <xliff:g id="COUNT_0">%1$d</xliff:g> articol</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="few">Nu s-au putut șterge <xliff:g id="COUNT_1">%1$d</xliff:g> fișiere</item>
-      <item quantity="other">Nu s-au putut șterge <xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere</item>
-      <item quantity="one">Nu s-a putut șterge <xliff:g id="COUNT_0">%1$d</xliff:g> fișier</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="few">Nu s-au putut șterge <xliff:g id="COUNT_1">%1$d</xliff:g> articole</item>
+      <item quantity="other">Nu s-au putut șterge <xliff:g id="COUNT_1">%1$d</xliff:g> de articole</item>
+      <item quantity="one">Nu s-a putut șterge <xliff:g id="COUNT_0">%1$d</xliff:g> articol</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Atingeți pentru a vedea detaliile"</string>
     <string name="close" msgid="905969391788869975">"Închideți"</string>
@@ -170,10 +170,10 @@
       <item quantity="other">Aceste fișiere au fost convertite în alt format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Acest fișier a fost convertit în alt format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> fișiere au fost copiate în clipboard.</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> de fișiere au fost copiate în clipboard.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fișier a fost copiat în clipboard.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="few">S-au copiat <xliff:g id="COUNT_1">%1$d</xliff:g> articole în clipboard.</item>
+      <item quantity="other">S-au copiat <xliff:g id="COUNT_1">%1$d</xliff:g> de articole în clipboard.</item>
+      <item quantity="one">S-a copiat <xliff:g id="COUNT_0">%1$d</xliff:g> articol în clipboard.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Operațiunea cu fișierul nu este acceptată."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Operațiunea cu fișierul nu a reușit."</string>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 621c368..957f3cd 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Перемещение файлов"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Удаление файлов"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Осталось <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Копируется <xliff:g id="COUNT_1">%1$d</xliff:g> файл...</item>
-      <item quantity="few">Копируется <xliff:g id="COUNT_1">%1$d</xliff:g> файла...</item>
-      <item quantity="many">Копируется <xliff:g id="COUNT_1">%1$d</xliff:g> файлов...</item>
-      <item quantity="other">Копируется <xliff:g id="COUNT_1">%1$d</xliff:g> файла...</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Копирование <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
+      <item quantity="few">Копирование <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
+      <item quantity="many">Копирование <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
+      <item quantity="other">Копирование <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Сжатие <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
@@ -104,17 +104,17 @@
       <item quantity="many">Извлечение <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
       <item quantity="other">Извлечение <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файла...</item>
-      <item quantity="few">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файлов...</item>
-      <item quantity="many">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файлов...</item>
-      <item quantity="other">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файла...</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
+      <item quantity="few">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
+      <item quantity="many">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
+      <item quantity="other">Перемещение <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
-      <item quantity="few">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
-      <item quantity="many">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
-      <item quantity="other">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
+      <item quantity="few">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
+      <item quantity="many">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файлов…</item>
+      <item quantity="other">Удаление <xliff:g id="COUNT_1">%1$d</xliff:g> файла…</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Отменить"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Подготовка к копированию…"</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"Подготовка к перемещению…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Подготовка к удалению…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> из <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
-      <item quantity="few">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
-      <item quantity="many">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
-      <item quantity="other">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
+      <item quantity="few">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+      <item quantity="many">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
+      <item quantity="other">Не удалось скопировать <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Не удалось сжать <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
@@ -135,17 +135,17 @@
       <item quantity="many">Не удалось сжать <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
       <item quantity="other">Не удалось сжать <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
-      <item quantity="few">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
-      <item quantity="many">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
-      <item quantity="other">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
+      <item quantity="few">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+      <item quantity="many">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
+      <item quantity="other">Не удалось переместить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
-      <item quantity="few">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
-      <item quantity="many">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
-      <item quantity="other">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
+      <item quantity="few">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+      <item quantity="many">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
+      <item quantity="other">Не удалось удалить <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Нажмите, чтобы узнать подробности"</string>
     <string name="close" msgid="905969391788869975">"Закрыть"</string>
@@ -185,11 +185,11 @@
       <item quantity="many">Формат этих файлов изменен: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Формат этих файлов изменен: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> файл скопирован в буфер обмена</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> файла скопировано в буфер обмена</item>
-      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> файлов скопировано в буфер обмена</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файла скопировано в буфер обмена</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Скопирован <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
+      <item quantity="few">Скопировано <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
+      <item quantity="many">Скопировано <xliff:g id="COUNT_1">%1$d</xliff:g> файлов</item>
+      <item quantity="other">Скопировано <xliff:g id="COUNT_1">%1$d</xliff:g> файла</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Файловая операция не поддерживается"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Не удалось выполнить операцию"</string>
diff --git a/res/values-si-rLK/config.xml b/res/values-si/config.xml
similarity index 100%
rename from res/values-si-rLK/config.xml
rename to res/values-si/config.xml
diff --git a/res/values-si-rLK/strings.xml b/res/values-si/strings.xml
similarity index 89%
rename from res/values-si-rLK/strings.xml
rename to res/values-si/strings.xml
index 98cc44a..855e34a 100644
--- a/res/values-si-rLK/strings.xml
+++ b/res/values-si/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ගොනු ගෙන යාම"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ගොනු මකමින්"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> ඉතිරියි"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කරමින්.</item>
-      <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කරමින්.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කරමින්</item>
+      <item quantity="other">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කරමින්</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් සම්පීඩනය කරමින්.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් උපුටා ගනිමින්.</item>
       <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් උපුටා ගනිමින්.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යමින්.</item>
-      <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යමින්.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යමින්.</item>
+      <item quantity="other">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යමින්.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මකමින්.</item>
-      <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මකමින්.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මකමින්.</item>
+      <item quantity="other">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මකමින්.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"අස් කරන්න"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"පිටපතක් සඳහා සූදානම් කරමින්..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"ගෙන යාම සඳහා පිළියෙළ කරමින් ..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"මැකීම සඳහා සූදානම් කරමින්..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කළ නොහැකි විය</item>
-      <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කළ නොහැකි විය</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කළ නොහැකි විය</item>
+      <item quantity="other">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කළ නොහැකි විය</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් සම්පීඩනය කළ නොහැකි විය</item>
       <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් සම්පීඩනය කළ නොහැකි විය</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යාමට නොහැකි විය</item>
-      <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යාමට නොහැකි විය</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යාමට නොහැකි විය</item>
+      <item quantity="other">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් ගෙන යාමට නොහැකි විය</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මැකීමට නොහැකි විය</item>
-      <item quantity="other">ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මැකීමට නොහැකි විය</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මැකිය නොහැකි විය</item>
+      <item quantity="other">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් මැකිය නොහැකි විය</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"විස්තර බැලීමට තට්ටු කරන්න"</string>
     <string name="close" msgid="905969391788869975">"වසන්න"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">මෙම ගොනු වෙනත් ආකෘතියකට පරිවර්තනය කරන ලදි: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">මෙම ගොනු වෙනත් ආකෘතියකට පරිවර්තනය කරන ලදි: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">පසුරු පුවරුවට ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කරන ලදි.</item>
-      <item quantity="other">පසුරු පුවරුවට ගොනු <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පිටපත් කරන ලදි.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පසුරු පුවරුවට පිටපත් කරන ලදී.</item>
+      <item quantity="other">අයිතම <xliff:g id="COUNT_1">%1$d</xliff:g>ක් පසුරු පුවරුවට පිටපත් කරන ලදී.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ගොනු මෙහෙයුම වෙත සහාය නොදක්වයි."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ගොනු මෙහෙයුම අසාර්ථක විය."</string>
diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml
index 123dc65..f91fc6c 100644
--- a/res/values-sk/strings.xml
+++ b/res/values-sk/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Presúvajú sa súbory"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Odstraňujú sa súbory"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Zostáva: <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="few">Kopírujú sa <xliff:g id="COUNT_1">%1$d</xliff:g> súbory.</item>
-      <item quantity="many">Kopíruje sa <xliff:g id="COUNT_1">%1$d</xliff:g> súboru.</item>
-      <item quantity="other">Kopíruje sa <xliff:g id="COUNT_1">%1$d</xliff:g> súborov.</item>
-      <item quantity="one">Kopíruje sa <xliff:g id="COUNT_0">%1$d</xliff:g> súbor.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="few">Kopírujú sa <xliff:g id="COUNT_1">%1$d</xliff:g> položky.</item>
+      <item quantity="many">Kopíruje sa <xliff:g id="COUNT_1">%1$d</xliff:g> položiek.</item>
+      <item quantity="other">Kopíruje sa <xliff:g id="COUNT_1">%1$d</xliff:g> položiek.</item>
+      <item quantity="one">Kopíruje sa <xliff:g id="COUNT_0">%1$d</xliff:g> položka.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="few">Komprimujú sa <xliff:g id="COUNT_1">%1$d</xliff:g> súbory.</item>
@@ -104,17 +104,17 @@
       <item quantity="other">Extrahuje sa <xliff:g id="COUNT_1">%1$d</xliff:g> súborov.</item>
       <item quantity="one">Extrahuje sa <xliff:g id="COUNT_0">%1$d</xliff:g> súbor.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="few">Presúvajú sa <xliff:g id="COUNT_1">%1$d</xliff:g> súbory.</item>
-      <item quantity="many">Presúva sa <xliff:g id="COUNT_1">%1$d</xliff:g> súboru.</item>
-      <item quantity="other">Presúva sa <xliff:g id="COUNT_1">%1$d</xliff:g> súborov.</item>
-      <item quantity="one">Presúva sa <xliff:g id="COUNT_0">%1$d</xliff:g> súbor.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="few">Prenášajú sa <xliff:g id="COUNT_1">%1$d</xliff:g> položky.</item>
+      <item quantity="many">Prenáša sa <xliff:g id="COUNT_1">%1$d</xliff:g> položky.</item>
+      <item quantity="other">Prenáša sa <xliff:g id="COUNT_1">%1$d</xliff:g> položiek.</item>
+      <item quantity="one">Prenáša sa <xliff:g id="COUNT_0">%1$d</xliff:g> položka.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="few">Odstraňujú sa <xliff:g id="COUNT_1">%1$d</xliff:g> súbory.</item>
-      <item quantity="many">Odstraňuje sa <xliff:g id="COUNT_1">%1$d</xliff:g> súboru.</item>
-      <item quantity="other">Odstraňuje sa <xliff:g id="COUNT_1">%1$d</xliff:g> súborov.</item>
-      <item quantity="one">Odstraňuje sa <xliff:g id="COUNT_0">%1$d</xliff:g> súbor.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="few">Odstraňujú sa <xliff:g id="COUNT_1">%1$d</xliff:g> položky.</item>
+      <item quantity="many">Odstraňuje sa <xliff:g id="COUNT_1">%1$d</xliff:g> položky.</item>
+      <item quantity="other">Odstraňuje sa <xliff:g id="COUNT_1">%1$d</xliff:g> položiek.</item>
+      <item quantity="one">Odstraňujte sa <xliff:g id="COUNT_0">%1$d</xliff:g> položka.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Späť"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Pripravuje sa na kopírovanie..."</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"Prebieha príprava na presunutie…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Príprava na odstránenie…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="few">Nepodarilo sa skopírovať <xliff:g id="COUNT_1">%1$d</xliff:g> súbory</item>
-      <item quantity="many">Nepodarilo sa skopírovať <xliff:g id="COUNT_1">%1$d</xliff:g> súboru</item>
-      <item quantity="other">Nepodarilo sa skopírovať <xliff:g id="COUNT_1">%1$d</xliff:g> súborov</item>
-      <item quantity="one">Nepodarilo sa skopírovať <xliff:g id="COUNT_0">%1$d</xliff:g> súbor</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="few">Nepodarilo sa skopírovať <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="many">Nepodarilo sa skopírovať <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="other">Nepodarilo sa skopírovať <xliff:g id="COUNT_1">%1$d</xliff:g> položiek</item>
+      <item quantity="one">Nepodarilo sa skopírovať <xliff:g id="COUNT_0">%1$d</xliff:g> položku</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="few">Nepodarilo sa skomprimovať <xliff:g id="COUNT_1">%1$d</xliff:g> súbory</item>
@@ -135,17 +135,17 @@
       <item quantity="other">Nepodarilo sa skomprimovať <xliff:g id="COUNT_1">%1$d</xliff:g> súborov</item>
       <item quantity="one">Nepodarilo sa skomprimovať <xliff:g id="COUNT_0">%1$d</xliff:g> súbor</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> súbory nie je možné presunúť</item>
-      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> súboru nie je možné presunúť</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> súborov nie je možné presunúť</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> súbor nie je možné presunúť</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="few">Nepodarilo sa presunúť <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="many">Nepodarilo sa presunúť <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="other">Nepodarilo sa presunúť <xliff:g id="COUNT_1">%1$d</xliff:g> položiek</item>
+      <item quantity="one">Nepodarilo sa presunúť <xliff:g id="COUNT_0">%1$d</xliff:g> položku</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="few">Nepodarilo sa odstrániť <xliff:g id="COUNT_1">%1$d</xliff:g> súbory</item>
-      <item quantity="many">Nepodarilo sa odstrániť <xliff:g id="COUNT_1">%1$d</xliff:g> súboru</item>
-      <item quantity="other">Nepodarilo sa odstrániť <xliff:g id="COUNT_1">%1$d</xliff:g> súborov</item>
-      <item quantity="one">Nepodarilo sa odstrániť <xliff:g id="COUNT_0">%1$d</xliff:g> súbor</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="few">Nepodarilo sa odstrániť <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="many">Nepodarilo sa odstrániť <xliff:g id="COUNT_1">%1$d</xliff:g> položky</item>
+      <item quantity="other">Nepodarilo sa odstrániť <xliff:g id="COUNT_1">%1$d</xliff:g> položiek</item>
+      <item quantity="one">Nepodarilo sa odstrániť <xliff:g id="COUNT_0">%1$d</xliff:g> položku</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Klepnutím zobrazíte podrobnosti"</string>
     <string name="close" msgid="905969391788869975">"Zavrieť"</string>
@@ -185,11 +185,11 @@
       <item quantity="other">Tieto súbory boli konvertované do iného formátu: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Tento súbor bol konvertovaný do iného formátu: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="few">Do schránky boli skopírované <xliff:g id="COUNT_1">%1$d</xliff:g> súbory.</item>
-      <item quantity="many">Do schránky bolo skopírovaného <xliff:g id="COUNT_1">%1$d</xliff:g> súboru.</item>
-      <item quantity="other">Do schránky bolo skopírovaných <xliff:g id="COUNT_1">%1$d</xliff:g> súborov.</item>
-      <item quantity="one">Do schránky bol skopírovaný <xliff:g id="COUNT_0">%1$d</xliff:g> súbor.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> položky boli skopírované do schránky.</item>
+      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> položky bolo skopírovanej do schránky.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> položiek bolo skopírovaných do schránky.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> položka bola skopírovaná do schránky.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Súborová operácia nie je podporovaná."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Súborová operácia sa nedá vykonať."</string>
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index bfb0e5b..b98572d 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Premikanje datotek"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Brisanje datotek"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Še <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="two">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
-      <item quantity="few">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
-      <item quantity="other">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> elementa.</item>
+      <item quantity="two">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
+      <item quantity="few">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
+      <item quantity="other">Kopiranje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Stiskanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
@@ -104,17 +104,17 @@
       <item quantity="few">Razširjanje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
       <item quantity="other">Razširjanje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="two">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
-      <item quantity="few">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
-      <item quantity="other">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementa.</item>
+      <item quantity="two">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
+      <item quantity="few">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
+      <item quantity="other">Premikanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Izbris <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="two">Izbris <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
-      <item quantity="few">Izbris <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
-      <item quantity="other">Izbris <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementa.</item>
+      <item quantity="two">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
+      <item quantity="few">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
+      <item quantity="other">Brisanje <xliff:g id="COUNT_1">%1$d</xliff:g> elementov.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Razveljavi"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Pripravljanje na kopiranje …"</string>
@@ -123,11 +123,11 @@
     <string name="move_preparing" msgid="8742573245485449429">"Priprava na premikanje …"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Pripravljanje na izbris …"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke ni bilo mogoče kopirati</item>
-      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče kopirati</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče kopirati</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče kopirati</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> elementa ni bilo mogoče kopirati</item>
+      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče kopirati</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče kopirati</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče kopirati</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke ni bilo mogoče stisniti</item>
@@ -135,17 +135,17 @@
       <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče stisniti</item>
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče stisniti</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke ni bilo mogoče premakniti</item>
-      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče premakniti</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče premakniti</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče premakniti</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> elementa ni bilo mogoče premakniti</item>
+      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče premakniti</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče premakniti</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče premakniti</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> datoteke ni bilo mogoče izbrisati</item>
-      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče izbrisati</item>
-      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče izbrisati</item>
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> datotek ni bilo mogoče izbrisati</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> elementa ni bilo mogoče izbrisati</item>
+      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče izbrisati</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče izbrisati</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov ni bilo mogoče izbrisati</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Dotaknite se za prikaz podrobnosti"</string>
     <string name="close" msgid="905969391788869975">"Zapri"</string>
@@ -185,11 +185,11 @@
       <item quantity="few">Te datoteke so bile pretvorjene v drugo obliko zapisa: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Te datoteke so bile pretvorjene v drugo obliko zapisa: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">V odložišče je bila kopirana <xliff:g id="COUNT_1">%1$d</xliff:g> datoteka.</item>
-      <item quantity="two">V odložišče sta bili kopirani <xliff:g id="COUNT_1">%1$d</xliff:g> datoteki.</item>
-      <item quantity="few">V odložišče so bile kopirane <xliff:g id="COUNT_1">%1$d</xliff:g> datoteke.</item>
-      <item quantity="other">V odložišče je bilo kopiranih <xliff:g id="COUNT_1">%1$d</xliff:g> datotek.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> element je bil kopiran v odložišče.</item>
+      <item quantity="two"><xliff:g id="COUNT_1">%1$d</xliff:g> elementa sta bila kopirana v odložišče.</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> elementi so bili kopirani v odložišče.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementov je bilo kopiranih v odložišče.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Datotečno opravilo ni podprto."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Datotečno opravilo ni uspelo."</string>
diff --git a/res/values-sq-rAL/config.xml b/res/values-sq/config.xml
similarity index 100%
rename from res/values-sq-rAL/config.xml
rename to res/values-sq/config.xml
diff --git a/res/values-sq-rAL/strings.xml b/res/values-sq/strings.xml
similarity index 91%
rename from res/values-sq-rAL/strings.xml
rename to res/values-sq/strings.xml
index e50bf79..b579b6c 100644
--- a/res/values-sq-rAL/strings.xml
+++ b/res/values-sq/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Po zhvendos skedarët"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Po fshin skedarët"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> të mbetura"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Po kopjon <xliff:g id="COUNT_1">%1$d</xliff:g> skedarë.</item>
-      <item quantity="one">Po kopjon <xliff:g id="COUNT_0">%1$d</xliff:g> skedar.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> artikuj po kopjohen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> artikull po kopjohet.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Po ngjesh <xliff:g id="COUNT_1">%1$d</xliff:g> skedarë.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Po nxjerr <xliff:g id="COUNT_1">%1$d</xliff:g> skedarë.</item>
       <item quantity="one">Po nxjerr <xliff:g id="COUNT_0">%1$d</xliff:g> skedar.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Po zhvendos <xliff:g id="COUNT_1">%1$d</xliff:g> skedarë.</item>
-      <item quantity="one">Po zhvendos <xliff:g id="COUNT_0">%1$d</xliff:g> skedar.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> artikuj po zhvendosen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> artikull po zhvendoset.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Po fshin <xliff:g id="COUNT_1">%1$d</xliff:g> skedarë.</item>
-      <item quantity="one">Po fshin <xliff:g id="COUNT_0">%1$d</xliff:g> skedar.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> artikuj po fshihen.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> artikull po fshihet.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Zhbëj"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Po përgatitet për kopjimin…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Po përgatitet për zhvendosjen…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Po përgatitet për fshirje…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> skedarë nuk mund të kopjoheshin</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> skedar nuk mund të kopjohej</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> artikuj nuk mund të kopjoheshin</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> artikull nuk mund të kopjohej</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> skedarë nuk mund të ngjisheshin</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> skedar nuk mund të ngjishej</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> skedarë nuk mund të zhvendoseshin</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> skedar nuk mund të zhvendosej</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> artikuj nuk mund të zhvendoseshin</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> artikull nuk mund të zhvendosej</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> skedarë nuk mund të fshiheshin</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> skedar nuk mund të fshihej</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> artikuj nuk mund të fshiheshin</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> artikull nuk mund të fshihej</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Trokit për të parë detajet"</string>
     <string name="close" msgid="905969391788869975">"Mbyll"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Këta skedarë u konvertuan në një format tjetër: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Ky skedar u konvertua në një format tjetër: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">U kopjuan <xliff:g id="COUNT_1">%1$d</xliff:g> skedarë në kujtesën e fragmenteve.</item>
-      <item quantity="one">U kopjua <xliff:g id="COUNT_0">%1$d</xliff:g> skedar në kujtesën e fragmenteve.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> artikuj u kopjuan në kujtesën e fragmenteve.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> artikull u kopjua në kujtesën e fragmenteve.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Veprimi i skedarit nuk mbështetet."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Veprimi i skedarit dështoi."</string>
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 9dfc375..1cc9405 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -86,10 +86,10 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Премештамо датотеке"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Бришемо датотеке"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Још <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Копирамо <xliff:g id="COUNT_1">%1$d</xliff:g> датотеку.</item>
-      <item quantity="few">Копирамо <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке.</item>
-      <item quantity="other">Копирамо <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Копира се <xliff:g id="COUNT_1">%1$d</xliff:g> ставка.</item>
+      <item quantity="few">Копирају се <xliff:g id="COUNT_1">%1$d</xliff:g> ставке.</item>
+      <item quantity="other">Копира се <xliff:g id="COUNT_1">%1$d</xliff:g> ставки.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Компримује се <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
@@ -101,15 +101,15 @@
       <item quantity="few">Издвајају се <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке.</item>
       <item quantity="other">Издваја се <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Премештамо <xliff:g id="COUNT_1">%1$d</xliff:g> датотеку.</item>
-      <item quantity="few">Премештамо <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке.</item>
-      <item quantity="other">Премештамо <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Премешта се <xliff:g id="COUNT_1">%1$d</xliff:g> ставка.</item>
+      <item quantity="few">Премештају се <xliff:g id="COUNT_1">%1$d</xliff:g> ставке.</item>
+      <item quantity="other">Премешта се <xliff:g id="COUNT_1">%1$d</xliff:g> ставки.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Бришемо <xliff:g id="COUNT_1">%1$d</xliff:g> датотеку.</item>
-      <item quantity="few">Бришемо <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке.</item>
-      <item quantity="other">Бришемо <xliff:g id="COUNT_1">%1$d</xliff:g> датотека.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Брише се <xliff:g id="COUNT_1">%1$d</xliff:g> ставка.</item>
+      <item quantity="few">Бришу се <xliff:g id="COUNT_1">%1$d</xliff:g> ставке.</item>
+      <item quantity="other">Брише се <xliff:g id="COUNT_1">%1$d</xliff:g> ставки.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Опозови"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Припремамо копирање…"</string>
@@ -118,25 +118,25 @@
     <string name="move_preparing" msgid="8742573245485449429">"Припремамо премештање…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Припремамо брисање…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Копирање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
-      <item quantity="few">Копирање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
-      <item quantity="other">Копирање <xliff:g id="COUNT_1">%1$d</xliff:g> датотека није успело</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Копирање <xliff:g id="COUNT_1">%1$d</xliff:g> ставке није успело</item>
+      <item quantity="few">Копирање <xliff:g id="COUNT_1">%1$d</xliff:g> ставке није успело</item>
+      <item quantity="other">Копирање <xliff:g id="COUNT_1">%1$d</xliff:g> ставки није успело</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Компримовање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
       <item quantity="few">Компримовање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
       <item quantity="other">Компримовање <xliff:g id="COUNT_1">%1$d</xliff:g> датотека није успело</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Премештање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
-      <item quantity="few">Премештање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
-      <item quantity="other">Премештање <xliff:g id="COUNT_1">%1$d</xliff:g> датотека није успело</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Премештање <xliff:g id="COUNT_1">%1$d</xliff:g> ставке није успело</item>
+      <item quantity="few">Премештање <xliff:g id="COUNT_1">%1$d</xliff:g> ставке није успело</item>
+      <item quantity="other">Премештање <xliff:g id="COUNT_1">%1$d</xliff:g> ставки није успело</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Брисање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
-      <item quantity="few">Брисање <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке није успело</item>
-      <item quantity="other">Брисање <xliff:g id="COUNT_1">%1$d</xliff:g> датотека није успело</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Брисање <xliff:g id="COUNT_1">%1$d</xliff:g> ставке није успело</item>
+      <item quantity="few">Брисање <xliff:g id="COUNT_1">%1$d</xliff:g> ставке није успело</item>
+      <item quantity="other">Брисање <xliff:g id="COUNT_1">%1$d</xliff:g> ставки није успело</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Додирните да бисте прегледали детаље"</string>
     <string name="close" msgid="905969391788869975">"Затвори"</string>
@@ -170,10 +170,10 @@
       <item quantity="few">Ове датотеке су конвертоване у неки други формат: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Ове датотеке су конвертоване у неки други формат: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">Копирали сте <xliff:g id="COUNT_1">%1$d</xliff:g> датотеку у привремену меморију.</item>
-      <item quantity="few">Копирали сте <xliff:g id="COUNT_1">%1$d</xliff:g> датотеке у привремену меморију.</item>
-      <item quantity="other">Копирали сте <xliff:g id="COUNT_1">%1$d</xliff:g> датотека у привремену меморију.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Копирали сте <xliff:g id="COUNT_1">%1$d</xliff:g> ставку у меморију.</item>
+      <item quantity="few">Копирали сте <xliff:g id="COUNT_1">%1$d</xliff:g> ставке у меморију.</item>
+      <item quantity="other">Копирали сте <xliff:g id="COUNT_1">%1$d</xliff:g> ставки у меморију.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Радња са датотеком није подржана."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Радња са датотеком није успела."</string>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 368843d..ddc7e08 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Filer flyttas"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Filerna tas bort"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> återstår"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Kopierar <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
-      <item quantity="one">Kopierar <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> objekt kopieras.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> objekt kopieras.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Komprimerar <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Extraherar <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
       <item quantity="one">Extraherar <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Flyttar <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
-      <item quantity="one">Flyttar <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> objekt flyttas.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> objekt flyttas.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Raderar <xliff:g id="COUNT_1">%1$d</xliff:g> filer.</item>
-      <item quantity="one">Raderar <xliff:g id="COUNT_0">%1$d</xliff:g> fil.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> objekt raderas.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> objekt raderas.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Ångra"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Kopieringen förbereds"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Förbereder för att flytta …"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Radering förbereds …"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Det gick inte att kopiera <xliff:g id="COUNT_1">%1$d</xliff:g> filer</item>
-      <item quantity="one">Det gick inte att kopiera <xliff:g id="COUNT_0">%1$d</xliff:g> fil</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> objekt gick inte att kopiera.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> objekt gick inte att kopiera.</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer gick inte att komprimera</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fil gick inte att komprimera</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Det gick inte att flytta <xliff:g id="COUNT_1">%1$d</xliff:g> filer</item>
-      <item quantity="one">Det gick inte att flytta <xliff:g id="COUNT_0">%1$d</xliff:g> fil</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> objekt gick inte att flytta.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> objekt gick inte att flytta.</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Det gick inte att radera <xliff:g id="COUNT_1">%1$d</xliff:g> filer</item>
-      <item quantity="one">Det gick inte att radera <xliff:g id="COUNT_0">%1$d</xliff:g> fil</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> objekt gick inte att radera.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> objekt gick inte att radera.</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Tryck om du vill visa informationen"</string>
     <string name="close" msgid="905969391788869975">"Stäng"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">De här filerna konverterades till ett annat format: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Den här filen konverterades till ett annat format: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> filer har kopierats till Urklipp.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> fil har kopierats till Urklipp.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> objekt har kopierats till urklipp.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> objekt har kopierats till urklipp.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Filåtgärden stöds inte."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Det gick inte att slutföra filåtgärden."</string>
diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml
index 8c7a563..1726e11 100644
--- a/res/values-sw/strings.xml
+++ b/res/values-sw/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Inahamisha faili"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Inafuta faili"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Zimesalia <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Inanakili faili <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
-      <item quantity="one">Inanakili faili <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Inanakili vipengee <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+      <item quantity="one">Inanakili kipengee <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Inabana faili <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Inatoa faili <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
       <item quantity="one">Inatoa faili <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Inahamisha faili <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
-      <item quantity="one">Inahamisha faili <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Inahamisha vipengee <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+      <item quantity="one">Inahamisha kipengee <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Inafuta faili <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
-      <item quantity="one">Inafuta faili <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Inafuta vipengee <xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+      <item quantity="one">Inafuta kipengee <xliff:g id="COUNT_0">%1$d</xliff:g>.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Tendua"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Inaanda kunakili..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Inatayarisha kuhamisha..."</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Inajitayarisha kufuta..."</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Imeshindwa kunakili faili <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">Imeshindwa kunakili faili <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Imeshindwa kunakili vipengee <xliff:g id="COUNT_1">%1$d</xliff:g></item>
+      <item quantity="one">Imeshindwa kunakili kipengee <xliff:g id="COUNT_0">%1$d</xliff:g></item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Haikuweza kubana faili <xliff:g id="COUNT_1">%1$d</xliff:g></item>
       <item quantity="one">Haikuweza kubana faili <xliff:g id="COUNT_0">%1$d</xliff:g></item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Imeshindwa kuhamisha faili <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">Imeshindwa kuhamisha faili <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Imeshindwa kuhamisha vipengee <xliff:g id="COUNT_1">%1$d</xliff:g></item>
+      <item quantity="one">Imeshindwa kuhamisha kipengee <xliff:g id="COUNT_0">%1$d</xliff:g></item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Imeshindwa kufuta faili <xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="one">Imeshindwa kufuta faili <xliff:g id="COUNT_0">%1$d</xliff:g></item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Imeshindwa kufuta vipengee <xliff:g id="COUNT_1">%1$d</xliff:g></item>
+      <item quantity="one">Imeshindwa kufuta kipengee <xliff:g id="COUNT_0">%1$d</xliff:g></item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Gonga ili uangalie maelezo"</string>
     <string name="close" msgid="905969391788869975">"Funga"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Imebadilisha faili hizi kuwa muundo mwingine: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Imebadilisha faili hii kuwa muundo mwingine: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Imenakili faili <xliff:g id="COUNT_1">%1$d</xliff:g> kwenye ubao wa kunakili.</item>
-      <item quantity="one">Imenakili faili <xliff:g id="COUNT_0">%1$d</xliff:g> kwenye ubao wa kunakili.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Vipengee <xliff:g id="COUNT_1">%1$d</xliff:g> vimenakiliwa kwenye ubao wa kunakili.</item>
+      <item quantity="one">Kipengee <xliff:g id="COUNT_0">%1$d</xliff:g> kimenakiliwa kwenye ubao wa kunakili.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Utendakazi wa faili hauwezi kutumika."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Imeshindwa kutekeleza utendakazi wa faili."</string>
diff --git a/res/values-ta-rIN/config.xml b/res/values-ta/config.xml
similarity index 100%
rename from res/values-ta-rIN/config.xml
rename to res/values-ta/config.xml
diff --git a/res/values-ta-rIN/strings.xml b/res/values-ta/strings.xml
similarity index 93%
rename from res/values-ta-rIN/strings.xml
rename to res/values-ta/strings.xml
index ed7276f..15adb21 100644
--- a/res/values-ta-rIN/strings.xml
+++ b/res/values-ta/strings.xml
@@ -86,7 +86,7 @@
     <string name="move_notification_title" msgid="3173424987049347605">"கோப்புகளை நகர்த்துதல்"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"கோப்புகளை நீக்குதல்"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> மீதமுள்ளன"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளை நகலெடுக்கிறது.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பை நகலெடுக்கிறது.</item>
     </plurals>
@@ -98,11 +98,11 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளைப் பிரித்தெடுக்கிறது.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பைப் பிரித்தெடுக்கிறது.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளை நகர்த்துகிறது.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பை நகர்த்துகிறது.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> உருப்படிகளை நகர்த்துகிறது.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> உருப்படியை நகர்த்துகிறது.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளை நீக்குகிறது.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பை நீக்குகிறது.</item>
     </plurals>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"நகர்த்த, தயார்படுத்துகிறது…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"நீக்க, தயார்படுத்துகிறது…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளை நகலெடுக்க முடியவில்லை</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பை நகலெடுக்க முடியவில்லை</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> உருப்படிகளை நகலெடுக்க முடியவில்லை</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> உருப்படியை நகலெடுக்க முடியவில்லை</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளின் அளவைக் குறைக்க முடியவில்லை</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பின் அளவைக் குறைக்க முடியவில்லை</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளை நகர்த்த முடியவில்லை</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பை நகர்த்த முடியவில்லை</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> உருப்படிகளை நகர்த்த முடியவில்லை</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> உருப்படியை நகர்த்த முடியவில்லை</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகளை நீக்க முடியவில்லை</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பை நீக்க முடியவில்லை</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> உருப்படிகளை நீக்க முடியவில்லை</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> உருப்படியை நீக்க முடியவில்லை</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"விவரங்களைப் பார்க்க, தட்டவும்"</string>
     <string name="close" msgid="905969391788869975">"மூடு"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">இந்தக் கோப்புகள் வேறு வடிவத்திற்கு மாற்றப்பட்டன: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">இந்தக் கோப்பு வேறு வடிவத்திற்கு மாற்றப்பட்டது: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">கிளிப்போர்டுக்கு <xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகள் நகலெடுக்கப்பட்டன.</item>
-      <item quantity="one">கிளிப்போர்டுக்கு <xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பு நகலெடுக்கப்பட்டது.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகள், கிளிப்போர்டுக்கு நகலெடுக்கப்பட்டன.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பு, கிளிப்போர்டுக்கு நகலெடுக்கப்பட்டது.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"கோப்புச் செயல்பாடு ஆதரிக்கப்படவில்லை."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"கோப்புச் செயல்பாடு தோல்வியடைந்தது."</string>
diff --git a/res/values-te-rIN/config.xml b/res/values-te/config.xml
similarity index 100%
rename from res/values-te-rIN/config.xml
rename to res/values-te/config.xml
diff --git a/res/values-te-rIN/strings.xml b/res/values-te/strings.xml
similarity index 92%
rename from res/values-te-rIN/strings.xml
rename to res/values-te/strings.xml
index c763ff5..8dcd33a 100644
--- a/res/values-te-rIN/strings.xml
+++ b/res/values-te/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"ఫైల్‌లను తరలిస్తోంది"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"ఫైల్‌లను తొలగిస్తోంది"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> మిగిలి ఉంది"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను కాపీ చేస్తోంది.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ను కాపీ చేస్తోంది.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలను కాపీ చేస్తోంది.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> అంశాన్ని కాపీ చేస్తోంది.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లు కుదించబడుతున్నాయి.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లు సంగ్రహించబడుతున్నాయి.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్ సంగ్రహించబడుతోంది.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను తరలిస్తోంది.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ను తరలిస్తోంది.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలను తరలిస్తోంది.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> అంశాన్ని తరలిస్తోంది.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను తొలగిస్తోంది.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ను తొలగిస్తోంది.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలను తొలగిస్తోంది.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> అంశాన్ని తొలగిస్తోంది.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"చర్య రద్దు చేయి"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"కాపీ చేయడానికి సిద్ధం చేస్తోంది…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"తరలించడానికి సిద్ధమవుతోంది…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"తొలగించడానికి సిద్ధం చేస్తోంది…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను కాపీ చేయలేకపోయింది</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ని కాపీ చేయలేకపోయింది</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలను కాపీ చేయడం సాధ్యపడలేదు</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> అంశాన్ని కాపీ చేయడం సాధ్యపడలేదు</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను కుదించడం సాధ్యపడలేదు</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ని కుదించడం సాధ్యపడలేదు</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను తరలించలేకపోయింది</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ను తరలించలేకపోయింది</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలను తరలించడం సాధ్యపడలేదు</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> అంశాన్ని తరలించడం సాధ్యపడలేదు</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను తొలగించలేకపోయింది</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ని తొలగించలేకపోయింది</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలను తొలగించడం సాధ్యపడలేదు</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> అంశాన్ని తొలగించడం సాధ్యపడలేదు</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"వివరాలను వీక్షించడానికి నొక్కండి"</string>
     <string name="close" msgid="905969391788869975">"మూసివేయి"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">ఈ ఫైల్‌లు మరో ఆకృతిలోకి మార్పిడి చేయబడ్డాయి: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">ఈ ఫైల్ మరో ఆకృతిలోకి మార్పిడి చేయబడింది: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">క్లిప్‌బోర్డ్‌కి <xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్‌లను కాపీ చేసారు.</item>
-      <item quantity="one">క్లిప్‌బోర్డ్‌కి <xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్‌ని కాపీ చేసారు.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">క్లిప్‌బోర్డ్‌కు <xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలు కాపీ చేయబడ్డాయి.</item>
+      <item quantity="one">క్లిప్‌బోర్డ్‌కు <xliff:g id="COUNT_0">%1$d</xliff:g> అంశం కాపీ చేయబడింది.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ఫైల్ చర్యకు మద్దతు లేదు."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"ఫైల్ చర్య విఫలమైంది."</string>
diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml
index a67c1f1..592cc5c 100644
--- a/res/values-th/strings.xml
+++ b/res/values-th/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"กำลังย้ายไฟล์"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"กำลังลบไฟล์"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"เหลือ <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">กำลังคัดลอก <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
-      <item quantity="one">กำลังคัดลอก <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">กำลังคัดลอก <xliff:g id="COUNT_1">%1$d</xliff:g> รายการ</item>
+      <item quantity="one">กำลังคัดลอก <xliff:g id="COUNT_0">%1$d</xliff:g> รายการ</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">กำลังบีบอัด <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
@@ -98,13 +98,13 @@
       <item quantity="other">กำลังแตกข้อมูล <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
       <item quantity="one">กำลังแตกข้อมูล <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">กำลังย้าย <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
-      <item quantity="one">กำลังย้าย <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">กำลังย้าย <xliff:g id="COUNT_1">%1$d</xliff:g> รายการ</item>
+      <item quantity="one">กำลังย้าย <xliff:g id="COUNT_0">%1$d</xliff:g> รายการ</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">กำลังลบ <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
-      <item quantity="one">กำลังลบ <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">กำลังลบ <xliff:g id="COUNT_1">%1$d</xliff:g> รายการ</item>
+      <item quantity="one">กำลังลบ <xliff:g id="COUNT_0">%1$d</xliff:g> รายการ</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"เลิกทำ"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"กำลังเตรียมการคัดลอก…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"กำลังเตรียมการย้าย…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"กำลังเตรียมลบ…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">คัดลอกไม่ได้ <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
-      <item quantity="one">คัดลอกไม่ได้ <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">ไม่สามารถคัดลอก <xliff:g id="COUNT_1">%1$d</xliff:g> รายการ</item>
+      <item quantity="one">ไม่สามารถคัดลอก <xliff:g id="COUNT_0">%1$d</xliff:g> รายการ</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">ไม่สามารถบีบอัด <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
       <item quantity="one">ไม่สามารถบีบอัด <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">ย้ายไม่ได้ <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
-      <item quantity="one">ย้ายไม่ได้ <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">ไม่สามารถย้าย <xliff:g id="COUNT_1">%1$d</xliff:g> รายการ</item>
+      <item quantity="one">ไม่สามารถย้าย <xliff:g id="COUNT_0">%1$d</xliff:g> รายการ</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">ลบไม่ได้ <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์</item>
-      <item quantity="one">ลบไม่ได้ <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">ไม่สามารถลบ <xliff:g id="COUNT_1">%1$d</xliff:g> รายการ</item>
+      <item quantity="one">ไม่สามารถลบ <xliff:g id="COUNT_0">%1$d</xliff:g> รายการ</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"แตะเพื่อดูรายละเอียด"</string>
     <string name="close" msgid="905969391788869975">"ปิด"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">แปลงไฟล์เหล่านี้เป็นอีกรูปแบบหนึ่งแล้ว: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">แปลงไฟล์นี้เป็นอีกรูปแบบหนึ่งแล้ว: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">คัดลอก <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์ไปยังคลิปบอร์ดแล้ว</item>
-      <item quantity="one">คัดลอก <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์ไปยังคลิปบอร์ดแล้ว</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">คัดลอกไปยังคลิปบอร์ดแล้ว <xliff:g id="COUNT_1">%1$d</xliff:g> รายการ</item>
+      <item quantity="one">คัดลอกไปยังคลิปบอร์ดแล้ว <xliff:g id="COUNT_0">%1$d</xliff:g> รายการ</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"ไม่รองรับการดำเนินการกับไฟล์"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"การดำเนินการกับไฟล์ล้มเหลว"</string>
diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml
index 730caca..51dd2fc 100644
--- a/res/values-tl/strings.xml
+++ b/res/values-tl/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Paglilipat ng mga file"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Dine-delete ang mga file"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> ang natitira"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kinokopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="other">Kinokopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Kinokopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="other">Kinokopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Kino-compress ang <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Ine-extract ang <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
       <item quantity="other">Ine-extract ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Inililipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="other">Inililipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Inililipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="other">Inililipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Dine-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> file.</item>
-      <item quantity="other">Dine-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Dine-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> item.</item>
+      <item quantity="other">Dine-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"I-undo"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Naghahanda para sa pagkopya…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Naghahanda para sa paglilipat…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Naghahanda para sa pag-delete…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Hindi makopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
-      <item quantity="other">Hindi makopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Hindi makopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Hindi makopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Hindi ma-compress ang <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
       <item quantity="other">Hindi ma-compress ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Hindi mailipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
-      <item quantity="other">Hindi mailipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Hindi mailipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Hindi mailipat ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Hindi ma-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> file</item>
-      <item quantity="other">Hindi ma-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Hindi ma-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> item</item>
+      <item quantity="other">Hindi ma-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"I-tap upang tingnan ang mga detalye"</string>
     <string name="close" msgid="905969391788869975">"Isara"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Na-convert sa ibang format ang mga file na ito: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Na-convert sa ibang format ang mga file na ito: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">Nakopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> file sa clipboard.</item>
-      <item quantity="other">Nakopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> na file sa clipboard.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Nakopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> item sa clipboard.</item>
+      <item quantity="other">Nakopya ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item sa clipboard.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Hindi sinusuportahan ang operation sa file."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Hindi naisagawa ang operation sa file."</string>
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 173c774..a9ba32a 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Dosyalar taşınıyor"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Dosyalar siliniyor"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> kaldı"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya kopyalanıyor.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya kopyalanıyor.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe kopyalanıyor.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe kopyalanıyor.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya sıkıştırılıyor.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya çıkarılıyor.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya çıkarılıyor.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya taşınıyor.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya taşınıyor.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe taşınıyor.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe taşınıyor.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya siliniyor.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya siliniyor.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe siliniyor.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe siliniyor.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Geri al"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Kopyalamak için hazırlanıyor…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Taşıma için hazırlanıyor…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Silmek için hazırlanıyor…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya kopyalanamadı</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya kopyalanamadı</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe kopyalanamadı</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe kopyalanamadı</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya sıkıştırılamadı</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya sıkıştırılamadı</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya taşınamadı</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya taşınamadı</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe taşınamadı</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe taşınamadı</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya silinemedi</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya silinemedi</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe silinemedi</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe silinemedi</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Ayrıntıları görmek için dokunun"</string>
     <string name="close" msgid="905969391788869975">"Kapat"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Şu dosyalar başka bir biçime dönüştürüldü: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Şu dosya başka bir biçime dönüştürüldü: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> dosya panoya kopyalandı.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> dosya panoya kopyalandı.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe panoya kopyalandı.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe panoya kopyalandı.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Dosya işlemi desteklenmiyor."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Dosya işlemi başarısız oldu."</string>
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index 6853645..304d3a5 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -86,11 +86,11 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Переміщення файлів"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Видалення файлів"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Залишилося <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
       <item quantity="one">Копіюється <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
       <item quantity="few">Копіюються <xliff:g id="COUNT_1">%1$d</xliff:g> файли.</item>
       <item quantity="many">Копіюються <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
-      <item quantity="other">Копіюється <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
+      <item quantity="other">Копіюються <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Стискається <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
@@ -104,17 +104,17 @@
       <item quantity="many">Розпаковуються <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
       <item quantity="other">Розпаковуються <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Переміщається <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
-      <item quantity="few">Переміщаються <xliff:g id="COUNT_1">%1$d</xliff:g> файли.</item>
-      <item quantity="many">Переміщаються <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
-      <item quantity="other">Переміщається <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Переміщується <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
+      <item quantity="few">Переміщуються <xliff:g id="COUNT_1">%1$d</xliff:g> файли.</item>
+      <item quantity="many">Переміщуються <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
+      <item quantity="other">Переміщуються <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Видалення <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
-      <item quantity="few">Видалення <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
-      <item quantity="many">Видалення <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
-      <item quantity="other">Видалення <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Видаляється <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
+      <item quantity="few">Видаляються <xliff:g id="COUNT_1">%1$d</xliff:g> файли.</item>
+      <item quantity="many">Видаляються <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
+      <item quantity="other">Видаляються <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Скасувати"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Підготовка до копіювання…"</string>
@@ -123,7 +123,7 @@
     <string name="move_preparing" msgid="8742573245485449429">"Підготовка до переміщення…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Підготовка до видалення…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> з <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
       <item quantity="one">Не вдалося скопіювати <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
       <item quantity="few">Не вдалося скопіювати <xliff:g id="COUNT_1">%1$d</xliff:g> файли</item>
       <item quantity="many">Не вдалося скопіювати <xliff:g id="COUNT_1">%1$d</xliff:g> файлів</item>
@@ -135,13 +135,13 @@
       <item quantity="many">Не вдалося стиснути <xliff:g id="COUNT_1">%1$d</xliff:g> файлів</item>
       <item quantity="other">Не вдалося стиснути <xliff:g id="COUNT_1">%1$d</xliff:g> файлу</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
       <item quantity="one">Не вдалося перемістити <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
       <item quantity="few">Не вдалося перемістити <xliff:g id="COUNT_1">%1$d</xliff:g> файли</item>
       <item quantity="many">Не вдалося перемістити <xliff:g id="COUNT_1">%1$d</xliff:g> файлів</item>
       <item quantity="other">Не вдалося перемістити <xliff:g id="COUNT_1">%1$d</xliff:g> файлу</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
       <item quantity="one">Не вдалося видалити <xliff:g id="COUNT_1">%1$d</xliff:g> файл</item>
       <item quantity="few">Не вдалося видалити <xliff:g id="COUNT_1">%1$d</xliff:g> файли</item>
       <item quantity="many">Не вдалося видалити <xliff:g id="COUNT_1">%1$d</xliff:g> файлів</item>
@@ -185,11 +185,11 @@
       <item quantity="many">В інший формат не конвертовано такі файли: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">В інший формат не конвертовано такі файли: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">У буфер обміну скопійовано <xliff:g id="COUNT_1">%1$d</xliff:g> файл.</item>
-      <item quantity="few">У буфер обміну скопійовано <xliff:g id="COUNT_1">%1$d</xliff:g> файли.</item>
-      <item quantity="many">У буфер обміну скопійовано <xliff:g id="COUNT_1">%1$d</xliff:g> файлів.</item>
-      <item quantity="other">У буфер обміну скопійовано <xliff:g id="COUNT_1">%1$d</xliff:g> файлу.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one"><xliff:g id="COUNT_1">%1$d</xliff:g> файл скопійовано в буфер обміну.</item>
+      <item quantity="few"><xliff:g id="COUNT_1">%1$d</xliff:g> файли скопійовано в буфер обміну.</item>
+      <item quantity="many"><xliff:g id="COUNT_1">%1$d</xliff:g> файлів скопійовано в буфер обміну.</item>
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файлу скопійовано в буфер обміну.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Операція з файлом не підтримується."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Операцію з файлом не виконано."</string>
diff --git a/res/values-ur-rPK/config.xml b/res/values-ur/config.xml
similarity index 100%
rename from res/values-ur-rPK/config.xml
rename to res/values-ur/config.xml
diff --git a/res/values-ur-rPK/strings.xml b/res/values-ur/strings.xml
similarity index 93%
rename from res/values-ur-rPK/strings.xml
rename to res/values-ur/strings.xml
index 883257a..0cb752b 100644
--- a/res/values-ur-rPK/strings.xml
+++ b/res/values-ur/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"فائلیں منتقل ہو رہی ہیں"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"فائلیں حذف کی جا رہی ہیں"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> باقی"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں کاپی کی جا رہی ہیں۔</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل کاپی ہو رہی ہے۔</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز کاپی ہو رہے ہیں۔</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم کاپی ہو رہا ہے۔</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں کمپریس کی جا رہی ہیں۔</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں کھولی جا رہی ہیں۔</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل کھولی جا رہی ہے۔</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں منتقل ہو رہی ہیں۔</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل منتقل ہو رہی ہے۔</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز منتقل ہو رہے ہیں۔</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم منتقل ہو رہا ہے۔</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں حذف ہو رہی ہیں۔</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل حذف ہو رہی ہے۔</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز حذف ہو رہے ہیں۔</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم حذف ہو رہا ہے۔</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"کالعدم کریں"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"کاپی کیلئے تیار ہو رہا ہے…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"منتقلی کیلئے تیار ہو رہی ہیں…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"حذف کرنے کیلئے تیاری ہو رہی ہے…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں کاپی نہیں ہو سکیں</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل کاپی نہیں ہو سکی</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز کاپی نہیں ہو سکے</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم کاپی نہیں ہو سکا</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلز کمپریس نہیں کی جا سکیں</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g>فائل کمپریس نہیں کی جا سکی</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں منتقل نہیں ہو سکیں</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل منتقل نہیں ہو سکی</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز منتقل نہیں ہو سکے</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم منتقل نہیں ہو سکا</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلیں حذف نہیں ہو سکیں</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل حذف نہیں ہو سکی</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز حذف نہیں ہو سکے</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم حذف نہیں ہو سکا</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"تفصیلات دیکھنے کیلئے تھپتھپائیں"</string>
     <string name="close" msgid="905969391788869975">"بند کریں"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">یہ فائلز دوسرے فارمیٹ میں تبدیل ہوگئیں: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">یہ فائل دوسرے فارمیٹ میں تبدیل ہوگئی: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلز کلپ بورڈ پر کاپی کی گئیں۔</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل کلپ بورڈ پر کاپی کی گئی۔</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">کلپ بورڈ پر <xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز کاپی کئے گئے۔</item>
+      <item quantity="one">کلپ بورڈ پر <xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم کاپی کیا گیا۔</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"فائل کارروائی تعاون یافتہ نہیں ہے۔"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"فائل کارروائی ناکام ہو گئی۔"</string>
diff --git a/res/values-uz-rUZ/config.xml b/res/values-uz/config.xml
similarity index 100%
rename from res/values-uz-rUZ/config.xml
rename to res/values-uz/config.xml
diff --git a/res/values-uz-rUZ/strings.xml b/res/values-uz/strings.xml
similarity index 94%
rename from res/values-uz-rUZ/strings.xml
rename to res/values-uz/strings.xml
index 10c0686..707056a 100644
--- a/res/values-uz-rUZ/strings.xml
+++ b/res/values-uz/strings.xml
@@ -59,7 +59,7 @@
     <string name="not_sorted" msgid="7813496644889115530">"Saralanmagan"</string>
     <string name="sort_dimension_name" msgid="6325591541414177579">"Nomi"</string>
     <string name="sort_dimension_summary" msgid="7724534446881397860">"Qisqacha tavsif"</string>
-    <string name="sort_dimension_date" msgid="4231005651895254033">"O‘zgartirilgan vaqti"</string>
+    <string name="sort_dimension_date" msgid="4231005651895254033">"Tahrirlangan"</string>
     <string name="sort_dimension_size" msgid="2190547351159472884">"Hajmi"</string>
     <string name="sort_direction_ascending" msgid="5882787683763248102">"O‘sish bo‘yicha"</string>
     <string name="sort_direction_descending" msgid="1729187589765894076">"Kamayish bo‘yicha"</string>
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Ko‘chirib o‘tkazilmoqda"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Fayllar o‘chirilmoqda"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> qoldi"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta fayldan nusxa olinmoqda.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta fayldan nusxa olinmoqda.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta elementdan nusxa olinmoqda.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta elementdan nusxa olinmoqda.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta fayl arxivlanmoqda.</item>
@@ -98,13 +98,13 @@
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta fayl arxivdan chiqarilmoqda.</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta fayl arxivdan chiqarilmoqda.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta fayl ko‘chirib o‘tkazilmoqda.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta fayl ko‘chirib o‘tkazilmoqda.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta element ko‘chirilmoqda.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta element ko‘chirilmoqda.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta fayl o‘chirilmoqda.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta fayl o‘chirilmoqda.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta element o‘chirib tashlanmoqda.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta element o‘chirib tashlanmoqda.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Bekor qilish"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Nuxsa olishga tayyorgarlik..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Ko‘chirishga tayyorgarlik…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"O‘chirishga tayyorlanmoqda…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta fayldan nusxa olib bo‘lmadi</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta fayldan nusxa olib bo‘lmadi</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta elementdan nusxa olib bo‘lmadi</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta elementdan nusxa olib bo‘lmadi</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta faylni arxivlab bo‘lmadi</item>
       <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta faylni arxivlab bo‘lmadi</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta faylni ko‘chirib bo‘lmadi</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta faylni ko‘chirib bo‘lmadi</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta elementni ko‘chirib bo‘lmadi</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta elementni ko‘chirib bo‘lmadi</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta faylni o‘chirib bo‘lmadi</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta faylni o‘chirib bo‘lmadi</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta elementni o‘chirib bo‘lmadi</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta elementni o‘chirib bo‘lmadi</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Batafsil ma’lumot olish uchun bosing"</string>
     <string name="close" msgid="905969391788869975">"Yopish"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Quyidagi fayllar boshqa formatga o‘girilgan: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Quyidagi fayl boshqa formatga o‘girilgan: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta fayldan vaqtinchalik xotiraga nusxa olindi.</item>
-      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta fayldan vaqtinchalik xotiraga nusxa olindi.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta elementdan vaqtinchalik xotiraga nusxa olindi.</item>
+      <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta elementdan vaqtinchalik xotiraga nusxa olindi.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Fayl amallari ishlamayapti."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Fayl amallarini bajarib bo‘lmadi."</string>
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index e16c0c6..f007567 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Đang di chuyển tệp"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Đang xóa tệp"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"Còn lại <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">Đang sao chép <xliff:g id="COUNT_1">%1$d</xliff:g> tệp.</item>
-      <item quantity="one">Đang sao chép <xliff:g id="COUNT_0">%1$d</xliff:g> tệp.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">Đang sao chép <xliff:g id="COUNT_1">%1$d</xliff:g> mục.</item>
+      <item quantity="one">Đang sao chép <xliff:g id="COUNT_0">%1$d</xliff:g> mục.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">Đang nén <xliff:g id="COUNT_1">%1$d</xliff:g> tệp.</item>
@@ -98,13 +98,13 @@
       <item quantity="other">Đang giải nén <xliff:g id="COUNT_1">%1$d</xliff:g> tệp.</item>
       <item quantity="one">Đang giải nén <xliff:g id="COUNT_0">%1$d</xliff:g> tệp.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">Đang di chuyển <xliff:g id="COUNT_1">%1$d</xliff:g> tệp.</item>
-      <item quantity="one">Đang di chuyển <xliff:g id="COUNT_0">%1$d</xliff:g> tệp.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">Đang di chuyển <xliff:g id="COUNT_1">%1$d</xliff:g> mục.</item>
+      <item quantity="one">Đang di chuyển <xliff:g id="COUNT_0">%1$d</xliff:g> mục.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">Xóa <xliff:g id="COUNT_1">%1$d</xliff:g> tệp.</item>
-      <item quantity="one">Xóa <xliff:g id="COUNT_0">%1$d</xliff:g> tệp.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">Đang xóa <xliff:g id="COUNT_1">%1$d</xliff:g> mục.</item>
+      <item quantity="one">Đang xóa <xliff:g id="COUNT_0">%1$d</xliff:g> mục.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Hoàn tác"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Đang chuẩn bị sao chép…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Đang chuẩn bị di chuyển…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Đang chuẩn bị xóa…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">Không thể sao chép <xliff:g id="COUNT_1">%1$d</xliff:g> tệp</item>
-      <item quantity="one">Không thể sao chép <xliff:g id="COUNT_0">%1$d</xliff:g> tệp</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">Không thể sao chép <xliff:g id="COUNT_1">%1$d</xliff:g> mục</item>
+      <item quantity="one">Không thể sao chép <xliff:g id="COUNT_0">%1$d</xliff:g> mục</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">Không thể nén <xliff:g id="COUNT_1">%1$d</xliff:g> tệp</item>
       <item quantity="one">Không thể nén <xliff:g id="COUNT_0">%1$d</xliff:g> tệp</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">Không thể di chuyển <xliff:g id="COUNT_1">%1$d</xliff:g> tệp</item>
-      <item quantity="one">Không thể di chuyển <xliff:g id="COUNT_0">%1$d</xliff:g> tệp</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">Không thể di chuyển <xliff:g id="COUNT_1">%1$d</xliff:g> mục</item>
+      <item quantity="one">Không thể di chuyển <xliff:g id="COUNT_0">%1$d</xliff:g> mục</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">Không thể xóa <xliff:g id="COUNT_1">%1$d</xliff:g> tệp</item>
-      <item quantity="one">Không thể xóa <xliff:g id="COUNT_0">%1$d</xliff:g> tệp</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">Không thể xóa <xliff:g id="COUNT_1">%1$d</xliff:g> mục</item>
+      <item quantity="one">Không thể xóa <xliff:g id="COUNT_0">%1$d</xliff:g> mục</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Nhấn để xem chi tiết"</string>
     <string name="close" msgid="905969391788869975">"Đóng"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">Các tệp này đã được chuyển đổi sang định dạng khác: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">Tệp này đã được chuyển đổi sang định dạng khác: <xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">Đã sao chép <xliff:g id="COUNT_1">%1$d</xliff:g> tệp vào khay nhớ tạm.</item>
-      <item quantity="one">Đã sao chép <xliff:g id="COUNT_0">%1$d</xliff:g> tệp vào khay nhớ tạm.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">Đã sao chép <xliff:g id="COUNT_1">%1$d</xliff:g> mục vào khay nhớ tạm.</item>
+      <item quantity="one">Đã sao chép <xliff:g id="COUNT_0">%1$d</xliff:g> mục vào khay nhớ tạm.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Thao tác tệp không được hỗ trợ."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Thao tác tệp không thành công."</string>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 697c5eb..343ec52 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -86,7 +86,7 @@
     <string name="move_notification_title" msgid="3173424987049347605">"正在移动文件"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"正在删除文件"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"剩余时间:<xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
       <item quantity="other">正在复制 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件。</item>
       <item quantity="one">正在复制 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件。</item>
     </plurals>
@@ -98,11 +98,11 @@
       <item quantity="other">正在解压 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件。</item>
       <item quantity="one">正在解压 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件。</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
       <item quantity="other">正在移动 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件。</item>
       <item quantity="one">正在移动 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件。</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
       <item quantity="other">正在删除 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件。</item>
       <item quantity="one">正在删除 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件。</item>
     </plurals>
@@ -113,7 +113,7 @@
     <string name="move_preparing" msgid="8742573245485449429">"正在准备移动…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"正在准备删除…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
       <item quantity="other">无法复制 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件</item>
       <item quantity="one">无法复制 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件</item>
     </plurals>
@@ -121,11 +121,11 @@
       <item quantity="other">无法压缩 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件</item>
       <item quantity="one">无法压缩 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
       <item quantity="other">无法移动 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件</item>
       <item quantity="one">无法移动 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
       <item quantity="other">无法删除 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件</item>
       <item quantity="one">无法删除 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件</item>
     </plurals>
@@ -155,7 +155,7 @@
       <item quantity="other">已将以下文件转换成其他格式:<xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">已将以下文件转换成其他格式:<xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
       <item quantity="other">已将 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件复制到剪贴板。</item>
       <item quantity="one">已将 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件复制到剪贴板。</item>
     </plurals>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index 76fe206..321e770 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"正在移動檔案"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"正在刪除檔案"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"剩餘 <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">正在複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
-      <item quantity="one">正在複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">正在複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目。</item>
+      <item quantity="one">正在複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目。</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">正在壓縮 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
@@ -98,13 +98,13 @@
       <item quantity="other">正在解壓縮 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
       <item quantity="one">正在解壓縮 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">正在移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
-      <item quantity="one">正在移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">正在移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目。</item>
+      <item quantity="one">正在移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目。</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">正在刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
-      <item quantity="one">正在刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">正在刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目。</item>
+      <item quantity="one">正在刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目。</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"復原"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"正在準備複製…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"正在準備移動…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"正在準備刪除…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">無法複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
-      <item quantity="one">無法複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">無法複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目。</item>
+      <item quantity="one">無法複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目。</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">無法壓縮 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
       <item quantity="one">無法壓縮 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">無法移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
-      <item quantity="one">無法移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">無法移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目</item>
+      <item quantity="one">無法移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">無法刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
-      <item quantity="one">無法刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">無法刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目</item>
+      <item quantity="one">無法刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"輕按即可查看詳細資訊"</string>
     <string name="close" msgid="905969391788869975">"關閉"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">以下檔案已轉換至另一個格式:<xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">以下檔案已轉換至另一個格式:<xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">已將 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案複製到剪貼簿。</item>
-      <item quantity="one">已將 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案複製到剪貼簿。</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">已將 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目複製至剪貼簿。</item>
+      <item quantity="one">已將 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目複製至剪貼簿。</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"不支援檔案操作。"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"檔案操作失敗。"</string>
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index f35d230..4f3e59f 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"移動檔案"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"刪除檔案"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"還剩 <xliff:g id="DURATION">%s</xliff:g>"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="other">正在複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
-      <item quantity="one">正在複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="other">正在複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目。</item>
+      <item quantity="one">正在複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目。</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="other">正在壓縮 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
@@ -98,13 +98,13 @@
       <item quantity="other">正在擷取 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
       <item quantity="one">正在擷取 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="other">正在移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
-      <item quantity="one">正在移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="other">正在移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目。</item>
+      <item quantity="one">正在移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目。</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="other">正在刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案。</item>
-      <item quantity="one">正在刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案。</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="other">正在刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目。</item>
+      <item quantity="one">正在刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目。</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"復原"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"正在準備複製…"</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"正在準備移動…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"正在準備刪除…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g>/<xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="other">無法複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
-      <item quantity="one">無法複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="other">無法複製 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目</item>
+      <item quantity="one">無法複製 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目</item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="other">無法壓縮 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
       <item quantity="one">無法壓縮 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="other">無法移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
-      <item quantity="one">無法移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="other">無法移動 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目</item>
+      <item quantity="one">無法移動 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目</item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="other">無法刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案</item>
-      <item quantity="one">無法刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案</item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="other">無法刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目</item>
+      <item quantity="one">無法刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目</item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"輕觸即可查看詳細資訊"</string>
     <string name="close" msgid="905969391788869975">"關閉"</string>
@@ -155,9 +155,9 @@
       <item quantity="other">已將以下檔案轉換成其他格式:<xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="one">已將以下檔案轉換成其他格式:<xliff:g id="LIST_0">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="other">已將 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案複製到剪貼簿。</item>
-      <item quantity="one">已將 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案複製到剪貼簿。</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="other">已將 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目複製到剪貼簿。</item>
+      <item quantity="one">已將 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目複製到剪貼簿。</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"不支援的檔案操作。"</string>
     <string name="file_operation_error" msgid="2234357335716533795">"檔案操作失敗。"</string>
diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml
index 40ed837..aa78cde 100644
--- a/res/values-zu/strings.xml
+++ b/res/values-zu/strings.xml
@@ -86,9 +86,9 @@
     <string name="move_notification_title" msgid="3173424987049347605">"Ihambisa amafayela"</string>
     <string name="delete_notification_title" msgid="2512757431856830792">"Isusa amafayela"</string>
     <string name="copy_remaining" msgid="5390517377265177727">"<xliff:g id="DURATION">%s</xliff:g> esisele"</string>
-    <plurals name="copy_begin" formatted="false" msgid="3926184736640418042">
-      <item quantity="one">Kukopishwa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
-      <item quantity="other">Kukopishwa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+    <plurals name="copy_begin" formatted="false" msgid="151184708996738192">
+      <item quantity="one">Ikopisha izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+      <item quantity="other">Ikopisha izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
     </plurals>
     <plurals name="compress_begin" formatted="false" msgid="3534158317098678895">
       <item quantity="one">Icindezela amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
@@ -98,13 +98,13 @@
       <item quantity="one">Ikhipha amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
       <item quantity="other">Ikhipha amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
     </plurals>
-    <plurals name="move_begin" formatted="false" msgid="6049210105852581598">
-      <item quantity="one">Ihambisa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
-      <item quantity="other">Ihambisa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+    <plurals name="move_begin" formatted="false" msgid="1464229874265756956">
+      <item quantity="one">Ihambisa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+      <item quantity="other">Ihambisa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
     </plurals>
-    <plurals name="deleting" formatted="false" msgid="1347549374456757591">
-      <item quantity="one">Isusa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
-      <item quantity="other">Isusa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+    <plurals name="deleting" formatted="false" msgid="1729138001178158901">
+      <item quantity="one">Isusa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
+      <item quantity="other">Isusa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>.</item>
     </plurals>
     <string name="undo" msgid="2902438994196400565">"Hlehlisa"</string>
     <string name="copy_preparing" msgid="5326063807006898223">"Ilungiselela ukukopisha..."</string>
@@ -113,21 +113,21 @@
     <string name="move_preparing" msgid="8742573245485449429">"Ilungiselela ukuhambisa…"</string>
     <string name="delete_preparing" msgid="6513863752916028147">"Ilungiselela ukususa…"</string>
     <string name="delete_progress" msgid="2627631054702306423">"<xliff:g id="COUNT_0">%1$d</xliff:g> / <xliff:g id="TOTALCOUNT">%2$d</xliff:g>"</string>
-    <plurals name="copy_error_notification_title" formatted="false" msgid="7406207967429915000">
-      <item quantity="one">Ayikwazanga ukukopisha amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="other">Ayikwazanga ukukopisha amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
+    <plurals name="copy_error_notification_title" formatted="false" msgid="3188432450429390963">
+      <item quantity="one">Ayikwazanga ukukopisha izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
+      <item quantity="other">Ayikwazanga ukukopisha izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
     </plurals>
     <plurals name="compress_error_notification_title" formatted="false" msgid="3043630066678213644">
       <item quantity="one">Ayikwazanga ukucindezela amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
       <item quantity="other">Ayikwazanga ukucindezela amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
     </plurals>
-    <plurals name="move_error_notification_title" formatted="false" msgid="7841920776201038994">
-      <item quantity="one">Ayikwazanga ukuhambisa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="other">Ayikwazanga ukuhambisa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
+    <plurals name="move_error_notification_title" formatted="false" msgid="2185736082411854754">
+      <item quantity="one">Ayikwazanga ukuhambisa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
+      <item quantity="other">Ayikwazanga ukuhambisa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
     </plurals>
-    <plurals name="delete_error_notification_title" formatted="false" msgid="4925525467677907298">
-      <item quantity="one">Ayikwazanga ukususa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
-      <item quantity="other">Ayikwazanga ukususa amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
+    <plurals name="delete_error_notification_title" formatted="false" msgid="7568122018481625267">
+      <item quantity="one">Ayikwazanga ukususa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
+      <item quantity="other">Ayikwazanga ukususa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g></item>
     </plurals>
     <string name="notification_touch_for_details" msgid="2385563502445129570">"Thepha ukuze ubuke imininingwane"</string>
     <string name="close" msgid="905969391788869975">"Vala"</string>
@@ -155,9 +155,9 @@
       <item quantity="one">Lawa mafayela aguqulelwe kwenye ifomethi: <xliff:g id="LIST_1">%1$s</xliff:g></item>
       <item quantity="other">Lawa mafayela aguqulelwe kwenye ifomethi: <xliff:g id="LIST_1">%1$s</xliff:g></item>
     </plurals>
-    <plurals name="clipboard_files_clipped" formatted="false" msgid="139644798886220070">
-      <item quantity="one">Kukopishelwe amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g> kubhodi lokunamathisela.</item>
-      <item quantity="other">Kukopishelwe amafayela angu-<xliff:g id="COUNT_1">%1$d</xliff:g> kubhodi lokunamathisela.</item>
+    <plurals name="clipboard_files_clipped" formatted="false" msgid="4847061634862926902">
+      <item quantity="one">Kukopishwe izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g> kubhodi lokunamathisela.</item>
+      <item quantity="other">Kukopishwe izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g> kubhodi lokunamathisela.</item>
     </plurals>
     <string name="file_operation_rejected" msgid="4301554203329008794">"Umsebenzi wefayela awusekelwa."</string>
     <string name="file_operation_error" msgid="2234357335716533795">"Umsebenzi wefayela uhlulekile."</string>
diff --git a/res/values/config.xml b/res/values/config.xml
index d93d7e1..d176e32 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -35,7 +35,7 @@
     <bool name="feature_content_refresh">true</bool>
     <bool name="feature_folders_in_search_results">true</bool>
     <bool name="feature_gesture_scale">true</bool>
-    <bool name="feature_job_progress_dialog">true</bool>
+    <bool name="feature_job_progress_dialog">false</bool>
     <bool name="feature_launch_to_document">true</bool>
     <bool name="feature_notification_channel">true</bool>
     <bool name="feature_remote_actions">true</bool>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 731dfa3..2688ea3 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -173,8 +173,8 @@
     <string name="copy_remaining"><xliff:g id="duration" example="3 minutes">%s</xliff:g> left</string>
     <!-- Toast shown when a file copy is kicked off -->
     <plurals name="copy_begin">
-        <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
-        <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
+        <item quantity="one">Copying <xliff:g id="count" example="1">%1$d</xliff:g> item.</item>
+        <item quantity="other">Copying <xliff:g id="count" example="3">%1$d</xliff:g> items.</item>
     </plurals>
     <!-- Toast shown when a file compressing is kicked off -->
     <plurals name="compress_begin">
@@ -188,13 +188,13 @@
     </plurals>
     <!-- Toast shown when a file move is kicked off -->
     <plurals name="move_begin">
-        <item quantity="one">Moving <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
-        <item quantity="other">Moving <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
+        <item quantity="one">Moving <xliff:g id="count" example="1">%1$d</xliff:g> item.</item>
+        <item quantity="other">Moving <xliff:g id="count" example="3">%1$d</xliff:g> items.</item>
     </plurals>
     <!-- Text shown when files are deleted -->
     <plurals name="deleting">
-        <item quantity="one">Deleting <xliff:g id="count" example="1">%1$d</xliff:g> file.</item>
-        <item quantity="other">Deleting <xliff:g id="count" example="3">%1$d</xliff:g> files.</item>
+        <item quantity="one">Deleting <xliff:g id="count" example="1">%1$d</xliff:g> item.</item>
+        <item quantity="other">Deleting <xliff:g id="count" example="3">%1$d</xliff:g> items.</item>
     </plurals>
     <!-- Text shown for the undo button -->
     <string name="undo">Undo</string>
@@ -212,8 +212,8 @@
     <string name="delete_progress"><xliff:g id="count" example="3">%1$d</xliff:g> / <xliff:g id="totalCount" example="5">%2$d</xliff:g></string>
     <!-- Title of the copy error notification [CHAR LIMIT=48] -->
     <plurals name="copy_error_notification_title">
-        <item quantity="one">Couldn\u2019t copy <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
-        <item quantity="other">Couldn\u2019t copy <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
+        <item quantity="one">Couldn\u2019t copy <xliff:g id="count" example="1">%1$d</xliff:g> item</item>
+        <item quantity="other">Couldn\u2019t copy <xliff:g id="count" example="2">%1$d</xliff:g> items</item>
     </plurals>
     <!-- Title of the compress error notification [CHAR LIMIT=48] -->
     <plurals name="compress_error_notification_title">
@@ -222,13 +222,13 @@
     </plurals>
     <!-- Title of the move error notification [CHAR LIMIT=48] -->
     <plurals name="move_error_notification_title">
-        <item quantity="one">Couldn\u2019t move <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
-        <item quantity="other">Couldn\u2019t move <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
+        <item quantity="one">Couldn\u2019t move <xliff:g id="count" example="1">%1$d</xliff:g> item</item>
+        <item quantity="other">Couldn\u2019t move <xliff:g id="count" example="2">%1$d</xliff:g> items</item>
     </plurals>
     <!-- Title of the delete error notification [CHAR LIMIT=48] -->
     <plurals name="delete_error_notification_title">
-        <item quantity="one">Couldn\u2019t delete <xliff:g id="count" example="1">%1$d</xliff:g> file</item>
-        <item quantity="other">Couldn\u2019t delete <xliff:g id="count" example="2">%1$d</xliff:g> files</item>
+        <item quantity="one">Couldn\u2019t delete <xliff:g id="count" example="1">%1$d</xliff:g> item</item>
+        <item quantity="other">Couldn\u2019t delete <xliff:g id="count" example="2">%1$d</xliff:g> items</item>
     </plurals>
     <!-- Second line for notifications saying that more information will be shown after touching [CHAR LIMIT=48] -->
     <string name="notification_touch_for_details">Tap to view details</string>
@@ -266,8 +266,8 @@
     </plurals>
     <!-- Toast shown when a user copies files to clipboard. -->
     <plurals name="clipboard_files_clipped">
-        <item quantity="one">Copied <xliff:g id="count" example="1">%1$d</xliff:g> file to clipboard.</item>
-        <item quantity="other">Copied <xliff:g id="count" example="3">%1$d</xliff:g> files to clipboard.</item>
+        <item quantity="one">Copied <xliff:g id="count" example="1">%1$d</xliff:g> item to clipboard.</item>
+        <item quantity="other">Copied <xliff:g id="count" example="3">%1$d</xliff:g> items to clipboard.</item>
     </plurals>
     <!-- Toast shown when the file operation is not supported [CHAR LIMIT=48] -->
     <string name="file_operation_rejected">File operation is not supported.</string>
diff --git a/src/com/android/documentsui/BaseActivity.java b/src/com/android/documentsui/BaseActivity.java
index 929bc48..86a6ff0 100644
--- a/src/com/android/documentsui/BaseActivity.java
+++ b/src/com/android/documentsui/BaseActivity.java
@@ -44,6 +44,7 @@
 import com.android.documentsui.AbstractActionHandler.CommonAddons;
 import com.android.documentsui.Injector.Injected;
 import com.android.documentsui.NavigationViewManager.Breadcrumb;
+import com.android.documentsui.archives.ArchivesProvider;
 import com.android.documentsui.base.DocumentInfo;
 import com.android.documentsui.base.RootInfo;
 import com.android.documentsui.base.Shared;
@@ -64,6 +65,7 @@
 import com.android.documentsui.sorting.SortController;
 import com.android.documentsui.sorting.SortModel;
 
+import java.io.FileNotFoundException;
 import java.util.ArrayList;
 import java.util.Date;
 import java.util.List;
diff --git a/src/com/android/documentsui/Metrics.java b/src/com/android/documentsui/Metrics.java
index 5d938c0..c30debd 100644
--- a/src/com/android/documentsui/Metrics.java
+++ b/src/com/android/documentsui/Metrics.java
@@ -45,7 +45,7 @@
 import com.android.documentsui.services.FileOperationService;
 import com.android.documentsui.services.FileOperationService.OpType;
 import com.android.internal.logging.MetricsLogger;
-import com.android.internal.logging.MetricsProto.MetricsEvent;
+import com.android.internal.logging.nano.MetricsProto.MetricsEvent;
 
 import java.lang.annotation.Retention;
 import java.lang.annotation.RetentionPolicy;
diff --git a/src/com/android/documentsui/archives/Archive.java b/src/com/android/documentsui/archives/Archive.java
index 1c9040b..e3c81e3 100644
--- a/src/com/android/documentsui/archives/Archive.java
+++ b/src/com/android/documentsui/archives/Archive.java
@@ -24,6 +24,8 @@
 import android.net.Uri;
 import android.os.CancellationSignal;
 import android.os.ParcelFileDescriptor;
+import android.os.storage.StorageManager;
+import android.provider.DocumentsContract;
 import android.provider.DocumentsContract.Document;
 import android.support.annotation.Nullable;
 import android.system.ErrnoException;
@@ -109,7 +111,7 @@
     public static boolean canSeek(ParcelFileDescriptor descriptor) {
         try {
             return Os.lseek(descriptor.getFileDescriptor(), 0,
-                    OsConstants.SEEK_SET) == 0;
+                    OsConstants.SEEK_CUR) == 0;
         } catch (ErrnoException e) {
             return false;
         }
@@ -243,7 +245,7 @@
     public ParcelFileDescriptor openDocument(
             String documentId, String mode, @Nullable final CancellationSignal signal)
             throws FileNotFoundException {
-        throw new UnsupportedOperationException("Thumbnails not supported.");
+        throw new UnsupportedOperationException("Opening not supported.");
     }
 
     /**
diff --git a/src/com/android/documentsui/archives/Proxy.java b/src/com/android/documentsui/archives/Proxy.java
new file mode 100644
index 0000000..a2336b7
--- /dev/null
+++ b/src/com/android/documentsui/archives/Proxy.java
@@ -0,0 +1,96 @@
+/*
+ * Copyright (C) 2016 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.archives;
+
+import android.os.ProxyFileDescriptorCallback;
+import android.system.ErrnoException;
+import android.system.OsConstants;
+import android.util.Log;
+import android.util.jar.StrictJarFile;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.zip.ZipEntry;
+
+import libcore.io.IoUtils;
+
+/**
+ * Provides a backend for a seekable file descriptors for files in archives.
+ */
+public class Proxy extends ProxyFileDescriptorCallback {
+    private final StrictJarFile mFile;
+    private final ZipEntry mEntry;
+    private InputStream mInputStream = null;
+    private long mOffset = 0;
+
+    Proxy(StrictJarFile file, ZipEntry entry) throws IOException {
+        mFile = file;
+        mEntry = entry;
+        recreateInputStream();
+    }
+
+    @Override
+    public long onGetSize() throws ErrnoException {
+        return mEntry.getSize();
+    }
+
+    @Override
+    public int onRead(long offset, int size, byte[] data) throws ErrnoException {
+        // TODO: Add a ring buffer to prevent expensive seeks.
+        if (offset < mOffset) {
+            try {
+                recreateInputStream();
+            } catch (IOException e) {
+                throw new ErrnoException("onRead", OsConstants.EIO);
+            }
+        }
+
+        while (mOffset < offset) {
+            try {
+                mOffset +=  mInputStream.skip(offset - mOffset);
+            } catch (IOException e) {
+                throw new ErrnoException("onRead", OsConstants.EIO);
+            }
+        }
+
+        int remainingSize = size;
+        while (remainingSize > 0) {
+            try {
+                int bytes = mInputStream.read(data, size - remainingSize, remainingSize);
+                if (bytes <= 0) {
+                    return size - remainingSize;
+                }
+                remainingSize -= bytes;
+                mOffset += bytes;
+            } catch (IOException e) {
+                throw new ErrnoException("onRead", OsConstants.EIO);
+            }
+        }
+
+        return size - remainingSize;
+   }
+
+    @Override public void onRelease() {
+        IoUtils.closeQuietly(mInputStream);
+    }
+
+    private void recreateInputStream() throws IOException {
+        IoUtils.closeQuietly(mInputStream);
+        mInputStream = mFile.getInputStream(mEntry);
+        mOffset = 0;
+    }
+}
diff --git a/src/com/android/documentsui/archives/ReadableArchive.java b/src/com/android/documentsui/archives/ReadableArchive.java
index ed8046f..66ea069 100644
--- a/src/com/android/documentsui/archives/ReadableArchive.java
+++ b/src/com/android/documentsui/archives/ReadableArchive.java
@@ -25,6 +25,7 @@
 import android.os.CancellationSignal;
 import android.os.OperationCanceledException;
 import android.os.ParcelFileDescriptor;
+import android.os.storage.StorageManager;
 import android.provider.DocumentsContract;
 import android.support.annotation.Nullable;
 import android.util.Log;
@@ -47,9 +48,6 @@
 import java.util.List;
 import java.util.Set;
 import java.util.Stack;
-import java.util.concurrent.LinkedBlockingQueue;
-import java.util.concurrent.RejectedExecutionException;
-import java.util.concurrent.ThreadPoolExecutor;
 import java.util.concurrent.TimeUnit;
 import java.util.zip.ZipEntry;
 
@@ -62,9 +60,7 @@
 public class ReadableArchive extends Archive {
     private static final String TAG = "ReadableArchive";
 
-    @GuardedBy("mEnqueuedOutputPipes")
-    private final Set<ParcelFileDescriptor> mEnqueuedOutputPipes = new HashSet<>();
-    private final ThreadPoolExecutor mExecutor;
+    private final StorageManager mStorageManager;
     private final StrictJarFile mZipFile;
 
     private ReadableArchive(
@@ -80,11 +76,7 @@
             throw new IllegalStateException("Unsupported access mode.");
         }
 
-        // At most 8 active threads. All threads idling for more than a minute will
-        // be closed.
-        mExecutor = new ThreadPoolExecutor(8, 8, 60, TimeUnit.SECONDS,
-                new LinkedBlockingQueue<Runnable>());
-        mExecutor.allowCoreThreadTimeOut(true);
+        mStorageManager = mContext.getSystemService(StorageManager.class);
 
         mZipFile = file != null ?
                 new StrictJarFile(file.getPath(), false /* verify */,
@@ -243,72 +235,12 @@
             throw new FileNotFoundException();
         }
 
-        ParcelFileDescriptor[] pipe;
         try {
-            pipe = ParcelFileDescriptor.createReliablePipe();
+            return mStorageManager.openProxyFileDescriptor(
+                    ParcelFileDescriptor.MODE_READ_ONLY, new Proxy(mZipFile, entry));
         } catch (IOException e) {
-            // Ideally we'd simply throw IOException to the caller, but for consistency
-            // with DocumentsProvider::openDocument, converting it to IllegalStateException.
-            throw new IllegalStateException("Failed to open the document.", e);
+            throw new IllegalStateException(e);
         }
-        final InputStream inputStream = mZipFile.getInputStream(entry);
-        final ParcelFileDescriptor outputPipe = pipe[1];
-
-        synchronized (mEnqueuedOutputPipes) {
-            mEnqueuedOutputPipes.add(outputPipe);
-        }
-
-        try {
-            mExecutor.execute(
-                    new Runnable() {
-                        @Override
-                        public void run() {
-                            synchronized (mEnqueuedOutputPipes) {
-                                mEnqueuedOutputPipes.remove(outputPipe);
-                            }
-                            try (final ParcelFileDescriptor.AutoCloseOutputStream outputStream =
-                                    new ParcelFileDescriptor.AutoCloseOutputStream(outputPipe)) {
-                                try {
-                                    final byte buffer[] = new byte[32 * 1024];
-                                    int bytes;
-                                    while ((bytes = inputStream.read(buffer)) != -1) {
-                                        if (Thread.interrupted()) {
-                                            throw new InterruptedException();
-                                        }
-                                        if (signal != null) {
-                                            signal.throwIfCanceled();
-                                        }
-                                        outputStream.write(buffer, 0, bytes);
-                                    }
-                                } catch (IOException | InterruptedException e) {
-                                    // Catch the exception before the outer try-with-resource closes
-                                    // the pipe with close() instead of closeWithError().
-                                    try {
-                                        Log.e(TAG, "Failed while reading a file.", e);
-                                        outputPipe.closeWithError("Reading failure.");
-                                    } catch (IOException e2) {
-                                        Log.e(TAG, "Failed to close the pipe after an error.", e2);
-                                    }
-                                }
-                            } catch (OperationCanceledException e) {
-                                // Cancelled gracefully.
-                            } catch (IOException e) {
-                                Log.e(TAG, "Failed to close the output stream gracefully.", e);
-                            } finally {
-                                IoUtils.closeQuietly(inputStream);
-                            }
-                        }
-                    });
-        } catch (RejectedExecutionException e) {
-            IoUtils.closeQuietly(pipe[0]);
-            IoUtils.closeQuietly(pipe[1]);
-            synchronized (mEnqueuedOutputPipes) {
-                mEnqueuedOutputPipes.remove(outputPipe);
-            }
-            throw new IllegalStateException("Failed to initialize pipe.");
-        }
-
-        return pipe[0];
     }
 
     @Override
@@ -369,16 +301,6 @@
      */
     @Override
     public void close() {
-        mExecutor.shutdownNow();
-        synchronized (mEnqueuedOutputPipes) {
-            for (ParcelFileDescriptor outputPipe : mEnqueuedOutputPipes) {
-                try {
-                    outputPipe.closeWithError("Archive closed.");
-                } catch (IOException e2) {
-                    // Silent close.
-                }
-            }
-        }
         try {
             mZipFile.close();
         } catch (IOException e) {
diff --git a/src/com/android/documentsui/picker/LastAccessedProvider.java b/src/com/android/documentsui/picker/LastAccessedProvider.java
index 7973fa3..20a9d0a 100644
--- a/src/com/android/documentsui/picker/LastAccessedProvider.java
+++ b/src/com/android/documentsui/picker/LastAccessedProvider.java
@@ -36,7 +36,6 @@
 
 import com.android.documentsui.base.DocumentStack;
 import com.android.documentsui.base.DurableUtils;
-import com.android.internal.util.Predicate;
 
 import libcore.io.IoUtils;
 
@@ -44,6 +43,7 @@
 
 import java.io.IOException;
 import java.util.Set;
+import java.util.function.Predicate;
 
 /*
  * Provider used to keep track of the last known directory navigation trail done by the user
@@ -198,7 +198,7 @@
 
             purgeByAuthority(new Predicate<String>() {
                 @Override
-                public boolean apply(String authority) {
+                public boolean test(String authority) {
                     // Purge unknown authorities
                     return !knownAuth.contains(authority);
                 }
@@ -219,7 +219,7 @@
             if (!packageAuth.isEmpty()) {
                 purgeByAuthority(new Predicate<String>() {
                     @Override
-                    public boolean apply(String authority) {
+                    public boolean test(String authority) {
                         // Purge authority matches
                         return packageAuth.contains(authority);
                     }
@@ -249,7 +249,7 @@
                             cursor.getColumnIndex(Columns.STACK));
                     DurableUtils.readFromArray(rawStack, stack);
 
-                    if (stack.getRoot() != null && predicate.apply(stack.getRoot().authority)) {
+                    if (stack.getRoot() != null && predicate.test(stack.getRoot().authority)) {
                         final String packageName = getCursorString(
                                 cursor, Columns.PACKAGE_NAME);
                         db.delete(TABLE_LAST_ACCESSED, Columns.PACKAGE_NAME + "=?",
diff --git a/src/com/android/documentsui/services/CompressJob.java b/src/com/android/documentsui/services/CompressJob.java
index 6a0cd52..bf674c4 100644
--- a/src/com/android/documentsui/services/CompressJob.java
+++ b/src/com/android/documentsui/services/CompressJob.java
@@ -103,8 +103,13 @@
             displayName = service.getString(R.string.new_archive_file_name, NEW_ARCHIVE_EXTENSION);
         }
 
-        final Uri archiveUri = DocumentsContract.createDocument(
+        Uri archiveUri;
+        try {
+            archiveUri = DocumentsContract.createDocument(
                 resolver, mDstInfo.derivedUri, "application/zip", displayName);
+        } catch (Exception e) {
+            archiveUri = null;
+        }
 
         try {
             mDstInfo = DocumentInfo.fromUri(resolver, ArchivesProvider.buildUriForArchive(
diff --git a/tests/Android.mk b/tests/Android.mk
index 3074500..cb1d64c 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -13,10 +13,17 @@
 LOCAL_AAPT_FLAGS += -0 .zip
 
 LOCAL_JAVA_LIBRARIES := android.test.runner
-LOCAL_STATIC_JAVA_LIBRARIES := mockito-target ub-uiautomator espresso-core guava
+LOCAL_STATIC_JAVA_LIBRARIES := \
+    mockito-target \
+    ub-uiautomator \
+    espresso-core \
+    guava \
+    legacy-android-test
 LOCAL_JARJAR_RULES := $(LOCAL_PATH)/jarjar-rules.txt
 LOCAL_PACKAGE_NAME := DocumentsUITests
+LOCAL_COMPATIBILITY_SUITE := device-tests
 LOCAL_INSTRUMENTATION_FOR := DocumentsUI
 LOCAL_CERTIFICATE := platform
+LOCAL_COMPATIBILITY_SUITE := device-tests
 
 include $(BUILD_PACKAGE)
diff --git a/tests/AndroidTest.xml b/tests/AndroidTest.xml
new file mode 100644
index 0000000..a051df2
--- /dev/null
+++ b/tests/AndroidTest.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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.
+-->
+<configuration description="Runs Tests for DocumentsUI.">
+    <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
+        <option name="test-file-name" value="DocumentsUITests.apk" />
+    </target_preparer>
+
+    <option name="test-suite-tag" value="apct" />
+    <option name="test-tag" value="DocumentsUITests" />
+    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
+        <option name="package" value="com.android.documentsui.tests" />
+        <option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
+    </test>
+</configuration>
diff --git a/tests/common/com/android/documentsui/DemoProvider.java b/tests/common/com/android/documentsui/DemoProvider.java
index f8d5eed..ebe0fbf 100644
--- a/tests/common/com/android/documentsui/DemoProvider.java
+++ b/tests/common/com/android/documentsui/DemoProvider.java
@@ -107,3 +107,4 @@
         return c;
     }
 }
+
diff --git a/tests/common/com/android/documentsui/PagingProvider.java b/tests/common/com/android/documentsui/PagingProvider.java
index f784255..ad5f32c 100644
--- a/tests/common/com/android/documentsui/PagingProvider.java
+++ b/tests/common/com/android/documentsui/PagingProvider.java
@@ -31,9 +31,9 @@
     /**
      * Pass test result size to inform the provider of the result size. Defaults to 1k.
      */
-    private static final String TEST_RECORDSET_SIZE = "test-recordset-size";
-    private static final int DEFAULT_RECORDSET_SIZE = 100;
-    private static final int UNDETERMINED_RECORDSET_SIZE = -1;
+    private static final String TEST_RECORDSET_COUNT = "test-recordset-size";
+    private static final int DEFAULT_RECORDSET_COUNT = 100;
+    private static final int UNDETERMINED_RECORDSET_COUNT = -1;
 
     private static final String ROOT_ID = "paging-root";
     private static final String ROOT_DOC_ID = "root0";
@@ -70,15 +70,15 @@
 
         int offset = queryArgs.getInt(ContentResolver.QUERY_ARG_OFFSET, 0);
         int limit = queryArgs.getInt(ContentResolver.QUERY_ARG_LIMIT, Integer.MIN_VALUE);
-        int recordsetSize = queryArgs.getInt(TEST_RECORDSET_SIZE, DEFAULT_RECORDSET_SIZE);
+        int recordsetSize = queryArgs.getInt(TEST_RECORDSET_COUNT, DEFAULT_RECORDSET_COUNT);
 
         // Can be -1 (magic unknown), or 0 or more, but not less than -1.
         assert(recordsetSize > -2);
 
         // Client may force override the recordset size to -1 which is MAGIC unknown value.
         // Even if, we still need some finite number against to work.
-        int size = (recordsetSize == UNDETERMINED_RECORDSET_SIZE)
-                ? DEFAULT_RECORDSET_SIZE
+        int size = (recordsetSize == UNDETERMINED_RECORDSET_COUNT)
+                ? DEFAULT_RECORDSET_COUNT
                 : recordsetSize;
 
         // Calculate the number of items to include in the cursor.
@@ -91,7 +91,7 @@
         for (int i = 0; i < numItems; i++) {
             addFile(c, String.format("%05d", offset + i));
         }
-        extras.putInt(ContentResolver.EXTRA_TOTAL_SIZE, recordsetSize);
+        extras.putInt(ContentResolver.EXTRA_TOTAL_COUNT, recordsetSize);
         return c;
     }
 }
diff --git a/tests/unit/com/android/documentsui/archives/ReadableArchiveTest.java b/tests/unit/com/android/documentsui/archives/ReadableArchiveTest.java
index 3bb6395..98e4f09 100644
--- a/tests/unit/com/android/documentsui/archives/ReadableArchiveTest.java
+++ b/tests/unit/com/android/documentsui/archives/ReadableArchiveTest.java
@@ -19,12 +19,15 @@
 import com.android.documentsui.archives.ReadableArchive;
 import com.android.documentsui.tests.R;
 
-import android.database.Cursor;
 import android.content.Context;
+import android.database.Cursor;
 import android.net.Uri;
 import android.os.ParcelFileDescriptor;
 import android.provider.DocumentsContract.Document;
 import android.support.test.InstrumentationRegistry;
+import android.system.ErrnoException;
+import android.system.Os;
+import android.system.OsConstants;
 import android.test.AndroidTestCase;
 import android.test.suitebuilder.annotation.MediumTest;
 
@@ -282,23 +285,27 @@
                 cursor.getInt(cursor.getColumnIndexOrThrow(Document.COLUMN_SIZE)));
     }
 
-    public void testOpenDocument() throws IOException {
+    public void testOpenDocument() throws IOException, ErrnoException {
         loadArchive(mTestUtils.getSeekableDescriptor(R.raw.archive));
         commonTestOpenDocument();
     }
 
-    public void testOpenDocument_NonSeekable() throws IOException {
+    public void testOpenDocument_NonSeekable() throws IOException, ErrnoException {
         loadArchive(mTestUtils.getNonSeekableDescriptor(R.raw.archive));
         commonTestOpenDocument();
     }
 
     // Common part of testOpenDocument and testOpenDocument_NonSeekable.
-    void commonTestOpenDocument() throws IOException {
+    void commonTestOpenDocument() throws IOException, ErrnoException {
         final ParcelFileDescriptor descriptor = mArchive.openDocument(
                 createArchiveId("/dir2/strawberries.txt").toDocumentId(),
                 "r", null /* signal */);
+        assertTrue(Archive.canSeek(descriptor));
         try (final ParcelFileDescriptor.AutoCloseInputStream inputStream =
                 new ParcelFileDescriptor.AutoCloseInputStream(descriptor)) {
+            Os.lseek(descriptor.getFileDescriptor(), "I love ".length(), OsConstants.SEEK_SET);
+            assertEquals("strawberries!", new Scanner(inputStream).nextLine());
+            Os.lseek(descriptor.getFileDescriptor(), 0, OsConstants.SEEK_SET);
             assertEquals("I love strawberries!", new Scanner(inputStream).nextLine());
         }
     }