Clean source i18n file

master
jo 6 years ago
parent 75410aaea2
commit 607f4c8720
  1. 100
      airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties

@ -1,8 +1,3 @@
#
# English localization.
# Author: Sindre Mehus
#
common.home=Home common.home=Home
common.back=Back common.back=Back
common.help=Help common.help=Help
@ -24,7 +19,7 @@ common.confirm=Please confirm
common.unknown=(Unknown) common.unknown=(Unknown)
common.default=(Default) common.default=(Default)
common.settingssaved=Settings saved. common.settingssaved=Settings saved.
# login.jsp
login.username=Username login.username=Username
login.password=Password login.password=Password
login.login=Log in login.login=Log in
@ -33,7 +28,7 @@ login.logout=You are now logged out.
login.error=Incorrect username or password. login.error=Incorrect username or password.
login.insecure={0} is not secured. Please log in with username and<br>password "admin". Then change the password immediately. login.insecure={0} is not secured. Please log in with username and<br>password "admin". Then change the password immediately.
login.recover=Forgotten your password? login.recover=Forgotten your password?
# recover.jsp
recover.title=Forgotten your password? recover.title=Forgotten your password?
recover.text=To reset your password, please enter your <b>username</b> or <b>e-mail address</b> below. recover.text=To reset your password, please enter your <b>username</b> or <b>e-mail address</b> below.
recover.username=Username or e-mail address recover.username=Username or e-mail address
@ -43,15 +38,15 @@ recover.error.usernotfound=Sorry, user not found.
recover.error.noemail=Sorry, no e-mail address is registered for this user. recover.error.noemail=Sorry, no e-mail address is registered for this user.
recover.error.sendfailed=Failed to send e-mail, please try again later. recover.error.sendfailed=Failed to send e-mail, please try again later.
recover.error.invalidcaptcha=Sorry, incorrect CAPTCHA entered, please try again. recover.error.invalidcaptcha=Sorry, incorrect CAPTCHA entered, please try again.
# accessDenied.jsp
accessDenied.title=Access denied accessDenied.title=Access denied
accessDenied.text=Sorry, you are not authorized to perform the requested operation. accessDenied.text=Sorry, you are not authorized to perform the requested operation.
# notFound.jsp
notFound.title=Not found notFound.title=Not found
notFound.text=<p>Sorry, could not find what you were looking for.</p><p>Try reloading the web page. If that doesn't help, try scanning the media folders again.</p> notFound.text=<p>Sorry, could not find what you were looking for.</p><p>Try reloading the web page. If that doesn't help, try scanning the media folders again.</p>
notFound.reload=Reload page notFound.reload=Reload page
notFound.scan=Media folder settings notFound.scan=Media folder settings
# top.jsp
top.home=Home top.home=Home
top.now_playing=Playing top.now_playing=Playing
top.starred=Starred top.starred=Starred
@ -64,7 +59,7 @@ top.search=Search
top.upgrade=New version available. Download {0} {1} <a href="#" onclick="window.open(''https://airsonic.github.io/download/'')">here</a>. top.upgrade=New version available. Download {0} {1} <a href="#" onclick="window.open(''https://airsonic.github.io/download/'')">here</a>.
top.missing=No media folders found. Please change the settings. top.missing=No media folders found. Please change the settings.
top.logout=Log out {0} top.logout=Log out {0}
# left.jsp
left.scanning=Scanning media folders\u2026 left.scanning=Scanning media folders\u2026
left.statistics={0}&nbsp;artists<br>{1}&nbsp;albums<br>{2}&nbsp;songs<br>{3}<br>{4}&nbsp;hours left.statistics={0}&nbsp;artists<br>{1}&nbsp;albums<br>{2}&nbsp;songs<br>{3}<br>{4}&nbsp;hours
left.shortcut=Shortcuts left.shortcut=Shortcuts
@ -74,7 +69,7 @@ left.allfolders=All folders
left.showallplaylists=Show all left.showallplaylists=Show all
left.createplaylist=Create new playlist left.createplaylist=Create new playlist
left.importplaylist=Import playlist left.importplaylist=Import playlist
# playQueue.jsp
playlist.stop=Stop playlist.stop=Stop
playlist.start=Play playlist.start=Play
playlist.confirmclear=Really clear play queue? playlist.confirmclear=Really clear play queue?
@ -106,7 +101,7 @@ playlist.toast.appendtoplaylist=Playlist updated.
playlist.toast.saveasplaylist=Playlist saved. playlist.toast.saveasplaylist=Playlist saved.
playlist.toast.saveplayqueue=Play queue saved. playlist.toast.saveplayqueue=Play queue saved.
playlist.missing=Missing playlist.missing=Missing
# playlist.jsp
playlist2.noplaylists=You haven't created any playlists yet. playlist2.noplaylists=You haven't created any playlists yet.
playlist2.created=Created by {0} on {1} playlist2.created=Created by {0} on {1}
playlist2.songs=songs playlist2.songs=songs
@ -118,14 +113,14 @@ playlist2.public=Make this playlist visible to other users.
playlist2.confirmdelete=Are you sure you want to delete this playlist? playlist2.confirmdelete=Are you sure you want to delete this playlist?
playlist2.empty=Playlist empty playlist2.empty=Playlist empty
playlist2.export=Export playlist2.export=Export
# importPlaylist.jsp
importPlaylist.title=Import playlist importPlaylist.title=Import playlist
importPlaylist.text=Select playlist to import (M3U, PLS, XSPF) importPlaylist.text=Select playlist to import (M3U, PLS, XSPF)
importPlaylist.success=Playlist "{0}" imported. importPlaylist.success=Playlist "{0}" imported.
importPlaylist.error=Failed to import playlist "{0}". importPlaylist.error=Failed to import playlist "{0}".
# videoPlayer.jsp
videoPlayer.getflash=Please install Flash player videoPlayer.getflash=Please install Flash player
# status.jsp
status.title=Status status.title=Status
status.type=Type status.type=Type
status.stream=Stream status.stream=Stream
@ -136,10 +131,10 @@ status.user=User
status.current=Current file status.current=Current file
status.transmitted=Transmitted status.transmitted=Transmitted
status.bitrate=Bitrate (Kbps) status.bitrate=Bitrate (Kbps)
# starred.jsp
starred.title=My starred items starred.title=My starred items
starred.empty=Click the stars to mark your favorite artist, albums and songs. starred.empty=Click the stars to mark your favorite artist, albums and songs.
# search.jsp
search.title=Search results search.title=Search results
search.query=Artist, album or song title search.query=Artist, album or song title
search.search=Search search.search=Search
@ -150,7 +145,7 @@ search.hits.artists=Artists
search.hits.albums=Albums search.hits.albums=Albums
search.hits.songs=Songs search.hits.songs=Songs
search.hits.videos=Videos search.hits.videos=Videos
# gettingStarted.jsp
gettingStarted.title=Getting started gettingStarted.title=Getting started
gettingStarted.text=<p>Welcome to Airsonic. Follow the basic steps below.<br> Click the Home button in the toolbar above to return here.</p> <p>More information to be found in the <a href="https://airsonic.github.io/docs/first-start/" target="_blank"><b>first start</b></a> guide.</p> gettingStarted.text=<p>Welcome to Airsonic. Follow the basic steps below.<br> Click the Home button in the toolbar above to return here.</p> <p>More information to be found in the <a href="https://airsonic.github.io/docs/first-start/" target="_blank"><b>first start</b></a> guide.</p>
gettingStarted.root=Warning! The Airsonic process is running as the root user. Please consider <a href="https://airsonic.github.io/docs/first-start/" target="_blank">changing this</a>. gettingStarted.root=Warning! The Airsonic process is running as the root user. Please consider <a href="https://airsonic.github.io/docs/first-start/" target="_blank">changing this</a>.
@ -162,7 +157,7 @@ gettingStarted.step3.title=Find our external documentation.
gettingStarted.step3.text=In case that you want to enhance Airsonic, you may want to check out our <a href="https://airsonic.github.io/docs/>documentation</a>, which provides guidance for setting up SSL, URL rewriting, LDAP, and an external database. gettingStarted.step3.text=In case that you want to enhance Airsonic, you may want to check out our <a href="https://airsonic.github.io/docs/>documentation</a>, which provides guidance for setting up SSL, URL rewriting, LDAP, and an external database.
gettingStarted.hide=Don't show this again gettingStarted.hide=Don't show this again
gettingStarted.hidealert=To give the guide another glance, go to Settings \u2192 General \u2192 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.random.title=Random
home.alphabetical.title=All home.alphabetical.title=All
home.newest.title=Recently added home.newest.title=Recently added
@ -193,7 +188,7 @@ home.chart.total=Total (MB)
home.chart.stream=Streamed (MB) home.chart.stream=Streamed (MB)
home.chart.download=Downloaded (MB) home.chart.download=Downloaded (MB)
home.chart.upload=Uploaded (MB) home.chart.upload=Uploaded (MB)
# more.jsp
more.title=More more.title=More
more.random.title=Shuffle play more.random.title=Shuffle play
more.random.text=Shuffle play more.random.text=Shuffle play
@ -261,13 +256,13 @@ more.upload.browse=Choose
more.upload.ok=Upload more.upload.ok=Upload
more.upload.unzip=Automatically unpack ZIP-file. more.upload.unzip=Automatically unpack ZIP-file.
more.upload.progress=% complete. Please wait\u2026 more.upload.progress=% complete. Please wait\u2026
# upload.jsp
upload.title=Uploading file upload.title=Uploading file
upload.success=Uploaded <b>{0}</b> upload.success=Uploaded <b>{0}</b>
upload.empty=No files to upload. upload.empty=No files to upload.
upload.failed=Uploading failed with the following error:<br><b>"{0}"</b> upload.failed=Uploading failed with the following error:<br><b>"{0}"</b>
upload.unzipped=Unzipped {0} upload.unzipped=Unzipped {0}
# help.jsp
help.title=About {0} help.title=About {0}
help.upgrade=New version available. Download {0} {1} <a href="#" onclick="window.open(''https://airsonic.github.io/download/'')">here</a>. help.upgrade=New version available. Download {0} {1} <a href="#" onclick="window.open(''https://airsonic.github.io/download/'')">here</a>.
help.version.title=Version help.version.title=Version
@ -282,7 +277,7 @@ help.contact.title=Contact
help.contact.text=Airsonic is a community project. You can find us in <a href="irc://chat.freenode.net/airsonic">#airsonic on Freenode</a>. Technical issues can be submitted to the <a href="https://github.com/airsonic/airsonic/issues" target="_blank">issue tracker on GitHub</a>. help.contact.text=Airsonic is a community project. You can find us in <a href="irc://chat.freenode.net/airsonic">#airsonic on Freenode</a>. Technical issues can be submitted to the <a href="https://github.com/airsonic/airsonic/issues" target="_blank">issue tracker on GitHub</a>.
help.log=Log help.log=Log
help.logfile=The complete log is saved in {0}. help.logfile=The complete log is saved in {0}.
# settingsHeader.jsp
settingsheader.title=Settings settingsheader.title=Settings
settingsheader.general=General settingsheader.general=General
settingsheader.advanced=Advanced settingsheader.advanced=Advanced
@ -300,7 +295,7 @@ settingsheader.search=Search/caching
settingsheader.coverArt=Cover art settingsheader.coverArt=Cover art
settingsheader.password=Password settingsheader.password=Password
settingsheader.database=Database settingsheader.database=Database
# generalSettings.jsp
generalsettings.playlistfolder=Import playlists from generalsettings.playlistfolder=Import playlists from
generalsettings.musicmask=Music files generalsettings.musicmask=Music files
generalsettings.videomask=Video files generalsettings.videomask=Video files
@ -316,7 +311,7 @@ generalsettings.welcomemessage=Welcome message
generalsettings.loginmessage=Login message generalsettings.loginmessage=Login message
generalsettings.language=Default language generalsettings.language=Default language
generalsettings.theme=Default theme generalsettings.theme=Default theme
# advancedSettings.jsp
advancedsettings.downsamplecommand=Downsample command advancedsettings.downsamplecommand=Downsample command
advancedsettings.hlscommand=HTTP Live Streaming command advancedsettings.hlscommand=HTTP Live Streaming command
advancedsettings.downloadlimit=Download limit (Kbps)<br><div class="detail">(0 = Unlimited)</div> advancedsettings.downloadlimit=Download limit (Kbps)<br><div class="detail">(0 = Unlimited)</div>
@ -341,7 +336,7 @@ advancedsettings.smtpFrom=E-mail sender
advancedsettings.enableCaptcha=Require CAPTCHA for account recovery advancedsettings.enableCaptcha=Require CAPTCHA for account recovery
advancedsettings.recaptchaSiteKey=reCAPTCHA site key advancedsettings.recaptchaSiteKey=reCAPTCHA site key
advancedsettings.recaptchaSecretKey=reCAPTCHA secret key advancedsettings.recaptchaSecretKey=reCAPTCHA secret key
# personalSettings.jsp
personalsettings.title=Personal settings for {0} personalsettings.title=Personal settings for {0}
personalsettings.language=Language personalsettings.language=Language
personalsettings.theme=Theme personalsettings.theme=Theme
@ -379,13 +374,13 @@ personalsettings.avatar.custom=Custom image
personalsettings.avatar.changecustom=Change custom image personalsettings.avatar.changecustom=Change custom image
personalsettings.avatar.upload=Upload personalsettings.avatar.upload=Upload
personalsettings.avatar.courtesy=Icons courtesy of <a href="http://www.afterglow.ie/" target="_blank">Afterglow</a>, <a href="http://www.aha-soft.com/" target="_blank">Aha-Soft</a>, <a href="http://www.icons-land.com/" target="_blank">Icons-Land</a>, and <a href="http://www.iconshock.com/" target="_blank">Iconshock</a> personalsettings.avatar.courtesy=Icons courtesy of <a href="http://www.afterglow.ie/" target="_blank">Afterglow</a>, <a href="http://www.aha-soft.com/" target="_blank">Aha-Soft</a>, <a href="http://www.icons-land.com/" target="_blank">Icons-Land</a>, and <a href="http://www.iconshock.com/" target="_blank">Iconshock</a>
# avatarUploadResult.jsp
avataruploadresult.title=Change personal image avataruploadresult.title=Change personal image
avataruploadresult.success=Personal image "{0}" uploaded. avataruploadresult.success=Personal image "{0}" uploaded.
avataruploadresult.failure=Failed to upload personal image. See <a href="help.view?">log</a> for details. avataruploadresult.failure=Failed to upload personal image. See <a href="help.view?">log</a> for details.
# passwordSettings.jsp
passwordsettings.title=Change password for {0} passwordsettings.title=Change password for {0}
# musicFolderSettings.jsp
musicfoldersettings.path=Folder musicfoldersettings.path=Folder
musicfoldersettings.name=Name musicfoldersettings.name=Name
musicfoldersettings.enabled=Enabled musicfoldersettings.enabled=Enabled
@ -409,7 +404,7 @@ musicfoldersettings.expunge=Clean-up database
musicfoldersettings.expunge.description=Airsonic stores information about all media files ever encountered. By cleaning up the database, information about files that are no longer in your media collection is permanently removed. musicfoldersettings.expunge.description=Airsonic stores information about all media files ever encountered. By cleaning up the database, information about files that are no longer in your media collection is permanently removed.
musicfoldersettings.organizebyfolderstructure=Organize by folder structure musicfoldersettings.organizebyfolderstructure=Organize by folder structure
musicfoldersettings.organizebyfolderstructure.description=Browse media library using folder structure, rather than artist/album info from ID3 tags. musicfoldersettings.organizebyfolderstructure.description=Browse media library using folder structure, rather than artist/album info from ID3 tags.
# transcodingSettings.jsp
transcodingsettings.name=Name transcodingsettings.name=Name
transcodingsettings.sourceformat=Convert from transcodingsettings.sourceformat=Convert from
transcodingsettings.targetformat=Convert to transcodingsettings.targetformat=Convert to
@ -425,7 +420,7 @@ transcodingsettings.nosourceformat=Please specify the format to convert from.
transcodingsettings.notargetformat=Please specify the format to convert to. transcodingsettings.notargetformat=Please specify the format to convert to.
transcodingsettings.nostep1=Please specify at least one transcoding step. transcodingsettings.nostep1=Please specify at least one transcoding step.
transcodingsettings.info=<p class="detail">(%s = The file to be transcoded, %b = Max bitrate of the player, %t = Title, %a = Artist, %l = Album)</p> <p>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.<p/> <p>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: <ul> <li>Command line interface.</li> <li>Ability to send output to stdout.</li> <li>If used in step 2, ability to read input from stdin.</li> </ul> </p> <p> Note that transcoding is activated on a per-player basis from <b>Settings \u2192 Players</b>.</p> transcodingsettings.info=<p class="detail">(%s = The file to be transcoded, %b = Max bitrate of the player, %t = Title, %a = Artist, %l = Album)</p> <p>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.<p/> <p>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: <ul> <li>Command line interface.</li> <li>Ability to send output to stdout.</li> <li>If used in step 2, ability to read input from stdin.</li> </ul> </p> <p> Note that transcoding is activated on a per-player basis from <b>Settings \u2192 Players</b>.</p>
# internetRadioSettings.jsp
internetradiosettings.streamurl=Stream URL internetradiosettings.streamurl=Stream URL
internetradiosettings.homepageurl=Homepage internetradiosettings.homepageurl=Homepage
internetradiosettings.name=Name internetradiosettings.name=Name
@ -433,7 +428,7 @@ internetradiosettings.enabled=Enabled
internetradiosettings.add=Add Internet TV &amp; radio internetradiosettings.add=Add Internet TV &amp; radio
internetradiosettings.nourl=Please specify a URL. internetradiosettings.nourl=Please specify a URL.
internetradiosettings.noname=Please specify a name. internetradiosettings.noname=Please specify a name.
# podcastSettings.jsp
podcastsettings.update=Check for new episodes podcastsettings.update=Check for new episodes
podcastsettings.keep=Keep podcastsettings.keep=Keep
podcastsettings.keep.all=All episodes podcastsettings.keep.all=All episodes
@ -449,7 +444,7 @@ podcastsettings.interval.hourly=Every hour
podcastsettings.interval.daily=Every day podcastsettings.interval.daily=Every day
podcastsettings.interval.weekly=Every week podcastsettings.interval.weekly=Every week
podcastsettings.folder=Save podcasts in podcastsettings.folder=Save podcasts in
# playerSettings.jsp
playersettings.noplayers=No players found. playersettings.noplayers=No players found.
playersettings.type=Type playersettings.type=Type
playersettings.lastseen=Last seen playersettings.lastseen=Last seen
@ -485,7 +480,7 @@ sonossettings.enabled=Enable Sonos music service
sonossettings.description=Turns on the Sonos music service in Airsonic, to stream your media to Sonos devices on your local network. Remember to add Airsonic as a music service from your Sonos controller. sonossettings.description=Turns on the Sonos music service in Airsonic, to stream your media to Sonos devices on your local network. Remember to add Airsonic as a music service from your Sonos controller.
sonossettings.servicename=Music service name sonossettings.servicename=Music service name
sonossettings.servicename.description=The name of the music service, as shown on Sonos controllers. sonossettings.servicename.description=The name of the music service, as shown on Sonos controllers.
# shareSettings.jsp
sharesettings.name=Name sharesettings.name=Name
sharesettings.owner=Shared by sharesettings.owner=Shared by
sharesettings.description=Description sharesettings.description=Description
@ -499,7 +494,7 @@ sharesettings.expirein.month=1m
sharesettings.expirein.year=1y sharesettings.expirein.year=1y
sharesettings.expirein.never=never sharesettings.expirein.never=never
sharesettings.deleteexpired=Delete all expired sharesettings.deleteexpired=Delete all expired
# userSettings.jsp
usersettings.title=Select user usersettings.title=Select user
usersettings.newuser=New user usersettings.newuser=New user
usersettings.admin=Administrative user usersettings.admin=Administrative user
@ -529,7 +524,7 @@ usersettings.wrongpassword=Supplied passwords did not match.
usersettings.ldapdisabled=LDAP authentication is not enabled. See advanced settings. usersettings.ldapdisabled=LDAP authentication is not enabled. See advanced settings.
usersettings.passwordnotsupportedforldap=Can't set or change password for LDAP-authenticated users. usersettings.passwordnotsupportedforldap=Can't set or change password for LDAP-authenticated users.
usersettings.ok=Password changed for user {0}. usersettings.ok=Password changed for user {0}.
# databaseSettings.jsp
databasesettings.moreinfo=Additional info about database settings, to be found in the <a href="https://airsonic.github.io/docs/database/">database documentation</a>. databasesettings.moreinfo=Additional info about database settings, to be found in the <a href="https://airsonic.github.io/docs/database/">database documentation</a>.
databasesettings.configtype=Database Connection Source databasesettings.configtype=Database Connection Source
databasesettings.mysqlvarcharmaxlength=MySQL Varchar Maximum Length databasesettings.mysqlvarcharmaxlength=MySQL Varchar Maximum Length
@ -541,7 +536,7 @@ databasesettings.embedurl=JDBC URL
databasesettings.embedusername=JDBC Username databasesettings.embedusername=JDBC Username
databasesettings.embedpassword=JDBC Password databasesettings.embedpassword=JDBC Password
databasettings.restartRequired=Changes to database settings require a restart to take effect. databasettings.restartRequired=Changes to database settings require a restart to take effect.
# main.jsp
main.up=Up main.up=Up
main.playall=Play all main.playall=Play all
main.playrandom=Play random main.playrandom=Play random
@ -551,7 +546,7 @@ main.tags=Edit tags
main.playcount=Played {0} times. main.playcount=Played {0} times.
main.lastplayed=Last played {0}. main.lastplayed=Last played {0}.
main.comment=Comment main.comment=Comment
main.wiki=<table class="detail"><tr><td style="padding-right:1em">__text__</td><td>Bold text </td><td style="padding-left:3em;padding-right:1em">\\\\ </td><td>Line break</td></tr><tr><td style="padding-right:1em">~~text~~</td><td>Italic text </td><td style="padding-left:3em;padding-right:1em">(empty line) </td><td>New paragraph</td></tr><tr><td style="padding-right:1em">* text </td><td>List item </td><td style="padding-left:3em;padding-right:1em">http://foo.com/ </td><td>Link</td></tr><tr><td style="padding-right:1em">1. text </td><td>Enumerated list item</td><td style="padding-left:3em;padding-right:1em">{link:Foo|http://foo.com}</td><td>Named link</td></tr></table> main.wiki=<table class="detail"><tr><td style="padding-right:1em">__text__</td><td>Bold text</td><td style="padding-left:3em;padding-right:1em">\\\\</td><td>Line break</td></tr><tr><td style="padding-right:1em">~~text~~</td><td>Italic text</td><td style="padding-left:3em;padding-right:1em">(empty line)</td><td>New paragraph</td></tr><tr><td style="padding-right:1em">* text </td><td>List item </td><td style="padding-left:3em;padding-right:1em">http://foo.com/</td><td>Link</td></tr><tr><td style="padding-right:1em">1. text </td><td>Enumerated list item</td><td style="padding-left:3em;padding-right:1em">{link:Foo|http://foo.com}</td><td>Named link</td></tr></table>
main.sharealbum=Share main.sharealbum=Share
main.more=More actions\u2026 main.more=More actions\u2026
main.more.selection=Selected songs\u2026 main.more.selection=Selected songs\u2026
@ -574,15 +569,15 @@ main.startradio=Start radio
main.playtopsongs=Play top songs main.playtopsongs=Play top songs
main.showall=Show all albums main.showall=Show all albums
main.topsongs=Top songs main.topsongs=Top songs
# rating.jsp
rating.rating=Rating rating.rating=Rating
rating.clearrating=Clear rating rating.clearrating=Clear rating
# coverArt.jsp
coverart.change=Change coverart.change=Change
coverart.zoom=Zoom coverart.zoom=Zoom
# allmusic.jsp
allmusic.text=Searching for album <em>{0}</em> at AllMusic - Please wait. allmusic.text=Searching for album <em>{0}</em> at AllMusic - Please wait.
# changeCoverArt.jsp
changecoverart.title=Change cover art changecoverart.title=Change cover art
changecoverart.address=Or enter image address changecoverart.address=Or enter image address
changecoverart.artist=Artist changecoverart.artist=Artist
@ -593,9 +588,9 @@ changecoverart.success=Image downloaded.
changecoverart.error=Failed to download image. changecoverart.error=Failed to download image.
changecoverart.noimagesfound=No images found. changecoverart.noimagesfound=No images found.
changecoverart.courtesy=Images courtesy of Last.fm changecoverart.courtesy=Images courtesy of Last.fm
# changeCoverArtConfirm.jsp
changeCoverArtConfirm.failed=Failed to change cover art:<br><b>"{0}"</b> changeCoverArtConfirm.failed=Failed to change cover art:<br><b>"{0}"</b>
# editTags.jsp
edittags.title=Edit tags edittags.title=Edit tags
edittags.file=File edittags.file=File
edittags.track=Track edittags.track=Track
@ -614,7 +609,7 @@ edittags.working=Working
edittags.updated=Updated edittags.updated=Updated
edittags.skipped=Skipped edittags.skipped=Skipped
edittags.error=Error edittags.error=Error
# share.jsp
share.title=Share share.title=Share
share.warning=<p>Do not copy the floppy. Don't share copyrighted material in any manner that violates the law where you are.</p> share.warning=<p>Do not copy the floppy. Don't share copyrighted material in any manner that violates the law where you are.</p>
share.facebook=Share on Facebook share.facebook=Share on Facebook
@ -623,7 +618,7 @@ share.googleplus=Share on Google+
share.link=Or share this with someone by sending them this link: <a href="{0}" target="_blank">{0}</a> share.link=Or share this with someone by sending them this link: <a href="{0}" target="_blank">{0}</a>
share.disabled=To share your music with someone you must first register your own <em>airsonic.org</em> address.<br> Please go to <a href="networkSettings.view"><b>Settings &gt; Network</b></a> (administrative rights required). share.disabled=To share your music with someone you must first register your own <em>airsonic.org</em> address.<br> Please go to <a href="networkSettings.view"><b>Settings &gt; Network</b></a> (administrative rights required).
share.manage=Manage my shared media share.manage=Manage my shared media
# podcastReceiver.jsp
podcastreceiver.title=Podcasts podcastreceiver.title=Podcasts
podcastreceiver.empty=You haven't subscribed to any podcasts yet. podcastreceiver.empty=You haven't subscribed to any podcasts yet.
podcastreceiver.episodes={0} episodes podcastreceiver.episodes={0} episodes
@ -643,7 +638,7 @@ podcastreceiver.refresh=Refresh page
podcastreceiver.settings=Podcast settings podcastreceiver.settings=Podcast settings
podcastreceiver.subscribe=Subscribe to podcast podcastreceiver.subscribe=Subscribe to podcast
podcastreceiver.newestepisodes=Newest episodes podcastreceiver.newestepisodes=Newest episodes
# lyrics.jsp
lyrics.title=Lyrics lyrics.title=Lyrics
lyrics.artist=Artist lyrics.artist=Artist
lyrics.song=Song lyrics.song=Song
@ -652,7 +647,7 @@ lyrics.wait=Searching for lyrics, please wait\u2026
lyrics.courtesy=(Lyrics by <a href="http://www.chartlyrics.com/" target="_blank">chartlyrics.com</a>) lyrics.courtesy=(Lyrics by <a href="http://www.chartlyrics.com/" target="_blank">chartlyrics.com</a>)
lyrics.nolyricsfound=No lyrics found. lyrics.nolyricsfound=No lyrics found.
lyrics.trylater=Sorry, the lyrics search engine allows just one search every 20 seconds. Try again later. lyrics.trylater=Sorry, the lyrics search engine allows just one search every 20 seconds. Try again later.
# helpPopup.jsp
helppopup.title={0} Help helppopup.title={0} Help
helppopup.transcode.title=Max bitrate helppopup.transcode.title=Max bitrate
helppopup.transcode.text=<p>If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. For instance, if your original MP3 files are encoded using 256 Kbps (kilobits per second), setting max bitrate to 128 will make {0} automatically resample the music from 256 to 128 Kbps.</p> helppopup.transcode.text=<p>If you have constrained bandwidth, you may set an upper limit for the bitrate of the music streams. For instance, if your original MP3 files are encoded using 256 Kbps (kilobits per second), setting max bitrate to 128 will make {0} automatically resample the music from 256 to 128 Kbps.</p>
@ -742,29 +737,24 @@ helppopup.recaptchaSecretKey.title=reCAPTCHA secret key
helppopup.recaptchaSecretKey.text=<p>A secret key obtained from the reCAPTCHA admin console. Left unchanged if blank.</p> helppopup.recaptchaSecretKey.text=<p>A secret key obtained from the reCAPTCHA admin console. Left unchanged if blank.</p>
helppopup.scanMediaFolders.title=Media folders scanning rules helppopup.scanMediaFolders.title=Media folders scanning rules
helppopup.scanMediaFolders.text=<p>Note that subfolder names starting with a dot (.) or @eaDir, as well as Thumbs.db files, are ignored.</p> helppopup.scanMediaFolders.text=<p>Note that subfolder names starting with a dot (.) or @eaDir, as well as Thumbs.db files, are ignored.</p>
# wap/index.jsp
wap.index.missing=No music found wap.index.missing=No music found
wap.index.playlist=Playlist wap.index.playlist=Playlist
wap.index.search=Search wap.index.search=Search
wap.index.settings=Settings wap.index.settings=Settings
# wap/browse.jsp
wap.browse.playone=Play song wap.browse.playone=Play song
wap.browse.playall=Play all wap.browse.playall=Play all
wap.browse.addone=Add song wap.browse.addone=Add song
wap.browse.addall=Add all wap.browse.addall=Add all
wap.browse.downloadone=Download song wap.browse.downloadone=Download song
wap.browse.downloadall=Download all wap.browse.downloadall=Download all
# wap/playlist.jsp
wap.playlist.title=Playlist wap.playlist.title=Playlist
wap.playlist.noplayer=No player connected wap.playlist.noplayer=No player connected
wap.playlist.clear=Clear wap.playlist.clear=Clear
wap.playlist.load=Load wap.playlist.load=Load
wap.playlist.random=Random wap.playlist.random=Random
wap.playlist.play=Play on phone wap.playlist.play=Play on phone
# wap/search.jsp
wap.search.title=Search wap.search.title=Search
# wap/searchResult.jsp
wap.searchresult.index=The search index is being created. Please try again later. wap.searchresult.index=The search index is being created. Please try again later.
# wap/settings.jsp
wap.settings.selectplayer=Select player wap.settings.selectplayer=Select player
wap.settings.allplayers=All wap.settings.allplayers=All

Loading…
Cancel
Save