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-06-18 06:32:57 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-06-18 13:25:17 +0300
commit2303d942dd678cf487c3d46f03670a76dfd4dc9b (patch)
tree2e1cd54e36c1d21800dcdf9bbc281897efebec87
parent98250c598f900b91a9b2a29e647361c19da2a533 (diff)
[tx-robot] updated from transifex
-rw-r--r--app/src/main/res/values-el/strings.xml4
-rw-r--r--app/src/main/res/values-es/strings.xml5
-rw-r--r--app/src/main/res/values-nl/strings.xml1
3 files changed, 8 insertions, 2 deletions
diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml
index 5fee2300..f57f658d 100644
--- a/app/src/main/res/values-el/strings.xml
+++ b/app/src/main/res/values-el/strings.xml
@@ -241,4 +241,6 @@
<string name="formatting_help_unsupported_body_3">Εικόνες</string>
<string name="formatting_help_unsupported_body_4">Εάν ενδιαφέρεστε να συνεισφέρετε σε μία από αυτές τις λειτουργίες, επικοινωνήστε μαζί μας μέσω GitHub ή E-Mail.</string>
<string name="simple_other">Άλλο</string>
- </resources>
+ <string name="sort_last_modified">Ταξινόμηση κατά ημερομηνία τροποποίησης</string>
+ <string name="sort_alphabetically">Ταξινόμηση αλφαβητικά</string>
+</resources>
diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml
index ede927a2..5a41a732 100644
--- a/app/src/main/res/values-es/strings.xml
+++ b/app/src/main/res/values-es/strings.xml
@@ -239,5 +239,8 @@
<string name="formatting_help_unsupported_body_1">Aunque tratamos de mejorar continuamente el soporte de Markdown, hay unas cuantas características que Notas todavía no soporta:</string>
<string name="formatting_help_unsupported_body_2">Tablas</string>
<string name="formatting_help_unsupported_body_3">Imágenes</string>
+ <string name="formatting_help_unsupported_body_4">Si está interesadx en contribuir en alguna de estas funciones, no dude en ponerse en contacto con nosotrxs a través de GitHub o por correo electrónico.</string>
<string name="simple_other">Otro</string>
- </resources>
+ <string name="sort_last_modified">Ordenar por fecha de modificación</string>
+ <string name="sort_alphabetically">Ordenar alfabéticamente</string>
+</resources>
diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml
index 5819cbb7..c227391c 100644
--- a/app/src/main/res/values-nl/strings.xml
+++ b/app/src/main/res/values-nl/strings.xml
@@ -192,6 +192,7 @@
</plurals>
<string name="formatting_help_text_title">Tekst</string>
+ <string name="formatting_help_lists_body_6">Begin de regel met een streepje</string>
<string name="formatting_help_checkboxes_title">Aanvinkvakjes</string>
<string name="formatting_help_code_title">Code</string>
<string name="formatting_help_unsupported_title">Niet ondersteund</string>