Compare commits
7 Commits
master
...
songhaibo_
Author | SHA1 | Date |
---|---|---|
博 | 8f2b05ae2f | 2 years ago |
博 | f545fd524b | 2 years ago |
博 | 09014b51f1 | 2 years ago |
博 | e1389656e7 | 2 years ago |
博 | 8b22be09db | 2 years ago |
博 | 996497ce7b | 2 years ago |
博 | 6e7da4b717 | 2 years ago |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,2 @@
|
||||
#Wed Aug 17 14:15:53 CST 2022
|
||||
gradle.version=7.3.3
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,3 @@
|
||||
# Default ignored files
|
||||
/shelf/
|
||||
/workspace.xml
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<bytecodeTargetLevel target="11" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="deploymentTargetDropDown">
|
||||
<targetSelectedWithDropDown>
|
||||
<Target>
|
||||
<type value="QUICK_BOOT_TARGET" />
|
||||
<deviceKey>
|
||||
<Key>
|
||||
<type value="VIRTUAL_DEVICE_PATH" />
|
||||
<value value="C:\Users\87334\.android\avd\Pixel_3_API_22.avd" />
|
||||
</Key>
|
||||
</deviceKey>
|
||||
</Target>
|
||||
</targetSelectedWithDropDown>
|
||||
<timeTargetWasSelectedWithDropDown value="2022-08-20T03:27:15.467282500Z" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
||||
<component name="GradleSettings">
|
||||
<option name="linkedExternalProjectsSettings">
|
||||
<GradleProjectSettings>
|
||||
<option name="testRunner" value="GRADLE" />
|
||||
<option name="distributionType" value="DEFAULT_WRAPPED" />
|
||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||
<option name="gradleJvm" value="11" />
|
||||
<option name="modules">
|
||||
<set>
|
||||
<option value="$PROJECT_DIR$" />
|
||||
<option value="$PROJECT_DIR$/app" />
|
||||
</set>
|
||||
</option>
|
||||
</GradleProjectSettings>
|
||||
</option>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Maven Central repository" />
|
||||
<option name="url" value="https://repo1.maven.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="jboss.community" />
|
||||
<option name="name" value="JBoss Community repository" />
|
||||
<option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="MavenRepo" />
|
||||
<option name="name" value="MavenRepo" />
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="BintrayJCenter" />
|
||||
<option name="name" value="BintrayJCenter" />
|
||||
<option name="url" value="https://jcenter.bintray.com/" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="maven" />
|
||||
<option name="name" value="maven" />
|
||||
<option name="url" value="https://maven.google.com" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="Google" />
|
||||
<option name="name" value="Google" />
|
||||
<option name="url" value="https://dl.google.com/dl/android/maven2/" />
|
||||
</remote-repository>
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||
<component name="ProjectRootManager" version="2" languageLevel="JDK_11" default="true" project-jdk-name="11" project-jdk-type="JavaSDK">
|
||||
<output url="file://$PROJECT_DIR$/build/classes" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
<option name="id" value="Android" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
|
||||
</component>
|
||||
</project>
|
@ -0,0 +1,32 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 32
|
||||
buildToolsVersion "33.0.0"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "net.micode.notes"
|
||||
useLibrary'org.apache.http.legacy'
|
||||
minSdkVersion 14
|
||||
targetSdkVersion 14
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
||||
}
|
||||
}
|
||||
packagingOptions {
|
||||
exclude 'META-INF/DEPENDENCIES'
|
||||
exclude 'META-INF/NOTICE'
|
||||
exclude 'META-INF/LICENSE'
|
||||
exclude 'META-INF/LICENSE.txt'
|
||||
exclude 'META-INF/NOTICE.txt'
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation 'com.android.support:appcompat-v7:28.0.0'
|
||||
}
|
||||
|
||||
|
@ -0,0 +1,12 @@
|
||||
/**
|
||||
* Automatically generated file. DO NOT MODIFY
|
||||
*/
|
||||
package net.micode.notes;
|
||||
|
||||
public final class BuildConfig {
|
||||
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
||||
public static final String APPLICATION_ID = "net.micode.notes";
|
||||
public static final String BUILD_TYPE = "debug";
|
||||
public static final int VERSION_CODE = 1;
|
||||
public static final String VERSION_NAME = "0.1";
|
||||
}
|
@ -0,0 +1 @@
|
||||
{}
|
Binary file not shown.
@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "APK",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "net.micode.notes",
|
||||
"variantName": "debug",
|
||||
"elements": [
|
||||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"attributes": [],
|
||||
"versionCode": 1,
|
||||
"versionName": "0.1",
|
||||
"outputFile": "app-debug.apk"
|
||||
}
|
||||
],
|
||||
"elementType": "File"
|
||||
}
|
@ -0,0 +1,2 @@
|
||||
#- File Locator -
|
||||
listingFile=../../apk/debug/output-metadata.json
|
@ -0,0 +1,2 @@
|
||||
appMetadataVersion=1.1
|
||||
androidGradlePluginVersion=7.2.2
|
@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 3,
|
||||
"artifactType": {
|
||||
"type": "COMPATIBLE_SCREEN_MANIFEST",
|
||||
"kind": "Directory"
|
||||
},
|
||||
"applicationId": "net.micode.notes",
|
||||
"variantName": "debug",
|
||||
"elements": []
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1 @@
|
||||
6
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,96 @@
|
||||
#Wed Sep 14 08:34:24 CST 2022
|
||||
net.micode.notes.app-main-10\:/layout/settings_header.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_settings_header.xml.flat
|
||||
net.micode.notes.app-main-10\:/layout/note_edit_list_item.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit_list_item.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_white.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_white.9.png.flat
|
||||
net.micode.notes.app-main-10\:/menu/call_note_edit.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_call_note_edit.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/call_record.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_call_record.png.flat
|
||||
net.micode.notes.app-main-10\:/color/secondary_text_dark.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\color_secondary_text_dark.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_green_down.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_down.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/bg_color_btn_mask.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_color_btn_mask.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/note_edit.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_edit.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_blue_up.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_up.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_white_single.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_single.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/title_bar_bg.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_bar_bg.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_title_blue.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_blue.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/selected.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_selected.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_4x_red.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_red.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/widget_4x.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_4x.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_white_middle.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_middle.9.png.flat
|
||||
net.micode.notes.app-main-10\:/xml/preferences.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\xml_preferences.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_red_up.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_up.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_title_green.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_green.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_blue_down.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_down.9.png.flat
|
||||
net.micode.notes.app-main-10\:/xml/widget_4x_info.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_4x_info.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/font_small.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_small.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_2x_blue.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_blue.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/font_normal.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_normal.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_folder.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_folder.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_4x_white.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_white.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_red.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_red.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/title_alert.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_title_alert.png.flat
|
||||
net.micode.notes.app-main-10\:/menu/sub_folder.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_sub_folder.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/font_super.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_super.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/datetime_picker.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_datetime_picker.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable/new_note.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable_new_note.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_yellow_up.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_up.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_background.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_background.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_green.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_green.9.png.flat
|
||||
net.micode.notes.app-main-10\:/color/primary_text_dark.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\color_primary_text_dark.xml.flat
|
||||
net.micode.notes.app-main-10\:/menu/note_list.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list.xml.flat
|
||||
net.micode.notes.app-main-10\:/layout/dialog_edit_text.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_dialog_edit_text.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_yellow_single.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_single.9.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/note_list_dropdown_menu.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_dropdown_menu.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/icon_app.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_icon_app.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_blue.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_blue.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_title_yellow.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_yellow.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_2x_white.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_white.png.flat
|
||||
net.micode.notes.app-main-10\:/menu/note_list_dropdown.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_dropdown.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/clock.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_clock.png.flat
|
||||
net.micode.notes.app-main-10\:/raw-zh-rCN/introduction=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\raw-zh-rCN_introduction.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_red_down.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_down.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_white_down.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_down.9.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/widget_2x.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_widget_2x.xml.flat
|
||||
net.micode.notes.app-main-10\:/raw/introduction=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\raw_introduction.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/font_size_selector_bg.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_size_selector_bg.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_green_single.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_single.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/notification.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_notification.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/folder_list_item.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_folder_list_item.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_blue_middle.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_middle.9.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/add_account_text.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_add_account_text.xml.flat
|
||||
net.micode.notes.app-main-10\:/layout/note_list_footer.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list_footer.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_red_middle.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_middle.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/delete.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_delete.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/account_dialog_title.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_account_dialog_title.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_title_red.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_red.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_2x_green.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_green.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/note_item.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_item.xml.flat
|
||||
net.micode.notes.app-main-10\:/menu/call_record_folder.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_call_record_folder.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_red_single.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_red_single.9.png.flat
|
||||
net.micode.notes.app-main-10\:/xml/widget_2x_info.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\xml_widget_2x_info.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_4x_blue.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_blue.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/note_edit_color_selector_panel.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_note_edit_color_selector_panel.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_blue_single.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_blue_single.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/new_note_normal.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_normal.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_white_up.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_white_up.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/font_large.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_font_large.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_yellow.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_yellow.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_green_up.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_up.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/bg_btn_set_color.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_bg_btn_set_color.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_yellow_down.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_down.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_footer_bg.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_footer_bg.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/edit_title_white.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_edit_title_white.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/dropdown_icon.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_dropdown_icon.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_4x_green.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_green.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/new_note_pressed.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_new_note_pressed.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_green_middle.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_green_middle.9.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_2x_red.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_red.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/search_result.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_search_result.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_4x_yellow.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_4x_yellow.png.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/widget_2x_yellow.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_widget_2x_yellow.png.flat
|
||||
net.micode.notes.app-main-10\:/layout/note_list.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\layout_note_list.xml.flat
|
||||
net.micode.notes.app-main-10\:/menu/note_list_options.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_note_list_options.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/menu_move.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_move.png.flat
|
||||
net.micode.notes.app-main-10\:/xml/searchable.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\xml_searchable.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/menu_delete.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_menu_delete.png.flat
|
||||
net.micode.notes.app-main-10\:/menu/note_edit.xml=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\menu_note_edit.xml.flat
|
||||
net.micode.notes.app-main-10\:/drawable-hdpi/list_yellow_middle.9.png=D\:\\MINI_Notes\\Xugit-test0\\src\\app\\build\\intermediates\\merged_res\\debug\\drawable-hdpi_list_yellow_middle.9.png.flat
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
@ -0,0 +1,32 @@
|
||||
<?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>
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue