diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties index 7166bf29..b14e9356 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties @@ -65,7 +65,7 @@ top.upgrade=New version available. Download {0} {1} documentation, which provides guidance for setting up SSL, URL rewriting, LDAP, and an external database. gettingStarted.hide=Don't show this again -gettingStarted.hidealert=To give the guide another glance, go to Settings → General → Show Getting started on startup. +gettingStarted.hidealert=To give the guide another glance, go to Settings \u2192 General \u2192 Show Getting started on startup. # home.jsp home.random.title=Random home.alphabetical.title=All @@ -260,7 +260,7 @@ more.upload.target=Upload to more.upload.browse=Choose more.upload.ok=Upload more.upload.unzip=Automatically unpack ZIP-file. -more.upload.progress=% complete. Please wait... +more.upload.progress=% complete. Please wait\u2026 # upload.jsp upload.title=Uploading file upload.success=Uploaded {0} @@ -420,7 +420,7 @@ transcodingsettings.noname=Please specify a name. transcodingsettings.nosourceformat=Please specify the format to convert from. transcodingsettings.notargetformat=Please specify the format to convert to. transcodingsettings.nostep1=Please specify at least one transcoding step. -transcodingsettings.info=
(%s = The file to be transcoded, %b = Max bitrate of the player, %t = Title, %a = Artist, %l = Album)
Transcoding is the process of converting from one media format to another. {1}''s transcoding engine allows streaming media that would not otherwise be streamable. It is performed on-the-fly and doesn''t require any extra storage space.
The transcoding is done by third-party command line program, which must be installed in {0}. You may add your own custom transcoder given it fulfills the following requirements:
Note that transcoding is activated on a per-player basis from Settings → Players.
+transcodingsettings.info=(%s = The file to be transcoded, %b = Max bitrate of the player, %t = Title, %a = Artist, %l = Album)
Transcoding is the process of converting from one media format to another. {1}''s transcoding engine allows streaming media that would not otherwise be streamable. It is performed on-the-fly and doesn''t require any extra storage space.
The transcoding is done by third-party command line program, which must be installed in {0}. You may add your own custom transcoder given it fulfills the following requirements:
Note that transcoding is activated on a per-player basis from Settings \u2192 Players.
# internetRadioSettings.jsp internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Homepage @@ -549,8 +549,8 @@ main.lastplayed=Last played {0}. main.comment=Comment main.wiki=__text__ | Bold text | \\\\ | Line break |
~~text~~ | Italic text | (empty line) | New paragraph |
* text | List item | http://foo.com/ | Link |
1. text | Enumerated list item | {link:Foo|http://foo.com} | Named link |