diff options
91 files changed, 453 insertions, 165 deletions
diff --git a/res/drawable-hdpi/ic_root_download_alpha.png b/res/drawable-hdpi/ic_root_download_alpha.png Binary files differdeleted file mode 100644 index d9aacea4c..000000000 --- a/res/drawable-hdpi/ic_root_download_alpha.png +++ /dev/null diff --git a/res/drawable-hdpi/ic_root_recent_alpha.png b/res/drawable-hdpi/ic_root_recent_alpha.png Binary files differdeleted file mode 100644 index 9e003f0e9..000000000 --- a/res/drawable-hdpi/ic_root_recent_alpha.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_root_download_alpha.png b/res/drawable-mdpi/ic_root_download_alpha.png Binary files differdeleted file mode 100644 index c2c845e84..000000000 --- a/res/drawable-mdpi/ic_root_download_alpha.png +++ /dev/null diff --git a/res/drawable-mdpi/ic_root_recent_alpha.png b/res/drawable-mdpi/ic_root_recent_alpha.png Binary files differdeleted file mode 100644 index f500d58ea..000000000 --- a/res/drawable-mdpi/ic_root_recent_alpha.png +++ /dev/null diff --git a/res/drawable-xhdpi/ic_root_download_alpha.png b/res/drawable-xhdpi/ic_root_download_alpha.png Binary files differdeleted file mode 100644 index f5afb24dc..000000000 --- a/res/drawable-xhdpi/ic_root_download_alpha.png +++ /dev/null diff --git a/res/drawable-xhdpi/ic_root_recent_alpha.png b/res/drawable-xhdpi/ic_root_recent_alpha.png Binary files differdeleted file mode 100644 index fe71c2591..000000000 --- a/res/drawable-xhdpi/ic_root_recent_alpha.png +++ /dev/null diff --git a/res/drawable-xxhdpi/ic_root_download_alpha.png b/res/drawable-xxhdpi/ic_root_download_alpha.png Binary files differdeleted file mode 100644 index ce97c85df..000000000 --- a/res/drawable-xxhdpi/ic_root_download_alpha.png +++ /dev/null diff --git a/res/drawable-xxhdpi/ic_root_recent_alpha.png b/res/drawable-xxhdpi/ic_root_recent_alpha.png Binary files differdeleted file mode 100644 index 1dad2a853..000000000 --- a/res/drawable-xxhdpi/ic_root_recent_alpha.png +++ /dev/null diff --git a/res/drawable-xxxhdpi/ic_root_download_alpha.png b/res/drawable-xxxhdpi/ic_root_download_alpha.png Binary files differdeleted file mode 100644 index 8c83bffa7..000000000 --- a/res/drawable-xxxhdpi/ic_root_download_alpha.png +++ /dev/null diff --git a/res/drawable-xxxhdpi/ic_root_recent_alpha.png b/res/drawable-xxxhdpi/ic_root_recent_alpha.png Binary files differdeleted file mode 100644 index 68df97405..000000000 --- a/res/drawable-xxxhdpi/ic_root_recent_alpha.png +++ /dev/null diff --git a/res/drawable/ic_downloads_white.xml b/res/drawable/ic_downloads_white.xml index 4233bd995..f4e3b1fe6 100644 --- a/res/drawable/ic_downloads_white.xml +++ b/res/drawable/ic_downloads_white.xml @@ -15,6 +15,12 @@ limitations under the License. --> -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_root_download_alpha" - android:tint="@android:color/white" /> +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportHeight="24" + android:viewportWidth="24"> + <path + android:fillColor="#FFFFFFFF" + android:pathData="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z" /> +</vector> diff --git a/res/drawable/ic_root_download.xml b/res/drawable/ic_root_download.xml index f07d8f0e3..c09be0508 100644 --- a/res/drawable/ic_root_download.xml +++ b/res/drawable/ic_root_download.xml @@ -1,4 +1,25 @@ <?xml version="1.0" encoding="utf-8"?> -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_root_download_alpha" - android:tint="?android:attr/colorControlNormal" /> +<!-- 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. +--> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportHeight="24" + android:viewportWidth="24"> + <path + android:fillColor="#FF000000" + android:pathData="M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z" /> +</vector> diff --git a/res/drawable/ic_root_recent.xml b/res/drawable/ic_root_recent.xml index 41e6a5e4f..84599fdb8 100644 --- a/res/drawable/ic_root_recent.xml +++ b/res/drawable/ic_root_recent.xml @@ -1,4 +1,31 @@ <?xml version="1.0" encoding="utf-8"?> -<bitmap xmlns:android="http://schemas.android.com/apk/res/android" - android:src="@drawable/ic_root_recent_alpha" - android:tint="?android:attr/colorControlNormal" /> +<!-- 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. +--> + +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="24dp" + android:viewportWidth="24" + android:viewportHeight="24"> + + <path + android:fillColor="#FF000000" + android:pathData="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 +11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z" /> + + <path + android:fillColor="#FF000000" + android:pathData="M12.5 7H11v6l5.25 3.15 .75 -1.23-4.5-2.67z" /> +</vector>
\ No newline at end of file diff --git a/res/values-af/strings.xml b/res/values-af/strings.xml index 4537d3959..cc34f9290 100644 --- a/res/values-af/strings.xml +++ b/res/values-af/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Lêerhandeling word nie gesteun nie."</string> <string name="rename_error" msgid="6700093173508118635">"Kon nie dokument hernoem nie"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Maak los"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Sommige lêers is omgeskakel"</string> @@ -145,4 +144,8 @@ <item quantity="other">Vee <xliff:g id="COUNT_1">%1$d</xliff:g> items uit?</item> <item quantity="one">Vee <xliff:g id="COUNT_0">%1$d</xliff:g> item uit?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-am/strings.xml b/res/values-am/strings.xml index 23c8a1f7a..ee10d6fe0 100644 --- a/res/values-am/strings.xml +++ b/res/values-am/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"የፋይል ሥርዓተ ክወና አይደገፍም።"</string> <string name="rename_error" msgid="6700093173508118635">"ሰነዱን ዳግም መሰየም አልተሳካም"</string> <string name="menu_eject_root" msgid="9215040039374893613">"አስወጣ"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"አንዳንድ ፋይሎች ተለውጠዋል"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ar/strings.xml b/res/values-ar/strings.xml index cfb739bde..4ca1c48a0 100644 --- a/res/values-ar/strings.xml +++ b/res/values-ar/strings.xml @@ -140,8 +140,7 @@ <item quantity="other">تم نسخ <xliff:g id="COUNT_1">%1$d</xliff:g> ملف إلى الحافظة.</item> <item quantity="one">تم نسخ <xliff:g id="COUNT_0">%1$d</xliff:g> ملف إلى الحافظة.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"معالجة الملف غير متوافقة."</string> <string name="rename_error" msgid="6700093173508118635">"أخفقت إعادة تسمية المستند."</string> <string name="menu_eject_root" msgid="9215040039374893613">"إخراج"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"تم تحويل بعض الملفات"</string> @@ -193,4 +192,8 @@ <item quantity="other">هل تريد حذف <xliff:g id="COUNT_1">%1$d</xliff:g> عنصر؟</item> <item quantity="one">هل تريد حذف <xliff:g id="COUNT_0">%1$d</xliff:g> عنصر؟</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-az-rAZ/strings.xml b/res/values-az-rAZ/strings.xml index 4952a0b36..f29ae6c57 100644 --- a/res/values-az-rAZ/strings.xml +++ b/res/values-az-rAZ/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Fayl əməliyyatı dəstəklənmir."</string> <string name="rename_error" msgid="6700093173508118635">"Sənəd adını dəyişmək uğursuz oldu"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Çıxarın"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Bəzi fayllar konvertasiya edilib"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> element silinsin?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> element silinsin?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml index 21824f054..c7672aec7 100644 --- a/res/values-bg/strings.xml +++ b/res/values-bg/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">Копирахте <xliff:g id="COUNT_1">%1$d</xliff:g> файла в буферната памет.</item> <item quantity="one">Копирахте <xliff:g id="COUNT_0">%1$d</xliff:g> файл в буферната памет.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Файловата операция не се поддържа."</string> <string name="rename_error" msgid="6700093173508118635">"Преименуването на документа не бе успешно"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Изваждане"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Някои файлове бяха преобразувани"</string> @@ -145,4 +144,8 @@ <item quantity="other">Искате ли да изтриете <xliff:g id="COUNT_1">%1$d</xliff:g> елемента?</item> <item quantity="one">Искате ли да изтриете <xliff:g id="COUNT_0">%1$d</xliff:g> елемент?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-bn-rBD/strings.xml b/res/values-bn-rBD/strings.xml index f367465be..7c3743bc0 100644 --- a/res/values-bn-rBD/strings.xml +++ b/res/values-bn-rBD/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ফাইল ক্রিয়াকলাপটি সমর্থিত নয়৷"</string> <string name="rename_error" msgid="6700093173508118635">"দস্তাবেজের পুনঃনামকরণ করা গেল না"</string> <string name="menu_eject_root" msgid="9215040039374893613">"সরিয়ে দিন"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"কিছু ফাইল রূপান্তরিত হয়েছে"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml index 7e0fe39b5..338be81a8 100644 --- a/res/values-ca/strings.xml +++ b/res/values-ca/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"L\'operació del fitxer no s\'admet."</string> <string name="rename_error" msgid="6700093173508118635">"No s\'ha pogut canviar el nom del document"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Expulsa"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"S\'han convertit alguns fitxers"</string> @@ -145,4 +144,8 @@ <item quantity="other">Vols suprimir <xliff:g id="COUNT_1">%1$d</xliff:g> elements?</item> <item quantity="one">Vols suprimir <xliff:g id="COUNT_0">%1$d</xliff:g> element?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-cs/strings.xml b/res/values-cs/strings.xml index 81ba94022..b9838330d 100644 --- a/res/values-cs/strings.xml +++ b/res/values-cs/strings.xml @@ -126,8 +126,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Operace se souborem není podporována."</string> <string name="rename_error" msgid="6700093173508118635">"Dokument se nepodařilo přejmenovat."</string> <string name="menu_eject_root" msgid="9215040039374893613">"Odpojit"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Některé soubory byly převedeny"</string> @@ -169,4 +168,8 @@ <item quantity="other">Smazat <xliff:g id="COUNT_1">%1$d</xliff:g> položek?</item> <item quantity="one">Smazat <xliff:g id="COUNT_0">%1$d</xliff:g> položku?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml index 9d0034089..3d54e84c5 100644 --- a/res/values-da/strings.xml +++ b/res/values-da/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Filhandlingen understøttes ikke."</string> <string name="rename_error" msgid="6700093173508118635">"Dokumentet kunne ikke omdøbes"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Skub ud"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Nogle filer er konverteret"</string> @@ -145,4 +144,8 @@ <item quantity="one">Vil du slette <xliff:g id="COUNT_1">%1$d</xliff:g> element?</item> <item quantity="other">Vil du slette <xliff:g id="COUNT_1">%1$d</xliff:g> elementer?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index e8e9e395a..507a1b9c5 100644 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Dateioperation wird nicht unterstützt."</string> <string name="rename_error" msgid="6700093173508118635">"Dokument konnte nicht umbenannt werden"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Auswerfen"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Einige Dateien wurden konvertiert"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> Elemente löschen?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> Element löschen?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-el/strings.xml b/res/values-el/strings.xml index 150017fd2..e097391fe 100644 --- a/res/values-el/strings.xml +++ b/res/values-el/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">Αντιγράφηκαν <xliff:g id="COUNT_1">%1$d</xliff:g> αρχεία στο πρόχειρο.</item> <item quantity="one">Αντιγράφηκε <xliff:g id="COUNT_0">%1$d</xliff:g> αρχείο στο πρόχειρο.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Η λειτουργία αρχείου δεν υποστηρίζεται."</string> <string name="rename_error" msgid="6700093173508118635">"Αποτυχία μετονομασίας εγγράφου"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Εξαγωγή"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Ορισμένα αρχεία μετατράπηκαν"</string> @@ -145,4 +144,8 @@ <item quantity="other">Να διαγραφούν <xliff:g id="COUNT_1">%1$d</xliff:g> στοιχεία;</item> <item quantity="one">Να διαγραφεί <xliff:g id="COUNT_0">%1$d</xliff:g> στοιχείο;</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-en-rAU/strings.xml b/res/values-en-rAU/strings.xml index a8e009976..48989095e 100644 --- a/res/values-en-rAU/strings.xml +++ b/res/values-en-rAU/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"File operation is not supported."</string> <string name="rename_error" msgid="6700093173508118635">"Failed to rename document"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Eject"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Some files were converted"</string> @@ -145,4 +144,8 @@ <item quantity="other">Delete <xliff:g id="COUNT_1">%1$d</xliff:g> items?</item> <item quantity="one">Delete <xliff:g id="COUNT_0">%1$d</xliff:g> item?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-en-rGB/strings.xml b/res/values-en-rGB/strings.xml index a8e009976..48989095e 100644 --- a/res/values-en-rGB/strings.xml +++ b/res/values-en-rGB/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"File operation is not supported."</string> <string name="rename_error" msgid="6700093173508118635">"Failed to rename document"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Eject"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Some files were converted"</string> @@ -145,4 +144,8 @@ <item quantity="other">Delete <xliff:g id="COUNT_1">%1$d</xliff:g> items?</item> <item quantity="one">Delete <xliff:g id="COUNT_0">%1$d</xliff:g> item?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-en-rIN/strings.xml b/res/values-en-rIN/strings.xml index a8e009976..48989095e 100644 --- a/res/values-en-rIN/strings.xml +++ b/res/values-en-rIN/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"File operation is not supported."</string> <string name="rename_error" msgid="6700093173508118635">"Failed to rename document"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Eject"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Some files were converted"</string> @@ -145,4 +144,8 @@ <item quantity="other">Delete <xliff:g id="COUNT_1">%1$d</xliff:g> items?</item> <item quantity="one">Delete <xliff:g id="COUNT_0">%1$d</xliff:g> item?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-es-rUS/strings.xml b/res/values-es-rUS/strings.xml index 7ab9d05ac..c56747877 100644 --- a/res/values-es-rUS/strings.xml +++ b/res/values-es-rUS/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"La operación de archivos no es compatible."</string> <string name="rename_error" msgid="6700093173508118635">"No se pudo cambiar el nombre del documento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Expulsar"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Se convirtieron algunos archivos"</string> @@ -145,4 +144,8 @@ <item quantity="other">¿Deseas borrar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos?</item> <item quantity="one">¿Deseas borrar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index 044dc1964..e7c711e56 100644 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"No se puede hacer la operación en el archivo."</string> <string name="rename_error" msgid="6700093173508118635">"No se ha podido cambiar el nombre del documento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Expulsar"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Se han convertido algunos archivos"</string> @@ -145,4 +144,8 @@ <item quantity="other">¿Eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos?</item> <item quantity="one">¿Eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-et-rEE/strings.xml b/res/values-et-rEE/strings.xml index 24de821e9..84ff18693 100644 --- a/res/values-et-rEE/strings.xml +++ b/res/values-et-rEE/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Failitoimingut ei toetata."</string> <string name="rename_error" msgid="6700093173508118635">"Dokumendi ümbernimetamine ebaõnnestus"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Eemalda"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Mõned failid teisendati"</string> @@ -145,4 +144,8 @@ <item quantity="other">Kas kustutada <xliff:g id="COUNT_1">%1$d</xliff:g> üksust?</item> <item quantity="one">Kas kustutada <xliff:g id="COUNT_0">%1$d</xliff:g> üksus?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-eu-rES/strings.xml b/res/values-eu-rES/strings.xml index 036aaa325..80404add0 100644 --- a/res/values-eu-rES/strings.xml +++ b/res/values-eu-rES/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Ez da onartzen hori egitea fitxategian."</string> <string name="rename_error" msgid="6700093173508118635">"Ezin izan zaio aldatu izena dokumentuari"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Atera"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Artxibo batzuk bihurtu dira"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> elementu ezabatu nahi dituzu?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> elementu ezabatu nahi duzu?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-fa/strings.xml b/res/values-fa/strings.xml index e4da43733..8bd9fa9b4 100644 --- a/res/values-fa/strings.xml +++ b/res/values-fa/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"عملکرد فایل پشتیبانی نمیشود."</string> <string name="rename_error" msgid="6700093173508118635">"نام سند تغییر نکرد"</string> <string name="menu_eject_root" msgid="9215040039374893613">"بیرون راندن"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"بعضی از فایلها تبدیل شدند"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-fi/strings.xml b/res/values-fi/strings.xml index b7d6d1fcc..507dac0c6 100644 --- a/res/values-fi/strings.xml +++ b/res/values-fi/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Toimintoa ei tueta."</string> <string name="rename_error" msgid="6700093173508118635">"Dokumentin nimen muuttaminen epäonnistui."</string> <string name="menu_eject_root" msgid="9215040039374893613">"Poista"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Joitakin tiedostoja muunnettiin."</string> @@ -145,4 +144,8 @@ <item quantity="other">Poistetaanko <xliff:g id="COUNT_1">%1$d</xliff:g> kohdetta?</item> <item quantity="one">Poistetaanko <xliff:g id="COUNT_0">%1$d</xliff:g> kohde?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-fr-rCA/strings.xml b/res/values-fr-rCA/strings.xml index 66455e2dd..d85f6d08d 100644 --- a/res/values-fr-rCA/strings.xml +++ b/res/values-fr-rCA/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Opération relative au fichier non prise en charge"</string> <string name="rename_error" msgid="6700093173508118635">"Impossible de renommer le document"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Éjecter"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Certains fichiers ont été convertis"</string> @@ -145,4 +144,8 @@ <item quantity="one">Supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> élément?</item> <item quantity="other">Supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> éléments?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index f7e02605e..dd9077123 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Opération relative au fichier non acceptée."</string> <string name="rename_error" msgid="6700093173508118635">"Échec du changement de nom du document"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Éjecter"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Certains fichiers ont été convertis"</string> @@ -145,4 +144,8 @@ <item quantity="one">Supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> élément ?</item> <item quantity="other">Supprimer <xliff:g id="COUNT_1">%1$d</xliff:g> éléments ?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-gl-rES/strings.xml b/res/values-gl-rES/strings.xml index 9e9e02e62..749311ad7 100644 --- a/res/values-gl-rES/strings.xml +++ b/res/values-gl-rES/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"A operación do ficheiro non é compatible."</string> <string name="rename_error" msgid="6700093173508118635">"Non se puido cambiar o nome do documento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Expulsar"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Convertéronse algúns ficheiros"</string> @@ -145,4 +144,8 @@ <item quantity="other">Queres eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> elementos?</item> <item quantity="one">Queres eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> elemento?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-gu-rIN/strings.xml b/res/values-gu-rIN/strings.xml index e6446adae..e203e7d4f 100644 --- a/res/values-gu-rIN/strings.xml +++ b/res/values-gu-rIN/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ફાઇલ ઓપરેશન સમર્થિત નથી."</string> <string name="rename_error" msgid="6700093173508118635">"દસ્તાવેજનું નામ બદલવામાં નિષ્ફળ થયાં"</string> <string name="menu_eject_root" msgid="9215040039374893613">"બહાર કાઢો"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"કેટલીક ફાઇલો રૂપાંતરિત કરી હતી"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-hi/strings.xml b/res/values-hi/strings.xml index 3e7992376..b3a74ce09 100644 --- a/res/values-hi/strings.xml +++ b/res/values-hi/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"फ़ाइल कार्रवाई समर्थित नहीं है."</string> <string name="rename_error" msgid="6700093173508118635">"दस्तावेज़ का नाम बदलना विफल रहा"</string> <string name="menu_eject_root" msgid="9215040039374893613">"निकालें"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"कुछ फ़ाइलें रूपांतरित हो गई थीं"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-hr/strings.xml b/res/values-hr/strings.xml index 1336ae4ba..e28fecdff 100644 --- a/res/values-hr/strings.xml +++ b/res/values-hr/strings.xml @@ -119,8 +119,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Radnja datoteke nije podržana."</string> <string name="rename_error" msgid="6700093173508118635">"Naziv dokumenta nije promijenjen"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Izbaci"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Neke su datoteke konvertirane"</string> @@ -157,4 +156,8 @@ <item quantity="few">Želite li izbrisati <xliff:g id="COUNT_1">%1$d</xliff:g> stavke?</item> <item quantity="other">Želite li izbrisati <xliff:g id="COUNT_1">%1$d</xliff:g> stavki?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-hu/strings.xml b/res/values-hu/strings.xml index 86f8e2cfc..b62574268 100644 --- a/res/values-hu/strings.xml +++ b/res/values-hu/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"A fájlművelet nem támogatott."</string> <string name="rename_error" msgid="6700093173508118635">"Nem sikerült átnevezni a dokumentumot"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Kiadás"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Egyes fájlokat sikerült átalakítani"</string> @@ -145,4 +144,8 @@ <item quantity="other">Töröl <xliff:g id="COUNT_1">%1$d</xliff:g> elemet?</item> <item quantity="one">Töröl <xliff:g id="COUNT_0">%1$d</xliff:g> elemet?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-hy-rAM/strings.xml b/res/values-hy-rAM/strings.xml index 61e1f8128..5cab4ad44 100644 --- a/res/values-hy-rAM/strings.xml +++ b/res/values-hy-rAM/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Ֆայլի աշխատանքը չի աջակցվում:"</string> <string name="rename_error" msgid="6700093173508118635">"Չհաջողվեց վերանվանել փաստաթուղթը"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Անջատել"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Որոշ ֆայլեր փոխարկվել են"</string> @@ -145,4 +144,8 @@ <item quantity="one">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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-in/strings.xml b/res/values-in/strings.xml index b15b1ff3e..f0ec26eba 100644 --- a/res/values-in/strings.xml +++ b/res/values-in/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Operasi file tidak didukung."</string> <string name="rename_error" msgid="6700093173508118635">"Gagal mengganti nama dokumen"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Keluarkan"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Beberapa file dikonversi"</string> @@ -145,4 +144,8 @@ <item quantity="other">Hapus <xliff:g id="COUNT_1">%1$d</xliff:g> item?</item> <item quantity="one">Hapus <xliff:g id="COUNT_0">%1$d</xliff:g> item?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-is-rIS/strings.xml b/res/values-is-rIS/strings.xml index e0bc9c3b7..3d734b246 100644 --- a/res/values-is-rIS/strings.xml +++ b/res/values-is-rIS/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Skráaraðgerðin er ekki studd."</string> <string name="rename_error" msgid="6700093173508118635">"Ekki tókst að endurnefna skjalið"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Fjarlægja"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Sumum skrám var umbreytt"</string> @@ -145,4 +144,8 @@ <item quantity="one">Eyða <xliff:g id="COUNT_1">%1$d</xliff:g> atriði?</item> <item quantity="other">Eyða <xliff:g id="COUNT_1">%1$d</xliff:g> atriðum?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 4f45f4503..23158de52 100644 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Operazione sul file non supportata."</string> <string name="rename_error" msgid="6700093173508118635">"Ridenominazione documento non riuscita"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Espelli"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Alcuni file sono stati convertiti"</string> @@ -145,4 +144,8 @@ <item quantity="other">Eliminare <xliff:g id="COUNT_1">%1$d</xliff:g> elementi?</item> <item quantity="one">Eliminare <xliff:g id="COUNT_0">%1$d</xliff:g> elemento?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-iw/strings.xml b/res/values-iw/strings.xml index 3b70ad6b3..9712a2b89 100644 --- a/res/values-iw/strings.xml +++ b/res/values-iw/strings.xml @@ -126,8 +126,7 @@ <item quantity="other">הועתקו <xliff:g id="COUNT_1">%1$d</xliff:g> קבצים אל הלוח.</item> <item quantity="one">הועתק <xliff:g id="COUNT_0">%1$d</xliff:g> קובץ אל הלוח.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"פעולת הקובץ אינה נתמכת."</string> <string name="rename_error" msgid="6700093173508118635">"הניסיון לשינוי שם המסמך נכשל"</string> <string name="menu_eject_root" msgid="9215040039374893613">"הוצא"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"קבצים מסוימים הומרו"</string> @@ -169,4 +168,8 @@ <item quantity="other">האם למחוק <xliff:g id="COUNT_1">%1$d</xliff:g> פריטים?</item> <item quantity="one">האם למחוק <xliff:g id="COUNT_0">%1$d</xliff:g> פריט?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 09db3f3fe..2a828ba29 100644 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -112,8 +112,7 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個のファイルをクリップボードにコピーしました。</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個のファイルをクリップボードにコピーしました。</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"このファイル操作はサポートされていません。"</string> <string name="rename_error" msgid="6700093173508118635">"ドキュメントの名前を変更できませんでした"</string> <string name="menu_eject_root" msgid="9215040039374893613">"取り外し"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"一部のファイルが変換されました"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> 個の項目を削除しますか?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> 個の項目を削除しますか?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ka-rGE/strings.xml b/res/values-ka-rGE/strings.xml index 3d02395f6..95f408b16 100644 --- a/res/values-ka-rGE/strings.xml +++ b/res/values-ka-rGE/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">მოხდა <xliff:g id="COUNT_1">%1$d</xliff:g> ფაილის გაცვლის ბუფერში კოპირება.</item> <item quantity="one">მოხდა <xliff:g id="COUNT_0">%1$d</xliff:g> ფაილის გაცვლის ბუფერში კოპირება.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ფაილური ოპერაცია მხარდაუჭერელია."</string> <string name="rename_error" msgid="6700093173508118635">"დოკუმენტის გადარქმევა ვერ მოხერხდა"</string> <string name="menu_eject_root" msgid="9215040039374893613">"ამოღება"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"ზოგიერთი ფაილი გარდაქმნილია"</string> @@ -145,4 +144,8 @@ <item quantity="other">გსურთ <xliff:g id="COUNT_1">%1$d</xliff:g> ერთეულის წაშლა?</item> <item quantity="one">გსურთ <xliff:g id="COUNT_0">%1$d</xliff:g> ერთეულის წაშლა?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-kk-rKZ/strings.xml b/res/values-kk-rKZ/strings.xml index a95ac623a..a7e7d84c3 100644 --- a/res/values-kk-rKZ/strings.xml +++ b/res/values-kk-rKZ/strings.xml @@ -112,8 +112,7 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл буферге көшірілді.</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл буферге көшірілді.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Файл операциясына қолдау көрсетілмейді."</string> <string name="rename_error" msgid="6700093173508118635">"Құжаттың аты өзгертілмеді"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Шығару"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Кейбір файлдар түрлендірілді"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> элемент жойылсын ба?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> элемент жойылсын ба?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-km-rKH/strings.xml b/res/values-km-rKH/strings.xml index f2bb8cc62..60a52dbc0 100644 --- a/res/values-km-rKH/strings.xml +++ b/res/values-km-rKH/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">បានចម្លងឯកសារ <xliff:g id="COUNT_1">%1$d</xliff:g> ទៅក្តារតម្បៀតខ្ទាស់</item> <item quantity="one">បានចម្លងឯកសារ <xliff:g id="COUNT_0">%1$d</xliff:g> ទៅក្តារតម្បៀតខ្ទាស់</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"មិនស្គាល់ប្រតិបត្តិការឯកសារនេះទេ។"</string> <string name="rename_error" msgid="6700093173508118635">"បានបរាជ័យក្នុងការប្តូរឈ្មោះឯកសារ"</string> <string name="menu_eject_root" msgid="9215040039374893613">"ដកចេញ"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"ឯកសារមួយចំនួនត្រូវបានបម្លែង"</string> @@ -145,4 +144,8 @@ <item quantity="other">លុបធាតុ <xliff:g id="COUNT_1">%1$d</xliff:g> ឬ?</item> <item quantity="one">លុបធាតុ <xliff:g id="COUNT_0">%1$d</xliff:g> ឬ?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-kn-rIN/strings.xml b/res/values-kn-rIN/strings.xml index 12a975eba..57869b8f8 100644 --- a/res/values-kn-rIN/strings.xml +++ b/res/values-kn-rIN/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ಫೈಲ್ ಕಾರ್ಯಾಚರಣೆ ಬೆಂಬಲಿತವಾಗಿಲ್ಲ."</string> <string name="rename_error" msgid="6700093173508118635">"ಡಾಕ್ಯುಮೆಂಟ್ ಮರುಹೆಸರಿಸಲು ವಿಫಲವಾಗಿದೆ"</string> <string name="menu_eject_root" msgid="9215040039374893613">"ಎಜೆಕ್ಟ್"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"ಕೆಲವು ಫೈಲ್ಗಳನ್ನು ಪರಿವರ್ತಿಸಲಾಗಿದೆ"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index 2d1843dd7..9fa1d2c51 100644 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">파일 <xliff:g id="COUNT_1">%1$d</xliff:g>개를 클립보드에 복사함</item> <item quantity="one">파일 <xliff:g id="COUNT_0">%1$d</xliff:g>개를 클립보드에 복사함</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"파일 작업은 지원되지 않습니다."</string> <string name="rename_error" msgid="6700093173508118635">"문서 이름을 변경하지 못했습니다."</string> <string name="menu_eject_root" msgid="9215040039374893613">"꺼내기"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"일부 파일이 변환되었습니다."</string> @@ -145,4 +144,8 @@ <item quantity="other">항목 <xliff:g id="COUNT_1">%1$d</xliff:g>개를 삭제하시겠습니까?</item> <item quantity="one">항목 <xliff:g id="COUNT_0">%1$d</xliff:g>개를 삭제하시겠습니까?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ky-rKG/strings.xml b/res/values-ky-rKG/strings.xml index 60f3109f2..7e755e76f 100644 --- a/res/values-ky-rKG/strings.xml +++ b/res/values-ky-rKG/strings.xml @@ -112,8 +112,7 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> файл буферге көчүрүлдү.</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> файл буферге көчүрүлдү.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Файлды иштетүү колдоого алынбайт."</string> <string name="rename_error" msgid="6700093173508118635">"Документтин аталышы өзгөртүлбөй калды"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Чыгаруу"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Айрым файлдардын форматы өзгөртүлдү"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> нерсе жок кылынсынбы?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> нерсе жок кылынсынбы?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-lo-rLA/strings.xml b/res/values-lo-rLA/strings.xml index 72455289d..c0f397045 100644 --- a/res/values-lo-rLA/strings.xml +++ b/res/values-lo-rLA/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">ສຳເນົາໄຟລ໌ <xliff:g id="COUNT_1">%1$d</xliff:g> ໄຟລ໌ໃສ່ຄລິບບອດແລ້ວ.</item> <item quantity="one">ສຳເນົາໄຟລ໌ <xliff:g id="COUNT_0">%1$d</xliff:g> ໄຟລ໌ໃສ່ຄລິບບອດແລ້ວ.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ບໍ່ຮອງຮັບການເຮັດວຽກຂອງໄຟລ໌."</string> <string name="rename_error" msgid="6700093173508118635">"ປ່ຽນຊື່ເອກະສານບໍ່ສຳເລັດ"</string> <string name="menu_eject_root" msgid="9215040039374893613">"ຖອດອອກ"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"ປ່ຽນແປງບາງໄຟລ໌ແລ້ວ"</string> @@ -145,4 +144,8 @@ <item quantity="other">ລຶບ <xliff:g id="COUNT_1">%1$d</xliff:g> ລາຍການອອກບໍ?</item> <item quantity="one">ລຶບ <xliff:g id="COUNT_0">%1$d</xliff:g> ລາຍການອອກບໍ?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-lt/strings.xml b/res/values-lt/strings.xml index c017de266..cda989b2f 100644 --- a/res/values-lt/strings.xml +++ b/res/values-lt/strings.xml @@ -126,8 +126,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Failo operacija nepalaikoma."</string> <string name="rename_error" msgid="6700093173508118635">"Nepavyko pervardyti dokumento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Pašalinti"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Kai kurie failai buvo konvertuoti"</string> @@ -169,4 +168,8 @@ <item quantity="many">Ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> elemento?</item> <item quantity="other">Ištrinti <xliff:g id="COUNT_1">%1$d</xliff:g> elementų?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml index a20a793c2..20f0b5976 100644 --- a/res/values-lv/strings.xml +++ b/res/values-lv/strings.xml @@ -119,8 +119,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Faila darbība netiek atbalstīta."</string> <string name="rename_error" msgid="6700093173508118635">"Neizdevās pārdēvēt dokumentu."</string> <string name="menu_eject_root" msgid="9215040039374893613">"Noņemt"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Daži faili tika pārveidoti."</string> @@ -157,4 +156,8 @@ <item quantity="one">Vai izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> vienumu?</item> <item quantity="other">Vai izdzēst <xliff:g id="COUNT_1">%1$d</xliff:g> vienumus?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-mk-rMK/strings.xml b/res/values-mk-rMK/strings.xml index 5232d7674..51392bd35 100644 --- a/res/values-mk-rMK/strings.xml +++ b/res/values-mk-rMK/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Постапката со датотеката не е поддржана."</string> <string name="rename_error" msgid="6700093173508118635">"Документот не успеа да се преименува"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Извади"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Некои датотеки се конвертирани"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ml-rIN/strings.xml b/res/values-ml-rIN/strings.xml index 6abc06747..f49f64ac5 100644 --- a/res/values-ml-rIN/strings.xml +++ b/res/values-ml-rIN/strings.xml @@ -112,8 +112,7 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഫയലുകൾ ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തി.</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഫയൽ ക്ലിപ്പ്ബോർഡിലേക്ക് പകർത്തി.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ഫയൽ പ്രവർത്തനത്തിന് പിന്തുണയില്ല."</string> <string name="rename_error" msgid="6700093173508118635">"ഡോക്യുമെന്റിന്റെ പേരുമാറ്റുന്നത് പരാജയപ്പെട്ടു"</string> <string name="menu_eject_root" msgid="9215040039374893613">"ഒഴിവാക്കുക"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"ചില ഫയലുകൾ പരിവർത്തനം ചെയ്യപ്പെട്ടു"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ഇനങ്ങൾ ഇല്ലാതാക്കണോ?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ഇനം ഇല്ലാതാക്കണോ?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-mn-rMN/strings.xml b/res/values-mn-rMN/strings.xml index 3d951e49a..0d924cc71 100644 --- a/res/values-mn-rMN/strings.xml +++ b/res/values-mn-rMN/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">Түр санах ойд <xliff:g id="COUNT_1">%1$d</xliff:g> файл хуулсан.</item> <item quantity="one">Түр санах ойд <xliff:g id="COUNT_0">%1$d</xliff:g> файл хуулсан.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Файлын үйл ажиллагааг дэмжээгүй."</string> <string name="rename_error" msgid="6700093173508118635">"Документын нэрийг өөрчилж чадсангүй"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Салгах"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Зарим файлыг хөрвүүлсэн"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> зүйлийг устгах уу?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> зүйлийг устгах уу?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-mr-rIN/strings.xml b/res/values-mr-rIN/strings.xml index 89ceea824..48b3f88f4 100644 --- a/res/values-mr-rIN/strings.xml +++ b/res/values-mr-rIN/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"फाईल ऑपरेशन समर्थित नाही."</string> <string name="rename_error" msgid="6700093173508118635">"दस्तऐवज पुनर्नामित करण्यात अयशस्वी झाले"</string> <string name="menu_eject_root" msgid="9215040039374893613">"बाहेर काढा"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"काही फायली रूपांतरित केल्या होत्या"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ms-rMY/strings.xml b/res/values-ms-rMY/strings.xml index 9106ced18..d8128bce7 100644 --- a/res/values-ms-rMY/strings.xml +++ b/res/values-ms-rMY/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Pengendalian fail tidak disokong."</string> <string name="rename_error" msgid="6700093173508118635">"Gagal menamakan semula dokumen"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Keluarkan"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Sesetengah fail telah ditukarkan"</string> @@ -145,4 +144,8 @@ <item quantity="other">Padamkan <xliff:g id="COUNT_1">%1$d</xliff:g> item?</item> <item quantity="one">Padamkan <xliff:g id="COUNT_0">%1$d</xliff:g> item?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-my-rMM/strings.xml b/res/values-my-rMM/strings.xml index 180e1f043..1fa8ae2a6 100644 --- a/res/values-my-rMM/strings.xml +++ b/res/values-my-rMM/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">ဖိုင် <xliff:g id="COUNT_1">%1$d</xliff:g> ဖိုင်ကို ယာယီမှတ်ဉာဏ်ထဲတွင် ခဏသိမ်းထားသည်။</item> <item quantity="one">ဖိုင် <xliff:g id="COUNT_0">%1$d</xliff:g> ဖိုင်ကို ယာယီမှတ်ဉာဏ်ထဲတွင် ခဏသိမ်းထားသည်။</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ဖိုင်ပြင်ဆင်ဆောင်ရွက်ခြင်းကို ပံ့ပိုးမထားပါ။"</string> <string name="rename_error" msgid="6700093173508118635">"စာဖိုင်ကို အမည်ပြောင်းခြင်း မအောင်မြင်ပါ"</string> <string name="menu_eject_root" msgid="9215040039374893613">"ထုတ်ပါ"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"အချို့ဖိုင်များကို ပြောင်းလဲထားသည်"</string> @@ -145,4 +144,8 @@ <item quantity="other">အကြောင်းအရာ <xliff:g id="COUNT_1">%1$d</xliff:g> ခုကို ဖျက်မှာလား။</item> <item quantity="one">အကြောင်းအရာ <xliff:g id="COUNT_0">%1$d</xliff:g> ခုကို ဖျက်မှာလား။</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml index 8416e03fa..3bb31a576 100644 --- a/res/values-nb/strings.xml +++ b/res/values-nb/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Filoperasjonen støttes ikke."</string> <string name="rename_error" msgid="6700093173508118635">"Kunne ikke gi dokumentet nytt navn"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Løs ut"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Noen filer er konvertert"</string> @@ -145,4 +144,8 @@ <item quantity="other">Vil du slette <xliff:g id="COUNT_1">%1$d</xliff:g> elementer?</item> <item quantity="one">Vil du slette <xliff:g id="COUNT_0">%1$d</xliff:g> element?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ne-rNP/strings.xml b/res/values-ne-rNP/strings.xml index 451f9c767..89ebf30d3 100644 --- a/res/values-ne-rNP/strings.xml +++ b/res/values-ne-rNP/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">क्लिपबोर्डमा <xliff:g id="COUNT_1">%1$d</xliff:g> फाइलहरूका प्रतिलिपि बनाइए।</item> <item quantity="one">क्लिपबोर्डमा <xliff:g id="COUNT_0">%1$d</xliff:g> फाइलको प्रतिलिपि बनाइयो।</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"फाइलको कार्यलाई समर्थन छैन।"</string> <string name="rename_error" msgid="6700093173508118635">"कागजातको पुनःनामाकरण गर्न सकिएन"</string> <string name="menu_eject_root" msgid="9215040039374893613">"निकाल्नुहोस्"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"केही फाइलहरू रूपान्तरण गरिएका छन्"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> वस्तुहरूलाई मेट्ने हो?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> वस्तुलाई मेट्ने हो?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml index 4fab175f1..6a80f6c51 100644 --- a/res/values-nl/strings.xml +++ b/res/values-nl/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Bestandsbewerking wordt niet ondersteund."</string> <string name="rename_error" msgid="6700093173508118635">"Kan naam van document niet wijzigen"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Uitwerpen"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Sommige bestanden zijn geconverteerd"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-pa-rIN/strings.xml b/res/values-pa-rIN/strings.xml index fc49b1482..aa93d3916 100644 --- a/res/values-pa-rIN/strings.xml +++ b/res/values-pa-rIN/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ਫ਼ਾਈਲ ਆਪਰੇਸ਼ਨ ਸਮਰਥਿਤ ਨਹੀਂ ਹੈ।"</string> <string name="rename_error" msgid="6700093173508118635">"ਦਸਤਾਵੇਜ਼ ਦਾ ਮੁੜ-ਨਾਮਕਰਨ ਕਰਨਾ ਅਸਫਲ ਰਿਹਾ"</string> <string name="menu_eject_root" msgid="9215040039374893613">"ਬਾਹਰ ਕੱਢੋ"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"ਕੁਝ ਫ਼ਾਈਲਾਂ ਦਾ ਰੂਪਾਂਤਰਨ ਕੀਤਾ ਗਿਆ ਸੀ"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml index 8ab2fc385..14fdcbe02 100644 --- a/res/values-pl/strings.xml +++ b/res/values-pl/strings.xml @@ -126,8 +126,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Operacja na pliku nie jest obsługiwana."</string> <string name="rename_error" msgid="6700093173508118635">"Nie udało się zmienić nazwy dokumentu"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Odłącz"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Niektóre pliki zostały przekonwertowane"</string> @@ -169,4 +168,8 @@ <item quantity="other">Usunąć <xliff:g id="COUNT_1">%1$d</xliff:g> elementu?</item> <item quantity="one">Usunąć <xliff:g id="COUNT_0">%1$d</xliff:g> element?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml index e1a877ebe..cce1858f2 100644 --- a/res/values-pt-rBR/strings.xml +++ b/res/values-pt-rBR/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"A operação do arquivo não é compatível."</string> <string name="rename_error" msgid="6700093173508118635">"Falha ao renomear documento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Ejetar"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Alguns arquivos foram convertidos"</string> @@ -145,4 +144,8 @@ <item quantity="one">Excluir <xliff:g id="COUNT_1">%1$d</xliff:g> item?</item> <item quantity="other">Excluir <xliff:g id="COUNT_1">%1$d</xliff:g> itens?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml index 6c2b29524..2da735a75 100644 --- a/res/values-pt-rPT/strings.xml +++ b/res/values-pt-rPT/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"A operação de ficheiro não é suportada."</string> <string name="rename_error" msgid="6700093173508118635">"Falha ao mudar o nome do documento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Ejetar"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Alguns ficheiros foram convertidos"</string> @@ -145,4 +144,8 @@ <item quantity="other">Pretende eliminar <xliff:g id="COUNT_1">%1$d</xliff:g> itens?</item> <item quantity="one">Pretende eliminar <xliff:g id="COUNT_0">%1$d</xliff:g> item?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-pt/strings.xml b/res/values-pt/strings.xml index e1a877ebe..cce1858f2 100644 --- a/res/values-pt/strings.xml +++ b/res/values-pt/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"A operação do arquivo não é compatível."</string> <string name="rename_error" msgid="6700093173508118635">"Falha ao renomear documento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Ejetar"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Alguns arquivos foram convertidos"</string> @@ -145,4 +144,8 @@ <item quantity="one">Excluir <xliff:g id="COUNT_1">%1$d</xliff:g> item?</item> <item quantity="other">Excluir <xliff:g id="COUNT_1">%1$d</xliff:g> itens?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 135ebec54..4df8586bb 100644 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -119,8 +119,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Funcționarea fișierului nu este acceptată."</string> <string name="rename_error" msgid="6700093173508118635">"Documentul nu a putut fi redenumit"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Scoateți"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Unele fișiere au fost convertite"</string> @@ -157,4 +156,8 @@ <item quantity="other">Ștergeți <xliff:g id="COUNT_1">%1$d</xliff:g> de elemente?</item> <item quantity="one">Ștergeți <xliff:g id="COUNT_0">%1$d</xliff:g> element?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index ec2035fa6..5719457ec 100644 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -126,8 +126,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Файловая операция не поддерживается"</string> <string name="rename_error" msgid="6700093173508118635">"Не удалось переименовать документ"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Извлечь"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Формат некоторых файлов изменен"</string> @@ -169,4 +168,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-si-rLK/strings.xml b/res/values-si-rLK/strings.xml index 3466ab1a1..003cf413e 100644 --- a/res/values-si-rLK/strings.xml +++ b/res/values-si-rLK/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ගොනු මෙහෙයුම සහාය නොදක්වයි."</string> <string name="rename_error" msgid="6700093173508118635">"ලේඛනය යළි නම් කිරීම අසාර්ථක විය"</string> <string name="menu_eject_root" msgid="9215040039374893613">"පිටතට ගන්න"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"සමහර ගොනු පරිවර්තනය කරන ලදී"</string> @@ -145,4 +144,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-sk/strings.xml b/res/values-sk/strings.xml index 3495e68fb..3f748f7bc 100644 --- a/res/values-sk/strings.xml +++ b/res/values-sk/strings.xml @@ -126,8 +126,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Súborová operácia nie je podporovaná."</string> <string name="rename_error" msgid="6700093173508118635">"Premenovanie dokumentu zlyhalo"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Odpojiť"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Niektoré súbory boli konvertované"</string> @@ -169,4 +168,8 @@ <item quantity="other">Odstrániť <xliff:g id="COUNT_1">%1$d</xliff:g> položiek?</item> <item quantity="one">Odstrániť <xliff:g id="COUNT_0">%1$d</xliff:g> položku?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml index e9d35688c..eaac32485 100644 --- a/res/values-sl/strings.xml +++ b/res/values-sl/strings.xml @@ -126,8 +126,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Datotečna operacija ni podprta."</string> <string name="rename_error" msgid="6700093173508118635">"Dokumenta ni bilo mogoče preimenovati"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Izvrzi"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Nekatere datoteke so bile pretvorjene"</string> @@ -169,4 +168,8 @@ <item quantity="few">Ali želite izbrisati <xliff:g id="COUNT_1">%1$d</xliff:g> elemente?</item> <item quantity="other">Ali želite izbrisati <xliff:g id="COUNT_1">%1$d</xliff:g> elementov?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-sq-rAL/strings.xml b/res/values-sq-rAL/strings.xml index d5ed88faf..eeffcf439 100644 --- a/res/values-sq-rAL/strings.xml +++ b/res/values-sq-rAL/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Veprimi i skedarit nuk mbështetet."</string> <string name="rename_error" msgid="6700093173508118635">"Riemërtimi i dokumentit dështoi"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Nxirr"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Disa skedarë u konvertuan"</string> @@ -145,4 +144,8 @@ <item quantity="other">Të fshihen <xliff:g id="COUNT_1">%1$d</xliff:g> artikuj?</item> <item quantity="one">Të fshihet <xliff:g id="COUNT_0">%1$d</xliff:g> artikull?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml index 4dea35e5f..e7d836325 100644 --- a/res/values-sr/strings.xml +++ b/res/values-sr/strings.xml @@ -119,8 +119,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Операција за датотеку није подржана."</string> <string name="rename_error" msgid="6700093173508118635">"Преименовање документа није успело"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Избаци"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Неке датотеке су конвертоване"</string> @@ -157,4 +156,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml index d2f75300f..1b373f8f8 100644 --- a/res/values-sv/strings.xml +++ b/res/values-sv/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Filåtgärden stöds inte."</string> <string name="rename_error" msgid="6700093173508118635">"Det gick inte att byta namn på dokumentet"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Mata ut"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Vissa filer konverterades"</string> @@ -145,4 +144,8 @@ <item quantity="other">Vill du radera <xliff:g id="COUNT_1">%1$d</xliff:g> objekt?</item> <item quantity="one">Vill du radera <xliff:g id="COUNT_0">%1$d</xliff:g> objekt?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-sw/strings.xml b/res/values-sw/strings.xml index 7604497c1..eb263b3d0 100644 --- a/res/values-sw/strings.xml +++ b/res/values-sw/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Utendakazi wa faili hauwezi kutumika."</string> <string name="rename_error" msgid="6700093173508118635">"Imeshindwa kubadilisha jina la hati"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Ondoa"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Imebadilisha muundo wa baadhi ya faili"</string> @@ -145,4 +144,8 @@ <item quantity="other">Ungependa kufuta vipengee <xliff:g id="COUNT_1">%1$d</xliff:g>?</item> <item quantity="one">Ungependa kufuta kipengee <xliff:g id="COUNT_0">%1$d</xliff:g>?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ta-rIN/strings.xml b/res/values-ta-rIN/strings.xml index cbe66826c..d27ac83bb 100644 --- a/res/values-ta-rIN/strings.xml +++ b/res/values-ta-rIN/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">கிளிப்போர்டுக்கு <xliff:g id="COUNT_1">%1$d</xliff:g> கோப்புகள் நகலெடுக்கப்பட்டன.</item> <item quantity="one">கிளிப்போர்டுக்கு <xliff:g id="COUNT_0">%1$d</xliff:g> கோப்பு நகலெடுக்கப்பட்டது.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"கோப்புச் செயல்பாடு ஆதரிக்கப்படவில்லை."</string> <string name="rename_error" msgid="6700093173508118635">"ஆவணத்தின் பெயரை மாற்ற முடியவில்லை"</string> <string name="menu_eject_root" msgid="9215040039374893613">"வெளியேற்று"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"சில கோப்புகள் மாற்றப்பட்டன"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> உருப்படிகளை நீக்கவா?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> உருப்படியை நீக்கவா?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-te-rIN/strings.xml b/res/values-te-rIN/strings.xml index f4a12de86..380e9f340 100644 --- a/res/values-te-rIN/strings.xml +++ b/res/values-te-rIN/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">క్లిప్బోర్డ్కి <xliff:g id="COUNT_1">%1$d</xliff:g> ఫైల్లను కాపీ చేసారు.</item> <item quantity="one">క్లిప్బోర్డ్కి <xliff:g id="COUNT_0">%1$d</xliff:g> ఫైల్ని కాపీ చేసారు.</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ఫైల్ చర్యకు మద్దతు లేదు."</string> <string name="rename_error" msgid="6700093173508118635">"పత్రం పేరు మార్చడంలో విఫలమైంది"</string> <string name="menu_eject_root" msgid="9215040039374893613">"తీసివేయి"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"కొన్ని పైల్లు మార్చబడ్డాయి"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> అంశాలను తొలగించాలా?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> అంశాన్ని తొలగించాలా?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-th/strings.xml b/res/values-th/strings.xml index 182845a89..05dcdcdd1 100644 --- a/res/values-th/strings.xml +++ b/res/values-th/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">คัดลอก <xliff:g id="COUNT_1">%1$d</xliff:g> ไฟล์ไปยังคลิปบอร์ดแล้ว</item> <item quantity="one">คัดลอก <xliff:g id="COUNT_0">%1$d</xliff:g> ไฟล์ไปยังคลิปบอร์ดแล้ว</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"ไม่รองรับการดำเนินการไฟล์"</string> <string name="rename_error" msgid="6700093173508118635">"ไม่สามารถเปลี่ยนชื่อเอกสาร"</string> <string name="menu_eject_root" msgid="9215040039374893613">"นำอุปกรณ์ออก"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"แปลงบางไฟล์แล้ว"</string> @@ -145,4 +144,8 @@ <item quantity="other">ลบ <xliff:g id="COUNT_1">%1$d</xliff:g> รายการใช่ไหม</item> <item quantity="one">ลบ <xliff:g id="COUNT_0">%1$d</xliff:g> รายการใช่ไหม</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-tl/strings.xml b/res/values-tl/strings.xml index 71def63bd..385323dc2 100644 --- a/res/values-tl/strings.xml +++ b/res/values-tl/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Hindi sinusuportahan ang operasyon sa file."</string> <string name="rename_error" msgid="6700093173508118635">"Hindi napalitan ang pangalan ng dokumento"</string> <string name="menu_eject_root" msgid="9215040039374893613">"I-eject"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Na-convert ang ilang file"</string> @@ -145,4 +144,8 @@ <item quantity="one">Gusto mo bang i-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> item?</item> <item quantity="other">Gusto mo bang i-delete ang <xliff:g id="COUNT_1">%1$d</xliff:g> na item?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml index 5af61fc66..ecabdbce9 100644 --- a/res/values-tr/strings.xml +++ b/res/values-tr/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Dosya işlemi desteklenmiyor."</string> <string name="rename_error" msgid="6700093173508118635">"Dokümanın adı değiştirilemedi"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Çıkar"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Bazı dosyalar dönüştürüldü"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> öğe silinsin mi?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> öğe silinsin mi?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index f7da7db82..416bfb410 100644 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -126,8 +126,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Операція з файлом не підтримується."</string> <string name="rename_error" msgid="6700093173508118635">"Не вдалося перейменувати документ"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Вийняти"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Деякі файли конвертовано"</string> @@ -169,4 +168,8 @@ <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> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-ur-rPK/strings.xml b/res/values-ur-rPK/strings.xml index 2c8e08909..df415cee9 100644 --- a/res/values-ur-rPK/strings.xml +++ b/res/values-ur-rPK/strings.xml @@ -112,8 +112,7 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> فائلز کلپ بورڈ پر کاپی کی گئیں۔</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> فائل کلپ بورڈ پر کاپی کی گئی۔</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"فائل آپریشن تعاون یافتہ نہیں ہے۔"</string> <string name="rename_error" msgid="6700093173508118635">"دستاویز کا نام تبدیل کرنے میں ناکام"</string> <string name="menu_eject_root" msgid="9215040039374893613">"خارج کریں"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"کچھ فائلوں کو تبدیل کیا گیا تھا"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> آئٹمز حذف کریں؟</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> آئٹم حذف کریں؟</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-uz-rUZ/strings.xml b/res/values-uz-rUZ/strings.xml index 35437cce8..6bc471a8e 100644 --- a/res/values-uz-rUZ/strings.xml +++ b/res/values-uz-rUZ/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Fayl amallari ishlamaydi"</string> <string name="rename_error" msgid="6700093173508118635">"Hujjatni qayta nomlab bo‘lmadi"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Chiqarish"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Bir nechta fayllar o‘girildi"</string> @@ -145,4 +144,8 @@ <item quantity="other"><xliff:g id="COUNT_1">%1$d</xliff:g> ta element o‘chirib tashlansinmi?</item> <item quantity="one"><xliff:g id="COUNT_0">%1$d</xliff:g> ta element o‘chirib tashlansinmi?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml index ae1fab72d..60b348ff1 100644 --- a/res/values-vi/strings.xml +++ b/res/values-vi/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Thao tác tệp không được hỗ trợ."</string> <string name="rename_error" msgid="6700093173508118635">"Không đổi được tên tài liệu"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Đẩy ra"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Đã chuyển đổi một số tệp"</string> @@ -145,4 +144,8 @@ <item quantity="other">Xóa <xliff:g id="COUNT_1">%1$d</xliff:g> mục?</item> <item quantity="one">Xóa <xliff:g id="COUNT_0">%1$d</xliff:g> mục?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 8c5f97164..bce87110a 100644 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">已将 <xliff:g id="COUNT_1">%1$d</xliff:g> 个文件复制到剪贴板。</item> <item quantity="one">已将 <xliff:g id="COUNT_0">%1$d</xliff:g> 个文件复制到剪贴板。</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"不支持文件操作。"</string> <string name="rename_error" msgid="6700093173508118635">"无法重命名文档"</string> <string name="menu_eject_root" msgid="9215040039374893613">"退出"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"部分文件已转换成其他格式"</string> @@ -145,4 +144,8 @@ <item quantity="other">要删除 <xliff:g id="COUNT_1">%1$d</xliff:g> 项吗?</item> <item quantity="one">要删除 <xliff:g id="COUNT_0">%1$d</xliff:g> 项吗?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml index 4aa567553..c4bc4b193 100644 --- a/res/values-zh-rHK/strings.xml +++ b/res/values-zh-rHK/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">已將 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案複製到剪貼簿。</item> <item quantity="one">已將 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案複製到剪貼簿。</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"不支援檔案操作。"</string> <string name="rename_error" msgid="6700093173508118635">"無法重新命名文件"</string> <string name="menu_eject_root" msgid="9215040039374893613">"逐出"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"部分檔案已轉換成其他格式"</string> @@ -145,4 +144,8 @@ <item quantity="other">要刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目嗎?</item> <item quantity="one">要刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目嗎?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 4465edc4b..57d4dff02 100644 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -112,8 +112,7 @@ <item quantity="other">已將 <xliff:g id="COUNT_1">%1$d</xliff:g> 個檔案複製到剪貼簿。</item> <item quantity="one">已將 <xliff:g id="COUNT_0">%1$d</xliff:g> 個檔案複製到剪貼簿。</item> </plurals> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"不支援的檔案操作。"</string> <string name="rename_error" msgid="6700093173508118635">"無法重新命名文件"</string> <string name="menu_eject_root" msgid="9215040039374893613">"退出"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"部分檔案已轉換成其他格式"</string> @@ -145,4 +144,8 @@ <item quantity="other">要刪除 <xliff:g id="COUNT_1">%1$d</xliff:g> 個項目嗎?</item> <item quantity="one">要刪除 <xliff:g id="COUNT_0">%1$d</xliff:g> 個項目嗎?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> diff --git a/res/values-zu/strings.xml b/res/values-zu/strings.xml index ceb8940f8..3c6c87a20 100644 --- a/res/values-zu/strings.xml +++ b/res/values-zu/strings.xml @@ -112,8 +112,7 @@ <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> - <!-- no translation found for file_operation_error (5016141190607538391) --> - <skip /> + <string name="file_operation_error" msgid="5016141190607538391">"Umsebenzi wefayela awusekelwa."</string> <string name="rename_error" msgid="6700093173508118635">"Yehlulekile ukuqamba kabusha idokhumenti"</string> <string name="menu_eject_root" msgid="9215040039374893613">"Khipha"</string> <string name="notification_copy_files_converted_title" msgid="6916768494891833365">"Amanye amafayela aguqulelwe"</string> @@ -145,4 +144,8 @@ <item quantity="one">Susa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>?</item> <item quantity="other">Susa izinto ezingu-<xliff:g id="COUNT_1">%1$d</xliff:g>?</item> </plurals> + <!-- no translation found for documents_shortcut_label (6185476684846785830) --> + <skip /> + <!-- no translation found for downloads_shortcut_label (9109062409874698197) --> + <skip /> </resources> |