summaryrefslogtreecommitdiffstats
path: root/ui/base/strings
Commit message (Collapse)AuthorAgeFilesLines
* Landing 1084 strings on trunk, 2nd attemptlaforge@chromium.org2012-05-0150-108/+106
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134702 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 132429 - Updating XTBs based on .GRDs from branch 1084laforge@chromium.org2012-04-1650-102/+104
| | | | | | | TBR=laforge@chromium.org Review URL: https://chromiumcodereview.appspot.com/9956146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132432 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1084laforge@chromium.org2012-04-1650-104/+102
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132429 0039d316-1c4b-4281-b951-d872f2087c98
* Change kB to KB for consistency.dgozman@chromium.org2012-03-051-2/+2
| | | | | | | | | BUG=chromium-os:22812 TEST=Open task manager or downloads, and observe KB instead of kB. Review URL: http://codereview.chromium.org/9490008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124947 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 124622 - Change kB to KB for consistency.battre@chromium.org2012-03-021-2/+2
| | | | | | | | | | | | | Reverting as it breaks BytesFormattingTest.FormatBytes BUG=chromium-os:22812 TEST=Open task manager or downloads, and observe KB instead of kB. Review URL: https://chromiumcodereview.appspot.com/9490008 TBR=dgozman@chromium.org Review URL: https://chromiumcodereview.appspot.com/9572006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124623 0039d316-1c4b-4281-b951-d872f2087c98
* Change kB to KB for consistency.dgozman@chromium.org2012-03-021-2/+2
| | | | | | | | BUG=chromium-os:22812 TEST=Open task manager or downloads, and observe KB instead of kB. Review URL: https://chromiumcodereview.appspot.com/9490008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124622 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 1025karen@chromium.org2012-02-292-1/+60
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124064 0039d316-1c4b-4281-b951-d872f2087c98
* Intoroducing Motoya font for ChromeOSkochi@chromium.org2012-02-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This is a retry of r120926, which was reverted. The error was due to duplicate entry in the translation resource file, which only happens on 'Official' build. We will introduce Motoya fonts (MotoyaG04Gothic, MotoyaG04Mincho) as the default Japanese font for ChromeOS. This CL is for preparing resource to define default font and Skia to check the font family is compatible with their counterparts of MS Windows fonts. Note that GTK font specification in the resource does not handle multiple fonts (e.g. "MotoyaG04Gothic 10, IPAPGothic 10") and I left it as is (see crosbug.com/17382 for details). Fontconfig should cover the compatibility check (IPAPGothic => MotoyaG04Gothic) and display the proper font. BUG=chromium-os:16690 TEST=build, run and see Japanese fonts are properly displayed in both web contents and Chrome UI. Review URL: http://codereview.chromium.org/9365012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@121170 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 120926 - Intoroducing Motoya font for ChromeOSkochi@google.com2012-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | We will introduce Motoya fonts (MotoyaG04Gothic, MotoyaG04Mincho) as the default Japanese font for ChromeOS. This CL is for preparing resource to define default font and Skia to check the font family is compatible with their counterparts of MS Windows fonts. Note that GTK font specification in the resource does not handle multiple fonts (e.g. "MotoyaG04Gothic 10, IPAPGothic 10") and I left it as is (see crosbug.com/17382 for details). Fontconfig should cover the compatibility check (IPAPGothic => MotoyaG04Gothic) and display the proper font. BUG=chromium-os:16690 TEST=build, run and see Japanese fonts are properly displayed in both web contents and Chrome UI. Review URL: http://codereview.chromium.org/9309048 TBR=kochi@chromium.org Review URL: https://chromiumcodereview.appspot.com/9363017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120949 0039d316-1c4b-4281-b951-d872f2087c98
* Intoroducing Motoya font for ChromeOSkochi@chromium.org2012-02-081-1/+1
| | | | | | | | | | | | | | | | | | | | | We will introduce Motoya fonts (MotoyaG04Gothic, MotoyaG04Mincho) as the default Japanese font for ChromeOS. This CL is for preparing resource to define default font and Skia to check the font family is compatible with their counterparts of MS Windows fonts. Note that GTK font specification in the resource does not handle multiple fonts (e.g. "MotoyaG04Gothic 10, IPAPGothic 10") and I left it as is (see crosbug.com/17382 for details). Fontconfig should cover the compatibility check (IPAPGothic => MotoyaG04Gothic) and display the proper font. BUG=chromium-os:16690 TEST=build, run and see Japanese fonts are properly displayed in both web contents and Chrome UI. Review URL: http://codereview.chromium.org/9309048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120926 0039d316-1c4b-4281-b951-d872f2087c98
* Remove cygwin dependency, no longer required.scottmg@google.com2012-01-301-5/+0
| | | | | | | | | | No longer necessary because cygwin set up is now done in gclient runhooks, rather than every build. BUG=111731 Review URL: https://chromiumcodereview.appspot.com/9301011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119768 0039d316-1c4b-4281-b951-d872f2087c98
* Add Malay as a translation.tony@chromium.org2012-01-284-7/+12
| | | | | | | | | | | | The language code is ms. This adds the necessary files to generate the locale pak file. Translations will arrive later. BUG=111670 TBR=gfeher Review URL: http://codereview.chromium.org/9232056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119548 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 963kerz@chromium.org2012-01-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118969 0039d316-1c4b-4281-b951-d872f2087c98
* Aura: apply UI font list to cros.xji@chromium.org2012-01-241-1/+1
| | | | | | | | | | | | | | | | | | - change IDS_UI_FONT_FAMILY_CROS back to 12px in default. - GetDefaultFont() in platform_font_pango.cc returns IDS_UI_FONT_FAMILY_CROS for Aura Chrome OS. - views::NativeTextfieldViews::UpdateFont() applies the size from the passed-in font on Chrome OS - OmniboxViewViews requests a larger font size. - Correspondingly, decrease OmniboxViewViews's vertical margin so that the display area has greater height to accommodate larger font size. BUG=103860, 109961 TEST=visual on omnibox and popup, bookmark bubble, findbar, and omnibox in popup. Review URL: http://codereview.chromium.org/9192018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118802 0039d316-1c4b-4281-b951-d872f2087c98
* specify locale-dependent font list for UI on ChromeOS, so that those fonts ↵xji@chromium.org2012-01-048-2/+8
| | | | | | | | | | | | | have higher priority over the fallback fonts Pango picks up. BUG=103860 TEST=build aura, start chromium in 'ar' locale. type in Arabic and check the Arabic text's shapes. remove IDS_UI_FONT_FAMILY_CROS from 'ar' resource file, build aura again, start chromium in 'ar', type in Arabic and the Arabic text's shapes should be different. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114953 Review URL: http://codereview.chromium.org/8770034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116359 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 114953 (breaks cros font sizes, etc.) - specify locale-dependent font ↵msw@chromium.org2011-12-208-8/+2
| | | | | | | | | | | | | | list for UI on ChromeOS, so that those fonts have higher priority over the fallback fonts Pango picks up. BUG=103860 TEST=build aura, start chromium in 'ar' locale. type in Arabic and check the Arabic text's shapes. remove IDS_UI_FONT_FAMILY_CROS from 'ar' resource file, build aura again, start chromium in 'ar', type in Arabic and the Arabic text's shapes should be different. Review URL: http://codereview.chromium.org/8770034 TBR=xji@chromium.org Review URL: http://codereview.chromium.org/9007028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115179 0039d316-1c4b-4281-b951-d872f2087c98
* specify locale-dependent font list for UI on ChromeOS, so that those fonts ↵xji@chromium.org2011-12-198-2/+8
| | | | | | | | | | | have higher priority over the fallback fonts Pango picks up. BUG=103860 TEST=build aura, start chromium in 'ar' locale. type in Arabic and check the Arabic text's shapes. remove IDS_UI_FONT_FAMILY_CROS from 'ar' resource file, build aura again, start chromium in 'ar', type in Arabic and the Arabic text's shapes should be different. Review URL: http://codereview.chromium.org/8770034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114953 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 912laforge@chromium.org2011-11-0951-51/+49
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109307 0039d316-1c4b-4281-b951-d872f2087c98
* Standardize on 'web page' and 'web site' in Chrome UI.aa@chromium.org2011-10-121-1/+1
| | | | | | Review URL: http://codereview.chromium.org/8231009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104969 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 874karen@chromium.org2011-10-082-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104631 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 874karen@chromium.org2011-09-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102442 0039d316-1c4b-4281-b951-d872f2087c98
* Remove generation of .rc files in locale grd files.tony@chromium.org2011-09-162-112/+0
| | | | | | | | | | | | | | Since we use pak files on all platforms, we don't use the .rc files anymore. This should speed up the build a tiny amount. On my Z600, grit on generated_resources.grd goes from 38s to 25s. BUG=None TEST=compiles Review URL: http://codereview.chromium.org/7922002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101590 0039d316-1c4b-4281-b951-d872f2087c98
* Merged duplicate functions from tools/data_pack into the ↵adriansc@chromium.org2011-09-091-1/+1
| | | | | | | | | | | | | | grit/format/data_pack class. Marked tools/data_pack directory for removal when the dependency in third_party file WebKit.gyp has been updated to point to grit. BUG=none TEST=builds Review URL: http://codereview.chromium.org/7795057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100504 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r311fta@sofaraway.org2011-08-222-0/+7
| | | | | | | | This includes a new lang: ms (Malay) Review URL: http://codereview.chromium.org/7713008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97771 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 835kerz@chromium.org2011-08-2249-1/+589
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97764 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r297fta@sofaraway.org2011-08-092-0/+7
| | | | | | | | Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7585038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95947 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r285fta@sofaraway.org2011-07-282-2/+5
| | | | | | | | | Add a new lang: 'ia' (Interlingua). Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7520001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94395 0039d316-1c4b-4281-b951-d872f2087c98
* Adding fake bidi generationofri@google.com2011-07-242-0/+4
| | | | | | | | | | BUG=73052 TEST=NONE Review URL: http://codereview.chromium.org/7246008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93821 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r266tony@chromium.org2011-07-121-11/+11
| | | | | | | Rename xtb files following the app_strings.grd to ui_strings.grd rename. Patch from Fabien Tassin <fta@sofaraway.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92195 0039d316-1c4b-4281-b951-d872f2087c98
* Convert remaining instances of the 'os' variable in grit conditionstony@chromium.org2011-07-071-1/+1
| | | | | | | | | | | to the new easier to read variables. BUG=none TEST=Manual, everything still compiles. Review URL: http://codereview.chromium.org/7313017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91773 0039d316-1c4b-4281-b951-d872f2087c98
* Rename app_strings to ui_strings.tfarina@chromium.org2011-07-0753-172/+172
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org, tony@chromium.org Review URL: http://codereview.chromium.org/7210060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91704 0039d316-1c4b-4281-b951-d872f2087c98
* ui: Rename app_unittests_strings to ui_unittests_strings.tfarina@chromium.org2011-07-071-2/+2
| | | | | | | | | | | BUG=72317 TEST=None R=tony@chromium.org Review URL: http://codereview.chromium.org/7314013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91651 0039d316-1c4b-4281-b951-d872f2087c98
* Move app/resources/* to ui/resources/ directory.tfarina@chromium.org2011-06-291-2/+2
| | | | | | | | | | | BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7253057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91010 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 782laforge@chromium.org2011-06-291-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90899 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r255fta@sofaraway.org2011-06-272-0/+7
| | | | | | | | | This includes a new lang: bs (Bosnian). Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7278001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90652 0039d316-1c4b-4281-b951-d872f2087c98
* Localize strings, speeds.avi@chromium.org2011-06-221-0/+38
| | | | | | | | | BUG=86527 TEST=run in non-English. For European languages, during a download the decimal separators should be commas (e.g. "0,0 MB"). (The speeds are in strings files and might take a little time to run through the translation machinery.) Review URL: http://codereview.chromium.org/7189076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90092 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r248fta@sofaraway.org2011-06-211-0/+1
| | | | | | | | Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7205044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89861 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r241fta@sofaraway.org2011-06-131-0/+2
| | | | | | | | Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7003155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88895 0039d316-1c4b-4281-b951-d872f2087c98
* Remove msvs_guids from gyp files in ui.tony@chromium.org2011-06-101-1/+0
| | | | | | | | BUG=28727 Review URL: http://codereview.chromium.org/7104073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88704 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-06-022-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87564 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r228tony@chromium.org2011-05-312-0/+7
| | | | | | | | | | This includes a new lang: Armenian (hy) Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7100004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87376 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-05-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86542 0039d316-1c4b-4281-b951-d872f2087c98
* Update translations using strings from launchpad.net r216fta@sofaraway.org2011-05-202-0/+14
| | | | | | | | Patch from Fabien Tassin <fta@sofaraway.org>. Review URL: http://codereview.chromium.org/7049015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86138 0039d316-1c4b-4281-b951-d872f2087c98
* Make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, ↵tony@chromium.org2011-05-191-1/+1
| | | | | | | | | | and use_x11 for the gyp files. For lists of source files that use a mix of POSIX and Gtk APIs, toolkit_uses_gtk was given precedence. I also added Solaris to the remaining grit files. Patch by ruben (chromium@hybridsource.org). Review URL: http://codereview.chromium.org/7011032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85979 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 742kerz@chromium.org2011-04-2611-16/+16
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82970 0039d316-1c4b-4281-b951-d872f2087c98
* Nonelaforge@chromium.org2011-04-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81351 0039d316-1c4b-4281-b951-d872f2087c98
* Nonelaforge@chromium.org2011-04-1351-39/+90
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81345 0039d316-1c4b-4281-b951-d872f2087c98
* Standardize grit invokesthomasvl@chromium.org2011-03-281-35/+21
| | | | | | | | | | | | | - Add two gypi files to src/build for the boilerplate added to targets and actions - Update grit_info to also support the -E flag so it can share more of the grit build commandline - switch over all but the webkit and webkit glue grd files to use the common support BUG=22247 TEST=everything still localized correctly Review URL: http://codereview.chromium.org/6705030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79548 0039d316-1c4b-4281-b951-d872f2087c98
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-08105-0/+3485
| | | | | | | | | | To fix circular dependencies between ui/base/ui_base.gyp and app/app.gyp I'm moving app_strings to ui/base/strings. BUG=72317 TEST=Compiled on Mac, Linux, Windows. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77337 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 77068 - Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-07105-3484/+0
| | | | | | | | | | | | | | To fix circular dependencies between ui/base/ui_base.gyp and app/app.gyp I'm moving app_strings to ui/base/strings. BUG=72317 TEST=Compiled on Mac, Linux, Windows. Review URL: http://codereview.chromium.org/6541035 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/6623055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@77142 0039d316-1c4b-4281-b951-d872f2087c98