-
-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from sdex/crowdin_translation_update
New Crowdin updates
- Loading branch information
Showing
14 changed files
with
1,730 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="history_activity">History</string> | ||
<string name="settings_activity">Settings</string> | ||
<!-- activity options --> | ||
<string name="activity_option_launch_params">Launch activity with parameters</string> | ||
<string name="activity_option_launch_root">Launch activity with ROOT</string> | ||
<string name="activity_option_create_shortcut">Create shortcut</string> | ||
<!-- application options --> | ||
<string name="application_option_open">Launch the application</string> | ||
<string name="application_option_open_manifest">Open manifest viewer</string> | ||
<string name="application_option_open_info">Open application info</string> | ||
<string name="application_option_action_launch">Open in GooglePlay</string> | ||
<string name="application_disabled">Disabled</string> | ||
<string name="application_system">System</string> | ||
<!-- create shortcut --> | ||
<string name="shortcut_name">Label</string> | ||
<string name="shortcut_name_empty">Label cannot be empty</string> | ||
<string name="shortcut_create">Create</string> | ||
<string name="shortcut_set_icon_tooltip">Tap to change the icon</string> | ||
<string name="icons_loading_error">Failed to load the icons</string> | ||
<string name="shortcut_icon_gallery">Pick from gallery</string> | ||
<string name="shortcut_icon_preset">Select from icons</string> | ||
<!-- launching activity --> | ||
<string name="starting_activity">Starting activity: %s</string> | ||
<string name="starting_activity_failed">Failed to start activity: %s</string> | ||
<string name="starting_activity_launch_intent_failed">Cannot find launcher activity</string> | ||
<string name="starting_activity_failed_security">You don\'t have permissions to run this activity: %s</string> | ||
<string name="starting_activity_intent">Starting activity</string> | ||
<string name="starting_activity_intent_failed">Failed to start activity</string> | ||
<string name="starting_activity_root_error">Failed to launch the activity using root</string> | ||
<string name="starting_activity_root_not_available">Root is not available or the permission is not granter</string> | ||
<string name="activities_list_empty_text">There are no exported activities</string> | ||
<string name="activities_list_empty_action">Show non-exported</string> | ||
<string name="action_about">About</string> | ||
<string name="action_launch_intent">Intent launcher</string> | ||
<string name="action_history">History</string> | ||
<string name="action_clear_history">Clear history</string> | ||
<string name="action_search">Search</string> | ||
<string name="action_search_hint">Application name or package</string> | ||
<string name="action_search_activity_hint">Activity name or package</string> | ||
<string name="action_settings">Settings</string> | ||
<!-- intent builder --> | ||
<string name="launch_param_package_name">Package name</string> | ||
<string name="launch_param_class_name">Class name</string> | ||
<string name="launch_param_action">Action</string> | ||
<string name="launch_param_data">Data</string> | ||
<string name="launch_param_mime_type">Mime type</string> | ||
<string name="launch_param_extras">Extras</string> | ||
<string name="launch_param_extras_add">+ Add extra</string> | ||
<string name="launch_param_categories">Categories</string> | ||
<string name="launch_param_flags">Flags</string> | ||
<string name="save_to_history">Save to history</string> | ||
<string name="item_history_has_extras">Extras</string> | ||
<string name="item_history_has_categories">Categories</string> | ||
<string name="item_history_has_flags">Flags</string> | ||
<string name="about_donation">Support development</string> | ||
<string name="about_source_code">Source code</string> | ||
<string name="about_version">Version</string> | ||
<string name="about_issues_tracker">Issue tracker</string> | ||
<string name="about_feedback">Report a problem, aks a question…</string> | ||
<string name="about_open_source">Open source libraries</string> | ||
<string name="donate_message">If you like the app, please consider making some donation</string> | ||
<string name="donate_action_text">Donate</string> | ||
<string name="input_key">Input key</string> | ||
<string name="input_value">Input value</string> | ||
<string name="key">Key</string> | ||
<string name="value">Value</string> | ||
<string name="type_array">Array</string> | ||
<!-- history --> | ||
<string name="history_empty_text">Nothing to show</string> | ||
<string name="history_empty_action">Run some intents</string> | ||
<string name="history_dialog_clear_title">Clear history</string> | ||
<string name="history_dialog_clear_message">Are you sure?</string> | ||
<string name="history_item_dialog_title">Intent</string> | ||
<string name="history_item_dialog_remove">Remove</string> | ||
<string name="history_item_dialog_add_shortcut">Create shortcut</string> | ||
<string name="history_item_dialog_export_uri">Export as URI</string> | ||
<string name="no">No</string> | ||
<string name="yes">Yes</string> | ||
<string name="dialog_add_extra_title">Add extra</string> | ||
<string name="dialog_add_extra_key_empty">Key cannot be empty</string> | ||
<string name="dialog_add_extra_value_empty">Value cannot be empty</string> | ||
<string name="dialog_add_extra_type_incorrect">Incorrect value type</string> | ||
<string name="dialog_export_intent_copy">Copy</string> | ||
<string name="dialog_enable_non_exported_title">Non-exported activities</string> | ||
<string name="dialog_enable_non_exported_message">You can enable displaying non-exported activities, they will be highlighted with red color. Such activities can be run only with ROOT permission</string> | ||
<!-- errors --> | ||
<string name="error_failed_to_instantiate_web_view">Failed to instantiate WebView, try again later</string> | ||
<string name="error_failed_to_open_manifest">Failed to open AndroidManifest.xml</string> | ||
<string name="error_intent_shortcut_icon">Custom icon is not supported for Intent shortcut yet. Only for activity</string> | ||
<!-- share --> | ||
<string name="dialog_share_title">Share AndroidManifest.xml file</string> | ||
<!-- settings --> | ||
<string name="pref_header_appearance">Appearance</string> | ||
<string name="pref_appearance_theme_title">Theme</string> | ||
<string name="pref_header_advanced">Advanced</string> | ||
<string name="pref_system_apps_title">Show system apps</string> | ||
<string name="pref_disabled_apps_title">Show disabled apps</string> | ||
<string name="pref_advanced_system_apps_title">Show system app indicator</string> | ||
<string name="pref_advanced_disabled_apps_title">Show disabled app indicator</string> | ||
<string name="pref_advanced_not_exported_title">Show not exported activities</string> | ||
<string name="pref_advanced_not_exported_summary">Can be run only using Root</string> | ||
<string-array name="pref_appearance_theme_list_titles"> | ||
<item>System</item> | ||
<item>Light</item> | ||
<item>Dark</item> | ||
</string-array> | ||
<plurals name="history_records"> | ||
<item quantity="one">%d record</item> | ||
<item quantity="few">%d records</item> | ||
<item quantity="many">%d records</item> | ||
<item quantity="other">%d records</item> | ||
</plurals> | ||
<plurals name="activities_count"> | ||
<item quantity="one">%d activity</item> | ||
<item quantity="few">%d activities</item> | ||
<item quantity="many">%d activities</item> | ||
<item quantity="other">%d activities</item> | ||
</plurals> | ||
<!-- manifest viewer --> | ||
<string name="manifest_viewer_export">Export</string> | ||
<string name="manifest_viewer_help">Help</string> | ||
<string name="manifest_viewer_line_numbers">Line numbers</string> | ||
<string name="manifest_viewer_search">Search</string> | ||
<string name="manifest_viewer_search_hint">Find keyword</string> | ||
</resources> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
<string name="history_activity">History</string> | ||
<string name="settings_activity">Settings</string> | ||
<!-- activity options --> | ||
<string name="activity_option_launch_params">Launch activity with parameters</string> | ||
<string name="activity_option_launch_root">Launch activity with ROOT</string> | ||
<string name="activity_option_create_shortcut">Create shortcut</string> | ||
<!-- application options --> | ||
<string name="application_option_open">Launch the application</string> | ||
<string name="application_option_open_manifest">Open manifest viewer</string> | ||
<string name="application_option_open_info">Open application info</string> | ||
<string name="application_option_action_launch">Open in GooglePlay</string> | ||
<string name="application_disabled">Disabled</string> | ||
<string name="application_system">System</string> | ||
<!-- create shortcut --> | ||
<string name="shortcut_name">Label</string> | ||
<string name="shortcut_name_empty">Label cannot be empty</string> | ||
<string name="shortcut_create">Create</string> | ||
<string name="shortcut_set_icon_tooltip">Tap to change the icon</string> | ||
<string name="icons_loading_error">Failed to load the icons</string> | ||
<string name="shortcut_icon_gallery">Pick from gallery</string> | ||
<string name="shortcut_icon_preset">Select from icons</string> | ||
<!-- launching activity --> | ||
<string name="starting_activity">Starting activity: %s</string> | ||
<string name="starting_activity_failed">Failed to start activity: %s</string> | ||
<string name="starting_activity_launch_intent_failed">Cannot find launcher activity</string> | ||
<string name="starting_activity_failed_security">You don\'t have permissions to run this activity: %s</string> | ||
<string name="starting_activity_intent">Starting activity</string> | ||
<string name="starting_activity_intent_failed">Failed to start activity</string> | ||
<string name="starting_activity_root_error">Failed to launch the activity using root</string> | ||
<string name="starting_activity_root_not_available">Root is not available or the permission is not granter</string> | ||
<string name="activities_list_empty_text">There are no exported activities</string> | ||
<string name="activities_list_empty_action">Show non-exported</string> | ||
<string name="action_about">About</string> | ||
<string name="action_launch_intent">Intent launcher</string> | ||
<string name="action_history">History</string> | ||
<string name="action_clear_history">Clear history</string> | ||
<string name="action_search">Search</string> | ||
<string name="action_search_hint">Application name or package</string> | ||
<string name="action_search_activity_hint">Activity name or package</string> | ||
<string name="action_settings">Settings</string> | ||
<!-- intent builder --> | ||
<string name="launch_param_package_name">Package name</string> | ||
<string name="launch_param_class_name">Class name</string> | ||
<string name="launch_param_action">Action</string> | ||
<string name="launch_param_data">Data</string> | ||
<string name="launch_param_mime_type">Mime type</string> | ||
<string name="launch_param_extras">Extras</string> | ||
<string name="launch_param_extras_add">+ Add extra</string> | ||
<string name="launch_param_categories">Categories</string> | ||
<string name="launch_param_flags">Flags</string> | ||
<string name="save_to_history">Save to history</string> | ||
<string name="item_history_has_extras">Extras</string> | ||
<string name="item_history_has_categories">Categories</string> | ||
<string name="item_history_has_flags">Flags</string> | ||
<string name="about_donation">Support development</string> | ||
<string name="about_source_code">Source code</string> | ||
<string name="about_version">Version</string> | ||
<string name="about_issues_tracker">Issue tracker</string> | ||
<string name="about_feedback">Report a problem, aks a question…</string> | ||
<string name="about_open_source">Open source libraries</string> | ||
<string name="donate_message">If you like the app, please consider making some donation</string> | ||
<string name="donate_action_text">Donate</string> | ||
<string name="input_key">Input key</string> | ||
<string name="input_value">Input value</string> | ||
<string name="key">Key</string> | ||
<string name="value">Value</string> | ||
<string name="type_array">Array</string> | ||
<!-- history --> | ||
<string name="history_empty_text">Nothing to show</string> | ||
<string name="history_empty_action">Run some intents</string> | ||
<string name="history_dialog_clear_title">Clear history</string> | ||
<string name="history_dialog_clear_message">Are you sure?</string> | ||
<string name="history_item_dialog_title">Intent</string> | ||
<string name="history_item_dialog_remove">Remove</string> | ||
<string name="history_item_dialog_add_shortcut">Create shortcut</string> | ||
<string name="history_item_dialog_export_uri">Export as URI</string> | ||
<string name="no">No</string> | ||
<string name="yes">Yes</string> | ||
<string name="dialog_add_extra_title">Add extra</string> | ||
<string name="dialog_add_extra_key_empty">Key cannot be empty</string> | ||
<string name="dialog_add_extra_value_empty">Value cannot be empty</string> | ||
<string name="dialog_add_extra_type_incorrect">Incorrect value type</string> | ||
<string name="dialog_export_intent_copy">Copy</string> | ||
<string name="dialog_enable_non_exported_title">Non-exported activities</string> | ||
<string name="dialog_enable_non_exported_message">You can enable displaying non-exported activities, they will be highlighted with red color. Such activities can be run only with ROOT permission</string> | ||
<!-- errors --> | ||
<string name="error_failed_to_instantiate_web_view">Failed to instantiate WebView, try again later</string> | ||
<string name="error_failed_to_open_manifest">Failed to open AndroidManifest.xml</string> | ||
<string name="error_intent_shortcut_icon">Custom icon is not supported for Intent shortcut yet. Only for activity</string> | ||
<!-- share --> | ||
<string name="dialog_share_title">Share AndroidManifest.xml file</string> | ||
<!-- settings --> | ||
<string name="pref_header_appearance">Appearance</string> | ||
<string name="pref_appearance_theme_title">Theme</string> | ||
<string name="pref_header_advanced">Advanced</string> | ||
<string name="pref_system_apps_title">Show system apps</string> | ||
<string name="pref_disabled_apps_title">Show disabled apps</string> | ||
<string name="pref_advanced_system_apps_title">Show system app indicator</string> | ||
<string name="pref_advanced_disabled_apps_title">Show disabled app indicator</string> | ||
<string name="pref_advanced_not_exported_title">Show not exported activities</string> | ||
<string name="pref_advanced_not_exported_summary">Can be run only using Root</string> | ||
<string-array name="pref_appearance_theme_list_titles"> | ||
<item>System</item> | ||
<item>Light</item> | ||
<item>Dark</item> | ||
</string-array> | ||
<plurals name="history_records"> | ||
<item quantity="one">%d record</item> | ||
<item quantity="other">%d records</item> | ||
</plurals> | ||
<plurals name="activities_count"> | ||
<item quantity="one">%d activity</item> | ||
<item quantity="other">%d activities</item> | ||
</plurals> | ||
<!-- manifest viewer --> | ||
<string name="manifest_viewer_export">Export</string> | ||
<string name="manifest_viewer_help">Help</string> | ||
<string name="manifest_viewer_line_numbers">Line numbers</string> | ||
<string name="manifest_viewer_search">Search</string> | ||
<string name="manifest_viewer_search_hint">Find keyword</string> | ||
</resources> |
Oops, something went wrong.