blob: 62a767869c6270fc742a8d7d0af45e31572e62d9 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
// MPBAUPGRADE
$labels = array();
$labels['buttontitle'] = 'Arquivar esta mensaxe';
$labels['archived'] = 'Aquivouse a mensaxe';
$labels['archivefolder'] = 'Arquivo';
?>
|