-
Notifications
You must be signed in to change notification settings - Fork 17
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
base: main
Are you sure you want to change the base?
Conversation
<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> |
There was a problem hiding this comment.
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…
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<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> |
<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> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<string name="share_button_error">Retry</string> | |
<string name="share_button_error">Retry?</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small fixes
No description provided.