Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2020-03-13 06:35:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-03-14 00:42:17 +0300
commit87a9dbf3be27564555703a1bd29a19ab3ccf124e (patch)
treedfe087676e8dabfde0b50fa560fa91c0567cb673 /app/src/main/res/values-es-rAR/strings.xml
parent9233a577853353e6a1a8d09326bfdb0325700faa (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-es-rAR/strings.xml')
-rw-r--r--app/src/main/res/values-es-rAR/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/values-es-rAR/strings.xml b/app/src/main/res/values-es-rAR/strings.xml
index 2845923d..29e980b9 100644
--- a/app/src/main/res/values-es-rAR/strings.xml
+++ b/app/src/main/res/values-es-rAR/strings.xml
@@ -100,6 +100,8 @@
<string name="simple_more">Más</string>
<string name="simple_move">Mover</string>
<string name="category_readonly">Solo lectura</string>
+ <string name="simple_checkbox">Casilla de verificación</string>
+
<!-- Array: note modes -->
<string-array name="noteMode_entries">
<item>Abrir en modo editor</item>
@@ -121,6 +123,11 @@
<item>6 horas</item>
</string-array>
+ <string-array name="darkmode_entries">
+ <item>Claro</item>
+ <item>Oscuro</item>
+ </string-array>
+
<!-- Plurals -->
<plurals name="ab_selected">
<item quantity="one">%d seleccionado</item>