1
0
Fork 0

Player secondary buttons update

This commit is contained in:
Gregory Eremin 2011-09-19 20:01:26 +04:00
parent 21eb1250ea
commit db1b62771e
4 changed files with 10 additions and 10 deletions

View File

@ -48,7 +48,7 @@
color: #b0b0b0;
}
&.on {
color: #a0a0a0;
color: #606060;
}
}
}

View File

@ -62,9 +62,9 @@
%a.btn.large.pause II
%a.btn.small-round.next »
.secondary-buttons
%a.shuffle= I18n.t 'player.shuffle'
%a.repeat= I18n.t 'player.repeat'
%a.do_empty= I18n.t 'player.do_empty'
%a.shuffle= (I18n.t 'player.shuffle').upcase
%a.repeat= (I18n.t 'player.repeat').upcase
%a.do_empty= (I18n.t 'player.do_empty').upcase
%ul.playlist

View File

@ -46,6 +46,6 @@ en:
player:
add: "Add to Now Playing"
repeat: "REPEAT"
shuffle: "SHUFFLE"
do_empty: "EMPTY"
repeat: "Repeat"
shuffle: "Shuffle"
do_empty: "Empty"

View File

@ -46,6 +46,6 @@ ru:
player:
add: "Добавить в плей-лист"
repeat: ОВТОРЯТЬ"
shuffle: ЕРЕМЕШАТЬ"
do_empty: "ОЧИСТИТЬ"
repeat: овторять"
shuffle: еремешать"
do_empty: "Очистить"