Skip to content

Commit

Permalink
[tx] updated from transifex
Browse files Browse the repository at this point in the history
  • Loading branch information
ownclouders committed Nov 30, 2024
1 parent 15ce65d commit 7faf3bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions owncloudApp/src/main/res/values-en-rGB/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@
<string name="drawer_open">Open</string>
<string name="drawer_loading_quota">Loading quota</string>
<string name="drawer_quota">%1$s of %2$s used (%3$s %%)</string>
<string name="drawer_exceeded_quota">Storage full</string>
<string name="drawer_nearing_quota">Storage nearly full</string>
<string name="drawer_critical_quota">Storage very nearly full</string>
<string name="drawer_unavailable_free_storage">%1$s in use</string>
<string name="drawer_unavailable_used_storage">No storage usage information available</string>
<string name="drawer_feedback">Feedback</string>
Expand Down Expand Up @@ -486,6 +489,8 @@
<string name="prefs_category_accounts">Accounts</string>
<string name="prefs_add_account">Add account</string>
<string name="drawer_manage_accounts">Manage accounts</string>
<string name="manage_accounts_quota">%1$s of %2$s</string>
<string name="used_quota_title_manage_accounts">Used:</string>
<string name="auth_redirect_non_secure_connection_title">Secure connection is redirected through an unsecured route.</string>
<string name="actionbar_logger">Logs</string>
<string name="log_send_history_button">Send history</string>
Expand Down Expand Up @@ -675,6 +680,8 @@
<string name="release_notes_bugfixes_subtitle">Some bugs were fixed to improve experience in the app</string>
<string name="release_notes_4_5_0_title_feedback_in_previews">Feedback when (un)setting av. offline in all previews</string>
<string name="release_notes_4_5_0_subtitle_feedback_in_previews">Added feedback when (un)setting av. offline in all previews and updated options menu depending on file status</string>
<string name="release_notes_4_5_0_title_quota_improvements">Improvements in storage occupation display</string>
<string name="release_notes_4_5_0_subtitle_quota_improvements">Storage occupation refreshed frequently in file and refresh operations and available in accounts manager view, besides of drawer menu</string>
<!--Open in web-->
<string name="ic_action_open_in_web">Open in web</string>
<string name="ic_action_open_with_web">Open in %1$s (web)</string>
Expand Down

0 comments on commit 7faf3bd

Please sign in to comment.