2021-10-25 15:01:10 +02:00
|
|
|
<!--
|
|
|
|
Copyright (C) 2020 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>
|
2021-10-25 19:45:56 +02:00
|
|
|
<string name="app_name">Ntfy</string>
|
2021-10-25 15:01:10 +02:00
|
|
|
<string name="add_topic">Add Topic</string>
|
|
|
|
|
2021-10-25 19:45:56 +02:00
|
|
|
<string name="topic1_name">Rose</string>
|
|
|
|
<string name="topic2_name">Freesia</string>
|
|
|
|
|
|
|
|
<string name="topic1_description">Rose comes from the Latin word Rosa. There are over 100
|
2021-10-25 15:01:10 +02:00
|
|
|
species of the rose. </string>
|
2021-10-25 19:45:56 +02:00
|
|
|
<string name="topic2_description">Freesias bloom during spring and are native to
|
2021-10-25 15:01:10 +02:00
|
|
|
Africa.</string>
|
2021-10-25 19:45:56 +02:00
|
|
|
|
|
|
|
<string name="topic_string">Topics</string>
|
|
|
|
<string name="topic_finder">Topic finder</string>
|
|
|
|
<string name="topic_description_edit_text">Topic Description</string>
|
|
|
|
<string name="topic_name_edit_text">Topic Name</string>
|
2021-10-25 15:01:10 +02:00
|
|
|
<string name="done_button_text">Done</string>
|
|
|
|
<string name="fab_content_description">fab</string>
|
|
|
|
<string name="remove_topic">Unsubscribe</string>
|
|
|
|
|
|
|
|
</resources>
|