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-gl
parente5dfb9897255036394827450dfd7ac75f215a0eb (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-gl')
-rw-r--r--app/src/main/res/values-gl/strings.xml17
1 files changed, 12 insertions, 5 deletions
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index 6c09feb8..430c7a9d 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -43,6 +43,7 @@
<string name="settings_font_title">Letra monoespazada</string>
<string name="settings_font_size">Tamaño da letra</string>
<string name="settings_wifi_only">Sincronizar só con WiFi</string>
+ <string name="settings_background_sync">Sincronización do traballo en segundo plano</string>
<!-- Certificates -->
@@ -50,11 +51,7 @@
<!-- Error -->
<string name="error_sync">Produciuse un fallo na sincronización: %1$s</string>
- <string name="error_json">está activada a aplicación «Notes» no servidor?</string>
- <string name="error_no_network">sen conexión de rede</string>
- <string name="error_files_app">instalou a aplicación de ficheiros?</string>
- <string name="error_unknown">Produciuse un erro descoñecido</string>
-
+ <string name="error_no_network">Sen conexión de rede</string>
<!-- About -->
<string name="about_version_title">Versión</string>
<string name="about_version">Agora está a usando &lt;strong>%1$s&lt;/strong></string>
@@ -93,9 +90,11 @@
<!-- Shortcuts -->
<string name="shortcut_create_long">Crear unha nota nova</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="pref_value_wifi_and_mobile">Sincronización con WiFi e con datos móbiles</string>
+
<string name="simple_error">Erro</string>
<string name="simple_close">Pechar</string>
<string name="simple_copy">Copiar</string>
@@ -136,6 +135,14 @@
<item>Grande</item>
</string-array>
+ <!-- Array: background synchronization -->
+ <string-array name="sync_entries">
+ <item>Apagado</item>
+ <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>