/usr/share/IlohaMail/lang/pt/calendar.inc is in ilohamail 0.8.14-0rc3sid6.2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | <?php
/********************************************************
lang/<lang>/calendar.inc
(C)2003 Ryo Chijiiwa <Ryo@IlohaMail.org>
This file is part of IlohaMail, and released under GPL.
See COPYING, or http://www.fsf.org/copyleft/gpl.html
********************************************************/
//TRANSLATORS: Uncomment next line for all non-English languages!!
include("../lang/eng/calendar.inc");
$calStr["add_schedule"] = "Adicionar Compromisso";
$calStr["edit_schedule"] = "Editar Compromisso";
$calStr["weekof"] = "Semana de: %d";
$calStr["title"] = "Titulo:";
$calStr["color"] = "Cor:";
$calStr["colors"] = array("#990000"=>"Vermelho escuro", "#FF0000"=>"Vermelho", "#000099"=>"Azul escuro", "#0000FF"=>"Azul",
"#006600"=>"Verde escuro", "#00FF00"=>"Verde", "#9900FF"=>"Purpura", "#00FFFF"=>"Ciano",
"#FF6600"=>"Laranja", "#FFFF00"=>"Amarelo", "#FF00FF"=>"Magenta", ""=>"Sem cor");
$calStr["starts"] = "Começa a:";
$calStr["ends"] = "Acaba a:";
$calStr["from"] = "de:";
$calStr["until"] = "até:";
$calStr["repeat_on"] = "Repetir em";
$calStr["of"] = "de todos";
$calStr["weeks"] = array(1=>"primeira semana", 2=>"segunda semana", 3=>"terceira semana", 4=>"quarta semana");
$calStr["week_blurb"] = "...de todos os meses (até à data).<br>Vai-se repetir todas as semanas se nada for selecionado.";
$calStr["monthly"] = "Repetir mensalmente";
$calStr["yearly"] = "Repetir anualmente";
$calStr["place"] = "Local:";
$calStr["description"] = "Descrição:";
$calStr["add"] = "Adicionar";
$calStr["update"] = "Actualizar";
$calStr["Delete"] = "Apagar";
$calStr["go"] = "Ir";
$calStr["disabled"] = "Esta função foi desativada pelo Administrador.";
?>
|