You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2012/04/29 17:24:53 UTC

svn commit: r1331924 - in /incubator/openmeetings/trunk/plugins/moodle_plugin/lang/pt_br: ./ openmeetings.php

Author: sebawagner
Date: Sun Apr 29 15:24:53 2012
New Revision: 1331924

URL: http://svn.apache.org/viewvc?rev=1331924&view=rev
Log:
OPENMEETINGS-242 contributed language files from Eduardo Nunes

Added:
    incubator/openmeetings/trunk/plugins/moodle_plugin/lang/pt_br/
    incubator/openmeetings/trunk/plugins/moodle_plugin/lang/pt_br/openmeetings.php

Added: incubator/openmeetings/trunk/plugins/moodle_plugin/lang/pt_br/openmeetings.php
URL: http://svn.apache.org/viewvc/incubator/openmeetings/trunk/plugins/moodle_plugin/lang/pt_br/openmeetings.php?rev=1331924&view=auto
==============================================================================
--- incubator/openmeetings/trunk/plugins/moodle_plugin/lang/pt_br/openmeetings.php (added)
+++ incubator/openmeetings/trunk/plugins/moodle_plugin/lang/pt_br/openmeetings.php Sun Apr 29 15:24:53 2012
@@ -0,0 +1,66 @@
+<?php
+/*
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License") +  you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+*   http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing,
+* software distributed under the License is distributed on an
+* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+* KIND, either express or implied.  See the License for the
+* specific language governing permissions and limitations
+* under the License.
+*/
+
+$string['openmeetings'] = 'openmeetings';
+
+$string['modulename'] = 'OpenMeetings';
+$string['modulenameplural'] = 'OpenMeetings';
+
+$string['whiteboardfieldset'] = 'Custom example fieldset';
+$string['whiteboardintro'] = 'Introdução OpenMeetings';
+$string['whiteboardname'] = 'Nome da conferência';
+
+$string['red5host'] = 'OpenMeetings Meeting Servidor ou IP';
+$string['red5port'] = 'OpenMeetings Porta do Servidor';
+$string['openmeetingsAdminUser'] = 'Administrador do OpenMeetings';
+$string['openmeetingsAdminUserPass'] = 'OpenMeetings Senha do Administrador';
+$string['openmeetingsModuleKeyLabel'] = 'Module Key';
+$string['openmeetingsModuleKey'] = 'Advanced setting: OpenMeetings Module key (vary for multiple instances using same OpenMeetings Server)';
+
+$string['Room_Name'] = 'Nome da sala';
+$string['Room_Type'] = 'Tipo de sala';
+$string['Room_Language'] = 'Idioma da Sala';
+$string['Max_User'] = 'Maximo de usuários';
+$string['Wait_for_teacher'] = 'Modo de Moderação';
+
+$string['recordings_label'] = 'The Recording Field is only used if Room Type is Recording. Instead of the conference room a recording will be shown.';
+$string['recordings_show'] = 'Available Recordings to Shows';
+$string['Comment'] = 'Commentário';
+
+$string['Conference'] = 'Conferência (max 16 participantes)';
+$string['Interview'] = 'Entrevista (2 participants)';
+$string['Restricted'] = 'Seminário (max 150 participantes)';
+$string['Recording'] = 'Mostrar da gravação (selecionar a gravação na drop down para ser mostrado em vez de reunião)';
+
+$string['Moderation_Description'] = '(Moodle Administrador, professores e criadores do curso são automaticamente moderadores)';
+$string['Moderation_TYPE_1'] = 'Os participantes precisam esperar até que o professor entra na sala';
+$string['Moderation_TYPE_2'] = 'Participantes já podem começar (primeiro usuário na sala torna-se moderador)';
+$string['Moderation_TYPE_3'] = 'Cada participante é automaticamente um moderador quando na sala';
+
+$string['Allow_Recording'] = 'Gravação permitido';
+$string['Recording_TYPE_1'] = 'A funcionalidade da gravação está disponível.';
+$string['Recording_TYPE_2'] = 'A funcionalidade da gravação não estará disponível.';
+
+$string['openmeetingsWebappnameLabel'] = 'OpenMeetings nome da aplicação';
+$string['openmeetingsWebappnameDescription'] = 'Configuração avançada: Se você tiver renomeado o aplicação OpenMeetings você pode digitar o seu nome alternativo aqui.';
+
+$string['download_avi'] = 'Download .avi';
+$string['download_flv'] = 'Download .flv';
+?>
\ No newline at end of file