Compare commits

...

3 Commits
main ... hzk

@ -90,6 +90,11 @@
<theme>@android:style/Theme.Material.Light</theme>
</config>
</layout>
<layout url="file://$PROJECT_DIR$/app/src/main/res/layout/text_format_toolbar.xml">
<config>
<theme>@android:style/Theme.Material.Light</theme>
</config>
</layout>
<layout url="file://$PROJECT_DIR$/app/src/main/res/layout/widget_2x.xml">
<config>
<theme>@android:style/Theme.Material.Light</theme>
@ -163,17 +168,34 @@
<change afterPath="$PROJECT_DIR$/.idea/sonarlint/securityhotspotstore/a/d/ad72331a1bed265bb9c0fe838faa74dbf69fce32" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/sonarlint/securityhotspotstore/b/e/be499c00da3508c0b30108e92385542697909f91" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/sonarlint/securityhotspotstore/d/a/da57ce446af85bbd9aefee65e969869f0cff78b0" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.vscode/settings.json" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/ChangePassword.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/DeletePassword.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/LoginActivity.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NoteEditor.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/SetPassword.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/SplashActivity.java" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable-hdpi/splash.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/checkbox_checked.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/checkbox_selector.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/checkbox_unchecked.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/format_toolbar_background.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_bold.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_format_bold.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_format_highlight.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_format_italic.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_format_strikethrough.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_next.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_previous.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/drawable/ic_task_sequence.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_change_password.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_delete_password.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_login.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_set_loginpassword.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/activity_splash.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/note_edit_toolbar.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/search_toolbar.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/layout/text_format_toolbar.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/values-land/dimens.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/values-night/themes.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/app/src/main/res/values-w1240dp/dimens.xml" afterDir="false" />
@ -264,7 +286,7 @@
<change beforePath="$PROJECT_DIR$/app/build/intermediates/dex_number_of_buckets_file/debug/out" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/debug-mergeJavaRes/merge-state" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/debug/mergeDebugResources/merged.dir/values/values.xml" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAssets/merger.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugAssets/merger.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/intermediates/incremental/mergeDebugJniLibFolders/merger.xml" afterDir="false" />
@ -596,21 +618,82 @@
<change beforePath="$PROJECT_DIR$/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin" beforeDir="false" afterPath="$PROJECT_DIR$/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/build/tmp/compileDebugJavaWithJavac/source-classes-mapping.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/AndroidManifest.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/AndroidManifest.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/data/Contact.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/data/Contact.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/data/NotesDatabaseHelper.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/data/NotesDatabaseHelper.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/MetaData.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/MetaData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/Node.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/Node.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/SqlData.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/SqlData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/SqlNote.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/SqlNote.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/Task.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/Task.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/TaskList.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/data/TaskList.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/exception/ActionFailureException.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/exception/ActionFailureException.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/exception/NetworkFailureException.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/exception/NetworkFailureException.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskASyncTask.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskASyncTask.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskClient.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskClient.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskManager.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskManager.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskSyncService.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/gtask/remote/GTaskSyncService.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/model/WorkingNote.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/model/WorkingNote.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/tool/BackupUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/tool/BackupUtils.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/tool/GTaskStringUtils.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/tool/GTaskStringUtils.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/AlarmAlertActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/AlarmAlertActivity.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/AlarmInitReceiver.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/AlarmInitReceiver.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/AlarmReceiver.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/AlarmReceiver.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/DateTimePicker.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/DateTimePicker.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/DateTimePickerDialog.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/DateTimePickerDialog.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/DropdownMenu.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/DropdownMenu.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/FoldersListAdapter.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/FoldersListAdapter.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NoteEditActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NoteEditActivity.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NoteEditText.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NoteEditText.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NoteItemData.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NoteItemData.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListActivity.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListAdapter.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListAdapter.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListItem.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesListItem.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesPreferenceActivity.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/ui/NotesPreferenceActivity.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/widget/NoteWidgetProvider.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/widget/NoteWidgetProvider.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/widget/NoteWidgetProvider_2x.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/widget/NoteWidgetProvider_2x.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/widget/NoteWidgetProvider_4x.java" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/java/net/micode/notes/widget/NoteWidgetProvider_4x.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/color/primary_text_dark.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/color/primary_text_dark.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/color/secondary_text_dark.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/color/secondary_text_dark.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/drawable/new_note.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/drawable/new_note.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/account_dialog_title.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/account_dialog_title.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/add_account_text.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/add_account_text.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/datetime_picker.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/datetime_picker.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/dialog_edit_text.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/dialog_edit_text.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/folder_list_item.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/folder_list_item.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/note_edit.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/note_edit.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/note_edit_list_item.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/note_edit_list_item.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/note_item.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/note_item.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/note_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/note_list.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/note_list_dropdown_menu.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/note_list_dropdown_menu.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/note_list_footer.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/note_list_footer.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/settings_header.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/settings_header.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/widget_2x.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/widget_2x.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/layout/widget_4x.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/layout/widget_4x.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/call_note_edit.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/call_note_edit.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/call_record_folder.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/call_record_folder.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/note_edit.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/note_edit.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/note_list.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/note_list.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/note_list_dropdown.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/note_list_dropdown.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/note_list_options.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/note_list_options.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/menu/sub_folder.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/menu/sub_folder.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/raw-zh-rCN/introduction" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/raw-zh-rCN/introduction" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values-zh-rCN/arrays.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values-zh-rCN/arrays.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values-zh-rCN/strings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values-zh-rCN/strings.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values-zh-rTW/arrays.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values-zh-rTW/arrays.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values-zh-rTW/strings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values-zh-rTW/strings.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values/arrays.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/arrays.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values/colors.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/colors.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values/dimens.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/dimens.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values/strings.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/strings.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/values/styles.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/values/styles.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/xml/preferences.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/xml/preferences.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/xml/searchable.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/xml/searchable.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/xml/widget_2x_info.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/xml/widget_2x_info.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/src/main/res/xml/widget_4x_info.xml" beforeDir="false" afterPath="$PROJECT_DIR$/app/src/main/res/xml/widget_4x_info.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/build.gradle" beforeDir="false" afterPath="$PROJECT_DIR$/build.gradle" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gradle.properties" beforeDir="false" afterPath="$PROJECT_DIR$/gradle.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gradle/wrapper/gradle-wrapper.properties" beforeDir="false" afterPath="$PROJECT_DIR$/gradle/wrapper/gradle-wrapper.properties" afterDir="false" />
<change beforePath="$PROJECT_DIR$/gradlew" beforeDir="false" afterPath="$PROJECT_DIR$/gradlew" afterDir="false" />
<change beforePath="$PROJECT_DIR$/local.properties" beforeDir="false" afterPath="$PROJECT_DIR$/local.properties" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
@ -704,36 +787,36 @@
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ASKED_ADD_EXTERNAL_FILES": "true",
"Android App.LoginActivity.executor": "Run",
"Android App.NotesListActivity.executor": "Run",
"Android App.SplashActivity.executor": "Run",
"Android App.app.executor": "Run",
"RunOnceActivity.OpenProjectViewOnStart": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.cidr.known.project.marker": "true",
"RunOnceActivity.readMode.enableVisualFormatting": "true",
"SHARE_PROJECT_CONFIGURATION_FILES": "true",
"SONARLINT_PRECOMMIT_ANALYSIS": "true",
"ScreenRecorder.SavePath": "C:\\Users\\秦薪淇\\Desktop",
"android-custom-viewD:/Users/July/AndroidStudioProjects/Notes/app/src/main/java/net/micode/notes/ui/NoteEditText.java_SELECTED": "NoteEditText",
"cf.first.check.clang-format": "false",
"cidr.known.project.marker": "true",
"com.google.services.firebase.aqiPopupShown": "true",
"git-widget-placeholder": "master",
"ignore.virus.scanning.warn.message": "true",
"kotlin-language-version-configured": "true",
"last_opened_file_path": "C:/Users/Administrator/Desktop/third-year first semester/xiaomi/xiaomi-src",
"project.structure.last.edited": "Modules",
"project.structure.proportion": "0.17",
"project.structure.side.proportion": "0.20180723",
"run.code.analysis.last.selected.profile": "pProject Default",
"settings.editor.selected.configurable": "configurable.group.appearance",
"show.do.not.copy.http.proxy.settings.to.gradle": "false"
<component name="PropertiesComponent">{
&quot;keyToString&quot;: {
&quot;ASKED_ADD_EXTERNAL_FILES&quot;: &quot;true&quot;,
&quot;Android App.LoginActivity.executor&quot;: &quot;Run&quot;,
&quot;Android App.NotesListActivity.executor&quot;: &quot;Run&quot;,
&quot;Android App.SplashActivity.executor&quot;: &quot;Run&quot;,
&quot;Android App.app.executor&quot;: &quot;Run&quot;,
&quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
&quot;RunOnceActivity.cidr.known.project.marker&quot;: &quot;true&quot;,
&quot;RunOnceActivity.readMode.enableVisualFormatting&quot;: &quot;true&quot;,
&quot;SHARE_PROJECT_CONFIGURATION_FILES&quot;: &quot;true&quot;,
&quot;SONARLINT_PRECOMMIT_ANALYSIS&quot;: &quot;true&quot;,
&quot;ScreenRecorder.SavePath&quot;: &quot;C:\\Users\\秦薪淇\\Desktop&quot;,
&quot;android-custom-viewD:/Users/July/AndroidStudioProjects/Notes/app/src/main/java/net/micode/notes/ui/NoteEditText.java_SELECTED&quot;: &quot;NoteEditText&quot;,
&quot;cf.first.check.clang-format&quot;: &quot;false&quot;,
&quot;cidr.known.project.marker&quot;: &quot;true&quot;,
&quot;com.google.services.firebase.aqiPopupShown&quot;: &quot;true&quot;,
&quot;git-widget-placeholder&quot;: &quot;master&quot;,
&quot;ignore.virus.scanning.warn.message&quot;: &quot;true&quot;,
&quot;kotlin-language-version-configured&quot;: &quot;true&quot;,
&quot;last_opened_file_path&quot;: &quot;C:/Users/Administrator/Desktop/third-year first semester/xiaomi/xiaomi-src&quot;,
&quot;project.structure.last.edited&quot;: &quot;Modules&quot;,
&quot;project.structure.proportion&quot;: &quot;0.17&quot;,
&quot;project.structure.side.proportion&quot;: &quot;0.20180723&quot;,
&quot;run.code.analysis.last.selected.profile&quot;: &quot;pProject Default&quot;,
&quot;settings.editor.selected.configurable&quot;: &quot;preferences.pluginManager&quot;,
&quot;show.do.not.copy.http.proxy.settings.to.gradle&quot;: &quot;false&quot;
}
}]]></component>
}</component>
<component name="PsdUISettings">
<option name="MODULE_TAB" value="Properties" />
<option name="BUILD_VARIANTS_TAB" value="Flavors" />
@ -1035,6 +1118,17 @@
</task>
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
<MESSAGE value="添加注释&#10;&#10;为所有代码添加了注释" />

@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}

@ -27,6 +27,9 @@ public final class NoteEditBinding implements ViewBinding {
@NonNull
public final ImageButton addImgBtn;
@NonNull
public final ImageButton btnSearch;
@NonNull
public final ImageView btnSetBgColor;
@ -130,9 +133,9 @@ public final class NoteEditBinding implements ViewBinding {
public final TextView tvSetTop;
private NoteEditBinding(@NonNull FrameLayout rootView, @NonNull ImageButton addImgBtn,
@NonNull ImageView btnSetBgColor, @NonNull LinearLayout fontSizeSelector,
@NonNull ImageView ivAlertIcon, @NonNull ImageView ivBgBlue,
@NonNull ImageView ivBgBlueSelect, @NonNull ImageView ivBgGreen,
@NonNull ImageButton btnSearch, @NonNull ImageView btnSetBgColor,
@NonNull LinearLayout fontSizeSelector, @NonNull ImageView ivAlertIcon,
@NonNull ImageView ivBgBlue, @NonNull ImageView ivBgBlueSelect, @NonNull ImageView ivBgGreen,
@NonNull ImageView ivBgGreenSelect, @NonNull ImageView ivBgRed,
@NonNull ImageView ivBgRedSelect, @NonNull ImageView ivBgWhite,
@NonNull ImageView ivBgWhiteSelect, @NonNull ImageView ivBgYellow,
@ -148,6 +151,7 @@ public final class NoteEditBinding implements ViewBinding {
@NonNull TextView tvSetTop) {
this.rootView = rootView;
this.addImgBtn = addImgBtn;
this.btnSearch = btnSearch;
this.btnSetBgColor = btnSetBgColor;
this.fontSizeSelector = fontSizeSelector;
this.ivAlertIcon = ivAlertIcon;
@ -217,6 +221,12 @@ public final class NoteEditBinding implements ViewBinding {
break missingId;
}
id = R.id.btn_search;
ImageButton btnSearch = ViewBindings.findChildViewById(rootView, id);
if (btnSearch == null) {
break missingId;
}
id = R.id.btn_set_bg_color;
ImageView btnSetBgColor = ViewBindings.findChildViewById(rootView, id);
if (btnSetBgColor == null) {
@ -421,12 +431,13 @@ public final class NoteEditBinding implements ViewBinding {
break missingId;
}
return new NoteEditBinding((FrameLayout) rootView, addImgBtn, btnSetBgColor, fontSizeSelector,
ivAlertIcon, ivBgBlue, ivBgBlueSelect, ivBgGreen, ivBgGreenSelect, ivBgRed, ivBgRedSelect,
ivBgWhite, ivBgWhiteSelect, ivBgYellow, ivBgYellowSelect, ivLargeSelect, ivMediumSelect,
ivSmallSelect, ivSuperSelect, llFontLarge, llFontNormal, llFontSmall, llFontSuper,
localSel, location, noteBgColorSelector, noteEditList, noteEditView, noteNum, noteTitle,
spkBtn, svNoteEdit, translate, tvAlertDate, tvModifiedDate, tvSetTop);
return new NoteEditBinding((FrameLayout) rootView, addImgBtn, btnSearch, btnSetBgColor,
fontSizeSelector, ivAlertIcon, ivBgBlue, ivBgBlueSelect, ivBgGreen, ivBgGreenSelect,
ivBgRed, ivBgRedSelect, ivBgWhite, ivBgWhiteSelect, ivBgYellow, ivBgYellowSelect,
ivLargeSelect, ivMediumSelect, ivSmallSelect, ivSuperSelect, llFontLarge, llFontNormal,
llFontSmall, llFontSuper, localSel, location, noteBgColorSelector, noteEditList,
noteEditView, noteNum, noteTitle, spkBtn, svNoteEdit, translate, tvAlertDate,
tvModifiedDate, tvSetTop);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));

@ -0,0 +1,68 @@
// Generated by view binder compiler. Do not edit!
package net.micode.notes.databinding;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.viewbinding.ViewBinding;
import android.viewbinding.ViewBindings;
import android.widget.ImageButton;
import android.widget.LinearLayout;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
import net.micode.notes.R;
public final class NoteEditToolbarBinding implements ViewBinding {
@NonNull
private final LinearLayout rootView;
@NonNull
public final ImageButton btnSearch;
private NoteEditToolbarBinding(@NonNull LinearLayout rootView, @NonNull ImageButton btnSearch) {
this.rootView = rootView;
this.btnSearch = btnSearch;
}
@Override
@NonNull
public LinearLayout getRoot() {
return rootView;
}
@NonNull
public static NoteEditToolbarBinding inflate(@NonNull LayoutInflater inflater) {
return inflate(inflater, null, false);
}
@NonNull
public static NoteEditToolbarBinding inflate(@NonNull LayoutInflater inflater,
@Nullable ViewGroup parent, boolean attachToParent) {
View root = inflater.inflate(R.layout.note_edit_toolbar, parent, false);
if (attachToParent) {
parent.addView(root);
}
return bind(root);
}
@NonNull
public static NoteEditToolbarBinding bind(@NonNull View rootView) {
// The body of this method is generated in a way you would not otherwise write.
// This is done to optimize the compiled bytecode for size and performance.
int id;
missingId: {
id = R.id.btn_search;
ImageButton btnSearch = ViewBindings.findChildViewById(rootView, id);
if (btnSearch == null) {
break missingId;
}
return new NoteEditToolbarBinding((LinearLayout) rootView, btnSearch);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
}
}

@ -0,0 +1,91 @@
// Generated by view binder compiler. Do not edit!
package net.micode.notes.databinding;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.viewbinding.ViewBinding;
import android.viewbinding.ViewBindings;
import android.widget.Button;
import android.widget.EditText;
import android.widget.LinearLayout;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
import net.micode.notes.R;
public final class SearchToolbarBinding implements ViewBinding {
@NonNull
private final LinearLayout rootView;
@NonNull
public final Button btnSearchCancel;
@NonNull
public final Button btnSearchConfirm;
@NonNull
public final EditText searchEditText;
private SearchToolbarBinding(@NonNull LinearLayout rootView, @NonNull Button btnSearchCancel,
@NonNull Button btnSearchConfirm, @NonNull EditText searchEditText) {
this.rootView = rootView;
this.btnSearchCancel = btnSearchCancel;
this.btnSearchConfirm = btnSearchConfirm;
this.searchEditText = searchEditText;
}
@Override
@NonNull
public LinearLayout getRoot() {
return rootView;
}
@NonNull
public static SearchToolbarBinding inflate(@NonNull LayoutInflater inflater) {
return inflate(inflater, null, false);
}
@NonNull
public static SearchToolbarBinding inflate(@NonNull LayoutInflater inflater,
@Nullable ViewGroup parent, boolean attachToParent) {
View root = inflater.inflate(R.layout.search_toolbar, parent, false);
if (attachToParent) {
parent.addView(root);
}
return bind(root);
}
@NonNull
public static SearchToolbarBinding bind(@NonNull View rootView) {
// The body of this method is generated in a way you would not otherwise write.
// This is done to optimize the compiled bytecode for size and performance.
int id;
missingId: {
id = R.id.btn_search_cancel;
Button btnSearchCancel = ViewBindings.findChildViewById(rootView, id);
if (btnSearchCancel == null) {
break missingId;
}
id = R.id.btn_search_confirm;
Button btnSearchConfirm = ViewBindings.findChildViewById(rootView, id);
if (btnSearchConfirm == null) {
break missingId;
}
id = R.id.search_edit_text;
EditText searchEditText = ViewBindings.findChildViewById(rootView, id);
if (searchEditText == null) {
break missingId;
}
return new SearchToolbarBinding((LinearLayout) rootView, btnSearchCancel, btnSearchConfirm,
searchEditText);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
}
}

@ -0,0 +1,101 @@
// Generated by view binder compiler. Do not edit!
package net.micode.notes.databinding;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.viewbinding.ViewBinding;
import android.viewbinding.ViewBindings;
import android.widget.ImageButton;
import android.widget.LinearLayout;
import java.lang.NullPointerException;
import java.lang.Override;
import java.lang.String;
import net.micode.notes.R;
public final class TextFormatToolbarBinding implements ViewBinding {
@NonNull
private final LinearLayout rootView;
@NonNull
public final ImageButton btnFormatBold;
@NonNull
public final ImageButton btnFormatHighlight;
@NonNull
public final ImageButton btnFormatItalic;
@NonNull
public final ImageButton btnFormatStrikethrough;
private TextFormatToolbarBinding(@NonNull LinearLayout rootView,
@NonNull ImageButton btnFormatBold, @NonNull ImageButton btnFormatHighlight,
@NonNull ImageButton btnFormatItalic, @NonNull ImageButton btnFormatStrikethrough) {
this.rootView = rootView;
this.btnFormatBold = btnFormatBold;
this.btnFormatHighlight = btnFormatHighlight;
this.btnFormatItalic = btnFormatItalic;
this.btnFormatStrikethrough = btnFormatStrikethrough;
}
@Override
@NonNull
public LinearLayout getRoot() {
return rootView;
}
@NonNull
public static TextFormatToolbarBinding inflate(@NonNull LayoutInflater inflater) {
return inflate(inflater, null, false);
}
@NonNull
public static TextFormatToolbarBinding inflate(@NonNull LayoutInflater inflater,
@Nullable ViewGroup parent, boolean attachToParent) {
View root = inflater.inflate(R.layout.text_format_toolbar, parent, false);
if (attachToParent) {
parent.addView(root);
}
return bind(root);
}
@NonNull
public static TextFormatToolbarBinding bind(@NonNull View rootView) {
// The body of this method is generated in a way you would not otherwise write.
// This is done to optimize the compiled bytecode for size and performance.
int id;
missingId: {
id = R.id.btn_format_bold;
ImageButton btnFormatBold = ViewBindings.findChildViewById(rootView, id);
if (btnFormatBold == null) {
break missingId;
}
id = R.id.btn_format_highlight;
ImageButton btnFormatHighlight = ViewBindings.findChildViewById(rootView, id);
if (btnFormatHighlight == null) {
break missingId;
}
id = R.id.btn_format_italic;
ImageButton btnFormatItalic = ViewBindings.findChildViewById(rootView, id);
if (btnFormatItalic == null) {
break missingId;
}
id = R.id.btn_format_strikethrough;
ImageButton btnFormatStrikethrough = ViewBindings.findChildViewById(rootView, id);
if (btnFormatStrikethrough == null) {
break missingId;
}
return new TextFormatToolbarBinding((LinearLayout) rootView, btnFormatBold,
btnFormatHighlight, btnFormatItalic, btnFormatStrikethrough);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
}
}

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_edit_list_item" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_edit_list_item.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/note_edit_list_item_0" view="LinearLayout"><Expressions/><location startLine="8" startOffset="0" endLine="30" endOffset="14"/></Target><Target id="@+id/cb_edit_item" view="CheckBox"><Expressions/><location startLine="13" startOffset="4" endLine="19" endOffset="43"/></Target><Target id="@+id/et_edit_text" view="net.micode.notes.ui.NoteEditText"><Expressions/><location startLine="22" startOffset="4" endLine="29" endOffset="36"/></Target></Targets></Layout>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_edit_list_item" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_edit_list_item.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/note_edit_list_item_0" view="LinearLayout"><Expressions/><location startLine="8" startOffset="0" endLine="30" endOffset="14"/></Target><Target id="@+id/cb_edit_item" view="CheckBox"><Expressions/><location startLine="13" startOffset="4" endLine="19" endOffset="40"/></Target><Target id="@+id/et_edit_text" view="net.micode.notes.ui.NoteEditText"><Expressions/><location startLine="22" startOffset="4" endLine="29" endOffset="36"/></Target></Targets></Layout>

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_edit_toolbar" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_edit_toolbar.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/note_edit_toolbar_0" view="LinearLayout"><Expressions/><location startLine="1" startOffset="0" endLine="19" endOffset="14"/></Target><Target id="@+id/btn_search" view="ImageButton"><Expressions/><location startLine="10" startOffset="4" endLine="17" endOffset="40"/></Target></Targets></Layout>

@ -1 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_list" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_list.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.FrameLayout"><Targets><Target tag="layout/note_list_0" view="FrameLayout"><Expressions/><location startLine="8" startOffset="0" endLine="51" endOffset="13"/></Target><Target id="@+id/tv_title_bar" view="TextView"><Expressions/><location startLine="20" startOffset="8" endLine="29" endOffset="61"/></Target><Target id="@+id/notes_list" view="ListView"><Expressions/><location startLine="32" startOffset="8" endLine="40" endOffset="40"/></Target><Target id="@+id/btn_new_note" view="Button"><Expressions/><location startLine="44" startOffset="4" endLine="50" endOffset="41"/></Target></Targets></Layout>
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="note_list" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\note_list.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.FrameLayout"><Targets><Target tag="layout/note_list_0" view="FrameLayout"><Expressions/><location startLine="8" startOffset="0" endLine="50" endOffset="13"/></Target><Target id="@+id/tv_title_bar" view="TextView"><Expressions/><location startLine="19" startOffset="8" endLine="28" endOffset="61"/></Target><Target id="@+id/notes_list" view="ListView"><Expressions/><location startLine="31" startOffset="8" endLine="39" endOffset="40"/></Target><Target id="@+id/btn_new_note" view="Button"><Expressions/><location startLine="43" startOffset="4" endLine="49" endOffset="41"/></Target></Targets></Layout>

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="search_toolbar" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\search_toolbar.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/search_toolbar_0" view="LinearLayout"><Expressions/><location startLine="1" startOffset="0" endLine="41" endOffset="14"/></Target><Target id="@+id/search_edit_text" view="EditText"><Expressions/><location startLine="9" startOffset="4" endLine="19" endOffset="34"/></Target><Target id="@+id/btn_search_cancel" view="Button"><Expressions/><location startLine="21" startOffset="4" endLine="29" endOffset="41"/></Target><Target id="@+id/btn_search_confirm" view="Button"><Expressions/><location startLine="31" startOffset="4" endLine="39" endOffset="41"/></Target></Targets></Layout>

@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?><Layout layout="text_format_toolbar" modulePackage="net.micode.notes" filePath="app\src\main\res\layout\text_format_toolbar.xml" directory="layout" isMerge="false" isBindingData="false" rootNodeType="android.widget.LinearLayout"><Targets><Target tag="layout/text_format_toolbar_0" view="LinearLayout"><Expressions/><location startLine="1" startOffset="0" endLine="40" endOffset="14"/></Target><Target id="@+id/btn_format_bold" view="ImageButton"><Expressions/><location startLine="8" startOffset="4" endLine="14" endOffset="30"/></Target><Target id="@+id/btn_format_italic" view="ImageButton"><Expressions/><location startLine="16" startOffset="4" endLine="22" endOffset="30"/></Target><Target id="@+id/btn_format_strikethrough" view="ImageButton"><Expressions/><location startLine="24" startOffset="4" endLine="30" endOffset="30"/></Target><Target id="@+id/btn_format_highlight" view="ImageButton"><Expressions/><location startLine="32" startOffset="4" endLine="38" endOffset="30"/></Target></Targets></Layout>

@ -1,4 +1,4 @@
#Wed Dec 18 22:36:26 CST 2024
#Wed Dec 25 14:56:32 CST 2024
net.micode.notes.app-main-14\:/color/primary_text_dark.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_primary_text_dark.xml.flat
net.micode.notes.app-main-14\:/color/secondary_text_dark.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_secondary_text_dark.xml.flat
net.micode.notes.app-main-14\:/drawable-hdpi/bg_btn_set_color.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_btn_set_color.png.flat
@ -69,7 +69,39 @@ net.micode.notes.app-main-14\:/drawable-hdpi/widget_4x_green.png=C\:\\Users\\Adm
net.micode.notes.app-main-14\:/drawable-hdpi/widget_4x_red.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_red.png.flat
net.micode.notes.app-main-14\:/drawable-hdpi/widget_4x_white.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_white.png.flat
net.micode.notes.app-main-14\:/drawable-hdpi/widget_4x_yellow.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_yellow.png.flat
net.micode.notes.app-main-14\:/drawable/checkbox_checked.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_checkbox_checked.xml.flat
net.micode.notes.app-main-14\:/drawable/checkbox_selector.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_checkbox_selector.xml.flat
net.micode.notes.app-main-14\:/drawable/checkbox_unchecked.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_checkbox_unchecked.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_blue.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_blue.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_green.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_green.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_red.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_red.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_title_blue.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_title_blue.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_title_green.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_title_green.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_title_red.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_title_red.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_title_white.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_title_white.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_title_yellow.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_title_yellow.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_white.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_white.xml.flat
net.micode.notes.app-main-14\:/drawable/edit_yellow.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_edit_yellow.xml.flat
net.micode.notes.app-main-14\:/drawable/format_toolbar_background.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_format_toolbar_background.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_bold.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_bold.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_color.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_color.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_format_bold.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_bold.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_format_highlight.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_highlight.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_format_italic.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_italic.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_format_strikethrough.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_strikethrough.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_next.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_next.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_previous.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_previous.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_redo.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_redo.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_task_sequence.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_task_sequence.xml.flat
net.micode.notes.app-main-14\:/drawable/ic_undo.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_undo.xml.flat
net.micode.notes.app-main-14\:/drawable/list_blue_bg.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_list_blue_bg.xml.flat
net.micode.notes.app-main-14\:/drawable/list_green_bg.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_list_green_bg.xml.flat
net.micode.notes.app-main-14\:/drawable/list_red_bg.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_list_red_bg.xml.flat
net.micode.notes.app-main-14\:/drawable/list_white_bg.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_list_white_bg.xml.flat
net.micode.notes.app-main-14\:/drawable/list_yellow_bg.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_list_yellow_bg.xml.flat
net.micode.notes.app-main-14\:/drawable/new_note.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_new_note.xml.flat
net.micode.notes.app-main-14\:/drawable/picture1.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_picture1.xml.flat
net.micode.notes.app-main-14\:/drawable/picture2.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_picture2.xml.flat
net.micode.notes.app-main-14\:/menu/call_note_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_note_edit.xml.flat
net.micode.notes.app-main-14\:/menu/call_record_folder.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_record_folder.xml.flat
net.micode.notes.app-main-14\:/menu/note_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_edit.xml.flat
@ -83,6 +115,103 @@ net.micode.notes.app-main-14\:/xml/preferences.xml=C\:\\Users\\Administrator\\De
net.micode.notes.app-main-14\:/xml/searchable.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_searchable.xml.flat
net.micode.notes.app-main-14\:/xml/widget_2x_info.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_2x_info.xml.flat
net.micode.notes.app-main-14\:/xml/widget_4x_info.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_4x_info.xml.flat
net.micode.notes.app-main-18\:/color/primary_text_dark.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_primary_text_dark.xml.flat
net.micode.notes.app-main-18\:/color/secondary_text_dark.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\color_secondary_text_dark.xml.flat
net.micode.notes.app-main-18\:/drawable-hdpi/bg_btn_set_color.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_btn_set_color.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/bg_color_btn_mask.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_bg_color_btn_mask.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/call_record.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_call_record.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/clock.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_clock.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/delete.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_delete.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/dropdown_icon.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_dropdown_icon.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_blue.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_blue.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_green.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_green.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_red.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_red.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_title_blue.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_blue.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_title_green.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_green.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_title_red.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_red.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_title_white.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_white.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_title_yellow.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_title_yellow.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_white.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_white.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/edit_yellow.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_edit_yellow.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/font_large.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_large.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/font_normal.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_normal.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/font_size_selector_bg.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_size_selector_bg.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/font_small.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_small.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/font_super.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_font_super.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/icon_app.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_icon_app.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_background.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_background.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_blue_down.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_down.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_blue_middle.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_middle.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_blue_single.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_single.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_blue_up.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_blue_up.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_folder.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_folder.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_footer_bg.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_footer_bg.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_green_down.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_down.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_green_middle.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_middle.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_green_single.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_single.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_green_up.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_green_up.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_red_down.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_down.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_red_middle.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_middle.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_red_single.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_single.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_red_up.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_red_up.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_white_down.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_down.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_white_middle.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_middle.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_white_single.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_single.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_white_up.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_white_up.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_yellow_down.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_down.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_yellow_middle.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_middle.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_yellow_single.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_single.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/list_yellow_up.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_list_yellow_up.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/menu_delete.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_delete.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/menu_move.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_menu_move.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/new_note_normal.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_normal.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/new_note_pressed.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_new_note_pressed.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/note_edit_color_selector_panel.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_note_edit_color_selector_panel.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/notification.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_notification.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/picture1.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_picture1.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/picture2.jpg=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_picture2.jpg.flat
net.micode.notes.app-main-18\:/drawable-hdpi/search_result.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_search_result.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/selected.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_selected.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/splash.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_splash.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/title_alert.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_alert.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/title_bar_bg.9.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_title_bar_bg.9.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_2x_blue.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_blue.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_2x_green.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_green.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_2x_red.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_red.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_2x_white.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_white.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_2x_yellow.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_2x_yellow.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_4x_blue.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_blue.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_4x_green.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_green.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_4x_red.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_red.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_4x_white.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_white.png.flat
net.micode.notes.app-main-18\:/drawable-hdpi/widget_4x_yellow.png=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable-hdpi_widget_4x_yellow.png.flat
net.micode.notes.app-main-18\:/drawable/checkbox_checked.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_checkbox_checked.xml.flat
net.micode.notes.app-main-18\:/drawable/checkbox_selector.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_checkbox_selector.xml.flat
net.micode.notes.app-main-18\:/drawable/checkbox_unchecked.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_checkbox_unchecked.xml.flat
net.micode.notes.app-main-18\:/drawable/format_toolbar_background.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_format_toolbar_background.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_bold.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_bold.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_color.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_color.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_format_bold.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_bold.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_format_highlight.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_highlight.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_format_italic.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_italic.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_format_strikethrough.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_format_strikethrough.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_redo.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_redo.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_task_sequence.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_task_sequence.xml.flat
net.micode.notes.app-main-18\:/drawable/ic_undo.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_ic_undo.xml.flat
net.micode.notes.app-main-18\:/drawable/new_note.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\drawable_new_note.xml.flat
net.micode.notes.app-main-18\:/menu/call_note_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_note_edit.xml.flat
net.micode.notes.app-main-18\:/menu/call_record_folder.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_call_record_folder.xml.flat
net.micode.notes.app-main-18\:/menu/note_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_edit.xml.flat
net.micode.notes.app-main-18\:/menu/note_list.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list.xml.flat
net.micode.notes.app-main-18\:/menu/note_list_dropdown.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_dropdown.xml.flat
net.micode.notes.app-main-18\:/menu/note_list_options.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_note_list_options.xml.flat
net.micode.notes.app-main-18\:/menu/sub_folder.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\menu_sub_folder.xml.flat
net.micode.notes.app-main-18\:/raw-zh-rCN/introduction=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw-zh-rCN_introduction.flat
net.micode.notes.app-main-18\:/raw/introduction=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\raw_introduction.flat
net.micode.notes.app-main-18\:/xml/preferences.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_preferences.xml.flat
net.micode.notes.app-main-18\:/xml/searchable.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_searchable.xml.flat
net.micode.notes.app-main-18\:/xml/widget_2x_info.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_2x_info.xml.flat
net.micode.notes.app-main-18\:/xml/widget_4x_info.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\xml_widget_4x_info.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/account_dialog_title.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_account_dialog_title.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/activity_change_password.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_change_password.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/activity_delete_password.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_delete_password.xml.flat
@ -93,12 +222,37 @@ net.micode.notes.app-mergeDebugResources-11\:/layout/add_account_text.xml=C\:\\U
net.micode.notes.app-mergeDebugResources-11\:/layout/datetime_picker.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_datetime_picker.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/dialog_edit_text.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_dialog_edit_text.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/folder_list_item.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_folder_list_item.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/handwriting_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_handwriting_edit.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/note_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/note_edit_list_item.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit_list_item.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/note_edit_toolbar.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit_toolbar.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/note_item.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_item.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/note_list.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_dropdown_menu.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/note_list_footer.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_footer.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/search_toolbar.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_search_toolbar.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/settings_header.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_settings_header.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/text_format_toolbar.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_text_format_toolbar.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/widget_2x.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_2x.xml.flat
net.micode.notes.app-mergeDebugResources-11\:/layout/widget_4x.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_4x.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/account_dialog_title.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_account_dialog_title.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/activity_change_password.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_change_password.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/activity_delete_password.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_delete_password.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/activity_login.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_login.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/activity_set_loginpassword.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_set_loginpassword.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/activity_splash.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_activity_splash.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/add_account_text.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_add_account_text.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/datetime_picker.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_datetime_picker.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/dialog_edit_text.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_dialog_edit_text.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/folder_list_item.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_folder_list_item.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/handwriting_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_handwriting_edit.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/note_edit.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/note_edit_list_item.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_edit_list_item.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/note_item.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_item.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/note_list.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/note_list_dropdown_menu.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_dropdown_menu.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/note_list_footer.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_note_list_footer.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/settings_header.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_settings_header.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/text_format_toolbar.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_text_format_toolbar.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/widget_2x.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_2x.xml.flat
net.micode.notes.app-mergeDebugResources-15\:/layout/widget_4x.xml=C\:\\Users\\Administrator\\Desktop\\third-year first semester\\xiaomi\\xiaomi-src\\app\\build\\intermediates\\merged_res\\debug\\mergeDebugResources\\layout_widget_4x.xml.flat

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeer tuis"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeer op"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Nog opsies"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Klaar"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sien alles"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Kies \'n program"</string>
<string msgid="121134116657445385" name="abc_capital_off">"AF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AAN"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funksie+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"spasiebalk"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Simbool+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Kieslys+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Soek …"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vee navraag uit"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Soeknavraag"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Soek"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Dien navraag in"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Stemsoektog"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deel met"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Deel met <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Vou in"</string>
<string msgid="146198913615257606" name="search_menu_title">"Soek"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ወደ መነሻ ይዳስሱ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ወደ ላይ ይዳስሱ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ተጨማሪ አማራጮች"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ተከናውኗል"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ሁሉንም ይመልከቱ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"መተግበሪያ ይምረጡ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ጠፍቷል"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"በርቷል"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"ሰርዝ"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"ምናሌ+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ፈልግ…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"መጠይቅ አጽዳ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"የፍለጋ ጥያቄ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ፍለጋ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"መጠይቅ ያስረክቡ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"የድምፅ ፍለጋ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ከሚከተለው ጋር ያጋሩ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"ከ<ns1:g id="APPLICATION_NAME">%s</ns1:g> ጋር አጋራ"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ሰብስብ"</string>
<string msgid="146198913615257606" name="search_menu_title">"ፈልግ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"التنقل إلى الشاشة الرئيسية"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"التنقل إلى أعلى"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"خيارات إضافية"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"تم"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"عرض الكل"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"اختيار تطبيق"</string>
<string msgid="121134116657445385" name="abc_capital_off">"إيقاف"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"تشغيل"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"القائمة+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"بحث…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"محو طلب البحث"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"طلب البحث"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"بحث"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"إرسال طلب البحث"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"البحث الصوتي"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"مشاركة مع"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"مشاركة مع <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"تصغير"</string>
<string msgid="146198913615257606" name="search_menu_title">"البحث"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"গৃহ পৃষ্ঠালৈ যাওক"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ওপৰলৈ যাওক"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"অধিক বিকল্প"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"সম্পন্ন কৰা হ\'ল"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"সকলো চাওক"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"এটা এপ্ বাছনি কৰক"</string>
<string msgid="121134116657445385" name="abc_capital_off">"অফ কৰক"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"অন কৰক"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"CTRL+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"মচক"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"এণ্টাৰ"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"ফাংশ্বন+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"মেটা+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"শ্বিফ্ট+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"স্পেচ"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"মেনু+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"অনুসন্ধান কৰক…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"প্ৰশ্ন মচক"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"সন্ধান কৰিব খোজা প্ৰশ্ন"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"সন্ধান কৰক"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"প্ৰশ্ন দাখিল কৰক"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"কণ্ঠধ্বনিৰ যোগেৰে সন্ধান কৰক"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ইয়াৰ জৰিয়তে শ্বেয়াৰ কৰক"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>ৰ জৰিয়তে শ্বেয়াৰ কৰক"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"সংকুচিত কৰক"</string>
<string msgid="146198913615257606" name="search_menu_title">"অনুসন্ধান কৰক"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"৯৯৯+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Evə naviqasiya et"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Yuxarı get"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Digər variantlar"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Hazırdır"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Hamısına baxın"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Tətbiq seçin"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DEAKTİV"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AKTİV"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"silin"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"daxil olun"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funksiya+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"kosmos"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menyu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Axtarış..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sorğunu təmizlə"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Axtarış sorğusu"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Axtarış"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Sorğunu göndərin"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Səsli axtarış"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bununla paylaşın"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> ilə paylaşın"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Yığışdırın"</string>
<string msgid="146198913615257606" name="search_menu_title">"Axtarış"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Odlazak na Početnu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Kretanje nagore"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Još opcija"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izbor aplikacije"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ISKLJUČI"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"UKLJUČI"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"taster za razmak"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Pretražite..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Brisanje upita"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Upit za pretragu"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Pretraga"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Slanje upita"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovna pretraga"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deli sa"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Deljenje sa aplikacijom <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skupi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Pretraži"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Перайсці на галоўную старонку"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Перайсці ўверх"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Дадатковыя параметры"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Гатова"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Прагледзець усё"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Выбраць праграму"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ВЫКЛ."</string>
<string msgid="3405795526292276155" name="abc_capital_on">"УКЛ."</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Прабел"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Меню +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Пошук..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Выдалiць запыт"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Запыт на пошук"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Пошук"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Адправіць запыт"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Галасавы пошук"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Абагуліць з"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Абагуліць праз праграму <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Згарнуць"</string>
<string msgid="146198913615257606" name="search_menu_title">"Пошук"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Придвижване към „Начало“"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Придвижване нагоре"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Още опции"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Вижте всички"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Изберете приложение"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ИЗКЛ."</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ВКЛ."</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"клавиша за интервал"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Търсете…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Изчистване на заявката"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Заявка за търсене"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Търсене"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Изпращане на заявката"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласово търсене"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Споделяне със:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Споделяне със: <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Свиване"</string>
<string msgid="146198913615257606" name="search_menu_title">"Търсене"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"হোম এ নেভিগেট করুন"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"উপরের দিকে নেভিগেট করুন"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"আরও বিকল্প"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"সম্পন্ন হয়েছে"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"সবগুলো দেখুন"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"একটি অ্যাপ্লিকেশান বেছে নিন"</string>
<string msgid="121134116657445385" name="abc_capital_off">"বন্ধ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"চালু"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"মুছুন"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"স্পেস"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"মেনু+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"অনুসন্ধান..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ক্যোয়ারী সাফ করুন"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ক্যোয়ারী খুঁজুন"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"খুঁজুন"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ক্যোয়ারী জমা দিন"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ভয়েস অনুসন্ধান"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"এর সাথে শেয়ার করুন"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> এর সাথে শেয়ার করুন"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"সঙ্কুচিত করুন"</string>
<string msgid="146198913615257606" name="search_menu_title">"খুঁজুন"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"৯৯৯+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Vrati se na početnu stranicu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigiraj prema gore"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Više opcija"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Odaberite aplikaciju"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ISKLJUČI"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"UKLJUČI"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"razmaknica"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Pretraži..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Obriši upit"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Pretraži upit"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Traži"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošalji upit"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno pretraživanje"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dijeli sa"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Dijeli koristeći aplikaciju <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skupi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Pretraži"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navega a la pàgina d\'inici"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navega cap a dalt"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Més opcions"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Fet"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Mostra\'ls tots"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecciona una aplicació"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVAT"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVAT"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Supr"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Retorn"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funció+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maj+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Espai"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Cerca..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Esborra la consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de cerca"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envia la consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Cerca per veu"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Comparteix amb"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Comparteix amb <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Replega"</string>
<string msgid="146198913615257606" name="search_menu_title">"Cerca"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Přejít na plochu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Přejít nahoru"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Více možností"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobrazit vše"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vybrat aplikaci"</string>
<string msgid="121134116657445385" name="abc_capital_off">"VYPNUTO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ZAPNUTO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"mezerník"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Vyhledat…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Smazat dotaz"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhledávací dotaz"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Hledat"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odeslat dotaz"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhledávání"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Sdílet pomocí"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Sdílet s aplikací <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sbalit"</string>
<string msgid="146198913615257606" name="search_menu_title">"Hledat"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Naviger hjem"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Naviger op"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere muligheder"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Luk"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Vælg en app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"FRA"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"TIL"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"mellemrum"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Søg…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ryd forespørgslen"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Søgeforespørgsel"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Søg"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Indsend forespørgslen"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Talesøgning"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Del med <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skjul"</string>
<string msgid="146198913615257606" name="search_menu_title">"Søg"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Zur Startseite"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nach oben"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Weitere Optionen"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Fertig"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alle ansehen"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"App auswählen"</string>
<string msgid="121134116657445385" name="abc_capital_off">"Aus"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"An"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Strg +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Löschen"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Eingabetaste"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funktionstaste +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta-Taste +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Umschalttaste +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Leertaste +"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym-Taste +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menütaste +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Suchen…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Suchanfrage löschen"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Suchanfrage"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Suchen"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Suchanfrage senden"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Sprachsuche"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Freigeben für"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Mit <ns1:g id="APPLICATION_NAME">%s</ns1:g> teilen"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Minimieren"</string>
<string msgid="146198913615257606" name="search_menu_title">"Suchen"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Πλοήγηση στην αρχική σελίδα"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Πλοήγηση προς τα επάνω"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Περισσότερες επιλογές"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Τέλος"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Προβολή όλων"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Επιλέξτε κάποια εφαρμογή"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ΑΠΕΝΕΡΓΟΠΟΙΗΣΗ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ΕΝΕΡΓΟΠΟΙΗΣΗ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"διάστημα"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Αναζήτηση…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Διαγραφή ερωτήματος"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Ερώτημα αναζήτησης"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Αναζήτηση"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Υποβολή ερωτήματος"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Φωνητική αναζήτηση"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Κοινή χρήση με"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Κοινή χρήση με <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Σύμπτυξη"</string>
<string msgid="146198913615257606" name="search_menu_title">"Αναζήτηση"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigate home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigate up"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"More options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Done"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"See all"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Choose an app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Search…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Clear query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Search query"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Search"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Submit query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Voice search"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Share with"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Share with <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Collapse"</string>
<string msgid="146198913615257606" name="search_menu_title">"Search"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar a la página principal"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar hacia arriba"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Elige una aplicación."</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVADO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVADO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"borrar"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"intro"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Función+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Mayúscula+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espacio"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Buscar…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Eliminar la consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Búsqueda"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Búsqueda"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Compartir con <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Contraer"</string>
<string msgid="146198913615257606" name="search_menu_title">"Buscar"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ir a la pantalla de inicio"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Desplazarse hacia arriba"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Más opciones"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Listo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todo"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Seleccionar una aplicación"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVADO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVADO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Eliminar"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Intro"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Función +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Mayús +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Espacio"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Buscar…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Borrar consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Buscar"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Búsqueda por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Compartir con <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Contraer"</string>
<string msgid="146198913615257606" name="search_menu_title">"Buscar"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"+999"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeerimine avaekraanile"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigeerimine üles"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Rohkem valikuid"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Kuva kõik"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valige rakendus"</string>
<string msgid="121134116657445385" name="abc_capital_off">"VÄLJAS"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"SEES"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"kustutamisklahv"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"sisestusklahv"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funktsiooniklahv +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Tõstuklahv +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"tühik"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menüü +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Otsige …"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Päringu tühistamine"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Otsingupäring"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Otsing"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Päringu esitamine"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Häälotsing"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jagamine:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Jagamine rakendusega <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Ahendamine"</string>
<string msgid="146198913615257606" name="search_menu_title">"Otsing"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Joan orri nagusira"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Joan gora"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Aukera gehiago"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Eginda"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ikusi guztiak"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Aukeratu aplikazio bat"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESAKTIBATUTA"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AKTIBATUTA"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ktrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Ezabatu"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Sartu"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funtzioa +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maius +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Zuriunea"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menua +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Bilatu…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Garbitu kontsulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Bilaketa-kontsulta"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Bilatu"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Bidali kontsulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Ahozko bilaketa"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partekatu hauekin"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Partekatu <ns1:g id="APPLICATION_NAME">%s</ns1:g> aplikazioarekin"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Tolestu"</string>
<string msgid="146198913615257606" name="search_menu_title">"Bilatu"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"پیمایش به صفحه اصلی"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"پیمایش به بالا"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"گزینه‌های بیشتر"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"تمام"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"مشاهده همه"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"انتخاب برنامه"</string>
<string msgid="121134116657445385" name="abc_capital_off">"خاموش"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"روشن"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"کلید فاصله"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"منو+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"جستجو…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"پاک کردن عبارت جستجو"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"عبارت جستجو"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"جستجو"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ارسال عبارت جستجو"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"جستجوی گفتاری"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"اشتراک‌گذاری با"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"اشتراک‌گذاری با <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"کوچک کردن"</string>
<string msgid="146198913615257606" name="search_menu_title">"جستجو"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Siirry etusivulle"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Siirry ylös"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Lisää"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Valmis"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Näytä kaikki"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Valitse sovellus"</string>
<string msgid="121134116657445385" name="abc_capital_off">"POIS KÄYTÖSTÄ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"KÄYTÖSSÄ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fn+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Vaihto+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"välilyönti"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Valikko+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Haku…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Tyhjennä kysely"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Hakulauseke"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Haku"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lähetä kysely"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Puhehaku"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Jakaminen:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Jaa sovelluksessa <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Kutista"</string>
<string msgid="146198913615257606" name="search_menu_title">"Haku"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Terminé"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Voir toutes les chaînes"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionnez une application"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DÉSACTIVÉ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVÉ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"supprimer"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"entrée"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fonction+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Méta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maj+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espace"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Recherche en cours..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Partager avec <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Réduire"</string>
<string msgid="146198913615257606" name="search_menu_title">"Rechercher"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Revenir à l\'accueil"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Revenir en haut de la page"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Plus d\'options"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"OK"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tout afficher"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Sélectionner une application"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DÉSACTIVÉ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVÉ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"supprimer"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"entrée"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fonction+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Méta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maj+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espace"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Rechercher…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Effacer la requête"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Requête de recherche"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Rechercher"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Envoyer la requête"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Recherche vocale"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partager avec"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Partager avec <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Réduire"</string>
<string msgid="146198913615257606" name="search_menu_title">"Rechercher"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ir á páxina de inicio"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Desprazarse cara arriba"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Máis opcións"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Feito"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver todas"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Escoller unha aplicación"</string>
<string msgid="121134116657445385" name="abc_capital_off">"DESACTIVAR"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ACTIVAR"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"eliminar"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Intro"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Función +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Maiús +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"espazo"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sim +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menú +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Buscar…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Borrar consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de busca"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Buscar"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Busca por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Compartir con <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Contraer"</string>
<string msgid="146198913615257606" name="search_menu_title">"Buscar"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">">999"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"હોમ પર નેવિગેટ કરો"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ઉપર નૅવિગેટ કરો"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"વધુ વિકલ્પો"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"થઈ ગયું"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"બધું જુઓ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"એક ઍપ્લિકેશન પસંદ કરો"</string>
<string msgid="121134116657445385" name="abc_capital_off">"બંધ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ચાલુ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"ડિલીટ કરો"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Spacebar"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"મેનૂ+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"શોધો…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ક્વેરી સાફ કરો"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"શોધ ક્વેરી"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"શોધો"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ક્વેરી સબમિટ કરો"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"વૉઇસ શોધ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"આની સાથે શેર કરો"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>ની સાથે શેર કરો"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"સંકુચિત કરો"</string>
<string msgid="146198913615257606" name="search_menu_title">"શોધો"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="abc_alert_dialog_button_bar_height">54dip</dimen>
</resources>

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Widget.AppCompat.DrawerArrowToggle" parent="Base.Widget.AppCompat.DrawerArrowToggle.Common">
<item name="barLength">18.66dp</item>
<item name="gapBetweenBars">3.33dp</item>
<item name="drawableSize">24dp</item>
</style>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"होम पेज पर जाएं"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ऊपर जाएं"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ज़्यादा विकल्प"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"हो गया"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सभी देखें"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"कोई एप्‍लिकेशन चुनें"</string>
<string msgid="121134116657445385" name="abc_capital_off">"बंद"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"चालू"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"खोजा जा रहा है…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"क्‍वेरी साफ़ करें"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"सर्च क्वेरी"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"सर्च करें"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"क्वेरी सबमिट करें"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"आवाज़ सर्च"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"इसके साथ शेयर करें"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> के साथ शेयर करें"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"छोटा करें"</string>
<string msgid="146198913615257606" name="search_menu_title">"सर्च"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Idi na početnu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Idi gore"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Dodatne opcije"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Prikaži sve"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Odabir aplikacije"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ISKLJUČENO"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"UKLJUČENO"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"razmaknica"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Pretražite…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Izbriši upit"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Upit za pretraživanje"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Pretraživanje"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošalji upit"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno pretraživanje"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dijeljenje sa"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Dijeli putem aplikacije <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sažmi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Pretraživanje"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ugrás a főoldalra"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Felfelé mozgatás"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"További lehetőségek"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Kész"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Összes megtekintése"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Válasszon ki egy alkalmazást"</string>
<string msgid="121134116657445385" name="abc_capital_off">"KI"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"BE"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Szóköz"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Keresés…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Lekérdezés törlése"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Keresési lekérdezés"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Keresés"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Lekérdezés küldése"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Hangalapú keresés"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Megosztás a következővel:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Megosztás a következő alkalmazással: <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Összecsukás"</string>
<string msgid="146198913615257606" name="search_menu_title">"Keresés"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ուղղվել տուն"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Ուղղվել վերև"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Այլ ընտրանքներ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Պատրաստ է"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Տեսնել բոլորը"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Ընտրել ծրագիր"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ԱՆՋԱՏՎԱԾ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ՄԻԱՑՎԱԾ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"բացատ"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Որոնում..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Մաքրել հարցումը"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Որոնման հարցում"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Որոնել"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Ուղարկել հարցումը"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Ձայնային որոնում"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Կիսվել"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Ուղարկել <ns1:g id="APPLICATION_NAME">%s</ns1:g>-ին"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Թաքցնել"</string>
<string msgid="146198913615257606" name="search_menu_title">"Որոնել"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigasi ke beranda"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigasi naik"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Opsi lain"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Selesai"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Lihat semua"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pilih aplikasi"</string>
<string msgid="121134116657445385" name="abc_capital_off">"NONAKTIF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AKTIF"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"spasi"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Telusuri..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Hapus kueri"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Kueri penelusuran"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Telusuri"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Kirim kueri"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Penelusuran suara"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bagikan dengan"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Bagikan ke <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Ciutkan"</string>
<string msgid="146198913615257606" name="search_menu_title">"Telusuri"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Fara heim"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Fara upp"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Fleiri valkostir"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Lokið"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Sjá allt"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Veldu forrit"</string>
<string msgid="121134116657445385" name="abc_capital_off">"SLÖKKT"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"KVEIKT"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Aðgerðarlykill+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"bilslá"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Valmynd+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Leita…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Hreinsa fyrirspurn"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Leitarfyrirspurn"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Leita"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Senda fyrirspurn"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Raddleit"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deila með"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Deila með <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Minnka"</string>
<string msgid="146198913615257606" name="search_menu_title">"Leita"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Vai alla home page"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Vai in alto"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Altre opzioni"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Fine"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Visualizza tutte"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Scegli un\'applicazione"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"ALT +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"CTRL +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"CANC"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"INVIO"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"FUNZIONE +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"META +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"MAIUSC +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"barra spaziatrice"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"SYM +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"MENU +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Cerca…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Cancella query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Query di ricerca"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Cerca"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Invia query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Ricerca vocale"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Condividi con"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Condividi tramite <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Comprimi"</string>
<string msgid="146198913615257606" name="search_menu_title">"Ricerca"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"נווט לדף הבית"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"נווט למעלה"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"עוד אפשרויות"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"בוצע"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ראה הכל"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"בחר אפליקציה"</string>
<string msgid="121134116657445385" name="abc_capital_off">"כבוי"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"פועל"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"מקש רווח"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"תפריט+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"חיפוש…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"מחק שאילתה"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"שאילתת חיפוש"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"חיפוש"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"שלח שאילתה"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"חיפוש קולי"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"שתף עם"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"שתף עם <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"כווץ"</string>
<string msgid="146198913615257606" name="search_menu_title">"חיפוש"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ホームへ移動"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"上へ移動"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"その他のオプション"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"完了"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"すべて表示"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"アプリの選択"</string>
<string msgid="121134116657445385" name="abc_capital_off">"OFF"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ON"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"Space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"検索…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"検索キーワードを削除"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"検索キーワード"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"検索"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"検索キーワードを送信"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"音声検索"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"共有"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>と共有"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"折りたたむ"</string>
<string msgid="146198913615257606" name="search_menu_title">"検索"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"მთავარზე ნავიგაცია"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ზემოთ ნავიგაცია"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"მეტი ვარიანტები"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"დასრულდა"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ყველას ნახვა"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"აპის არჩევა"</string>
<string msgid="121134116657445385" name="abc_capital_off">"გამორთულია"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ჩართულია"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"წაშლა"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"შეყვანა"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ძიება..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"მოთხოვნის გასუფთავება"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ძიების მოთხოვნა"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ძიება"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"მოთხოვნის გადაგზავნა"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ხმოვანი ძიება"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"გაზიარება:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"გაუზიარეთ <ns1:g id="APPLICATION_NAME">%s</ns1:g>-ს"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"აკეცვა"</string>
<string msgid="146198913615257606" name="search_menu_title">"ძიება"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Негізгі бетте қозғалу"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Жоғары қозғалу"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Басқа опциялар"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Дайын"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Барлығын көру"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Қолданбаны таңдау"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ӨШІРУЛІ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ҚОСУЛЫ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"бос орын"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Mәзір+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Іздеу…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Сұрақты жою"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Сұрақты іздеу"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Іздеу"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Сұрақты жіберу"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Дауыс арқылы іздеу"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Бөлісу"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> қолданбасымен бөлісу"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Тасалау"</string>
<string msgid="146198913615257606" name="search_menu_title">"Іздеу"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"រកមើល​ទៅ​ដើម"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"រកមើល​ឡើងលើ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ជម្រើស​ច្រើន​ទៀត"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"រួចរាល់"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"មើល​ទាំងអស់"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ជ្រើស​កម្មវិធី​​"</string>
<string msgid="121134116657445385" name="abc_capital_off">"បិទ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"បើក"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ស្វែងរក…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"សម្អាត​សំណួរ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ស្វែងរក​សំណួរ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ស្វែងរក"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ដាក់​​​ស្នើ​សំណួរ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ការស្វែងរក​សំឡេង"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ចែករំលែក​ជាមួយ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"ចែក​រំលែក​ជា​មួយ <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"បង្រួម"</string>
<string msgid="146198913615257606" name="search_menu_title">"ស្វែងរក"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ಮುಗಿದಿದೆ"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ಎಲ್ಲವನ್ನೂ ನೋಡಿ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ಆಫ್"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ಆನ್"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ಹುಡುಕಿ…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ಹುಡುಕಿ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ಧ್ವನಿ ಹುಡುಕಾಟ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> ನೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ಸಂಕುಚಿಸು"</string>
<string msgid="146198913615257606" name="search_menu_title">"ಹುಡುಕಿ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"홈 탐색"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"위로 탐색"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"옵션 더보기"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"완료"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"전체 보기"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"앱 선택"</string>
<string msgid="121134116657445385" name="abc_capital_off">"사용 안함"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"사용"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"삭제"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"입력"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"스페이스바"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"검색..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"검색어 삭제"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"검색어"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"검색"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"검색어 보내기"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"음성 검색"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"공유 대상"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>와(과) 공유"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"접기"</string>
<string msgid="146198913615257606" name="search_menu_title">"검색"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Үйгө багыттоо"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Жогору"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Көбүрөөк мүмкүнчүлүктөр"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Даяр"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Бардыгын көрүү"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Колдонмо тандоо"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ӨЧҮК"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"КҮЙҮК"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"Delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"Enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"боштук"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Издөө…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Талаптарды тазалоо"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Издөө талаптары"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Издөө"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Талап жөнөтүү"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Үн аркылуу издөө"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Бөлүшүү"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> аркылуу бөлүшүү"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Жыйнап коюу"</string>
<string msgid="146198913615257606" name="search_menu_title">"Издөө"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,11 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="abc_action_bar_default_height_material">48dp</dimen>
<dimen name="abc_text_size_subtitle_material_toolbar">12dp</dimen>
<dimen name="abc_text_size_title_material_toolbar">14dp</dimen>
<dimen name="activity_horizontal_margin">48dp</dimen>
<style name="Widget.Design.TabLayout" parent="Base.Widget.Design.TabLayout">
<item name="tabGravity">center</item>
<item name="tabMode">fixed</item>
</style>
</resources>

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="abc_config_prefDialogWidth">440dp</dimen>
<item name="abc_dialog_fixed_height_major" type="dimen">60%</item>
<item name="abc_dialog_fixed_height_minor" type="dimen">90%</item>
<item name="abc_dialog_fixed_width_major" type="dimen">60%</item>
<item name="abc_dialog_fixed_width_minor" type="dimen">90%</item>
<item name="abc_dialog_min_width_major" type="dimen">55%</item>
<item name="abc_dialog_min_width_minor" type="dimen">80%</item>
<style name="Base.Theme.AppCompat.DialogWhenLarge" parent="Base.Theme.AppCompat.Dialog.FixedSize"/>
<style name="Base.Theme.AppCompat.Light.DialogWhenLarge" parent="Base.Theme.AppCompat.Light.Dialog.FixedSize"/>
<style name="Base.Theme.MaterialComponents.DialogWhenLarge" parent="Base.Theme.MaterialComponents.Dialog.FixedSize"/>
<style name="Base.Theme.MaterialComponents.Light.DialogWhenLarge" parent="Base.Theme.MaterialComponents.Light.Dialog.FixedSize"/>
</resources>

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.Widget.AppCompat.Spinner.Underlined" parent="android:Widget.Material.Spinner.Underlined"/>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ກັບໄປໜ້າຫຼັກ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ຂຶ້ນເທິງ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ໂຕເລືອກອື່ນ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ແລ້ວໆ"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ເບິ່ງທັງຫມົດ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ເລືອກແອັບຯ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ປິດ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ເປີດ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ຊອກຫາ"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ລຶບຂໍ້ຄວາມຊອກຫາ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ຊອກຫາ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ຊອກຫາ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ສົ່ງການຊອກຫາ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ຊອກຫາດ້ວຍສຽງ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ແບ່ງປັນກັບ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"ແບ່ງປັນດ້ວຍ <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ຫຍໍ້"</string>
<string msgid="146198913615257606" name="search_menu_title">"ຊອກຫາ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Eiti į pagrindinį puslapį"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Eiti į viršų"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Daugiau parinkčių"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Atlikta"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Peržiūrėti viską"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pasirinkti programą"</string>
<string msgid="121134116657445385" name="abc_capital_off">"IŠJUNGTA"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ĮJUNGTI"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"„Alt“ +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"„Ctrl“ +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"„Delete“"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"„Enter“"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"„Function“ +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"„Meta“ +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"„Shift“ +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"tarpo klavišas"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"„Sym“ +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"„Menu“ +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Ieškoti..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Išvalyti užklausą"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Paieškos užklausa"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Paieška"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pateikti užklausą"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Paieška balsu"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bendrinti naudojant"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Bendrinti naudojant programą „<ns1:g id="APPLICATION_NAME">%s</ns1:g>“"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sutraukti"</string>
<string msgid="146198913615257606" name="search_menu_title">"Paieška"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Pārvietoties uz sākuma ekrānu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Pārvietoties augšup"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Vairāk opciju"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gatavs"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Skatīt visu"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izvēlieties lietotni"</string>
<string msgid="121134116657445385" name="abc_capital_off">"IZSLĒGTS"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"IESLĒGTS"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alternēšanas taustiņš +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Vadīšanas taustiņš +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"dzēšanas taustiņš"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"ievadīšanas taustiņš"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funkcijas taustiņš +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta taustiņš +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Pārslēgšanas taustiņš +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"atstarpes taustiņš"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Simbolu taustiņš +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Poga Izvēlne +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Meklējiet…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Notīrīt vaicājumu"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Meklēšanas vaicājums"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Meklēt"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Iesniegt vaicājumu"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Meklēšana ar balsi"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Kopīgot ar:"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Kopīgot ar lietojumprogrammu <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Sakļaut"</string>
<string msgid="146198913615257606" name="search_menu_title">"Meklēt"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Движи се кон дома"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Движи се нагоре"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Повеќе опции"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Готово"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Види ги сите"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Избери апликација"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ИСКЛУЧЕНО"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ВКЛУЧЕНО"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"копче Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"копче Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"избриши"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"копче enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"копче Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"копче Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"копче Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"вселена"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"копче Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Мени+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Пребарување…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Исчисти барање"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Пребарај барање"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Пребарај"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Поднеси барање"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Гласовно пребарување"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Сподели со"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Сподели со <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Собери"</string>
<string msgid="146198913615257606" name="search_menu_title">"Пребарај"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"കൂടുതൽ‍ ഓപ്‌ഷനുകള്‍"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"പൂർത്തിയാക്കി"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"എല്ലാം കാണുക"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ഓഫ്"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ഓൺ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"ഇല്ലാതാക്കുക"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"ഫംഗ്ഷന്‍+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"മെറ്റ+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"സ്‌പെയ്‌സ്"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"മെനു+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"തിരയുക…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"അന്വേഷണം മായ്‌ക്കുക"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"തിരയൽ അന്വേഷണം"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"തിരയൽ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"അന്വേഷണം സമർപ്പിക്കുക"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ശബ്ദതിരയൽ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ഇവരുമായി പങ്കിടുക"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>-മായി പങ്കിടുക"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ചുരുക്കുക"</string>
<string msgid="146198913615257606" name="search_menu_title">"തിരയുക"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Нүүр хуудас руу шилжих"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Дээш шилжих"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Нэмэлт сонголтууд"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Дууссан"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Бүгдийг харах"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Апп сонгох"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ИДЭВХГҮЙ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ИДЭВХТЭЙ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"устгах"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"оруулах"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Функц+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Мета+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"зай"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Цэс+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Хайх..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Асуулгыг цэвэрлэх"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Хайх асуулга"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Хайх"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Асуулгыг илгээх"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Дуут хайлт"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Хуваалцах"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g>-тай хуваалцах"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Хумих"</string>
<string msgid="146198913615257606" name="search_menu_title">"Хайлт"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"होमवर नेव्‍हिगेट करा"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"वर नेव्‍हिगेट करा"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"अधिक पर्याय"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"पूर्ण झाले"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सर्व पहा"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"एक अ‍ॅप निवडा"</string>
<string msgid="121134116657445385" name="abc_capital_off">"बंद"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"चालू"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"हटवा"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"एंटर करा"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"spacebar"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"मेनू+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"शोधा…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"क्‍वेरी स्‍पष्‍ट करा"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"शोध क्वेरी"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"शोध"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"क्वेरी सबमिट करा"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"व्हॉइस शोध"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"यांच्यासह शेअर करा"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> सह शेअर करा"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"संक्षिप्त करा"</string>
<string msgid="146198913615257606" name="search_menu_title">"शोधा"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"९९९+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigasi skrin utama"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigasi ke atas"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Lagi pilihan"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Selesai"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Lihat semua"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pilih apl"</string>
<string msgid="121134116657445385" name="abc_capital_off">"MATI"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"HIDUP"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"padam"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Fungsi+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"ruang"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Cari…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Kosongkan pertanyaan"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Pertanyaan carian"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Cari"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Serah pertanyaan"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Carian suara"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Kongsi dengan"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Kongsi dengan <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Runtuhkan"</string>
<string msgid="146198913615257606" name="search_menu_title">"Cari"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"မူလနေရာကို သွားရန်"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"အပေါ်သို့သွားရန်"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ပိုမိုရွေးချယ်စရာများ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ပြီးဆုံးပါပြီ"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"အားလုံးကို ကြည့်ရန်"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"အက်ပ်တစ်ခုခုကို ရွေးချယ်ပါ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ပိတ်"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ဖွင့်"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ရှာဖွေပါ..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ရှာစရာ အချက်အလက်များ ဖယ်ရှားရန်"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ရှာစရာ အချက်အလက်နေရာ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ရှာဖွေရန်"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ရှာဖွေစရာ အချက်အလက်ကို ပေးပို့ရန်"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"အသံဖြင့် ရှာဖွေခြင်း"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"မျှဝေဖို့ ရွေးပါ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> ဖြင့် မျှဝေရန်"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ခေါက်ရန်"</string>
<string msgid="146198913615257606" name="search_menu_title">"ရှာဖွေပါ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"၉၉၉+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Gå til startsiden"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Gå opp"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Flere alternativer"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Ferdig"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Se alle"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Velg en app"</string>
<string msgid="121134116657445385" name="abc_capital_off">"AV"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"PÅ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Funksjon+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"mellomrom"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Meny+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Søk …"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Slett søket"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Søkeord"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Søk"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Utfør søket"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Talesøk"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Del med <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Skjul"</string>
<string msgid="146198913615257606" name="search_menu_title">"Søk"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"गृह खोज्नुहोस्"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"माथि खोज्नुहोस्"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"थप विकल्पहरू"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"सम्पन्न भयो"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"सबै हेर्नुहोस्"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"एउटा अनुप्रयोग छान्नुहोस्"</string>
<string msgid="121134116657445385" name="abc_capital_off">"निष्क्रिय पार्नुहोस्"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"सक्रिय गर्नुहोस्"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"खोज्नुहोस्..."</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"प्रश्‍न हटाउनुहोस्"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"जिज्ञासाको खोज गर्नुहोस्"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"खोज्नुहोस्"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"जिज्ञासा पेस गर्नुहोस्"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"भ्वाइस खोजी"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"साझेदारी गर्नुहोस्..."</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> सँग आदान प्रदान गर्नुहोस्"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"संक्षिप्त पार्नुहोस्"</string>
<string msgid="146198913615257606" name="search_menu_title">"खोज्नुहोस्"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"९९९+"</string>
</resources>

@ -1,14 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.AppCompat.DayNight" parent="Theme.AppCompat"/>
<style name="Theme.AppCompat.DayNight.DarkActionBar" parent="Theme.AppCompat"/>
<style name="Theme.AppCompat.DayNight.Dialog" parent="Theme.AppCompat.Dialog"/>
<style name="Theme.AppCompat.DayNight.Dialog.Alert" parent="Theme.AppCompat.Dialog.Alert"/>
<style name="Theme.AppCompat.DayNight.Dialog.MinWidth" parent="Theme.AppCompat.Dialog.MinWidth"/>
<style name="Theme.AppCompat.DayNight.DialogWhenLarge" parent="Theme.AppCompat.DialogWhenLarge"/>
<style name="Theme.AppCompat.DayNight.NoActionBar" parent="Theme.AppCompat.NoActionBar"/>
<style name="ThemeOverlay.Notes.FullscreenContainer" parent="">
<item name="fullscreenBackgroundColor">@color/light_blue_900</item>
<item name="fullscreenTextColor">@color/light_blue_A400</item>
</style>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigeren naar startpositie"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Omhoog navigeren"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Meer opties"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gereed"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Alles weergeven"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Een app selecteren"</string>
<string msgid="121134116657445385" name="abc_capital_off">"UIT"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"AAN"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt +"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl +"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"verwijderen"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Functie +"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta +"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift +"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"spatie"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym +"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu +"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"Zoeken…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Zoekopdracht wissen"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Zoekopdracht"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Zoeken"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Zoekopdracht verzenden"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Gesproken zoekopdracht"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Delen met"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"Delen met <ns1:g id="APPLICATION_NAME">%s</ns1:g>"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"Samenvouwen"</string>
<string msgid="146198913615257606" name="search_menu_title">"Zoeken"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ହୋମ୍ ପେଜ୍‍କୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ଉପରକୁ ନେଭିଗେଟ୍ କରନ୍ତୁ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ଅଧିକ ବିକଳ୍ପ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ହୋଇଗଲା"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ସବୁ ଦେଖନ୍ତୁ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ଗୋଟିଏ ଆପ୍‍ ବାଛନ୍ତୁ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ଅଫ୍"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ଅନ୍"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"ଡିଲିଟ୍‍"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"ଏଣ୍ଟର୍"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"ସ୍ପେସ୍‍"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"ମେନୁ"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ସର୍ଚ୍ଚ…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"କ୍ୱେରୀ ଖାଲି କରନ୍ତୁ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ସର୍ଚ୍ଚ କ୍ୱେରୀ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ସର୍ଚ୍ଚ କରନ୍ତୁ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"କ୍ୱେରୀ ଦାଖଲ କରନ୍ତୁ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ଭଏସ୍‌ ସର୍ଚ୍ଚ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ଏହାଙ୍କ ସହ ଶେୟାର୍‌ କରନ୍ତୁ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> ସହ ଶେୟାର୍‍ କରନ୍ତୁ"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ଛୋଟ କରନ୍ତୁ"</string>
<string msgid="146198913615257606" name="search_menu_title">"ସର୍ଚ୍ଚ କରନ୍ତୁ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

@ -1,32 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:ns1="urn:oasis:names:tc:xliff:document:1.2">
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"ਹੋਮ \'ਤੇ ਜਾਓ"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"ਉੱਪਰ ਜਾਓ"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"ਹੋਰ ਚੋਣਾਂ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"ਹੋ ਗਿਆ"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"ਸਭ ਦੇਖੋ"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"ਇੱਕ ਐਪ ਚੁਣੋ"</string>
<string msgid="121134116657445385" name="abc_capital_off">"ਬੰਦ"</string>
<string msgid="3405795526292276155" name="abc_capital_on">"ਤੇ"</string>
<string msgid="1302280443949172191" name="abc_menu_alt_shortcut_label">"Alt+"</string>
<string msgid="1324831542140195728" name="abc_menu_ctrl_shortcut_label">"Ctrl+"</string>
<string msgid="8362206064229013510" name="abc_menu_delete_shortcut_label">"delete"</string>
<string msgid="8341180395196749340" name="abc_menu_enter_shortcut_label">"enter"</string>
<string msgid="4792426091847145555" name="abc_menu_function_shortcut_label">"Function+"</string>
<string msgid="7643535737296831317" name="abc_menu_meta_shortcut_label">"Meta+"</string>
<string msgid="8126296154200614004" name="abc_menu_shift_shortcut_label">"Shift+"</string>
<string msgid="2378550843553983978" name="abc_menu_space_shortcut_label">"space"</string>
<string msgid="9002602288060866689" name="abc_menu_sym_shortcut_label">"Sym+"</string>
<string msgid="1351762916121158029" name="abc_prepend_shortcut_label">"Menu+"</string>
<string msgid="7723749260725869598" name="abc_search_hint">"ਖੋਜ…"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"ਸਵਾਲ ਹਟਾਓ"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"ਖੋਜ ਪੁੱਛਗਿੱਛ"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"ਖੋਜੋ"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"ਸਵਾਲ ਪ੍ਰਸਤੁਤ ਕਰੋ"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"ਵੌਇਸ ਖੋਜ"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"ਇਸ ਨਾਲ ਸਾਂਝਾ ਕਰੋ"</string>
<string msgid="3300176832234831527" name="abc_shareactionprovider_share_with_application">"<ns1:g id="APPLICATION_NAME">%s</ns1:g> ਨਾਲ ਸਾਂਝਾ ਕਰੋ"</string>
<string msgid="1603543279005712093" name="abc_toolbar_collapse_description">"ਨਸ਼ਟ ਕਰੋ"</string>
<string msgid="146198913615257606" name="search_menu_title">"ਖੋਜੋ"</string>
<string msgid="7988687684186075107" name="status_bar_notification_info_overflow">"999+"</string>
</resources>

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save