Glossary Category:

A. de O. Sales

        The Honourable Arnaldo Augusto de Oliveira Sales #1820 b. 13 January 1920, Shamin, Canton m. 7 November 1946, St Therese, Hong Kong, Edith Maria Celeste Nolasco da Silva d.  6 March 2020 Read more on the restricted website

A. de O. Sales Read More »

A.H. Tavares

Astésio Hilário Tavares:  #19409 Marriage: 11 November 1897, Sto António, Macau, Augusta Camila Placé Marriage: Carmen Maria Leong Death: 1935 Read more on the restricted website  

A.H. Tavares Read More »

Achar

Vegetable or fruit preserve, made of spring onions, cabbage, coconut, apple, pear, etc. in vinegar and salt (probably from Malaya). Achares are sold as pickled spring onions, pieces of white cabbage, ginger, star fruit, pear, pineapple, coconut, etc. They are sold in achar shops or by hawkers. The Chinese do not eat achares as an

Achar Read More »

ade cabidela

Duck stewed in its own blood,resulting in a unique flavour, rich and intense. It may be a challenge to some but an exciting opportunity to the adventurous keen on exploration.         

ade cabidela Read More »

Ade salgado_

Duck plucked, butterflied and dry, treated with salt and a little sugar. Salted duck is a Chinese creation and is much eaten in winter, especially among the Chinese. Macanese housewives employ it especially in the tasty dish called chau-chau de pele (also called “tacho”). In the old days it was customary to cook a little

Ade salgado_ Read More »

Adeliza Maria Marques

Adeliza Tomásia Maria Marques #4826 Birth: 10 May 1889, Hong Kong Marriage: 15 September 1906, Cathedral, Hong Kong, Júlio Jesus dos Passos Gosano Death: 5 September 1962 Details are in the private website macanesefamilies.com with ID = #4826 Already logged in? Register or login?

Adeliza Maria Marques Read More »

1 function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');