Skip to content

Commit

Permalink
Changed new fieldname
Browse files Browse the repository at this point in the history
Change from "privacy" to "Do not track"
  • Loading branch information
keul committed Jul 10, 2015
1 parent cbbee26 commit 22727f0
Show file tree
Hide file tree
Showing 18 changed files with 87 additions and 87 deletions.
4 changes: 2 additions & 2 deletions sc/social/like/browser/viewlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def render_method(self):
# site specific privacy level check
if getattr(site_properties, 'sc_social_likes_properties') \
and getattr(site_properties.sc_social_likes_properties,
'privacy') and \
site_properties.sc_social_likes_properties.privacy:
'do_not_track') and \
site_properties.sc_social_likes_properties.do_not_track:
return 'link'
return 'plugin'
8 changes: 4 additions & 4 deletions sc/social/like/controlpanel/likes.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ class IProvidersSchema(Interface):
vocabulary=styles,
)

privacy = schema.Bool(
title=_(u'Severe privacy'),
do_not_track = schema.Bool(
title=_(u'Do not track users'),
description=_(
u'help_privacy',
u'help_do_not_track',
default=u'If enabled, the site will not provide advanced sharing '
u'widgets , instead simple links will be used.\n'
u'This will limits user experience and features '
Expand Down Expand Up @@ -103,7 +103,7 @@ class LikeControlPanelAdapter(BaseControlPanelAdapter):
enabled_portal_types = PFP(IProvidersSchema['enabled_portal_types'])
typebutton = PFP(IProvidersSchema['typebutton'])
plugins_enabled = PFP(IProvidersSchema['plugins_enabled'])
privacy = PFP(IProvidersSchema['privacy'])
do_not_track = PFP(IProvidersSchema['do_not_track'])


class ProvidersControlPanel(ControlPanelForm):
Expand Down
22 changes: 11 additions & 11 deletions sc/social/like/locales/de/LC_MESSAGES/sc.social.like.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: sc.social 2.2\n"
"POT-Creation-Date: 2015-07-02 10:16+0000\n"
"POT-Creation-Date: 2015-07-10 14:23+0000\n"
"PO-Revision-Date: 2015-05-29 09:50 +0002\n"
"Last-Translator: Toni Fischer <tf@zettwerk.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -49,6 +49,10 @@ msgstr "Einstellungen für die Social Media \"Like\" Aktionen."
msgid "Content types"
msgstr "Inhaltstypen"

#: ../controlpanel/likes.py:76
msgid "Do not track users"
msgstr ""

#: ../plugins/facebook/controlpanel.py:64
msgid "Facebook buttons"
msgstr "Facbook Buttons"
Expand Down Expand Up @@ -77,10 +81,6 @@ msgstr "Plugins"
msgid "Recommend"
msgstr "Empfehlen"

#: ../controlpanel/likes.py:76
msgid "Severe privacy"
msgstr ""

#: ../plugins/facebook/controlpanel.py:23
msgid "Share"
msgstr "Teilen"
Expand Down Expand Up @@ -154,12 +154,17 @@ msgstr "Angezeigtes Wort"
msgid "help_admins"
msgstr "Eine Komma getrennte Liste von entweder den Facebook IDs der Seiten-Administratoren oder der Facebook App ID."

#. Default: "A Facebook Platform application ID.\nThis is required when high privacy is enabled."
#. Default: "A Facebook Platform application ID.\nThis is required when \"Do not track users\" option is enabled."
#: ../plugins/facebook/controlpanel.py:55
#, fuzzy
msgid "help_appid"
msgstr "Eine Facebook App ID."

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_do_not_track"
msgstr ""

#. Default: "Please select which plugins will be used"
#: ../controlpanel/likes.py:56
msgid "help_enabled_plugins"
Expand All @@ -175,11 +180,6 @@ msgstr "Welche Buttons sollen angezeigt werden?"
msgid "help_portal_types"
msgstr "Die Inhaltstypen auswählen auf denen das Viewlet angezeigt werden soll."

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_privacy"
msgstr ""

#. Default: "Choose your button style."
#: ../controlpanel/likes.py:66
msgid "help_selected_buttons"
Expand Down
22 changes: 11 additions & 11 deletions sc/social/like/locales/es/LC_MESSAGES/sc.social.like.po
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: sc.social.like\n"
"POT-Creation-Date: 2015-07-02 10:16+0000\n"
"POT-Creation-Date: 2015-07-10 14:23+0000\n"
"PO-Revision-Date: 2015-03-02 16:03-0300\n"
"Last-Translator: Héctor Velarde <hector.velarde@gmail.com>\n"
"Language-Team: Simples Consultoria <products@simplesconsultoria.com.br>\n"
Expand Down Expand Up @@ -54,6 +54,10 @@ msgstr "Configuración de las acciones sociales."
msgid "Content types"
msgstr "Tipos de contenido"

#: ../controlpanel/likes.py:76
msgid "Do not track users"
msgstr ""

#: ../plugins/facebook/controlpanel.py:64
msgid "Facebook buttons"
msgstr "Botones de facebook"
Expand Down Expand Up @@ -82,10 +86,6 @@ msgstr "Plugins"
msgid "Recommend"
msgstr "Recomendar"

#: ../controlpanel/likes.py:76
msgid "Severe privacy"
msgstr ""

#: ../plugins/facebook/controlpanel.py:23
msgid "Share"
msgstr "Compartir"
Expand Down Expand Up @@ -160,12 +160,17 @@ msgstr "Texto a mostrar"
msgid "help_admins"
msgstr "Una lista de los ID de los administradores de esta página, separados por comas, o el ID de una aplicación de Facebook."

#. Default: "A Facebook Platform application ID.\nThis is required when high privacy is enabled."
#. Default: "A Facebook Platform application ID.\nThis is required when \"Do not track users\" option is enabled."
#: ../plugins/facebook/controlpanel.py:55
#, fuzzy
msgid "help_appid"
msgstr "El ID de la aplicación en la plataforma Facebook."

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_do_not_track"
msgstr ""

#. Default: "Please select which plugins will be used"
#: ../controlpanel/likes.py:56
msgid "help_enabled_plugins"
Expand All @@ -181,11 +186,6 @@ msgstr "Seleccione los botones que serán mostrados"
msgid "help_portal_types"
msgstr "Seleccione en cuáles tipos de contenido se mostrará el viewlet social."

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_privacy"
msgstr ""

#. Default: "Choose your button style."
#: ../controlpanel/likes.py:66
msgid "help_selected_buttons"
Expand Down
22 changes: 11 additions & 11 deletions sc/social/like/locales/eu/LC_MESSAGES/sc.social.like.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: sc.social.like\n"
"POT-Creation-Date: 2015-07-02 10:16+0000\n"
"POT-Creation-Date: 2015-07-10 14:23+0000\n"
"PO-Revision-Date: 2011-12-12 13:30+0100\n"
"Last-Translator: Mikel Larreategi <mlarreategi@codesyntax.com>\n"
"Language-Team: es <es@li.org>\n"
Expand Down Expand Up @@ -50,6 +50,10 @@ msgstr "Konfiguratu Social Like produktuaren aukerak"
msgid "Content types"
msgstr "Elementu-motak"

#: ../controlpanel/likes.py:76
msgid "Do not track users"
msgstr ""

#: ../plugins/facebook/controlpanel.py:64
msgid "Facebook buttons"
msgstr ""
Expand Down Expand Up @@ -78,10 +82,6 @@ msgstr ""
msgid "Recommend"
msgstr "Gomendatu!"

#: ../controlpanel/likes.py:76
msgid "Severe privacy"
msgstr ""

#: ../plugins/facebook/controlpanel.py:23
msgid "Share"
msgstr ""
Expand Down Expand Up @@ -156,11 +156,16 @@ msgstr "Erakutsiko den testua"
msgid "help_admins"
msgstr "Facebook kontuaren kudeatzaileen Facebook IDak. Banatu komarekin bat baino gehiagoa badaude."

#. Default: "A Facebook Platform application ID.\nThis is required when high privacy is enabled."
#. Default: "A Facebook Platform application ID.\nThis is required when \"Do not track users\" option is enabled."
#: ../plugins/facebook/controlpanel.py:55
msgid "help_appid"
msgstr ""

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_do_not_track"
msgstr ""

#. Default: "Please select which plugins will be used"
#: ../controlpanel/likes.py:56
msgid "help_enabled_plugins"
Expand All @@ -176,11 +181,6 @@ msgstr ""
msgid "help_portal_types"
msgstr "Aukeratu zein elementutan agertuko diren loturak"

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_privacy"
msgstr ""

#. Default: "Choose your button style."
#: ../controlpanel/likes.py:66
msgid "help_selected_buttons"
Expand Down
28 changes: 14 additions & 14 deletions sc/social/like/locales/it/LC_MESSAGES/sc.social.like.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2015-07-02 10:16+0000\n"
"POT-Creation-Date: 2015-07-10 14:23+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI +ZONE\n"
"Last-Translator: Luca Fabbri <keul@redturtle.it>\n"
"Language-Team: RedTurtle Technology <sviluppoplone@redturtle.it>\n"
Expand Down Expand Up @@ -53,6 +53,10 @@ msgstr "Configura impostazioni le le azioni dei social network"
msgid "Content types"
msgstr "Tipi di contenuto"

#: ../controlpanel/likes.py:76
msgid "Do not track users"
msgstr "Non tracciare gli utenti"

#: ../plugins/facebook/controlpanel.py:64
msgid "Facebook buttons"
msgstr "Bottoni Facebook"
Expand Down Expand Up @@ -81,10 +85,6 @@ msgstr "Plugin"
msgid "Recommend"
msgstr "Consigliato"

#: ../controlpanel/likes.py:76
msgid "Severe privacy"
msgstr "Privacy rigida"

#: ../plugins/facebook/controlpanel.py:23
msgid "Share"
msgstr "Condividi"
Expand Down Expand Up @@ -158,12 +158,19 @@ msgstr "Verbo da visualizzare"
msgid "help_admins"
msgstr "Una lista separata da virgole di ID Facebook di amministratori della pagina"

#. Default: "A Facebook Platform application ID.\nThis is required when high privacy is enabled."
#. Default: "A Facebook Platform application ID.\nThis is required when \"Do not track users\" option is enabled."
#: ../plugins/facebook/controlpanel.py:55
msgid "help_appid"
msgstr ""
"L'ID di un'applicazione Facebook.\n"
"Questa informazione è richiesta quando l'impostazione di privacy avanzata è abilitata."
"Questa informazione è richiesta quando l'impostazione \"Non tracciare gli utenti\" è abilitata."

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_do_not_track"
msgstr ""
"Se abilitata, il sito not fornirà i componenti di condivisione avanzati ma saranno usati dei semplici link.\n"
"Questo limita l'esperienza utente e le funzionalità (come il conteggio delle condivisioni) ma aumenta la privacy degli utenti: nessun cookie di terze party sarà inviato agli utenti."

#. Default: "Please select which plugins will be used"
#: ../controlpanel/likes.py:56
Expand All @@ -180,13 +187,6 @@ msgstr "Seleziona i bottoni da visualizzare"
msgid "help_portal_types"
msgstr "Prego selezionare su quali tipi di contenuto la viewlet verrà applicata"

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_privacy"
msgstr ""
"Se abilitata, il sito not fornirà i componenti di condivisione avanzati ma saranno usati dei semplici link.\n"
"Questo limita l'esperienza utente e le funzionalità (come il conteggio delle condivisioni) ma aumenta la privacy degli utenti: nessun cookie di terze party sarà inviato agli utenti."

#. Default: "Choose your button style."
#: ../controlpanel/likes.py:66
msgid "help_selected_buttons"
Expand Down
22 changes: 11 additions & 11 deletions sc/social/like/locales/pt_BR/LC_MESSAGES/sc.social.like.po
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: sc.social.like\n"
"POT-Creation-Date: 2015-07-02 10:16+0000\n"
"POT-Creation-Date: 2015-07-10 14:23+0000\n"
"PO-Revision-Date: 2015-03-02 15:59-0300\n"
"Last-Translator: Héctor Velarde <hector.velarde@gmail.com>\n"
"Language-Team: Simples Consultoria <products@simplesconsultoria.com.br>\n"
Expand Down Expand Up @@ -52,6 +52,10 @@ msgstr "Configurações para as ações sociais"
msgid "Content types"
msgstr "Tipos de conteúdo"

#: ../controlpanel/likes.py:76
msgid "Do not track users"
msgstr ""

#: ../plugins/facebook/controlpanel.py:64
msgid "Facebook buttons"
msgstr "Botões do Facebook"
Expand Down Expand Up @@ -80,10 +84,6 @@ msgstr "Plugins"
msgid "Recommend"
msgstr "Recomendar"

#: ../controlpanel/likes.py:76
msgid "Severe privacy"
msgstr ""

#: ../plugins/facebook/controlpanel.py:23
msgid "Share"
msgstr "Compartilhar"
Expand Down Expand Up @@ -158,12 +158,17 @@ msgstr "Verbo a ser exibido"
msgid "help_admins"
msgstr "Uma lista, separada por vírgulas, dos IDs dos administradores desta página ou o ID de uma aplicação da plataforma Facebook."

#. Default: "A Facebook Platform application ID.\nThis is required when high privacy is enabled."
#. Default: "A Facebook Platform application ID.\nThis is required when \"Do not track users\" option is enabled."
#: ../plugins/facebook/controlpanel.py:55
#, fuzzy
msgid "help_appid"
msgstr "ID da aplicação na plataforma Facebook."

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_do_not_track"
msgstr ""

#. Default: "Please select which plugins will be used"
#: ../controlpanel/likes.py:56
msgid "help_enabled_plugins"
Expand All @@ -179,11 +184,6 @@ msgstr "Selecione os botões que serão mostrados"
msgid "help_portal_types"
msgstr "Indique quais tipos de conteúdo terão o viewlet de ações sociais."

#. Default: "If enabled, the site will not provide advanced sharing widgets , instead simple links will be used.\nThis will limits user experience and features (like the share count) but will enhance users privacy: no 3rd party cookies will be sent to users."
#: ../controlpanel/likes.py:77
msgid "help_privacy"
msgstr ""

#. Default: "Choose your button style."
#: ../controlpanel/likes.py:66
msgid "help_selected_buttons"
Expand Down
Loading

0 comments on commit 22727f0

Please sign in to comment.