<!--
  Copyright 2022 The Android Open Source Project
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
  in compliance with the License. You may obtain a copy of the License at
  http://www.apache.org/licenses/LICENSE-2.0
  Unless required by applicable law or agreed to in writing, software distributed under the License
  is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
  or implied. See the License for the specific language governing permissions and limitations under
  the License.
  -->
<resources>
    <string name="app_name">Cat-ch</string>
    <string name="navigation_drawer">Navigation Drawer</string>
    <string name="tab_Home">홈</string>
    <string name="tab_letter_practice">글씨 연습</string>
    <string name="tab_dm">Direct Messages</string>
    <string name="tab_profile">프로필</string>

    <string name="profile">프로필</string>
    <string name="search">Search</string>
    <string name="reply">Reply</string>
    <string name="reply_all">Reply All</string>

    <string name="edit">Edit</string>
    <string name="compose">Compose</string>

    <string name="empty_screen_title">Screen under construction</string>
    <string name="empty_screen_subtitle">This screen is still under construction. This sample will help you learn about adaptive layouts in Jetpack Compose</string>

    <string name="back_button">Back</string>
    <string name="more_options_button">More options</string>
    <string name="messages">Messages</string>
    <string name="four_hours_ago">4 hrs ago</string>

    <string name="search_emails">Search emails</string>
    <string name="no_item_found">No item found</string>
    <string name="no_search_history">No search history</string>

    <string name="prac_btn">사용자가 직접 폰트를 선택하여 연습할 수 있습니다</string>

    <string name="font1">나눔고딕</string>
    <string name="font2">나눔바른고딕</string>
</resources>