aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.da.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.de.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml45
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.es.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml22
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.it.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml25
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.th.yml27
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml27
14 files changed, 389 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
index 4d525979..54df2e64 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Tilbage til de ulæste artikler' 33 back_to_unread: 'Tilbage til de ulæste artikler'
34 # users_management: 'Users management' 34 # users_management: 'Users management'
35 # site_credentials: 'Site credentials' 35 # site_credentials: 'Site credentials'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 # quickstart: "Quickstart" 37 # quickstart: "Quickstart"
37 top: 38 top:
38 add_new_entry: 'Tilføj ny artikel' 39 add_new_entry: 'Tilføj ny artikel'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Brugeroplysninger' 60 user_info: 'Brugeroplysninger'
60 password: 'Adgangskode' 61 password: 'Adgangskode'
61 # rules: 'Tagging rules' 62 # rules: 'Tagging rules'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Tilføj bruger' 64 new_user: 'Tilføj bruger'
63 # reset: 'Reset area' 65 # reset: 'Reset area'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 # and: 'One rule AND another' 179 # and: 'One rule AND another'
178 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 180 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
179 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 181 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -617,6 +637,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 637 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 638 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 639 # tagging_rules_not_imported: Error while importing tagging rules
640 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
641 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 642 entry:
621 notice: 643 notice:
622 # entry_already_saved: 'Entry already saved on %date%' 644 # entry_already_saved: 'Entry already saved on %date%'
@@ -658,3 +680,8 @@ flashes:
658 # added: 'Site credential for "%host%" added' 680 # added: 'Site credential for "%host%" added'
659 # updated: 'Site credential for "%host%" updated' 681 # updated: 'Site credential for "%host%" updated'
660 # deleted: 'Site credential for "%host%" deleted' 682 # deleted: 'Site credential for "%host%" deleted'
683 ignore_origin_instance_rule:
684 notice:
685 # added: 'Global ignore origin rule added'
686 # updated: 'Global ignore origin rule updated'
687 # 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 cd70c99f..549704d0 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Zurück zu ungelesenen Artikeln' 33 back_to_unread: 'Zurück zu ungelesenen Artikeln'
34 users_management: 'Benutzerverwaltung' 34 users_management: 'Benutzerverwaltung'
35 site_credentials: 'Zugangsdaten' 35 site_credentials: 'Zugangsdaten'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Schnelleinstieg" 37 quickstart: "Schnelleinstieg"
37 top: 38 top:
38 add_new_entry: 'Neuen Artikel hinzufügen' 39 add_new_entry: 'Neuen Artikel hinzufügen'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Benutzerinformation' 60 user_info: 'Benutzerinformation'
60 password: 'Kennwort' 61 password: 'Kennwort'
61 rules: 'Tagging-Regeln' 62 rules: 'Tagging-Regeln'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Benutzer hinzufügen' 64 new_user: 'Benutzer hinzufügen'
63 reset: 'Zurücksetzen' 65 reset: 'Zurücksetzen'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'Eine Regel UND eine andere' 179 and: 'Eine Regel UND eine andere'
178 matches: 'Testet, ob eine <i>Variable</i> auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title matches "Fußball"</code>' 180 matches: 'Testet, ob eine <i>Variable</i> auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title matches "Fußball"</code>'
179 notmatches: 'Testet, ob ein <i>Titel</i> nicht auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title notmatches "Fußball"</code>' 181 notmatches: 'Testet, ob ein <i>Titel</i> nicht auf eine <i>Suche</i> zutrifft (Groß- und Kleinschreibung wird nicht berücksichtigt).<br />Beispiel: <code>title notmatches "Fußball"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -617,6 +637,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 637 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 638 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 639 # tagging_rules_not_imported: Error while importing tagging rules
640 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
641 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 642 entry:
621 notice: 643 notice:
622 entry_already_saved: 'Eintrag bereits am %date% gespeichert' 644 entry_already_saved: 'Eintrag bereits am %date% gespeichert'
@@ -658,3 +680,8 @@ flashes:
658 added: 'Zugangsdaten für "%host%" hinzugefügt' 680 added: 'Zugangsdaten für "%host%" hinzugefügt'
659 updated: 'Zugangsdaten für "%host%" aktualisiert' 681 updated: 'Zugangsdaten für "%host%" aktualisiert'
660 deleted: 'Zugangsdaten für "%host%" gelöscht' 682 deleted: 'Zugangsdaten für "%host%" gelöscht'
683 ignore_origin_instance_rule:
684 notice:
685 # added: 'Global ignore origin rule added'
686 # updated: 'Global ignore origin rule updated'
687 # 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 1bc32423..a68a7d7d 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Back to unread articles' 33 back_to_unread: 'Back to unread articles'
34 users_management: 'Users management' 34 users_management: 'Users management'
35 site_credentials: 'Site credentials' 35 site_credentials: 'Site credentials'
36 ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Quickstart" 37 quickstart: "Quickstart"
37 top: 38 top:
38 add_new_entry: 'Add a new entry' 39 add_new_entry: 'Add a new entry'
@@ -59,6 +60,7 @@ config:
59 user_info: 'User information' 60 user_info: 'User information'
60 password: 'Password' 61 password: 'Password'
61 rules: 'Tagging rules' 62 rules: 'Tagging rules'
63 ignore_origin: 'Ignore origin rules'
62 new_user: 'Add a user' 64 new_user: 'Add a user'
63 reset: 'Reset area' 65 reset: 'Reset area'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'One rule AND another' 179 and: 'One rule AND another'
178 matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 180 matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
179 notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 181 notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 faq:
184 title: 'FAQ'
185 ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 how_to_use_them_title: 'How do I use them?'
188 how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 variables_available_title: 'Which variables and operators can I use to write rules?'
190 variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 meaning: 'Meaning'
192 variable_description:
193 label: 'Variable'
194 host: 'Host of the address'
195 _all: 'Full address, mainly for pattern matching'
196 operator_description:
197 label: 'Operator'
198 equal_to: 'Equal to…'
199 matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 page_title: Two-factor authentication 201 page_title: Two-factor authentication
182 app: 202 app:
@@ -594,6 +614,24 @@ site_credential:
594 delete_confirm: Are you sure? 614 delete_confirm: Are you sure?
595 back_to_list: Back to list 615 back_to_list: Back to list
596 616
617ignore_origin_instance_rule:
618 page_title: Global ignore origin rules
619 new_ignore_origin_instance_rule: Create a global ignore origin rule
620 edit_ignore_origin_instance_rule: Edit an existing ignore origin rule
621 description: "Here you can manage the global ignore origin rules used to ignore some patterns of origin url."
622 list:
623 actions: Actions
624 edit_action: Edit
625 yes: Yes
626 no: No
627 create_new_one: Create a new global ignore origin rule
628 form:
629 rule_label: Rule
630 save: Save
631 delete: Delete
632 delete_confirm: Are you sure?
633 back_to_list: Back to list
634
597error: 635error:
598 page_title: An error occurred 636 page_title: An error occurred
599 637
@@ -617,6 +655,8 @@ flashes:
617 otp_disabled: Two-factor authentication disabled 655 otp_disabled: Two-factor authentication disabled
618 tagging_rules_imported: Tagging rules imported 656 tagging_rules_imported: Tagging rules imported
619 tagging_rules_not_imported: Error while importing tagging rules 657 tagging_rules_not_imported: Error while importing tagging rules
658 ignore_origin_rules_deleted: 'Ignore origin rule deleted'
659 ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 660 entry:
621 notice: 661 notice:
622 entry_already_saved: 'Entry already saved on %date%' 662 entry_already_saved: 'Entry already saved on %date%'
@@ -658,3 +698,8 @@ flashes:
658 added: 'Site credential for "%host%" added' 698 added: 'Site credential for "%host%" added'
659 updated: 'Site credential for "%host%" updated' 699 updated: 'Site credential for "%host%" updated'
660 deleted: 'Site credential for "%host%" deleted' 700 deleted: 'Site credential for "%host%" deleted'
701 ignore_origin_instance_rule:
702 notice:
703 added: 'Global ignore origin rule added'
704 updated: 'Global ignore origin rule updated'
705 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 bced72e9..c3e3ba81 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Volver a los artículos sin leer' 33 back_to_unread: 'Volver a los artículos sin leer'
34 users_management: 'Configuración de usuarios' 34 users_management: 'Configuración de usuarios'
35 site_credentials: 'Credenciales del sitio' 35 site_credentials: 'Credenciales del sitio'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Inicio rápido" 37 quickstart: "Inicio rápido"
37 top: 38 top:
38 add_new_entry: 'Añadir un nuevo artículo' 39 add_new_entry: 'Añadir un nuevo artículo'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Información de usuario' 60 user_info: 'Información de usuario'
60 password: 'Contraseña' 61 password: 'Contraseña'
61 rules: 'Reglas de etiquetado automáticas' 62 rules: 'Reglas de etiquetado automáticas'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Añadir un usuario' 64 new_user: 'Añadir un usuario'
63 reset: 'Reiniciar mi cuenta' 65 reset: 'Reiniciar mi cuenta'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'Una regla Y la otra' 179 and: 'Una regla Y la otra'
178 matches: 'Prueba si un <i>sujeto</i> corresponde a una <i>búsqueda</i> (insensible a mayúsculas).<br />Ejemplo : <code>title matches "fútbol"</code>' 180 matches: 'Prueba si un <i>sujeto</i> corresponde a una <i>búsqueda</i> (insensible a mayúsculas).<br />Ejemplo : <code>title matches "fútbol"</code>'
179 notmatches: 'Prueba si <i>subject</i> no corresponde a una <i>búsqueda</i> (insensible a mayúsculas).<br />Example: <code>title notmatches "fútbol"</code>' 181 notmatches: 'Prueba si <i>subject</i> no corresponde a una <i>búsqueda</i> (insensible a mayúsculas).<br />Example: <code>title notmatches "fútbol"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 page_title: Autenticación de dos pasos 201 page_title: Autenticación de dos pasos
182 app: 202 app:
@@ -617,6 +637,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 637 # otp_disabled: Two-factor authentication disabled
618 tagging_rules_imported: Reglas de etiquetado importadas 638 tagging_rules_imported: Reglas de etiquetado importadas
619 tagging_rules_not_imported: Un error se ha producico en la importación de las reglas de etiquetado 639 tagging_rules_not_imported: Un error se ha producico en la importación de las reglas de etiquetado
640 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
641 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 642 entry:
621 notice: 643 notice:
622 entry_already_saved: 'Artículo ya guardado el %fecha%' 644 entry_already_saved: 'Artículo ya guardado el %fecha%'
@@ -658,3 +680,8 @@ flashes:
658 added: 'Credenciales del sitio añadidas para "%host%"' 680 added: 'Credenciales del sitio añadidas para "%host%"'
659 updated: 'Credenciales del sitio actualizadas para "%host%"' 681 updated: 'Credenciales del sitio actualizadas para "%host%"'
660 deleted: 'Credenciales del sitio eliminadas para "%host%"' 682 deleted: 'Credenciales del sitio eliminadas para "%host%"'
683 ignore_origin_instance_rule:
684 notice:
685 # added: 'Global ignore origin rule added'
686 # updated: 'Global ignore origin rule updated'
687 # 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 0704204a..4a52a208 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'بازگشت به خوانده‌نشده‌ها' 33 back_to_unread: 'بازگشت به خوانده‌نشده‌ها'
34 # users_management: 'Users management' 34 # users_management: 'Users management'
35 # site_credentials: 'Site credentials' 35 # site_credentials: 'Site credentials'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Quickstart" 37 quickstart: "Quickstart"
37 top: 38 top:
38 add_new_entry: 'افزودن مقالهٔ تازه' 39 add_new_entry: 'افزودن مقالهٔ تازه'
@@ -59,6 +60,7 @@ config:
59 user_info: 'اطلاعات کاربر' 60 user_info: 'اطلاعات کاربر'
60 password: 'رمز' 61 password: 'رمز'
61 rules: 'برچسب‌گذاری خودکار' 62 rules: 'برچسب‌گذاری خودکار'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'افزودن کاربر' 64 new_user: 'افزودن کاربر'
63 # reset: 'Reset area' 65 # reset: 'Reset area'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 # and: 'One rule AND another' 179 # and: 'One rule AND another'
178 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 180 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
179 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 181 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -617,6 +637,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 637 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 638 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 639 # tagging_rules_not_imported: Error while importing tagging rules
640 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
641 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 642 entry:
621 notice: 643 notice:
622 entry_already_saved: 'این مقاله در تاریخ %date% ذخیره شده بود' 644 entry_already_saved: 'این مقاله در تاریخ %date% ذخیره شده بود'
@@ -658,3 +680,8 @@ flashes:
658 # added: 'Site credential for "%host%" added' 680 # added: 'Site credential for "%host%" added'
659 # updated: 'Site credential for "%host%" updated' 681 # updated: 'Site credential for "%host%" updated'
660 # deleted: 'Site credential for "%host%" deleted' 682 # deleted: 'Site credential for "%host%" deleted'
683 ignore_origin_instance_rule:
684 notice:
685 # added: 'Global ignore origin rule added'
686 # updated: 'Global ignore origin rule updated'
687 # 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 5d5878eb..2cfab8cf 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: "Retour aux articles non lus" 33 back_to_unread: "Retour aux articles non lus"
34 users_management: "Gestion des utilisateurs" 34 users_management: "Gestion des utilisateurs"
35 site_credentials: 'Accès aux sites' 35 site_credentials: 'Accès aux sites'
36 ignore_origin_instance_rules: "Règles globales d'omission d'origine"
36 quickstart: "Pour bien débuter" 37 quickstart: "Pour bien débuter"
37 top: 38 top:
38 add_new_entry: "Sauvegarder un nouvel article" 39 add_new_entry: "Sauvegarder un nouvel article"
@@ -59,6 +60,7 @@ config:
59 user_info: "Mon compte" 60 user_info: "Mon compte"
60 password: "Mot de passe" 61 password: "Mot de passe"
61 rules: "Règles de tag automatiques" 62 rules: "Règles de tag automatiques"
63 ignore_origin: "Règles d'omission d'origine"
62 new_user: "Créer un compte" 64 new_user: "Créer un compte"
63 reset: "Réinitialisation" 65 reset: "Réinitialisation"
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: "Une règle ET l’autre" 179 and: "Une règle ET l’autre"
178 matches: "Teste si un <i>sujet</i> correspond à une <i>recherche</i> (non sensible à la casse).<br />Exemple : <code>title matches \"football\"</code>" 180 matches: "Teste si un <i>sujet</i> correspond à une <i>recherche</i> (non sensible à la casse).<br />Exemple : <code>title matches \"football\"</code>"
179 notmatches: "Teste si un <i>sujet</i> ne correspond pas à une <i>recherche</i> (non sensible à la casse).<br />Exemple : <code>title notmatches \"football\"</code>" 181 notmatches: "Teste si un <i>sujet</i> ne correspond pas à une <i>recherche</i> (non sensible à la casse).<br />Exemple : <code>title notmatches \"football\"</code>"
182 form_ignore_origin_rules:
183 faq:
184 title: "FAQ"
185 ignore_origin_rules_definition_title: "Que signifient les règles d'omission d'origine ?"
186 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.<br />Si une redirection intervient pendant la récupération d'un nouvel article, toutes les règles d'omission (<i>règles utilisateur et instance</i>) seront utilisées afin d'ignorer ou non l'adresse d'origine."
187 how_to_use_them_title: "Comment les utiliser ?"
188 how_to_use_them_description: "Imaginons que vous vouliez omettre l'origine d'un article provenant de « <i>rss.example.com</i> » (<i>sachant qu'après la redirection, l'adresse réelle est example.com</i>).<br />Dans ce cas, vous devriez mettre « host = \"rss.example.com\" » dans le champ <i>Règle</i>."
189 variables_available_title: "Quelles variables et opérateurs puis-je utiliser pour écrire des règles ?"
190 variables_available_description: "Les variables et opérateurs suivants peuvent être utilisés pour écrire des règles d'omission d'origine :"
191 meaning: "Signification"
192 variable_description:
193 label: "Variable"
194 host: "Hôte"
195 _all: "Adresse complète, utile pour les expressions régulières"
196 operator_description:
197 label: "Opérateur"
198 equal_to: "Égal à…"
199 matches: "Teste si un <i>sujet</i> correspond à une <i>recherche</i> (non sensible à la casse).<br />Exemple : <code>_all ~ \"https?://rss.example.com/foobar/.*\"</code>"
180 otp: 200 otp:
181 page_title: Authentification double-facteur 201 page_title: Authentification double-facteur
182 app: 202 app:
@@ -618,6 +638,8 @@ flashes:
618 otp_disabled: "Authentification à double-facteur désactivée" 638 otp_disabled: "Authentification à double-facteur désactivée"
619 tagging_rules_imported: Règles bien importées 639 tagging_rules_imported: Règles bien importées
620 tagging_rules_not_imported: Impossible d'importer les règles 640 tagging_rules_not_imported: Impossible d'importer les règles
641 ignore_origin_rules_deleted: "Règle d'omission d'origine supprimée"
642 ignore_origin_rules_updated: "Règle d'omission d'origine mise à jour"
621 entry: 643 entry:
622 notice: 644 notice:
623 entry_already_saved: "Article déjà sauvegardé le %date%" 645 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 23e72f20..af1c1fe7 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Torna ai contenuti non letti' 33 back_to_unread: 'Torna ai contenuti non letti'
34 users_management: 'Gestione utenti' 34 users_management: 'Gestione utenti'
35 site_credentials: 'Credenziali sito' 35 site_credentials: 'Credenziali sito'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Introduzione" 37 quickstart: "Introduzione"
37 top: 38 top:
38 add_new_entry: 'Aggiungi un nuovo contenuto' 39 add_new_entry: 'Aggiungi un nuovo contenuto'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Informazioni utente' 60 user_info: 'Informazioni utente'
60 password: 'Password' 61 password: 'Password'
61 rules: 'Regole di etichettatura' 62 rules: 'Regole di etichettatura'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Aggiungi utente' 64 new_user: 'Aggiungi utente'
63 reset: 'Area di reset' 65 reset: 'Area di reset'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: "Una regola E un'altra" 179 and: "Una regola E un'altra"
178 matches: 'Verifica che un <i>oggetto</i> risulti in una <i>ricerca</i> (case-insensitive).<br />Esempio: <code>titolo contiene "football"</code>' 180 matches: 'Verifica che un <i>oggetto</i> risulti in una <i>ricerca</i> (case-insensitive).<br />Esempio: <code>titolo contiene "football"</code>'
179 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 181 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -617,6 +637,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 637 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 638 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 639 # tagging_rules_not_imported: Error while importing tagging rules
640 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
641 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 642 entry:
621 notice: 643 notice:
622 entry_already_saved: 'Contenuto già salvato in data %date%' 644 entry_already_saved: 'Contenuto già salvato in data %date%'
@@ -658,3 +680,8 @@ flashes:
658 # added: 'Site credential for "%host%" added' 680 # added: 'Site credential for "%host%" added'
659 # updated: 'Site credential for "%host%" updated' 681 # updated: 'Site credential for "%host%" updated'
660 # deleted: 'Site credential for "%host%" deleted' 682 # deleted: 'Site credential for "%host%" deleted'
683 ignore_origin_instance_rule:
684 notice:
685 # added: 'Global ignore origin rule added'
686 # updated: 'Global ignore origin rule updated'
687 # 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 6ddff6ea..59dd9b22 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Tornar als articles pas legits' 33 back_to_unread: 'Tornar als articles pas legits'
34 users_management: 'Gestion dels utilizaires' 34 users_management: 'Gestion dels utilizaires'
35 site_credentials: 'Identificants del site' 35 site_credentials: 'Identificants del site'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Per ben començar" 37 quickstart: "Per ben començar"
37 top: 38 top:
38 add_new_entry: 'Enregistrar un novèl article' 39 add_new_entry: 'Enregistrar un novèl article'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Mon compte' 60 user_info: 'Mon compte'
60 password: 'Senhal' 61 password: 'Senhal'
61 rules: "Règlas d'etiquetas automaticas" 62 rules: "Règlas d'etiquetas automaticas"
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Crear un compte' 64 new_user: 'Crear un compte'
63 reset: 'Zòna de reïnicializacion' 65 reset: 'Zòna de reïnicializacion'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: "Una règla E l'autra" 179 and: "Una règla E l'autra"
178 matches: 'Teste se un <i>subjècte</i> correspond a una <i>recèrca</i> (non sensibla a la cassa).<br />Exemple : <code>title matches \"football\"</code>' 180 matches: 'Teste se un <i>subjècte</i> correspond a una <i>recèrca</i> (non sensibla a la cassa).<br />Exemple : <code>title matches \"football\"</code>'
179 notmatches: 'Teste se <i>subjècte</i> correspond pas a una <i>recèrca</i> (sensibla a la cassa).<br />Example : <code>title notmatches "football"</code>' 181 notmatches: 'Teste se <i>subjècte</i> correspond pas a una <i>recèrca</i> (sensibla a la cassa).<br />Example : <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 page_title: Autentificacion en dos temps 201 page_title: Autentificacion en dos temps
182 app: 202 app:
@@ -617,6 +637,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 637 # otp_disabled: Two-factor authentication disabled
618 tagging_rules_imported: Règlas d’etiquetatge importadas 638 tagging_rules_imported: Règlas d’etiquetatge importadas
619 tagging_rules_not_imported: Error en important las règlas d’etiquetatge 639 tagging_rules_not_imported: Error en important las règlas d’etiquetatge
640 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
641 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 642 entry:
621 notice: 643 notice:
622 entry_already_saved: 'Article ja salvagardat lo %date%' 644 entry_already_saved: 'Article ja salvagardat lo %date%'
@@ -658,3 +680,8 @@ flashes:
658 added: 'Identificant per "%host%" ajustat' 680 added: 'Identificant per "%host%" ajustat'
659 updated: 'Identificant per "%host%" mes a jorn' 681 updated: 'Identificant per "%host%" mes a jorn'
660 deleted: 'Identificant per "%host%" suprimit' 682 deleted: 'Identificant per "%host%" suprimit'
683 ignore_origin_instance_rule:
684 notice:
685 # added: 'Global ignore origin rule added'
686 # updated: 'Global ignore origin rule updated'
687 # 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 770477c9..c09ef47a 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Powrót do nieprzeczytanych artykułów' 33 back_to_unread: 'Powrót do nieprzeczytanych artykułów'
34 users_management: 'Zarządzanie użytkownikami' 34 users_management: 'Zarządzanie użytkownikami'
35 site_credentials: 'Poświadczenia strony' 35 site_credentials: 'Poświadczenia strony'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Szybki start" 37 quickstart: "Szybki start"
37 top: 38 top:
38 add_new_entry: 'Dodaj nowy wpis' 39 add_new_entry: 'Dodaj nowy wpis'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Informacje o użytkowniku' 60 user_info: 'Informacje o użytkowniku'
60 password: 'Hasło' 61 password: 'Hasło'
61 rules: 'Zasady tagowania' 62 rules: 'Zasady tagowania'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Dodaj użytkownika' 64 new_user: 'Dodaj użytkownika'
63 reset: 'Reset' 65 reset: 'Reset'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'Jedna reguła I inna' 179 and: 'Jedna reguła I inna'
178 matches: 'Sprawdź czy <i>temat</i> pasuje <i>szukaj</i> (duże lub małe litery).<br />Przykład: <code>tytuł zawiera "piłka nożna"</code>' 180 matches: 'Sprawdź czy <i>temat</i> pasuje <i>szukaj</i> (duże lub małe litery).<br />Przykład: <code>tytuł zawiera "piłka nożna"</code>'
179 notmatches: 'Sprawdź czy <i>temat</i> nie zawiera <i>szukaj</i> (duże lub małe litery).<br />Przykład: <code>tytuł nie zawiera "piłka nożna"</code>' 181 notmatches: 'Sprawdź czy <i>temat</i> nie zawiera <i>szukaj</i> (duże lub małe litery).<br />Przykład: <code>tytuł nie zawiera "piłka nożna"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -617,6 +637,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 637 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 638 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 639 # tagging_rules_not_imported: Error while importing tagging rules
640 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
641 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 642 entry:
621 notice: 643 notice:
622 entry_already_saved: 'Wpis już został dodany %date%' 644 entry_already_saved: 'Wpis już został dodany %date%'
@@ -658,3 +680,8 @@ flashes:
658 added: 'Poświadczenie dla "%host%" dodane' 680 added: 'Poświadczenie dla "%host%" dodane'
659 updated: 'Poświadczenie dla "%host%" zaktualizowane' 681 updated: 'Poświadczenie dla "%host%" zaktualizowane'
660 deleted: 'Poświadczenie dla "%host%" usuniętę' 682 deleted: 'Poświadczenie dla "%host%" usuniętę'
683 ignore_origin_instance_rule:
684 notice:
685 # added: 'Global ignore origin rule added'
686 # updated: 'Global ignore origin rule updated'
687 # 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 d993cb05..293a4e44 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Voltar para os artigos não lidos' 33 back_to_unread: 'Voltar para os artigos não lidos'
34 users_management: 'Gestão de Usuários' 34 users_management: 'Gestão de Usuários'
35 site_credentials: 'Credenciais do site' 35 site_credentials: 'Credenciais do site'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Começo Rápido" 37 quickstart: "Começo Rápido"
37 top: 38 top:
38 add_new_entry: 'Adicionar um novo artigo' 39 add_new_entry: 'Adicionar um novo artigo'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Informação do Usuário' 60 user_info: 'Informação do Usuário'
60 password: 'Senha' 61 password: 'Senha'
61 rules: 'Regras de tags' 62 rules: 'Regras de tags'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Adicionar um usuário' 64 new_user: 'Adicionar um usuário'
63 reset: 'Reiniciar minha conta' 65 reset: 'Reiniciar minha conta'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'Uma regra E outra' 179 and: 'Uma regra E outra'
178 matches: 'Testa que um <i>assunto</i> corresponde a uma <i>pesquisa</i> (maiúscula ou minúscula).<br />Exemplo: <code>title matches "futebol"</code>' 180 matches: 'Testa que um <i>assunto</i> corresponde a uma <i>pesquisa</i> (maiúscula ou minúscula).<br />Exemplo: <code>title matches "futebol"</code>'
179 notmatches: 'Testa que um <i>assunto</i> não corresponde a uma <i>search</i> (maiúscula ou minúscula).<br />Exemplo: <code>title notmatches "futebol"</code>' 181 notmatches: 'Testa que um <i>assunto</i> não corresponde a uma <i>search</i> (maiúscula ou minúscula).<br />Exemplo: <code>title notmatches "futebol"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 page_title: Autenticação de dois fatores 201 page_title: Autenticação de dois fatores
182 app: 202 app:
@@ -657,3 +677,8 @@ flashes:
657 added: 'Credencial do site para "%host%" foi adicionada' 677 added: 'Credencial do site para "%host%" foi adicionada'
658 updated: 'Credencial do site pa "%host%" atualizada' 678 updated: 'Credencial do site pa "%host%" atualizada'
659 deleted: 'Credencial do site pa "%host%" removida' 679 deleted: 'Credencial do site pa "%host%" removida'
680 ignore_origin_instance_rule:
681 notice:
682 # added: 'Global ignore origin rule added'
683 # updated: 'Global ignore origin rule updated'
684 # 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 bc8b72e0..3c605709 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Înapoi la articolele necitite' 33 back_to_unread: 'Înapoi la articolele necitite'
34 # users_management: 'Users management' 34 # users_management: 'Users management'
35 # site_credentials: 'Site credentials' 35 # site_credentials: 'Site credentials'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 # quickstart: "Quickstart" 37 # quickstart: "Quickstart"
37 top: 38 top:
38 add_new_entry: 'Introdu un nou articol' 39 add_new_entry: 'Introdu un nou articol'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Informații despre utilizator' 60 user_info: 'Informații despre utilizator'
60 password: 'Parolă' 61 password: 'Parolă'
61 # rules: 'Tagging rules' 62 # rules: 'Tagging rules'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Crează un utilizator' 64 new_user: 'Crează un utilizator'
63 # reset: 'Reset area' 65 # reset: 'Reset area'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 # and: 'One rule AND another' 179 # and: 'One rule AND another'
178 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 180 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
179 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 181 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -616,6 +636,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 636 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 637 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 638 # tagging_rules_not_imported: Error while importing tagging rules
639 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
640 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 641 entry:
620 notice: 642 notice:
621 # entry_already_saved: 'Entry already saved on %date%' 643 # entry_already_saved: 'Entry already saved on %date%'
@@ -657,3 +679,8 @@ flashes:
657 # added: 'Site credential for "%host%" added' 679 # added: 'Site credential for "%host%" added'
658 # updated: 'Site credential for "%host%" updated' 680 # updated: 'Site credential for "%host%" updated'
659 # deleted: 'Site credential for "%host%" deleted' 681 # deleted: 'Site credential for "%host%" deleted'
682 ignore_origin_instance_rule:
683 notice:
684 # added: 'Global ignore origin rule added'
685 # updated: 'Global ignore origin rule updated'
686 # 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 2f7f55e5..eead4ec6 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Назад к непрочитанным записям' 33 back_to_unread: 'Назад к непрочитанным записям'
34 users_management: 'Управление пользователями' 34 users_management: 'Управление пользователями'
35 site_credentials: 'Site credentials' 35 site_credentials: 'Site credentials'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Быстрый старт" 37 quickstart: "Быстрый старт"
37 top: 38 top:
38 add_new_entry: 'Добавить новую запись' 39 add_new_entry: 'Добавить новую запись'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Информация о пользователе' 60 user_info: 'Информация о пользователе'
60 password: 'Пароль' 61 password: 'Пароль'
61 rules: 'Правила настройки простановки тегов' 62 rules: 'Правила настройки простановки тегов'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Добавить пользователя' 64 new_user: 'Добавить пользователя'
63 reset: 'Сброс данных' 65 reset: 'Сброс данных'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'Одно правило И другое' 179 and: 'Одно правило И другое'
178 matches: 'Тесты, в которых <i> тема </i> соответствует <i> поиску </i> (без учета регистра). Пример: <code> title matches "футбол" </code>' 180 matches: 'Тесты, в которых <i> тема </i> соответствует <i> поиску </i> (без учета регистра). Пример: <code> title matches "футбол" </code>'
179 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 181 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -616,6 +636,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 636 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 637 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 638 # tagging_rules_not_imported: Error while importing tagging rules
639 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
640 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 641 entry:
620 notice: 642 notice:
621 entry_already_saved: 'Запись была сохранена ранее %date%' 643 entry_already_saved: 'Запись была сохранена ранее %date%'
@@ -657,3 +679,8 @@ flashes:
657 # added: 'Site credential for "%host%" added' 679 # added: 'Site credential for "%host%" added'
658 # updated: 'Site credential for "%host%" updated' 680 # updated: 'Site credential for "%host%" updated'
659 # deleted: 'Site credential for "%host%" deleted' 681 # deleted: 'Site credential for "%host%" deleted'
682 ignore_origin_instance_rule:
683 notice:
684 # added: 'Global ignore origin rule added'
685 # updated: 'Global ignore origin rule updated'
686 # 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 48e1c34a..8d2b05f3 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'กลับไปยังรายการที่ไม่ได้อ่าน' 33 back_to_unread: 'กลับไปยังรายการที่ไม่ได้อ่าน'
34 users_management: 'การจัดการผู้ใช้' 34 users_management: 'การจัดการผู้ใช้'
35 site_credentials: 'การรับรองไซต์' 35 site_credentials: 'การรับรองไซต์'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "เริ่มแบบด่วน" 37 quickstart: "เริ่มแบบด่วน"
37 top: 38 top:
38 add_new_entry: 'เพิ่มรายการใหม่' 39 add_new_entry: 'เพิ่มรายการใหม่'
@@ -59,6 +60,7 @@ config:
59 user_info: 'ข้อมูลผู้ใช้' 60 user_info: 'ข้อมูลผู้ใช้'
60 password: 'รหัสผ่าน' 61 password: 'รหัสผ่าน'
61 rules: 'การแท็กข้อบังคับ' 62 rules: 'การแท็กข้อบังคับ'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'เพิ่มผู้ใช้' 64 new_user: 'เพิ่มผู้ใช้'
63 reset: 'รีเซ็ตพื้นที่ ' 65 reset: 'รีเซ็ตพื้นที่ '
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'หนึ่งข้อบังคับและอื่นๆ' 179 and: 'หนึ่งข้อบังคับและอื่นๆ'
178 matches: 'ทดสอบว่า <i>เรื่อง</i> นี้ตรงกับ <i>การต้นหา</i> (กรณีไม่ทราบ).<br />ตัวอย่าง: <code>หัวข้อที่ตรงกับ "football"</code>' 180 matches: 'ทดสอบว่า <i>เรื่อง</i> นี้ตรงกับ <i>การต้นหา</i> (กรณีไม่ทราบ).<br />ตัวอย่าง: <code>หัวข้อที่ตรงกับ "football"</code>'
179 notmatches: 'ทดสอบว่า <i>เรื่อง</i> นี้ไม่ตรงกับ <i>การต้นหา</i> (กรณีไม่ทราบ).<br />ตัวอย่าง: <code>หัวข้อทีไม่ตรงกับ "football"</code>' 181 notmatches: 'ทดสอบว่า <i>เรื่อง</i> นี้ไม่ตรงกับ <i>การต้นหา</i> (กรณีไม่ทราบ).<br />ตัวอย่าง: <code>หัวข้อทีไม่ตรงกับ "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -616,6 +636,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 636 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 637 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 638 # tagging_rules_not_imported: Error while importing tagging rules
639 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
640 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 641 entry:
620 notice: 642 notice:
621 entry_already_saved: 'รายการพร้อมบันทึกที่ %date%' 643 entry_already_saved: 'รายการพร้อมบันทึกที่ %date%'
@@ -657,3 +679,8 @@ flashes:
657 added: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการเพิ่ม' 679 added: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการเพิ่ม'
658 updated: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการอัปเดต' 680 updated: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการอัปเดต'
659 deleted: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการลบ' 681 deleted: 'ไซต์ข้อมูลประจำตัวสำหรับ "%host%" ที่ทำการลบ'
682 ignore_origin_instance_rule:
683 notice:
684 # added: 'Global ignore origin rule added'
685 # updated: 'Global ignore origin rule updated'
686 # 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 19029c0b..dfbc3010 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
@@ -33,6 +33,7 @@ menu:
33 back_to_unread: 'Okunmayan makalelere geri dön' 33 back_to_unread: 'Okunmayan makalelere geri dön'
34 # users_management: 'Users management' 34 # users_management: 'Users management'
35 # site_credentials: 'Site credentials' 35 # site_credentials: 'Site credentials'
36 # ignore_origin_instance_rules: 'Global ignore origin rules'
36 quickstart: "Hızlı başlangıç" 37 quickstart: "Hızlı başlangıç"
37 top: 38 top:
38 add_new_entry: 'Yeni bir makale ekle' 39 add_new_entry: 'Yeni bir makale ekle'
@@ -59,6 +60,7 @@ config:
59 user_info: 'Kullanıcı bilgileri' 60 user_info: 'Kullanıcı bilgileri'
60 password: 'Şifre' 61 password: 'Şifre'
61 rules: 'Etiketleme kuralları' 62 rules: 'Etiketleme kuralları'
63 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Bir kullanıcı ekle' 64 new_user: 'Bir kullanıcı ekle'
63 # reset: 'Reset area' 65 # reset: 'Reset area'
64 form: 66 form:
@@ -177,6 +179,24 @@ config:
177 and: 'Bir kural ve diğeri' 179 and: 'Bir kural ve diğeri'
178 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>' 180 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>title matches "football"</code>'
179 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>' 181 # notmatches: 'Tests that a <i>subject</i> doesn''t match match a <i>search</i> (case-insensitive).<br />Example: <code>title notmatches "football"</code>'
182 form_ignore_origin_rules:
183 # faq:
184 # title: 'FAQ'
185 # ignore_origin_rules_definition_title: 'What does « ignore origin rules » mean?'
186 # ignore_origin_rules_definition_description: 'They are used by wallabag to automatically ignore an origin address after a redirect.<br />If a redirect occurs while fetching a new entry, all the ignore origin rules (<i>user defined and instance defined</i>) will be used to ignore the origin address.'
187 # how_to_use_them_title: 'How do I use them?'
188 # how_to_use_them_description: 'Let us assume you want to ignore the origin of an entry coming from « <i>rss.example.com</i> » (<i>knowing that after a redirect, the actual address is example.com</i>).<br />In that case, you should put « host = "rss.example.com" » in the <i>Rule</i> field.'
189 # variables_available_title: 'Which variables and operators can I use to write rules?'
190 # variables_available_description: 'The following variables and operators can be used to create ignore origin rules:'
191 # meaning: 'Meaning'
192 # variable_description:
193 # label: 'Variable'
194 # host: 'Host of the address'
195 # _all: 'Full address, mainly for pattern matching'
196 # operator_description:
197 # label: 'Operator'
198 # equal_to: 'Equal to…'
199 # matches: 'Tests that a <i>subject</i> matches a <i>search</i> (case-insensitive).<br />Example: <code>_all ~ "https?://rss.example.com/foobar/.*"</code>'
180 otp: 200 otp:
181 # page_title: Two-factor authentication 201 # page_title: Two-factor authentication
182 # app: 202 # app:
@@ -616,6 +636,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 636 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 637 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 638 # tagging_rules_not_imported: Error while importing tagging rules
639 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
640 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 641 entry:
620 notice: 642 notice:
621 entry_already_saved: 'Entry already saved on %date%' 643 entry_already_saved: 'Entry already saved on %date%'
@@ -657,3 +679,8 @@ flashes:
657 # added: 'Site credential for "%host%" added' 679 # added: 'Site credential for "%host%" added'
658 # updated: 'Site credential for "%host%" updated' 680 # updated: 'Site credential for "%host%" updated'
659 # deleted: 'Site credential for "%host%" deleted' 681 # deleted: 'Site credential for "%host%" deleted'
682 ignore_origin_instance_rule:
683 notice:
684 # added: 'Global ignore origin rule added'
685 # updated: 'Global ignore origin rule updated'
686 # deleted: 'Global ignore origin rule deleted'