mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 10:56:31 +00:00
Add read and write codec to columns displayed (#6913)
* add read and write codec to columns displayed * update the column display name to be Codecs
This commit is contained in:
@@ -3744,4 +3744,78 @@ $text['button-advanced_search']['zh-cn'] = "先进的";
|
||||
$text['button-advanced_search']['ja-jp'] = "高度";
|
||||
$text['button-advanced_search']['ko-kr'] = "고급의";
|
||||
|
||||
$text['label-codecs']['en-us'] = "Codecs";
|
||||
$text['label-codecs']['en-gb'] = "Codecs";
|
||||
$text['label-codecs']['ar-eg'] = "برامج الترميز";
|
||||
$text['label-codecs']['de-at'] = "Codecs";
|
||||
$text['label-codecs']['de-ch'] = "Codecs";
|
||||
$text['label-codecs']['de-de'] = "Codecs";
|
||||
$text['label-codecs']['el-gr'] = "";
|
||||
$text['label-codecs']['es-cl'] = "Códecs";
|
||||
$text['label-codecs']['es-mx'] = "Códecs";
|
||||
$text['label-codecs']['fr-ca'] = "Codecs";
|
||||
$text['label-codecs']['fr-fr'] = "Codecs";
|
||||
$text['label-codecs']['he-il'] = "कोडेक्स";
|
||||
$text['label-codecs']['it-it'] = "Codec";
|
||||
$text['label-codecs']['nl-nl'] = "";
|
||||
$text['label-codecs']['pl-pl'] = "Kodeki";
|
||||
$text['label-codecs']['pt-br'] = "";
|
||||
$text['label-codecs']['pt-pt'] = "";
|
||||
$text['label-codecs']['ro-ro'] = "";
|
||||
$text['label-codecs']['ru-ru'] = "Кодеки";
|
||||
$text['label-codecs']['sv-se'] = "Kodeki";
|
||||
$text['label-codecs']['uk-ua'] = "Кодеки";
|
||||
$text['label-codecs']['zh-cn'] = "编解码器";
|
||||
$text['label-codecs']['ja-jp'] = "コーデック";
|
||||
$text['label-codecs']['ko-kr'] = "코덱";
|
||||
|
||||
$text['label-codec_read']['en-us'] = "Read Codec";
|
||||
$text['label-codec_read']['en-gb'] = "Read Codec";
|
||||
$text['label-codec_read']['ar-eg'] = "";
|
||||
$text['label-codec_read']['de-at'] = "";
|
||||
$text['label-codec_read']['de-ch'] = "";
|
||||
$text['label-codec_read']['de-de'] = "";
|
||||
$text['label-codec_read']['el-gr'] = "";
|
||||
$text['label-codec_read']['es-cl'] = "";
|
||||
$text['label-codec_read']['es-mx'] = "";
|
||||
$text['label-codec_read']['fr-ca'] = "";
|
||||
$text['label-codec_read']['fr-fr'] = "";
|
||||
$text['label-codec_read']['he-il'] = "";
|
||||
$text['label-codec_read']['it-it'] = "";
|
||||
$text['label-codec_read']['nl-nl'] = "";
|
||||
$text['label-codec_read']['pl-pl'] = "";
|
||||
$text['label-codec_read']['pt-br'] = "";
|
||||
$text['label-codec_read']['pt-pt'] = "";
|
||||
$text['label-codec_read']['ro-ro'] = "";
|
||||
$text['label-codec_read']['ru-ru'] = "";
|
||||
$text['label-codec_read']['sv-se'] = "";
|
||||
$text['label-codec_read']['uk-ua'] = "";
|
||||
$text['label-codec_read']['zh-cn'] = "";
|
||||
$text['label-codec_read']['ja-jp'] = "";
|
||||
$text['label-codec_read']['ko-kr'] = "";
|
||||
|
||||
$text['label-codec_write']['en-us'] = "Write Codec";
|
||||
$text['label-codec_write']['en-gb'] = "Write Codec";
|
||||
$text['label-codec_write']['ar-eg'] = "";
|
||||
$text['label-codec_write']['de-at'] = "";
|
||||
$text['label-codec_write']['de-ch'] = "";
|
||||
$text['label-codec_write']['de-de'] = "";
|
||||
$text['label-codec_write']['el-gr'] = "";
|
||||
$text['label-codec_write']['es-cl'] = "";
|
||||
$text['label-codec_write']['es-mx'] = "";
|
||||
$text['label-codec_write']['fr-ca'] = "";
|
||||
$text['label-codec_write']['fr-fr'] = "";
|
||||
$text['label-codec_write']['he-il'] = "";
|
||||
$text['label-codec_write']['it-it'] = "";
|
||||
$text['label-codec_write']['nl-nl'] = "";
|
||||
$text['label-codec_write']['pl-pl'] = "";
|
||||
$text['label-codec_write']['pt-br'] = "";
|
||||
$text['label-codec_write']['pt-pt'] = "";
|
||||
$text['label-codec_write']['ro-ro'] = "";
|
||||
$text['label-codec_write']['ru-ru'] = "";
|
||||
$text['label-codec_write']['sv-se'] = "";
|
||||
$text['label-codec_write']['uk-ua'] = "";
|
||||
$text['label-codec_write']['zh-cn'] = "";
|
||||
$text['label-codec_write']['ja-jp'] = "";
|
||||
$text['label-codec_write']['ko-kr'] = "";
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user