aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml')
-rw-r--r--src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml33
1 files changed, 30 insertions, 3 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
index 95df573d..51dbbcaf 100644
--- a/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
+++ b/src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
@@ -32,6 +32,7 @@ menu:
32 # save_link: 'Save a link' 32 # save_link: 'Save a link'
33 back_to_unread: 'Înapoi la articolele necitite' 33 back_to_unread: 'Înapoi la articolele necitite'
34 # users_management: 'Users management' 34 # users_management: 'Users management'
35 # site_credentials: 'Site credentials'
35 top: 36 top:
36 add_new_entry: 'Introdu un nou articol' 37 add_new_entry: 'Introdu un nou articol'
37 search: 'Căutare' 38 search: 'Căutare'
@@ -89,9 +90,10 @@ config:
89 token_reset: 'Resetează-ți token-ul' 90 token_reset: 'Resetează-ți token-ul'
90 rss_links: 'Link-uri RSS' 91 rss_links: 'Link-uri RSS'
91 rss_link: 92 rss_link:
92 unread: 'unread' 93 unread: 'Unread'
93 starred: 'starred' 94 starred: 'Starred'
94 archive: 'archived' 95 archive: 'Archived'
96 # all: 'All'
95 rss_limit: 'Limită RSS' 97 rss_limit: 'Limită RSS'
96 form_user: 98 form_user:
97 # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion" 99 # two_factor_description: "Enabling two factor authentication means you'll receive an email with a code on every new untrusted connexion"
@@ -521,6 +523,26 @@ user:
521 search: 523 search:
522 # placeholder: Filter by username or email 524 # placeholder: Filter by username or email
523 525
526site_credential:
527 # page_title: Site credentials management
528 # new_site_credential: Create a credential
529 # edit_site_credential: Edit an existing credential
530 # description: "Here you can manage all credentials for sites which required them (create, edit and delete), like a paywall, an authentication, etc."
531 # list:
532 # actions: Actions
533 # edit_action: Edit
534 # yes: Yes
535 # no: No
536 # create_new_one: Create a new credential
537 # form:
538 # username_label: 'Username'
539 # host_label: 'Host'
540 # password_label: 'Password'
541 # save: Save
542 # delete: Delete
543 # delete_confirm: Are you sure?
544 # back_to_list: Back to list
545
524error: 546error:
525 # page_title: An error occurred 547 # page_title: An error occurred
526 548
@@ -573,3 +595,8 @@ flashes:
573 # added: 'User "%username%" added' 595 # added: 'User "%username%" added'
574 # updated: 'User "%username%" updated' 596 # updated: 'User "%username%" updated'
575 # deleted: 'User "%username%" deleted' 597 # deleted: 'User "%username%" deleted'
598 site_credential:
599 notice:
600 # added: 'Site credential for "%host%" added'
601 # updated: 'Site credential for "%host%" updated'
602 # deleted: 'Site credential for "%host%" deleted'