Skip to content

Commit

Permalink
Add strings from PR getodk#5734
Browse files Browse the repository at this point in the history
  • Loading branch information
seadowg committed Oct 2, 2023
1 parent 8aba734 commit dce56af
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions strings/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1209,4 +1209,25 @@

<!-- This warning will be shown when a user edits a form that is ready to send. The next version will also provide a link to learn more -->
<string name="edit_finalized_form_warning" tools:ignore="UnusedResources">In later releases, you will not be able to edit finalized forms. Save forms as draft to edit them later.\n\nYou can check for errors in a draft form by tapping the three dots (⋮) and then Check for errors.</string>

<!-- Label for option that finalizes all the forms the user is currently looking at -->
<string name="finalize_all_forms" tools:ignore="UnusedResources">Finalize all forms</string>

<!-- Message shown when finalizing all forms has succeeded and how many totally have been finalized -->
<plurals name="bulk_finalize_success" tools:ignore="UnusedResources">
<item quantity="one">Success! %d form finalized.</item>
<item quantity="other">Success! %d forms finalized.</item>
</plurals>

<!-- Message shown when no forms finalized successfully -->
<plurals name="bulk_finalize_failure" tools:ignore="UnusedResources">
<item quantity="one">%d form has an error. Address issues before finalizing all forms.</item>
<item quantity="other">%d forms have errors. Address issues before finalizing all forms.</item>
</plurals>

<!-- Message shown when some forms finalize successfully and others fail -->
<string name="bulk_finalize_partial_success" tools:ignore="UnusedResources">%d forms finalized. %d forms have errors. Address issues before finalizing all forms.</string>

<!-- Message above a form draft that has not yet been completed -->
<string name="incomplete" tools:ignore="UnusedResources">Incomplete</string>
</resources>

0 comments on commit dce56af

Please sign in to comment.