diff options
author | dantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 04:08:31 +0000 |
---|---|---|
committer | dantasse@chromium.org <dantasse@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-01 04:08:31 +0000 |
commit | 646cba543160a10cfb449fb6ff4db4b4e416968a (patch) | |
tree | 898758af281ed870a7533e074fd8be4f334d0dac /chrome/app/resources | |
parent | 043b3aa6eea4e479ebf4da0a886ee2c44a5b53d8 (diff) | |
download | chromium_src-646cba543160a10cfb449fb6ff4db4b4e416968a.zip chromium_src-646cba543160a10cfb449fb6ff4db4b4e416968a.tar.gz chromium_src-646cba543160a10cfb449fb6ff4db4b4e416968a.tar.bz2 |
Add CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS and _HEIGHT_LINES to xtb files
BUG=34209
TEST=none
Review URL: http://codereview.chromium.org/1521008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43313 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/resources')
51 files changed, 102 insertions, 0 deletions
diff --git a/chrome/app/resources/locale_settings_am.xtb b/chrome/app/resources/locale_settings_am.xtb index 20a3a08..d5720c8 100644 --- a/chrome/app/resources/locale_settings_am.xtb +++ b/chrome/app/resources/locale_settings_am.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation> diff --git a/chrome/app/resources/locale_settings_ar.xtb b/chrome/app/resources/locale_settings_ar.xtb index d3f1a68..185561c 100644 --- a/chrome/app/resources/locale_settings_ar.xtb +++ b/chrome/app/resources/locale_settings_ar.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_bg.xtb b/chrome/app/resources/locale_settings_bg.xtb index e58cf09..fa05057 100644 --- a/chrome/app/resources/locale_settings_bg.xtb +++ b/chrome/app/resources/locale_settings_bg.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">81</translation> diff --git a/chrome/app/resources/locale_settings_bn.xtb b/chrome/app/resources/locale_settings_bn.xtb index 639fa0d..f6fadf9 100644 --- a/chrome/app/resources/locale_settings_bn.xtb +++ b/chrome/app/resources/locale_settings_bn.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_ca.xtb b/chrome/app/resources/locale_settings_ca.xtb index 1c5a570..7a24dac 100644 --- a/chrome/app/resources/locale_settings_ca.xtb +++ b/chrome/app/resources/locale_settings_ca.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">73</translation> diff --git a/chrome/app/resources/locale_settings_cs.xtb b/chrome/app/resources/locale_settings_cs.xtb index 5c254e5..e6c0b2e 100644 --- a/chrome/app/resources/locale_settings_cs.xtb +++ b/chrome/app/resources/locale_settings_cs.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_da.xtb b/chrome/app/resources/locale_settings_da.xtb index 4085608..0b85a8a 100644 --- a/chrome/app/resources/locale_settings_da.xtb +++ b/chrome/app/resources/locale_settings_da.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_de.xtb b/chrome/app/resources/locale_settings_de.xtb index 3cae897..8f0fa3b 100644 --- a/chrome/app/resources/locale_settings_de.xtb +++ b/chrome/app/resources/locale_settings_de.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">18</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">71</translation> diff --git a/chrome/app/resources/locale_settings_el.xtb b/chrome/app/resources/locale_settings_el.xtb index 1e6540a..50e7e23 100644 --- a/chrome/app/resources/locale_settings_el.xtb +++ b/chrome/app/resources/locale_settings_el.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">84</translation> diff --git a/chrome/app/resources/locale_settings_en-GB.xtb b/chrome/app/resources/locale_settings_en-GB.xtb index 16afa64..074849e 100644 --- a/chrome/app/resources/locale_settings_en-GB.xtb +++ b/chrome/app/resources/locale_settings_en-GB.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation> diff --git a/chrome/app/resources/locale_settings_es-419.xtb b/chrome/app/resources/locale_settings_es-419.xtb index 4b6722e..a57d6a1 100644 --- a/chrome/app/resources/locale_settings_es-419.xtb +++ b/chrome/app/resources/locale_settings_es-419.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_es.xtb b/chrome/app/resources/locale_settings_es.xtb index b29c532..9d89f10 100644 --- a/chrome/app/resources/locale_settings_es.xtb +++ b/chrome/app/resources/locale_settings_es.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_et.xtb b/chrome/app/resources/locale_settings_et.xtb index 77d9a91..c023344 100644 --- a/chrome/app/resources/locale_settings_et.xtb +++ b/chrome/app/resources/locale_settings_et.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">70</translation> diff --git a/chrome/app/resources/locale_settings_fi.xtb b/chrome/app/resources/locale_settings_fi.xtb index 85097d5..fd25c04 100644 --- a/chrome/app/resources/locale_settings_fi.xtb +++ b/chrome/app/resources/locale_settings_fi.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation> diff --git a/chrome/app/resources/locale_settings_fil.xtb b/chrome/app/resources/locale_settings_fil.xtb index d0cab9b..17f2568 100644 --- a/chrome/app/resources/locale_settings_fil.xtb +++ b/chrome/app/resources/locale_settings_fil.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">76</translation> diff --git a/chrome/app/resources/locale_settings_fr.xtb b/chrome/app/resources/locale_settings_fr.xtb index c94637a..ac86bf0 100644 --- a/chrome/app/resources/locale_settings_fr.xtb +++ b/chrome/app/resources/locale_settings_fr.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">74</translation> diff --git a/chrome/app/resources/locale_settings_gu.xtb b/chrome/app/resources/locale_settings_gu.xtb index 07791f4..66b719d 100644 --- a/chrome/app/resources/locale_settings_gu.xtb +++ b/chrome/app/resources/locale_settings_gu.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_he.xtb b/chrome/app/resources/locale_settings_he.xtb index bde3c95..a832f7f 100644 --- a/chrome/app/resources/locale_settings_he.xtb +++ b/chrome/app/resources/locale_settings_he.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_hi.xtb b/chrome/app/resources/locale_settings_hi.xtb index c18493d..79b98a7 100644 --- a/chrome/app/resources/locale_settings_hi.xtb +++ b/chrome/app/resources/locale_settings_hi.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_hr.xtb b/chrome/app/resources/locale_settings_hr.xtb index f4cc303..c581fd0 100644 --- a/chrome/app/resources/locale_settings_hr.xtb +++ b/chrome/app/resources/locale_settings_hr.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">68</translation> diff --git a/chrome/app/resources/locale_settings_hu.xtb b/chrome/app/resources/locale_settings_hu.xtb index 499a285..d172111 100644 --- a/chrome/app/resources/locale_settings_hu.xtb +++ b/chrome/app/resources/locale_settings_hu.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">71</translation> diff --git a/chrome/app/resources/locale_settings_id.xtb b/chrome/app/resources/locale_settings_id.xtb index dfcec22..4202bda 100644 --- a/chrome/app/resources/locale_settings_id.xtb +++ b/chrome/app/resources/locale_settings_id.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation> diff --git a/chrome/app/resources/locale_settings_it.xtb b/chrome/app/resources/locale_settings_it.xtb index 52da073..8bc0197 100644 --- a/chrome/app/resources/locale_settings_it.xtb +++ b/chrome/app/resources/locale_settings_it.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">70</translation> diff --git a/chrome/app/resources/locale_settings_ja.xtb b/chrome/app/resources/locale_settings_ja.xtb index 6656c37..1a531e7 100644 --- a/chrome/app/resources/locale_settings_ja.xtb +++ b/chrome/app/resources/locale_settings_ja.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">68</translation> diff --git a/chrome/app/resources/locale_settings_kn.xtb b/chrome/app/resources/locale_settings_kn.xtb index b9e7166..f813251 100644 --- a/chrome/app/resources/locale_settings_kn.xtb +++ b/chrome/app/resources/locale_settings_kn.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">72</translation> diff --git a/chrome/app/resources/locale_settings_ko.xtb b/chrome/app/resources/locale_settings_ko.xtb index bfeee3f..33474c8 100644 --- a/chrome/app/resources/locale_settings_ko.xtb +++ b/chrome/app/resources/locale_settings_ko.xtb @@ -18,6 +18,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">74</translation> diff --git a/chrome/app/resources/locale_settings_lt.xtb b/chrome/app/resources/locale_settings_lt.xtb index 0a4b271..532ec55 100644 --- a/chrome/app/resources/locale_settings_lt.xtb +++ b/chrome/app/resources/locale_settings_lt.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">68</translation> diff --git a/chrome/app/resources/locale_settings_lv.xtb b/chrome/app/resources/locale_settings_lv.xtb index 0e71e20..113a216 100644 --- a/chrome/app/resources/locale_settings_lv.xtb +++ b/chrome/app/resources/locale_settings_lv.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">62</translation> diff --git a/chrome/app/resources/locale_settings_ml.xtb b/chrome/app/resources/locale_settings_ml.xtb index a116175..96523fd 100644 --- a/chrome/app/resources/locale_settings_ml.xtb +++ b/chrome/app/resources/locale_settings_ml.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">82</translation> diff --git a/chrome/app/resources/locale_settings_mr.xtb b/chrome/app/resources/locale_settings_mr.xtb index 4c9c8f7..fbcac2e 100644 --- a/chrome/app/resources/locale_settings_mr.xtb +++ b/chrome/app/resources/locale_settings_mr.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_nb.xtb b/chrome/app/resources/locale_settings_nb.xtb index 1b48316..ef4109c 100644 --- a/chrome/app/resources/locale_settings_nb.xtb +++ b/chrome/app/resources/locale_settings_nb.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_nl.xtb b/chrome/app/resources/locale_settings_nl.xtb index 0d14b37..10f94a1 100644 --- a/chrome/app/resources/locale_settings_nl.xtb +++ b/chrome/app/resources/locale_settings_nl.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">67</translation> diff --git a/chrome/app/resources/locale_settings_or.xtb b/chrome/app/resources/locale_settings_or.xtb index 1ecab38..9ab3eb6 100644 --- a/chrome/app/resources/locale_settings_or.xtb +++ b/chrome/app/resources/locale_settings_or.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_pl.xtb b/chrome/app/resources/locale_settings_pl.xtb index b394b9a..1558d8e 100644 --- a/chrome/app/resources/locale_settings_pl.xtb +++ b/chrome/app/resources/locale_settings_pl.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation> diff --git a/chrome/app/resources/locale_settings_pt-BR.xtb b/chrome/app/resources/locale_settings_pt-BR.xtb index 31f87da..e0d3a64 100644 --- a/chrome/app/resources/locale_settings_pt-BR.xtb +++ b/chrome/app/resources/locale_settings_pt-BR.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_pt-PT.xtb b/chrome/app/resources/locale_settings_pt-PT.xtb index 91dfc6f..30da552 100644 --- a/chrome/app/resources/locale_settings_pt-PT.xtb +++ b/chrome/app/resources/locale_settings_pt-PT.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">64</translation> diff --git a/chrome/app/resources/locale_settings_ro.xtb b/chrome/app/resources/locale_settings_ro.xtb index 95eb5d4..11c1ca4 100644 --- a/chrome/app/resources/locale_settings_ro.xtb +++ b/chrome/app/resources/locale_settings_ro.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">73</translation> diff --git a/chrome/app/resources/locale_settings_ru.xtb b/chrome/app/resources/locale_settings_ru.xtb index 38e4712..c837201 100644 --- a/chrome/app/resources/locale_settings_ru.xtb +++ b/chrome/app/resources/locale_settings_ru.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_sk.xtb b/chrome/app/resources/locale_settings_sk.xtb index 58ea16d..147a656 100644 --- a/chrome/app/resources/locale_settings_sk.xtb +++ b/chrome/app/resources/locale_settings_sk.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_sl.xtb b/chrome/app/resources/locale_settings_sl.xtb index 15424fd..1329afa 100644 --- a/chrome/app/resources/locale_settings_sl.xtb +++ b/chrome/app/resources/locale_settings_sl.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_sr.xtb b/chrome/app/resources/locale_settings_sr.xtb index 9edde8ff..04a1b4e 100644 --- a/chrome/app/resources/locale_settings_sr.xtb +++ b/chrome/app/resources/locale_settings_sr.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">72</translation> diff --git a/chrome/app/resources/locale_settings_sv.xtb b/chrome/app/resources/locale_settings_sv.xtb index 27b674b..d49037d 100644 --- a/chrome/app/resources/locale_settings_sv.xtb +++ b/chrome/app/resources/locale_settings_sv.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation> diff --git a/chrome/app/resources/locale_settings_sw.xtb b/chrome/app/resources/locale_settings_sw.xtb index 91c7018..a70cdde 100644 --- a/chrome/app/resources/locale_settings_sw.xtb +++ b/chrome/app/resources/locale_settings_sw.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">63</translation> diff --git a/chrome/app/resources/locale_settings_ta.xtb b/chrome/app/resources/locale_settings_ta.xtb index 6cb076f..66bd924 100644 --- a/chrome/app/resources/locale_settings_ta.xtb +++ b/chrome/app/resources/locale_settings_ta.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">96</translation> diff --git a/chrome/app/resources/locale_settings_te.xtb b/chrome/app/resources/locale_settings_te.xtb index 735d2da..6a53c74 100644 --- a/chrome/app/resources/locale_settings_te.xtb +++ b/chrome/app/resources/locale_settings_te.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">75</translation> diff --git a/chrome/app/resources/locale_settings_th.xtb b/chrome/app/resources/locale_settings_th.xtb index e075d37..cd538d9 100644 --- a/chrome/app/resources/locale_settings_th.xtb +++ b/chrome/app/resources/locale_settings_th.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation> diff --git a/chrome/app/resources/locale_settings_tr.xtb b/chrome/app/resources/locale_settings_tr.xtb index b80a770..8213ddd 100644 --- a/chrome/app/resources/locale_settings_tr.xtb +++ b/chrome/app/resources/locale_settings_tr.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">65</translation> diff --git a/chrome/app/resources/locale_settings_uk.xtb b/chrome/app/resources/locale_settings_uk.xtb index 592481b..696323f 100644 --- a/chrome/app/resources/locale_settings_uk.xtb +++ b/chrome/app/resources/locale_settings_uk.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">66</translation> diff --git a/chrome/app/resources/locale_settings_vi.xtb b/chrome/app/resources/locale_settings_vi.xtb index 246ee7b..6246dd7 100644 --- a/chrome/app/resources/locale_settings_vi.xtb +++ b/chrome/app/resources/locale_settings_vi.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">67</translation> diff --git a/chrome/app/resources/locale_settings_zh-CN.xtb b/chrome/app/resources/locale_settings_zh-CN.xtb index 01a3f0b..5d2fc0d 100644 --- a/chrome/app/resources/locale_settings_zh-CN.xtb +++ b/chrome/app/resources/locale_settings_zh-CN.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">60</translation> diff --git a/chrome/app/resources/locale_settings_zh-TW.xtb b/chrome/app/resources/locale_settings_zh-TW.xtb index 717a0a1..fa8b3ba 100644 --- a/chrome/app/resources/locale_settings_zh-TW.xtb +++ b/chrome/app/resources/locale_settings_zh-TW.xtb @@ -14,6 +14,8 @@ <translation id="IDS_URLPICKER_DIALOG_LEFT_COLUMN_WIDTH_CHARS">33</translation> <translation id="IDS_PASSWORDS_DIALOG_WIDTH_CHARS">106</translation> <translation id="IDS_PASSWORDS_DIALOG_HEIGHT_LINES">27</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_WIDTH_CHARS">60</translation> +<translation id="IDS_CUSTOMIZE_SYNC_DIALOG_HEIGHT_LINES">10</translation> <translation id="IDS_BUGREPORT_DIALOG_WIDTH_CHARS">85</translation> <translation id="IDS_BUGREPORT_DIALOG_HEIGHT_LINES">17</translation> <translation id="IDS_CLEARDATA_DIALOG_WIDTH_CHARS">67</translation> |