aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/values/strings.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/res/values/strings.xml')
-rw-r--r--java/res/values/strings.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/java/res/values/strings.xml b/java/res/values/strings.xml
new file mode 100644
index 00000000000..8a11cb007ee
--- /dev/null
+++ b/java/res/values/strings.xml
@@ -0,0 +1,45 @@
1<!-- String resources used by GNU Emacs on Android.
2
3Copyright (C) 2023 Free Software Foundation, Inc.
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software: you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
9the Free Software Foundation, either version 3 of the License, or
10(at your option) any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. -->
19
20<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
21 <string name="start_quick_title">
22 Restart Emacs with -Q
23 </string>
24 <string name="start_quick_caption">
25 Restart Emacs, but do not load site lisp or init files.
26 </string>
27 <string name="start_debug_init_title">
28 Restart Emacs with --debug-init
29 </string>
30 <string name="start_debug_init_caption">
31 Restart Emacs, and display the debugger should an error occur while loading initialization files.
32 </string>
33 <string name="erase_dump_title">
34 Delete dump file
35 </string>
36 <string name="erase_dump_caption">
37 Remove the dumped state created when Emacs was installed.
38 </string>
39
40 <!-- This resource describes the purpose of any `sharedUserId'
41 specified at configure-time. -->
42 <string name="shared_user_name">
43 Emacs shared user
44 </string>
45</resources>