X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Ftranslations%2Fmessages.en.yml;h=d921b39f9579a9cac1123a45dc3f7d96fe8d71ef;hb=f1be7af446052c6fed7033664c6c6350f558961b;hp=19b592e031f9cb1c81d2d8e62c29c81614fb3cbb;hpb=d35ba2c3d6c822b293e7d04baa934845d44bec99;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml index 19b592e0..d921b39f 100644 --- a/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml +++ b/src/Wallabag/CoreBundle/Resources/translations/messages.en.yml @@ -139,16 +139,18 @@ entry: starred: 'Starred entries' archived: 'Archived entries' filtered: 'Filtered entries' + filtered_tags: 'Filtered by tags' list: number_on_the_page: '{0} There are no entries.|{1} There is one entry.|]1,Inf[ There are %count% entries.' reading_time: 'estimated reading time' reading_time_minutes: 'estimated reading time: %readingTime% min' reading_time_less_one_minute: 'estimated reading time: < 1 min' + number_of_tags: '{1}and one other tag|]1,Inf[and %count% other tags' reading_time_minutes_short: '%readingTime% min' reading_time_less_one_minute_short: '< 1 min' original_article: 'original' toogle_as_read: 'Toggle mark as read' - toogle_as_star: 'Toggle favorite' + toogle_as_star: 'Toggle starred' delete: 'Delete' export_title: 'Export' filters: @@ -178,13 +180,15 @@ entry: back_to_homepage: 'Back' set_as_read: 'Mark as read' set_as_unread: 'Mark as unread' - set_as_favorite: 'Favorite' + set_as_starred: 'Toggle starred' view_original_article: 'Original article' re_fetch_content: 'Re-fetch content' delete: 'Delete' add_a_tag: 'Add a tag' share_content: 'Share' share_email_label: 'Email' + public_link: 'public link' + delete_public_link: 'delete public link' download: 'Download' print: 'Print' problem: @@ -354,19 +358,21 @@ developer: field_grant_types: 'Grant type allowed' no_client: 'No client yet.' remove: - warn_message_1: 'You have the ability to remove this client. This action is IRREVERSIBLE !' + warn_message_1: 'You have the ability to remove the client %name%. This action is IRREVERSIBLE !' warn_message_2: "If you remove it, every app configured with that client won't be able to auth on your wallabag." - action: 'Remove this client' + action: 'Remove the client %name%' client: page_title: 'Developer > New client' page_description: 'You are about to create a new client. Please fill the field below for the redirect URI of your application.' form: - redirect_uris_label: 'Redirect URIs' + name_label: 'Name of the client' + redirect_uris_label: 'Redirect URIs (optional)' save_label: 'Create a new client' action_back: 'Back' client_parameter: page_title: 'Developer > Client parameters' page_description: 'Here are your client parameters.' + field_name: 'Client name' field_id: 'Client ID' field_secret: 'Client secret' back: 'Back' @@ -419,5 +425,5 @@ flashes: summary: 'Import summary: %imported% imported, %skipped% already saved.' developer: notice: - client_created: 'New client created.' - client_deleted: 'Client deleted' + client_created: 'New client %name% created.' + client_deleted: 'Client %name% deleted'