diff --git a/app/call_block/app_languages.php b/app/call_block/app_languages.php index edc9c93ec5..b3d2972834 100644 --- a/app/call_block/app_languages.php +++ b/app/call_block/app_languages.php @@ -673,4 +673,48 @@ $text['description-action']['ru-ru'] = "Установите действие д $text['description-action']['sv-se'] = "Välj en aktion för samtal från detta nummer."; $text['description-action']['uk-ua'] = "Встановіть дію для дзвінків з цього номера."; -?> +$text['confirm-block']['en-us'] = "Do you really want to block this?"; +$text['confirm-block']['ar-eg'] = "Do you really want to block this?"; +$text['confirm-block']['de-at'] = "Do you really want to block this?"; +$text['confirm-block']['de-ch'] = "Do you really want to block this?"; +$text['confirm-block']['de-de'] = "Do you really want to block this?"; +$text['confirm-block']['el-gr'] = "Do you really want to block this?"; +$text['confirm-block']['es-cl'] = "Do you really want to block this?"; +$text['confirm-block']['es-mx'] = "Do you really want to block this?"; +$text['confirm-block']['fr-ca'] = "Do you really want to block this?"; +$text['confirm-block']['fr-fr'] = "Do you really want to block this?"; +$text['confirm-block']['he-il'] = "Do you really want to block this?"; +$text['confirm-block']['it-it'] = "Do you really want to block this?"; +$text['confirm-block']['nl-nl'] = "Do you really want to block this?"; +$text['confirm-block']['pl-pl'] = "Do you really want to block this?"; +$text['confirm-block']['pt-br'] = "Do you really want to block this?"; +$text['confirm-block']['pt-pt'] = "Do you really want to block this?"; +$text['confirm-block']['ro-ro'] = "Do you really want to block this?"; +$text['confirm-block']['ru-ru'] = "Do you really want to block this?"; +$text['confirm-block']['sv-se'] = "Do you really want to block this?"; +$text['confirm-block']['uk-ua'] = "Do you really want to block this?"; +$text['confirm-block']['tr-tr'] = "Do you really want to block this?"; + +$text['button-block']['en-us'] = "Block"; +$text['button-block']['ar-eg'] = "Block"; +$text['button-block']['de-at'] = "Block"; +$text['button-block']['de-ch'] = "Block"; +$text['button-block']['de-de'] = "Block"; +$text['button-block']['el-gr'] = "Block"; +$text['button-block']['es-cl'] = "Block"; +$text['button-block']['es-mx'] = "Block"; +$text['button-block']['fr-ca'] = "Block"; +$text['button-block']['fr-fr'] = "Block"; +$text['button-block']['he-il'] = "Block"; +$text['button-block']['it-it'] = "Block"; +$text['button-block']['nl-nl'] = "Block"; +$text['button-block']['pl-pl'] = "Block"; +$text['button-block']['pt-br'] = "Block"; +$text['button-block']['pt-pt'] = "Block"; +$text['button-block']['ro-ro'] = "Block"; +$text['button-block']['ru-ru'] = "Block"; +$text['button-block']['sv-se'] = "Block"; +$text['button-block']['uk-ua'] = "Block"; +$text['button-block']['tr-tr'] = "Block"; + +?> \ No newline at end of file diff --git a/app/call_block/call_block.php b/app/call_block/call_block.php index cf052f713f..a777108bfb 100644 --- a/app/call_block/call_block.php +++ b/app/call_block/call_block.php @@ -195,11 +195,11 @@ echo th_order_by('extension', $text['label-extension'], $order_by, $order); echo th_order_by('call_block_name', $text['label-name'], $order_by, $order); echo th_order_by('call_block_number', $text['label-number'], $order_by, $order); - echo th_order_by('call_block_count', $text['label-count'], $order_by, $order, '', "class='center'"); + echo th_order_by('call_block_count', $text['label-count'], $order_by, $order, '', "class='center hide-sm-dn'"); echo th_order_by('call_block_action', $text['label-action'], $order_by, $order); echo th_order_by('call_block_enabled', $text['label-enabled'], $order_by, $order, null, "class='center'"); - echo th_order_by('date_added', $text['label-date-added'], $order_by, $order); - echo "
\n"; + echo th_order_by('date_added', $text['label-date-added'], $order_by, $order, null, "class='shrink no-wrap'"); + echo "\n"; if (permission_exists('call_block_edit') && $_SESSION['theme']['list_row_edit_button']['boolean'] == 'true') { echo "