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.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.de.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.en.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.es.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml6
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.it.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml1
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.th.yml3
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml3
14 files changed, 43 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..92440c92 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Brugeroplysninger' 59 user_info: 'Brugeroplysninger'
60 password: 'Adgangskode' 60 password: 'Adgangskode'
61 # rules: 'Tagging rules' 61 # rules: 'Tagging rules'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Tilføj bruger' 63 new_user: 'Tilføj bruger'
63 # reset: 'Reset area' 64 # reset: 'Reset area'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 618 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 619 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 620 # tagging_rules_not_imported: Error while importing tagging rules
621 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 # entry_already_saved: 'Entry already saved on %date%' 625 # entry_already_saved: 'Entry already saved on %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
index cd70c99f..7a9382cb 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Benutzerinformation' 59 user_info: 'Benutzerinformation'
60 password: 'Kennwort' 60 password: 'Kennwort'
61 rules: 'Tagging-Regeln' 61 rules: 'Tagging-Regeln'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Benutzer hinzufügen' 63 new_user: 'Benutzer hinzufügen'
63 reset: 'Zurücksetzen' 64 reset: 'Zurücksetzen'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 618 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 619 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 620 # tagging_rules_not_imported: Error while importing tagging rules
621 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 entry_already_saved: 'Eintrag bereits am %date% gespeichert' 625 entry_already_saved: 'Eintrag bereits am %date% gespeichert'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
index 1bc32423..b16662c3 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'User information' 59 user_info: 'User information'
60 password: 'Password' 60 password: 'Password'
61 rules: 'Tagging rules' 61 rules: 'Tagging rules'
62 ignore_origin: 'Ignore origin rules'
62 new_user: 'Add a user' 63 new_user: 'Add a user'
63 reset: 'Reset area' 64 reset: 'Reset area'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 otp_disabled: Two-factor authentication disabled 618 otp_disabled: Two-factor authentication disabled
618 tagging_rules_imported: Tagging rules imported 619 tagging_rules_imported: Tagging rules imported
619 tagging_rules_not_imported: Error while importing tagging rules 620 tagging_rules_not_imported: Error while importing tagging rules
621 ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 entry_already_saved: 'Entry already saved on %date%' 625 entry_already_saved: 'Entry already saved on %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
index bced72e9..3e77afd6 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Información de usuario' 59 user_info: 'Información de usuario'
60 password: 'Contraseña' 60 password: 'Contraseña'
61 rules: 'Reglas de etiquetado automáticas' 61 rules: 'Reglas de etiquetado automáticas'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Añadir un usuario' 63 new_user: 'Añadir un usuario'
63 reset: 'Reiniciar mi cuenta' 64 reset: 'Reiniciar mi cuenta'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 618 # otp_disabled: Two-factor authentication disabled
618 tagging_rules_imported: Reglas de etiquetado importadas 619 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 620 tagging_rules_not_imported: Un error se ha producico en la importación de las reglas de etiquetado
621 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 entry_already_saved: 'Artículo ya guardado el %fecha%' 625 entry_already_saved: 'Artículo ya guardado el %fecha%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
index 0704204a..38c252f7 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'اطلاعات کاربر' 59 user_info: 'اطلاعات کاربر'
60 password: 'رمز' 60 password: 'رمز'
61 rules: 'برچسب‌گذاری خودکار' 61 rules: 'برچسب‌گذاری خودکار'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'افزودن کاربر' 63 new_user: 'افزودن کاربر'
63 # reset: 'Reset area' 64 # reset: 'Reset area'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 618 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 619 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 620 # tagging_rules_not_imported: Error while importing tagging rules
621 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 entry_already_saved: 'این مقاله در تاریخ %date% ذخیره شده بود' 625 entry_already_saved: 'این مقاله در تاریخ %date% ذخیره شده بود'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
index 5d5878eb..b12dd9ca 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
@@ -59,6 +59,7 @@ config:
59 user_info: "Mon compte" 59 user_info: "Mon compte"
60 password: "Mot de passe" 60 password: "Mot de passe"
61 rules: "Règles de tag automatiques" 61 rules: "Règles de tag automatiques"
62 ignore_origin: "Règles d'omission d'origine"
62 new_user: "Créer un compte" 63 new_user: "Créer un compte"
63 reset: "Réinitialisation" 64 reset: "Réinitialisation"
64 form: 65 form:
@@ -618,6 +619,11 @@ flashes:
618 otp_disabled: "Authentification à double-facteur désactivée" 619 otp_disabled: "Authentification à double-facteur désactivée"
619 tagging_rules_imported: Règles bien importées 620 tagging_rules_imported: Règles bien importées
620 tagging_rules_not_imported: Impossible d'importer les règles 621 tagging_rules_not_imported: Impossible d'importer les règles
622<<<<<<< HEAD
623=======
624 ignore_origin_rules_deleted: "Règle d'omission d'origine supprimée"
625 ignore_origin_rules_updated: "Règle d'omission d'origine mise à jour"
626>>>>>>> 4c595340... fixup! Add new Ignore Origin rules tab, update ConfigController
621 entry: 627 entry:
622 notice: 628 notice:
623 entry_already_saved: "Article déjà sauvegardé le %date%" 629 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..eb44318b 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Informazioni utente' 59 user_info: 'Informazioni utente'
60 password: 'Password' 60 password: 'Password'
61 rules: 'Regole di etichettatura' 61 rules: 'Regole di etichettatura'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Aggiungi utente' 63 new_user: 'Aggiungi utente'
63 reset: 'Area di reset' 64 reset: 'Area di reset'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 618 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 619 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 620 # tagging_rules_not_imported: Error while importing tagging rules
621 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 entry_already_saved: 'Contenuto già salvato in data %date%' 625 entry_already_saved: 'Contenuto già salvato in data %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
index 6ddff6ea..165186b1 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Mon compte' 59 user_info: 'Mon compte'
60 password: 'Senhal' 60 password: 'Senhal'
61 rules: "Règlas d'etiquetas automaticas" 61 rules: "Règlas d'etiquetas automaticas"
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Crear un compte' 63 new_user: 'Crear un compte'
63 reset: 'Zòna de reïnicializacion' 64 reset: 'Zòna de reïnicializacion'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 618 # otp_disabled: Two-factor authentication disabled
618 tagging_rules_imported: Règlas d’etiquetatge importadas 619 tagging_rules_imported: Règlas d’etiquetatge importadas
619 tagging_rules_not_imported: Error en important las règlas d’etiquetatge 620 tagging_rules_not_imported: Error en important las règlas d’etiquetatge
621 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 entry_already_saved: 'Article ja salvagardat lo %date%' 625 entry_already_saved: 'Article ja salvagardat lo %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
index 770477c9..fbf64f30 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Informacje o użytkowniku' 59 user_info: 'Informacje o użytkowniku'
60 password: 'Hasło' 60 password: 'Hasło'
61 rules: 'Zasady tagowania' 61 rules: 'Zasady tagowania'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Dodaj użytkownika' 63 new_user: 'Dodaj użytkownika'
63 reset: 'Reset' 64 reset: 'Reset'
64 form: 65 form:
@@ -617,6 +618,8 @@ flashes:
617 # otp_disabled: Two-factor authentication disabled 618 # otp_disabled: Two-factor authentication disabled
618 # tagging_rules_imported: Tagging rules imported 619 # tagging_rules_imported: Tagging rules imported
619 # tagging_rules_not_imported: Error while importing tagging rules 620 # tagging_rules_not_imported: Error while importing tagging rules
621 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
622 # ignore_origin_rules_updated: 'Ignore origin rule updated'
620 entry: 623 entry:
621 notice: 624 notice:
622 entry_already_saved: 'Wpis już został dodany %date%' 625 entry_already_saved: 'Wpis już został dodany %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
index d993cb05..93910d4b 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Informação do Usuário' 59 user_info: 'Informação do Usuário'
60 password: 'Senha' 60 password: 'Senha'
61 rules: 'Regras de tags' 61 rules: 'Regras de tags'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Adicionar um usuário' 63 new_user: 'Adicionar um usuário'
63 reset: 'Reiniciar minha conta' 64 reset: 'Reiniciar minha conta'
64 form: 65 form:
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
index bc8b72e0..5984d229 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Informații despre utilizator' 59 user_info: 'Informații despre utilizator'
60 password: 'Parolă' 60 password: 'Parolă'
61 # rules: 'Tagging rules' 61 # rules: 'Tagging rules'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Crează un utilizator' 63 new_user: 'Crează un utilizator'
63 # reset: 'Reset area' 64 # reset: 'Reset area'
64 form: 65 form:
@@ -616,6 +617,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 617 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 618 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 619 # tagging_rules_not_imported: Error while importing tagging rules
620 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
621 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 622 entry:
620 notice: 623 notice:
621 # entry_already_saved: 'Entry already saved on %date%' 624 # entry_already_saved: 'Entry already saved on %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
index 2f7f55e5..a138ee5d 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ru.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Информация о пользователе' 59 user_info: 'Информация о пользователе'
60 password: 'Пароль' 60 password: 'Пароль'
61 rules: 'Правила настройки простановки тегов' 61 rules: 'Правила настройки простановки тегов'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Добавить пользователя' 63 new_user: 'Добавить пользователя'
63 reset: 'Сброс данных' 64 reset: 'Сброс данных'
64 form: 65 form:
@@ -616,6 +617,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 617 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 618 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 619 # tagging_rules_not_imported: Error while importing tagging rules
620 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
621 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 622 entry:
620 notice: 623 notice:
621 entry_already_saved: 'Запись была сохранена ранее %date%' 624 entry_already_saved: 'Запись была сохранена ранее %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
index 48e1c34a..b786a73d 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.th.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'ข้อมูลผู้ใช้' 59 user_info: 'ข้อมูลผู้ใช้'
60 password: 'รหัสผ่าน' 60 password: 'รหัสผ่าน'
61 rules: 'การแท็กข้อบังคับ' 61 rules: 'การแท็กข้อบังคับ'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'เพิ่มผู้ใช้' 63 new_user: 'เพิ่มผู้ใช้'
63 reset: 'รีเซ็ตพื้นที่ ' 64 reset: 'รีเซ็ตพื้นที่ '
64 form: 65 form:
@@ -616,6 +617,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 617 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 618 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 619 # tagging_rules_not_imported: Error while importing tagging rules
620 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
621 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 622 entry:
620 notice: 623 notice:
621 entry_already_saved: 'รายการพร้อมบันทึกที่ %date%' 624 entry_already_saved: 'รายการพร้อมบันทึกที่ %date%'
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
index 19029c0b..a317c2f5 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
@@ -59,6 +59,7 @@ config:
59 user_info: 'Kullanıcı bilgileri' 59 user_info: 'Kullanıcı bilgileri'
60 password: 'Şifre' 60 password: 'Şifre'
61 rules: 'Etiketleme kuralları' 61 rules: 'Etiketleme kuralları'
62 # ignore_origin: 'Ignore origin rules'
62 new_user: 'Bir kullanıcı ekle' 63 new_user: 'Bir kullanıcı ekle'
63 # reset: 'Reset area' 64 # reset: 'Reset area'
64 form: 65 form:
@@ -616,6 +617,8 @@ flashes:
616 # otp_disabled: Two-factor authentication disabled 617 # otp_disabled: Two-factor authentication disabled
617 # tagging_rules_imported: Tagging rules imported 618 # tagging_rules_imported: Tagging rules imported
618 # tagging_rules_not_imported: Error while importing tagging rules 619 # tagging_rules_not_imported: Error while importing tagging rules
620 # ignore_origin_rules_deleted: 'Ignore origin rule deleted'
621 # ignore_origin_rules_updated: 'Ignore origin rule updated'
619 entry: 622 entry:
620 notice: 623 notice:
621 entry_already_saved: 'Entry already saved on %date%' 624 entry_already_saved: 'Entry already saved on %date%'