title matches "football"
'
# notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).title notmatches "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -617,6 +637,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
# entry_already_saved: 'Entry already saved on %date%'
@@ -658,3 +680,8 @@ flashes:
# added: 'Site credential for "%host%" added'
# updated: 'Site credential for "%host%" updated'
# deleted: 'Site credential for "%host%" deleted'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
index cd70c99ff..549704d0d 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Zurück zu ungelesenen Artikeln'
users_management: 'Benutzerverwaltung'
site_credentials: 'Zugangsdaten'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Schnelleinstieg"
top:
add_new_entry: 'Neuen Artikel hinzufügen'
@@ -59,6 +60,7 @@ config:
user_info: 'Benutzerinformation'
password: 'Kennwort'
rules: 'Tagging-Regeln'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Benutzer hinzufügen'
reset: 'Zurücksetzen'
form:
@@ -177,6 +179,24 @@ config:
and: 'Eine Regel UND eine andere'
matches: 'Testet, ob eine Variable auf eine Suche zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).title matches "Fußball"
'
notmatches: 'Testet, ob ein Titel nicht auf eine Suche zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).title notmatches "Fußball"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -617,6 +637,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Eintrag bereits am %date% gespeichert'
@@ -658,3 +680,8 @@ flashes:
added: 'Zugangsdaten für "%host%" hinzugefügt'
updated: 'Zugangsdaten für "%host%" aktualisiert'
deleted: 'Zugangsdaten für "%host%" gelöscht'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 1bc32423a..a68a7d7de 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Back to unread articles'
users_management: 'Users management'
site_credentials: 'Site credentials'
+ ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Quickstart"
top:
add_new_entry: 'Add a new entry'
@@ -59,6 +60,7 @@ config:
user_info: 'User information'
password: 'Password'
rules: 'Tagging rules'
+ ignore_origin: 'Ignore origin rules'
new_user: 'Add a user'
reset: 'Reset area'
form:
@@ -177,6 +179,24 @@ config:
and: 'One rule AND another'
matches: 'Tests that a subject matches a search (case-insensitive).title matches "football"
'
notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).title notmatches "football"
'
+ form_ignore_origin_rules:
+ faq:
+ title: 'FAQ'
+ ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
page_title: Two-factor authentication
app:
@@ -594,6 +614,24 @@ site_credential:
delete_confirm: Are you sure?
back_to_list: Back to list
+ignore_origin_instance_rule:
+ page_title: Global ignore origin rules
+ new_ignore_origin_instance_rule: Create a global ignore origin rule
+ edit_ignore_origin_instance_rule: Edit an existing ignore origin rule
+ description: "Here you can manage the global ignore origin rules used to ignore some patterns of origin url."
+ list:
+ actions: Actions
+ edit_action: Edit
+ yes: Yes
+ no: No
+ create_new_one: Create a new global ignore origin rule
+ form:
+ rule_label: Rule
+ save: Save
+ delete: Delete
+ delete_confirm: Are you sure?
+ back_to_list: Back to list
+
error:
page_title: An error occurred
@@ -617,6 +655,8 @@ flashes:
otp_disabled: Two-factor authentication disabled
tagging_rules_imported: Tagging rules imported
tagging_rules_not_imported: Error while importing tagging rules
+ ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Entry already saved on %date%'
@@ -658,3 +698,8 @@ flashes:
added: 'Site credential for "%host%" added'
updated: 'Site credential for "%host%" updated'
deleted: 'Site credential for "%host%" deleted'
+ ignore_origin_instance_rule:
+ notice:
+ added: 'Global ignore origin rule added'
+ updated: 'Global ignore origin rule updated'
+ deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index bced72e95..c3e3ba816 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Volver a los artículos sin leer'
users_management: 'Configuración de usuarios'
site_credentials: 'Credenciales del sitio'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Inicio rápido"
top:
add_new_entry: 'Añadir un nuevo artículo'
@@ -59,6 +60,7 @@ config:
user_info: 'Información de usuario'
password: 'Contraseña'
rules: 'Reglas de etiquetado automáticas'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Añadir un usuario'
reset: 'Reiniciar mi cuenta'
form:
@@ -177,6 +179,24 @@ config:
and: 'Una regla Y la otra'
matches: 'Prueba si un sujeto corresponde a una búsqueda (insensible a mayúsculas).title matches "fútbol"
'
notmatches: 'Prueba si subject no corresponde a una búsqueda (insensible a mayúsculas).title notmatches "fútbol"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
page_title: Autenticación de dos pasos
app:
@@ -617,6 +637,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
tagging_rules_imported: Reglas de etiquetado importadas
tagging_rules_not_imported: Un error se ha producico en la importación de las reglas de etiquetado
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Artículo ya guardado el %fecha%'
@@ -658,3 +680,8 @@ flashes:
added: 'Credenciales del sitio añadidas para "%host%"'
updated: 'Credenciales del sitio actualizadas para "%host%"'
deleted: 'Credenciales del sitio eliminadas para "%host%"'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
index 0704204aa..4a52a2081 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'بازگشت به خواندهنشدهها'
# users_management: 'Users management'
# site_credentials: 'Site credentials'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Quickstart"
top:
add_new_entry: 'افزودن مقالهٔ تازه'
@@ -59,6 +60,7 @@ config:
user_info: 'اطلاعات کاربر'
password: 'رمز'
rules: 'برچسبگذاری خودکار'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'افزودن کاربر'
# reset: 'Reset area'
form:
@@ -177,6 +179,24 @@ config:
# and: 'One rule AND another'
# matches: 'Tests that a subject matches a search (case-insensitive).title matches "football"
'
# notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).title notmatches "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -617,6 +637,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'این مقاله در تاریخ %date% ذخیره شده بود'
@@ -658,3 +680,8 @@ flashes:
# added: 'Site credential for "%host%" added'
# updated: 'Site credential for "%host%" updated'
# deleted: 'Site credential for "%host%" deleted'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index 5d5878eba..2cfab8cf4 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: "Retour aux articles non lus"
users_management: "Gestion des utilisateurs"
site_credentials: 'Accès aux sites'
+ ignore_origin_instance_rules: "Règles globales d'omission d'origine"
quickstart: "Pour bien débuter"
top:
add_new_entry: "Sauvegarder un nouvel article"
@@ -59,6 +60,7 @@ config:
user_info: "Mon compte"
password: "Mot de passe"
rules: "Règles de tag automatiques"
+ ignore_origin: "Règles d'omission d'origine"
new_user: "Créer un compte"
reset: "Réinitialisation"
form:
@@ -177,6 +179,24 @@ config:
and: "Une règle ET l’autre"
matches: "Teste si un sujet correspond à une recherche (non sensible à la casse).title matches \"football\"
"
notmatches: "Teste si un sujet ne correspond pas à une recherche (non sensible à la casse).title notmatches \"football\"
"
+ form_ignore_origin_rules:
+ faq:
+ title: "FAQ"
+ ignore_origin_rules_definition_title: "Que signifient les règles d'omission d'origine ?"
+ ignore_origin_rules_definition_description: "Ce sont des règles utilisées par wallabag pour omettre automatiquement l'adresse d'origine après une redirection._all ~ \"https?://rss.example.com/foobar/.*\"
"
otp:
page_title: Authentification double-facteur
app:
@@ -618,6 +638,8 @@ flashes:
otp_disabled: "Authentification à double-facteur désactivée"
tagging_rules_imported: Règles bien importées
tagging_rules_not_imported: Impossible d'importer les règles
+ ignore_origin_rules_deleted: "Règle d'omission d'origine supprimée"
+ ignore_origin_rules_updated: "Règle d'omission d'origine mise à jour"
entry:
notice:
entry_already_saved: "Article déjà sauvegardé le %date%"
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
index 23e72f20a..af1c1fe74 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Torna ai contenuti non letti'
users_management: 'Gestione utenti'
site_credentials: 'Credenziali sito'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Introduzione"
top:
add_new_entry: 'Aggiungi un nuovo contenuto'
@@ -59,6 +60,7 @@ config:
user_info: 'Informazioni utente'
password: 'Password'
rules: 'Regole di etichettatura'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Aggiungi utente'
reset: 'Area di reset'
form:
@@ -177,6 +179,24 @@ config:
and: "Una regola E un'altra"
matches: 'Verifica che un oggetto risulti in una ricerca (case-insensitive).titolo contiene "football"
'
# notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).title notmatches "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -617,6 +637,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Contenuto già salvato in data %date%'
@@ -658,3 +680,8 @@ flashes:
# added: 'Site credential for "%host%" added'
# updated: 'Site credential for "%host%" updated'
# deleted: 'Site credential for "%host%" deleted'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
index 6ddff6ea7..59dd9b221 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Tornar als articles pas legits'
users_management: 'Gestion dels utilizaires'
site_credentials: 'Identificants del site'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Per ben començar"
top:
add_new_entry: 'Enregistrar un novèl article'
@@ -59,6 +60,7 @@ config:
user_info: 'Mon compte'
password: 'Senhal'
rules: "Règlas d'etiquetas automaticas"
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Crear un compte'
reset: 'Zòna de reïnicializacion'
form:
@@ -177,6 +179,24 @@ config:
and: "Una règla E l'autra"
matches: 'Teste se un subjècte correspond a una recèrca (non sensibla a la cassa).title matches \"football\"
'
notmatches: 'Teste se subjècte correspond pas a una recèrca (sensibla a la cassa).title notmatches "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
page_title: Autentificacion en dos temps
app:
@@ -617,6 +637,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
tagging_rules_imported: Règlas d’etiquetatge importadas
tagging_rules_not_imported: Error en important las règlas d’etiquetatge
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Article ja salvagardat lo %date%'
@@ -658,3 +680,8 @@ flashes:
added: 'Identificant per "%host%" ajustat'
updated: 'Identificant per "%host%" mes a jorn'
deleted: 'Identificant per "%host%" suprimit'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
index 770477c96..c09ef47ab 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Powrót do nieprzeczytanych artykułów'
users_management: 'Zarządzanie użytkownikami'
site_credentials: 'Poświadczenia strony'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Szybki start"
top:
add_new_entry: 'Dodaj nowy wpis'
@@ -59,6 +60,7 @@ config:
user_info: 'Informacje o użytkowniku'
password: 'Hasło'
rules: 'Zasady tagowania'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Dodaj użytkownika'
reset: 'Reset'
form:
@@ -177,6 +179,24 @@ config:
and: 'Jedna reguła I inna'
matches: 'Sprawdź czy temat pasuje szukaj (duże lub małe litery).tytuł zawiera "piłka nożna"
'
notmatches: 'Sprawdź czy temat nie zawiera szukaj (duże lub małe litery).tytuł nie zawiera "piłka nożna"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -617,6 +637,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Wpis już został dodany %date%'
@@ -658,3 +680,8 @@ flashes:
added: 'Poświadczenie dla "%host%" dodane'
updated: 'Poświadczenie dla "%host%" zaktualizowane'
deleted: 'Poświadczenie dla "%host%" usuniętę'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
index d993cb059..293a4e443 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Voltar para os artigos não lidos'
users_management: 'Gestão de Usuários'
site_credentials: 'Credenciais do site'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Começo Rápido"
top:
add_new_entry: 'Adicionar um novo artigo'
@@ -59,6 +60,7 @@ config:
user_info: 'Informação do Usuário'
password: 'Senha'
rules: 'Regras de tags'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Adicionar um usuário'
reset: 'Reiniciar minha conta'
form:
@@ -177,6 +179,24 @@ config:
and: 'Uma regra E outra'
matches: 'Testa que um assunto corresponde a uma pesquisa (maiúscula ou minúscula).title matches "futebol"
'
notmatches: 'Testa que um assunto não corresponde a uma search (maiúscula ou minúscula).title notmatches "futebol"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
page_title: Autenticação de dois fatores
app:
@@ -657,3 +677,8 @@ flashes:
added: 'Credencial do site para "%host%" foi adicionada'
updated: 'Credencial do site pa "%host%" atualizada'
deleted: 'Credencial do site pa "%host%" removida'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
index bc8b72e0b..3c6057093 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Înapoi la articolele necitite'
# users_management: 'Users management'
# site_credentials: 'Site credentials'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
# quickstart: "Quickstart"
top:
add_new_entry: 'Introdu un nou articol'
@@ -59,6 +60,7 @@ config:
user_info: 'Informații despre utilizator'
password: 'Parolă'
# rules: 'Tagging rules'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Crează un utilizator'
# reset: 'Reset area'
form:
@@ -177,6 +179,24 @@ config:
# and: 'One rule AND another'
# matches: 'Tests that a subject matches a search (case-insensitive).title matches "football"
'
# notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).title notmatches "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -616,6 +636,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
# entry_already_saved: 'Entry already saved on %date%'
@@ -657,3 +679,8 @@ flashes:
# added: 'Site credential for "%host%" added'
# updated: 'Site credential for "%host%" updated'
# deleted: 'Site credential for "%host%" deleted'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
index 2f7f55e53..eead4ec68 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Назад к непрочитанным записям'
users_management: 'Управление пользователями'
site_credentials: 'Site credentials'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Быстрый старт"
top:
add_new_entry: 'Добавить новую запись'
@@ -59,6 +60,7 @@ config:
user_info: 'Информация о пользователе'
password: 'Пароль'
rules: 'Правила настройки простановки тегов'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Добавить пользователя'
reset: 'Сброс данных'
form:
@@ -177,6 +179,24 @@ config:
and: 'Одно правило И другое'
matches: 'Тесты, в которых тема соответствует поиску (без учета регистра). Пример: title matches "футбол"
'
# notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).title notmatches "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -616,6 +636,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Запись была сохранена ранее %date%'
@@ -657,3 +679,8 @@ flashes:
# added: 'Site credential for "%host%" added'
# updated: 'Site credential for "%host%" updated'
# deleted: 'Site credential for "%host%" deleted'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
index 48e1c34ad..8d2b05f3f 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'กลับไปยังรายการที่ไม่ได้อ่าน'
users_management: 'การจัดการผู้ใช้'
site_credentials: 'การรับรองไซต์'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "เริ่มแบบด่วน"
top:
add_new_entry: 'เพิ่มรายการใหม่'
@@ -59,6 +60,7 @@ config:
user_info: 'ข้อมูลผู้ใช้'
password: 'รหัสผ่าน'
rules: 'การแท็กข้อบังคับ'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'เพิ่มผู้ใช้'
reset: 'รีเซ็ตพื้นที่ '
form:
@@ -177,6 +179,24 @@ config:
and: 'หนึ่งข้อบังคับและอื่นๆ'
matches: 'ทดสอบว่า เรื่อง นี้ตรงกับ การต้นหา (กรณีไม่ทราบ).หัวข้อที่ตรงกับ "football"
'
notmatches: 'ทดสอบว่า เรื่อง นี้ไม่ตรงกับ การต้นหา (กรณีไม่ทราบ).หัวข้อทีไม่ตรงกับ "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -616,6 +636,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'รายการพร้อมบันทึกที่ %date%'
@@ -657,3 +679,8 @@ flashes:
added: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการเพิ่ม'
updated: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการอัปเดต'
deleted: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการลบ'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
index 19029c0b1..dfbc30108 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
@@ -33,6 +33,7 @@ menu:
back_to_unread: 'Okunmayan makalelere geri dön'
# users_management: 'Users management'
# site_credentials: 'Site credentials'
+ # ignore_origin_instance_rules: 'Global ignore origin rules'
quickstart: "Hızlı başlangıç"
top:
add_new_entry: 'Yeni bir makale ekle'
@@ -59,6 +60,7 @@ config:
user_info: 'Kullanıcı bilgileri'
password: 'Şifre'
rules: 'Etiketleme kuralları'
+ # ignore_origin: 'Ignore origin rules'
new_user: 'Bir kullanıcı ekle'
# reset: 'Reset area'
form:
@@ -177,6 +179,24 @@ config:
and: 'Bir kural ve diğeri'
# matches: 'Tests that a subject matches a search (case-insensitive).title matches "football"
'
# notmatches: 'Tests that a subject doesn''t match match a search (case-insensitive).title notmatches "football"
'
+ form_ignore_origin_rules:
+ # faq:
+ # title: 'FAQ'
+ # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
+ # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect._all ~ "https?://rss.example.com/foobar/.*"
'
otp:
# page_title: Two-factor authentication
# app:
@@ -616,6 +636,8 @@ flashes:
# otp_disabled: Two-factor authentication disabled
# tagging_rules_imported: Tagging rules imported
# tagging_rules_not_imported: Error while importing tagging rules
+ # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
+ # ignore_origin_rules_updated: 'Ignore origin rule updated'
entry:
notice:
entry_already_saved: 'Entry already saved on %date%'
@@ -657,3 +679,8 @@ flashes:
# added: 'Site credential for "%host%" added'
# updated: 'Site credential for "%host%" updated'
# deleted: 'Site credential for "%host%" deleted'
+ ignore_origin_instance_rule:
+ notice:
+ # added: 'Global ignore origin rule added'
+ # updated: 'Global ignore origin rule updated'
+ # deleted: 'Global ignore origin rule deleted'
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
index eb395eac4..b6edce39e 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
@@ -404,6 +404,76 @@
+ {{ 'config.form_ignore_origin_rules.faq.ignore_origin_rules_definition_description'|trans|raw }}
+ +{{ 'config.form_ignore_origin_rules.faq.how_to_use_them_description'|trans|raw }}
+ ++ {{ 'config.form_ignore_origin_rules.faq.variables_available_description'|trans }} +
+ +{{ 'config.form_ignore_origin_rules.faq.variable_description.label'|trans }} | +{{ 'config.form_ignore_origin_rules.faq.meaning'|trans }} | +{{ 'config.form_ignore_origin_rules.faq.operator_description.label'|trans }} | +{{ 'config.form_ignore_origin_rules.faq.meaning'|trans }} | +
---|---|---|---|
host | +{{ 'config.form_ignore_origin_rules.faq.variable_description.host'|trans }} | += | +{{ 'config.form_ignore_origin_rules.faq.operator_description.equal_to'|trans }} | +
_all | +{{ 'config.form_ignore_origin_rules.faq.variable_description._all'|trans }} | +~ | +{{ 'config.form_ignore_origin_rules.faq.operator_description.matches'|trans|raw }} | +