From 117e8c7fd1f4e0100e94436831ac4a084d525d06 Mon Sep 17 00:00:00 2001 From: Evan Harris Date: Tue, 10 Sep 2019 17:24:44 -0500 Subject: [PATCH] Improve transcoder info text and formatting --- .../org/airsonic/player/i18n/ResourceBundle_bg.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_ca.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_cs.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_da.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_de.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_el.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_en.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_en_GB.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_es.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_et.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_fi.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_fr.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_is.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_it.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_ja_JP.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_ko.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_mk.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_nl.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_nn.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_no.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_pl.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_pt.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_pt_BR.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_pt_PT.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_ru.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_sl.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_sv.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_uk.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_zh_CN.properties | 2 +- .../org/airsonic/player/i18n/ResourceBundle_zh_TW.properties | 2 +- .../src/main/webapp/WEB-INF/jsp/transcodingSettings.jsp | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_bg.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_bg.properties index de0bf4db..ae124409 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_bg.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_bg.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=\u041C\u043E\u043B\u044F \u043F\u043E\u0441\u043E\u04 transcodingsettings.nosourceformat=\u041C\u043E\u043B\u044F \u043F\u043E\u0441\u043E\u0447\u0435\u0442\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u0430 \u043E\u0442 \u043A\u043E\u0439\u0442\u043E \u0449\u0435 \u0441\u0435 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u0430. transcodingsettings.notargetformat=\u041C\u043E\u043B\u044F \u043F\u043E\u0441\u043E\u0447\u0435\u0442\u0435 \u0444\u043E\u0440\u043C\u0430\u0442\u0430 \u043A\u044A\u043C \u043A\u043E\u0439\u0442\u043E \u0449\u0435 \u0441\u0435 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u0430. transcodingsettings.nostep1=\u041C\u043E\u043B\u044F \u043F\u043E\u0441\u043E\u0447\u0435\u0442\u0435 \u043F\u043E\u043D\u0435 \u0435\u0434\u043D\u0430 \u0441\u0442\u044A\u043F\u043A\u0430 \u0437\u0430 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u0430\u043D\u0435. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL \u0430\u0434\u0440\u0435\u0441 internetradiosettings.homepageurl=\u041E\u0444\u0438\u0446\u0438\u0430\u043B\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ca.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ca.properties index c7a34f5b..353b254b 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ca.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ca.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Si us plau, especifiqui un nom. transcodingsettings.nosourceformat=Si us plau, especifiqui un format des d'on convertir. transcodingsettings.notargetformat=Si us plau, especifiqui un format a on convertir. transcodingsettings.nostep1=Si us plau, especifiqui com a m\u00EDnim un pas per a canviar de format. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL del stream internetradiosettings.homepageurl=P\u00E0gina principal diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_cs.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_cs.properties index e82d4bea..28eafc22 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_cs.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_cs.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Zadejte n\u00E1zev. transcodingsettings.nosourceformat=Zadejte form\u00E1t, ze kter\u00E9ho p\u0159ev\u00E1d\u011Bt transcodingsettings.notargetformat=Zadejte form\u00E1t, do kter\u00E9ho p\u0159ev\u00E1d\u011Bt transcodingsettings.nostep1=Zadejte alespo\u0148 jeden krok p\u0159ek\u00F3dov\u00E1n\u00ED -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL streamov\u00E1n\u00ED internetradiosettings.homepageurl=Domovsk\u00E1 str\u00E1nka diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties index 2adb197b..c055735d 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_da.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Angiv et navn. transcodingsettings.nosourceformat=Angiv formatet til at konvertere fra. transcodingsettings.notargetformat=Angiv formatet til at konvertere til. transcodingsettings.nostep1=Angiv mindst \u00E9t kodning skridt. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Hjemmeside diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties index 7d1ca839..1650757b 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_de.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Bitte einen Namen eingeben. transcodingsettings.nosourceformat=Bitte das Format angeben von dem konvertiert wird. transcodingsettings.notargetformat=Bitte das Format angeben in das konvertiert wird. transcodingsettings.nostep1=Bitte mindestens einen Transcoding Schritt angeben. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Homepage diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties index bca85602..e36b85c5 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_el.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=\u03A0\u03C1\u03BF\u03C3\u03B4\u03B9\u03BF\u03C1\u03A transcodingsettings.nosourceformat=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03C1\u03BF\u03C3\u03B4\u03B9\u03BF\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C4\u03CD\u03C0\u03BF \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03AE\u03C2 \u03B1\u03C0\u03CC. transcodingsettings.notargetformat=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03C1\u03BF\u03C3\u03B4\u03B9\u03BF\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03BF\u03BD \u03C4\u03CD\u03C0\u03BF \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03AE\u03C2 \u03C0\u03C1\u03BF\u03C2. transcodingsettings.nostep1=\u03A0\u03B1\u03C1\u03B1\u03BA\u03B1\u03BB\u03CE \u03C0\u03C1\u03BF\u03C3\u03B4\u03B9\u03BF\u03C1\u03AF\u03C3\u03C4\u03B5 \u03C4\u03BF\u03C5\u03BB\u03AC\u03C7\u03B9\u03C3\u03C4\u03BF\u03BD \u03AD\u03BD\u03B1 \u03B2\u03AE\u03BC\u03B1 \u03BC\u03B5\u03C4\u03B1\u03C4\u03C1\u03BF\u03C0\u03AE\u03C2. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL \u03C1\u03BF\u03AE\u03C2 internetradiosettings.homepageurl=\u0391\u03C1\u03C7\u03B9\u03BA\u03AE 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 1e9809ec..df15e7fb 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 @@ -417,7 +417,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 \u2192 Players.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Homepage diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties index 96edf569..bd48442e 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_en_GB.properties @@ -416,7 +416,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 \u2192 Players.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Homepage diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties index 7d0200e0..b88dcc68 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_es.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Por favor especifique un nombre. transcodingsettings.nosourceformat=Por favor especifique un formato desde el que convertir. transcodingsettings.notargetformat=Por favor especifique un formato al que convertir. transcodingsettings.nostep1=Por favor, especifique al menos un paso para transcodificar. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL del stream internetradiosettings.homepageurl=Página principal diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_et.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_et.properties index 2af20036..13887584 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_et.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_et.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=T\u00e4psusta nimi. transcodingsettings.nosourceformat=T\u00e4psusta, mis formaadist konverditakse. transcodingsettings.notargetformat=T\u00e4psusta, mis formaati konverditakse. transcodingsettings.nostep1=Palun t\u00e4psusta v\u00e4hemalt \u00fcks konvertimise samm. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Striimi URL internetradiosettings.homepageurl=Kodulehek\u00fclg diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fi.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fi.properties index bd7dbadf..63c5f080 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fi.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fi.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Anna s\u00E4\u00E4nn\u00F6lle nimi. transcodingsettings.nosourceformat=M\u00E4\u00E4rit\u00E4 mist\u00E4 tiedostomuodosta muunnetaan. transcodingsettings.notargetformat=M\u00E4\u00E4rit\u00E4 lopputuloksen tiedostomuoto. transcodingsettings.nostep1=M\u00E4\u00E4rit\u00E4 ainakin yksi vaihe muunnokseen. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Striimin URL-osoite internetradiosettings.homepageurl=Kotisivu diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fr.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fr.properties index a29afecc..d0542db6 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fr.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_fr.properties @@ -417,7 +417,7 @@ transcodingsettings.noname=Veuillez indiquer un nom. transcodingsettings.nosourceformat=Veuillez indiquer le format de la source. transcodingsettings.notargetformat=Veuillez indiquer le format de la cible. transcodingsettings.nostep1=Veuillez renseigner au moins une \u00e9tape. -transcodingsettings.info=

(%s = Le fichier \u00e0 transcoder,% b = le d\u00e9bit maximal du lecteur,% t = Titre,%a = Artiste,% l = Album)

Le transcodage est le processus de conversion d'un format multim\u00e9dia \u00e0 un autre. Le moteur de transcodage de {1} 'permet la diffusion en continu de contenu multim\u00e9dia qui ne serait autrement pas transmissible en streaming. Il est effectu\u00e9 \u00e0 la vol\u00e9e et ne n\u00e9cessite aucun espace de stockage suppl\u00e9mentaire.

Le transcodage est effectu\u00e9 par un programme tiers en ligne de commande, qui doit \u00eatre install\u00e9 dans {0}. Vous pouvez ajouter votre propre transcodeur personnalis\u00e9, \u00e0 condition qu’il remplisse les conditions suivantes:

Si utilis\u00e9 \u00e0 l'\u00e9tape 2, possibilit\u00e9 de lire l'entr\u00e9e de stdin. Notez que le transcodage est activ\u00e9 par joueur \u00e0 partir de Param\u00e8tres \ u2192 Joueurs.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Adresse URL de diffusion internetradiosettings.homepageurl=Page d'accueil diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties index 56e5cc6d..2ec6738e 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_is.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Vinsamlegast Sl\u00E1\u00F0u inn Nafn. transcodingsettings.nosourceformat=Vinsamlegast veldu til a\u00F0 breyta Fr\u00E1. transcodingsettings.notargetformat=Vinsamlegast veldu til a\u00F0 breyta Til. transcodingsettings.nostep1=Einsamlegast Skilgreindu einn transcoding Skref. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=\u00DAtsendingar Sl\u00F3\u00F0 internetradiosettings.homepageurl=Heimas\u00ED\u00F0a diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_it.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_it.properties index 6734da0c..9cf9c181 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_it.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_it.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Per favore specifica un nome. transcodingsettings.nosourceformat=Per favore specifica il formato dal quale convertire. transcodingsettings.notargetformat=Per favore specifica il formato in cui convertire. transcodingsettings.nostep1=Per favore specifica almeno un passo della transcodifica. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Homepage diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ja_JP.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ja_JP.properties index 8ac273f6..9494290f 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ja_JP.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ja_JP.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=\u540D\u524D\u304C\u3042\u308A\u307E\u305B\u3093\u300 transcodingsettings.nosourceformat=\u5909\u63DB\u5143\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002 transcodingsettings.notargetformat=\u5909\u63DB\u5148\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002 transcodingsettings.nostep1=1\u6BB5\u968E\u4EE5\u4E0A\u306E\u5909\u63DB\u30B3\u30DE\u30F3\u30C9\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044\u3002 -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=\u30B9\u30C8\u30EA\u30FC\u30DF\u30F3\u30B0 \u914D\u4FE1URL internetradiosettings.homepageurl=\u30DB\u30FC\u30E0\u30DA\u30FC\u30B8 diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ko.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ko.properties index f79c7473..e556dd02 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ko.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ko.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=\uBCC0\uD658 \uC774\uB984\uC744 \uB2E4\uC2DC \uC9C0\u transcodingsettings.nosourceformat=\uC6D0\uBCF8 \uD30C\uC77C \uD0C0\uC785\uC744 \uB2E4\uC2DC \uC9C0\uC815\uD574\uC8FC\uC138\uC694. transcodingsettings.notargetformat=\uACB0\uACFC \uD30C\uC77C \uD0C0\uC785\uC744 \uB2E4\uC2DC \uC9C0\uC815\uD574\uC8FC\uC138\uC694. transcodingsettings.nostep1=\uD558\uB098 \uC774\uC0C1\uC758 \uBCC0\uD658 \uB2E8\uACC4\uB97C \uC9C0\uC815\uD558\uC2ED\uC2DC\uC624. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=\uC2A4\uD2B8\uB9AC\uBC0D URL internetradiosettings.homepageurl=\uD648\uD398\uC774\uC9C0 diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_mk.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_mk.properties index a19b3ea0..aa0ed5c6 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_mk.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_mk.properties @@ -416,7 +416,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 \u2192 Players.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=\u0414\u043E\u043C\u0430\u0448\u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0430 diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nl.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nl.properties index 3c98f27e..6697a2ab 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nl.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nl.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Geef een naam op. transcodingsettings.nosourceformat=Geef het te converteren formaat op. transcodingsettings.notargetformat=Geef het formaat op waarnaar geconverteerd moet worden. transcodingsettings.nostep1=Geef tenminste \u00E9\u00E9n conversiestap op. -transcodingsettings.info=

(%s = het te converteren bestand, %b = Max bitrate van de afspeler, %t = Titel, %a = Artiest, %l = Album)

Conversie is het proces waarin \u00E9\u00E9n mediaformaat wordt omgezet naar een ander formaat. De conversie van {1}''s zet media om die anders niet gestreamd kan worden. De conversie gebeurt tijdens het afspelen en neemt geen schrijfruimte in beslag.

De eigenlijke conversie gebeurt door software van derden die ge\u00EFnstalleerd moeten worden in {0}. Je kunt je eigen converter (Transcoder) toevoegen mits dat die aan de volgende voorwaarden voldoet:

Merk op dat conversies per afspeler geactiveerd worden via Instellingen > afspelers.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream-url internetradiosettings.homepageurl=Website diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties index a78d545b..6544ba27 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_nn.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Ver venleg og skriv eit namn. transcodingsettings.nosourceformat=Skriv formatet det skal konverterast fr\u00E5. transcodingsettings.notargetformat=Skriv formatet det skal konverterast til. transcodingsettings.nostep1=Oppgje minst eitt konverteringssteg. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream-URL internetradiosettings.homepageurl=Heimeside diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_no.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_no.properties index 33fa7a2c..3a8ab6f6 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_no.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_no.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Vennligst angi et navn. transcodingsettings.nosourceformat=Angi formatet det skal konverteres fra. transcodingsettings.notargetformat=Angi formatet det skal konverteres til. transcodingsettings.nostep1=Angi minst ett konverteringssteg. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Hjemmeside diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pl.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pl.properties index 213f1299..fea586ec 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pl.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pl.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Prosz\u0119 okre\u015Bli\u0107 nazw\u0119 transcodingsettings.nosourceformat=Prosz\u0119 okre\u015Bli\u0107 format \u017Ar\u00F3d\u0142owy transcodingsettings.notargetformat=Prosz\u0119 okre\u015Bli\u0107 format docelowy transcodingsettings.nostep1=Prosz\u0119 okre\u015Bli\u0107 przynajmniej jeden krok transkodowania -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL Strumienia internetradiosettings.homepageurl=Strona domowa diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties index 61bcfc49..e2da4691 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Por favor especifique o nome. transcodingsettings.nosourceformat=Por favor, especifique o formato para converter de. transcodingsettings.notargetformat=Por favor, especifique o formato para converter para. transcodingsettings.nostep1=Por favor, especificar pelo menos uma etapa de transcodifica\u00E7\u00E3o. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Endere\u00E7o do Stream internetradiosettings.homepageurl=P\u00E1gina principal diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_BR.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_BR.properties index 63461c2f..c5c13047 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_BR.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_BR.properties @@ -416,7 +416,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 \u2192 Players.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Homepage diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_PT.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_PT.properties index 63461c2f..c5c13047 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_PT.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_pt_PT.properties @@ -416,7 +416,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 \u2192 Players.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Homepage diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ru.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ru.properties index 45c76f12..0a756b8a 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ru.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_ru.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0438\u04 transcodingsettings.nosourceformat=\u0443\u043A\u0430\u0436\u0438\u0442\u0435 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0441. transcodingsettings.notargetformat=\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u043A\u043E\u043D\u0432\u0435\u0440\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0432. transcodingsettings.nostep1=\u0423\u043A\u0430\u0436\u0438\u0442\u0435 \u0445\u043E\u0442\u044F \u0431\u044B 1 \u0448\u0430\u0433. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL \u043F\u043E\u0442\u043E\u043A\u0430 internetradiosettings.homepageurl=\u0414\u043E\u043C\u0430\u0448\u043D\u044F\u044F \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430 diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sl.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sl.properties index 9d34b699..29e17316 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sl.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sl.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=Prosimo, dolo\u010Dite ime. transcodingsettings.nosourceformat=Prosimo, dolo\u010Dite obliko zapisa vhodne datoteke. transcodingsettings.notargetformat=Prosimo, dolo\u010Dite obliko zapisa izhodne datoteke. transcodingsettings.nostep1=Prosimo, dolo\u010Dite vsaj en korak za prekodiranje. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=URL naslov internetradiosettings.homepageurl=Doma\u010Da stran diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sv.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sv.properties index 63d309e0..f8726d5b 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sv.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_sv.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=V\u00E4nligen ange ett namn. transcodingsettings.nosourceformat=V\u00E4nligen ange ett format att konvertera fr\u00E5n. transcodingsettings.notargetformat=V\u00E4nligen ange ett format att konvertera till. transcodingsettings.nostep1=V\u00E4nligen ange minst ett transcoding steg. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Str\u00F6m URL internetradiosettings.homepageurl=Hemsida diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_uk.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_uk.properties index 569cf32c..589536b8 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_uk.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_uk.properties @@ -416,7 +416,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 \u2192 Players.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=Stream URL internetradiosettings.homepageurl=Домашня сторінка diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties index 1f8c63e8..90b8811b 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_CN.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=\u8BF7\u6307\u5B9A\u4E00\u4E2A\u540D\u79F0. transcodingsettings.nosourceformat=\u8BF7\u6307\u5B9A\u8F6C\u6362\u683C\u5F0F. transcodingsettings.notargetformat=\u8BF7\u6307\u5B9A\u8F6C\u6362\u683C\u5F0F. transcodingsettings.nostep1=\u8BF7\u81F3\u5C11\u6307\u5B9A\u4E00\u4E2A\u8F6C\u6362\u6B65\u9AA4. -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=\u6D41\u5A92\u4F53\u5730\u5740(URL) internetradiosettings.homepageurl=\u9996\u9875 diff --git a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_TW.properties b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_TW.properties index 3ebadd35..58bc1d5d 100644 --- a/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_TW.properties +++ b/airsonic-main/src/main/resources/org/airsonic/player/i18n/ResourceBundle_zh_TW.properties @@ -416,7 +416,7 @@ transcodingsettings.noname=\u8ACB\u6307\u5B9A\u4E00\u500B\u540D\u7A31\u3002 transcodingsettings.nosourceformat=\u8ACB\u6307\u5B9A\u8F49\u63DB\u7684\u4F86\u6E90\u683C\u5F0F\u3002 transcodingsettings.notargetformat=\u8ACB\u6307\u5B9A\u8F49\u63DB\u7684\u76EE\u7684\u683C\u5F0F\u3002 transcodingsettings.nostep1=\u8ACB\u81F3\u5C11\u6307\u5B9A\u4E00\u500B\u8F49\u63DB\u6B65\u9A5F\u3002 -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.

+transcodingsettings.info=

Available Substitutions:

%s = The file name to be transcoded
%b = Max allowed bitrate of the user/player
%o = Time offset into the file (used for scrubbing/segmenting)
%d = Time duration to play (used for HLS/segmenting)
%w = Video image width
%h = Video image height
%t = Title
%a = Artist
%l = Album

Transcoding is the process of converting from one media format to another, or modifying the media properties. {1}''s transcoding engine allows streaming media that would not otherwise be playable by certain clients. Transcoding is performed on-the-fly and doesn''t require any extra storage space, but does require that the server have sufficient processing resources to transcode the particular format faster than real-time.

The transcoding is performed using a 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, but may also be activated if the server administrator requires it.

internetradiosettings.streamurl=\u4E32\u6D41\u7DB2\u5740 internetradiosettings.homepageurl=\u9996\u9801 diff --git a/airsonic-main/src/main/webapp/WEB-INF/jsp/transcodingSettings.jsp b/airsonic-main/src/main/webapp/WEB-INF/jsp/transcodingSettings.jsp index 98db6693..20e1f837 100644 --- a/airsonic-main/src/main/webapp/WEB-INF/jsp/transcodingSettings.jsp +++ b/airsonic-main/src/main/webapp/WEB-INF/jsp/transcodingSettings.jsp @@ -92,7 +92,7 @@

-
+