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:
Diffstat (limited to 'app/src/main/res/values-gl/strings.xml')
-rw-r--r--app/src/main/res/values-gl/strings.xml25
1 files changed, 21 insertions, 4 deletions
diff --git a/app/src/main/res/values-gl/strings.xml b/app/src/main/res/values-gl/strings.xml
index 35d40362..21785e10 100644
--- a/app/src/main/res/values-gl/strings.xml
+++ b/app/src/main/res/values-gl/strings.xml
@@ -13,6 +13,7 @@
<string name="simple_edit">Editar</string>
<string name="action_edit_save">Gardar</string>
<string name="simple_about">Sobre</string>
+ <string name="simple_accounts">Contas</string>
<string name="simple_bold">Negra</string>
<string name="simple_link">Ligazón</string>
<string name="simple_italic">Itálica</string>
@@ -28,6 +29,9 @@
<string name="menu_preview">Vista previa</string>
<string name="menu_share">Compartir</string>
+ <string name="search_in_category">Buscar en %1$s</string>
+ <string name="search_in_all">Buscar todas as notas</string>
+
<string name="change_category_title">Escolla unha categoría</string>
<string name="listview_updated_today">Hoxe</string>
@@ -42,7 +46,7 @@
<string name="settings_theme_title">Tema escuro</string>
<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_wifi_only">Sincronizar só con wifi</string>
<string name="settings_lock">Protección por contrasinal</string>
<string name="settings_background_sync">Sincronización do traballo en segundo plano</string>
@@ -98,7 +102,7 @@
<!-- These values should not be translatable. They should be migrated at some point. -->
<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="pref_value_wifi_and_mobile">Sincronización con wifi e con datos móbiles</string>
<string name="pref_value_lock">Protección por contrasinal</string>
<string name="simple_error">Erro</string>
@@ -138,7 +142,7 @@
<string name="error_dialog_tip_files_force_stop">Semella que algo está mal na súa apli Nextcloud. Tente forzar a parar ambas, a apli Nextcloud e a apli Nextcloud Notes.</string>
<string name="error_dialog_tip_files_delete_storage">Se detelos pola forza non axuda, pode tentar limpar o almacenamento de ambas as aplicacións.</string>
<string name="error_dialog_timeout_instance">Non houbo resposta do seu servidor no tempo dado. Asegúrese de que a súa instancia funciona correctamente.</string>
- <string name="error_dialog_timeout_toggle">Comprobe a súa conexión de rede. Ás veces apagar e volver acender os datos móbiles ou a Wi-Fi pode axudar.</string>
+ <string name="error_dialog_timeout_toggle">Comprobe a súa conexión de rede. Ás veces apagar e volver acender os datos móbiles ou a wifi pode axudar.</string>
<string name="error_dialog_check_server">A resposta do servidor non foi correcta. Comprobe se pode acceder a Notas a través de interface web.</string>
<string name="error_dialog_check_server_logs">Hai un problema coa configuración do Nextcloud. Bótelle un ollo aos ficheiros de rexistro do servidor.</string>
<string name="error_dialog_check_maintenance">Comprobe que a súa instancia Nextcloud non se atope en modo de mantemento.</string>
@@ -150,6 +154,14 @@
<string name="added_content">Engadido «%1$s»</string>
<string name="shared_text_empty">O texto compartido estaba baleiro</string>
<string name="append_to_note">Anexo á nota</string>
+ <string name="settings_branding">Xestión da marca</string>
+ <string name="simple_security">Seguridade</string>
+ <string name="simple_appearance">Aparencia</string>
+ <string name="simple_synchronization">Sincronización</string>
+ <string name="simple_behavior">Comportamento</string>
+ <string name="share_multiple">Compartir o contido de %1$dnotas</string>
+ <string name="manage_accounts">Administrar contas</string>
+ <string name="action_formatting_help">Formatado</string>
<!-- Array: note modes -->
<string-array name="noteMode_entries">
@@ -184,4 +196,9 @@
<item quantity="one">%d seleccionado</item>
<item quantity="other">%d seleccionados</item>
</plurals>
-</resources>
+
+ <string name="formatting_help_text_title">Texto</string>
+ <string name="formatting_help_checkboxes_title">Caixas de verificación</string>
+ <string name="formatting_help_unsupported_title">Non admitido</string>
+ <string name="formatting_help_unsupported_body_3">Imaxes</string>
+ </resources>