| [ PHPXref.com ] | [ Generated: Sun Jul 20 19:54:26 2008 ] | [ phpScheduleIt 1.2.1 ] |
| [ Index ] [ Variables ] [ Functions ] [ Classes ] [ Constants ] [ Statistics ] | ||
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * European Portuguese (pt_PT) translation file. 4 * 5 * @author Nick Korbel <lqqkout13@users.sourceforge.net> 6 * @translator Pedro Ramos <pedro.ramos@tugatech.pt> 7 * @version 05-14-06 8 * @package Languages 9 * 10 * Copyright (C) 2003 - 2004 phpScheduleIt 11 * License: GPL, see LICENSE 12 */ 13 /////////////////////////////////////////////////////////// 14 // INSTRUCTIONS 15 /////////////////////////////////////////////////////////// 16 // This file contains all of the strings that are used throughout phpScheduleit. 17 // Please save the translated file as '2 letter language code'.lang.php. For example, en.lang.php. 18 // 19 // To make phpScheduleIt available in another language, simply translate each 20 // of the following strings into the appropriate one for the language. If there 21 // is no direct translation, please provide the closest translation. Please be sure 22 // to make the proper additions the /config/langs.php file (instructions are in the file). 23 // Also, please add a help translation for your language using en.help.php as a base. 24 // 25 // You will probably keep all sprintf (%s) tags in their current place. These tags 26 // are there as a substitution placeholder. Please check the output after translating 27 // to be sure that the sentences make sense. 28 // 29 // + Please use single quotes ' around all $strings. If you need to use the ' character, please enter it as \' 30 // + Please use double quotes " around all $email. If you need to use the " character, please enter it as \" 31 // 32 // + For all $dates please use the PHP strftime() syntax 33 // http://us2.php.net/manual/en/function.strftime.php 34 // 35 // + Non-intuitive parts of this file will be explained with comments. If you 36 // have any questions, please email lqqkout13@users.sourceforge.net 37 // or post questions in the Developers forum on SourceForge 38 // http://sourceforge.net/forum/forum.php?forum_id=331297 39 /////////////////////////////////////////////////////////// 40 41 //////////////////////////////// 42 /* Do not modify this section */ 43 //////////////////////////////// 44 global $strings; // 45 global $email; // 46 global $dates; // 47 global $charset; // 48 global $letters; // 49 global $days_full; // 50 global $days_abbr; // 51 global $days_two; // 52 global $days_letter; // 53 global $months_full; // 54 global $months_abbr; // 55 global $days_letter; // 56 /******************************/ 57 58 // Charset for this language 59 // 'iso-8859-1' will work for most languages 60 $charset = 'iso-8859-1'; 61 62 /*** 63 DAY NAMES 64 All of these arrays MUST start with Sunday as the first element 65 and go through the seven day week, ending on Saturday 66 ***/ 67 // The full day name 68 $days_full = array('Domingo', 'Segunda', 'Terça', 'Quarta', 'Quinta', 'Sexta', 'Sábado'); 69 // The three letter abbreviation 70 $days_abbr = array('Dom', 'Seg', 'Ter', 'Qua', 'Qui', 'Sex', 'Sáb'); 71 // The two letter abbreviation 72 $days_two = array('Do', 'Se', 'Te', 'Qa', 'Qu', 'Sx', 'Sá'); 73 // The one letter abbreviation 74 $days_letter = array('D', 'S', 'T', 'Q', 'Q', 'S', 'S'); 75 76 /*** 77 MONTH NAMES 78 All of these arrays MUST start with January as the first element 79 and go through the twelve months of the year, ending on December 80 ***/ 81 // The full month name 82 $months_full = array('Janeiro', 'Fevereiro', 'Março', 'Abril', 'Maio', 'Junho', 'Julho', 'Agosto', 'Setembro', 'Outubro', 'Novembro', 'Dezembro'); 83 // The three letter month name 84 $months_abbr = array('Jan', 'Fev', 'Mar', 'Abr', 'Mai', 'Jun', 'Jul', 'Ago', 'Set', 'Out', 'Nov', 'Dez'); 85 86 // All letters of the alphabet starting with A and ending with Z 87 $letters = array ('A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z'); 88 89 /*** 90 DATE FORMATTING 91 All of the date formatting must use the PHP strftime() syntax 92 You can include any text/HTML formatting in the translation 93 ***/ 94 // General date formatting used for all date display unless otherwise noted 95 $dates['general_date'] = '%m/%d/%Y'; 96 // General datetime formatting used for all datetime display unless otherwise noted 97 // The hour:minute:second will always follow this format 98 $dates['general_datetime'] = '%m/%d/%Y @'; 99 // Date in the reservation notification popup and email 100 $dates['res_check'] = '%A %m/%d/%Y'; 101 // Date on the scheduler that appears above the resource links 102 $dates['schedule_daily'] = '%A,<br/>%m/%d/%Y'; 103 // Date on top-right of each page 104 $dates['header'] = '%A, %B %d, %Y'; 105 // Jump box format on bottom of the schedule page 106 // This must only include %m %d %Y in the proper order, 107 // other specifiers will be ignored and will corrupt the jump box 108 $dates['jumpbox'] = '%m %d %Y'; 109 110 /*** 111 STRING TRANSLATIONS 112 All of these strings should be translated from the English value (right side of the equals sign) to the new language. 113 - Please keep the keys (between the [] brackets) as they are. The keys will not always be the same as the value. 114 - Please keep the sprintf formatting (%s) placeholders where they are unless you are sure it needs to be moved. 115 - Please keep the HTML and punctuation as-is unless you know that you want to change it. 116 ***/ 117 $strings['hours'] = 'horas'; 118 $strings['minutes'] = 'minutos'; 119 // The common abbreviation to hint that a user should enter the month as 2 digits 120 $strings['mm'] = 'mm'; 121 // The common abbreviation to hint that a user should enter the day as 2 digits 122 $strings['dd'] = 'dd'; 123 // The common abbreviation to hint that a user should enter the year as 4 digits 124 $strings['yyyy'] = 'yyyy'; 125 $strings['am'] = 'am'; 126 $strings['pm'] = 'pm'; 127 128 $strings['Administrator'] = 'Administrador'; 129 $strings['Welcome Back'] = 'Bem-vindo, %s'; 130 $strings['Log Out'] = 'Sair'; 131 $strings['My Control Panel'] = 'Painel de Controle'; 132 $strings['Help'] = 'Ajuda'; 133 $strings['Manage Schedules'] = 'Gerir Agenda'; 134 $strings['Manage Users'] = 'Gerir utilizadores'; 135 $strings['Manage Resources'] = 'Gerir Recursos'; 136 $strings['Manage User Training'] = 'Gerir Formação'; 137 $strings['Manage Reservations'] = 'Gerir Reservas'; 138 $strings['Email Users'] = 'Enviar E-mail'; 139 $strings['Export Database Data'] = 'Exportar Dados'; 140 $strings['Reset Password'] = 'Alterar Senha'; 141 $strings['System Administration'] = 'Administrador do Sistema'; 142 $strings['Successful update'] = 'A atualização foi concluida com êxito'; 143 $strings['Update failed!'] = 'Erro na atualização'; 144 $strings['Manage Blackout Times'] = 'Gerir horários indisponíveis'; 145 $strings['Forgot Password'] = 'Esqueceu-se da senha ?'; 146 $strings['Manage My Email Contacts'] = 'Gerir os meus contatos de E-mail'; 147 $strings['Choose Date'] = 'Escolher Data'; 148 $strings['Modify My Profile'] = 'Alterar os Meus Dados'; 149 $strings['Register'] = 'Registar'; 150 $strings['Processing Blackout'] = 'A Processar horários indisponíveis'; 151 $strings['Processing Reservation'] = 'A Processar Reserva'; 152 $strings['Online Scheduler [Read-only Mode]'] = 'Agenda Online [Somente Leitura]'; 153 $strings['Online Scheduler'] = 'Agenda Online'; 154 $strings['phpScheduleIt Statistics'] = 'Estatísticas da Agenda'; 155 $strings['User Info'] = 'Informações do Utilizadores'; 156 157 $strings['Could not determine tool'] = 'Não foi possível determinar a ferramenta. Por favor, volte ao Painel de Controle e tente novamente mais tarde.'; 158 $strings['This is only accessable to the administrator'] = 'Acesso permitido apenas ao administrador'; 159 $strings['Back to My Control Panel'] = 'Voltar ao Painel de Controle'; 160 $strings['That schedule is not available.'] = 'Esta agenda não está disponível'; 161 $strings['You did not select any schedules to delete.'] = 'Você não selecionou nenhum compromisso para excluir.'; 162 $strings['You did not select any members to delete.'] = 'Você não selecionou nenhum membro para excluir.'; 163 $strings['You did not select any resources to delete.'] = 'Você não selecionou nenhum recurso para excluir.'; 164 $strings['Schedule title is required.'] = 'O título do compromisso é obrigatório.'; 165 $strings['Invalid start/end times'] = 'Horário de início/fim é inválido'; 166 $strings['View days is required'] = 'Dias de visualização é obrigatório'; 167 $strings['Day offset is required'] = 'Duração de dias é obrigatório'; 168 $strings['Admin email is required'] = 'Email do Administrador é obrigatório'; 169 $strings['Resource name is required.'] = 'Nome do recurso é obrigatório.'; 170 $strings['Valid schedule must be selected'] = 'Um compromisso válido deve ser selecionado'; 171 $strings['Minimum reservation length must be less than or equal to maximum reservation length.'] = 'A maior reserva deve ser maior ou igual à menor reserva.'; 172 $strings['Your request was processed successfully.'] = 'A sua solicitação foi processada com sucesso.'; 173 $strings['Go back to system administration'] = 'Voltar para a administração do sistema'; 174 $strings['Or wait to be automatically redirected there.'] = 'Ou espere para ser automaticamente redirecionado para lá.'; 175 $strings['There were problems processing your request.'] = 'Ocorreram problemas no processamento de sua solicitação.'; 176 $strings['Please go back and correct any errors.'] = 'Por favor, volte e corriga os erros.'; 177 $strings['Login to view details and place reservations'] = 'Entre para ver os detalhes e fazer reservas'; 178 $strings['Memberid is not available.'] = 'ID do Membro: %s não está disponível.'; 179 180 $strings['Schedule Title'] = 'Título do Compromisso'; 181 $strings['Start Time'] = 'Hora de Início'; 182 $strings['End Time'] = 'Hora de Término'; 183 $strings['Time Span'] = 'Agrupamento de Horário'; 184 $strings['Weekday Start'] = 'Dia inicial da semana'; 185 $strings['Admin Email'] = 'E-mail do Administrador'; 186 187 $strings['Default'] = 'Padrão'; 188 $strings['Reset'] = 'Alterar'; 189 $strings['Edit'] = 'Editar'; 190 $strings['Delete'] = 'Excluir'; 191 $strings['Cancel'] = 'Cancelar'; 192 $strings['View'] = 'Visualizar'; 193 $strings['Modify'] = 'Alterar'; 194 $strings['Save'] = 'Gravar'; 195 $strings['Back'] = 'Voltar'; 196 $strings['Next'] = 'Próximo'; 197 $strings['Close Window'] = 'Fechar Janela'; 198 $strings['Search'] = 'Procura'; 199 $strings['Clear'] = 'Limpar'; 200 201 $strings['Days to Show'] = 'Dias para exibir'; 202 $strings['Reservation Offset'] = 'Duração da Reserva'; 203 $strings['Hidden'] = 'Oculto'; 204 $strings['Show Summary'] = 'Exibir Sumário'; 205 $strings['Add Schedule'] = 'Adicionar Compromisso'; 206 $strings['Edit Schedule'] = 'Editar Compromisso'; 207 $strings['No'] = 'Não'; 208 $strings['Yes'] = 'Sim'; 209 $strings['Name'] = 'Nome'; 210 $strings['First Name'] = 'Primeiro Nome'; 211 $strings['Last Name'] = 'Sobrenome'; 212 $strings['Resource Name'] = 'Nome do Recurso'; 213 $strings['Email'] = 'E-mail'; 214 $strings['Institution'] = 'Institutição'; 215 $strings['Phone'] = 'Telefone'; 216 $strings['Password'] = 'Senha'; 217 $strings['Permissions'] = 'Permissões'; 218 $strings['View information about'] = 'Ver informações sobre %s %s'; 219 $strings['Send email to'] = 'Enviar e-mail para %s %s'; 220 $strings['Reset password for'] = 'Alterar senha para %s %s'; 221 $strings['Edit permissions for'] = 'Alterar permissões de %s %s'; 222 $strings['Position'] = 'Posição'; 223 $strings['Password (6 char min)'] = 'Senha (6 carác. no mínimo)'; 224 $strings['Re-Enter Password'] = 'Re-digite a Senha'; 225 226 $strings['Sort by descending last name'] = 'Ordenar sobrenome decrescente'; 227 $strings['Sort by descending email address'] = 'Ordenar e-mail decrescente'; 228 $strings['Sort by descending institution'] = 'Ordenar instituição decrescente'; 229 $strings['Sort by ascending last name'] = 'Ordenar sobrenome crescente'; 230 $strings['Sort by ascending email address'] = 'Ordenar e-mail crescente'; 231 $strings['Sort by ascending institution'] = 'Ordenar instituição crescente'; 232 $strings['Sort by descending resource name'] = 'Ordenar recurso decrescente'; 233 $strings['Sort by descending location'] = 'Ordenar localização decrescente'; 234 $strings['Sort by descending schedule title'] = 'Ordenar título do compromisso decrescente'; 235 $strings['Sort by ascending resource name'] = 'Ordenar recurso crescente'; 236 $strings['Sort by ascending location'] = 'Ordenar localização crescente'; 237 $strings['Sort by ascending schedule title'] = 'Ordenar título do compromisso crescente'; 238 $strings['Sort by descending date'] = 'Ordenar data decrescente'; 239 $strings['Sort by descending user name'] = 'Ordenar utilizador decrescente'; 240 $strings['Sort by descending start time'] = 'Ordenar hora de início decrescente'; 241 $strings['Sort by descending end time'] = 'Ordenar hora de término decrescente'; 242 $strings['Sort by ascending date'] = 'Ordenar data crescente'; 243 $strings['Sort by ascending user name'] = 'Ordenar utilizador crescente'; 244 $strings['Sort by ascending start time'] = 'Ordenar hora de início crescente'; 245 $strings['Sort by ascending end time'] = 'Ordenar hora de término crescente'; 246 $strings['Sort by descending created time'] = 'Ordenar por data de criação descendente'; 247 $strings['Sort by ascending created time'] = 'Ordenar por data de criação ascendente'; 248 $strings['Sort by descending last modified time'] = 'Ordenar por data de modificação descendente'; 249 $strings['Sort by ascending last modified time'] = 'Ordenar por data de modificação ascendente'; 250 251 $strings['Search Users'] = 'Pesquisar utilizadores'; 252 $strings['Location'] = 'Local'; 253 $strings['Schedule'] = 'Marcação'; 254 $strings['Phone'] = 'Telefone'; 255 $strings['Notes'] = 'Notas'; 256 $strings['Status'] = 'Status'; 257 $strings['All Schedules'] = 'Todas as marcações'; 258 $strings['All Resources'] = 'Todos os recursos'; 259 $strings['All Users'] = 'Todos os utilizadores'; 260 261 $strings['Edit data for'] = 'Editar informação de %s'; 262 $strings['Active'] = 'Activo'; 263 $strings['Inactive'] = 'Inactivo'; 264 $strings['Toggle this resource active/inactive'] = 'Mudar recurso entre activo/inactivo'; 265 $strings['Minimum Reservation Time'] = 'Minimo tempo de reserva'; 266 $strings['Maximum Reservation Time'] = 'Maximo tempo de reserva'; 267 $strings['Auto-assign permission'] = 'Auto-assign permission'; 268 $strings['Add Resource'] = 'Adicionar recurso'; 269 $strings['Edit Resource'] = 'Editar recurso'; 270 $strings['Allowed'] = 'Autorizado'; 271 $strings['Notify user'] = 'Notificar Utilizador'; 272 $strings['User Reservations'] = 'Reservas do utilizador'; 273 $strings['Date'] = 'Data'; 274 $strings['User'] = 'Utilizador'; 275 $strings['Email Users'] = 'Email para Utilizadores'; 276 $strings['Subject'] = 'Assunto'; 277 $strings['Message'] = 'Menssagem'; 278 $strings['Please select users'] = 'Por favor seleccione utilizadores'; 279 $strings['Send Email'] = 'Enviar Email'; 280 $strings['problem sending email'] = 'Houve um problema ao enviar o Email... Tente mais tarde.'; 281 $strings['The email sent successfully.'] = 'Email enviado com sucesso.'; 282 $strings['do not refresh page'] = 'Por favor nao faça RELOAD desta página ou o seu Email será enviado de novo.'; 283 $strings['Return to email management'] = 'Voltar á gestão de Emails'; 284 $strings['Please select which tables and fields to export'] = 'Seleccione tabelas e campos a exportar:'; 285 $strings['all fields'] = '- Todos campos -'; 286 $strings['HTML'] = 'HTML'; 287 $strings['Plain text'] = 'Plain text'; 288 $strings['XML'] = 'XML'; 289 $strings['CSV'] = 'CSV'; 290 $strings['Export Data'] = 'Exportar dados'; 291 $strings['Reset Password for'] = 'Restaurar password de %s'; 292 $strings['Please edit your profile'] = 'Por favor altere o seu perfil'; 293 $strings['Please register'] = 'Por favor registe-se'; 294 $strings['Email address (this will be your login)'] = 'Endereço Email (será o seu login)'; 295 $strings['Keep me logged in'] = 'Manter-me registado <br/>(requer cookies)'; 296 $strings['Edit Profile'] = 'Editar Perfil'; 297 $strings['Register'] = 'Registar'; 298 $strings['Please Log In'] = 'Por favor autentique-se'; 299 $strings['Email address'] = 'Endereço Email'; 300 $strings['Password'] = 'Password'; 301 $strings['First time user'] = 'Novo utilizador ?'; 302 $strings['Click here to register'] = 'Clique aqui para se registar'; 303 $strings['Register for phpScheduleIt'] = 'Registe-se no sistema de reservas'; 304 $strings['Log In'] = 'Log In'; 305 $strings['View Schedule'] = 'Ver marcações'; 306 $strings['View a read-only version of the schedule'] = 'Ver versão de leitura das marcações'; 307 $strings['I Forgot My Password'] = 'Esqueci-me da password'; 308 $strings['Retreive lost password'] = 'Recuperar a password'; 309 $strings['Get online help'] = 'Obter ajuda'; 310 $strings['Language'] = 'Idioma'; 311 $strings['(Default)'] = '(Default)'; 312 313 $strings['My Announcements'] = 'Meus Anuncios'; 314 $strings['My Reservations'] = 'Minhas Reservas'; 315 $strings['My Permissions'] = 'Minhas Permissões'; 316 $strings['My Quick Links'] = 'Meus Links'; 317 $strings['Announcements as of'] = 'Anuncios de %s'; 318 $strings['There are no announcements.'] = 'Não existem anúncios.'; 319 $strings['Resource'] = 'Recurso'; 320 $strings['Created'] = 'Criada'; 321 $strings['Last Modified'] = 'Ultima modificação'; 322 $strings['View this reservation'] = 'Ver esta reserva'; 323 $strings['Modify this reservation'] = 'Modificar esta reserva'; 324 $strings['Delete this reservation'] = 'Apagar esta reserva'; 325 $strings['Bookings'] = 'Bookings'; // @since 1.2.0 326 $strings['Change My Profile Information/Password'] = 'Change Profile'; // @since 1.2.0 327 $strings['Manage My Email Preferences'] = 'Email Preferences'; // @since 1.2.0 328 $strings['Mass Email Users'] = 'Mass Email Users'; 329 $strings['Search Scheduled Resource Usage'] = 'Search Reservations'; // @since 1.2.0 330 $strings['Export Database Content'] = 'Export Database Content'; 331 $strings['View System Stats'] = 'View System Stats'; 332 $strings['Email Administrator'] = 'Email para Administrador'; 333 334 $strings['Email me when'] = 'Enviar-me um mail quando:'; 335 $strings['I place a reservation'] = 'Eu coloco uma reserva'; 336 $strings['My reservation is modified'] = 'A minha reserva é modificada'; 337 $strings['My reservation is deleted'] = 'A minha reserva é apagada'; 338 $strings['I prefer'] = 'Eu prefiro:'; 339 $strings['Your email preferences were successfully saved'] = 'As suas preferencias de Email foram gravadas!'; 340 $strings['Return to My Control Panel'] = 'Voltar ao painel de controlo'; 341 342 $strings['Please select the starting and ending times'] = 'P.F. seleccione data de inicio e de fim:'; 343 $strings['Please change the starting and ending times'] = 'P.F. altere data de inicio e de fim:'; 344 $strings['Reserved time'] = 'Tempo de reserva:'; 345 $strings['Minimum Reservation Length'] = 'Tempo Minimo de reserva:'; 346 $strings['Maximum Reservation Length'] = 'Tempo Máximo de reserva:'; 347 $strings['Reserved for'] = 'Reservado para:'; 348 $strings['Will be reserved for'] = 'Irá ser reservado para:'; 349 $strings['N/A'] = 'N/A'; 350 $strings['Update all recurring records in group'] = 'Actualizar todos os registos dependentes ?'; 351 $strings['Delete?'] = 'Apagar ?'; 352 $strings['Never'] = '-- Nunca --'; 353 $strings['Days'] = 'Dias'; 354 $strings['Weeks'] = 'Semanas'; 355 $strings['Months (date)'] = 'Meses (data)'; 356 $strings['Months (day)'] = 'Meses (dia)'; 357 $strings['First Days'] = 'Primeiros dias'; 358 $strings['Second Days'] = 'Segundos dias'; 359 $strings['Third Days'] = 'Terceiros dias'; 360 $strings['Fourth Days'] = 'Quartos dias'; 361 $strings['Last Days'] = 'Ultimos dias'; 362 $strings['Repeat every'] = 'Repetir ...:'; 363 $strings['Repeat on'] = 'Repetir em:'; 364 $strings['Repeat until date'] = 'Repetir até á data:'; 365 $strings['Choose Date'] = 'Escolha data'; 366 $strings['Summary'] = 'Resumo'; 367 368 $strings['View schedule'] = 'Ver marcações:'; 369 $strings['My Reservations'] = 'Minhas reservas'; 370 $strings['My Past Reservations'] = 'Reservas antigas'; 371 $strings['Other Reservations'] = 'Outras reservas'; 372 $strings['Other Past Reservations'] = 'Outras reservas antigas'; 373 $strings['Blacked Out Time'] = 'Tempo indisponivel'; 374 $strings['Set blackout times'] = 'Tempo indisponivel para %s em %s'; 375 $strings['Reserve on'] = 'Reservar %s em %s'; 376 $strings['Prev Week'] = '« Semana anterior'; 377 $strings['Jump 1 week back'] = 'Recuar uma semana'; 378 $strings['Prev days'] = '‹ Ultimos %d dias'; 379 $strings['Previous days'] = '‹ Ultimos %d dias'; 380 $strings['This Week'] = 'Esta semana'; 381 $strings['Jump to this week'] = 'Ir para esta semana'; 382 $strings['Next days'] = 'Proximos %d dias ›'; 383 $strings['Next Week'] = 'Proxima semana »'; 384 $strings['Jump To Date'] = 'Ir para data'; 385 $strings['View Monthly Calendar'] = 'Ver calendário mensal'; 386 $strings['Open up a navigational calendar'] = 'Abrir calendário navegável'; 387 388 $strings['View stats for schedule'] = 'Ver estado das reservas:'; 389 $strings['At A Glance'] = 'Simples'; 390 $strings['Total Users'] = 'Todos os utilizadores:'; 391 $strings['Total Resources'] = 'Todos os recursos:'; 392 $strings['Total Reservations'] = 'Todas as reservas:'; 393 $strings['Max Reservation'] = 'Max Reserva:'; 394 $strings['Min Reservation'] = 'Min Reserva:'; 395 $strings['Avg Reservation'] = 'Média Reservas:'; 396 $strings['Most Active Resource'] = 'Recurso mais pedido:'; 397 $strings['Most Active User'] = 'Utilizador mais activo:'; 398 $strings['System Stats'] = 'Status Sistema'; 399 $strings['phpScheduleIt version'] = 'versao phpScheduleIt:'; 400 $strings['Database backend'] = 'Database backend:'; 401 $strings['Database name'] = 'Database name:'; 402 $strings['PHP version'] = 'PHP version:'; 403 $strings['Server OS'] = 'Server OS:'; 404 $strings['Server name'] = 'Server name:'; 405 $strings['phpScheduleIt root directory'] = 'phpScheduleIt root directory:'; 406 $strings['Using permissions'] = 'Using permissions:'; 407 $strings['Using logging'] = 'Using logging:'; 408 $strings['Log file'] = 'Log file:'; 409 $strings['Admin email address'] = 'Admin email address:'; 410 $strings['Tech email address'] = 'Tech email address:'; 411 $strings['CC email addresses'] = 'CC email addresses:'; 412 $strings['Reservation start time'] = 'Hora de inicio da reserva:'; 413 $strings['Reservation end time'] = 'Hora de fim da reserva:'; 414 $strings['Days shown at a time'] = 'Dias mostrados no periodo:'; 415 $strings['Reservations'] = 'Reservas'; 416 $strings['Return to top'] = 'Return to top'; 417 $strings['for'] = 'for'; 418 419 $strings['Select Search Criteria'] = 'Seleccione critério pesquisa'; 420 $strings['Schedules'] = 'Marcações:'; 421 $strings['All Schedules'] = 'Todas as marcações'; 422 $strings['Hold CTRL to select multiple'] = 'Pressione CTRL para seleccionar várias'; 423 $strings['Users'] = 'Utilizadores:'; 424 $strings['All Users'] = 'Todos utilizadores'; 425 $strings['Resources'] = 'Recursos'; 426 $strings['All Resources'] = 'Todos recursos'; 427 $strings['Starting Date'] = 'Data inicio:'; 428 $strings['Ending Date'] = 'Data fim:'; 429 $strings['Starting Time'] = 'Hora inicio:'; 430 $strings['Ending Time'] = 'Hora fim:'; 431 $strings['Output Type'] = 'Tipo de output:'; 432 $strings['Manage'] = 'Manage'; 433 $strings['Total Time'] = 'Tempo total'; 434 $strings['Total hours'] = 'Total horas:'; 435 $strings['% of total resource time'] = '% do tempo total do recurso'; 436 $strings['View these results as'] = 'Ver estes resultados como:'; 437 $strings['Edit this reservation'] = 'Editar esta reserva'; 438 $strings['Search Results'] = 'Resultados da pesquisa'; 439 $strings['Search Resource Usage'] = 'Pesquisar utilização de Recursos'; 440 $strings['Search Results found'] = 'resultados pesquisa: %d rservas encontradas'; 441 $strings['Try a different search'] = 'Tente outra pesquisa'; 442 $strings['Search Run On'] = 'Pesquisa efectuada em:'; 443 $strings['Member ID'] = 'Utilizador ID'; 444 $strings['Previous User'] = '« Utilizador anterior'; 445 $strings['Next User'] = 'Proximo utilizador »'; 446 447 $strings['No results'] = 'Sem resultados'; 448 $strings['That record could not be found.'] = 'O registo nao foi encontrado.'; 449 $strings['This blackout is not recurring.'] = 'Este periodo morto nao é recorrente.'; 450 $strings['This reservation is not recurring.'] = 'Esta reserva não é recorrente.'; 451 $strings['There are no records in the table.'] = 'Não existem registos na tabela %s.'; 452 $strings['You do not have any reservations scheduled.'] = 'Não tem reservas agendadas.'; 453 $strings['You do not have permission to use any resources.'] = 'Não tem permissão para utilizar nenhum recurso.'; 454 $strings['No resources in the database.'] = 'Não existem recursos na base de dados.'; 455 $strings['There was an error executing your query'] = 'Houve um erro ao executar a sua pesquisa:'; 456 457 $strings['That cookie seems to be invalid'] = 'Cookie inválida'; 458 $strings['We could not find that logon in our database.'] = 'O seu Login não consta na nossa Base de Dados.'; // @since 1.1.0 459 $strings['That password did not match the one in our database.'] = 'A sua password nao existe na nossa Base Dados.'; 460 $strings['You can try'] = '<br />Pode tentar:<br />Registar um endereço de Email.<br />ou:<br />tentar autenticar-se de novo.'; 461 $strings['A new user has been added'] = 'Novo utilizador foi adicionado'; 462 $strings['You have successfully registered'] = 'Registou-se com sucesso!'; 463 $strings['Continue'] = 'Continuar...'; 464 $strings['Your profile has been successfully updated!'] = 'O seu perfil foi actualizado!'; 465 $strings['Please return to My Control Panel'] = 'Por favor volte ao painel de controlo'; 466 $strings['Valid email address is required.'] = '- Deve introduzir um Email válido.'; 467 $strings['First name is required.'] = '- Primeiro nome é obrigatório.'; 468 $strings['Last name is required.'] = '- Apelido é obrigatório.'; 469 $strings['Phone number is required.'] = '- Telefone é obrigatório.'; 470 $strings['That email is taken already.'] = '- Esse Email já existe.<br />Por favor tente com outro endereço de Email.'; 471 $strings['Min 6 character password is required.'] = '- A password deve ter no minimo 6 caracteres.'; 472 $strings['Passwords do not match.'] = '- Passwords não coincidem.'; 473 474 $strings['Per page'] = 'Por pagina:'; 475 $strings['Page'] = 'Pagina:'; 476 477 $strings['Your reservation was successfully created'] = 'A sua reserva foi criada com sucesso'; 478 $strings['Your reservation was successfully modified'] = 'A sua reserva foi alterada com sucesso'; 479 $strings['Your reservation was successfully deleted'] = 'A sua reserva foi apagada'; 480 $strings['Your blackout was successfully created'] = 'Your blackout was successfully created'; 481 $strings['Your blackout was successfully modified'] = 'Your blackout was successfully modified'; 482 $strings['Your blackout was successfully deleted'] = 'Your blackout was successfully deleted'; 483 $strings['for the follwing dates'] = 'para as seguintes datas:'; 484 $strings['Start time must be less than end time'] = 'Hora de inicio deve ser anterior á hora de fim.'; 485 $strings['Current start time is'] = 'A hora de inicio é:'; 486 $strings['Current end time is'] = 'A hora de fim é:'; 487 $strings['Reservation length does not fall within this resource\'s allowed length.'] = 'Periodo de reserva maior do que o permitido para este recurso.'; 488 $strings['Your reservation is'] = 'A sua reserva é:'; 489 $strings['Minimum reservation length'] = 'Minimo periodo de reserva:'; 490 $strings['Maximum reservation length'] = 'Maximo periodo de reserva:'; 491 $strings['You do not have permission to use this resource.'] = 'Não tem permissões para usar este recurso.'; 492 $strings['reserved or unavailable'] = '%s a %s já está reservado ou está indisponivel.'; // @since 1.1.0 493 $strings['Reservation created for'] = 'Reserva riada para %s'; 494 $strings['Reservation modified for'] = 'Reserva modificada para %s'; 495 $strings['Reservation deleted for'] = 'Reserva apagada para %s'; 496 $strings['created'] = 'criada'; 497 $strings['modified'] = 'modificado'; 498 $strings['deleted'] = 'deleted'; 499 $strings['Reservation #'] = 'Reserva #'; 500 $strings['Contact'] = 'Contacto'; 501 $strings['Reservation created'] = 'Reserva criada'; 502 $strings['Reservation modified'] = 'Reserva modificada'; 503 $strings['Reservation deleted'] = 'Reserva apagada'; 504 505 $strings['Reservations by month'] = 'Reservas mês a mês'; 506 $strings['Reservations by day of the week'] = 'Reservas por dia de semana'; 507 $strings['Reservations per month'] = 'Reservas por mês'; 508 $strings['Reservations per user'] = 'Reservas por utilizador'; 509 $strings['Reservations per resource'] = 'Reservas por recurso'; 510 $strings['Reservations per start time'] = 'Reservas por hora de inicio'; 511 $strings['Reservations per end time'] = 'Reservas por hora de fim'; 512 $strings['[All Reservations]'] = '[Todas as reservas]'; 513 514 $strings['Permissions Updated'] = 'Permissões actualizadas'; 515 $strings['Your permissions have been updated'] = 'As suas permissoes de %s foram actualizadas'; 516 $strings['You now do not have permission to use any resources.'] = 'Não tem permissões para utilizar recursos.'; 517 $strings['You now have permission to use the following resources'] = 'Tem permissões para utilizar os seguintes recursos:'; 518 $strings['Please contact with any questions.'] = 'Por favor contacte %s.'; 519 $strings['Password Reset'] = 'Password restaurada'; 520 521 $strings['This will change your password to a new, randomly generated one.'] = 'Irá mudar a sua password para uma nova, gerada aleatóriamente.'; 522 $strings['your new password will be set'] = 'Depois de introduzir o seu Email e carregar em "Mudar password" a sua nova password será gerada pelo sistema e enviada para si.'; 523 $strings['Change Password'] = 'Mudar password'; 524 $strings['Sorry, we could not find that user in the database.'] = 'Não foi possivel encontrar esse utilizador na Base Dados.'; 525 $strings['Your New Password'] = 'A sua nova password %s '; 526 $strings['Your new passsword has been emailed to you.'] = 'Successo!<br />' 527 . 'A sua nova password foi enviada .<br />' 528 . 'Por favor confira o seu email e depois <a href="index.php">autentique-se</a>' 529 . ' com a sua nova password e altere-a carregando em "Alterar o meu perfil/Password"' 530 . ' no painel de controle.'; 531 532 $strings['You are not logged in!'] = 'Não está autenticado!'; 533 534 $strings['Setup'] = 'Setup'; 535 $strings['Please log into your database'] = 'Por favor autentique-se na Base de Dados'; 536 $strings['Enter database root username'] = 'Insira o seu usename de root:'; 537 $strings['Enter database root password'] = 'Insira a password de root:'; 538 $strings['Login to database'] = 'Autentique-se na Base de Dados'; 539 $strings['Root user is not required. Any database user who has permission to create tables is acceptable.'] = 'User root <b>NAO</b> é necessário. Qualquer utilizador com permissões para criar tabelas é suficiente.'; 540 $strings['This will set up all the necessary databases and tables for phpScheduleIt.'] = 'Isto permitirá criar a Base de Dados e tabelas necessárias ao PhpScheduleIt.'; 541 $strings['It also populates any required tables.'] = 'Também irá inserir dados nas tabelas necessárias.'; 542 $strings['Warning: THIS WILL ERASE ALL DATA IN PREVIOUS phpScheduleIt DATABASES!'] = 'Atenção! Irá apagar todos os dados das tabelas já existentes!'; 543 $strings['Not a valid database type in the config.php file.'] = 'Base de dados em config.php não é válida.'; 544 $strings['Database user password is not set in the config.php file.'] = 'A password do utilizador da Base de Dados não está definida no ficheiro config.php.'; 545 $strings['Database name not set in the config.php file.'] = 'O nome da Base de Dados não está definido no ficheiro config.php.'; 546 $strings['Successfully connected as'] = 'Conectado com sucesso como'; 547 $strings['Create tables'] = 'Create tables >'; 548 $strings['There were errors during the install.'] = 'Houve erros durante a instalação. É no entanto possivel que o PhpScheduleIt funcione, se os erros nao foram graves.<br/><br/>' 549 . 'Por favor coloque perguntas no forum em <a href="http://sourceforge.net/forum/?group_id=95547">SourceForge</a>.'; 550 $strings['You have successfully finished setting up phpScheduleIt and are ready to begin using it.'] = 'O PhpScheduleIt foi instalado com sucesso e está pronto a ser utilizado.'; 551 $strings['Thank you for using phpScheduleIt'] = 'Por favor REMOVA COMPLETAMENTE a diretoria \'install\'.' 552 . ' Isto é importante porque contem passords e outros dados criticos.' 553 . ' Se não fizer fica uma porta aberta para acessos não autorizados á Base de Dados!' 554 . '<br /><br />' 555 . 'Obrigado por usar o phpScheduleIt!'; 556 $strings['This will update your version of phpScheduleIt from 0.9.3 to 1.0.0.'] = 'This will update your version of phpScheduleIt from 0.9.3 to 1.0.0.'; 557 $strings['There is no way to undo this action'] = 'There is no way to undo this action!'; 558 $strings['Click to proceed'] = 'Click to proceed'; 559 $strings['This version has already been upgraded to 1.0.0.'] = 'This version has already been upgraded to 1.0.0.'; 560 $strings['Please delete this file.'] = 'Please delete this file.'; 561 $strings['Successful update'] = 'The update succeeded fully'; 562 $strings['Patch completed successfully'] = 'Patch completed successfully'; 563 $strings['This will populate the required fields for phpScheduleIt 1.0.0 and patch a data bug in 0.9.9.'] = 'This will populate the required fields for phpScheduleIt 1.0.0 and patch a data bug in 0.9.9.' 564 . '<br />It is only required to run this if you performed a manual SQL update or are upgrading from 0.9.9'; 565 566 // @since 1.0.0 RC1 567 $strings['If no value is specified, the default password set in the config file will be used.'] = 'Se não especificar uma password será usada a password definida em config.php.'; 568 $strings['Notify user that password has been changed?'] = 'Notificar o utilizador da alteração de password ?'; 569 570 // @since 1.1.0 571 $strings['This system requires that you have an email address.'] = 'O sistema necessita de um Email válido.'; 572 $strings['Invalid User Name/Password.'] = 'Utilizador/password inválidos.'; 573 $strings['Pending User Reservations'] = 'Reservas pendentes do utilizador.'; 574 $strings['Approve'] = 'Aprovar'; 575 $strings['Approve this reservation'] = 'Aprovar esta reserva'; 576 $strings['Approve Reservations'] ='Aprovar reservas'; 577 578 $strings['Announcement'] = 'Anúncios'; 579 $strings['Number'] = 'Numero'; 580 $strings['Add Announcement'] = 'Adicionar anúncio'; 581 $strings['Edit Announcement'] = 'Editar anúncio'; 582 $strings['All Announcements'] = 'Todos os anúncios'; 583 $strings['Delete Announcements'] = 'Apagar anúncios'; 584 $strings['Use start date/time?'] = 'Usar data/hora de inicio ?'; 585 $strings['Use end date/time?'] = 'Usar data/hora de fim ?'; 586 $strings['Announcement text is required.'] = 'É necessário o texto do anúncio.'; 587 $strings['Announcement number is required.'] = 'É necessário o numero de anúncio.'; 588 589 $strings['Pending Approval'] = 'Aprovação pendente'; 590 $strings['My reservation is approved'] = 'Minha reserva está aprovada'; 591 $strings['This reservation must be approved by the administrator.'] = 'Esta reserva deverá ser aprovada pelo administrador.'; 592 $strings['Approval Required'] = 'Aprovação necessária'; 593 $strings['No reservations requiring approval'] = 'Sem reservas á espera de aprovação'; 594 $strings['Your reservation was successfully approved'] = 'A sua reserva foi aprovada com sucesso'; 595 $strings['Reservation approved for'] = 'Reserva aprovada para %s'; 596 $strings['approved'] = 'aprovada'; 597 $strings['Reservation approved'] = 'Reserva aprovada'; 598 599 $strings['Valid username is required'] = 'É necessário um nome de utilizador válido'; 600 $strings['That logon name is taken already.'] = 'Esse nome de utilizador já existe.'; 601 $strings['this will be your login'] = '(este irá ser o seu login)'; 602 $strings['Logon name'] = 'Nome de login'; 603 $strings['Your logon name is'] = 'O seu nome de login é %s'; 604 605 $strings['Start'] = 'Inicio'; 606 $strings['End'] = 'Fim'; 607 $strings['Start date must be less than or equal to end date'] = 'Data de inicio tem de ser anterior ou igual á data de fim'; 608 $strings['That starting date has already passed'] = 'A data de inicio já passou'; 609 $strings['Basic'] = 'Basico'; 610 $strings['Participants'] = 'Participantes'; 611 $strings['Close'] = 'Fechar'; 612 $strings['Start Date'] = 'Data de inicio'; 613 $strings['End Date'] = 'Data de fim'; 614 $strings['Minimum'] = 'Minimo'; 615 $strings['Maximum'] = 'Maximo'; 616 $strings['Allow Multiple Day Reservations'] = 'Permitir reservas para vários dias'; 617 $strings['Invited Users'] = 'Utilizadores convidados'; 618 $strings['Invite Users'] = 'Convidar utilizadores'; 619 $strings['Remove Participants'] = 'Remover participantes'; 620 $strings['Reservation Invitation'] = 'Convite para reserva'; 621 $strings['Manage Invites'] = 'Gerir convites'; 622 $strings['No invite was selected'] = 'Não seleccionou nenhum convite'; 623 $strings['reservation accepted'] = '%s aceitou o seu convite em %s'; 624 $strings['reservation declined'] = '%s rejeitou o seu convite em %s'; 625 $strings['Login to manage all of your invitiations'] = 'Faça login para gerir os seus convites'; 626 $strings['Reservation Participation Change'] = 'Alterar participação na reserva'; 627 $strings['My Invitations'] = 'Meus convites'; 628 $strings['Accept'] = 'Aceitar'; 629 $strings['Decline'] = 'Rejeitar'; 630 $strings['Accept or decline this reservation'] = 'Aceitar ou rejeitar esta reserva'; 631 $strings['My Reservation Participation'] = 'Minha participação na reserva'; 632 $strings['End Participation'] = 'Terminar participação'; 633 $strings['Owner'] = 'Dono'; 634 $strings['Particpating Users'] = 'Utilizadores participantes'; 635 $strings['No advanced options available'] = 'Opções avançadas indisponíveis'; 636 $strings['Confirm reservation participation'] = 'Confirmar participação na reserva'; 637 $strings['Confirm'] = 'Confirmar'; 638 $strings['Do for all reservations in the group?'] = 'Aplicar a todas as reservas no grupo ?'; 639 640 $strings['My Calendar'] = 'Meu Calendário'; 641 $strings['View My Calendar'] = 'Ver o Meu Calendário'; 642 $strings['Participant'] = 'Participante'; 643 $strings['Recurring'] = 'Recorrente'; 644 $strings['Multiple Day'] = 'Vários dias'; 645 $strings['[today]'] = '[hoje]'; 646 $strings['Day View'] = 'Ver dia'; 647 $strings['Week View'] = 'Ver semana'; 648 $strings['Month View'] = 'Ver mês'; 649 $strings['Resource Calendar'] = 'Calendário de recursos'; 650 $strings['View Resource Calendar'] = 'Schedule Calendar'; // @since 1.2.0 651 $strings['Signup View'] = 'Signup View'; 652 653 $strings['Select User'] = 'Seleccionar utilizador'; 654 $strings['Change'] = 'Alterar'; 655 656 $strings['Update'] = 'Actualizar'; 657 $strings['phpScheduleIt Update is only available for versions 1.0.0 or later'] = 'phpScheduleIt Update só está disponivel para versões 1.0.0 ou superior'; 658 $strings['phpScheduleIt is already up to date'] = 'phpScheduleIt já se encontra actualizado'; 659 $strings['Migrating reservations'] = 'Migrar reservas'; 660 661 $strings['Admin'] = 'Admin'; 662 $strings['Manage Announcements'] = 'Gerir anúncios'; 663 $strings['There are no announcements'] = 'Não existem anúncios'; 664 // end since 1.1.0 665 666 // @since 1.2.0 667 $strings['Maximum Participant Capacity'] = 'Maximum Participant Capacity'; 668 $strings['Leave blank for unlimited'] = 'Leave blank for unlimited'; 669 $strings['Maximum of participants'] = 'This resource has a maximum capacity of %s participants'; 670 $strings['That reservation is at full capacity.'] = 'That reservation is at full capacity.'; 671 $strings['Allow registered users to join?'] = 'Allow registered users to join?'; 672 $strings['Allow non-registered users to join?'] = 'Allow non-registered users to join?'; 673 $strings['Join'] = 'Join'; 674 $strings['My Participation Options'] = 'My Participation Options'; 675 $strings['Join Reservation'] = 'Join Reservation'; 676 $strings['Join All Recurring'] = 'Join All Recurring'; 677 $strings['You are not participating on the following reservation dates because they are at full capacity.'] = 'You are not participating on the following reservation dates because they are at full capacity.'; 678 $strings['You are already invited to this reservation. Please follow participation instructions previously sent to your email.'] = 'You are already invited to this reservation. Please follow participation instructions previously sent to your email.'; 679 $strings['Additional Tools'] = 'Additional Tools'; 680 $strings['Create User'] = 'Create User'; 681 $strings['Check Availability'] = 'Check Availability'; 682 $strings['Manage Additional Resources'] = 'Manage Additional Resources'; 683 $strings['All Additional Resources'] = 'All Additional Resources'; 684 $strings['Number Available'] = 'Number Available'; 685 $strings['Unlimited'] = 'Unlimited'; 686 $strings['Add Additional Resource'] = 'Add Additional Resource'; 687 $strings['Edit Additional Resource'] = 'Edit Additional Resource'; 688 $strings['Checking'] = 'Checking'; 689 $strings['You did not select anything to delete.'] = 'You did not select anything to delete.'; 690 $strings['Added Resources'] = 'Added Resources'; 691 $strings['Additional resource is reserved'] = 'The additional resource %s only has %s available at a time'; 692 $strings['All Groups'] = 'All Groups'; 693 $strings['Group Name'] = 'Group Name'; 694 $strings['Delete Groups'] = 'Delete Groups'; 695 $strings['Manage Groups'] = 'Manage Groups'; 696 $strings['None'] = 'None'; 697 $strings['Group name is required.'] = 'Group name is required.'; 698 $strings['Groups'] = 'Groups'; 699 $strings['Current Groups'] = 'Current Groups'; 700 $strings['Group Administration'] = 'Group Administration'; 701 $strings['Reminder Subject'] = 'Reservation reminder- %s, %s %s'; 702 $strings['Reminder'] = 'Reminder'; 703 $strings['before reservation'] = 'before reservation'; 704 $strings['My Participation'] = 'My Participation'; 705 $strings['My Past Participation'] = 'My Past Participation'; 706 $strings['Timezone'] = 'Timezone'; 707 $strings['Export'] = 'Export'; 708 $strings['Select reservations to export'] = 'Select reservations to export'; 709 $strings['Export Format'] = 'Export Format'; 710 $strings['This resource cannot be reserved less than x hours in advance'] = 'This resource cannot be reserved less than %s hours in advance'; 711 $strings['This resource cannot be reserved more than x hours in advance'] = 'This resource cannot be reserved more than %s hours in advance'; 712 $strings['Minimum Booking Notice'] = 'Minimum Booking Notice'; 713 $strings['Maximum Booking Notice'] = 'Maximum Booking Notice'; 714 $strings['hours prior to the start time'] = 'hours prior to the start time'; 715 $strings['hours from the current time'] = 'hours from the current time'; 716 $strings['Contains'] = 'Contains'; 717 $strings['Begins with'] = 'Begins with'; 718 $strings['Minimum booking notice is required.'] = 'Minimum booking notice is required.'; 719 $strings['Maximum booking notice is required.'] = 'Maximum booking notice is required.'; 720 $strings['Accessory Name'] = 'Accessory Name'; 721 $strings['Accessories'] = 'Accessories'; 722 $strings['All Accessories'] = 'All Accessories'; 723 $strings['Added Accessories'] = 'Added Accessories'; 724 // end since 1.2.0 725 726 /*** 727 EMAIL MESSAGES 728 Please translate these email messages into your language. You should keep the sprintf (%s) placeholders 729 in their current position unless you know you need to move them. 730 All email messages should be surrounded by double quotes " 731 Each email message will be described below. 732 ***/ 733 // @since 1.1.0 734 // Email message that a user gets after they register 735 $email['register'] = "%s, %s \r\n" 736 . "Registou-se com sucesso com os seguintes dados:\r\n" 737 . "Login: %s\r\n" 738 . "Nome: %s %s \r\n" 739 . "Telefone: %s \r\n" 740 . "Instituição: %s \r\n" 741 . "Posição: %s \r\n\r\n" 742 . "Por favor autentique-se neste endereço:\r\n" 743 . "%s \r\n\r\n" 744 . "Pode encontrar links para a agenda de recursos e para alterar o seu perfil no Painel de Controle.\r\n\r\n" 745 . "Envie questões sobre os recursos ou reservas para %s"; 746 747 // Email message the admin gets after a new user registers 748 $email['register_admin'] = "Administrador,\r\n\r\n" 749 . "Novo utilizador registado no Sistema Reservas INIAP:\r\n" 750 . "Email: %s \r\n" 751 . "Nome: %s %s \r\n" 752 . "Telefone: %s \r\n" 753 . "Instituição: %s \r\n" 754 . "Posição: %s \r\n\r\n"; 755 756 // First part of the email that a user gets after they create/modify/delete a reservation 757 // 'reservation_activity_1' through 'reservation_activity_6' are all part of one email message 758 // that needs to be assembled depending on different options. Please translate all of them. 759 // @since 1.1.0 760 $email['reservation_activity_1'] = "%s,\r\n<br />" 761 . "Voçê %s a reserva #%s.\r\n\r\n<br/><br/>" 762 . "Por favor use este numero para colocar qualquer questão ao administrador.\r\n\r\n<br/><br/>" 763 . "Uma reserva entre %s %s e %s %s para %s" 764 . " localizado em %s foi %s.\r\n\r\n<br/><br/>"; 765 $email['reservation_activity_2'] = "Esta reserva será repetida nas seguintes datas:\r\n<br/>"; 766 $email['reservation_activity_3'] = "Todas as reservas recorrentes neste grupo tambem foram %s.\r\n\r\n<br/><br/>"; 767 $email['reservation_activity_4'] = "O seguinte resumo foi reunido para esta reserva:\r\n<br/>%s\r\n\r\n<br/><br/>"; 768 $email['reservation_activity_5'] = "Se isto for um erro contacte o administrador para: pm.ramos@iniap.min-agricultura.pt" 769 . " ou para %s.\r\n\r\n<br/><br/>" 770 . "Pode ver ou modificar a sua reserva a qualquer altura " 771 . " indo a %s em:\r\n<br/>" 772 . "<a href=\"%s\" target=\"_blank\">%s</a>.\r\n\r\n<br/><br/>"; 773 $email['reservation_activity_6'] = "Perguntas técnicas para <a href=\"mailto:%s\">%s</a>.\r\n\r\n<br/><br/>"; 774 // @since 1.1.0 775 $email['reservation_activity_7'] = "%s,\r\n<br />" 776 . "A reserva #%s foi aprovada.\r\n\r\n<br/><br/>" 777 . "Por favor use este numero para colocar qualquer questão ao administrador.\r\n\r\n<br/><br/>" 778 . "Uma reserva entre %s %s e %s %s para %s" 779 . " localizado em %s foi %s.\r\n\r\n<br/><br/>"; 780 781 // Email that the user gets when the administrator changes their password 782 $email['password_reset'] = "A sua password %s foi restaurada pelo administrador.\r\n\r\n" 783 . "A sua password temporaria é:\r\n\r\n %s\r\n\r\n" 784 . "Use esta password para se ligar a %s em %s" 785 . " e mude-a imediatamente atraves do seu Painel de Controle/Password.\r\n\r\n" 786 . "Contacte %s se tiver alguma dúvida."; 787 788 // Email that the user gets when they change their lost password using the 'Password Reset' form 789 $email['new_password'] = "%s,\r\n" 790 . "A sua nova password para a sua conta %s é:\r\n\r\n" 791 . "%s\r\n\r\n" 792 . "Por favor autentique-se em %s " 793 . "com a sua nova password " 794 . "(faça 'copiar' e 'colar' para ter certeza que é a correcta) " 795 . "e mudea-a de imediato indo a" 796 . "Alterar o meu perfil/Password " 797 . "no Painel de Controlo.\r\n\r\n" 798 . "Por favor envie as suas duvidas para %s."; 799 800 // @since 1.1.0 801 // Email that is sent to invite users to a reservation 802 $email['reservation_invite'] = "%s convidou-o para participar na seguinte reserva:\r\n\r\n" 803 . "Recurso: %s\r\n" 804 . "Data inicio: %s\r\n" 805 . "Hora inicio: %s\r\n" 806 . "Data fim: %s\r\n" 807 . "Hora fim: %s\r\n" 808 . "Summary: %s\r\n" 809 . "Datas repetidas (se existirem): %s\r\n\r\n" 810 . "Para aceitar este convite vá a este link (pode copiar e colar o link) %s\r\n" 811 . "Para recusar este convite vá a este link (pode copiar e colar o link) %s\r\n" 812 . "Para aceitar as datas seleccionadas ou gerir os seus convites posteriormente, autentique-se no %s em %s"; 813 814 // @since 1.1.0 815 // Email that is sent when a user is removed from a reservation 816 $email['reservation_removal'] = "Você foi removido da seguinte reserva:\r\n\r\n" 817 . "Recurso: %s\r\n" 818 . "Data inicio: %s\r\n" 819 . "Hora inicio: %s\r\n" 820 . "Data fim: %s\r\n" 821 . "Hora fim: %s\r\n" 822 . "Resumo: %s\r\n" 823 . "Datas repetidas (se existirem): %s\r\n\r\n"; 824 825 // @since 1.2.0 826 // Email body that is sent for reminders 827 $email['Reminder Body'] = "Your reservation for %s from %s %s to %s %s is approaching."; 828 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| [ Powered by PHPXref - Served by Debian GNU/Linux ] |