1+ <!--
2+ ~ Copyright 2019 Google LLC
3+ ~
4+ ~ Licensed under the Apache License, Version 2.0 (the "License");
5+ ~ you may not use this file except in compliance with the License.
6+ ~ You may obtain a copy of the License at
7+ ~
8+ ~ https://www.apache.org/licenses/LICENSE-2.0
9+ ~
10+ ~ Unless required by applicable law or agreed to in writing, software
11+ ~ distributed under the License is distributed on an "AS IS" BASIS,
12+ ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ ~ See the License for the specific language governing permissions and
14+ ~ limitations under the License.
15+ -->
16+
17+ <resources >
18+ <string name =" app_name" >Sunflower</string >
19+ <string name =" menu_filter_by_grow_zone" >Filtra per zona di crescita</string >
20+ <string name =" plant_detail_image_content_description" >Immagine della pianta</string >
21+ <string name =" my_garden_title" >Il mio giardino</string >
22+ <string name =" plant_list_title" >Lista delle piante</string >
23+ <string name =" plant_details_title" >Dettagli della pianta</string >
24+ <string name =" menu_item_share_plant" >Condividi</string >
25+ <string name =" planted_date" >%1$s piantata il %2$s</string >
26+ <string name =" garden_empty" >Il tuo giardino è vuoto</string >
27+ <string name =" added_plant_to_garden" >Pianta aggiunta al giardino</string >
28+ <string name =" navigation_drawer_header_content_description" >Logo dell\'intestazione di navigazione</string >
29+ <string name =" share_text_plant" >Controlla la pianta %s nell\'app Sunflower</string >
30+
31+ <!-- String plurals and their related prefix / suffix strings -->
32+ <string name =" watering_needs_prefix" >Esigenze di irrigazione:</string >
33+ <plurals name =" watering_needs_suffix" >
34+ <item quantity =" one" >ogni giorno</item >
35+ <item quantity =" other" >ogni %d giorni</item >
36+ </plurals >
37+
38+ <string name =" watering_next_prefix" >Annaffiata il %s</string >
39+ <plurals name =" watering_next_suffix" >
40+ <item quantity =" one" >annaffia domani.</item >
41+ <item quantity =" other" >annaffia tra %d giorni.</item >
42+ </plurals >
43+
44+ <!-- Accessibility -->
45+ <string name =" a11y_plant_item_image" >Immagine della pianta</string >
46+
47+ </resources >
0 commit comments