We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22f5774 commit 5d579d2Copy full SHA for 5d579d2
app/src/main/res/values-es/strings.xml
@@ -260,7 +260,8 @@
260
<string name="unsupported_format">Formato no soportado.</string>
261
<plurals name="restore_confirmation">
262
<item quantity="one">¿Confirma que quiere restaurar %d archivo?</item>
263
- <item quantity="many">¿Confirma que quiere restaurar %d archivos?</item>
264
- <item quantity="other"></item>
+ <item quantity="many">¿Confirma que quiere restaurar %d de archivos?</item>
+ <item quantity="other">¿Confirma que quiere restaurar %d archivos?</item>
265
</plurals>
266
+ <string name="keep_screen_on_fullscreen_photos">Mantener pantalla encendida al ver fotos en pantalla completa</string>
267
</resources>
0 commit comments