Advertisement
Guest User

git diff android-2.2_r3..android-2.2.1_r1

a guest
Sep 30th, 2010
2,553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.48 KB | None | 0 0
  1. diff --git a/res/values-ja-rJP/search_engines.xml b/res/values-ja-rJP/search_engines.xml
  2. new file mode 100644
  3. index 0000000..03c23f4
  4. --- /dev/null
  5. +++ b/res/values-ja-rJP/search_engines.xml
  6. @@ -0,0 +1,30 @@
  7. +<?xml version="1.0" encoding="utf-8"?>
  8. +<!-- Copyright (C) 2010 The Android Open Source Project
  9. +
  10. +     Licensed under the Apache License, Version 2.0 (the "License");
  11. +     you may not use this file except in compliance with the License.
  12. +     You may obtain a copy of the License at
  13. +
  14. +          http://www.apache.org/licenses/LICENSE-2.0
  15. +
  16. +     Unless required by applicable law or agreed to in writing, software
  17. +     distributed under the License is distributed on an "AS IS" BASIS,
  18. +     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  19. +     See the License for the specific language governing permissions and
  20. +     limitations under the License.
  21. +-->
  22. +<!--
  23. +****
  24. +**** THIS FILE WAS GENERATED BY tools/get_search_engines.py
  25. +****
  26. +
  27. +Each value in the string-array is the name of a value in all_search_engines.xml
  28. +-->
  29. +<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
  30. +  <string-array name="search_engines" translatable="false">
  31. +    <item>google</item>
  32. +    <item>yahoo_jp</item>
  33. +    <item>bing_ja_JP</item>
  34. +    <item>goo</item>
  35. +  </string-array>
  36. +</resources>
  37. diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml
  38. index b5bf052..85fbbdb 100644
  39. --- a/res/values-ja/strings.xml
  40. +++ b/res/values-ja/strings.xml
  41. @@ -136,6 +136,8 @@
  42.    </string-array>
  43.      <string name="pref_content_open_in_background_summary" msgid="1737664075721181678">"現在のウィンドウの後ろに新しいウィンドウを開く"</string>
  44.      <string name="pref_content_homepage" msgid="6082437160778559806">"ホームページ設定"</string>
  45. +    <string name="pref_content_search_engine" msgid="1620101310821644144">"検索エンジンの設定"</string>
  46. +    <string name="pref_content_search_engine_summary" msgid="5162667665858487316">"検索エンジンを選択します"</string>
  47.      <string name="pref_use_current" msgid="1493179933653044553">"現在のページを使用"</string>
  48.      <string name="pref_content_autofit" msgid="8260474534053660809">"ページの自動調整"</string>
  49.      <string name="pref_content_autofit_summary" msgid="4587831659894879986">"画面に合わせてウェブページをフォーマットする"</string>
  50. diff --git a/res/values-ko-rKR/search_engines.xml b/res/values-ko-rKR/search_engines.xml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement