diff options
Diffstat (limited to 'src/Wallabag')
13 files changed, 531 insertions, 24 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml index d6c294a4..8a20cbe0 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.da.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'How-to' | 274 | page_title: 'How-to' |
275 | # page_description: 'There are several ways to save an article:' | 275 | # page_description: 'There are several ways to save an article:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Browserudvidelser' | 280 | browser_addons: 'Browserudvidelser' |
278 | mobile_apps: 'Apps' | 281 | mobile_apps: 'Apps' |
@@ -290,6 +293,33 @@ howto: | |||
290 | # windows: 'on the Microsoft Store' | 293 | # windows: 'on the Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Træk dette link til din bogmærkeliste:' | 295 | description: 'Træk dette link til din bogmærkeliste:' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | # page_title: 'Quickstart' | 325 | # page_title: 'Quickstart' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml index 8a67e0df..68e9c333 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.de.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'How-To' | 274 | page_title: 'How-To' |
275 | page_description: 'Es gibt mehrere Möglichkeiten, einen Artikel zu speichern:' | 275 | page_description: 'Es gibt mehrere Möglichkeiten, einen Artikel zu speichern:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Browser-Erweiterungen' | 280 | browser_addons: 'Browser-Erweiterungen' |
278 | mobile_apps: 'Apps' | 281 | mobile_apps: 'Apps' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'im Microsoft-Store' | 293 | windows: 'im Microsoft-Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Ziehe diesen Link in deine Lesezeichenleiste:' | 295 | description: 'Ziehe diesen Link in deine Lesezeichenleiste:' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Schnelleinstieg' | 325 | page_title: 'Schnelleinstieg' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 63216a0f..9e13ad0e 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml | |||
@@ -272,6 +272,9 @@ about: | |||
272 | 272 | ||
273 | howto: | 273 | howto: |
274 | page_title: 'How to' | 274 | page_title: 'How to' |
275 | tab_menu: | ||
276 | add_link: "Add a link" | ||
277 | shortcuts: "Use shortcuts" | ||
275 | page_description: 'There are several ways to save an article:' | 278 | page_description: 'There are several ways to save an article:' |
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Browser addons' | 280 | browser_addons: 'Browser addons' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'on the Microsoft Store' | 293 | windows: 'on the Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Drag & drop this link to your bookmarks bar:' | 295 | description: 'Drag & drop this link to your bookmarks bar:' |
296 | shortcuts: | ||
297 | page_description: Here are the shortcuts available in wallabag. | ||
298 | shortcut: Shortcut | ||
299 | action: Action | ||
300 | all_pages_title: Shortcuts available in all pages | ||
301 | go_unread: Go to unread | ||
302 | go_starred: Go to starred | ||
303 | go_archive: Go to archive | ||
304 | go_all: Go to all entries | ||
305 | go_tags: Go to tags | ||
306 | go_config: Go to config | ||
307 | go_import: Go to import | ||
308 | go_developers: Go to developers | ||
309 | go_howto: Go to howto (this page!) | ||
310 | go_logout: Logout | ||
311 | list_title: Shortcuts available in listing pages | ||
312 | search: Display the search form | ||
313 | article_title: Shortcuts available in entry view | ||
314 | open_original: Open original URL of the entry | ||
315 | toggle_favorite: Toggle star status for the entry | ||
316 | toggle_archive: Toggle read status for the entry | ||
317 | delete: Delete the entry | ||
318 | material_title: Shortcuts available with Material theme only | ||
319 | add_link: Add a new link | ||
320 | hide_form: Hide the current form (search or new link) | ||
321 | arrows_navigation: Navigate through articles | ||
322 | open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Quickstart' | 325 | page_title: 'Quickstart' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml index 3876725e..b8764876 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.es.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'Ayuda' | 274 | page_title: 'Ayuda' |
275 | page_description: 'Hay muchas maneras para guardar un artículo:' | 275 | page_description: 'Hay muchas maneras para guardar un artículo:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Extensiones de navigador' | 280 | browser_addons: 'Extensiones de navigador' |
278 | mobile_apps: 'Aplicaciones para smartphone' | 281 | mobile_apps: 'Aplicaciones para smartphone' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'por la tienda de Microsoft' | 293 | windows: 'por la tienda de Microsoft' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Desplazar y soltar este link en la barra de marcadores :' | 295 | description: 'Desplazar y soltar este link en la barra de marcadores :' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Comienzo rápido' | 325 | page_title: 'Comienzo rápido' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml index 301668e3..e1bfcade 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'خودآموز' | 274 | page_title: 'خودآموز' |
275 | page_description: 'راههای زیادی برای ذخیرهٔ مقالهها هست:' | 275 | page_description: 'راههای زیادی برای ذخیرهٔ مقالهها هست:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'افزونه برای مرورگرها' | 280 | browser_addons: 'افزونه برای مرورگرها' |
278 | mobile_apps: 'برنامههای موبایل' | 281 | mobile_apps: 'برنامههای موبایل' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'از راه Microsoft Store' | 293 | windows: 'از راه Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'این پیوند را به نوار بوکمارک مرورگرتان بکشید:' | 295 | description: 'این پیوند را به نوار بوکمارک مرورگرتان بکشید:' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Quickstart' | 325 | page_title: 'Quickstart' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml index d97eab26..2e4f4f43 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml | |||
@@ -272,6 +272,9 @@ about: | |||
272 | 272 | ||
273 | howto: | 273 | howto: |
274 | page_title: "Aide" | 274 | page_title: "Aide" |
275 | tab_menu: | ||
276 | add_link: "Ajouter un lien" | ||
277 | shortcuts: "Utiliser les raccourcis" | ||
275 | page_description: "Il y a plusieurs façon d’enregistrer un article :" | 278 | page_description: "Il y a plusieurs façon d’enregistrer un article :" |
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: "Extensions de navigateur" | 280 | browser_addons: "Extensions de navigateur" |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: "sur Microsoft Store" | 293 | windows: "sur Microsoft Store" |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: "Glissez et déposez ce lien dans votre barre de favoris :" | 295 | description: "Glissez et déposez ce lien dans votre barre de favoris :" |
296 | shortcuts: | ||
297 | page_description: Voici les raccourcis disponibles dans wallabag. | ||
298 | shortcut: Raccourci | ||
299 | action: Action | ||
300 | all_pages_title: Raccourcis disponibles dans toutes les pages | ||
301 | go_unread: Afficher les articles non lus | ||
302 | go_starred: Afficher les articles favoris | ||
303 | go_archive: Afficher les articles lus | ||
304 | go_all: Afficher tous les articles | ||
305 | go_tags: Afficher les tags | ||
306 | go_config: Aller à la configuration | ||
307 | go_import: Aller aux imports | ||
308 | go_developers: Aller à la section Développeurs | ||
309 | go_howto: Afficher l'aide (cette page !) | ||
310 | go_logout: Se déconnecter | ||
311 | list_title: Raccourcis disponibles dans les pages de liste | ||
312 | search: Afficher le formulaire de recherche | ||
313 | article_title: Raccourcis disponibles quand on affiche un article | ||
314 | open_original: Ouvrir l'URL originale de l'article | ||
315 | toggle_favorite: Changer le statut Favori de l'article | ||
316 | toggle_archive: Changer le status Lu de l'article | ||
317 | delete: Supprimer l'article | ||
318 | material_title: Raccourcis disponibles avec le thème Material uniquement | ||
319 | add_link: Ajouter un nouvel article | ||
320 | hide_form: Masquer le formulaire courant (recherche ou nouvel article) | ||
321 | arrows_navigation: Naviguer à travers les articles | ||
322 | open_article: Afficher l'article sélectionné | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: "Pour bien débuter" | 325 | page_title: "Pour bien débuter" |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml index 4be99a27..d84f7dbf 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.it.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'How to' | 274 | page_title: 'How to' |
275 | page_description: 'Ci sono diversi modi per salvare un contenuto:' | 275 | page_description: 'Ci sono diversi modi per salvare un contenuto:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'tramite addons del Browser' | 280 | browser_addons: 'tramite addons del Browser' |
278 | mobile_apps: 'tramite app Mobile' | 281 | mobile_apps: 'tramite app Mobile' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'sullo store di Microsoft' | 293 | windows: 'sullo store di Microsoft' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Trascinando e rilasciando questo link sulla barra dei bookmark del tuo browser:' | 295 | description: 'Trascinando e rilasciando questo link sulla barra dei bookmark del tuo browser:' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Introduzione' | 325 | page_title: 'Introduzione' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml index 5ded91f9..f2215a07 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'Ajuda' | 274 | page_title: 'Ajuda' |
275 | page_description: "I a mai d'un biais d'enregistrar un article :" | 275 | page_description: "I a mai d'un biais d'enregistrar un article :" |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Extensions de navigator' | 280 | browser_addons: 'Extensions de navigator' |
278 | mobile_apps: 'Aplicacions mobil' | 281 | mobile_apps: 'Aplicacions mobil' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'sus Microsoft Store' | 293 | windows: 'sus Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Lisatz-depausatz aqueste ligam dins vòstra barra de favorits :' | 295 | description: 'Lisatz-depausatz aqueste ligam dins vòstra barra de favorits :' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Per ben començar' | 325 | page_title: 'Per ben començar' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml index c124b744..0e48c3c6 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'Howto' | 274 | page_title: 'Howto' |
275 | page_description: 'Sposoby zapisania artykułu:' | 275 | page_description: 'Sposoby zapisania artykułu:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Wtyczki dla przeglądarki' | 280 | browser_addons: 'Wtyczki dla przeglądarki' |
278 | mobile_apps: 'Aplikacje mobilne' | 281 | mobile_apps: 'Aplikacje mobilne' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'w Microsoft Store' | 293 | windows: 'w Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Przeciągnij i upuść ten link na swój pasek zakładek' | 295 | description: 'Przeciągnij i upuść ten link na swój pasek zakładek' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Szybki start' | 325 | page_title: 'Szybki start' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml index 4084469c..3dd6e7d8 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'How to' | 274 | page_title: 'How to' |
275 | page_description: 'Existem diferentes formas de salvar um artigo:' | 275 | page_description: 'Existem diferentes formas de salvar um artigo:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Extensões de navegadores' | 280 | browser_addons: 'Extensões de navegadores' |
278 | mobile_apps: "App's móveis" | 281 | mobile_apps: "App's móveis" |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'na Microsoft Store' | 293 | windows: 'na Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Arraste e solve este link na sua barra de favoritos:' | 295 | description: 'Arraste e solve este link na sua barra de favoritos:' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Começo Rápido' | 325 | page_title: 'Começo Rápido' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml index a6a7e146..0386c0b6 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'Cum să' | 274 | page_title: 'Cum să' |
275 | # page_description: 'There are several ways to save an article:' | 275 | # page_description: 'There are several ways to save an article:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Add-On-uri de Browser' | 280 | browser_addons: 'Add-On-uri de Browser' |
278 | mobile_apps: 'Aplicații mobile' | 281 | mobile_apps: 'Aplicații mobile' |
@@ -290,6 +293,33 @@ howto: | |||
290 | windows: 'prin Microsoft Store' | 293 | windows: 'prin Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: 'Drag & drop acest link în bara de bookmark-uri:' | 295 | description: 'Drag & drop acest link în bara de bookmark-uri:' |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | # page_title: 'Quickstart' | 325 | # page_title: 'Quickstart' |
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml index 630ad0ca..74601f4e 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml | |||
@@ -273,6 +273,9 @@ about: | |||
273 | howto: | 273 | howto: |
274 | page_title: 'Yardım' | 274 | page_title: 'Yardım' |
275 | # page_description: 'There are several ways to save an article:' | 275 | # page_description: 'There are several ways to save an article:' |
276 | tab_menu: | ||
277 | # add_link: "Add a link" | ||
278 | # shortcuts: "Use shortcuts" | ||
276 | top_menu: | 279 | top_menu: |
277 | browser_addons: 'Tarayıcı eklentileri' | 280 | browser_addons: 'Tarayıcı eklentileri' |
278 | mobile_apps: 'Mobil uygulamalar' | 281 | mobile_apps: 'Mobil uygulamalar' |
@@ -290,6 +293,33 @@ howto: | |||
290 | # windows: 'on the Microsoft Store' | 293 | # windows: 'on the Microsoft Store' |
291 | bookmarklet: | 294 | bookmarklet: |
292 | description: "Bu bağlantı ile yer imlerinizi sürükleyip bırakarak wallabag'e ekleyebilirsiniz:" | 295 | description: "Bu bağlantı ile yer imlerinizi sürükleyip bırakarak wallabag'e ekleyebilirsiniz:" |
296 | shortcuts: | ||
297 | # page_description: Here are the shortcuts available in wallabag. | ||
298 | # shortcut: Shortcut | ||
299 | # action: Action | ||
300 | # all_pages_title: Shortcuts available in all pages | ||
301 | # go_unread: Go to unread | ||
302 | # go_starred: Go to starred | ||
303 | # go_archive: Go to archive | ||
304 | # go_all: Go to all entries | ||
305 | # go_tags: Go to tags | ||
306 | # go_config: Go to config | ||
307 | # go_import: Go to import | ||
308 | # go_developers: Go to developers | ||
309 | # go_howto: Go to howto (this page!) | ||
310 | # go_logout: Logout | ||
311 | # list_title: Shortcuts available in listing pages | ||
312 | # search: Display the search form | ||
313 | # article_title: Shortcuts available in entry view | ||
314 | # open_original: Open original URL of the entry | ||
315 | # toggle_favorite: Toggle star status for the entry | ||
316 | # toggle_archive: Toggle read status for the entry | ||
317 | # delete: Delete the entry | ||
318 | # material_title: Shortcuts available with Material theme only | ||
319 | # add_link: Add a new link | ||
320 | # hide_form: Hide the current form (search or new link) | ||
321 | # arrows_navigation: Navigate through articles | ||
322 | # open_article: Display the selected entry | ||
293 | 323 | ||
294 | quickstart: | 324 | quickstart: |
295 | page_title: 'Hızlı başlangıç' | 325 | page_title: 'Hızlı başlangıç' |
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig index 67a10190..3b02993e 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/common/Static/howto.html.twig | |||
@@ -7,39 +7,186 @@ | |||
7 | <div class="row"> | 7 | <div class="row"> |
8 | <div class="col s12"> | 8 | <div class="col s12"> |
9 | <div class="card-panel settings"> | 9 | <div class="card-panel settings"> |
10 | <p>{{ 'howto.page_description'|trans }}</p> | ||
11 | 10 | ||
12 | <div class="row"> | 11 | <div class="row"> |
13 | 12 | <div class="div_tabs col s12"> | |
14 | <div class="col s12"> | 13 | <ul class="tabs"> |
15 | <a href="{{ path('new') }}">{{ 'howto.form.description'|trans }}</a> | 14 | <li class="tab col s12 m6 l3"><a class="active" href="#set1">{{ 'howto.tab_menu.add_link'|trans }}</a></li> |
16 | </div> | 15 | <li class="tab col s12 m6 l3"><a href="#set2">{{ 'howto.tab_menu.shortcuts'|trans }}</a></li> |
17 | |||
18 | <div class="col s12"> | ||
19 | <h5>{{ 'howto.top_menu.browser_addons'|trans }}</h5> | ||
20 | <ul> | ||
21 | <li><a href="{{ addonsUrl.firefox }}" target="_blank">{{ 'howto.browser_addons.firefox'|trans }}</a></li> | ||
22 | <li><a href="{{ addonsUrl.chrome }}" target="_blank">{{ 'howto.browser_addons.chrome'|trans }}</a></li> | ||
23 | </ul> | 16 | </ul> |
24 | </div> | 17 | </div> |
25 | 18 | ||
26 | <div class="col s12"> | 19 | <div id="set1" class="col s12"> |
27 | <h5>{{ 'howto.top_menu.mobile_apps'|trans }}</h5> | 20 | <p>{{ 'howto.page_description'|trans }}</p> |
28 | <ul> | 21 | |
29 | <li>Android: <a href="{{ addonsUrl.f_droid }}" target="_blank">{{ 'howto.mobile_apps.android.via_f_droid'|trans }}</a> / <a href="{{ addonsUrl.google_play }}" target="_blank">{{ 'howto.mobile_apps.android.via_google_play'|trans }}</a></li> | 22 | <div class="row"> |
30 | <li>iOS: <a href="{{ addonsUrl.ios }}" target="_blank">{{ 'howto.mobile_apps.ios'|trans }}</a></li> | ||
31 | <li>Windows Phone: <a href="{{ addonsUrl.windows }}" target="_blank">{{ 'howto.mobile_apps.windows'|trans }}</a></li> | ||
32 | </ul> | ||
33 | </div> | ||
34 | 23 | ||
35 | <div class="col s12"> | 24 | <div class="col s12"> |
36 | <h5>{{ 'howto.top_menu.bookmarklet'|trans }}</h5> | 25 | <a href="{{ path('new') }}">{{ 'howto.form.description'|trans }}</a> |
37 | {{ 'howto.bookmarklet.description'|trans }} | 26 | </div> |
38 | {% include '@WallabagCore/themes/common/Static/_bookmarklet.html.twig' %} | 27 | |
28 | <div class="col s12"> | ||
29 | <h5>{{ 'howto.top_menu.browser_addons'|trans }}</h5> | ||
30 | <ul> | ||
31 | <li><a href="{{ addonsUrl.firefox }}" target="_blank">{{ 'howto.browser_addons.firefox'|trans }}</a></li> | ||
32 | <li><a href="{{ addonsUrl.chrome }}" target="_blank">{{ 'howto.browser_addons.chrome'|trans }}</a></li> | ||
33 | </ul> | ||
34 | </div> | ||
35 | |||
36 | <div class="col s12"> | ||
37 | <h5>{{ 'howto.top_menu.mobile_apps'|trans }}</h5> | ||
38 | <ul> | ||
39 | <li>Android: <a href="{{ addonsUrl.f_droid }}" target="_blank">{{ 'howto.mobile_apps.android.via_f_droid'|trans }}</a> / <a href="{{ addonsUrl.google_play }}" target="_blank">{{ 'howto.mobile_apps.android.via_google_play'|trans }}</a></li> | ||
40 | <li>iOS: <a href="{{ addonsUrl.ios }}" target="_blank">{{ 'howto.mobile_apps.ios'|trans }}</a></li> | ||
41 | <li>Windows Phone: <a href="{{ addonsUrl.windows }}" target="_blank">{{ 'howto.mobile_apps.windows'|trans }}</a></li> | ||
42 | </ul> | ||
43 | </div> | ||
44 | |||
45 | <div class="col s12"> | ||
46 | <h5>{{ 'howto.top_menu.bookmarklet'|trans }}</h5> | ||
47 | {{ 'howto.bookmarklet.description'|trans }} | ||
48 | {% include '@WallabagCore/themes/common/Static/_bookmarklet.html.twig' %} | ||
49 | </div> | ||
50 | |||
51 | </div> | ||
39 | </div> | 52 | </div> |
40 | 53 | ||
41 | </div> | 54 | <div id="set2" class="col s12"> |
55 | <p>{{ 'howto.shortcuts.page_description'|trans }}</p> | ||
56 | |||
57 | <h5>{{ 'howto.shortcuts.all_pages_title'|trans }}</h5> | ||
42 | 58 | ||
59 | <table class="bordered"> | ||
60 | <thead> | ||
61 | <tr> | ||
62 | <th>{{ 'howto.shortcuts.shortcut'|trans }}</th> | ||
63 | <th>{{ 'howto.shortcuts.action'|trans }}</th> | ||
64 | </tr> | ||
65 | </thead> | ||
66 | |||
67 | <tbody> | ||
68 | <tr> | ||
69 | <td><code>g u</code></td> | ||
70 | <td>{{ 'howto.shortcuts.go_unread'|trans }}</td> | ||
71 | </tr> | ||
72 | <tr> | ||
73 | <td><code>g s</code></td> | ||
74 | <td>{{ 'howto.shortcuts.go_starred'|trans }}</td> | ||
75 | </tr> | ||
76 | <tr> | ||
77 | <td><code>g r</code></td> | ||
78 | <td>{{ 'howto.shortcuts.go_archive'|trans }}</td> | ||
79 | </tr> | ||
80 | <tr> | ||
81 | <td><code>g a</code></td> | ||
82 | <td>{{ 'howto.shortcuts.go_all'|trans }}</td> | ||
83 | </tr> | ||
84 | <tr> | ||
85 | <td><code>g t</code></td> | ||
86 | <td>{{ 'howto.shortcuts.go_tags'|trans }}</td> | ||
87 | </tr> | ||
88 | <tr> | ||
89 | <td><code>g c</code></td> | ||
90 | <td>{{ 'howto.shortcuts.go_config'|trans }}</td> | ||
91 | </tr> | ||
92 | <tr> | ||
93 | <td><code>g i</code></td> | ||
94 | <td>{{ 'howto.shortcuts.go_import'|trans }}</td> | ||
95 | </tr> | ||
96 | <tr> | ||
97 | <td><code>g d</code></td> | ||
98 | <td>{{ 'howto.shortcuts.go_developers'|trans }}</td> | ||
99 | </tr> | ||
100 | <tr> | ||
101 | <td><code>?</code></td> | ||
102 | <td>{{ 'howto.shortcuts.go_howto'|trans }}</td> | ||
103 | </tr> | ||
104 | <tr> | ||
105 | <td><code>g l</code></td> | ||
106 | <td>{{ 'howto.shortcuts.go_logout'|trans }}</td> | ||
107 | </tr> | ||
108 | </tbody> | ||
109 | </table> | ||
110 | |||
111 | <h5>{{ 'howto.shortcuts.list_title'|trans }}</h5> | ||
112 | |||
113 | <table class="bordered"> | ||
114 | <thead> | ||
115 | <tr> | ||
116 | <th>{{ 'howto.shortcuts.shortcut'|trans }}</th> | ||
117 | <th>{{ 'howto.shortcuts.action'|trans }}</th> | ||
118 | </tr> | ||
119 | </thead> | ||
120 | |||
121 | <tbody> | ||
122 | <tr> | ||
123 | <td><code>s</code></td> | ||
124 | <td>{{ 'howto.shortcuts.search'|trans }}</td> | ||
125 | </tr> | ||
126 | </tbody> | ||
127 | </table> | ||
128 | |||
129 | <h5>{{ 'howto.shortcuts.article_title'|trans }}</h5> | ||
130 | |||
131 | <table class="bordered"> | ||
132 | <thead> | ||
133 | <tr> | ||
134 | <th>{{ 'howto.shortcuts.shortcut'|trans }}</th> | ||
135 | <th>{{ 'howto.shortcuts.action'|trans }}</th> | ||
136 | </tr> | ||
137 | </thead> | ||
138 | |||
139 | <tbody> | ||
140 | <tr> | ||
141 | <td><code>o</code></td> | ||
142 | <td>{{ 'howto.shortcuts.open_original'|trans }}</td> | ||
143 | </tr> | ||
144 | <tr> | ||
145 | <td><code>f</code></td> | ||
146 | <td>{{ 'howto.shortcuts.toggle_favorite'|trans }}</td> | ||
147 | </tr> | ||
148 | <tr> | ||
149 | <td><code>a</code></td> | ||
150 | <td>{{ 'howto.shortcuts.toggle_archive'|trans }}</td> | ||
151 | </tr> | ||
152 | <tr> | ||
153 | <td><code>del</code></td> | ||
154 | <td>{{ 'howto.shortcuts.delete'|trans }}</td> | ||
155 | </tr> | ||
156 | </tbody> | ||
157 | </table> | ||
158 | |||
159 | <h5>{{ 'howto.shortcuts.material_title'|trans }}</h5> | ||
160 | |||
161 | <table class="bordered"> | ||
162 | <thead> | ||
163 | <tr> | ||
164 | <th>{{ 'howto.shortcuts.shortcut'|trans }}</th> | ||
165 | <th>{{ 'howto.shortcuts.action'|trans }}</th> | ||
166 | </tr> | ||
167 | </thead> | ||
168 | |||
169 | <tbody> | ||
170 | <tr> | ||
171 | <td><code>g n</code></td> | ||
172 | <td>{{ 'howto.shortcuts.add_link'|trans }}</td> | ||
173 | </tr> | ||
174 | <tr> | ||
175 | <td><code>esc</code></td> | ||
176 | <td>{{ 'howto.shortcuts.hide_form'|trans }}</td> | ||
177 | </tr> | ||
178 | <tr> | ||
179 | <td><code>← →</code></td> | ||
180 | <td>{{ 'howto.shortcuts.arrows_navigation'|trans }}</td> | ||
181 | </tr> | ||
182 | <tr> | ||
183 | <td><code>enter</code></td> | ||
184 | <td>{{ 'howto.shortcuts.open_article'|trans }}</td> | ||
185 | </tr> | ||
186 | </tbody> | ||
187 | </table> | ||
188 | </div> | ||
189 | |||
43 | </div> | 190 | </div> |
44 | </div> | 191 | </div> |
45 | </div> | 192 | </div> |