Merge pull request #285 from Solatec/patch-26

Update strings.xml
This commit is contained in:
Tibor Kaputa 2018-03-06 12:19:40 +01:00 committed by GitHub
commit fadbd48cca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,20 +231,20 @@
<item quantity="other">%d hores</item>
</plurals>
<plurals name="days">
<item quantity="one">%d day</item>
<item quantity="other">%d days</item>
<item quantity="one">%d dia</item>
<item quantity="other">%d dies</item>
</plurals>
<plurals name="weeks">
<item quantity="one">%d week</item>
<item quantity="other">%d weeks</item>
<item quantity="one">%d setmana</item>
<item quantity="other">%d setmanes</item>
</plurals>
<plurals name="months">
<item quantity="one">%d month</item>
<item quantity="other">%d months</item>
<item quantity="one">%d mes</item>
<item quantity="other">%d mesos</item>
</plurals>
<plurals name="years">
<item quantity="one">%d year</item>
<item quantity="other">%d years</item>
<item quantity="one">%d any</item>
<item quantity="other">%d anys</item>
</plurals>
<!-- For example: I will be there in 5 minutes -->
@ -262,9 +262,9 @@
</plurals>
<!-- For example: Time remaining till the alarm goes off: 6 hours, 5 minutes -->
<string name="alarm_goes_off_in">Time remaining till the alarm goes off: %s</string>
<string name="alarm_warning">Please make sure the alarm works properly before relying on it. It could misbehave due to system restrictions related to battery saving.</string>
<string name="reminder_warning">Please make sure the reminders work properly before relying on them. They could misbehave due to system restrictions related to battery saving.</string>
<string name="alarm_goes_off_in">Temps restant fins que l\'alarma s\'apagi: %s</string>
<string name="alarm_warning">Assegureu-vos que l\'alarma funcioni correctament abans de confiar-hi. Pot comportar-se malament a causa de les restriccions del sistema relacionades amb l\'estalvi de bateria.</string>
<string name="reminder_warning">Assegureu-vos que els recordatoris funcionin correctament abans de confiar-hi. Podrien comportar-se malament a causa de les restriccions del sistema relacionades amb l\'estalvi de bateria.</string>
<!-- Settings -->
<string name="settings">Ajustaments</string>