diff options
Diffstat (limited to 'src/Wallabag')
12 files changed, 360 insertions, 0 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ıç' |