Reverting apostrophes and double quotes

master
Allan Nordhøy 7 years ago committed by GitHub
parent 3c95553dc5
commit 5a04a8b42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 20
      airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en.properties

@ -152,7 +152,7 @@ search.hits.songs=Songs
search.hits.videos=Videos
# gettingStarted.jsp
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.step1.title=Change administrator password.
gettingStarted.step1.text=Secure your server by changing the default password for the administrator account. You can also create new user accounts with different privileges.
@ -161,7 +161,7 @@ gettingStarted.step2.text=Tell Airsonic where you keep your music and videos.
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.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 → General → Show Getting started on startup.
# home.jsp
home.random.title=Random
home.alphabetical.title=All
@ -309,7 +309,7 @@ generalsettings.index=Index
generalsettings.ignoredarticles=Articles to ignore
generalsettings.shortcuts=Shortcuts
generalsettings.sortalbumsbyyear=Sort albums by year
generalsettings.showgettingstarted=Show "Getting started" on startup
generalsettings.showgettingstarted=Show Getting started on startup
generalsettings.welcometitle=Welcome title
generalsettings.welcomesubtitle=Welcome subtitle
generalsettings.welcomemessage=Welcome message
@ -463,7 +463,7 @@ playersettings.technology.java_jukebox.text=Jukebox player that uses the Java So
playersettings.name=Player name
playersettings.javaJukeboxMixer=Audio device
playersettings.maxbitrate=Max bitrate
playersettings.notranscoder=<em>Notice:</em> No transcoders appear to be installed.<br>Click "Help" for more information.
playersettings.notranscoder=<em>Notice:</em> No transcoders appear to be installed.<br>Click Help for more information.
playersettings.autocontrol=Control player automatically
playersettings.m3ubom=Apply BOM signature in the generated M3U file
playersettings.dynamicip=The player has a dynamic IP address
@ -653,11 +653,11 @@ helppopup.title={0} Help
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.databaseConfigType.title=Data Source Config Type
helppopup.databaseConfigType.text=<p>"Legacy" will default to an embedded H2 database, which is the backwards compatible option. "Embedded JDBC" will connect to a JDBC database with the provided settings. "JNDI" will look up a DataSource connection already set up in your application container.</p>
helppopup.databaseConfigType.text=<p>Legacy will default to an embedded H2 database, which is the backwards compatible option. Embedded JDBC will connect to a JDBC database with the provided settings. JNDI will look up a DataSource connection already set up in your application container.</p>
helppopup.mysqlvarcharmaxlength.title=MySQL Varchar Max Length
helppopup.mysqlvarcharmaxlength.text=<p>MySQL has a maximum row length, and as such needs varchar columns to be bound. The value entered here will be the maximum column size.</p>
helppopup.usertablequote.title=User Table Quote
helppopup.usertablequote.text=<p>The Airsonic user table is named "user", without quotes. This may result in a keyword conflict with some database systems. Encasing it in one set of quotes ""user"", works for PostgreSQL</p>
helppopup.usertablequote.text=<p>The Airsonic user table is named user. This may result in a keyword conflict with some database systems. Encasing it in double quotes (") works for PostgreSQL</p>
helppopup.jndiname.title=Lookup Name for JNDI Data Source
helppopup.jndiname.text=A JNDI name to look up a data source of type javax.sql.DataSource. It is created in your application container (i.e. Tomcat).
helppopup.embeddriver.title=JDBC Driver Class
@ -675,7 +675,7 @@ helppopup.coverartmask.text=<p>Allows you to specify the type of files that shou
helppopup.downsamplecommand.title=Downsample command
helppopup.downsamplecommand.text=<p>Allows you to specify the command for downsampling to lower bitrates.</p><p>(%s = The file to be downsampled, %b = Max bitrate of the player, %t = Title, %a = Artist, %l = Album)</p>
helppopup.hlscommand.title=HTTP Live Streaming command
helppopup.hlscommand.text=<p>The command used to create video segments for Apple's HTTP Live Streaming (HLS) protocol.</p>
helppopup.hlscommand.text=<p>The command used to create video segments for Apple''s HTTP Live Streaming (HLS) protocol.</p>
helppopup.index.title=Index
helppopup.index.text=<p>Allows you to specify index (located on the left side of the screen) appearance. Files and directories directly in the root media folder can be easily accessed using this index.</p> <p>The specification is a space-separated list of index entries. Typically, each entry is simply a single character, but you may also specify multiple characters. For instance, the entry <em>The</em> will link to all files and folders starting with "The".</p> <p>You may also create an entry using a group of index characters in parentheses. For instance, the entry <em>A-E(ABCDE)</em> will display as <em>A-E</em> and link to all files and folders starting with either A, B, C, D or E. This may be useful for grouping less-frequently used characters (such and X, Y and Z), or for grouping accented characters (such as A, \u00C0 and \u00C1)</p> <p>Files and folders that are not covered by an index entry will be placed under the index entry "#".</p>
helppopup.ignoredarticles.title=Articles to ignore
@ -701,7 +701,7 @@ helppopup.downloadlimit.text=<p>An upper limit for how much bandwidth can be use
helppopup.uploadlimit.title=Upload limit
helppopup.uploadlimit.text=<p>An upper limit for how much bandwidth can be used for uploading files.</p>
helppopup.streamport.title=Non-SSL stream port
helppopup.streamport.text=<p>This option is relevant only if you use {0} on a server with SSL (HTTPS).</p><p>Some players (such as Winamp) don't support streaming over SSL. Specify the port number for regular HTTP (usually 80 or 4040) if you don't want the streams to be transmitted over SSL. Note that the streams will not be encrypted.</p>
helppopup.streamport.text=<p>This option is relevant only if you use {0} on a server with SSL (HTTPS).</p><p>Some players (such as Winamp) don''t support streaming over SSL. Specify the port number for regular HTTP (usually 80 or 4040) if you don''t want the streams to be transmitted over SSL. Note that the streams will not be encrypted.</p>
helppopup.ldap.title=LDAP authentication
helppopup.ldap.text=<p>Users can be authenticated by an external LDAP server (including Windows Active Directory). When LDAP-enabled users log on to {0}, the username and password are checked by the external server, not by {0} itself.</p>
helppopup.ldapurl.title=LDAP URL
@ -709,9 +709,9 @@ helppopup.ldapurl.text=<p>The URL of the LDAP server. The protocol must be eithe
helppopup.ldapsearchfilter.title=LDAP search filter
helppopup.ldapsearchfilter.text=<p>The filter expression used for user searches. This is an LDAP search filter (as defined in <a href="https://www.ietf.org/rfc/rfc2254.txt" target="_blank">RFC 2254</a>). The pattern "'{0'}" is replaced by the username, for instance: <ul><li>(uid='{0'}) - this would search for a username matching the UID attribute.</li> <li>(sAMAccountName='{0'}) - typically used for authentication in Microsoft Active Directory.</li> </ul></p>
helppopup.ldapmanagerdn.title=LDAP manager DN
helppopup.ldapmanagerdn.text=<p>If the LDAP server doesn't support anonymous binding, you must specify the DN (<em>Distinguished Name</em>) and password of the LDAP user to use when binding.</p>
helppopup.ldapmanagerdn.text=<p>If the LDAP server doesn''t support anonymous binding, you must specify the DN (<em>Distinguished Name</em>) and password of the LDAP user to use when binding.</p>
helppopup.ldapautoshadowing.title=Automatically create LDAP users in {0}
helppopup.ldapautoshadowing.text=<p>With this option selected, LDAP users don't have to be manually created in {0} before logging in.</p> <p>Note! This means any user with a valid LDAP username and password can log onto {0}, which may not be what you want.</p>
helppopup.ldapautoshadowing.text=<p>With this option selected, LDAP users don''t have to be manually created in {0} before logging in.</p> <p>Note! This means any user with a valid LDAP username and password can log onto {0}, which may not be what you want.</p>
helppopup.playername.title=Player name
helppopup.playername.text=<p>Allows you to specify an easy-to-remember name for a player, such as "Work" or "Living room".</p>
helppopup.autocontrol.title=Control player automatically

Loading…
Cancel
Save