aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2016-05-31 19:49:27 +0200
committerChristian Schneppe <christian@pix-art.de>2016-05-31 19:49:27 +0200
commitf09d35e55ad3519436521558f6795559b2a385a3 (patch)
tree699d30a52f2973b93c322bc0f68032b1d56623f1 /src/main/res/values/strings.xml
parent5b451b2703621747391f8915bfdb33a58a3f76c1 (diff)
add database importer
Diffstat (limited to '')
-rw-r--r--src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index f25918008..b71122003 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -642,5 +642,8 @@
<string name="conference_subject">Subject</string>
<string name="choose_participants">Choose participants</string>
<string name="creating_conference">Creating conferenceā€¦</string>
+ <string name="import_text">There is a backup on your device. Shall the backup be imported?</string>
+ <string name="import_database">import backup</string>
+ <string name="import_failed">The import has failed</string>
</resources>