diff --git a/amadeus/locale/pt_BR/LC_MESSAGES/django.po b/amadeus/locale/pt_BR/LC_MESSAGES/django.po index 0be348b..cac828f 100644 --- a/amadeus/locale/pt_BR/LC_MESSAGES/django.po +++ b/amadeus/locale/pt_BR/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-03-09 17:01-0300\n" +"POT-Creation-Date: 2017-03-22 17:37-0300\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -18,91 +18,97 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: amadeus/settings.py:175 +#: amadeus/settings.py:178 msgid "Portuguese" msgstr "" -#: amadeus/settings.py:176 +#: amadeus/settings.py:179 msgid "English" msgstr "" -#: amadeus/templates/base.html:86 +#: amadeus/templates/base.html:87 msgid "Search for subjects and resources" msgstr "Buscar por assuntos ou recursos" -#: amadeus/templates/base.html:99 amadeus/templates/base.html:104 +#: amadeus/templates/base.html:100 amadeus/templates/base.html:105 msgid "Language Selector" msgstr "" -#: amadeus/templates/base.html:145 +#: amadeus/templates/base.html:146 msgid "Profile" msgstr "Perfil" -#: amadeus/templates/base.html:146 +#: amadeus/templates/base.html:147 msgid "Edit Profile" msgstr "Editar Perfil" -#: amadeus/templates/base.html:147 +#: amadeus/templates/base.html:148 msgid "Change Password" msgstr "Alterar Senha" -#: amadeus/templates/base.html:148 +#: amadeus/templates/base.html:149 msgid "Delete Account" msgstr "Remover Conta" -#: amadeus/templates/base.html:149 +#: amadeus/templates/base.html:150 msgid "Logout" msgstr "Sair" -#: amadeus/templates/base.html:154 +#: amadeus/templates/base.html:155 msgid "settings" msgstr "configurações" -#: amadeus/templates/base.html:157 +#: amadeus/templates/base.html:158 msgid "Settings" msgstr "Configurações" -#: amadeus/templates/base.html:160 +#: amadeus/templates/base.html:161 msgid "Manage Users" msgstr "Gerenciar Usuários" -#: amadeus/templates/base.html:161 +#: amadeus/templates/base.html:162 msgid "Manage Categories" msgstr "Gerenciar Categorias" -#: amadeus/templates/base.html:168 +#: amadeus/templates/base.html:169 msgid "System" msgstr "Sistema" -#: amadeus/templates/base.html:175 +#: amadeus/templates/base.html:176 msgid "Mail Sender" msgstr "Remetente de Email" -#: amadeus/templates/base.html:176 +#: amadeus/templates/base.html:177 msgid "Security" msgstr "Segurança" -#: amadeus/templates/base.html:177 +#: amadeus/templates/base.html:178 msgid "Theme" msgstr "Temas" -#: amadeus/templates/base.html:197 amadeus/templates/base.html:249 +#: amadeus/templates/base.html:179 +msgid "Web Conference Settings" +msgstr "Configurações da Web conferência" + +#: amadeus/templates/base.html:199 amadeus/templates/base.html:254 msgid "Subjects" msgstr "Assuntos" -#: amadeus/templates/base.html:202 amadeus/templates/base.html:254 +#: amadeus/templates/base.html:204 amadeus/templates/base.html:259 msgid "Mural" msgstr "" -#: amadeus/templates/base.html:208 amadeus/templates/base.html:260 +#: amadeus/templates/base.html:210 amadeus/templates/base.html:265 msgid "Messages" msgstr "Mensagens" -#: amadeus/templates/base.html:211 amadeus/templates/base.html:263 -msgid "Pendencias" +#: amadeus/templates/base.html:216 amadeus/templates/base.html:271 +#, fuzzy +#| msgid "Pendencias" +msgid "Pendencies" msgstr "Pendências" -#: amadeus/templates/base.html:219 amadeus/templates/base.html:271 +#: amadeus/templates/base.html:224 amadeus/templates/base.html:279 msgid "Analytics" msgstr "Analytics" diff --git a/amadeus/templates/base.html b/amadeus/templates/base.html index 238a3bf..1a90015 100644 --- a/amadeus/templates/base.html +++ b/amadeus/templates/base.html @@ -176,7 +176,7 @@
  • {% trans 'Mail Sender' %}
  • {% trans 'Security' %}
  • {% trans 'Theme' %}
  • -
  • {% trans 'Conference Settings' %}
  • +
  • {% trans 'Web Conference Settings' %}
  • diff --git a/webconference/locale/pt_BR/LC_MESSAGES/django.po b/webconference/locale/pt_BR/LC_MESSAGES/django.po new file mode 100644 index 0000000..9dc3299 --- /dev/null +++ b/webconference/locale/pt_BR/LC_MESSAGES/django.po @@ -0,0 +1,207 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR , YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-03-22 17:37-0300\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME \n" +"Language-Team: LANGUAGE \n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#: webconference/forms.py:26 +msgid "Tags" +msgstr "Tags" + +#: webconference/forms.py:32 +msgid "Web Conference Title" +msgstr "Titulo da Web Conferência" + +#: webconference/forms.py:33 webconference/models.py:8 +msgid "Presentation" +msgstr "Apresentação" + +#: webconference/forms.py:54 +msgid "This subject already has a web conference with this name" +msgstr "Este assunto já tem uma web conferência com este nome" + +#: webconference/forms.py:64 +msgid "This date must be today or after" +msgstr "Esta data deve ser hoje ou depois" + +#: webconference/forms.py:74 +msgid "This date must be equal start date/hour or after" +msgstr "Esta data deve ser igual ou posterior a data/hora de inicio" + +#: webconference/forms.py:117 webconference/models.py:35 +msgid "Domain" +msgstr "Dominio" + +#: webconference/forms.py:121 +msgid "The domain of the jitsi server, e.g. meet.jit.si" +msgstr "O dominio do servidor do jitsi, ex: meet.jit.si" + +#: webconference/models.py:9 webconference/templates/webconference/view.html:57 +#: webconference/templates/webconference/window_view.html:32 +msgid "Start date/hour" +msgstr "Data/hora de inicio" + +#: webconference/models.py:10 +#: webconference/templates/webconference/view.html:60 +#: webconference/templates/webconference/window_view.html:35 +msgid "End date/hour" +msgstr "Data/hora de termino" + +#: webconference/models.py:13 +#: webconference/templates/webconference/jitsi.html:6 +msgid "Web Conference" +msgstr "Web Conferência" + +#: webconference/models.py:14 +msgid "Web Conferences" +msgstr "Web Conferências" + +#: webconference/models.py:32 +msgid "Are you sure you want delete the web conference" +msgstr "Tem certeza que deseja deletar a web conferência" + +#: webconference/models.py:38 +#, fuzzy +#| msgid "Conference Setting" +msgid "Web Conference Setting" +msgstr "Configurações da Web Conferência" + +#: webconference/models.py:39 +#, fuzzy +#| msgid "Conference Setting" +msgid "Web Conferences Setting" +msgstr "Configurações das Web conferências" + +#: webconference/templates/webconference/_form.html:90 +msgid "Common resources settings" +msgstr "Configurações de recursos comuns" + +#: webconference/templates/webconference/_form.html:139 +msgid "Pendencies Notifications" +msgstr "Notificações Pendentes" + +#: webconference/templates/webconference/_form.html:155 +msgid "Action not performed by the user" +msgstr "Ação não executada pelo usuário" + +#: webconference/templates/webconference/_form.html:181 +msgid "Wished period" +msgstr "Período desejado" + +#: webconference/templates/webconference/_form.html:277 +msgid "Attribute students to web conference" +msgstr "Atribuir alunos à web conferência" + +#: webconference/templates/webconference/_form.html:297 +msgid "Attribute groups to web conference" +msgstr "Atribuir grupos à web conferência" + +#: webconference/templates/webconference/_form.html:366 +#: webconference/templates/webconference/config.html:42 +msgid "Save" +msgstr "Salvar" + +#: webconference/templates/webconference/config.html:9 +#, fuzzy +#| msgid "Settings: Security" +msgid "Settings: Conference" +msgstr "Configurações: Web Conferência" + +#: webconference/templates/webconference/create.html:20 +#: webconference/views.py:246 +msgid "Create Web Conference" +msgstr "Criar Web Conferência" + +#: webconference/templates/webconference/update.html:20 +msgid "Edit: " +msgstr "Editar: " + +#: webconference/templates/webconference/view.html:68 +#: webconference/templates/webconference/window_view.html:43 +msgid "Participate" +msgstr "Participar" + +#: webconference/views.py:49 +#, python-format +msgid "%s - Web Conference" +msgstr "%s - Web Conferência" + +#: webconference/views.py:175 webconference/views.py:187 +#: webconference/views.py:306 webconference/views.py:308 +#: webconference/views.py:324 webconference/views.py:326 +msgid "Visualize" +msgstr "Visualizar" + +#: webconference/views.py:257 +#, fuzzy, python-format +#| msgid "" +#| "The Web conference '%s' was added to the Topic '%s' of the virtual " +#| "environment '%s' successfully!" +msgid "" +"The Web conference \"%s\" was added to the Topic \"%s\" of the virtual " +"environment \"%s\" successfully!" +msgstr "" +"A web conferência '%s' foi adicionada ao tópico '%s' do ambiente virtual " +"'%s' com sucesso!" + +#: webconference/views.py:370 +msgid "Update Web Conference" +msgstr "Atualizar a web conferência" + +#: webconference/views.py:381 +#, fuzzy, python-format +#| msgid "Security settings updated successfully!" +msgid "The Web conference \"%s\" was updated successfully!" +msgstr "A web conferência '%s' foi atualizada com sucesso!" + +#: webconference/views.py:419 +#, python-format +msgid "" +"The web conference \"%s\" was removed successfully from virtual environment " +"\"%s\"!" +msgstr "" +"A web conferência '%s' foi removida com sucesso do ambiente virtual '%s'!" + +#: webconference/views.py:453 +#, fuzzy +#| msgid "Security settings updated successfully!" +msgid "Conference settings updated successfully!" +msgstr "Configurações de segurança atualizadas com sucesso!" + +#: webconference/views.py:460 +#, fuzzy +#| msgid "Conference Setting" +msgid "Web Conference Settings" +msgstr "Configurações da Web Conferência" + +#~ msgid "Conference Settings" +#~ msgstr "Configurações da web conferência" + +#~ msgid "Don't allow users to self-register" +#~ msgstr "Não permitir que usuários se auto-cadastrem" + +#~ msgid "Put system in maintenance mode" +#~ msgstr "Colocar sistema em modo de manutenção" + +#~ msgid "Security configuration" +#~ msgstr "Configuração de Securação" + +#~ msgid "Security configurations" +#~ msgstr "Configurações de Segurança" + +#~ msgid "Security" +#~ msgstr "Segurança" diff --git a/webconference/models.py b/webconference/models.py index 5941f2f..0c5bb74 100644 --- a/webconference/models.py +++ b/webconference/models.py @@ -35,8 +35,8 @@ class ConferenceSettings(models.Model): domain = models.CharField(_("Domain"), max_length = 100, blank=False, null = False) class Meta: - verbose_name = _("Conference Setting") - verbose_name_plural = _("Conferences Setting") + verbose_name = _("Web Conference Setting") + verbose_name_plural = _("Web Conferences Setting") def __str__(self): return self.domain diff --git a/webconference/views.py b/webconference/views.py index 84fdb73..01c5c64 100644 --- a/webconference/views.py +++ b/webconference/views.py @@ -457,7 +457,7 @@ class ConferenceSettings(braces_mixins.LoginRequiredMixin, braces_mixins.Staffus def get_context_data(self, **kwargs): context = super(ConferenceSettings, self).get_context_data(**kwargs) - context['title'] = _('Conference Settings') + context['title'] = _('Web Conference Settings') # context['settings_menu_active'] = "settings_menu_active" return context -- libgit2 0.21.2