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-03-13 06:35:28 +0300
committerNiedermann IT-Dienstleistungen <stefan-niedermann@users.noreply.github.com>2020-03-14 00:42:17 +0300
commit87a9dbf3be27564555703a1bd29a19ab3ccf124e (patch)
treedfe087676e8dabfde0b50fa560fa91c0567cb673 /app/src/main/res/values-ca
parent9233a577853353e6a1a8d09326bfdb0325700faa (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'app/src/main/res/values-ca')
-rw-r--r--app/src/main/res/values-ca/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/values-ca/strings.xml b/app/src/main/res/values-ca/strings.xml
index e63b3db7..0b31306b 100644
--- a/app/src/main/res/values-ca/strings.xml
+++ b/app/src/main/res/values-ca/strings.xml
@@ -119,6 +119,8 @@
<string name="category_readonly">Només de lectura</string>
<string name="no_category">Sense categoria</string>
<string name="add_category">Afegeix %1$s</string>
+ <string name="simple_checkbox">Casella de selecció</string>
+
<!-- Array: note modes -->
<string-array name="noteMode_entries">
<item>Obre en mode d\'edició</item>
@@ -141,6 +143,11 @@
<item>6 hores</item>
</string-array>
+ <string-array name="darkmode_entries">
+ <item>Clar</item>
+ <item>Fosc</item>
+ </string-array>
+
<!-- Plurals -->
<plurals name="ab_selected">
<item quantity="one">%d nota seleccionada</item>