import { defineMessages } from 'react-intl';

defineMessages({
  rrule_st: {
    id: 'rrule_st',
    defaultMessage: '_', //in italiano non si traduce
  },
  rrule_nd: {
    id: 'rrule_nd',
    defaultMessage: '_', //in italiano non si traduce
  },
  rrule_rd: {
    id: 'rrule_rd',
    defaultMessage: '_', //in italiano non si traduce
  },
  rrule_th: {
    id: 'rrule_th',
    defaultMessage: '_', //in italiano non si traduce
  },
  rrule_in: {
    id: 'rrule_in',
    defaultMessage: 'il giorno',
  },
  rrule_on: {
    id: 'rrule_on',
    defaultMessage: 'di',
  },
  rrule_on_the: {
    id: 'rrule_on the',
    defaultMessage: 'di',
  },
  weekdays: {
    id: 'rrule_weekdays',
    defaultMessage: 'giorni feriali',
  },
  weekday: {
    id: 'rrule_weekday',
    defaultMessage: 'giorno feriale',
  },
  reset: {
    //volto-form-block
    id: 'form_reset',
    defaultMessage: 'Ricomincia',
  },
  legend_required: {
    //volto-form-block
    id: 'legend_required',
    defaultMessage: 'I campi contrassegnati da (*) sono obbligatori.',
  },
  default_cancel_label: {
    //volto-form-block
    id: 'form_default_cancel_label',
    defaultMessage: 'Annulla',
  },
  toggleMenu: {
    id: 'toggle-menu',
    defaultMessage: '{action} il menu',
  },
  toggleMenu_open: {
    id: 'toggleMenu_open',
    defaultMessage: 'Apri',
  },
  toggleMenu_close: {
    id: 'toggleMenu_close',
    defaultMessage: 'Chiudi',
  },
  clearDates: {
    id: 'Clear dates',
    defaultMessage: 'Pulisci i campi',
  },
  //volto-feedback-italia
  feedback_clear_proceeding: {
    id: 'feedback_clear_proceeding',
    defaultMessage: 'Non ho avuto dubbi su quello che stavo facendo',
  },
  //blocco tabella slate
  table_block_sortable: {
    id: 'Make the table sortable',
    defaultMessage: 'Make the table sortable',
  },
  table_block_bottom: {
    id: 'Bottom',
    defaultMessage: 'Bottom',
  },
  table_block_center: {
    id: 'Center',
    defaultMessage: 'Center',
  },
  table_block_delete_col: {
    id: 'Delete col',
    defaultMessage: 'Delete col',
  },
  table_block_delete_row: {
    id: 'Delete row',
    defaultMessage: 'Delete row',
  },
  table_block_delete_table: {
    id: 'Delete table',
    defaultMessage: 'Delete table',
  },
  table_block_divide_row_in_cell: {
    id: 'Divide each row into separate cells',
    defaultMessage: 'Divide each row into separate cells',
  },
  table_block_fixed_width_cell: {
    id: 'Fixed width table cells',
    defaultMessage: 'Fixed width table cells',
  },
  table_block_hide_headers: {
    id: 'Hide headers',
    defaultMessage: 'Hide headers',
  },
  table_block_insert_col_after: {
    id: 'Insert col after',
    defaultMessage: 'Insert col after',
  },
  table_block_insert_col_before: {
    id: 'Insert col before',
    defaultMessage: 'Insert col before',
  },
  table_block_insert_row_after: {
    id: 'Insert row after',
    defaultMessage: 'Insert row after',
  },
  table_block_insert_row_before: {
    id: 'Insert row before',
    defaultMessage: 'Insert row before',
  },
  table_block_left: {
    id: 'Left',
    defaultMessage: 'Left',
  },
  table_block_make_compacts: {
    id: 'Make the table compact',
    defaultMessage: 'Make the table compact',
  },
  table_block_middle: {
    id: 'Middle',
    defaultMessage: 'Middle',
  },
  table_block_reduce_complex: {
    id: 'Reduce complexity',
    defaultMessage: 'Reduce complexity',
  },
  table_block_right: {
    id: 'Right',
    defaultMessage: 'Right',
  },
  table_block_alternate_rows: {
    id: 'Stripe alternate rows with color',
    defaultMessage: 'Stripe alternate rows with color',
  },
  table_block_table: {
    id: 'Table',
    defaultMessage: 'Table',
  },
  table_block_table_inverted: {
    id: 'Table color inverted',
    defaultMessage: 'Table color inverted',
  },
  table_block_top: {
    id: 'Top',
    defaultMessage: 'Top',
  },
  table_block_only_view_mode: {
    id: 'Visible only in view mode',
    defaultMessage: 'Visible only in view mode',
  },
  mainMenu: {
    id: 'mainMenu',
    defaultMessage: 'Menù principale',
  },
  ascendingTableSort: {
    id: 'ascendingTableSort',
    defaultMessage: 'ascending',
  },
  descendingTableSort: {
    id: 'descendingTableSort',
    defaultMessage: 'descending',
  },
  error404maintext: {
    id: 'We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the search below to help you find what you are looking for:',
    defaultMessage:
      'We apologize for the inconvenience, but the page you were trying to access is not at this address. You can use the search below to help you find what you are looking for:',
  },
  error404hplink: {
    id: 'or you can go to the ',
    defaultMessage: 'or you can go to the ',
  },
});
