[IMP] update dotfiles [ci skip]
This commit is contained in:
parent
ae0e972f53
commit
a3018b1a16
@ -1,5 +1,5 @@
|
||||
# Do NOT update manually; changes here will be overwritten by Copier
|
||||
_commit: v1.11.1
|
||||
_commit: v1.12.0
|
||||
_src_path: gh:oca/oca-addons-repo-template
|
||||
ci: GitHub
|
||||
dependency_installation_mode: PIP
|
||||
|
@ -27,6 +27,11 @@ repos:
|
||||
entry: found forbidden files; remove them
|
||||
language: fail
|
||||
files: "\\.rej$"
|
||||
- id: en-po-files
|
||||
name: en.po files cannot exist
|
||||
entry: found a en.po file
|
||||
language: fail
|
||||
files: '[a-zA-Z0-9_]*/i18n/en\.po$'
|
||||
- repo: https://github.com/oca/maintainer-tools
|
||||
rev: dfba427ba03900b69e0a7f2c65890dc48921d36a
|
||||
hooks:
|
||||
|
@ -1,55 +0,0 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * mail_optional_follower_notification
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: social (8.0)\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2016-05-26 02:42+0000\n"
|
||||
"PO-Revision-Date: 2016-05-25 14:10+0000\n"
|
||||
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
|
||||
"Language-Team: English (http://www.transifex.com/oca/OCA-social-8-0/language/"
|
||||
"en/)\n"
|
||||
"Language: en\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.ui.view,arch_db:mail_optional_follower_notification.email_compose_message_wizard_inherit_form
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"<span attrs=\"{'invisible': [('notify_followers', '=', True)]}\" style="
|
||||
"\"color: red;\"> - Warning : Followers will not be notified but they can "
|
||||
"access the notification directly from the document (if they are allowed to)</"
|
||||
"span>"
|
||||
msgstr ""
|
||||
"- Warning : Followers will not be notified but they can access the "
|
||||
"notification directly from the document (if they are allowed to)"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_compose_message
|
||||
msgid "Email composition wizard"
|
||||
msgstr "Email composition wizard"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_mail_message
|
||||
msgid "Message"
|
||||
msgstr "Message"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_compose_message_notify_followers
|
||||
#: model:ir.model.fields,field_description:mail_optional_follower_notification.field_mail_forward_compose_message_notify_followers
|
||||
msgid "Notify followers"
|
||||
msgstr "Notify followers"
|
||||
|
||||
#. module: mail_optional_follower_notification
|
||||
#: model:ir.model,name:mail_optional_follower_notification.model_res_partner
|
||||
msgid "Partner"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "Notifications"
|
||||
#~ msgstr "Notifications"
|
Loading…
Reference in New Issue
Block a user