Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Fix radio translation
Browse files Browse the repository at this point in the history
  • Loading branch information
freaktechnik committed Jul 12, 2016
1 parent e9a017b commit 5950681
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions locale/en-US.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ panel_refresh.title=Refresh the live statuses of all channels
panel_search.title=Filter channels by a string
panel_nonlive_title=Treat non-live streams as
panel_nonlive_description=Non-live streams include things like hosted channels or rebroadcasts.
panel_nonlive_options.0=Live
panel_nonlive_options.1=Live but sort to the bottom
panel_nonlive_options.2=Distinct state (adds a tab)
panel_nonlive_options.3=Offline
panel_style_options.0=Minimal
panel_style_options.1=Normal
panel_style_options.2=Big Thumbnail
panel_nonlive_options.Live=Live
panel_nonlive_options.Livebottom=Live but sort to the bottom
panel_nonlive_options.Distinct=Distinct state (adds a tab)
panel_nonlive_options.Offline=Offline
panel_style_options.Minimal=Minimal
panel_style_options.Normal=Normal
panel_style_options.Thumbnail=Big Thumbnail
panel_style_title=Panel item display style
panel_tab_explore=Explore
panel_tab_live=Live
Expand Down Expand Up @@ -92,8 +92,8 @@ updateNotification=%s has updated the title
updateTab_description=A tab with informations about new features is opened when the extension is updated.
updateTab_title=Open a tab with update info after an update
theme_title=Theme
theme_options.0=Light
theme_options.1=Dark
theme_options.Light=Light
theme_options.Dark=Dark
copy_pattern_title=Stream URL copy pattern
copy_pattern_description=Customize the string that gets copied with the copy stream URL action in the panel context menu. {URL} gets replaced with the stream URL.
copyNotification=Copied the stream URL of %s to the clipboard
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
{
"value": "2",
"label": "Big Thumbnail"
"label": "Thumbnail"
}
]
},
Expand All @@ -71,11 +71,11 @@
},
{
"value": "1",
"label": "Live but sort to the bottom"
"label": "Livebottom"
},
{
"value": "2",
"label": "Distinct state (adds a tab)"
"label": "Distinct"
},
{
"value": "3",
Expand Down

0 comments on commit 5950681

Please sign in to comment.