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
path: root/app
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2021-01-08 07:09:16 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2021-01-08 10:28:27 +0300
commitfa0dd85100444daa40b5224e4bb44e0a07d0a361 (patch)
treee3d55217f0fe7ac9a453a988c4bd7e480d959f99 /app
parentcb4937436790267d97bf9f13a3fb45615278349e (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values-ca/strings.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index ffa9e5f1..3cba2869 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -189,6 +189,7 @@
<string name="formatting_help_codefence_inline" translateable="false">`%1$s`</string>
<string name="formatting_help_codefence_inline_escaped" translateable="false">\\`%1$s\\`</string>
<string name="formatting_help_codefence" translateable="false">```</string>
+ <string name="formatting_help_codefence_outer" translateable="false">````</string>
<string name="formatting_help_codefence_javascript" translateable="false">```javascript</string>
<string name="formatting_help_cbf_title">Format basat en el context</string>
<string name="formatting_help_cbf_body_1">Un objectiu principal del disseny de l\'aplicació Notes és proporcionar una eina lliure de distraccions. Tanmateix, podreu formatar els vostres textos amb Markdown. Per a molts dels exemples esmentats a continuació, podeu utilitzar dreceres per a formatar les vostres notes sense haver d\'escriure els codis següents.</string>
@@ -226,6 +227,15 @@
<string name="formatting_help_code_body_2">Markdown també admet l\'aïllament de codi, que permet inserir diverses línies sense sagnat:</string>
<string name="formatting_help_code_body_3">Si voleu utilitzar el ressaltat de sintaxi, incloeu-hi el llenguatge:</string>
+ <string name="formatting_help_tables_title">Taules</string>
+ <!-- Column header of a sample table -->
+ <string name="formatting_help_tables_column">Columna %1d</string>
+ <!-- Table cell value of a sample table -->
+ <string name="formatting_help_tables_value">Valor %1d</string>
+
+ <string name="formatting_help_images_title">Imatges</string>
+ <string name="formatting_help_images_alt">Imatge bonica</string>
+
<string name="simple_other">Altres</string>
<string name="sort_last_modified">Ordena per la data de modificació</string>
<string name="sort_alphabetically">Ordena alfabèticament</string>
@@ -233,4 +243,5 @@
<string name="error_action_open_deck_info">Obre la informació de l\'aplicació</string>
<string name="error_action_open_network">Paràmetres de la xarxa</string>
<string name="no_other_accounts">Encara no heu configurat cap altre compte.</string>
- </resources>
+ <string name="context_based_formatting">Element emergent de format basat en el context</string>
+</resources>