mirror of
				https://github.com/fankes/termux-app.git
				synced 2025-10-29 07:09:35 +08:00 
			
		
		
		
	Changed: Remove redundant double quotes from string resources
This commit is contained in:
		| @@ -19,14 +19,14 @@ | ||||
|  | ||||
|  | ||||
|     <!-- PackageUtils --> | ||||
|     <string name="error_app_not_installed_or_disabled_warning">The %1$s (%2$s) app is not installed or is disabled."</string> | ||||
|     <string name="error_app_not_installed_or_disabled_warning">The %1$s (%2$s) app is not installed or is disabled.</string> | ||||
|     <string name="error_get_package_context_failed_title">Failed To Get Package Context</string> | ||||
|     <string name="error_get_package_context_failed_message">Failed to get package context for the \"%1$s\" package. | ||||
|         This may be because the app package is not installed or it has different APK signature from the current app.</string> | ||||
|     <string name="error_get_package_context_failed_help_url_message">Check %1$s for more details.</string> | ||||
|     <string name="error_get_component_state_failed">Failed to get %1$s/%2$s component state"</string> | ||||
|     <string name="error_enable_component_failed">Failed to enable %1$s/%2$s component"</string> | ||||
|     <string name="error_disable_component_failed">Failed to enable %1$s/%2$s component"</string> | ||||
|     <string name="error_get_component_state_failed">Failed to get %1$s/%2$s component state</string> | ||||
|     <string name="error_enable_component_failed">Failed to enable %1$s/%2$s component</string> | ||||
|     <string name="error_disable_component_failed">Failed to enable %1$s/%2$s component</string> | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -35,7 +35,7 @@ | ||||
|     <string name="error_failed_to_request_permissions">Failed to request permissions with request code %1$d: %2$s</string> | ||||
|     <string name="error_attempted_to_check_for_permissions_not_requested">Attempted to check for permissions that have not been requested in app manifest: %1$s</string> | ||||
|     <string name="error_attempted_to_ask_for_permissions_not_requested">Attempted to ask for permissions that have not been requested in app manifest: %1$s</string> | ||||
|     <string name="error_has_not_requested_legacy_external_storage">The \"%1$s\" package is targeting targetSdkVersion %2$d and is running on android sdk %3$d but has not set requestLegacyExternalStorage to true in app manifest"</string> | ||||
|     <string name="error_has_not_requested_legacy_external_storage">The \"%1$s\" package is targeting targetSdkVersion %2$d and is running on android sdk %3$d but has not set requestLegacyExternalStorage to true in app manifest</string> | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -49,18 +49,18 @@ | ||||
|     <!-- ShareUtils --> | ||||
|     <string name="title_share_with">Share With</string> | ||||
|     <string name="title_open_url_with">Open URL With</string> | ||||
|     <string name="msg_storage_permission_not_granted">The storage permission not granted."</string> | ||||
|     <string name="msg_file_saved_successfully">The %1$s file saved successfully at \"%2$s\""</string> | ||||
|     <string name="msg_storage_permission_not_granted">The storage permission not granted.</string> | ||||
|     <string name="msg_file_saved_successfully">The %1$s file saved successfully at \"%2$s\"</string> | ||||
|  | ||||
|  | ||||
|  | ||||
|     <!-- Shell --> | ||||
|     <string name="error_sending_sigkill_to_process">Sending SIGKILL to process on user request or because android is killing the execution service</string> | ||||
|     <string name="error_execution_cancelled">Execution has been cancelled since execution service is being killed</string> | ||||
|     <string name="error_failed_to_execute_termux_session_command">"Failed to execute \"%1$s\" termux session command"</string> | ||||
|     <string name="error_failed_to_execute_app_shell_command">"Failed to execute \"%1$s\" app shell command"</string> | ||||
|     <string name="error_failed_to_execute_termux_session_command">Failed to execute \"%1$s\" termux session command</string> | ||||
|     <string name="error_failed_to_execute_app_shell_command">Failed to execute \"%1$s\" app shell command</string> | ||||
|     <string name="error_exception_received_while_executing_termux_session_command">Exception received while to executing \"%1$s\" termux session command.\nException: %2$s</string> | ||||
|     <string name="error_exception_received_while_executing_app_shell_command">Exception received while to executing \"%1$s\" app shell command.\nException: %2$s"</string> | ||||
|     <string name="error_exception_received_while_executing_app_shell_command">Exception received while to executing \"%1$s\" app shell command.\nException: %2$s</string> | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -78,13 +78,13 @@ | ||||
|         on github or other official termux community forums **will likely be automatically closed/deleted** and may | ||||
|         even result in **temporary or permanent** ban. Check %1$s/wiki/Hacking for details.</string> | ||||
|  | ||||
|     <string name="msg_termux_app_required_by_app">The &TERMUX_APP_NAME; is required by the %1$s app to run termux commands."</string> | ||||
|     <string name="error_termux_app_package_context_not_accessible">The &TERMUX_APP_NAME; app (package context) is not accessible."</string> | ||||
|     <string name="msg_termux_app_required_by_app">The &TERMUX_APP_NAME; is required by the %1$s app to run termux commands.</string> | ||||
|     <string name="error_termux_app_package_context_not_accessible">The &TERMUX_APP_NAME; app (package context) is not accessible.</string> | ||||
|     <string name="error_termux_prefix_dir_path_not_accessible">The &TERMUX_APP_NAME; app $PREFIX directory is not accessible by the %1$s app. | ||||
|         This may be because you have not installed or setup &TERMUX_APP_NAME; app or | ||||
|         &TERMUX_APP_NAME; app and %1$s app both have different APK signatures because you have managed to install both apps from different sources. | ||||
|         It may also be because &TERMUX_APP_NAME; $PREFIX directory \"&TERMUX_PREFIX_DIR_PATH;\" does not exist or does not have read, | ||||
|         write and execute permissions."</string> | ||||
|         write and execute permissions.</string> | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -96,16 +96,16 @@ | ||||
|     <string name="action_cancel">Cancel</string> | ||||
|     <string name="action_save_to_file">Save To File</string> | ||||
|  | ||||
|     <string name="msg_storage_permission_granted_on_request">"The storage permission granted by user on request"</string> | ||||
|     <string name="msg_storage_permission_not_granted_on_request">"The storage permission not granted by user on request"</string> | ||||
|     <string name="msg_storage_permission_granted_on_request">The storage permission granted by user on request</string> | ||||
|     <string name="msg_storage_permission_not_granted_on_request">The storage permission not granted by user on request</string> | ||||
|  | ||||
|  | ||||
|  | ||||
|     <!-- Launcher Icons --> | ||||
|     <string name="action_enable_launcher_icon">Enable Launcher Icon</string> | ||||
|     <string name="action_disable_launcher_icon">Disable Launcher Icon</string> | ||||
|     <string name="msg_enabling_launcher_icon">Enabling %1$s app launcher icon"</string> | ||||
|     <string name="msg_disabling_launcher_icon">Disabling %1$s app launcher icon"</string> | ||||
|     <string name="msg_enabling_launcher_icon">Enabling %1$s app launcher icon</string> | ||||
|     <string name="msg_disabling_launcher_icon">Disabling %1$s app launcher icon</string> | ||||
|     <string name="setting_launcher_icon_title">Launcher Icon Enabled</string> | ||||
|     <string name="setting_launcher_icon_enabled_off">Launcher Icon will be disabled.</string> | ||||
|     <string name="setting_launcher_icon_enabled_on">Launcher Icon will be enabled. (Default)</string> | ||||
| @@ -114,11 +114,11 @@ | ||||
|  | ||||
|     <!-- Log Level --> | ||||
|     <string name="log_level_title">Log Level</string> | ||||
|     <string name="log_level_off">"Off"</string> | ||||
|     <string name="log_level_normal">"Normal"</string> | ||||
|     <string name="log_level_debug">"Debug"</string> | ||||
|     <string name="log_level_verbose">"Verbose"</string> | ||||
|     <string name="log_level_unknown">"*Unknown*"</string> | ||||
|     <string name="log_level_off">Off</string> | ||||
|     <string name="log_level_normal">Normal</string> | ||||
|     <string name="log_level_debug">Debug</string> | ||||
|     <string name="log_level_verbose">Verbose</string> | ||||
|     <string name="log_level_unknown">*Unknown*</string> | ||||
|     <string name="log_level_value">Logcat log level set to \"%1$s\"</string> | ||||
|  | ||||
| </resources> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user