From 5a04a8b42bdebb6c2571fb54ed240390379a8c15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 6 Dec 2017 02:01:59 +0100 Subject: [PATCH] Reverting apostrophes and double quotes --- .../player/i18n/ResourceBundle_en.properties | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 ab9ebfa9..515c3379 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 @@ -152,7 +152,7 @@ search.hits.songs=Songs search.hits.videos=Videos # gettingStarted.jsp gettingStarted.title=Getting started -gettingStarted.text=

Welcome to Airsonic. Follow the basic steps below.
Click the "Home" button in the toolbar above to return here.

More information to be found in the first start guide.

+gettingStarted.text=

Welcome to Airsonic. Follow the basic steps below.
Click the Home button in the toolbar above to return here.

More information to be found in the first start guide.

gettingStarted.root=Warning! The Airsonic process is running as the root user. Please consider changing this. 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 Notice: No transcoders appear to be installed.
Click "Help" for more information. +playersettings.notranscoder=Notice: No transcoders appear to be installed.
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=

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.

helppopup.databaseConfigType.title=Data Source Config Type -helppopup.databaseConfigType.text=

"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.

+helppopup.databaseConfigType.text=

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.

helppopup.mysqlvarcharmaxlength.title=MySQL Varchar Max Length helppopup.mysqlvarcharmaxlength.text=

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.

helppopup.usertablequote.title=User Table Quote -helppopup.usertablequote.text=

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

+helppopup.usertablequote.text=

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

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=

Allows you to specify the type of files that shou helppopup.downsamplecommand.title=Downsample command helppopup.downsamplecommand.text=

Allows you to specify the command for downsampling to lower bitrates.

(%s = The file to be downsampled, %b = Max bitrate of the player, %t = Title, %a = Artist, %l = Album)

helppopup.hlscommand.title=HTTP Live Streaming command -helppopup.hlscommand.text=

The command used to create video segments for Apple's HTTP Live Streaming (HLS) protocol.

+helppopup.hlscommand.text=

The command used to create video segments for Apple''s HTTP Live Streaming (HLS) protocol.

helppopup.index.title=Index helppopup.index.text=

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.

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 The will link to all files and folders starting with "The".

You may also create an entry using a group of index characters in parentheses. For instance, the entry A-E(ABCDE) will display as A-E 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)

Files and folders that are not covered by an index entry will be placed under the index entry "#".

helppopup.ignoredarticles.title=Articles to ignore @@ -701,7 +701,7 @@ helppopup.downloadlimit.text=

An upper limit for how much bandwidth can be use helppopup.uploadlimit.title=Upload limit helppopup.uploadlimit.text=

An upper limit for how much bandwidth can be used for uploading files.

helppopup.streamport.title=Non-SSL stream port -helppopup.streamport.text=

This option is relevant only if you use {0} on a server with SSL (HTTPS).

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.

+helppopup.streamport.text=

This option is relevant only if you use {0} on a server with SSL (HTTPS).

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.

helppopup.ldap.title=LDAP authentication helppopup.ldap.text=

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.

helppopup.ldapurl.title=LDAP URL @@ -709,9 +709,9 @@ helppopup.ldapurl.text=

The URL of the LDAP server. The protocol must be eithe helppopup.ldapsearchfilter.title=LDAP search filter helppopup.ldapsearchfilter.text=

The filter expression used for user searches. This is an LDAP search filter (as defined in RFC 2254). The pattern "'{0'}" is replaced by the username, for instance:

helppopup.ldapmanagerdn.title=LDAP manager DN -helppopup.ldapmanagerdn.text=

If the LDAP server doesn't support anonymous binding, you must specify the DN (Distinguished Name) and password of the LDAP user to use when binding.

+helppopup.ldapmanagerdn.text=

If the LDAP server doesn''t support anonymous binding, you must specify the DN (Distinguished Name) and password of the LDAP user to use when binding.

helppopup.ldapautoshadowing.title=Automatically create LDAP users in {0} -helppopup.ldapautoshadowing.text=

With this option selected, LDAP users don't have to be manually created in {0} before logging in.

Note! This means any user with a valid LDAP username and password can log onto {0}, which may not be what you want.

+helppopup.ldapautoshadowing.text=

With this option selected, LDAP users don''t have to be manually created in {0} before logging in.

Note! This means any user with a valid LDAP username and password can log onto {0}, which may not be what you want.

helppopup.playername.title=Player name helppopup.playername.text=

Allows you to specify an easy-to-remember name for a player, such as "Work" or "Living room".

helppopup.autocontrol.title=Control player automatically