From 3e9a271921920fa0a75b381d02615785268b4299 Mon Sep 17 00:00:00 2001 From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com> Date: Wed, 14 Jun 2023 15:40:34 +0700 Subject: [PATCH] Move some English strings to 'Mobile' category --- locales/en.strings | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/locales/en.strings b/locales/en.strings index f246647f..4cd98df4 100644 --- a/locales/en.strings +++ b/locales/en.strings @@ -421,18 +421,10 @@ "my_settings" = "My Settings"; "bug_tracker" = "Bug-tracker"; -"mobile_friends" = "Friends"; -"mobile_photos" = "Photos"; -"mobile_videos" = "Videos"; -"mobile_messages" = "Messages"; -"mobile_notes" = "Notes"; -"mobile_groups" = "Groups"; -"mobile_search" = "Search"; - "menu_settings" = "Settings"; "menu_login" = "Login"; "menu_registration" = "Registration"; -"menu_desktop_version" = "Desktop version"; + "menu_help" = "Help"; "menu_logout" = "Logout"; @@ -1511,3 +1503,13 @@ "closed_group_post" = "This is a post from private group"; "deleted_target_comment" = "This comment belongs to deleted post"; + +/* Mobile */ +"mobile_friends" = "Friends"; +"mobile_photos" = "Photos"; +"mobile_videos" = "Videos"; +"mobile_messages" = "Messages"; +"mobile_notes" = "Notes"; +"mobile_groups" = "Groups"; +"mobile_search" = "Search"; +"mobile_desktop_version" = "Desktop version";