diff options
author | Svet Ganov <svetoslavganov@google.com> | 2015-02-05 10:15:29 -0800 |
---|---|---|
committer | Svetoslav <svetoslavganov@google.com> | 2015-02-05 14:11:37 -0800 |
commit | bbb3efe373ec1b7bc5939b3b7694a11c45babe9b (patch) | |
tree | b41ab6a7c44203e9b1c265f367c552c3b297ce36 /res/values-ur-rPK/strings.xml | |
parent | b8331548d12f308a65b63bdafbc18b6e61a40ce0 (diff) | |
download | packages_apps_Settings-bbb3efe373ec1b7bc5939b3b7694a11c45babe9b.tar.gz packages_apps_Settings-bbb3efe373ec1b7bc5939b3b7694a11c45babe9b.tar.bz2 packages_apps_Settings-bbb3efe373ec1b7bc5939b3b7694a11c45babe9b.zip |
Removing the unused for years app shortcuts feature.
The shortcuts feature has been commented out since 2011. Now the setings
provider no longer has a bookmarks table since the only party aside of this
commented out feature using it was the ShortcutManager. We moved to an
in memory model for the settings provider's state. We do not want to keep
there anything that is not used. Therefore, we moved from a bookmarks table
to a resource which renders this settings feature unusable. If we decide
to revive the shortcut feature we can revert this change and add support
for in memory bookmarks state in the settings provider.
Change-Id: Ib1871f940bc27029a5dd941b901d6087914a2231
Diffstat (limited to 'res/values-ur-rPK/strings.xml')
-rw-r--r-- | res/values-ur-rPK/strings.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/res/values-ur-rPK/strings.xml b/res/values-ur-rPK/strings.xml index f0b45a53c..dfb3ab4d3 100644 --- a/res/values-ur-rPK/strings.xml +++ b/res/values-ur-rPK/strings.xml @@ -1394,17 +1394,6 @@ <string name="testing_phone_info" product="tablet" msgid="193561832258534798">"ٹیبلٹ کی معلومات"</string> <string name="testing_phone_info" product="default" msgid="8656693364332840056">"فون کی معلومات"</string> <string name="testing_battery_info" msgid="3497865525976497848">"بیٹری کی معلومات"</string> - <string name="quick_launch_title" msgid="7904609846945905306">"فوری شروعات"</string> - <string name="quick_launch_summary" msgid="8101133819188001190">"ایپس شروع کرنے کیلئے کی بورڈ شارٹ کٹس سیٹ کریں"</string> - <string name="quick_launch_assign_application" msgid="6240064079456617501">"ایپ تفویض کریں"</string> - <string name="quick_launch_no_shortcut" msgid="5998005833838278693">"کوئی شارٹ کٹ نہیں ہے"</string> - <string name="quick_launch_shortcut" msgid="5090405067413522300">"تلاش کریں + <xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g>"</string> - <string name="quick_launch_clear_dialog_title" msgid="5546543501250320220">"صاف کریں"</string> - <string name="quick_launch_clear_dialog_message" msgid="3921015601470260722">"<xliff:g id="SHORTCUT_LETTER">%1$s</xliff:g> (<xliff:g id="APPLICATION_NAME">%2$s</xliff:g>) کیلئے آپ کا شارٹ کٹ صاف کر دیا جائے گا۔"</string> - <string name="quick_launch_clear_ok_button" msgid="2634568926597586716">"ٹھیک ہے"</string> - <string name="quick_launch_clear_cancel_button" msgid="1892854652197747064">"منسوخ کریں"</string> - <string name="quick_launch_display_mode_applications" msgid="1734058461846126775">"ایپس"</string> - <string name="quick_launch_display_mode_shortcuts" msgid="4177934019174169042">"شارٹ کٹس"</string> <string name="input_methods_settings_title" msgid="6800066636850553887">"متن ان پٹ"</string> <string name="input_method" msgid="5434026103176856164">"اندراج کا طریقہ"</string> <string name="current_input_method" msgid="2636466029213488159">"حالیہ کی بورڈ"</string> |