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:
authorStefan Niedermann <info@niedermann.it>2021-01-05 19:10:07 +0300
committerStefan Niedermann <info@niedermann.it>2021-01-05 19:10:07 +0300
commit8d734de795a7348cf464eaaa163e9e2fe22c023e (patch)
tree5b485ca254c4c02292d1d40b61d7685ba0a3b112 /app/src/main/res/values
parent34c34b6659e6a873e6cc69369a8ed40a6d29e34b (diff)
Add translation hints
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 4643320d..a2b48022 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -285,7 +285,9 @@
<string name="formatting_help_code_body_3">And if you\'d like to use syntax highlighting, include the language:</string>
<string name="formatting_help_tables_title">Tables</string>
+ <!-- Column header of a sample table -->
<string name="formatting_help_tables_column">Column %1d</string>
+ <!-- Table cell value of a sample table -->
<string name="formatting_help_tables_value">Value %1d</string>
<string name="formatting_help_images_title">Images</string>