This repository was archived by the owner on Oct 18, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 569
Expand file tree
/
Copy pathstrings.xml
More file actions
executable file
·364 lines (350 loc) · 25.6 KB
/
strings.xml
File metadata and controls
executable file
·364 lines (350 loc) · 25.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="MissingTranslation">
<!-- AndroidIDE -->
<string name="app_name">AndroidIDE</string>
<string name="license_jdk">AndroidIDE uses a modified build of the JDK which is licensed under the GNU General Public License v2.0. The source code and the license of the JDK is available at : </string>
<string name="title_open_source_licenses">Open source licenses</string>
<string name="msg_about_licensed_under">Licensed under: </string>
<string name="about_option_email">Email</string>
<string name="about_option_website">Website</string>
<string name="about_footer_alternate">AndroidIDE v\u2022 %s</string>
<string name="about_footer">AndroidIDE %1$s for %2$s</string>
<string name="about_subtitle">Simply, an IDE for Android</string>
<string name="msg_get_package_failed">Failed to extract package name!</string>
<string name="msg_share_app">AndroidIDE is an Integrated Development Environment for building Android apps on your Android Smartphone. It supports :\n1. Gradle \n2. OpenJDK 17.0–22.\n3. Advanced Java auto completion\n4. XML Auto Completion \n5. Kotlin Support and much more.\n\nDownload AndroidIDE at https://androidide.com</string>
<string name="msg_need_help">If you\'re facing issues while using AndroidIDE or with building Android Apps, you can join the Telegram Group ask for help there.\n\nYou can also send suggesstions on our email.</string>
<string name="discuss_amp_help">Discuss & help</string>
<string name="title_github">GitHub</string>
<string name="need_help">Need Help?</string>
<string name="other">Other</string>
<string name="share_with_friends">Share with Friends</string>
<string name="ide_preferences">IDE preferences</string>
<string name="discussions_on_telegram">Discussions on Telegram</string>
<string name="official_tg_channel">Official Telegram Channel</string>
<string name="msg_empty_view">I have nothing to show you…</string>
<string name="btn_terminal">Terminal</string>
<string name="reset">Reset</string>
<string name="app_logs">App Logs</string>
<string name="ide_logs">IDE Logs</string>
<string name="label_splash_image">Splash image</string>
<string name="get_started">Get started</string>
<!-- LSP, Diagnostics & Completions -->
<string name="msg_cannot_perform_fix">Unable to perform quick fix</string>
<string name="msg_performing_actions">Performing code action…</string>
<string name="msg_api_info_since">Since API %d</string>
<string name="msg_api_info_removed">Removed in API %d</string>
<string name="msg_api_info_deprecated">Deprecated in API %d</string>
<string name="msg_finding_references">Finding references…</string>
<string name="msg_finding_definition">Finding definition…</string>
<string name="msg_no_definition">Definition not found</string>
<string name="msg_no_references">No references found</string>
<string name="view_diags">Diagnostics</string>
<!-- Build Tools Installation -->
<string name="title_installation_failed">Installation failed</string>
<string name="get_ready_for_something_awesome">Get ready for something awesome !</string>
<string name="msg_picked_isnt_dir">Picked file is not a directory!</string>
<string name="msg_pick_single_file">Please choose only one directory</string>
<string name="please_wait">Please wait for a moment …</string>
<string name="title_device_not_supported">Device Not Supported</string>
<string name="msg_device_not_supported">Unfortunately, your device is not supported at the moment. We are sorry for the inconvenience.\n\nSupported CPU ABIs: aarch64 and armeabi-v7a</string>
<!-- Project Builder -->
<string name="lint">Lint</string>
<string name="lint_debug">lintDebug</string>
<string name="lint_release">lintRelease</string>
<string name="build">Build</string>
<string name="build_debug">assembleDebug</string>
<string name="build_output">Build output</string>
<string name="build_release">assembleRelease</string>
<string name="lint_tasks">Lint tasks</string>
<string name="clean_amp_build">Clean & build</string>
<string name="clean_project">Clean</string>
<string name="create_aab">Create AAB</string>
<string name="build_tasks">Build tasks</string>
<string name="quick_run_debug">Quick run</string>
<string name="msg_sync_needed">Gradle files have changed. Please rebuild your project to sync dependencies and configurations.</string>
<string name="preparing">Preparing</string>
<string name="preparing_first">Preparing. First build may take up to 10–15 minutes!</string>
<string name="msg_installing_gradlew">Gradle Wrapper is not available!\nInstalling default one. Gradle v7.4 will be downloaded if necessary.</string>
<string name="msg_getting_daemom_status">Getting Daemon status, please wait…</string>
<string name="gradle_daemon_status">Gradle daemon status</string>
<string name="title_install_apks">Install APK(s)</string>
<string name="title_clear_output">Clear output</string>
<string name="run">Run</string>
<string name="gradle">Gradle</string>
<string name="title_first_build">First Build</string>
<string name="msg_first_build">This is the first time build after you installed AndroidIDE. First build usually takes time as Gradle downloads all dependencies and plugins. This process may take about 10–15 minutes. But this totally depends on your network connection.\n\nPlease be patient …</string>
<!-- Project -->
<string name="create_project">Create project</string>
<string name="minimum_sdk">Minimum SDK</string>
<string name="target_sdk">Target SDK</string>
<string name="new_project">New project</string>
<string name="package_name">Package name</string>
<string name="project_app_name">App name</string>
<string name="msg_create_new_project_greeting">Start your new awesome project!</string>
<string name="title_confirm_open_project">Open last project?</string>
<string name="msg_confirm_open_project">Do you want me to open last opened project? Opened project was:\n%s</string>
<string name="group_project">Project</string>
<string name="title_close_project">Close this project</string>
<string name="msg_opened_project_does_not_exist">Last opened project doesn\'t exist!</string>
<string name="msg_create_new_project">Create new project</string>
<string name="msg_open_existing_project">Open existing project</string>
<string name="title_confirm_project_close">Close project</string>
<string name="msg_confirm_project_close">Are you sure you want to close this project? All started Gradle daemons will be stopped after this project is closed.</string>
<string name="project_exists">A project with same name already exists!</string>
<!-- Templates -->
<string name="template_basic">Basic Project</string>
<string name="template_description_basic">A basic project with AppCompat Toolbar and a Floating Action Button</string>
<string name="template_description_empty">An empty project with default toolbar. Suitable when you want to do all the basic things yourself.</string>
<string name="template_description_navigation_drawer">Project with AppCompat Toolbar, DrawerLayout and NavigationView</string>
<string name="template_empty">Empty project</string>
<string name="template_navigation_drawer">Navigation drawer project</string>
<string name="template_libgdx">LibGDX Game</string>
<string name="template_description_libgdx">LibGDX game project set up to render an image as an example.</string>
<string name="template_compose">Jetpack Compose</string>
<string name="template_description_compose">Basic Jetpack Compose hello world project.</string>
<string name="template_navigation_tabs">Bottom Navigation Activity</string>
<string name="template_navigation_tabs_description">Creates a new activity with bottom navigation</string>
<string name="template_tabs">Tabbed Activity</string>
<string name="template_tabs_description">Creates a new blank activity with tabs</string>
<string name="template_fragment_and_viewmodel">Fragment + ViewModel</string>
<string name="template_cpp">Native C++</string>
<string name="template_cpp_description">Creates a new project with an Empty Activity configured to use JNI</string>
<string name="template_no_activity">No Activity</string>
<string name="template_no_activity_description">Creates a new project without activity</string>
<string name="template_android_library">Android Library Template</string>
<string name="template_android_library_description">Creates a new android library project</string>
<!-- Files -->
<string name="save">Save</string>
<string name="menu_find">Find</string>
<string name="menu_find_file">Find in file</string>
<string name="menu_find_project">Find in project</string>
<string name="msg_search_modules">Search in modules</string>
<string name="msg_no_modules">No modules found in project</string>
<string name="hint_find_project_filter">Filter file extensions (optional)</string>
<string name="msg_find_project_filter">Separated by \'|\'</string>
<string name="msg_empty_search_query">Please enter text</string>
<string name="msg_select_search_modules">Select modules to search</string>
<string name="msg_searching_project">Finding in project, please wait…</string>
<string name="view_search_results">Search results</string>
<string name="copying_files">Copying files</string>
<string name="writing_files">Writing files</string>
<string name="copying_assets">Copying assets</string>
<string name="failed_create_project_dir">Failed to create project dir!</string>
<string name="failed_write_file">Failed to write file: %s</string>
<string name="asset_copy_failed">Failed to copy template to storage!</string>
<string name="cannot_create_temp">Failed to create temporary project directory!</string>
<string name="project_created_successfully">Project created successfully!</string>
<string name="msg_begin_project_write">Starting writing process</string>
<string name="msg_folder_creation_failed">Failed to create folder!</string>
<string name="msg_file_creation_failed">Failed to create file!</string>
<string name="msg_folder_created">Folder created successfully!</string>
<string name="msg_file_created">File created successfully!</string>
<string name="msg_folder_exists">Folder already exists!</string>
<string name="msg_file_exists">File already exists!</string>
<string name="msg_invalid_name">Invalid Name!</string>
<string name="text_create">Create</string>
<string name="msg_can_contain_slashes">If the path contains File separator (\'/\'), then the required (parent) directories will be created if they don\'t exist.</string>
<string name="folder_name">Folder Name</string>
<string name="file_name">File Name</string>
<string name="new_name">New name</string>
<string name="new_file">New file</string>
<string name="create_auto_layout">Create layout file automatically</string>
<string name="new_java_class">New Java class</string>
<string name="new_xml_resource">New XML resource</string>
<string name="new_folder">New folder</string>
<string name="title_confirm_delete">Confirm delete</string>
<string name="msg_confirm_delete">Are you sure you want to delete:\n%s?</string>
<string name="copied">Copied successfully!</string>
<string name="msg_rename_file">Enter new name for file/folder.</string>
<string name="renamed">Renamed successfully!</string>
<string name="rename_failed">Unable to rename file!</string>
<string name="deleted">Deleted successfully!</string>
<string name="delete_failed">Unable to delete file!</string>
<string name="copy_path">Copy path</string>
<string name="rename_file">Rename</string>
<string name="delete_file">Delete</string>
<string name="file_options">File options</string>
<string name="action_closeAll">Close all</string>
<string name="action_closeOthers">Close others</string>
<string name="action_closeThis">Close this</string>
<string name="all_saved">All files saved!</string>
<string name="msg_newfile_dest">Destination: %s/</string>
<string name="restype_drawable">Drawable</string>
<string name="restype_layout">Layout</string>
<string name="restype_menu">Menu</string>
<string name="restype_other">Other</string>
<string name="classtype_class">Class</string>
<string name="classtype_activity">Activity</string>
<string name="classtype_interface">Interface</string>
<string name="classtype_enum">Enum</string>
<string name="msg_checking_storage_permissions">Checking storage permissions</string>
<string name="msg_failed_list_files">Failed to list project files!</string>
<string name="msg_storage_denied">Can\'t proceed without storage permissions</string>
<string name="msg_storage_granted">Storage permissions granted!</string>
<string name="open_with">Open with...</string>
<!-- Code Editor -->
<string name="undo">Undo</string>
<string name="redo">Redo</string>
<item name="copy" type="string" tools:override="true">Copy</item>
<item name="text_to_search" type="string">Text to search</item>
<!-- Preferences -->
<string name="title_change_text_size">Editor font size</string>
<string name="idepref_about_title">About AndroidIDE</string>
<string name="idepref_build_clearCache_title">Clear Gradle caches</string>
<string name="idepref_build_clearCache_summary">Clear Gradle caches directory. This will delete all dependencies downloaded by Gradle. Required files will be downloaded again in next build.</string>
<string name="idepref_build_customgradlecommands_title">Additional Gradle commands</string>
<string name="idepref_build_customgradlecommands_summary">Choose additional commands that will be added while executing every task</string>
<string name="idepref_editor_fontsize_title">Font size</string>
<string name="idepref_editor_fontsize_summary">Font size of the editor</string>
<string name="idepref_editor_paintingflags_title">Non-printable painting flags</string>
<string name="idepref_editor_paintingflags_summary">Choose what non-printable characters should be drawn by the editor</string>
<string name="idepref_editor_drawhexcolors_title">Draw hex color strings</string>
<string name="idepref_editor_drawhexcolors_summary">Should the editor draw hex color string?</string>
<string name="idepref_editor_word_wrap_title">Word Wrap</string>
<string name="idepref_editor_word_wrap_summary">Use wordwrap of the editor</string>
<string name="idepref_editor_use_magnifier_title">Enable Magnifier</string>
<string name="idepref_editor_use_magnifier_summary">Magnify text at cursor position while selecting text in editor</string>
<string name="idepref_editor_title">Editor</string>
<string name="idepref_build_title">Build & Run</string>
<string name="title_open_projects">Open last project</string>
<string name="msg_open_projects">If checked, the IDE will remember the last opened project and it will be reopened on next startup.</string>
<string name="title_confirm_project_open">Confirm project opening</string>
<string name="msg_confirm_project_open">Ask before opening last opened project.</string>
<string name="title_default_shell">Use system shell in terminal</string>
<string name="msg_default_shell">If checked, \'/system/bin/sh\' will be used in terminal.</string>
<string name="title_general">General</string>
<string name="title_tab_size">Tab size</string>
<string name="msg_tab_size">Specify number of spaces for TAB</string>
<string name="msg_preferences">Preferences</string>
<string name="pref_changelog">Changelog</string>
<string name="msg_editor_font_size">Please choose default font size of editor :</string>
<string name="msg_clear_cache">This will delete caches directory created by Gradle. If you delete it, the next build may take a bit longer than normal as Gradle will download required files again.\nIMPORTANT: This will also delete AAPT2. You will need to reinstall it otherwise you\'ll end up with a build failure.\n\nAre you sure you want to delete caches?</string>
<!-- Error Messages used while Logging -->
<string name="err_init_sdkinfo">Unable to initialize SDK Info</string>
<string name="err_cannot_preview_layout">Unable to preview layout</string>
<string name="err_cannot_inflate_layout">Unable to inflate layout</string>
<!-- Layout preview and designer -->
<string name="msg_cannot_preview_layout">Unable to preview layout!</string>
<string name="title_preview_layout">Preview Layout</string>
<string name="label_ui_designer_content">Main UI designer content</string>
<string name="widget_textview">TextView</string>
<string name="widget_button">Button</string>
<string name="widget_group_android">Android</string>
<string name="widget_checkbox">CheckBox</string>
<string name="widget_checked_textview">CheckedTextView</string>
<string name="widget_edittext">EditText</string>
<string name="widget_image_button">ImageButton</string>
<string name="widget_image_view">ImageView</string>
<string name="widget_progressbar">ProgressBar</string>
<string name="widget_radio_button">RadioButton</string>
<string name="widget_seekbar">SeekBar</string>
<string name="widget_spinner">Spinner</string>
<string name="widget_group_layouts">Layouts</string>
<string name="layout_linear">LinearLayout</string>
<string name="layout_relative">RelativeLayout</string>
<string name="msg_applicable_attrs">Applicable attributes</string>
<string name="msg_attr_editor_actions">Actions</string>
<string name="title_viewaction_delete">Delete</string>
<string name="msg_viewaction_select_parent">Select parent</string>
<string name="msg_no_view_parent">This view does not have a parent</string>
<string name="msg_yesno_def_title">Please confirm</string>
<string name="msg_yesno_def_message">Are you sure?</string>
<string name="msg_view_deletion_failed">Unable to delete the view.</string>
<string name="msg_empty_ui_layout">No views have been added. Click to add.</string>
<string name="msg_no_attr_format">No attribute format is available for this attribute.</string>
<string name="msg_generate_xml_failed">Failed to generate XML code</string>
<string name="title_generating_xml">Generating XML code</string>
<string name="title_code_generation_failed">Code generation failed</string>
<string name="msg_code_generation_failed">Failed to generate XML code. Would you like to exit anyway?</string>
<string name="msg_invalid_designer_result">UI Designer returned invalid result</string>
<string name="msg_swipe_up">Swipe up for build output, logs and more.</string>
<string name="msg_ide_crashed">AndroidIDE crashed</string>
<string name="msg_report_crash">Please open an issue on github with the following stacktrace :</string>
<string name="msg_crash_report_hint">Click on the button below to copy log and open issues page.</string>
<string name="msg_copy_report_action">Copy and report</string>
<string name="msg_reading_bootstrap">Reading bootstrap archive…</string>
<string name="msg_bootstrap_installation_error">Bootstrap installation failed with the following exception.</string>
<string name="title_translations">Translations</string>
<string name="title_compiler_module_install">Installing compiler module</string>
<string name="msg_compiler_module_install">Compiler module is being installed, please wait…</string>
<string name="msg_compiler_module_install_failed">Compiler module installation failed. The error was:\n%s</string>
<string name="msg_compiler_module_installed">Compiler module installed successfully!</string>
<string name="action_expand_selection">Expand selection</string>
<string name="idepref_java_matchLower_title">Match completions in lower case</string>
<string name="idepref_editor_category_common">Common</string>
<string name="idepref_editor_category_java">Java</string>
<string name="title_files_unsaved">Unsaved files</string>
<string name="msg_files_unsaved">Some files are not saved. Would you like to save them before closing? Unsaved files are: \n%s</string>
<string name="idepref_editor_autoSave_title">Save before closing files</string>
<string name="idepref_editor_autoSave_summary">Save files before closing them. This is an EXPERIMENTAL feature. You are expected to save the files yourself.</string>
<string name="idepref_java_matchLower_summary">If enabled, then typing a lower case or upper case letters will suggest class names as well as scope members.</string>
<string name="idepref_editor_ligatures_title">Font ligatures</string>
<string name="idepref_editor_ligatures_summary">Enable/disable font ligatures</string>
<string name="yes">Yes</string>
<string name="no">No</string>
<string name="msg_apk_install_intent_failed">Unable to start intent for installing APK</string>
<string name="msg_viewaction_add_attr">Add attribute</string>
<string name="msg_search_attrs">Search attributes…</string>
<string name="hint_dimension_val">Dimension value</string>
<string name="hint_dimension_res">Dimension resource</string>
<string name="hint_boolean_res">Boolean resource</string>
<string name="msg_file_tree">File tree</string>
<string name="hint_color_resource">Color resource</string>
<string name="title_color_picker">Color picker</string>
<string name="hint_string_value">String value</string>
<string name="hint_string_resource">String resource</string>
<string name="hint_resource_reference">Any resource reference</string>
<string name="msg_code_actions">Actions</string>
<string name="title_format_code">Format code</string>
<string name="idepref_java_useGoogleStyle_title">Use Google Java Style code formatting</string>
<string name="idepref_java_useGoogleStyle_summary">Use Google Java Style code formatting configuration for formatting Java source code.</string>
<string name="idepref_visiblePassword_title">Visible password flag</string>
<string name="idepref_visiblePassword_summary">Use for visible password input type flag in editor. This makes sure that no suggestions are proposed by soft keyboard.</string>
<string name="previous">Previous</string>
<string name="msg_replacing">Replacing…</string>
<string name="title_gradle_service_notification_ticker">Gradle build service started</string>
<string name="title_gradle_service_notification">Gradle build service</string>
<string name="msg_gradle_service_notification">AndroidIDE\'s Gradle build service is running in the background.</string>
<string name="title_cancel_build">Cancel build</string>
<string name="title_warning">Warning</string>
<string name="msg_ndk_currently_unsupported">NDK is currently not officially supported. This template works only after you setup NDK</string>
<string name="msg_initializing_project">Initializing project</string>
<string name="msg_project_initialized">Project initialized</string>
<string name="msg_project_initialization_failed">Project initialization failed</string>
<string name="msg_project_not_initialized">Project is not initialized</string>
<string name="msg_running_task">Running task: \'%1$s\'</string>
<string name="msg_replacement">Replacement</string>
<string name="title_sync_project">Sync project</string>
<string name="wizard_error_name_empty">Name cannot be empty.</string>
<string name="wizard_error_name_illegal">Name cannot contain illegal characters</string>
<string name="wizard_save_location">Save location</string>
<string name="wizard_language">Project Language</string>
<string name="wizard_loading">Templates loading…</string>
<string name="wizard_toolchain">C++ Standard</string>
<string name="next">Next</string>
<string name="exit">Exit</string>
<string name="idepref_title_tpFix">JDK 11 tag pointers fix</string>
<string name="idepref_msg_tpFix">Set LD_PRELOAD to libhook.so to fix tag pointers issue for JDK 11 in Android 11 [DEPRECATED - Prefer using JDK 17].</string>
<string name="idepref_title_customGradleInstallation">Custom Gradle installation</string>
<string name="idepref_msg_customGradleInstallation">Specify a custom Gradle installation to use for build. This OVERRIDES the version specified in gradle-wrapper.properties.</string>
<string name="msg_gradle_installation_path">Gradle installation path</string>
<string name="msg_gradle_installation_input_help">Leave empty to use Gradle wrapper.</string>
<string name="msg_require_install_jdk_and_android_sdk">You need to install the JDK and Android SDK for the IDE to work. To install click \'Yes\' and follow the instructions <![CDATA[ <a href="https://github.com/itsaky/androidide-build-tools#installing-in-androidide">here</a>]]></string>
<string name="build_status_idle">No builds in progress</string>
<string name="build_status_in_progress">Build in progress…</string>
<string name="build_status_failed">Build failed. See build output for more details.</string>
<string name="build_status_sucess">Build successful</string>
<string name="msg_output_text_extraction_failed">Failed to get text from editor</string>
<string name="template_def_app_name">My Application</string>
<string name="err_invalid_data_by_intent">Intent returned invalid data</string>
<string name="msg_select_from_primary_storage">Select a directory from primary storage</string>
<string name="err_authority_not_allowed">Authority \'%s\' not allowed</string>
<string name="idepref_useIcu_title">Use ICU lib</string>
<string name="idepref_useIcu_summary">Use ICU library to use retrive word edges for double-tap and long-press word selection.</string>
<!--The text sorrounded with '@@' is spanned as clickable.-->
<!--There must be exactly two '@@' sorrounding the text that should be clickable.-->
<string name="msg_swipe_for_files">Swipe left for @@files@@.</string>
<string name="msg_swipe_for_output">Swipe up for @@build output@@.</string>
<string name="idepref_editor_useSoftTabs_title">Use soft tab</string>
<string name="idepref_editor_useSoftTabs_summary">Choose whether to use spaces instead of tab character (\\t).</string>
</resources>