1
0
Fork 0

Add missing translations

This commit is contained in:
magnolia-fan 2011-11-26 20:15:56 +04:00
parent dab192d1ff
commit f3c178a092
4 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,7 @@ gem 'haml'
gem 'sass' gem 'sass'
gem 'coffee-script' gem 'coffee-script'
gem 'jquery-rails' gem 'jquery-rails'
# gem 'i18n-js'
# Music related stuff # Music related stuff
gem 'lastfm-client', :git => 'http://github.com/pch/lastfm-client.git' gem 'lastfm-client', :git => 'http://github.com/pch/lastfm-client.git'

View File

@ -21,7 +21,7 @@
- unless @artist.playlists.empty? - unless @artist.playlists.empty?
.row .row
.span7.offset4 .span7.offset4
%h3 Playlists %h3= t('player.playlists')
%table.zebra-striped %table.zebra-striped
%tr %tr
- @artist.playlists.each do |playlist| - @artist.playlists.each do |playlist|

View File

@ -53,3 +53,5 @@ en:
do_empty: "Empty" do_empty: "Empty"
thumbs_up: "This is exactly the song I was looking for and the quality of sound is good" thumbs_up: "This is exactly the song I was looking for and the quality of sound is good"
thumbs_down: "This is not the song I was looking for or the quality of sound is bad" thumbs_down: "This is not the song I was looking for or the quality of sound is bad"
set_playlist: "Play"
playlists: "Playlists"

View File

@ -53,3 +53,5 @@ ru:
do_empty: "Очистить" do_empty: "Очистить"
thumbs_up: "Это та самая песня и качество звука хорошее" thumbs_up: "Это та самая песня и качество звука хорошее"
thumbs_down: "Это не та песня или качество звука плохое" thumbs_down: "Это не та песня или качество звука плохое"
set_playlist: "Играть"
playlists: "Плей-листы"