添加了欢迎界面

dev
XF1001 4 years ago
parent 240f98fd3c
commit ad5f445d36

@ -0,0 +1,18 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:appcompat-v7:22.2.1@aar">
<ANNOTATIONS>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/482cabca4be6592d2f5e2df276fbdf3a/appcompat-v7-22.2.1/annotations.zip!/" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/482cabca4be6592d2f5e2df276fbdf3a/appcompat-v7-22.2.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/482cabca4be6592d2f5e2df276fbdf3a/appcompat-v7-22.2.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/482cabca4be6592d2f5e2df276fbdf3a/appcompat-v7-22.2.1/AndroidManifest.xml" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/appcompat-v7/22.2.1/de3f2713f53f065e5d482279eb0fde783c9f6ef8/appcompat-v7-22.2.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/appcompat-v7/22.2.1/30b63c4566cef77533d7a2b6cd3c3444d15635ed/appcompat-v7-22.2.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,13 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-annotations:22.2.1">
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/22.2.1/61a0ff5c29295ec56d7e0bd3d25d95dbf71b4b2b/support-annotations-22.2.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/22.2.1/a9cf1239ea6aca26aef213332e66228fed6b03e8/support-annotations-22.2.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-annotations/22.2.1/abd799e68746911cd93e5c2f69af356ecfce1bf9/support-annotations-22.2.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -0,0 +1,19 @@
<component name="libraryTable">
<library name="Gradle: com.android.support:support-v4:22.2.1@aar">
<ANNOTATIONS>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/6373253c7977ea9465071221b7868558/support-v4-22.2.1/annotations.zip!/" />
</ANNOTATIONS>
<CLASSES>
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/6373253c7977ea9465071221b7868558/support-v4-22.2.1/jars/classes.jar!/" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/6373253c7977ea9465071221b7868558/support-v4-22.2.1/res" />
<root url="file://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/6373253c7977ea9465071221b7868558/support-v4-22.2.1/AndroidManifest.xml" />
<root url="jar://$USER_HOME$/.gradle/caches/transforms-2/files-2.1/6373253c7977ea9465071221b7868558/support-v4-22.2.1/jars/libs/internal_impl-22.2.1.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-v4/22.2.1/29386645734f34db4898b78399e529153a012dd4/support-v4-22.2.1-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$USER_HOME$/.gradle/caches/modules-2/files-2.1/com.android.support/support-v4/22.2.1/43243264d8b80c9d11874d1e126c49ab5d88c243/support-v4-22.2.1-sources.jar!/" />
</SOURCES>
</library>
</component>

@ -46,5 +46,8 @@
<orderEntry type="library" name="Gradle: ./httpcomponents-client-4.5.12/lib/httpclient-osgi-4.5.12.jar" level="project" />
<orderEntry type="library" name="Gradle: ./httpcomponents-client-4.5.12/lib/httpclient-win-4.5.12.jar" level="project" />
<orderEntry type="library" name="Gradle: ./httpcomponents-client-4.5.12/lib/httpcore-4.4.13.jar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-annotations:22.2.1" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:appcompat-v7:22.2.1@aar" level="project" />
<orderEntry type="library" name="Gradle: com.android.support:support-v4:22.2.1@aar" level="project" />
</component>
</module>

@ -31,4 +31,5 @@ dependencies {
implementation files('/home/xf1001/AndroidStudioProjects/Notes-master/httpcomponents-client-4.5.12/lib/httpclient-osgi-4.5.12.jar')
implementation files('/home/xf1001/AndroidStudioProjects/Notes-master/httpcomponents-client-4.5.12/lib/httpclient-win-4.5.12.jar')
implementation files('/home/xf1001/AndroidStudioProjects/Notes-master/httpcomponents-client-4.5.12/lib/httpcore-4.4.13.jar')
implementation 'com.android.support:appcompat-v7:22.2.1'
}

@ -1,4 +1,4 @@
#Sun Nov 08 20:16:50 CST 2020
#Tue Nov 17 23:05:09 CST 2020
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable/new_note.xml=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable_new_note.xml.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/menu/call_record_folder.xml=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/menu_call_record_folder.xml.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/list_yellow_up.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_list_yellow_up.9.png.flat
@ -30,6 +30,8 @@
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/menu/note_list.xml=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/menu_note_list.xml.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/list_white_up.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_list_white_up.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/layout/note_edit.xml=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/layout_note_edit.xml.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/splash.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_splash.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/layout/activity_splash.xml=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/layout_activity_splash.xml.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/edit_blue.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_edit_blue.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/font_large.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_font_large.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/clock.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_clock.png.flat
@ -75,8 +77,8 @@
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/list_green_middle.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_list_green_middle.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/edit_title_red.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_edit_title_red.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/widget_2x_red.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_widget_2x_red.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/list_footer_bg.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_list_footer_bg.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/font_small.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_font_small.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/list_footer_bg.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_list_footer_bg.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/xml/widget_2x_info.xml=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/xml_widget_2x_info.xml.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/widget_4x_red.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_widget_4x_red.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/edit_title_blue.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_edit_title_blue.9.png.flat
@ -93,5 +95,5 @@
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/edit_yellow.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_edit_yellow.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/icon_app_new.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_icon_app_new.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/list_red_middle.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_list_red_middle.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/edit_title_yellow.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_edit_title_yellow.9.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/bg_btn_set_color.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_bg_btn_set_color.png.flat
/home/xf1001/AndroidStudioProjects/Notes-master/app/src/main/res/drawable-hdpi/edit_title_yellow.9.png=/home/xf1001/AndroidStudioProjects/Notes-master/app/build/intermediates/res/merged/debug/drawable-hdpi_edit_title_yellow.9.png.flat

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deel met %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ከ%s ጋር ያጋሩ"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"‏مشاركة مع %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Споделяне със: %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s এর সাথে ভাগ করুন"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Comparteix amb %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Sdílet pomocí %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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">"Stemmesøgning"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Del med"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Del med %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Freigeben für %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Κοινή χρήση με %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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">"Finished"</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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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">"Finished"</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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Share with %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="3691816814315814921" name="abc_searchview_description_clear">"Eliminar la consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de 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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Jagamine kasutajaga %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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">"Ahots bidezko bilaketa"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partekatu hauekin"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partekatu %s erabiltzailearekin"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"‏اشتراک‌گذاری با %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Jakaminen: %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partager avec %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partager avec %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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 de voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartir con"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartir con %s"</string>
</resources>

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

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

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s के साथ साझा करें"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Dijeljenje sa: %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Megosztás a következővel: %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Տարածել ըստ %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Bagikan dengan %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deila með %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Condividi con %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"‏שתף עם %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%sと共有"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s-თან გაზიარება"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s бөлісу"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ចែករំលែក​ជាមួយ %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s와(과) 공유"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s аркылуу бөлүшүү"</string>
</resources>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="abc_action_bar_embed_tabs_pre_jb">true</bool>
<bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool>
<dimen name="abc_action_bar_default_height_material">48dp</dimen>
<dimen name="abc_action_bar_default_padding_material">0dp</dimen>
<dimen name="abc_action_bar_progress_bar_size">32dp</dimen>
<dimen name="abc_text_size_subtitle_material_toolbar">12dp</dimen>
<dimen name="abc_text_size_title_material_toolbar">14dp</dimen>
</resources>

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="abc_action_bar_embed_tabs_pre_jb">true</bool>
<bool name="abc_config_allowActionMenuItemTextWithIcon">true</bool>
<dimen name="abc_config_prefDialogWidth">440dp</dimen>
<dimen name="abc_search_view_text_min_width">192dip</dimen>
<item name="dialog_fixed_height_major" type="dimen">60%</item>
<item name="dialog_fixed_height_minor" type="dimen">90%</item>
<item name="dialog_fixed_width_major" type="dimen">60%</item>
<item name="dialog_fixed_width_minor" type="dimen">90%</item>
<integer name="abc_max_action_buttons">4</integer>
<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"/>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"ແບ່ງ​ປັນ​ກັບ​ %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Bendrinti naudojant „%s“"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Kopīgot ar %s"</string>
</resources>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s എന്നതുമായി പങ്കിടുക"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s-тай хуваалцах"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s सह सामायिक करा"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Kongsi dengan %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s ကို မျှဝေပါရန်"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Del med %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s सँग साझेदारी गर्नुहोस्"</string>
</resources>

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="ThemeOverlay.Notesmaster.FullscreenContainer" parent="">
<item name="fullscreenBackgroundColor">@color/light_blue_900</item>
<item name="fullscreenTextColor">@color/light_blue_A400</item>
</style>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Delen met %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Przejdź do strony głównej"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Przejdź wyżej"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Więcej opcji"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Gotowe"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobacz wszystkie"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Wybierz aplikację"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Wyczyść zapytanie"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Wyszukiwane hasło"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Szukaj"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Wyślij zapytanie"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Wyszukiwanie głosowe"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Udostępnij dla"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Udostępnij dla %s"</string>
</resources>

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<bool name="abc_action_bar_embed_tabs">false</bool>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar para a página inicial"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar para cima"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mais opções"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Concluído"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver tudo"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Escolher uma aplicação"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Limpar consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de pesquisa"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Pesquisar"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Pesquisa por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Partilhar com"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Partilhar com %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navegar para a página inicial"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navegar para cima"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mais opções"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Concluído"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Ver tudo"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Selecione um aplicativo"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Limpar consulta"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Consulta de pesquisa"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Pesquisar"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Enviar consulta"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Pesquisa por voz"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Compartilhar com"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Compartilhar com %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Navigați la ecranul de pornire"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigați în sus"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Mai multe opțiuni"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Terminat"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Afișați-le pe toate"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Alegeți o aplicaţie"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ștergeți interogarea"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Interogare de căutare"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Căutați"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Trimiteți interogarea"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Căutare vocală"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Trimiteți la"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Trimiteți la %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Открыть доступ пользователю %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s සමඟ බෙදාගන්න"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Prejsť na plochu"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Prejsť hore"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Ďalšie možnosti"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Hotovo"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Zobraziť všetko"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Zvoľte aplikáciu"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Vymazať dopyt"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Vyhľadávací dopyt"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Hľadať"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Odoslať dopyt"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Hlasové vyhľadávanie"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Zdieľať pomocou"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Zdieľať pomocou %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Krmarjenje domov"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Krmarjenje navzgor"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Več možnosti"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Končano"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Pokaži vse"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Izbira aplikacije"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Izbris poizvedbe"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Iskalna poizvedba"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Iskanje"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Pošiljanje poizvedbe"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Glasovno iskanje"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Deljenje z"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Deljenje z:"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Дели са апликацијом %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Visa startsidan"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Navigera uppåt"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Fler alternativ"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Klart"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Visa alla"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Välj en app"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Ta bort frågan"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Sökfråga"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Sök"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Skicka fråga"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Röstsökning"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Dela med"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Dela med %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Nenda mwanzo"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Nenda juu"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Chaguo zaidi"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Nimemaliza"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Angalia zote"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Chagua programu"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Futa hoja"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Hoja ya utafutaji"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Tafuta"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Wasilisha hoja"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Tafuta kwa kutamka"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Shiriki na:"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Shiriki na %s"</string>
</resources>

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="abc_action_bar_content_inset_material">24dp</dimen>
<dimen name="abc_action_bar_default_height_material">64dp</dimen>
<dimen name="abc_action_bar_default_padding_material">4dp</dimen>
<dimen name="abc_action_bar_navigation_padding_start_material">8dp</dimen>
<dimen name="abc_action_bar_overflow_padding_end_material">18dp</dimen>
<dimen name="abc_config_prefDialogWidth">580dp</dimen>
<dimen name="abc_text_size_subtitle_material_toolbar">16dp</dimen>
<dimen name="abc_text_size_title_material_toolbar">20dp</dimen>
<integer name="abc_max_action_buttons">5</integer>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s உடன் பகிர்"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%sతో భాగస్వామ్యం చేయి"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"แชร์กับ %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Mag-navigate patungo sa home"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Mag-navigate pataas"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Higit pang mga opsyon"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Tapos na"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tingnan lahat"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Pumili ng isang app"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"I-clear ang query"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Query sa paghahanap"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Maghanap"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Isumite ang query"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Paghahanap gamit ang boses"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Ibahagi sa/kay"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Ibahagi sa/kay %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Ana ekrana git"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Yukarı git"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Diğer seçenekler"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Tamamlandı"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Tümünü göster"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Bir uygulama seçin"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sorguyu temizle"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Arama sorgusu"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Ara"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Sorguyu gönder"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Sesli arama"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Şununla paylaş"</string>
<string msgid="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s ile paylaş"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"Надіслати через %s"</string>
</resources>

@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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="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="7165123711973476752" name="abc_shareactionprovider_share_with_application">"%s کے ساتھ اشتراک کریں"</string>
</resources>

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string msgid="4600421777120114993" name="abc_action_bar_home_description">"Boshiga otish"</string>
<string msgid="1594238315039666878" name="abc_action_bar_up_description">"Yuqoriga otish"</string>
<string msgid="3588849162933574182" name="abc_action_menu_overflow_description">"Qoshimcha sozlamalar"</string>
<string msgid="4076576682505996667" name="abc_action_mode_done">"Tayyor"</string>
<string msgid="7468859129482906941" name="abc_activity_chooser_view_see_all">"Barchasini korish"</string>
<string msgid="2031811694353399454" name="abc_activitychooserview_choose_application">"Dastur tanlang"</string>
<string msgid="3691816814315814921" name="abc_searchview_description_clear">"Sorovni tozalash"</string>
<string msgid="2550479030709304392" name="abc_searchview_description_query">"Sorovni izlash"</string>
<string msgid="8264924765203268293" name="abc_searchview_description_search">"Izlash"</string>
<string msgid="8928215447528550784" name="abc_searchview_description_submit">"Sorov yaratish"</string>
<string msgid="893419373245838918" name="abc_searchview_description_voice">"Ovozli qidiruv"</string>
<string msgid="3421042268587513524" name="abc_shareactionprovider_share_with">"Bolishish:"</string>
</resources>

@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.TextAppearance.AppCompat.Inverse">
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
<item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
<item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
</style>
<style name="Base.TextAppearance.AppCompat.Large.Inverse">
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
<item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
<item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
</style>
<style name="Base.TextAppearance.AppCompat.Medium.Inverse">
<item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
<item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
<item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
</style>
<style name="Base.TextAppearance.AppCompat.Small.Inverse">
<item name="android:textColor">?android:attr/textColorTertiaryInverse</item>
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
<item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
<item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
</style>
<style name="Base.TextAppearance.AppCompat.Subhead.Inverse">
<item name="android:textColor">?android:attr/textColorSecondaryInverse</item>
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
<item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
<item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
</style>
<style name="Base.TextAppearance.AppCompat.Title.Inverse">
<item name="android:textColor">?android:attr/textColorPrimaryInverse</item>
<item name="android:textColorHint">?android:attr/textColorHintInverse</item>
<item name="android:textColorHighlight">?android:attr/textColorHighlightInverse</item>
<item name="android:textColorLink">?android:attr/textColorLinkInverse</item>
</style>
<style name="Base.Theme.AppCompat.Dialog" parent="Base.V11.Theme.AppCompat.Dialog"/>
<style name="Base.Theme.AppCompat.Light.Dialog" parent="Base.V11.Theme.AppCompat.Light.Dialog"/>
<style name="Base.V11.Theme.AppCompat.Dialog" parent="Base.V7.Theme.AppCompat.Dialog">
<item name="android:buttonBarStyle">@style/Widget.AppCompat.ButtonBar.AlertDialog</item>
<item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
<item name="android:windowCloseOnTouchOutside">@bool/abc_config_closeDialogWhenTouchOutside</item>
</style>
<style name="Base.V11.Theme.AppCompat.Light.Dialog" parent="Base.V7.Theme.AppCompat.Light.Dialog">
<item name="android:buttonBarStyle">@style/Widget.AppCompat.ButtonBar.AlertDialog</item>
<item name="android:borderlessButtonStyle">@style/Widget.AppCompat.Button.Borderless</item>
<item name="android:windowCloseOnTouchOutside">@bool/abc_config_closeDialogWhenTouchOutside</item>
</style>
<style name="Base.Widget.AppCompat.ProgressBar" parent="android:Widget.Holo.ProgressBar">
</style>
<style name="Base.Widget.AppCompat.ProgressBar.Horizontal" parent="android:Widget.Holo.ProgressBar.Horizontal">
</style>
<style name="Base.Widget.AppCompat.Spinner" parent="android:Widget.Holo.Spinner">
<item name="android:background">@drawable/abc_spinner_mtrl_am_alpha</item>
<item name="android:dropDownSelector">?attr/listChoiceBackgroundIndicator</item>
<item name="android:popupBackground">@drawable/abc_popup_background_mtrl_mult</item>
</style>
<style name="Platform.AppCompat" parent="Platform.V11.AppCompat"/>
<style name="Platform.AppCompat.Light" parent="Platform.V11.AppCompat.Light"/>
<style name="Platform.V11.AppCompat" parent="android:Theme.Holo">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:buttonBarStyle">?attr/buttonBarStyle</item>
<item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item>
<item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
<!-- Window colors -->
<item name="android:colorForeground">@color/bright_foreground_material_dark</item>
<item name="android:colorForegroundInverse">@color/bright_foreground_material_light</item>
<item name="android:colorBackground">@color/background_material_dark</item>
<item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_dark</item>
<item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_dark</item>
<item name="android:backgroundDimAmount">0.6</item>
<item name="android:windowBackground">@color/background_material_dark</item>
<!-- Text colors -->
<item name="android:textColorPrimary">@color/abc_primary_text_material_dark</item>
<item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_light</item>
<item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_dark</item>
<item name="android:textColorSecondary">@color/abc_secondary_text_material_dark</item>
<item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_light</item>
<item name="android:textColorTertiary">@color/abc_secondary_text_material_dark</item>
<item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_light</item>
<item name="android:textColorHint">@color/hint_foreground_material_dark</item>
<item name="android:textColorHintInverse">@color/hint_foreground_material_light</item>
<item name="android:textColorHighlight">@color/highlighted_text_material_dark</item>
<item name="android:textColorHighlightInverse">@color/highlighted_text_material_light</item>
<item name="android:textColorLink">@color/link_text_material_dark</item>
<item name="android:textColorLinkInverse">@color/link_text_material_light</item>
<item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_dark</item>
<!-- Text styles -->
<item name="android:textAppearance">@style/TextAppearance.AppCompat</item>
<item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item>
<item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item>
<item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item>
<item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item>
<item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item>
<item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item>
<item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item>
<item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item>
<item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item>
<item name="android:actionModeCutDrawable">?actionModeCutDrawable</item>
<item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item>
<item name="android:actionModePasteDrawable">?actionModePasteDrawable</item>
</style>
<style name="Platform.V11.AppCompat.Light" parent="android:Theme.Holo.Light">
<item name="android:windowNoTitle">true</item>
<item name="android:windowActionBar">false</item>
<item name="android:buttonBarStyle">?attr/buttonBarStyle</item>
<item name="android:buttonBarButtonStyle">?attr/buttonBarButtonStyle</item>
<item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
<!-- Window colors -->
<item name="android:colorForeground">@color/bright_foreground_material_light</item>
<item name="android:colorForegroundInverse">@color/bright_foreground_material_dark</item>
<item name="android:colorBackground">@color/background_material_light</item>
<item name="android:colorBackgroundCacheHint">@color/abc_background_cache_hint_selector_material_light</item>
<item name="android:disabledAlpha">@dimen/abc_disabled_alpha_material_light</item>
<item name="android:backgroundDimAmount">0.6</item>
<item name="android:windowBackground">@color/background_material_light</item>
<!-- Text colors -->
<item name="android:textColorPrimary">@color/abc_primary_text_material_light</item>
<item name="android:textColorPrimaryInverse">@color/abc_primary_text_material_dark</item>
<item name="android:textColorSecondary">@color/abc_secondary_text_material_light</item>
<item name="android:textColorSecondaryInverse">@color/abc_secondary_text_material_dark</item>
<item name="android:textColorTertiary">@color/abc_secondary_text_material_light</item>
<item name="android:textColorTertiaryInverse">@color/abc_secondary_text_material_dark</item>
<item name="android:textColorPrimaryDisableOnly">@color/abc_primary_text_disable_only_material_light</item>
<item name="android:textColorPrimaryInverseDisableOnly">@color/abc_primary_text_disable_only_material_dark</item>
<item name="android:textColorHint">@color/hint_foreground_material_light</item>
<item name="android:textColorHintInverse">@color/hint_foreground_material_dark</item>
<item name="android:textColorHighlight">@color/highlighted_text_material_light</item>
<item name="android:textColorHighlightInverse">@color/highlighted_text_material_dark</item>
<item name="android:textColorLink">@color/link_text_material_light</item>
<item name="android:textColorLinkInverse">@color/link_text_material_dark</item>
<item name="android:textColorAlertDialogListItem">@color/abc_primary_text_material_light</item>
<!-- Text styles -->
<item name="android:textAppearance">@style/TextAppearance.AppCompat</item>
<item name="android:textAppearanceInverse">@style/TextAppearance.AppCompat.Inverse</item>
<item name="android:textAppearanceLarge">@style/TextAppearance.AppCompat.Large</item>
<item name="android:textAppearanceLargeInverse">@style/TextAppearance.AppCompat.Large.Inverse</item>
<item name="android:textAppearanceMedium">@style/TextAppearance.AppCompat.Medium</item>
<item name="android:textAppearanceMediumInverse">@style/TextAppearance.AppCompat.Medium.Inverse</item>
<item name="android:textAppearanceSmall">@style/TextAppearance.AppCompat.Small</item>
<item name="android:textAppearanceSmallInverse">@style/TextAppearance.AppCompat.Small.Inverse</item>
<item name="android:listChoiceIndicatorSingle">@drawable/abc_btn_radio_material</item>
<item name="android:listChoiceIndicatorMultiple">@drawable/abc_btn_check_material</item>
<item name="android:actionModeCutDrawable">?actionModeCutDrawable</item>
<item name="android:actionModeCopyDrawable">?actionModeCopyDrawable</item>
<item name="android:actionModePasteDrawable">?actionModePasteDrawable</item>
</style>
</resources>

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Base.V12.Widget.AppCompat.AutoCompleteTextView" parent="Base.V7.Widget.AppCompat.AutoCompleteTextView">
<item name="android:textCursorDrawable">@drawable/abc_text_cursor_mtrl_alpha</item>
</style>
<style name="Base.V12.Widget.AppCompat.EditText" parent="Base.V7.Widget.AppCompat.EditText">
<item name="android:textCursorDrawable">@drawable/abc_text_cursor_mtrl_alpha</item>
</style>
<style name="Base.Widget.AppCompat.AutoCompleteTextView" parent="Base.V12.Widget.AppCompat.AutoCompleteTextView"/>
<style name="Base.Widget.AppCompat.EditText" parent="Base.V12.Widget.AppCompat.EditText"/>
</resources>

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

Loading…
Cancel
Save