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-02-05 06:36:26 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-02-05 22:41:51 +0300
commit6803804a45c621fe67388b194908b2cced36f85d (patch)
tree5bbb0acbffbf0509aa8508ef14d287caf230fe00 /app/src/main/res/values-es-rAR/strings.xml
parente5dfb9897255036394827450dfd7ac75f215a0eb (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.xml14
1 files changed, 9 insertions, 5 deletions
diff --git a/app/src/main/res/values-es-rAR/strings.xml b/app/src/main/res/values-es-rAR/strings.xml
index 4ca01bfc..1b7af52a 100644
--- a/app/src/main/res/values-es-rAR/strings.xml
+++ b/app/src/main/res/values-es-rAR/strings.xml
@@ -41,17 +41,13 @@
<string name="settings_font_title">Fuente monoespaciada</string>
<string name="settings_font_size">Tamaño de fuente</string>
<string name="settings_wifi_only">SIncronizar sólo por Wi-Fi</string>
-
<!-- Certificates -->
<!-- Network -->
<!-- Error -->
<string name="error_sync">Falló la sincronización: %1$s</string>
- <string name="error_json">¿Se encuentra activiada la aplicación de Notes en el servidor?</string>
- <string name="error_no_network">no hay conexión a red</string>
- <string name="error_unknown">Se presentó un error desconocido</string>
-
+ <string name="error_no_network">No hay conexión de red</string>
<!-- About -->
<string name="about_version_title">Versión</string>
<string name="about_version">Actualmente usted está usando &lt;strong>%1$s&lt;/strong></string>
@@ -85,6 +81,7 @@
<!-- Shortcuts -->
<string name="shortcut_create_long">Crear una nota nueva</string>
+ <!-- These values should not be translateable. They should be migrated at some point. -->
<string name="pref_value_theme_light">Claro</string>
<string name="pref_value_font_normal">Normal</string>
<string name="simple_error">Error</string>
@@ -118,6 +115,13 @@
<item>Grande</item>
</string-array>
+ <!-- Array: background synchronization -->
+ <string-array name="sync_entries">
+ <item>15 minutos</item>
+ <item>1 hora</item>
+ <item>6 horas</item>
+ </string-array>
+
<!-- Plurals -->
<plurals name="ab_selected">
<item quantity="one">%d seleccionado</item>