Skip to content

Commit

Permalink
Add missing translations, prepare for release 4 (0.9.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertware committed Jun 27, 2017
1 parent 54afe2a commit 3263a6f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
android:gravity="center"
android:layout_width="match_parent"
android:layout_height="60dp"
android:text="@string/placeholder_no_results_to_show"
android:text="@string/placeholder_no_disturbances"
android:textSize="@dimen/cardlist_textrow_primary_textsizea"/>

</RelativeLayout>
Expand Down
2 changes: 2 additions & 0 deletions Hyperrail/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,6 @@
<string name="feedback_explanation">Si vous avez des suggestions, des idées ou des problèmes avec cette application, veuillez les signaler ici. Tous les commentaires seront envoyés par la poste au développeur.</string>
<string name="feedback_send">Envoyer des commentaires</string>
<string name="feedback_hint">Tapez vos commentaires ici</string>
<string name="placeholder_no_disturbances">Il n\'y a pas de perturbations en ce moment</string>

</resources>
1 change: 1 addition & 0 deletions Hyperrail/src/main/res/values-nl/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@
<string name="feedback_hint">Typ je feedback hier</string>
<string name="feedback_send">Verstuur feedback</string>
<string name="feedback_explanation">Indien je suggiesties, ideeën, of problemen hebt met de applicatie, kan je deze hier melden. Feedback wordt rechtstreeks naar de ontwikkelaar verstuurd.</string>
<string name="placeholder_no_disturbances">Er zijn geen storingen op dit moment</string>
</resources>
2 changes: 1 addition & 1 deletion Hyperrail/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<string name="error_departure_equals_destination">Invalid query</string>
<string name="error_departure_equals_destination_message">The arrival station has to be different from the departure station</string>

<string name="placeholder_no_results_to_show">No results</string>
<string name="placeholder_no_disturbances">There are no disturbances right now</string>

<string name="feedback_explanation">If you have any suggestions, ideas, or problems with this application, please report them here. All feedback will be mailed to the developer.</string>
<string name="feedback_hint">Type your feedback here</string>
Expand Down

0 comments on commit 3263a6f

Please sign in to comment.