PDFReaderPro/app/src/main/res/values/strings.xml
2025-09-10 16:29:44 +08:00

68 lines
4.2 KiB
XML

<resources>
<string name="app_name">PDF Reader Pro</string>
<string name="home">Home</string>
<string name="recently">Recently</string>
<string name="favorite">Favorite</string>
<string name="tools">Tools</string>
<string name="splash_desc">Professional PDF Document Reader</string>
<string name="permission_required">Permission Required</string>
<string name="permission_required_desc_1">To Read and edit your files,Please allow %1$s to access all files</string>
<string name="permission_required_desc_2">Allow access to manage all files</string>
<string name="allow_access">Allow Access</string>
<string name="go">Go</string>
<string name="exit">Exit</string>
<string name="notice">Notice</string>
<string name="permission_notice">Permission is required to access files</string>
<string name="cancel">Cancel</string>
<string name="ok">OK</string>
<string name="sort_by">Sort by</string>
<string name="created_date">Created Date</string>
<string name="file_name">File Name</string>
<string name="file_size">File Size</string>
<string name="ascending">Ascending</string>
<string name="descending">Descending</string>
<string name="permission_denied">Permission Denied</string>
<string name="pd_content_notice">Unable to access PDF file, please grant storage permission in settings</string>
<string name="file_not">File does not exist</string>
<string name="lock">Lock</string>
<string name="unlock">Unlock</string>
<string name="eye_protect">Eye Protect</string>
<string name="bookmarks">Bookmarks</string>
<string name="set_pdf_password">Set PDF Password</string>
<string name="set_pdf_password_dialog_desc">Set a protection password for the PDF file, Leaving it blank means no password is set.</string>
<string name="password_protection">PDF Password Protection</string>
<string name="enter_password">Enter password</string>
<string name="confirm_password">Confirm password</string>
<string name="password_protection_dialog_desc">Please enter the PDF file password</string>
<string name="password_not_empty">Password cannot be empty</string>
<string name="incorrect_password">Incorrect password</string>
<string name="pdf_loading_failed">PDF loading failed</string>
<string name="password_too_short">Password must be at least 4 characters</string>
<string name="password_not_match">Passwords do not match</string>
<string name="rename_file">Rename</string>
<string name="file_details">Details</string>
<string name="share_file">Share</string>
<string name="print_pdf">Print</string>
<string name="added_to_favorites">Added to Favorite</string>
<string name="removed_from_favorites">Removed from Favorites</string>
<string name="delete_file">Delete File</string>
<string name="set_password">Set Password</string>
<string name="remove_password">Remove Password</string>
<string name="duplicate_file">Duplicate File</string>
<string name="enter_name">Enter a name</string>
<string name="name_not_empty">File name cannot be empty</string>
<string name="name_not_changed">File name has not been changed</string>
<string name="name_invalid_chars">File name contains invalid characters: / \ : * ? " &lt; &gt; |</string>
<string name="name_too_long">File name is too long (max 255 characters)</string>
<string name="name_already_exists">A file with the same name already exists</string>
<string name="name_start_end_space">File name cannot start or end with space</string>
<string name="rename_successfully">Rename successfully</string>
<string name="error_file_not_exist">File does not exist</string>
<string name="error_no_write_permission">No write permission for file</string>
<string name="error_invalid_file_name">Invalid file name</string>
<string name="error_no_parent_directory">Cannot get parent directory</string>
<string name="error_target_file_exists">Target file already exists</string>
<string name="error_file_rename_failed">File rename failed</string>
<string name="error_insufficient_permission">Insufficient permission to rename file</string>
<string name="error_file_rename_exception">File rename exception: %1$s</string>
</resources>