Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App strings reworked #64

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

comradekingu
Copy link
Contributor

No description provided.

<string name="share_button_stopping">Stopping… wait until stopped</string>
<string name="share_button_error">Try again</string>
<string name="share_button_stopping">Stopping… (Wait till it has stopped.)</string>
<string name="share_button_error">Retry</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a "Retry" below too…

Copy link
Contributor

@lucasmz-dev lucasmz-dev Apr 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Considering the description for it is mentions error, I would expect this to be used in the context of like a title?
(oop, seems like you mention it below)

<string name="share_button_start">Start Sharing</string>
<string name="share_button_starting">Starting… tap to cancel</string>
<string name="share_button_starting">Starting… Tap to cancel.</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<string name="share_button_starting">Starting… Tap to cancel.</string>
<string name="share_button_starting">Starting… (Tap to cancel.)</string>

@@ -13,7 +13,7 @@
<string name="remove">Remove</string>
<string name="share_empty_state">Nothing here yet.</string>
<string name="warning_alpha_intro">Warning:</string>
<string name="warning_alpha">This is an early alpha release. It should only be used for testing. The code is not finished and has not been audited.</string>
<string name="warning_alpha">This early alpha release should only be used for testing. The code is unfinished and not audited.</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<string name="warning_alpha">This early alpha release should only be used for testing. The code is unfinished and not audited.</string>
<string name="warning_alpha">This early alpha release is only for testing. The code is unfinished and not audited.</string>


<string name="settings_title">Settings</string>
<string name="settings_tor_title">Connecting to Tor</string>
<string name="settings_tor_automatic">Automatic based on location</string>
<string name="settings_tor_intro">A bridge is a dedicated uncensored route into the Tor network. Even if Automatic is selected, OnionShare may try to use bridges to connect.</string>
<string name="settings_tor_automatic">Automatic, based on location</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not good.

<string name="notification_sharing_text">Tap to get the OnionShare address to share your files.</string>
<string name="starting_notification_title">Publishing…</string>
<string name="starting_notification_text">(May take a while.)</string>
<string name="sharing_notification_title">Sharing…</string>
<string name="share_error_snackbar_text">Could not start OnionShare</string>
<string name="share_error_file_snackbar_text">Could not open %s. Removed.</string>
<string name="share_error_snackbar_action">Retry</string>
Copy link
Contributor Author

@comradekingu comradekingu Oct 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the other "Retry". Is one the title and the other is a button?

<string name="notification_sharing_text">Tap to get the OnionShare address to share your files.</string>
<string name="starting_notification_title">Publishing…</string>
<string name="starting_notification_text">(May take a while.)</string>
<string name="sharing_notification_title">Sharing…</string>
<string name="share_error_snackbar_text">Could not start OnionShare</string>
<string name="share_error_file_snackbar_text">Could not open %s. Removed.</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<string name="share_error_file_snackbar_text">Could not open %s. Removed.</string>
<string name="share_error_file_snackbar_text">Could not open %s. (Removed.)</string>

@grote grote requested a review from akwizgran January 12, 2023 15:14
<string name="share_button_stopping">Stopping… wait until stopped</string>
<string name="share_button_error">Try again</string>
<string name="share_button_stopping">Stopping… (Wait till it has stopped.)</string>
<string name="share_button_error">Retry</string>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<string name="share_button_error">Retry</string>
<string name="share_button_error">Retry?</string>

Copy link
Contributor Author

@comradekingu comradekingu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small fixes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants