diff --git a/plugins/admin_notifications/po/admin_notifications.pot b/plugins/admin_notifications/po/admin_notifications.pot new file mode 100644 index 0000000..39c6f88 --- /dev/null +++ b/plugins/admin_notifications/po/admin_notifications.pot @@ -0,0 +1,187 @@ +# 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: 2016-05-16 14:48-0300\n" +"PO-Revision-Date: 2016-05-16 14:48-0300\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=INTEGER; plural=EXPRESSION;\n" + +#: ../lib/admin_notifications_plugin.rb:8 +msgid "A plugin for notifications." +msgstr "" + +#: ../lib/admin_notifications_plugin.rb:29 +msgid "Notification Manager" +msgstr "" + +#: ../lib/admin_notifications_plugin.rb:35 +msgid "Manage Notifications" +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:14 +msgid "Notification successfully created" +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:17 +msgid "Notification couldn't be created" +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:26 +msgid "The notification was deleted." +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:28 +msgid "Could not remove the notification" +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:38 +msgid "The notification was edited." +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:40 +msgid "Could not edit the notification." +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:52 +msgid "The status of the notification was changed." +msgstr "" + +#: ../lib/admin_notifications_plugin/notification_manager.rb:54 +msgid "Could not change the status of the notification." +msgstr "" + +#: ../views/shared/_form.html.erb:5 +msgid "Back" +msgstr "" + +#: ../views/shared/_form.html.erb:11 +msgid "Optional Title:" +msgstr "" + +#: ../views/shared/_form.html.erb:13 +msgid "Enter your message here:" +msgstr "" + +#: ../views/shared/_form.html.erb:15 +msgid "" +"Obs: You can use %{name} and %{email} variables to put the user's name and ema" +"il in the message." +msgstr "" + +#: ../views/shared/_form.html.erb:18 +msgid "Notifications Status" +msgstr "" + +#: ../views/shared/_form.html.erb:18 +msgid "Active" +msgstr "" + +#: ../views/shared/_form.html.erb:18 +msgid "Inactive" +msgstr "" + +#: ../views/shared/_form.html.erb:20 +msgid "Notifications Color/Type" +msgstr "" + +#: ../views/shared/_form.html.erb:20 +msgid "Blue - Information" +msgstr "" + +#: ../views/shared/_form.html.erb:20 +msgid "Yellow - Warning" +msgstr "" + +#: ../views/shared/_form.html.erb:20 +msgid "Green - Success" +msgstr "" + +#: ../views/shared/_form.html.erb:20 +msgid "Red - Danger" +msgstr "" + +#: ../views/shared/_form.html.erb:23 +msgid "Display only in the homepage" +msgstr "" + +#: ../views/shared/_form.html.erb:27 +msgid "Display to not logged users too" +msgstr "" + +#: ../views/shared/_form.html.erb:31 +msgid "Display popup until user close the notification" +msgstr "" + +#: ../views/shared/_form.html.erb:35 +msgid "Save" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:3 +#: ../views/shared/_notifications_list.html.erb:16 +msgid "Notifications" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:7 +msgid "New Notification" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:10 +msgid "Back to control panel" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:19 +msgid "Actions" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:30 +msgid "Deactivate" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:30 +#: ../views/shared/_notifications_list.html.erb:32 +msgid "Do you want to change the status of this notification?" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:32 +msgid "Activate" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:34 +msgid "Edit" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:35 +msgid "Delete" +msgstr "" + +#: ../views/shared/_notifications_list.html.erb:35 +msgid "Do you want to delete this notification?" +msgstr "" + +#: ../views/shared/show_notification.html.erb:8 +msgid "There are active notifications in this environment!" +msgstr "" + +#: ../views/shared/show_notification.html.erb:9 +msgid "Manage all notifications here." +msgstr "" + +#: ../views/shared/show_notification.html.erb:28 +msgid "Do not show anymore" +msgstr "" + +#: ../views/shared/show_notification.html.erb:29 +msgid "Hide for now" +msgstr "" diff --git a/plugins/admin_notifications/po/notification.pot b/plugins/admin_notifications/po/notification.pot deleted file mode 100644 index 88f7ffd..0000000 --- a/plugins/admin_notifications/po/notification.pot +++ /dev/null @@ -1,187 +0,0 @@ -# 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: 2016-03-31 15:02-0300\n" -"PO-Revision-Date: 2016-03-31 15:02-0300\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=INTEGER; plural=EXPRESSION;\n" - -#: ../lib/notification_plugin.rb:8 -msgid "A plugin for notifications." -msgstr "" - -#: ../lib/notification_plugin.rb:29 -msgid "Notification Manager" -msgstr "" - -#: ../lib/notification_plugin.rb:35 -msgid "Manage Notifications" -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:14 -msgid "Notification successfully created" -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:17 -msgid "Notification couldn't be created" -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:26 -msgid "The notification was deleted." -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:28 -msgid "Could not remove the notification" -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:38 -msgid "The notification was edited." -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:40 -msgid "Could not edit the notification." -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:52 -msgid "The status of the notification was changed." -msgstr "" - -#: ../lib/notification_plugin/notification_manager.rb:54 -msgid "Could not change the status of the notification." -msgstr "" - -#: ../views/shared/_form.html.erb:5 -msgid "Back" -msgstr "" - -#: ../views/shared/_form.html.erb:11 -msgid "Optional Title:" -msgstr "" - -#: ../views/shared/_form.html.erb:13 -msgid "Enter your message here:" -msgstr "" - -#: ../views/shared/_form.html.erb:15 -msgid "" -"Obs: You can use %{name} and %{email} variables to put the user's name and ema" -"il in the message." -msgstr "" - -#: ../views/shared/_form.html.erb:18 -msgid "Notifications Status" -msgstr "" - -#: ../views/shared/_form.html.erb:18 -msgid "Active" -msgstr "" - -#: ../views/shared/_form.html.erb:18 -msgid "Inactive" -msgstr "" - -#: ../views/shared/_form.html.erb:20 -msgid "Notifications Color/Type" -msgstr "" - -#: ../views/shared/_form.html.erb:20 -msgid "Blue - Information" -msgstr "" - -#: ../views/shared/_form.html.erb:20 -msgid "Yellow - Warning" -msgstr "" - -#: ../views/shared/_form.html.erb:20 -msgid "Green - Success" -msgstr "" - -#: ../views/shared/_form.html.erb:20 -msgid "Red - Danger" -msgstr "" - -#: ../views/shared/_form.html.erb:23 -msgid "Display only in the homepage" -msgstr "" - -#: ../views/shared/_form.html.erb:27 -msgid "Display to not logged users too" -msgstr "" - -#: ../views/shared/_form.html.erb:31 -msgid "Display popup until user close the notification" -msgstr "" - -#: ../views/shared/_form.html.erb:35 -msgid "Save" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:3 -#: ../views/shared/_notifications_list.html.erb:16 -msgid "Notifications" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:7 -msgid "New Notification" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:10 -msgid "Back to control panel" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:19 -msgid "Actions" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:30 -msgid "Deactivate" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:30 -#: ../views/shared/_notifications_list.html.erb:32 -msgid "Do you want to change the status of this notification?" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:32 -msgid "Activate" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:34 -msgid "Edit" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:35 -msgid "Delete" -msgstr "" - -#: ../views/shared/_notifications_list.html.erb:35 -msgid "Do you want to delete this notification?" -msgstr "" - -#: ../views/shared/show_notification.html.erb:8 -msgid "There are active notifications in this environment!" -msgstr "" - -#: ../views/shared/show_notification.html.erb:9 -msgid "Manage all notifications here." -msgstr "" - -#: ../views/shared/show_notification.html.erb:28 -msgid "Do not show anymore" -msgstr "" - -#: ../views/shared/show_notification.html.erb:29 -msgid "Hide for now" -msgstr "" diff --git a/plugins/admin_notifications/po/pt/admin_notifications.po b/plugins/admin_notifications/po/pt/admin_notifications.po new file mode 100644 index 0000000..87d4adc --- /dev/null +++ b/plugins/admin_notifications/po/pt/admin_notifications.po @@ -0,0 +1,144 @@ +# 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. +# +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2016-05-16 14:48-0300\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=INTEGER; plural=EXPRESSION;\n" + +msgid "A plugin for notifications." +msgstr "Plugin para notificações." + +msgid "Notification Manager" +msgstr "Gerenciador de Notificações" + +msgid "Manage Notifications" +msgstr "Gerenciar Notificações" + +msgid "Notification successfully created" +msgstr "Notificação criada com sucesso" + +msgid "Notification couldn't be created" +msgstr "Não foi possível criar notificação" + +msgid "The notification was deleted." +msgstr "A notificação foi removida." + +msgid "Could not remove the notification" +msgstr "Não foi possível remover a notificação" + +msgid "The notification was edited." +msgstr "A notificação foi editada." + +msgid "Could not edit the notification." +msgstr "Não foi possível editar a notificação." + +msgid "The status of the notification was changed." +msgstr "O status da notificação foi modificado." + +msgid "Could not change the status of the notification." +msgstr "Não foi possível alterar o status da notificação." + +msgid "Back" +msgstr "Voltar" + +msgid "Optional Title:" +msgstr "Título Opcional:" + +msgid "Enter your message here:" +msgstr "Entre com sua mensagem aqui:" + +msgid "" +"Obs: You can use %{name} and %{email} variables to put the user's name and ema" +"il in the message." +msgstr "" +"Obs: Você pode usar as variáveis %{name} e %{email} para inserir o nome e emai" +"l do usuário logado na mensagem." + +msgid "Notifications Status" +msgstr "Status da Notificação" + +msgid "Active" +msgstr "Ativa" + +msgid "Inactive" +msgstr "Inativa" + +msgid "Notifications Color/Type" +msgstr "Cor/Tipo de Notificação" + +msgid "Blue - Information" +msgstr "Azul - Informação" + +msgid "Yellow - Warning" +msgstr "Amarelo - Atenção" + +msgid "Green - Success" +msgstr "Verde - Sucesso" + +msgid "Red - Danger" +msgstr "Vermelho - Perigo" + +msgid "Display only in the homepage" +msgstr "Apresentar apenas na página inicial" + +msgid "Display to not logged users too" +msgstr "Apresentar também para usuários não logados" + +msgid "Display popup until user close the notification" +msgstr "Apresentar popup da notificação até que o usuário a feche" + +msgid "Save" +msgstr "Salvar" + +msgid "Notifications" +msgstr "Notificações" + +msgid "New Notification" +msgstr "Nova Notificação" + +msgid "Back to control panel" +msgstr "Voltar ao painel de controle" + +msgid "Actions" +msgstr "Ações" + +msgid "Deactivate" +msgstr "Desativar" + +msgid "Do you want to change the status of this notification?" +msgstr "Você quer alterar o status dessa notificação?" + +msgid "Activate" +msgstr "Ativar" + +msgid "Edit" +msgstr "Editar" + +msgid "Delete" +msgstr "Remover" + +msgid "Do you want to delete this notification?" +msgstr "Você quer remover essa notificação?" + +msgid "There are active notifications in this environment!" +msgstr "Não existem notificações ativas neste ambiente!" + +msgid "Manage all notifications here." +msgstr "Gerencie todas as notificações aqui." + +msgid "Do not show anymore" +msgstr "Não mostrar mais" + +msgid "Hide for now" +msgstr "Ocultar momentaneamente" -- libgit2 0.21.2