Skip to content

Commit

Permalink
Added new strings
Browse files Browse the repository at this point in the history
  • Loading branch information
PopPsyA committed Jun 28, 2018
1 parent deadc54 commit e5e5ef7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,12 @@
<string name="genre_detective">detective</string>
<string name="add_to_favourites">Add to favourite</string>
<string name="favourites_cinema">Favourite cinema list</string>
<string name="message_successfully_favourite_cinema_added">Movie successfully added to favourite list</string>
<string name="message_added_to_favourite_list_cinema">Added to favourite list</string>
<string name="undo">Undo</string>
<string name="message_removed_cinema">%s successfully deleted.</string>
<string name="delete">Delete</string>
<string name="duration">%dh %dm</string>
<string name="message_clear_favourite_list">Clear favourite list</string>
<string name="message_successfully_favourite_cinema_list_cleared">Favourite movies removed.</string>
<string name="message_see_list">See List</string>
</resources>
3 changes: 2 additions & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,12 @@
<string name="genre_detective">детектив</string>
<string name="add_to_favourites">Добавить в избранное</string>
<string name="favourites_cinema">Избранные фильмы</string>
<string name="message_successfully_favourite_cinema_added">Фильм успешно добавлен в избранное</string>
<string name="message_added_to_favourite_list_cinema">Добавлен в избранное</string>
<string name="undo">Отмена</string>
<string name="message_removed_cinema">%s успешно удален.</string>
<string name="delete">Удалить</string>
<string name="duration">%dч %d мин</string>
<string name="message_clear_favourite_list">Очистить избранные фильмы</string>
<string name="message_successfully_favourite_cinema_list_cleared">Изрбранные фильмы успешно удалены.</string>
<string name="message_see_list">Посмотреть</string>
</resources>

0 comments on commit e5e5ef7

Please # to comment.