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/src
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-10-13 10:33:46 +0300
committerStefan Niedermann <info@niedermann.it>2021-10-13 10:33:46 +0300
commit8a62042a6a6bbb0c3d469ea6aa2b7e15a1e6eeb6 (patch)
tree1860d526f8dd505698ac047dec46e28352f4205c /app/src
parent42a484da08f82d72932818c700b06b823527331c (diff)
#1369 Add some more context to the translation strings
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/values/strings.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index c309ccd9..a0005903 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -136,6 +136,7 @@
<string name="pin_to_homescreen">Pin to homescreen</string>
<string name="note_has_been_deleted">This note has been deleted</string>
<string name="add_account">Add account</string>
+
<string name="category_music">Music</string>
<string name="category_movies">Movies</string>
<string name="category_movie">Movie</string>
@@ -144,26 +145,28 @@
<string name="category_todos">ToDos</string>
<string name="category_checklists">Checklists</string>
<string name="category_tasks">Tasks</string>
-
<string name="category_recipe">Recipe</string>
<string name="category_recipes">Recipes</string>
<string name="category_restaurant">Restaurant</string>
<string name="category_restaurants">Restaurants</string>
<string name="category_food">Food</string>
<string name="category_bake">Bake</string>
-
+ <!-- This represents a category where one can place passwords and credentials -->
<string name="category_key">Key</string>
+ <!-- This represents a category where one can place passwords and credentials -->
<string name="category_keys">Keys</string>
<string name="category_password">Password</string>
<string name="category_passwords">Passwords</string>
<string name="category_credentials">Credential</string>
-
<string name="category_game">Game</string>
<string name="category_games">Games</string>
+ <!-- This is a noun, analogue to "game" -->
<string name="category_play">Play</string>
<string name="category_gift">Gift</string>
<string name="category_gifts">Gifts</string>
+ <!-- Like a gift -->
<string name="category_present">Present</string>
+ <!-- Like a gift -->
<string name="category_presents">Presents</string>
<string name="account_already_imported">Account has already been imported</string>