Skip to content

Commit

Permalink
chore: updated translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
aanorbel committed Aug 7, 2024
1 parent b4cdcae commit cfb09b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
android:childDivider="@android:color/transparent"
android:divider="@android:color/transparent"
android:groupIndicator="@null"
app:paddingStart="16dp"
android:paddingStart="16dp"
app:layout_constraintTop_toBottomOf="@id/header"
tools:listitem="@layout/overview_test_group_list_item" />

Expand Down
9 changes: 4 additions & 5 deletions app/src/main/res/values/strings_run_v2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<string name="LoadingScreen_Runv2_Message">Link Loading</string>
<string name="LoadingScreen_Runv2_Failure">Error?</string>
<string name="LoadingScreen_Runv2_Canceled">Link installation cancelled</string>
<string name="Dashboard_Runv2_Overview_Description">Created by %s on %s\n\n%s</string>
<string name="Dashboard_Runv2_Overview_Description">Created by %1$s on %2$s\n\n %3$s</string>
<string name="Dashboard_Runv2_Overview_UninstallLink">Uninstall Link</string>
<string name="Dashboard_Runv2_Overview_ReviewUpdates">Review Updates</string>
<string name="Dashboard_Runv2_Overview_PreviousRevisions">Previous revisions</string>
Expand All @@ -28,10 +28,9 @@
<string name="CustomWebsites_Fab_Default">Test URLs</string>
<string name="Dashboard_ReviewDescriptor_Title">Link Update</string>
<string name="Dashboard_ReviewDescriptor_Success">Link(s) updated</string>
<string name="Dashboard_ReviewDescriptor_Canceled">?</string>
<string name="Dashboard_ReviewDescriptor_Label">Link Update (%d of %d)</string>
<string name="Dashboard_ReviewDescriptor_Button_Last">UPDATE AND FINISH (%d of %d)</string>
<string name="Dashboard_ReviewDescriptor_Button_Default">UPDATE (%d of %d)</string>
<string name="Dashboard_ReviewDescriptor_Label">Link Update (%1$s of %2$s)</string>
<string name="Dashboard_ReviewDescriptor_Button_Last">UPDATE AND FINISH (%1$s of %2$s)</string>
<string name="Dashboard_ReviewDescriptor_Button_Default">UPDATE (%1$s of %2$s)</string>
<string name="Dashboard_ReviewDescriptor_Update">Update</string>
<string name="Dashboard_RunTests_Title">Run tests</string>
<string name="Dashboard_RunTests_RunButton_Default">Run Tests</string>
Expand Down

0 comments on commit cfb09b4

Please sign in to comment.