home *** CD-ROM | disk | FTP | other *** search
/ ftp.rarlab.com / 2014.05.ftp.rarlab.com.tar / ftp.rarlab.com / rar / rarlng_android.rar / strings.xml < prev    next >
Extensible Markup Language  |  2014-04-30  |  27KB  |  402 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <resources>
  3.  
  4.     <string name="empty_string"></string>
  5.     <string name="help_title">RAR help</string>
  6.     <string name="app_name">RAR</string>
  7.     <!-- such as "10 bytes" -->
  8.     <string name="bytes">bytes</string>
  9.     <string name="b">B</string>
  10.     <string name="kb">KB</string>
  11.     <string name="mb">MB</string>
  12.     <string name="gb">GB</string>
  13.     <string name="tb">TB</string>
  14.     <string name="up_one_level">Up one level</string>
  15.     <string name="maincmd_add">Add files to archive</string>
  16.     <string name="maincmd_extr">Extract files</string>
  17.     <string name="maincmd_delete">Delete files and folders</string>
  18.     <string name="maincmd_test">Test archived files</string>
  19.     <string name="maincmd_repair">Repair archive</string>
  20.     <string name="maincmd_benchmark">Benchmark</string>
  21.     <string name="maincmd_send">Send</string>
  22.     <string name="maincmd_information">Information</string>
  23.     <string name="maincmd_settings">Settings</string>
  24.     <string name="maincmd_help">Help</string>
  25.     <string name="page_general">General</string>
  26.     <string name="page_advanced">Advanced</string>
  27.     <string name="page_options">Options</string>
  28.     <string name="arcopt_title">Archiving options</string>
  29.     <string name="arcopt_name">Archive name</string>
  30.     <string name="arcopt_rar">RAR</string>
  31.     <string name="arcopt_zip">ZIP</string>
  32.     <string name="arcopt_rar4">RAR 4.x</string>
  33.     <string name="arcopt_password">Set password...</string>
  34.     <string name="arcopt_delete">Delete files after archiving</string>
  35.     <string name="arcopt_solid">Create solid archive</string>
  36.     <string name="btn_profiles">Profiles</string>
  37.     <string name="comp_store">Store without compression</string>
  38.     <string name="comp_fastest">Fastest compression</string>
  39.     <string name="comp_fast">Fast compression</string>
  40.     <string name="comp_normal">Normal compression</string>
  41.     <string name="comp_good">Good compression</string>
  42.     <string name="comp_best">Best compression</string>
  43.     <string name="arcopt_dictionary">%d MB dictionary</string>
  44.     <string name="arcopt_rr">recovery record</string>
  45.     <string name="percent">%</string>
  46.     <string name="arcopt_volsize">volume size</string>
  47.     <string name="arcopt_volpause">Pause after each volume</string>
  48.     <string name="arcopt_recvol">recovery volumes</string>
  49.     <string name="arcopt_test">Test archived files</string>
  50.     <string name="arcopt_separate_arc">Create separate archives</string>
  51.     <string name="arcopt_blake2">Use BLAKE2 file checksum</string>
  52.     <string name="arcopt_show_time">Show archiving time</string>
  53.     <string name="arcopt_generate_arcname">Archive name mask</string>
  54.     <string name="btn_ok">OK</string>
  55.     <string name="btn_close">Close</string>
  56.     <string name="btn_cancel">Cancel</string>
  57.     <string name="btn_help">Help</string>
  58.     <string name="btn_save_settings">Save settings</string>
  59.     <string name="btn_browse">Browse...</string>
  60.     <string name="btn_background">Background</string>
  61.     <string name="btn_create">Create</string>
  62.     <string name="btn_create_all">Create all</string>
  63.     <string name="no_files_selected">No files are selected. Select some files or folders first.</string>
  64.     <string name="ask_del_single">Are you sure you want to delete %s?</string>
  65.     <string name="ask_del_entire_arc">Are you sure you want to delete the entire archive?</string>
  66.     <string name="ask_del_multiple">Are you sure you want to delete %d items?</string>
  67.     <string name="ask_del_entire_folder">Are you sure you want to delete all files in \"%s\" folder?</string>
  68.     <string name="yes">Yes</string>
  69.     <string name="no">No</string>
  70.     <string name="saved_as_default">Current settings are saved as default for future use.</string>
  71.     <string name="close_arcmode">Close an archive before proceeding with this command.</string>
  72.     <string name="extropt_title">Extraction options</string>
  73.     <string name="extropt_destpath">Destination path</string>
  74.     <string name="extropt_pathtype_sub_current">Extract to \"%s\" in current folder</string>
  75.     <string name="extropt_pathtype_current">Extract to current folder</string>
  76.     <string name="extropt_pathtype_sub_sdcard">Extract to \"%s\" in SD card root folder</string>
  77.     <string name="extropt_pathtype_sdcard">Extract to SD card root folder</string>
  78.     <string name="extropt_pathtype_sub_extsdcard">Extract to \"%s\" in external SD card home folder</string>
  79.     <string name="extropt_pathtype_extsdcard">Extract to external SD card home folder</string>
  80.     <string name="extropt_overwrite_ask">Ask before overwrite</string>
  81.     <string name="extropt_overwrite_all">Overwrite without prompt</string>
  82.     <string name="extropt_overwrite_skip">Skip existing files</string>
  83.     <string name="extropt_keep_broken">Keep broken files</string>
  84.     <string name="extropt_nopath">Do not extract paths</string>
  85.     <string name="extropt_to_subfolders">Extract archives to subfolders</string>
  86.     <string name="extropt_display_extracted">Display extracted files</string>
  87.     <string name="browse_common">Browse</string>
  88.     <string name="browse_for_folder">Browse for folder</string>
  89.     <string name="browse_for_archive">Browse for archive</string>
  90.     <string name="btn_folder_only">Folder only</string>
  91.     <string name="cancel_twice">Cancelling. Press \"%s\" once again to quit immediately.</string>
  92.     <string name="reading_archive">Reading archive contents</string>
  93.     <string name="files_read">Files read</string><!-- displayed while reading an archive and followed by number of files already read -->
  94.     <string name="ask_replace_title">Confirm file replace</string>
  95.     <string name="ask_replace_file_exists">The following file already exists</string>
  96.     <string name="ask_replace_with_this">would you like to replace it with this one</string>
  97.     <string name="modified_on">modified on</string>
  98.     <string name="btn_skip">Skip</string>
  99.     <string name="btn_replace">Replace</string>
  100.     <string name="btn_skip_all">Skip All</string>
  101.     <string name="btn_replace_all">Replace All</string>
  102.     <string name="btn_rename">Rename</string>
  103.     <string name="btn_rename_auto">Rename Automatically</string>
  104.     <string name="rename_enter_name">Enter a new name in the file name field in this dialog and then press \"Rename\".</string>
  105.     <string name="extracting">Extracting</string>
  106.     <string name="testing">Testing</string>
  107.     <string name="skipping">Skipping</string>
  108.     <string name="creating">Creating</string>
  109.     <string name="updating">Updating</string>
  110.     <string name="adding">Adding</string>
  111.     <string name="analyzing">Analyzing</string>
  112.     <string name="repacking">Repacking</string>
  113.     <string name="deleting">Deleting</string>
  114.     <string name="copying">Copying</string>
  115.     <string name="extracting_from">Extracting from</string>
  116.     <string name="deleting_from">Deleting from</string>
  117.     <string name="error_title">Error</string>
  118.     <string name="too_many_messages">Too many messages</string>
  119.     <string name="similar_messages_skipped">some similar messages are skipped</string>
  120.     <string name="total_errors">Total errors: %d</string>
  121.     <string name="error_checksum">Checksum error in %s. The file is corrupt.</string>
  122.     <string name="error_checksum_enc">Checksum error in the encrypted file %s. Corrupt file or wrong password.</string>
  123.     <string name="error_checksum_packed">Packed data checksum error in %s. Volume is corrupt.</string>
  124.     <string name="error_bad_psw">%s password is incorrect</string>
  125.     <string name="error_out_of_memory">Not enough memory</string>
  126.     <string name="error_file_find">Cannot find %s</string>
  127.     <string name="error_file_open">Cannot open %s</string>
  128.     <string name="error_file_create">Cannot create %s</string>
  129.     <string name="error_file_close">Cannot close %s</string>
  130.     <string name="error_file_seek">Seek error in file %s</string>
  131.     <string name="error_file_read">Read error in file %s</string>
  132.     <string name="error_file_write">Write error in file %s</string>
  133.     <string name="error_file_delete">Cannot delete %s</string>
  134.     <string name="error_file_rename">Cannot rename %1$s to %2$s</string>
  135.     <string name="error_file_copy">Cannot copy %1$s to %2$s</string>
  136.     <string name="error_file_copy_hint">Unpack the entire archive to create file copy entries</string>
  137.     <string name="error_folder_create">Cannot create folder %s</string>
  138.     <string name="error_symlink_create">Cannot create symbolic link %s</string>
  139.     <string name="error_hardlink_create">Cannot create hard link %s</string>
  140.     <string name="error_arc_broken">Corrupt archive %s</string>
  141.     <string name="error_header_broken">Corrupt header is found</string>
  142.     <string name="error_main_header_broken">Main archive header is corrupt</string>
  143.     <string name="error_file_header_broken">File header is corrupt</string>
  144.     <string name="error_subheader_broken">Corrupt data header found, ignored</string>
  145.     <string name="error_subheader_unknown">Unknown data header found, ignored</string>
  146.     <string name="error_subheader_data_broken">Corrupt %s data block</string>
  147.     <string name="error_rr_broken">Recovery record is corrupt</string>
  148.     <string name="error_unknown_method">Unknown method in %s</string>
  149.     <string name="error_unknown_enc_method">Unknown encryption method in %s</string>
  150.     <string name="error_newer_rar">You may need a newer version of RAR</string>
  151.     <string name="error_already_enc">Cannot encrypt archive already contained encrypted files</string>
  152.     <string name="error_sync_scan">File search error, cannot synchronize the archive</string>
  153.     <string name="error_dict_memory">Not enough memory for %1$d MB compression dictionary, changed to %2$d MB</string>
  154.     <string name="error_use_smaller_dict">use a smaller compression dictionary</string>
  155.     <string name="error_modify_unknown">Unknown method in %s. Operation aborted.</string>
  156.     <string name="error_modify_old">Cannot modify old format archive %s</string>
  157.     <string name="error_modify_locked">Cannot modify locked archive %s</string>
  158.     <string name="error_modify_volume">Cannot modify volume %s</string>
  159.     <string name="error_not_volume">%s is not a volume</string>
  160.     <string name="error_not_first_volume">%s is not the first volume</string>
  161.     <string name="error_recvol_limit">Total number of usual and recovery volumes must not exceed %d</string>
  162.     <string name="error_recvol_diffsets">%1$s and %2$s belong to different sets</string>
  163.     <string name="error_nothing_to_reconstruct">Nothing to reconstruct</string>
  164.     <string name="error_reconst_impossible">Reconstruction impossible</string>
  165.     <string name="error_operation_failed">Operation failed</string>
  166.     <string name="error_unexp_eof">Unexpected end of archive</string>
  167.     <string name="error_bad_archive">Bad or unknown format %s archive</string>
  168.     <string name="error_cmt_broken">Archive comment is corrupt</string>
  169.     <string name="error_invalid_name">Invalid file name %s</string>
  170.     <string name="error_new_rar_format">Unsupported archive format. Please update RAR to a newer version.</string>
  171.     <string name="error_not_supported">%s not supported</string>
  172.     <string name="error_encryption_not_supported">Encrypted file %s. Encryption is not supported for this type of archives.</string>
  173.     <string name="error_not_archive">Unknown archive format in %s</string>
  174.     <string name="error_rar_zip_only">This command is available only for RAR and ZIP archives</string>
  175.     <string name="error_repair_old_format">Cannot repair the old format archive</string>
  176.     <string name="error_no_files_repaired">No files repaired</string>
  177.     <string name="error_no_files_to_add">No files to add</string>
  178.     <string name="error_no_files_to_delete">No files to delete</string>
  179.     <string name="error_no_files_to_extract">No files to extract</string>
  180.     <string name="error_missing_vol">Cannot find volume %s</string>
  181.     <string name="error_need_prev_vol">Start extraction from a previous volume to unpack %s</string>
  182.     <string name="error_unknown_extra">Unknown extra field in %s</string>
  183.     <string name="error_path_too_long">Path too long: %s</string>
  184.     <string name="error_dir_scan">Cannot read contents of %s</string>
  185.     <string name="msg_building">Building %s</string>
  186.     <string name="msg_rr_search">Searching for recovery record</string>
  187.     <string name="msg_rr_found">Recovery record found</string>
  188.     <string name="msg_rr_not_found">Recovery record not found</string>
  189.     <string name="msg_blocks_recovered">%d blocks recovered</string>
  190.     <string name="msg_copying_data">Copying data</string>
  191.     <string name="msg_area_damaged">Corrupt %1$d bytes at %2$08x %3$08x</string>
  192.     <string name="msg_sector_damaged">Sector %1$d (offsets %2$X...%3$X) damaged</string>
  193.     <string name="msg_sector_recovered">sector recovered</string>
  194.     <string name="msg_sector_not_recovered">cannot recover sector</string>
  195.     <string name="msg_found">Found %s</string>
  196.     <string name="msg_correcting_name">Attempting to correct the invalid file name</string>
  197.     <string name="msg_creating">Creating %s</string>
  198.     <string name="msg_renaming">Renaming %1$s to %2$s</string>
  199.     <string name="msg_recvol_calc_checksum">Calculating checksums of all volumes</string>
  200.     <string name="msg_recvol_found">%d recovery volumes found</string>
  201.     <string name="msg_recvol_missing">%d volumes missing</string>
  202.     <string name="msg_cannot_find_volume">Cannot find volume %s</string>
  203.     <string name="msg_reconstructing">Reconstructing</string>
  204.     <string name="msg_search_duplicate_files">Searching for identical files</string>
  205.     <string name="msg_files_found">%d files found</string>
  206.     <string name="msg_calc_checksum">Calculating checksum: %d%% done</string>
  207.     <string name="rr_adding">Adding recovery record</string>
  208.     <string name="rr_testing">Testing recovery record</string>
  209.     <string name="msg_media_full_next">Media is full, insert next</string>
  210.     <string name="get_password_title">Enter password</string>
  211.     <string name="show_password">Show password</string>
  212.     <string name="archive_string">Archive %s</string>
  213.     <string name="file_string">file %s</string>
  214.     <string name="encrypt_file_names">Encrypt file names</string>
  215.     <string name="ask_next_vol_title">Next volume is required</string>
  216.     <string name="ask_next_vol_info">The following volume is needed to continue extraction:</string>
  217.     <string name="ask_next_vol_action_info">Please specify its name including the full path</string>
  218.     <string name="test_finished">Test finished</string>
  219.     <string name="test_success">No errors found during test operation</string>
  220.     <string name="ask_create_vol_title">Next volume</string>
  221.     <string name="ask_create_vol_name">Volume name</string>
  222.     <string name="ask_create_vol_action_info">Next volume is about to be created. Now you can replace the target media, modify volume name or size, if necessary.</string>
  223.     <string name="ask_create_vol_question">Do you wish to create the next volume?</string>
  224.     <string name="ask_create_vol_size_title">Volume size</string>
  225.     <string name="file_select_all">Select or unselect all files</string>
  226.     <string name="already_root">Current folder is already root</string>
  227.     <string name="root_folder">Root folder</string>
  228.     <string name="warning">Warning</string>
  229.  
  230.     <!--
  231.          If following two strings in your translation are longer than in English
  232.        version, you may remove "current" or "current settings" words in translation
  233.        to prevent these strings to be truncated on small 480x320 screens.
  234.        Profiles menu space is very limited, so strings need to be short.
  235.     -->
  236.     <string name="profiles_menu_default">Save current settings as default</string>
  237.     <string name="profiles_menu_save">Save current settings to profile</string>
  238.     <string name="profiles_menu_organize">Organize profiles</string>
  239.     <string name="profiles_add_title">Save settings to profile</string>
  240.     <string name="profiles_add_name">Profile name</string>
  241.     <string name="profiles_add_set_default">Set profile as default</string>
  242.     <string name="default_profile">Default profile</string>
  243.     <string name="profiles_organize_title">Organize profiles</string>
  244.     <string name="btn_select_all">Select all</string>
  245.     <string name="btn_delete">Delete</string>
  246.     <string name="btn_set_default">Set as default</string>
  247.     <string name="total_time">Total time</string>
  248.     <string name="total_time_spent">Time spent:\t%.2f seconds</string>
  249.     <string name="no_external_storage">No external storage is available. Cannot create a temporary file.</string>
  250.     <string name="error_temp_file">Cannot create a temporary file.</string>
  251.     <string name="navmenu_sdcard">SD card</string>
  252.     
  253.     <!-- Please try to keep next two strings shorter than 30 characters each.
  254.          Use abbreviation like "Ext.card" if necessary -->
  255.     <string name="navmenu_extsdcard">External SD card</string>
  256.     <string name="navmenu_extsdcard_home">External SD card home</string>
  257.     
  258.     <string name="navmenu_downloads">Downloads</string>
  259.     <string name="navmenu_commands">Commands</string>
  260.     <string name="navmenu_fav_add">Add to favorites</string>
  261.     <string name="navmenu_fav_organize">Organize favorites</string>
  262.     <string name="navmenu_refresh">Refresh contents</string>
  263.     <string name="navmenu_root">Open root folder</string>
  264.     <string name="navmenu_favorites">Favorites</string>
  265.     <string name="navmenu_history">History</string>
  266.     <string name="favorites_add_title">Add to favorites</string>
  267.     <string name="favorites_add_name">Name</string>
  268.     <string name="favorites_add_location">Location</string>
  269.     <string name="favorites_organize_title">Organize favorites</string>
  270.     <string name="btn_edit">Edit</string>
  271.     <string name="ask_repair_single">Do you wish to repair %s?</string>
  272.     <string name="ask_repair_multiple">Do you wish to repair %d archives?</string>
  273.     <string name="benchmark_title">Benchmark</string>
  274.     <string name="please_wait">Please wait</string>
  275.     <string name="benchmark_curspeed">Current speed, KB/s</string>
  276.     <string name="benchmark_resspeed">Resulting speed, KB/s</string>
  277.     <string name="elapsed_title">Elapsed time</string>
  278.     <string name="benchmark_processed">Processed, MB</string>
  279.     <string name="benchmark_errors">Errors found</string>
  280.     <string name="benchmark_threads">Number of threads</string>
  281.     <string name="menu_mainctx_open_archive">Open as archive</string>
  282.     <string name="menu_mainctx_add_archive">Add to %s</string>
  283.     <string name="menu_mainctx_add_options">Add to archive...</string>
  284.     <string name="menu_mainctx_extr_folder">Extract to %s</string>
  285.     <string name="menu_mainctx_extr_here">Extract here</string>
  286.     <string name="menu_mainctx_extr_options">Extract files...</string>
  287.     <string name="menu_mainctx_copy_clipboard">Copy to clipboard</string>
  288.     <string name="menu_mainctx_cut">Cut</string>
  289.     <string name="menu_mainctx_paste">Paste</string>
  290.     <string name="menu_mainctx_new_folder">New folder</string>
  291.     <string name="menu_mainctx_delete">Delete</string>
  292.     <string name="menu_mainctx_rename">Rename</string>
  293.     <string name="rename_replace_existing">%s already exists. Do you wish to overwrite it?</string>
  294.     <string name="new_folder_title">Create new folder</string>
  295.     <string name="new_folder_name">New folder name</string>
  296.     <string name="new_folder_template">newfolder</string>
  297.     <string name="error_folder_exists">Folder %s already exists</string>
  298.     <string name="rename_title">Rename</string>
  299.     <string name="rename_info">Rename %s</string>
  300.     <string name="copy_title">Copy</string>
  301.     <string name="copying_title">Copying</string>
  302.     <string name="copy_into_itself">Cannot copy %s into itself</string>
  303.     <string name="settings_title">Settings</string>
  304.     <string name="prefs_about_title">About RAR</string>
  305.     <string name="prefs_startup_title">Start-up folder</string>
  306.     <string name="prefs_sound_title">Sound</string>
  307.     <string name="prefs_sound_summary">Beep after long operations</string>
  308.     <string name="prefs_sort_title">Sort file list</string>
  309.     <string name="prefs_arcfirst_title">Archives first</string>
  310.     <string name="prefs_arcfirst_summary">Show archives at the top of list</string>
  311.     <string name="prefs_archistory_title">Archive history</string>
  312.     <string name="prefs_archistory_summary">Add archive names to history</string>
  313.     <string name="sort_by_name">By name</string>
  314.     <string name="sort_by_type">By type</string>
  315.     <string name="sort_by_size">By size</string>
  316.     <string name="sort_by_time">By time</string>
  317.     <string name="sort_by_name_reverse">By name in reverse order</string>
  318.     <string name="sort_by_type_reverse">By type in reverse order</string>
  319.     <string name="sort_by_size_reverse">By size in reverse order</string>
  320.     <string name="sort_by_time_reverse">By time in reverse order</string>
  321.     <string name="prefs_hidden_files_title">Hidden files</string>
  322.     <string name="prefs_hidden_files_summary">Show hidden files and folders</string>
  323.     <string name="prefs_theme_title">Theme</string>
  324.     <string name="theme_holo_light">Holo Light</string>
  325.     <string name="theme_holo_dark">Holo Dark</string>
  326.     <string name="about_rar_title">About RAR</string>
  327.     <string name="about_rar_name">RAR for Android</string>
  328.     <string name="about_beta">beta</string>
  329.     <string name="about_build">build</string>
  330.     <string name="about_rar_copyright">Copyright © %1$d - %2$d\nby Alexander Roshal</string>
  331.     <string name="about_rar_publisher">Published by win.rar GmbH</string>
  332.     <string name="about_translator">Translated by your_name</string> <!-- translate "Translated by" and replace your_name with your real name -->
  333.     <string name="month_jan">Jan</string>
  334.     <string name="month_feb">Feb</string>
  335.     <string name="month_mar">Mar</string>
  336.     <string name="month_apr">Apr</string>
  337.     <string name="month_may">May</string>
  338.     <string name="month_jun">Jun</string>
  339.     <string name="month_jul">Jul</string>
  340.     <string name="month_aug">Aug</string>
  341.     <string name="month_sep">Sep</string>
  342.     <string name="month_oct">Oct</string>
  343.     <string name="month_nov">Nov</string>
  344.     <string name="month_dec">Dec</string>
  345.     <string name="no_app_to_open">There is no application to open %s</string>
  346.     <string name="no_app_to_send">There is no application to send %s</string>
  347.     <string name="error_item_exists">%s already exists</string>
  348.     <string name="operation_complete">Operation complete</string>
  349.     <string name="navpanel_open">Open navigation panel</string>
  350.     <string name="navpanel_close">Close navigation panel</string>
  351.     <string name="navpanel_title">Navigation panel</string>
  352.     <string name="error_rarlib_load">Cannot load the compression library. If error persists, you may try to uninstall RAR and install it again.</string>
  353.     <string name="error_system_interrupt">Operation was interrupted by system. Try again.</string>
  354.     <string name="send_filename">Send %s</string>
  355.     <string name="copied_to_clipboard">Copied to clipboard</string>
  356.     <string name="save_file">Save file</string>
  357.     <string name="file_name">File name</string>
  358.     <string name="btn_save">Save</string>
  359.     <string name="btn_copy">Copy</string>
  360.     <string name="absent">Absent</string>
  361.     <string name="present">Present</string>
  362.     <string name="unknown">Unknown</string>
  363.     <string name="info_files">Files</string>
  364.     <string name="info_folders">Folders</string>
  365.     <string name="info_total_size">Total size</string>
  366.     <string name="info_ratio">Ratio</string>
  367.     <string name="info_calc_checksum">Calculate checksums</string>
  368.     <string name="info_md5">MD5</string>
  369.     <string name="info_sha1">SHA-1</string>
  370.     <string name="info_sha256">SHA-256</string>
  371.     <string name="info_crc32">CRC32</string>
  372.     <string name="info_type">Type</string>
  373.     <string name="info_unp_version">Version to unpack</string>
  374.     <string name="info_host_os">Host OS</string>
  375.     <string name="info_solid">solid</string>
  376.     <string name="info_volume">volume</string>
  377.     <string name="info_volume_number">#%d</string>
  378.     <string name="info_sfx">SFX</string> <!-- self-extracting -->
  379.     <string name="info_packed_size">Packed size</string>
  380.     <string name="info_recovery_record">Recovery record</string>
  381.     <string name="info_encrypted_files">Encrypted files</string>
  382.     <string name="info_dict_size">Dictionary size</string>
  383.     <string name="info_arc_comment">Archive comment</string>
  384.     <string name="maximize">Maximize</string>
  385.     <string name="read_arc_comment">Reading archive comment</string>
  386.     <string name="read_only">read-only</string>
  387.     <string name="writable">writable</string>
  388.     <string name="extcard_title">External SD card access</string>
  389.     <string name="extcard_ro_info1">All external SD card folders except so called external SD card home at: %s are read-only for RAR.</string>
  390.     <string name="extcard_ro_info2">If current external SD card folder is read-only, archiving and extraction commands replace it with external SD card home folder automatically.</string>
  391.     <string name="extcard_ro_info3">Press \"Home folder\" to open the writable external SD card home folder. Press \"Help\" to get additional information.</string>
  392.     <string name="extcard_ro_info4">Be aware that entire contents of this writable external SD card home folder including subfolders is deleted when uninstalling RAR application or clearing RAR data in application manager.</string>
  393.     <string name="extcard_ro_info5">Copy all important files from this folder to another location before taking such actions.</string>
  394.     <string name="btn_home_folder">Home folder</string>
  395.     <string name="extcard_home_used">Current folder is read-only. External SD card home folder is used instead.</string>
  396.     <string name="arc_current_folder">Create archive in current folder</string>
  397.     <string name="arc_intsd_root">Create archive in internal SD card root folder</string>
  398.     <string name="arc_extsd_home">Create archive in external SD card home folder</string>
  399.     <string name="not_show_again">Do not show again</string>
  400.     <string name="open_extracted_folder">Folder %s with extracted files is opened</string>
  401.         
  402. </resources>