<resources>
<string name="app_name">Your App's Name</string>
<string name="welcome_message">Welcome to the app!</string>
<string name="login_button">Log In</string>
<string name="signup_button">Sign Up</string>
<string name="error_message">An error has occurred. Please try again.</string>
<string name="logout_message">You have been logged out.</string>
<string name="greeting_message">Hello, %1$s!</string>
<string name="item_count">You have %1$d items in your cart.</string>
<string name="terms_conditions">By using this app, you agree to our Terms & Conditions.</string>
<string-array name="days_of_week">
<item>Monday</item>
<item>Tuesday</item>
<item>Wednesday</item>
<item>Thursday</item>
<item>Friday</item>
<item>Saturday</item>
<item>Sunday</item>
</string-array>
<plurals name="number_of_messages">
<item quantity="one">%d new message</item>
<item quantity="other">%d new messages</item>
</plurals>
</resources>