diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index f563d99c3b0..41bb066a1ef 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -477,7 +477,7 @@ en: ga_domain_name: "Google analytics domain name, eg: mysite.com; see http://google.com/analytics" top_menu: "Determine which items appear in the homepage navigation, and in what order. Example latest|hot|read|favorited|unread|new|posted|categories" post_menu: "Determine which items appear on the post menu, and in what order. Example like|edit|flag|delete|share|bookmark|reply" - share_links: "Determine which items appear on the share dialog, and in what order. Example twitter|facebook|google+" + share_links: "Determine which items appear on the share dialog, and in what order. Example twitter|facebook|google+|email" track_external_right_clicks: "Track external links that are right clicked (eg: open in new tab) disabled by default because it rewrites URLs" topics_per_page: "How many topics are loaded by default on the topics list page" posts_per_page: "How many posts are returned on a topic page" diff --git a/config/locales/server.sv.yml b/config/locales/server.sv.yml index 507ed3f37c9..d7780b07be9 100644 --- a/config/locales/server.sv.yml +++ b/config/locales/server.sv.yml @@ -394,7 +394,7 @@ sv: ga_tracking_code: "Google analytics tracking code code, eg: UA-12345678-9; see http://google.com/analytics" top_menu: "Determine which items appear in the homepage navigation, and in what order. Example latest|hot|read|favorited|unread|new|posted|categories" post_menu: "Determine which items appear on the post menu, and in what order. Example like|edit|flag|delete|share|bookmark|reply" - share_links: "Determine which items appear on the share dialog, and in what order. Example twitter|facebook|google+" + share_links: "Determine which items appear on the share dialog, and in what order. Example twitter|facebook|google+|email" track_external_right_clicks: "Track external links that are right clicked (eg: open in new tab) disabled by default because it rewrites URLs" topics_per_page: "How many topics are loaded by default on the topics list page" posts_per_page: "How many posts are returned on a topic page"