aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
blob: bf37f50af7e457d94786d5d0733201d140445a58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
<?xml version="1.0" encoding="utf-8"?>
<!--
 ** Copyright (C) 2012 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">

  <!-- The name of the application -->
  <string name="app_name">CMExplorer</string>
  <!-- The description of the application -->
  <string name="app_description">A CyanogenMod file manager.</string>

  <!-- Human readable sizes -->
  <string name="size_bytes" translatable="false">B </string>
  <string name="size_kilobytes" translatable="false">Kb</string>
  <string name="size_megabytes" translatable="false">Mb</string>
  <string name="size_gigabytes" translatable="false">Gb</string>

  <!-- Devices types -->
  <string name="device_blockdevice">Block device</string>
  <string name="device_characterdevice">Character device</string>
  <string name="device_namedpipe">Named pipe</string>
  <string name="device_domainsocket">Domain socket</string>

  <!-- Mount Point States -->
  <string name="mount_point_readonly">RO</string>
  <string name="mount_point_readwrite">RW</string>

  <!-- Default buttons -->
  <string name="ok">@android:string/ok</string>
  <string name="cancel">@android:string/cancel</string>
  <string name="yes">Yes</string>
  <string name="no">No</string>
  <string name="all">All</string>
  <string name="overwrite">Overwrite</string>

  <!-- Consoles -->
  <string name="non_privileged_console">Non-Privileged Console</string>
  <string name="privileged_console">Privileged Console</string>

  <!-- The root directory name -->
  <string name="root_directory_name"><![CDATA[<Root directory>]]></string>
  <!-- The search result name -->
  <string name="search_result_name">Search: <xliff:g id="terms">%1$s</xliff:g></string>

  <!-- Messages titles -->
  <string name="title_warning">Warning</string>
  <string name="title_error">Error</string>
  <string name="title_question">Question</string>

  <!-- Loading waiting message -->
  <string name="loading_message">Loading&#8230;</string>
  <!-- Computing message -->
  <string name="computing_message"><xliff:g id="data">%1$s</xliff:g></string>
  <!-- Computing new line message -->
  <string name="computing_message_ln"><xliff:g id="data">%1$s</xliff:g></string>
  <!-- Canceled message -->
  <string name="canceled_message">Canceled.</string>
  <!-- Error message -->
  <string name="error_message">Error.</string>

  <!-- A console can't not be created. Ask the user to change to advanced model -->
  <string name="msgs_change_to_advanced_console_selection">
    The application is not capable of create a console. The only way to run the application
    is to change to advanced console selection and to a non-privileged console.\n\n
    Apply this changes?</string>

  <!-- A console can't not be created. Without a console the application can't continue -->
  <string name="msgs_cant_create_console">The application is not capable of create a console. The
    application can\'t work without a console.</string>
  <!-- The message show when a allocation of a privileged console fails, and a non
       privileged is allocated -->
  <string name="msgs_privileged_console_alloc_failed">A privileged console can\'t be allocated.\n
    Changing to a non-privileged console.</string>
  <!-- The operation to change to other kind of console failed -->
  <string name="msgs_console_change_failed">Change to new type of console failed.</string>
  <!-- The selected setting was not applied nor stored -->
  <string name="msgs_settings_save_failure">The setting can\'t be stored or applied.</string>
  <!-- The initial directory has an invalid directory -->
  <string name="msgs_settings_invalid_initial_directory">Initial directory
    "<xliff:g id="initial_dir">%1$s</xliff:g>" is invalid. Changing to root directory</string>

  <!-- Success -->
  <string name="msgs_success">The operation was completed successfully.</string>
  <!-- Unknown error -->
  <string name="msgs_unknown">An error was detected. The operation was unsuccessful.</string>
  <!-- When an operation requires elevated privileged (normally because a non-privileged
       was used) -->
  <string name="msgs_insufficient_permissions">The operation requires elevated permissions. Try
    to change to a privileged console.</string>
  <!-- The file or directory was not found -->
  <string name="msgs_file_not_found">The file or folder was not found.</string>
  <!-- The command reference can't be created (not found or invalid definition)
       (cause by a development error) -->
  <string name="msgs_command_not_found">The operation\'s command is not found or has an
    invalid definition.</string>
  <!-- I/O exception -->
  <string name="msgs_io_failed">Read/write failure.</string>
  <!-- Operation timeout detected -->
  <string name="msgs_operation_timeout">Operation timeout!</string>
  <!-- The operation returns an invalid exit code -->
  <string name="msgs_operation_failure">The operation failed</string>
  <!-- A console can't not be allocated (FATAL. There is no way to execute commands) -->
  <string name="msgs_console_alloc_failure">A privileged console can\'t be allocated.</string>
  <!-- An operation can't not be canceled -->
  <string name="msgs_operation_can_not_be_canceled">The operation can\'t be canceled.</string>
  <!-- An operation can't not be canceled -->
  <string name="msgs_read_only_filesystem">The filesystem is read-only. Try to mount the
    filesystem as read-write before do a write operation.</string>
  <!-- Illegal argument -->
  <string name="msgs_illegal_argument">Illegal argument. Invocation failed.</string>
  <!-- An operation will cause incosistencies -->
  <string name="msgs_unresolved_inconsistencies">
    The operation is now allowed, because it would create inconsistencies.</string>
  <!-- The operation is now allowed in the current directory -->
  <string name="msgs_operation_not_allowed_in_current_directory">
    The operation is now allowed in the current directory.</string>

  <!-- A message advise before close the application -->
  <string name="msgs_push_again_to_exit">Push again back button to exit.</string>

  <!-- There is no registered application that can handle the mime/type -->
  <string name="msgs_not_registered_app">There is not registered app that can handle
    the file type selected.</string>

  <!-- Overwrite files? -->
  <string name="msgs_overwrite_files">
    Some of the files exist in the destination directory.</string>

  <!-- An association of an action failed -->
  <string name="msgs_action_association_failed">The association of the action failed.</string>

  <!-- An operation requires a read-write filesystem -->
  <string name="advise_read_only_filesystem">The operation requires a read-write filesystem.\n\n
    Do you want to remount the filesystem as read-write?</string>
  <!-- An operation requires elevated privileged -->
  <string name="advise_insufficient_permissions">The operation requires elevated privileged.\n\n
    Do you want to change to a privileged console?</string>


  <!-- The parent directory of the current directory in navigation view -->
  <string name="parent_dir">Parent Directory</string>
  <!-- External Storage descripton -->
  <string name="external_storage">External storage</string>
  <!-- Usb Storage descripton -->
  <string name="usb_storage">Usb storage</string>

  <!-- ActionBar Buttons > FileSystem -->
  <string name="actionbar_button_filesystem_cd">Filesystem info</string>
  <!-- ActionBar Buttons > Navigation View Configuration -->
  <string name="actionbar_button_configuration_cd">Configuration</string>
  <!-- ActionBar Buttons > Sort Mode -->
  <string name="actionbar_button_sort_mode_cd">Sort mode</string>
  <!-- ActionBar Buttons > Layout Mode -->
  <string name="actionbar_button_layout_mode_cd">Layout mode</string>
  <!-- ActionBar Buttons > Other View Options -->
  <string name="actionbar_button_other_view_options_cd">Other view options</string>
  <!-- ActionBar Buttons > Close -->
  <string name="actionbar_button_nav_close_cd">Close</string>
  <!-- ActionBar Buttons > Done -->
  <string name="actionbar_button_selection_done_cd">Done</string>
  <!-- ActionBar Buttons > Actions -->
  <string name="actionbar_button_actions_cd">Actions</string>
  <!-- ActionBar Buttons > History -->
  <string name="actionbar_button_history_cd">History</string>
  <!-- ActionBar Buttons > Bookmarks -->
  <string name="actionbar_button_bookmarks_cd">Bookmarks</string>
  <!-- ActionBar Buttons > Search -->
  <string name="actionbar_button_search_cd">Search</string>
  <!-- ActionBar Buttons > Overflow -->
  <string name="actionbar_button_overflow_cd">More options</string>

  <!-- Sort by name (ascending) -->
  <string name="sort_by_name_asc">By name &#x25B2;</string>
  <!-- Sort by name (descending) -->
  <string name="sort_by_name_desc">By name &#x25BC;</string>
  <!-- Sort by date (ascending) -->
  <string name="sort_by_date_asc">By date &#x25B2;</string>
  <!-- Sort by date (descending) -->
  <string name="sort_by_date_desc">By date &#x25BC;</string>

  <!-- Layout * Icons -->
  <string name="layout_icons">Icons</string>
  <!-- Layout * Simple -->
  <string name="layout_simple">Simple</string>
  <!-- Layout * Details -->
  <string name="layout_details">Details</string>

  <!-- Show directories first -->
  <string name="cm_explorer_show_dirs_first">Show directories first</string>
  <!-- Show hidden files option -->
  <string name="cm_explorer_show_hidden">Show hidden files</string>
  <!-- Show system files option -->
  <string name="cm_explorer_show_system">Show system files</string>
  <!-- Show symlinks option -->
  <string name="cm_explorer_show_symlinks">Show symlinks</string>

  <!-- Filesystem Info (no data) -->
  <string name="filesystem_info_warning_msg">There is no information about the filesystem</string>
  <!-- Filesystem Info * Filesystem couldn't be mounted -->
  <string name="filesystem_info_couldnt_be_mounted_msg">
    The filesystem couldn\'t be mounted/unmounted.</string>
  <!-- Filesystem Info * Not allowed message -->
  <string name="filesystem_info_mount_not_allowed_msg">Mount filesystem operation is not allowed
    by a non-privileged console. Tap to change to a privileged console.</string>
  <!-- Filesystem Info * Mount failed -->
  <string name="filesystem_info_mount_failed_msg">Mount filesystem operation failed.
    Some filesystem, like the internal sdcard, not allow to be mounted/unmounted, because
    they are read-only filesystems.</string>
  <!-- Filesystem Info Dialog * Title -->
  <string name="filesystem_info_dialog_title">Filesystem Information</string>
  <!-- Filesystem Info Dialog * Tab * Info -->
  <string name="filesystem_info_dialog_tab_info">Info</string>
  <!-- Filesystem Info Dialog * Tab * Disk Usage -->
  <string name="filesystem_info_dialog_tab_disk_usage">Disk Usage</string>
  <!-- Filesystem Info Dialog * Status Label -->
  <string name="filesystem_info_dialog_status">Status:</string>
  <!-- Filesystem Info Dialog * Mount Point Label -->
  <string name="filesystem_info_dialog_mount_point">Mount Point:</string>
  <!-- Filesystem Info Dialog * Device Label -->
  <string name="filesystem_info_dialog_device">Device:</string>
  <!-- Filesystem Info Dialog * Type Label -->
  <string name="filesystem_info_dialog_type">Type:</string>
  <!-- Filesystem Info Dialog * Options Label -->
  <string name="filesystem_info_dialog_options">Options:</string>
  <!-- Filesystem Info Dialog * Dump/Pass Label -->
  <string name="filesystem_info_dialog_dump_pass">Dump / Pass:</string>
  <!-- Filesystem Info Dialog * Total Disk Usage -->
  <string name="filesystem_info_dialog_total_disk_usage">Total:</string>
  <!-- Filesystem Info Dialog * Used Disk Usage -->
  <string name="filesystem_info_dialog_used_disk_usage">Used:</string>
  <!-- Filesystem Info Dialog * Free Disk Usage -->
  <string name="filesystem_info_dialog_free_disk_usage">Free:</string>


  <!-- Fso Properties * Not allowed message -->
  <string name="fso_properties_permissions_not_allowed_msg">Permissions operations are not allowed
    by a non-privileged console. Tap to change to a privileged console.</string>
  <!-- Fso Properties * Failed to change owner to fso -->
  <string name="fso_properties_failed_to_change_owner_msg">Change owner operation failed.
    Some filesystem, like sdcards, not allow change the owner.</string>
  <!-- Fso Properties * Failed to change group to fso -->
  <string name="fso_properties_failed_to_change_group_msg">Change group operation failed.
    Some filesystem, like sdcards, not allow change the group.</string>
  <!-- Fso Properties * Failed to change group to fso -->
  <string name="fso_properties_failed_to_change_permission_msg">Change permissions operation
    failed. Some filesystem, like sdcards, not allow change the permission.</string>
  <!-- Fso Properties Dialog * Title -->
  <string name="fso_properties_dialog_title">Properties</string>
  <!-- Fso Properties Dialog * Tab * Info -->
  <string name="fso_properties_dialog_tab_info">Info</string>
  <!-- Fso Properties Dialog * Tab * Permissions -->
  <string name="fso_properties_dialog_tab_permissions">Permissions</string>
  <!-- Fso Properties Dialog * Name Label -->
  <string name="fso_properties_dialog_name">Name:</string>
  <!-- Fso Properties Dialog * Parent Folder Label -->
  <string name="fso_properties_dialog_parent">Parent:</string>
  <!-- Fso Properties Dialog * Type Label -->
  <string name="fso_properties_dialog_type">Type:</string>
  <!-- Fso Properties Dialog * Category Label -->
  <string name="fso_properties_dialog_category">Category:</string>
  <!-- Fso Properties Dialog * Link Label -->
  <string name="fso_properties_dialog_link">Link:</string>
  <!-- Fso Properties Dialog * Size Label -->
  <string name="fso_properties_dialog_size">Size:</string>
  <!-- Fso Properties Dialog * Contains Label -->
  <string name="fso_properties_dialog_contains">Contains:</string>
  <!-- Fso Properties Dialog * Date Label -->
  <string name="fso_properties_dialog_date">Last Access:</string>
  <!-- Fso Properties Dialog * Owner Label -->
  <string name="fso_properties_dialog_owner">Owner:</string>
  <!-- Fso Properties Dialog * Group Label -->
  <string name="fso_properties_dialog_group">Group:</string>
  <!-- Fso Properties Dialog * Others Label -->
  <string name="fso_properties_dialog_others">Others:</string>
  <!-- Fso Properties Dialog * Special Label -->
  <string name="fso_properties_dialog_special" translatable="false">S</string>
  <!-- Fso Properties Dialog * Read Label -->
  <string name="fso_properties_dialog_read" translatable="false">R</string>
  <!-- Fso Properties Dialog * Write Label -->
  <string name="fso_properties_dialog_write" translatable="false">W</string>
  <!-- Fso Properties Dialog * Execute Label -->
  <string name="fso_properties_dialog_execute" translatable="false">X</string>
  <!-- Fso Properties Dialog * Execute Label -->
  <string name="fso_properties_dialog_folder_items">
    <xliff:g id="folders">%1$s</xliff:g> / <xliff:g id="files">%2$s</xliff:g></string>
  <!-- Fso Properties Dialog * Folders -->
  <plurals name="fso_properties_dialog_folders">
    <item quantity="zero">0 folders</item>
    <item quantity="one">1 folder</item>
    <item quantity="other"><xliff:g id="folders">%1$d</xliff:g> folders</item>
  </plurals>
  <!-- Fso Properties Dialog * Files -->
  <plurals name="fso_properties_dialog_files">
    <item quantity="zero">0 files</item>
    <item quantity="one">1 files</item>
    <item quantity="other"><xliff:g id="files">%1$d</xliff:g> files</item>
  </plurals>

  <!-- Choose console dialog title -->
  <string name="choose_console_dialog_title">Choose console</string>

  <!-- History activity title -->
  <string name="history">History</string>
  <!-- The history is empty -->
  <string name="msgs_history_empty">History is empty.</string>
  <!-- The history references is not in the actual history list -->
  <string name="msgs_history_unknown">Unknown history item.</string>

  <!-- Search activity title -->
  <string name="search">Search results</string>
  <!-- Search hint message -->
  <string name="search_hint">Type your search</string>
  <!-- Voice search hint message -->
  <string name="search_voice_hint">Talk your search</string>
  <!-- Search error message -->
  <string name="search_error_msg">An error occurred while searching. No results found.</string>
  <!-- Search no results message -->
  <string name="search_no_results_msg">No results found.</string>
  <!-- Search found items -->
  <plurals name="search_found_items">
    <item quantity="zero">No items found</item>
    <item quantity="one">1 item found</item>
    <item quantity="other"><xliff:g id="count">%d</xliff:g> items found</item>
  </plurals>
  <!-- Message of items found in directory -->
  <string name="search_found_items_in_directory"><xliff:g id="items">%1$s</xliff:g> in
    <xliff:g id="path">%2$s</xliff:g></string>
  <!-- Search query terms -->
  <string name="search_terms"><![CDATA[<b>Terms:</b>]]> <xliff:g id="terms">%1$s</xliff:g></string>
  <!-- Some terms of the search are too small. The operation can be very costly -->
  <string name="search_few_characters_msg">Some of terms of the search has few characters. In
    this situation, the operation that can be very costly in time and system resources.\n\n
    Do you want to cancel the search?</string>

  <!-- Searching dialog title -->
  <string name="searching">Please, wait &#8230;</string>
  <!-- Searching label -->
  <string name="searching_action_label">Searching in progress</string>

  <!-- Bookmarks activity title -->
  <string name="bookmarks">Bookmarks</string>
  <!-- Bookmark name * Home -->
  <string name="bookmarks_home">Home</string>
  <!-- Bookmark name * Root folder -->
  <string name="bookmarks_root_folder">Root folder</string>
  <!-- Bookmark name * System folder -->
  <string name="bookmarks_system_folder">System folder</string>
  <!-- Bookmark name * Button * Initial directory content description -->
  <string name="bookmarks_button_config_cd">Set the initial directory</string>
  <!-- Bookmark name * Button * Remove bookmark content description -->
  <string name="bookmarks_button_remove_bookmark_cd">Remove the bookmarks</string>
  <!-- Bookmarks * Actions * Bookmark successfully added -->
  <string name="bookmarks_msgs_add_success">The bookmark was added successfully.</string>

  <!-- Initial directory dialog title -->
  <string name="initial_directory_dialog_title">Initial directory</string>
  <!-- Initial directory label -->
  <string name="initial_directory_label">Choose the initial directory:</string>
  <!-- Initial directory text hint -->
  <string name="initial_directory_text_hint">Type initial directory</string>
  <!-- Initial directory is relative and this is not allowed -->
  <string name="initial_directory_relative_msg">Relative paths are not allowed.</string>
  <!-- Initial directory error message -->
  <string name="initial_directory_error_msg">An error occurred while saving initial
    directory\'s preference.</string>

  <!-- Menu * Navigation * History -->
  <string name="menu_history">History</string>
  <!-- Menu * Navigation * Bookmarks -->
  <string name="menu_bookmarks">Bookmarks</string>
  <!-- Menu * Navigation * Search -->
  <string name="menu_search">Search</string>
  <!-- Menu * Navigation * Settings -->
  <string name="menu_settings">Settings</string>
  <!-- Menu * Navigation * Console -->
  <string name="menu_console">Select console</string>
  <!-- Menu * Navigation * Exit -->
  <string name="menu_exit">Exit</string>
  <!-- Menu * History * Clear history -->
  <string name="menu_clear_history">Clear history</string>

  <!-- Create copy regexp -->
  <string name="create_copy_regexp">
    <xliff:g id="name">%1$s</xliff:g> - copy<xliff:g id="extension">%2$s</xliff:g></string>

  <!-- Waiting dialog * Performing operation message -->
  <string name="waiting_dialog_msg">Performing operation&#8230;</string>
  <!-- Waiting dialog * Copying title -->
  <string name="waiting_dialog_copying_title">Copying&#8230;</string>
  <!-- Waiting dialog * Copying message -->
  <string name="waiting_dialog_copying_msg">
    <![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]>
    <![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
  <!-- Waiting dialog * Moving title -->
  <string name="waiting_dialog_moving_title">Moving&#8230;</string>
  <!-- Waiting dialog * Moving message -->
  <string name="waiting_dialog_moving_msg">
    <![CDATA[<b>From</b>]]> <xliff:g id="from">%1$s</xliff:g><![CDATA[<br/>]]>
    <![CDATA[<b>To</b>]]> <xliff:g id="to">%2$s</xliff:g></string>
  <!-- Waiting dialog * Deleting title -->
  <string name="waiting_dialog_deleting_title">Deleting&#8230;</string>
  <!-- Waiting dialog * Deleting message -->
  <string name="waiting_dialog_deleting_msg">
    <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
  <!-- Waiting dialog * Extracting title -->
  <string name="waiting_dialog_extracting_title">Extracting&#8230;</string>
  <!-- Waiting dialog * Extracting message -->
  <string name="waiting_dialog_extracting_msg">
    <![CDATA[<b>File</b>]]> <xliff:g id="file">%1$s</xliff:g></string>
  <!-- Waiting dialog * Initializing the dialog -->
  <string name="waiting_dialog_extracting_analizing_msg">
    <![CDATA[<b>Analizing&#8230;</b>]]></string>

  <!-- Actions Dialog * Title -->
  <string name="actions_dialog_title">Actions</string>
  <!-- Actions Dialog * Menu * Properties of current folder -->
  <string name="actions_menu_properties_current_folder">Properties</string>
  <!-- Actions Dialog * Menu * Refresh -->
  <string name="actions_menu_refresh">Refresh</string>
  <!-- Actions Dialog * Menu * New directory -->
  <string name="actions_menu_new_directory">New folder</string>
  <!-- Actions Dialog * Menu * New file -->
  <string name="actions_menu_new_file">New file</string>
  <!-- Actions Dialog * Menu * Select all -->
  <string name="actions_menu_select_all">Select all</string>
  <!-- Actions Dialog * Menu * Deselect all -->
  <string name="actions_menu_deselect_all">Deselect all</string>
  <!-- Actions Dialog * Menu * Select -->
  <string name="actions_menu_select">Select</string>
  <!-- Actions Dialog * Menu * Deselect -->
  <string name="actions_menu_deselect">Deselect</string>
  <!-- Actions Dialog * Menu * Paste selection -->
  <string name="actions_menu_paste_selection">Paste selection</string>
  <!-- Actions Dialog * Menu * Move selection -->
  <string name="actions_menu_move_selection">Move selection</string>
  <!-- Actions Dialog * Menu * Delete selection -->
  <string name="actions_menu_delete_selection">Delete selection</string>
  <!-- Actions Dialog * Menu * Create link -->
  <string name="actions_menu_create_link">Create link</string>
  <!-- Actions Dialog * Menu * Add to bookmarks the current folder -->
  <string name="actions_menu_add_to_bookmarks_current_folder">Add to bookmarks</string>
  <!-- Actions Dialog * Menu * Open -->
  <string name="actions_menu_open">Open</string>
  <!-- Actions Dialog * Menu * Open with -->
  <string name="actions_menu_open_with">Open with</string>
  <!-- Actions Dialog * Menu * Execute -->
  <string name="actions_menu_execute">Execute</string>
  <!-- Actions Dialog * Menu * Send -->
  <string name="actions_menu_send">Send</string>
  <!-- Actions Dialog * Menu * Extract -->
  <string name="actions_menu_extract">Extract</string>
  <!-- Actions Dialog * Menu * Share -->
  <string name="actions_menu_share">Share</string>
  <!-- Actions Dialog * Menu * Delete -->
  <string name="actions_menu_delete">Delete</string>
  <!-- Actions Dialog * Menu * Rename -->
  <string name="actions_menu_rename">Rename</string>
  <!-- Actions Dialog * Menu * Create copy -->
  <string name="actions_menu_create_copy">Create copy</string>
  <!-- Actions Dialog * Menu * Properties -->
  <string name="actions_menu_properties">Properties</string>
  <!-- Actions Dialog * Menu * Add to bookmarks -->
  <string name="actions_menu_add_to_bookmarks">Add to bookmarks</string>

  <!-- Actions * Ask user prior to do an undone operation -->
  <string name="actions_ask_undone_operation">
    This action can\'t be undone. Do you want to continue?</string>

  <!-- Enter Name Dialog * Label -->
  <string name="input_name_dialog_label">Name:</string>
  <!-- Enter Name Dialog * Message * Empty name -->
  <string name="input_name_dialog_message_empty_name">The name can\'t not be empty.</string>
  <!-- Enter Name Dialog * Message * Invalid name -->
  <string name="input_name_dialog_message_invalid_path_name">Invalid name. The characters
    \'<xliff:g id="invalid_characters">%1$s</xliff:g>\' are not allowed.</string>
  <!-- Enter Name Dialog * Message * Invalid name -->
  <string name="input_name_dialog_message_invalid_name">Invalid name. The names \'.\' and
    \'..\' are not allowed.</string>
  <!-- Enter Name Dialog * Message * Name exists -->
  <string name="input_name_dialog_message_name_exists">The name already exists.</string>

  <!-- Associations Dialog * Title -->
  <string name="associations_dialog_title">Associations</string>
  <!-- Associations Dialog * Remember the user action -->
  <string name="associations_dialog_remember">Remember selection</string>
  <!-- Associations Dialog * Open with Title -->
  <string name="associations_dialog_openwith_title">Open with</string>
    <!-- Associations Dialog * Open action -->
  <string name="associations_dialog_openwith_action">Open</string>
  <!-- Associations Dialog * Send with Title -->
  <string name="associations_dialog_sendwith_title">Send with</string>
    <!-- Associations Dialog * Send action -->
  <string name="associations_dialog_sendwith_action">Send</string>

  <!-- Inline Autocomplete Widget * Tab message nothing to complete -->
  <string name="inline_autocomplete_tab_nothing_to_complete_msg">Nothing to complete</string>

  <!-- Execution console * Title -->
  <string name="execution_console_title">Console</string>
  <!-- Execution console * The script name label -->
  <string name="execution_console_script_name_label">Script:</string>
  <!-- Execution console * The script execution time label -->
  <string name="execution_console_script_execution_time_label">Time:</string>
  <!-- Execution console * The script exit code label -->
  <string name="execution_console_script_exitcode_label">Exit code:</string>
  <!-- Execution console * The script execution time seconds string -->
  <string name="execution_console_script_execution_time_text">
    <xliff:g id="seconds">%1$s</xliff:g> sec.</string>

  <!-- Mime/Types * Folder -->
  <string name="mime_folder">Folder</string>
  <!-- Mime/Types * Symlink -->
  <string name="mime_symlink">Symlink</string>
  <!-- Mime/Types * Unknown -->
  <string name="mime_unknown">Unknown</string>

  <!-- Selection. All possibilities. [1 folder; >1 folders; 1 file; >1 files;
     >1 folders and 1 file; 1 folder and >1 files; >1 folders and >1 files]
     Avoid using plural item because is more complex to achieved all strings -->
  <string name="selection_one_folder"><xliff:g id="folders">%1$s</xliff:g> folder
    selected.</string>
  <string name="selection_other_folders"><xliff:g id="folders">%1$s</xliff:g> folders
    selected.</string>
  <string name="selection_one_file"><xliff:g id="files">%1$s</xliff:g> file selected.</string>
  <string name="selection_other_files"><xliff:g id="files">%1$s</xliff:g> files selected.</string>
  <string name="selection_other_folders_one_file"><xliff:g id="folders">%1$s</xliff:g> folders and
    <xliff:g id="files">%2$s</xliff:g> file selected.</string>
  <string name="selection_one_folder_other_files"><xliff:g id="folder2">%1$s</xliff:g> folder and
    <xliff:g id="file2">%2$s</xliff:g> files selected.</string>
  <string name="selection_other_folders_other_files"><xliff:g id="folder2">%1$s</xliff:g> folders
    and <xliff:g id="files">%2$s</xliff:g> files selected.</string>

  <!-- Category descriptions -->
  <string name="category_system">SYSTEM</string>
  <string name="category_app">APP</string>
  <string name="category_binary">BINARY</string>
  <string name="category_text">TEXT</string>
  <string name="category_document">DOCUMENT</string>
  <string name="category_ebook">EBOOK</string>
  <string name="category_mail">MAIL</string>
  <string name="category_compress">COMPRESS</string>
  <string name="category_exec">EXECUTABLE</string>
  <string name="category_database">DATABASE</string>
  <string name="category_font">FONT</string>
  <string name="category_image">IMAGE</string>
  <string name="category_audio">AUDIO</string>
  <string name="category_video">VIDEO</string>
  <string name="category_security">SECURITY</string>

  <!-- Preferences title -->
  <string name="pref">Settings</string>
  <!-- Preferences * General title -->
  <string name="pref_general">General</string>
  <!-- Preferences * General summary -->
  <string name="pref_general_summary">Configure the behaviour of some actions of the
    application.</string>
  <!-- Preferences * Search title -->
  <string name="pref_search">Search</string>
  <!-- Preferences * Search summary -->
  <string name="pref_search_summary">Configure some options about the search engine of the
    application application .</string>
  <!-- Preferences * Debug title -->
  <string name="pref_debug">Debug</string>
  <!-- Preferences * Debug summary -->
  <string name="pref_debug_summary">Configure the options for the debugging of the
    application.</string>
  <!-- Preferences * About title -->
  <string name="pref_about">About</string>
  <!-- Preferences * About summary -->
  <string name="pref_about_summary">CMExplorer. v<xliff:g id="version">%1$s</xliff:g>.
    \nCopyright \u00A9 2012 CyanogenMod</string>

  <!-- Preferences * General * Behaviour category -->
  <string name="pref_general_behaviour_category">Behaviour</string>
  <!-- Preferences * General * Case sensitive sort title -->
  <string name="pref_case_sensitive_sort">Case sensitive sort</string>
  <!-- Preferences * General * Case sensitive sort summary on -->
  <string name="pref_case_sensitive_sort_on">Use case sensitive comparison in sorting
    of files.</string>
  <!-- Preferences * General * Case sensitive sort summary off -->
  <string name="pref_case_sensitive_sort_off">Not use case sensitive comparison in sorting
    of files.</string>
  <!-- Preferences * General * Default long-click action title -->
  <string name="pref_default_longclick_action">Default long-click action</string>
  <!-- Preferences * General * Default long-click action * No action -->
  <string name="pref_default_longclick_action_none">None</string>
  <!-- Preferences * General * Default long-click action * Show content description -->
  <string name="pref_default_longclick_action_show_cd">Show content description</string>
  <!-- Preferences * General * Default long-click action * Select/deselect -->
  <string name="pref_default_longclick_action_select_deselect">Select/deselect</string>
  <!-- Preferences * General * Default long-click action * Open with -->
  <string name="pref_default_longclick_action_open_with">Open with</string>
  <!-- Preferences * General * Default long-click action * Show properties -->
  <string name="pref_default_longclick_action_show_properties">Show properties</string>
  <!-- Preferences * General * Default long-click action * Show actions -->
  <string name="pref_default_longclick_action_show_actions">Show actions</string>
  <!-- Preferences * General *Disk usage warning level title -->
  <string name="pref_disk_usage_warning_level">Disk usage warning</string>
  <!-- Preferences * General * Disk usage warning level summary -->
  <!-- FIXME % symbol make crash the app on getSummary of ListPreference. This should be
       fixed in frameworks base prior to add here. -->
  <string name="pref_disk_usage_warning_level_summary" formatted="false">Display a different
    color in disk usage widgets when they reach <xliff:g id="level">%1$s</xliff:g> percent
    of free disk space.</string>
  <!-- Preferences * General * Compute folder statistics title -->
  <string name="pref_compute_folder_statistics">Compute folder statistics</string>
  <!-- Preferences * General * Compute folder statistics summary on -->
  <string name="pref_compute_folder_statistics_on">Compute folder statistics in folder
    properties dialog.\n\nWarning! Compute folder statistics is a operation very costly in time
    and system resources.</string>
  <!-- Preferences * General * Compute folder statistics summary off -->
  <string name="pref_compute_folder_statistics_off">No compute folder statistics in folder
    properties dialog.</string>
    <!-- Preferences * General * Advanced settings category -->
  <string name="pref_general_advanced_settings_category">Advanced settings</string>
  <!-- Preferences * General * Allow console selection title -->
  <string name="pref_allow_console_selection">Allow console selection</string>
  <!-- Preferences * General * Allow console selection summary on -->
  <string name="pref_allow_console_selection_on">Allow select the type of console to
    use on the app when navigate. This enable the \'Select console\' menu and adds some advices
    when the app need to use a privileged action.</string>
  <!-- Preferences * General * Allow console selection summary off -->
  <string name="pref_allow_console_selection_off">Use only a privileged console. This requires
    that the app have \'su\' privilege to run.</string>
  <!-- Preferences * Search * Results category -->
  <string name="pref_search_results_category">Results</string>
  <!-- Preferences * Search * Show relevance widget -->
  <string name="pref_show_relevance_widget">Relevance widget</string>
  <!-- Preferences * Search * Show relevance widget summary on -->
  <string name="pref_show_relevance_widget_on">Show the relevance widget</string>
  <!-- Preferences * Search * Show relevance widget summary off -->
  <string name="pref_show_relevance_widget_off">Hide the relevance widget</string>
  <!-- Preferences * Search * Highlight search terms -->
  <string name="pref_highlight_terms">Highlight terms</string>
  <!-- Preferences * Search * Show relevance widget summary on -->
  <string name="pref_highlight_terms_on">Highlight the matching terms of the search in search
    results.</string>
  <!-- Preferences * Search * Show relevance widget summary off -->
  <string name="pref_highlight_terms_off">No highlight the matching terms of the search in search
    results.</string>
  <!-- Preferences * Search * Sort results mode -->
  <string name="pref_sort_search_results_mode">Sort results mode</string>
  <!-- Preferences * Search * Sort results mode. None -->
  <string name="pref_sort_search_results_mode_none">No sort</string>
  <!-- Preferences * Search * Sort results mode. None -->
  <string name="pref_sort_search_results_mode_name">By name</string>
  <!-- Preferences * Search * Sort results mode. Relevance -->
  <string name="pref_sort_search_results_mode_relevance">By relevance</string>
  <!-- Preferences * Search * Privacity category -->
  <string name="pref_search_privacity_category">Privacity</string>
  <!-- Preferences * Search * Save search terms -->
  <string name="pref_save_search_terms">Save search terms</string>
  <!-- Preferences * Search * Save search termss summary on -->
  <string name="pref_save_search_terms_on">Save the terms introduced in search queries,
    so they can be shown as suggestions in the following searches.</string>
  <!-- Preferences * Search * Save search terms summary off -->
  <string name="pref_save_search_terms_off">The terms introduced in search queries are
    not saved.</string>
  <!-- Preferences * Search * Remove saved search terms -->
  <string name="pref_remove_saved_search_terms">Remove saved terms</string>
  <!-- Preferences * Search * Remove saved search terms summary -->
  <string name="pref_remove_saved_search_terms_summary">Tap to remove the saved terms of previous
    searches.</string>
  <string name="pref_remove_saved_search_terms_msg">All saved search terms were removed</string>

  <!-- Preferences * Debug * Capture debug traces -->
  <string name="pref_debug_traces">Capture debug traces</string>
  <!-- Preferences * Debug * Capture debug traces summary on -->
  <string name="pref_debug_traces_on">Capture of debug traces is enabled</string>
  <!-- Preferences * Debug * Capture debug traces summary off -->
  <string name="pref_debug_traces_off">Capture of debug traces is disabled</string>

  <!-- Security * Extract relative or absolute files -->
  <string name="security_warning_extract">Warning!\n\n
    Extracting an archive file with relative or absolute paths may cause damage to your system,
    because the operation could overwrite of some system files.\n\n
    Continue?</string>


</resources>