Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Added Italian translation. #341

Merged
merged 8 commits into from
Feb 21, 2019
8 changes: 4 additions & 4 deletions app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
<string name="share_text_plant">Controlla la pianta %s nell\'app Sunflower</string>

<!-- String plurals and their related prefix / suffix strings -->
<string name="watering_needs_prefix" translation_description="Prefix for the text describing how often a plant should be watered. Used in combination with watering_needs_suffix.">Watering needs:</string>
<string name="watering_needs_prefix" translation_description="Prefix for the text describing how often a plant should be watered. Used in combination with watering_needs_suffix.">Esigenze di irrigazione:</string>
<plurals name="watering_needs_suffix">
<item quantity="one" translation_description="Suffix for the text describing how often a plant should be watered, singular. Used in combination with watering_needs_prefix: 'Watering needs: every day'.">every day</item>
<item quantity="other" translation_description="Suffix for the text describing how often a plant should be watered, plural. Used in combination with watering_needs_prefix: 'Watering needs: every 8 days'.">every %d days</item>
<item quantity="one" translation_description="Suffix for the text describing how often a plant should be watered, singular. Used in combination with watering_needs_prefix: 'Watering needs: every day'.">ogni giorno</item>
pfmaggi marked this conversation as resolved.
Show resolved Hide resolved
<item quantity="other" translation_description="Suffix for the text describing how often a plant should be watered, plural. Used in combination with watering_needs_prefix: 'Watering needs: every 8 days'.">ogni %d giorni</item>
</plurals>

<string name="watering_next_prefix" translation_description="Prefix for the text indicating when the plant should next be watered. Used in combination with watering_next_suffix.">Annaffiata il %s</string>
<plurals name="watering_next_suffix">
<item quantity="one" translation_description="Suffix for the text indicating when the the plant should next be watered, singular. Used in combination with watering_next_prefix: 'Last watered on May 24, 2018 - water tomorrow.'.">annaffia domani.</item>
<item quantity="other" translation_description="Suffix for the text indicating when the the plant should next be watered, plural. Used in combination with watering_next_prefix: 'Last watered on May 24, 2018 - water in 8 days.'.">annaffia in %d giorni.</item>
<item quantity="other" translation_description="Suffix for the text indicating when the the plant should next be watered, plural. Used in combination with watering_next_prefix: 'Last watered on May 24, 2018 - water in 8 days.'.">annaffia tra %d giorni.</item>
</plurals>

<!-- Accessibility -->
Expand Down