1<?php 2// (c) Copyright by authors of the Tiki Wiki CMS Groupware Project 3// 4// All Rights Reserved. See copyright.txt for details and a complete list of authors. 5// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details. 6// $Id$ 7 8$lang_custom = [ 9'Approved Status' => 'Aprovado', 10'Contributions by author' => 'Contribuições por autor', 11'Remove' => 'Novo remover', 12'Something' => 'Algo', 13]; 14 15$lang = array_merge($lang, $lang_custom); 16