diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-04 22:44:31 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2016-11-04 22:44:31 +0100 |
commit | 9ab024b4f5388e2a41c50a8a2b79e4033788782a (patch) | |
tree | ae01ddb121b5037aae89e892d1b971208b5108dd /src/Wallabag/CoreBundle | |
parent | b5571b52ccbc11d71637e1ccb07421cf606ac846 (diff) | |
download | wallabag-9ab024b4f5388e2a41c50a8a2b79e4033788782a.tar.gz wallabag-9ab024b4f5388e2a41c50a8a2b79e4033788782a.tar.zst wallabag-9ab024b4f5388e2a41c50a8a2b79e4033788782a.zip |
Add Pinboard import
Diffstat (limited to 'src/Wallabag/CoreBundle')
12 files changed, 69 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml index aeae6bcf..14b528f9 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | # page_title: 'Import > Instapaper' | 381 | # page_title: 'Import > Instapaper' |
382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' | 382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' |
383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' | 383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | # page_title: 'Developer' | 390 | # page_title: 'Developer' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index 2105d02d..926a1846 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'Aus Instapaper importieren' | 381 | page_title: 'Aus Instapaper importieren' |
382 | description: 'Dieser Import wird all deine Instapaper Artikel importieren. Auf der Einstellungsseite (https://www.instapaper.com/user) klickst du auf "Download .CSV Datei" in dem Abschnitt "Export". Eine CSV Datei wird heruntergeladen (z.B. "instapaper-export.csv").' | 382 | description: 'Dieser Import wird all deine Instapaper Artikel importieren. Auf der Einstellungsseite (https://www.instapaper.com/user) klickst du auf "Download .CSV Datei" in dem Abschnitt "Export". Eine CSV Datei wird heruntergeladen (z.B. "instapaper-export.csv").' |
383 | how_to: "Bitte wähle deine Instapaper Sicherungsdatei aus und klicke den nachfolgenden Button zum Importieren." | 383 | how_to: "Bitte wähle deine Instapaper Sicherungsdatei aus und klicke den nachfolgenden Button zum Importieren." |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | page_title: 'Entwickler' | 390 | page_title: 'Entwickler' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 2bb95728..e950857d 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'Import > Instapaper' | 381 | page_title: 'Import > Instapaper' |
382 | description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' | 382 | description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' |
383 | how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' | 383 | how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' |
384 | pinboard: | ||
385 | page_title: "Import > Pinboard" | ||
386 | description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | page_title: 'Developer' | 390 | page_title: 'Developer' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml index ca3db487..8b555cc2 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'Importar > Instapaper' | 381 | page_title: 'Importar > Instapaper' |
382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' | 382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' |
383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' | 383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' |
384 | pinboard: | ||
385 | page_title: "Importar > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | page_title: 'Promotor' | 390 | page_title: 'Promotor' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml index 1914215a..3d7e8078 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'درونریزی > Instapaper' | 381 | page_title: 'درونریزی > Instapaper' |
382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' | 382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' |
383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' | 383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | # page_title: 'Developer' | 390 | # page_title: 'Developer' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index 60fa9a39..833f97bb 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: "Import > Instapaper" | 381 | page_title: "Import > Instapaper" |
382 | description: "Sur la page des paramètres (https://www.instapaper.com/user), cliquez sur « Download .CSV file » dans la section « Export ». Un fichier CSV sera téléchargé (« instapaper-export.csv »)." | 382 | description: "Sur la page des paramètres (https://www.instapaper.com/user), cliquez sur « Download .CSV file » dans la section « Export ». Un fichier CSV sera téléchargé (« instapaper-export.csv »)." |
383 | how_to: "Choisissez le fichier de votre export Instapaper et cliquez sur le bouton ci-dessous pour l’importer." | 383 | how_to: "Choisissez le fichier de votre export Instapaper et cliquez sur le bouton ci-dessous pour l’importer." |
384 | pinboard: | ||
385 | page_title: "Import > Pinboard" | ||
386 | description: "Sur la page « Backup » (https://pinboard.in/settings/backup), cliquez sur « JSON » dans la section « Bookmarks ». Un fichier json (sans extension) sera téléchargé (« pinboard_export »)." | ||
387 | how_to: "Choisissez le fichier de votre export Pinboard et cliquez sur le bouton ci-dessous pour l’importer." | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | page_title: "Développeur" | 390 | page_title: "Développeur" |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index 7f401684..197d5e07 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'Importa da > Instapaper' | 381 | page_title: 'Importa da > Instapaper' |
382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' | 382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' |
383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' | 383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' |
384 | pinboard: | ||
385 | page_title: "Importa da > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | page_title: 'Sviluppatori' | 390 | page_title: 'Sviluppatori' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml index 4485c3bc..75268e00 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'Importar > Instapaper' | 381 | page_title: 'Importar > Instapaper' |
382 | description: "Aquesta aisina importarà totas vòstres articles d'Instapaper. Sus la pagina de paramètres (https://www.instapaper.com/user), clicatz sus \"Download .CSV file\" dins la seccion \"Export\". Un fichièr CSV serà telecargat (aital \"instapaper-export.csv\")." | 382 | description: "Aquesta aisina importarà totas vòstres articles d'Instapaper. Sus la pagina de paramètres (https://www.instapaper.com/user), clicatz sus \"Download .CSV file\" dins la seccion \"Export\". Un fichièr CSV serà telecargat (aital \"instapaper-export.csv\")." |
383 | how_to: "Mercés de causir vòstre fichièr Instapaper e de clicar sul boton dejós per lo telecargar e l'importar" | 383 | how_to: "Mercés de causir vòstre fichièr Instapaper e de clicar sul boton dejós per lo telecargar e l'importar" |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | page_title: 'Desvolopaire' | 390 | page_title: 'Desvolopaire' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml index ca9015bf..40ded0be 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'Import > Instapaper' | 381 | page_title: 'Import > Instapaper' |
382 | description: 'Ten importer, zaimportuje wszystkie twoje artykuły z Instapaper. W ustawieniach (https://www.instapaper.com/user), kliknij na "Download .CSV file" w sekcji "Export". Otrzymasz plik CSV.' | 382 | description: 'Ten importer, zaimportuje wszystkie twoje artykuły z Instapaper. W ustawieniach (https://www.instapaper.com/user), kliknij na "Download .CSV file" w sekcji "Export". Otrzymasz plik CSV.' |
383 | how_to: 'Wybierz swój plik eksportu z Instapaper i kliknij poniższy przycisk, aby go załadować.' | 383 | how_to: 'Wybierz swój plik eksportu z Instapaper i kliknij poniższy przycisk, aby go załadować.' |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | page_title: 'Deweloper' | 390 | page_title: 'Deweloper' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml index c1c60430..ed371cbc 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml | |||
@@ -71,6 +71,7 @@ config: | |||
71 | 300_word: 'Posso ler ~300 palavras por minuto' | 71 | 300_word: 'Posso ler ~300 palavras por minuto' |
72 | 400_word: 'Posso ler ~400 palavras por minuto' | 72 | 400_word: 'Posso ler ~400 palavras por minuto' |
73 | pocket_consumer_key_label: 'Chave do consumidor do Pocket para importar conteúdo' | 73 | pocket_consumer_key_label: 'Chave do consumidor do Pocket para importar conteúdo' |
74 | # android_configuration: Configure your Android application | ||
74 | form_rss: | 75 | form_rss: |
75 | description: 'Feeds RSS providos pelo wallabag permitem que você leia seus artigos salvos em seu leitor de RSS favorito. Você precisa gerar um token primeiro.' | 76 | description: 'Feeds RSS providos pelo wallabag permitem que você leia seus artigos salvos em seu leitor de RSS favorito. Você precisa gerar um token primeiro.' |
76 | token_label: 'Token RSS' | 77 | token_label: 'Token RSS' |
@@ -88,6 +89,18 @@ config: | |||
88 | name_label: 'Nome' | 89 | name_label: 'Nome' |
89 | email_label: 'E-mail' | 90 | email_label: 'E-mail' |
90 | twoFactorAuthentication_label: 'Autenticação de dois passos' | 91 | twoFactorAuthentication_label: 'Autenticação de dois passos' |
92 | delete: | ||
93 | # title: Delete my account (a.k.a danger zone) | ||
94 | # description: If you remove your account, ALL your articles, ALL your tags, ALL your annotations and your account will be PERMANENTLY removed (it can't be UNDONE). You'll then be logged out. | ||
95 | # confirm: Are you really sure? (THIS CAN'T BE UNDONE) | ||
96 | # button: Delete my account | ||
97 | reset: | ||
98 | # title: Reset area (a.k.a danger zone) | ||
99 | # description: By hiting buttons below you'll have ability to remove some informations from your account. Be aware that these actions are IRREVERSIBLE. | ||
100 | # annotations: Remove ALL annotations | ||
101 | # tags: Remove ALL tags | ||
102 | # entries: Remove ALL entries | ||
103 | # confirm: Are you really really sure? (THIS CAN'T BE UNDONE) | ||
91 | form_password: | 104 | form_password: |
92 | old_password_label: 'Senha atual' | 105 | old_password_label: 'Senha atual' |
93 | new_password_label: 'Nova senha' | 106 | new_password_label: 'Nova senha' |
@@ -355,6 +368,7 @@ import: | |||
355 | how_to: 'Por favor, selecione sua exportação do Readability e clique no botão abaixo para importá-la.' | 368 | how_to: 'Por favor, selecione sua exportação do Readability e clique no botão abaixo para importá-la.' |
356 | worker: | 369 | worker: |
357 | enabled: "A importação é feita assíncronamente. Uma vez que a tarefa de importação é iniciada, um trabalho externo pode executar tarefas uma por vez. O serviço atual é:" | 370 | enabled: "A importação é feita assíncronamente. Uma vez que a tarefa de importação é iniciada, um trabalho externo pode executar tarefas uma por vez. O serviço atual é:" |
371 | # download_images_warning: "You enabled downloading images for your articles. Combined with classic import it can take ages to proceed (or maybe failed). We <strong>strongly recommend</strong> to enable asynchronous import to avoid errors." | ||
358 | firefox: | 372 | firefox: |
359 | page_title: 'Importar > Firefox' | 373 | page_title: 'Importar > Firefox' |
360 | description: "Com este importador você importa todos os favoritos de seu Firefox. Somente vá até seus favoritos (Ctrl+Maj+O), e em \"Importar e Backup\" e escolha \"Backup...\". Você terá então um arquivo .json." | 374 | description: "Com este importador você importa todos os favoritos de seu Firefox. Somente vá até seus favoritos (Ctrl+Maj+O), e em \"Importar e Backup\" e escolha \"Backup...\". Você terá então um arquivo .json." |
@@ -367,6 +381,10 @@ import: | |||
367 | page_title: 'Importar > Instapaper' | 381 | page_title: 'Importar > Instapaper' |
368 | description: 'Este importador pode importar todos os artigos do seu Instapaper. Nas página de configurações (https://www.instapaper.com/user), clique em "Download .CSV file" na seção "Export". Um arquivo CSV será baixado (algo como "instapaper-export.csv").' | 382 | description: 'Este importador pode importar todos os artigos do seu Instapaper. Nas página de configurações (https://www.instapaper.com/user), clique em "Download .CSV file" na seção "Export". Um arquivo CSV será baixado (algo como "instapaper-export.csv").' |
369 | how_to: 'Por favor, selecione sua exportação do seu Instapaper e clique no botão abaixo para importá-la.' | 383 | how_to: 'Por favor, selecione sua exportação do seu Instapaper e clique no botão abaixo para importá-la.' |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
370 | 388 | ||
371 | developer: | 389 | developer: |
372 | page_title: 'Desenvolvedor' | 390 | page_title: 'Desenvolvedor' |
@@ -445,16 +463,23 @@ user: | |||
445 | delete_confirm: 'Tem certeza?' | 463 | delete_confirm: 'Tem certeza?' |
446 | back_to_list: 'Voltar para a lista' | 464 | back_to_list: 'Voltar para a lista' |
447 | 465 | ||
466 | error: | ||
467 | # page_title: An error occurred | ||
468 | |||
448 | flashes: | 469 | flashes: |
449 | config: | 470 | config: |
450 | notice: | 471 | notice: |
451 | config_saved: 'Configiração salva. Alguns parâmetros podem ser considerados depois da desconexão.' | 472 | config_saved: 'Configiração salva. Alguns parâmetros podem ser considerados depois da desconexão.' |
452 | password_updated: 'Senha atualizada' | 473 | password_updated: 'Senha atualizada' |
453 | password_not_updated_demo: 'Em modo de demonstração, você não pode alterar a senha deste usuário.' | 474 | password_not_updated_demo: 'Em modo de demonstração, você não pode alterar a senha deste usuário.' |
475 | # user_updated: 'Information updated' | ||
454 | rss_updated: 'Informação de RSS atualizada' | 476 | rss_updated: 'Informação de RSS atualizada' |
455 | tagging_rules_updated: 'Regras de tags atualizadas' | 477 | tagging_rules_updated: 'Regras de tags atualizadas' |
456 | tagging_rules_deleted: 'Regra de tag apagada' | 478 | tagging_rules_deleted: 'Regra de tag apagada' |
457 | rss_token_updated: 'Token RSS atualizado' | 479 | rss_token_updated: 'Token RSS atualizado' |
480 | # annotations_reset: Annotations reset | ||
481 | # tags_reset: Tags reset | ||
482 | # entries_reset: Entries reset | ||
458 | entry: | 483 | entry: |
459 | notice: | 484 | notice: |
460 | entry_already_saved: 'Entrada já foi salva em %date%' | 485 | entry_already_saved: 'Entrada já foi salva em %date%' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml index 50f1b6a2..a3c0e266 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | # page_title: 'Import > Instapaper' | 381 | # page_title: 'Import > Instapaper' |
382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' | 382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' |
383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' | 383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | # page_title: 'Developer' | 390 | # page_title: 'Developer' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml index 07939ebc..a6d2e137 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml | |||
@@ -381,6 +381,10 @@ import: | |||
381 | page_title: 'İçe Aktar > Instapaper' | 381 | page_title: 'İçe Aktar > Instapaper' |
382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' | 382 | # description: 'This importer will import all your Instapaper articles. On the settings (https://www.instapaper.com/user) page, click on "Download .CSV file" in the "Export" section. A CSV file will be downloaded (like "instapaper-export.csv").' |
383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' | 383 | # how_to: 'Please select your Instapaper export and click on the below button to upload and import it.' |
384 | pinboard: | ||
385 | # page_title: "Import > Pinboard" | ||
386 | # description: 'This importer will import all your Instapaper articles. On the backup (https://pinboard.in/settings/backup) page, click on "JSON" in the "Bookmarks" section. A JSON file will be downloaded (like "pinboard_export").' | ||
387 | # how_to: 'Please select your Pinboard export and click on the below button to upload and import it.' | ||
384 | 388 | ||
385 | developer: | 389 | developer: |
386 | # page_title: 'Developer' | 390 | # page_title: 'Developer' |