Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
b53e1cc
Automatic translation import
mikeNG Mar 17, 2016
ef48c44
Automatic translation import
mikeNG Mar 27, 2016
de3fb3d
Default file manager fails to search files with Russian file name
jaffersulaiman Mar 30, 2016
7099374
Automatic translation import
mikeNG Apr 5, 2016
e56b31d
Automatic translation import
mikeNG Apr 16, 2016
1ebecf9
CMFileManager: Don't add bad search results to the list
cretin45 May 3, 2016
001a4a3
CMFM: Fix permission styles
cretin45 May 3, 2016
fa5b864
CMFM: Fix styles
cretin45 May 4, 2016
7c7584c
CMFM: Adjust mimetype query to account for appended user directory
cretin45 May 5, 2016
fb5b914
CMFileManager: Fix problem when "Use swipe gestures" on
May 5, 2016
c25f3b9
CMFM: Fix landscape/rotation issues in file system info dialog
cretin45 May 5, 2016
825c86e
Refresh icons view when switching between portrait and landscape
kmaini May 9, 2016
a00e873
Automatic translation import
mikeNG May 10, 2016
d027047
Filter display of non-relevant results in search results
kmaini May 12, 2016
6fac9aa
Automatic translation import
ciwrl May 15, 2016
9d2b05e
Remove "Properties" from action menu for secure directory
shpen May 18, 2016
b0829d6
FileManager : Index all storage volumes
Danesh May 20, 2016
bbf2266
PickerActivity: Grant read url permission
May 25, 2016
7201e71
Remove set as home menu item for secure storage
May 26, 2016
1f47310
Fix crash when rotate to landscape without grant permission
May 26, 2016
8e28d1f
Automatic translation import
Jun 1, 2016
90cb9de
Flush the shell console after each command
ikalkov May 11, 2016
b666626
CMFM: Make sure no NPE happens
BadDaemon Jun 5, 2016
f86cee7
Check if view is inited when screen rotated
Jun 8, 2016
bb9e0c5
Invalidate preferences headers when resuming
0xD34D Jun 12, 2015
83abccb
Filter out vnd.android.cursor mimetype for Picker
Jun 13, 2016
5042221
Fix sort mode popup after rotation from portrait to landscape
Jun 14, 2016
2436b83
Automatic translation import
Jun 17, 2016
2274d21
Search: Hide progress spinner if search fails
Jun 30, 2015
80077de
ListPopupWindow: set height of the list
Aug 6, 2015
e337edc
Fix Rename on VFat
Aug 26, 2015
994dd34
Navigate to path when launched from folder shortcut
Jun 23, 2016
92ac0ff
Remove send/send multiple if intent doesn't resolve to any activity
Jun 23, 2016
faa6c46
Assign application/octet-stream to unknown file extensions
Jun 23, 2016
70addac
Fix no icon for 3GP files
Jun 22, 2016
95c92cb
Fix crash when long press directory
Jun 27, 2016
65db040
FileManager : Update to use toybox ls
Danesh Jun 27, 2016
377e629
Automatic translation import
Jun 29, 2016
ebddaa9
CMFM: Little cleanup
BadDaemon Jul 1, 2016
fc89b23
Automatic translation import
Jul 12, 2016
a458fc2
Automatic translation import
Jul 15, 2016
dd5f2c9
Automatic translation import
Jul 19, 2016
a12e80f
Automatic translation import
Jul 21, 2016
3d80dd5
Automatic translation import
Jul 26, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
548 changes: 280 additions & 268 deletions res/layout/filesystem_info_dialog.xml

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions res/values-ar/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,12 @@
<item quantity="other">تم تحديد <xliff:g id="files">%1$d</xliff:g> ملفات.</item>
</plurals>
<!-- Actions - Confirm the number of items that are going to be deleted -->
<plurals name="deleting_n_items">
<item quantity="zero">سيتم حذف العناصر <xliff:g id="count">%1$d</xliff:g>.</item>
<item quantity="one">سيتم حذف <xliff:g id="count">%1$d</xliff:g> عناصر.</item>
<item quantity="two">سيتم حذف عنصرين.</item>
<item quantity="few">سيتم حذف <xliff:g id="count">%1$d</xliff:g> عنصر.</item>
<item quantity="many">سيتم حذف <xliff:g id="count">%1$d</xliff:g> عنصر.</item>
<item quantity="other">سيتم حذف <xliff:g id="count">%1$d</xliff:g> عنصر.</item>
</plurals>
</resources>
2 changes: 2 additions & 0 deletions res/values-ar/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -768,5 +768,7 @@
<!-- Welcome Dialog - Message -->
<string name="welcome_msg">مرحباً بكم في إدرة ملفات CyanogenMod.\n\n هذا التطبيق يتيح لك استكشاف نظام الملفات والقيام بعمليات قد تؤدي إلى خرق الجهاز الخاص بك. لمنع التلف، سيبدأ التطبيق في الوضع الآمن، الوضع ذو الامتيازات المنخفضة.\n\nيمكنك الموصل إلى الوضع المتقدم ذو الامتيازات الكاملة عبر الإعدادات. تقع عليك المسؤولية في ضمان عدم قيام العملية بخرق نظامك. \n\n فريق CyanogenMod</string>
<string name="activity_not_found_exception">تعذر العثور على تطبيق لفتح هذا الملف</string>
<string name="storage_permissions_denied">إدارة الملفات تتطلب إذن للتخزين من أجل عرض الملفات الخاصة بك.</string>
<string name="storage_permissions_explanation">انتقل إلى إعدادات، وانقر فوق الصلاحيات لمنح إذن.</string>
<string name="snackbar_settings">إعدادات</string>
</resources>
24 changes: 24 additions & 0 deletions res/values-as-rIN/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,31 @@
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<plurals name="n_folders">
<item quantity="one"><xliff:g id="folders">%1$d</xliff:g> ফ\'ল্ডাৰ</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> ফ\'ল্ডাৰ্চ</item>
</plurals>
<plurals name="n_files">
<item quantity="one"><xliff:g id="files">%1$d</xliff:g> ফাইল</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> ফাইল্চ</item>
</plurals>
<!-- Search - Found items -->
<plurals name="search_found_items">
<item quantity="one"><xliff:g id="count">%1$d</xliff:g> আইটেম পোৱা গৈছে</item>
<item quantity="other"><xliff:g id="count">%d</xliff:g> আইটেম পোৱা গৈছে</item>
</plurals>
<!-- Statusbar text if there are selected files or folders -->
<plurals name="selection_folders">
<item quantity="one"><xliff:g id="folders">%1$d</xliff:g> ফ\'ল্ডাৰ চয়ন কৰা হৈছে।</item>
<item quantity="other"><xliff:g id="folders">%1$d</xliff:g> ফ\'ল্ডাৰ চয়ন কৰা হৈছে।</item>
</plurals>
<plurals name="selection_files">
<item quantity="one"><xliff:g id="files">%1$d</xliff:g> ফাইল চয়ন কৰা হৈছে।</item>
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> ফাইল চয়ন কৰা হৈছে।</item>
</plurals>
<!-- Actions - Confirm the number of items that are going to be deleted -->
<plurals name="deleting_n_items">
<item quantity="one"><xliff:g id="count">%1$d</xliff:g> আইটেম বিলোপ কৰা হ\'ব।</item>
<item quantity="other"><xliff:g id="count">%1$d</xliff:g> আইটেম বিলোপ কৰা হ\'ব।</item>
</plurals>
</resources>
391 changes: 391 additions & 0 deletions res/values-as-rIN/strings.xml

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions res/values-ast-rES/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@
<!-- Bookmarks - Bookmarks - Actions - Bookmark successfully added -->
<string name="bookmarks_msgs_add_success">Amestóse\'l marcador.</string>
<!-- Bookmarks - Bookmarks - Actions - Bookmark already exists -->
<string name="bookmarks_msgs_add_exists">Yá esiste\'l marcador.</string>
<!-- Initial directory dialog title -->
<string name="initial_directory_dialog_title">Carpeta inicial</string>
<!-- Initial directory label -->
Expand Down Expand Up @@ -713,10 +714,13 @@
<string name="ash_variable">Variable</string>
<!-- Secure Storage -->
<!-- Secure Storage dialog title - Unlock -->
<string name="secure_storage_unlock_title">Desbloquiar almacenamientu seguru</string>
<!-- Secure Storage dialog title - Create -->
<string name="secure_storage_create_title">Crear almacenamientu seguru</string>
<!-- Secure Storage dialog title - Reset -->
<string name="secure_storage_reset_title">Restablecer contraseña</string>
<!-- Secure Storage dialog title - Delete -->
<string name="secure_storage_delete_title">Desaniciar almacenamientu seguru</string>
<!-- Secure Storage unlock dialog message (secure storage exists) -->
<string name="secure_storage_unlock_key_prompt_msg">Escribi la contraseña pa desbloquiar el sistema d\'almacenamientu de ficheros seguru.</string>
<!-- Secure Storage unlock dialog message (new secure storage) -->
Expand Down Expand Up @@ -767,5 +771,7 @@
<!-- Welcome Dialog - Message -->
<string name="welcome_msg">Bienllegáu al esplorador de ficheros de CyanogenMod.\n\nEsta aplicación dexa esplorar el sistema de ficheros y con ello, facer aiciones que puen llegar a bloquiar el preséu. Pa evitalo, l\'aplicación va aniciase en mou seguru.\n\nVas poder acceder al mou avanzáu de superusuariu per aciu del menú Axustes, pero va ser baxo la to responsabilidá l\'evitar qu\'una operación frañe\'l preséu.\n\nL\'equipu de CyanogenMod.\n</string>
<string name="activity_not_found_exception">Nun pudo atopase una app p\'abrir esti ficheru</string>
<string name="storage_permissions_denied">El xestor de ficheros rique\'l permisu d\'almacemientu pa ver los tos ficheros.</string>
<string name="storage_permissions_explanation">Vete a Axustes y calca en Permisos pa conceder el permisu.</string>
<string name="snackbar_settings">Axustes</string>
</resources>
18 changes: 9 additions & 9 deletions res/values-bg/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
<!-- Operation not permitted in the current directory -->
<string name="msgs_operation_not_allowed_in_current_directory">Целевата папката не може да бъде подпапка на източника или в директорията на източника.</string>
<!-- The advice message prior to exit the app -->
<string name="msgs_push_again_to_exit">Натиснете отново за да изход.</string>
<string name="msgs_push_again_to_exit">Натиснете отново за изход.</string>
<!-- There is no registered app that can handle the mime-type -->
<string name="msgs_not_registered_app">Няма приложение, регистрирано да обработва типа на избрания файл.</string>
<!-- Overwrite files? -->
Expand Down Expand Up @@ -280,7 +280,7 @@
<!-- Search - Search activity title -->
<string name="search">Резултати от търсенето</string>
<!-- Search - Search hint message -->
<string name="search_hint">Въведете вашето търсене</string>
<string name="search_hint">Въведете условие за търсене</string>
<!-- Search - Voice search hint message -->
<string name="search_voice_hint">Гласово търсене</string>
<!-- Search - Search error message -->
Expand All @@ -298,7 +298,7 @@
<!-- Search - Searching dialog title -->
<string name="searching">Моля, изчакайте\u2026</string>
<!-- Search - Searching label -->
<string name="searching_action_label">Търсене в ход</string>
<string name="searching_action_label">В процес на търсене</string>
<!-- Picker Activity -->
<!-- Picker Activity - Dialog title -->
<string name="picker_title">Изберете файл</string>
Expand Down Expand Up @@ -418,7 +418,7 @@
<!-- Actions Dialog - Menu - Move selection -->
<string name="actions_menu_move_selection">Премести избраното тук</string>
<!-- Actions Dialog - Menu - Delete selection -->
<string name="actions_menu_delete_selection">Изтриване на избраното</string>
<string name="actions_menu_delete_selection">Изтриване</string>
<!-- Actions Dialog - Menu - Compress selection -->
<string name="actions_menu_compress_selection">Компресиране на избраното</string>
<!-- Actions Dialog - Menu - Create link -->
Expand Down Expand Up @@ -446,7 +446,7 @@
<!-- Actions Dialog - Menu - Properties -->
<string name="actions_menu_properties">Свойства</string>
<!-- Actions Dialog - Menu - Add to bookmarks -->
<string name="actions_menu_add_to_bookmarks">Добави към отметките</string>
<string name="actions_menu_add_to_bookmarks">Добави към отметки</string>
<!-- Actions Dialog - Menu - Add shortcut -->
<string name="actions_menu_add_shortcut">Добавяне на пряк път</string>
<!-- Actions Dialog - Menu - Open parent folder -->
Expand Down Expand Up @@ -583,7 +583,7 @@
<!-- Preferences - General - Use flinger detection -->
<string name="pref_use_flinger">Използвай жестове</string>
<!-- Preferences - General - Use flinger detection summary -->
<string name="pref_use_flinger_summary">Използвайте плъзгане от наляво на десно за да изтривате файлове или папки</string>
<string name="pref_use_flinger_summary">Плъзгане от ляво надясно за да изтриете даден файл или папка</string>
<!-- Preferences - General - Advanced settings category -->
<string name="pref_general_advanced_settings_category">Разширени</string>
<!-- Preferences - General - Access mode -->
Expand Down Expand Up @@ -623,7 +623,7 @@
<!-- Preferences - Search - Save search terms -->
<string name="pref_save_search_terms">Запиши критериите за търсене</string>
<!-- Preferences - Search - Save search terms summary on -->
<string name="pref_save_search_terms_on">Термини за търсене ще бъдат съхранени и използвани както предложения в бъдеще търсения</string>
<string name="pref_save_search_terms_on">Критериите за търсене ще бъдат съхранени и използвани, като предложения в бъдещи търсения</string>
<!-- Preferences - Search - Save search terms summary off -->
<string name="pref_save_search_terms_off">Критериите за търсене няма да бъдат записвани</string>
<!-- Preferences - Search - Remove saved search terms -->
Expand Down Expand Up @@ -764,9 +764,9 @@
<!-- Welcome Dialog - Title -->
<string name="welcome_title">Добре дошли</string>
<!-- Welcome Dialog - Message -->
<string name="welcome_msg">Добре дошли в CyanogenMod файловия мениджър.\n\nТова приложение ви позволява да проучите файловата система и операции, които могат да блокират вашето устройство. За да предотвратите повреда, приложението ще започне в сигурен ниско правен режим.\n\nВие може да влезете в администраторски режим чрез настройките, но на своя отговорност.\n\nThe CyanogenMod екип</string>
<string name="welcome_msg">Добре дошли във файловия мениджър на CyanogenMod.\n\nТова приложение Ви позволява да проучите файловата система и позволява операции, които могат да блокират вашето устройство. За да предотврати повреда, приложението ще започне в сигурен ниско правен режим.\n\nВие може да влезете в администраторски режим чрез настройките, но на своя отговорност.\n\nThe CyanogenMod Team</string>
<string name="activity_not_found_exception">Не може да намери приложение, за отварянето на този файл</string>
<string name="storage_permissions_denied">Мениджъра на файлове изисква разрешение до устройството с памет, за да видите вашите файлове.</string>
<string name="storage_permissions_explanation">Отидете в Настройки / Разрешения за да дадете разрешение.</string>
<string name="storage_permissions_explanation">Отидете в Настройки и кликнете върху \" Разрешения \" за да дадете разрешение за достъп.</string>
<string name="snackbar_settings">Настройки</string>
</resources>
4 changes: 4 additions & 0 deletions res/values-bn-rBD/plurals.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@
<item quantity="other"><xliff:g id="files">%1$d</xliff:g> টি ফাইল নির্বাচিত।</item>
</plurals>
<!-- Actions - Confirm the number of items that are going to be deleted -->
<plurals name="deleting_n_items">
<item quantity="one"><xliff:g id="count">%1$d </xliff:g> টি আইটেম মুছতে যাচ্ছে।</item>
<item quantity="other"><xliff:g id="count">%1$d </xliff:g> টি আইটেম মুছতে যাচ্ছে।</item>
</plurals>
</resources>
8 changes: 4 additions & 4 deletions res/values-ca/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
<!-- Initial directory dialog title -->
<string name="initial_directory_dialog_title">Carpeta inicial</string>
<!-- Initial directory label -->
<string name="initial_directory_label">Escull la carpeta inicial:</string>
<string name="initial_directory_label">Tria la carpeta inicial:</string>
<!-- Initial directory is relative -->
<string name="initial_directory_relative_msg">Les rutes relatives no estan permeses.</string>
<!-- Initial directory error message -->
Expand Down Expand Up @@ -602,9 +602,9 @@
<!-- Preferences - General - Root access mode summary -->
<string name="pref_access_mode_root_summary">Mode d\'accés de superusuari\n\nAlerta! Aquest mode permet operacions que podrien espatllar el teu dispositiu. És la teva responsabilitat assegurar que les operacions són segures</string>
<!-- Preferences - General - Restrict secondary users access title -->
<string name="pref_restrict_secondary_users_access_title">Restringir l\'accés dels usuaris</string>
<string name="pref_restrict_secondary_users_access_title">Restringeix l\'accés dels usuaris</string>
<!-- Preferences - General - Restrict secondary users access summary -->
<string name="pref_restrict_secondary_users_access_summary">Restringir l\'accés a tot el sistema als usuaris secundaris</string>
<string name="pref_restrict_secondary_users_access_summary">Restringeix l\'accés a tot el sistema als usuaris secundaris</string>
<!-- Preferences - Search - Results category -->
<string name="pref_search_results_category">Resultats</string>
<!-- Preferences - Search - Show relevance widget -->
Expand Down Expand Up @@ -706,7 +706,7 @@
<string name="ash_singleline_comment">Comentari d\'una sola línia</string>
<string name="ash_multiline_comment">Comentari multi-línia</string>
<string name="ash_keyword">Paraula clau</string>
<string name="ash_quoted_string">Cadena comentada</string>
<string name="ash_quoted_string">Cadena citada</string>
<string name="ash_variable">Variable</string>
<!-- Secure Storage -->
<!-- Secure Storage dialog title - Unlock -->
Expand Down
22 changes: 22 additions & 0 deletions res/values-csb-rPL/plurals.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!--Generated by crowdin.com-->
<!--
Copyright (C) 2012-2014 The CyanogenMod 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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Search - Found items -->
<!-- Statusbar text if there are selected files or folders -->
<!-- Actions - Confirm the number of items that are going to be deleted -->
</resources>
Loading