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>2023-05-29 05:48:30 +0300
committerNextcloud bot <bot@nextcloud.com>2023-05-29 05:48:30 +0300
commite2535822be9fe307f2455110c44b21a0f816d920 (patch)
tree39286a70695a2ddcd8c96d3d1b60b17c3e6ba63b /app/src/main/res/values-da
parent13717fac929414c0b5d0abce8b97e0b9da7a05cf (diff)
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'app/src/main/res/values-da')
-rw-r--r--app/src/main/res/values-da/strings.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml
index 56c49e54..60369970 100644
--- a/app/src/main/res/values-da/strings.xml
+++ b/app/src/main/res/values-da/strings.xml
@@ -112,11 +112,15 @@
<string name="category_tasks">Opgaver</string>
<string name="category_recipe">Opskrift</string>
<string name="category_recipes">Opskrifter</string>
+ <string name="category_food">Mad</string>
<string name="category_password">Adgangskode</string>
<string name="category_passwords">Adgangskoder</string>
+ <string name="category_game">Spil</string>
<string name="category_games">Spil</string>
<!-- This is a noun, analogue to "game", like "theatre" or "drama" -->
<string name="category_play">Afspil</string>
+ <string name="category_gift">Gave</string>
+ <string name="category_gifts">Gaver</string>
<string name="account_already_imported">Kontoen er allerede importeret</string>
<string name="no_notes_yet">Ingen noter endnu</string>
<string name="no_notes_yet_description">Tryk på + for at oprette en ny note</string>
@@ -196,6 +200,11 @@
<string name="formatting_help_checkboxes_title">Afkrydsningsfelter</string>
<string name="formatting_help_code_title">Kode</string>
<string name="formatting_help_tables_title">Tabeller</string>
+ <!-- Column header of a sample table -->
+ <string name="formatting_help_tables_column">Kolonne %1d</string>
+ <!-- Table cell value of a sample table -->
+ <string name="formatting_help_tables_value">Værdi %1d</string>
+
<string name="formatting_help_images_title">Billeder</string>
<string name="simple_other">Andet</string>
<string name="sort_last_modified">Sortér efter dato ændret</string>