diff options
author | 2021-03-12 00:40:07 +0000 | |
---|---|---|
committer | 2021-03-12 00:40:07 +0000 | |
commit | f17b72c0b71b461fc45d89d5ae39e86267fb8a79 (patch) | |
tree | 588cb059717a3c2800f40d907f44a4e9c8bb725f /res | |
parent | 5ab70acb430fc2a50030770c9ffda9daf003a844 (diff) | |
parent | f40ab06f378b886ab4da12e657a992aaa0250661 (diff) |
Merge "Check empty string on create and rename folder" into mainline-prod
Diffstat (limited to 'res')
-rw-r--r-- | res/values/strings.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 66e16b258..85950899c 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -15,6 +15,13 @@ --> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> + + <!-- Error when rename does not have any string--> + <string name="missing_rename_error">You need to rename this</string> + + <!-- Error to create new folder when name is not added --> + <string name="add_folder_name_error">You need to add a folder name</string> + <!-- Title of the Files application [CHAR LIMIT=32] --> <string name="files_label">Files</string> |