| OLD | NEW |
| 1 <?xml version="1.0" ?> | 1 <?xml version="1.0" ?> |
| 2 <!DOCTYPE translationbundle> | 2 <!DOCTYPE translationbundle> |
| 3 <translationbundle lang="ca"> | 3 <translationbundle lang="ca"> |
| 4 <translation id="IDS_WEB_FONT_FAMILY">Arial</translation> | 4 <if expr="os != 'darwin'"> |
| 5 <translation id="IDS_WEB_FONT_FAMILY">Arial</translation> |
| 6 </if> |
| 7 <if expr="os == 'darwin'"> |
| 8 <translation id="IDS_WEB_FONT_FAMILY">Helvetica</translation> |
| 9 </if> |
| 5 <translation id="IDS_WEB_FONT_SIZE">84%</translation> | 10 <translation id="IDS_WEB_FONT_SIZE">84%</translation> |
| 6 <translation id="IDS_ACCEPT_LANGUAGES">ca-ES,ca</translation> | 11 <translation id="IDS_ACCEPT_LANGUAGES">ca-ES,ca</translation> |
| 7 <translation id="IDS_DEFAULT_ENCODING">ISO-8859-1</translation> | 12 <translation id="IDS_DEFAULT_ENCODING">ISO-8859-1</translation> |
| 8 <translation id="IDS_STANDARD_FONT_IS_SERIF">true</translation> | 13 <translation id="IDS_STANDARD_FONT_IS_SERIF">true</translation> |
| 9 <translation id="IDS_FIXED_FONT_FAMILY">Courier New</translation> | 14 <if expr="os != 'darwin'"> |
| 10 <translation id="IDS_SERIF_FONT_FAMILY">Times New Roman</translation> | 15 <translation id="IDS_FIXED_FONT_FAMILY">Courier New</translation> |
| 11 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Arial</translation> | 16 <translation id="IDS_SERIF_FONT_FAMILY">Times New Roman</translation> |
| 12 <translation id="IDS_CURSIVE_FONT_FAMILY">Comic Sans MS</translation> | 17 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Arial</translation> |
| 13 <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation> | 18 <translation id="IDS_CURSIVE_FONT_FAMILY">Comic Sans MS</translation> |
| 19 <translation id="IDS_FANTASY_FONT_FAMILY">Impact</translation> |
| 20 </if> |
| 21 <if expr="os == 'darwin'"> |
| 22 <translation id="IDS_FIXED_FONT_FAMILY">Courier</translation> |
| 23 <translation id="IDS_SERIF_FONT_FAMILY">Times</translation> |
| 24 <translation id="IDS_SANS_SERIF_FONT_FAMILY">Helvetica</translation> |
| 25 <translation id="IDS_CURSIVE_FONT_FAMILY">Apple Chancery</translation> |
| 26 <translation id="IDS_FANTASY_FONT_FAMILY">Papyrus</translation> |
| 27 </if> |
| 14 <translation id="IDS_DEFAULT_FONT_SIZE">16</translation> | 28 <translation id="IDS_DEFAULT_FONT_SIZE">16</translation> |
| 15 <translation id="IDS_DEFAULT_FIXED_FONT_SIZE">13</translation> | 29 <translation id="IDS_DEFAULT_FIXED_FONT_SIZE">13</translation> |
| 16 <translation id="IDS_MINIMUM_FONT_SIZE">1</translation> | 30 <translation id="IDS_MINIMUM_FONT_SIZE">1</translation> |
| 17 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">6</translation> | 31 <translation id="IDS_MINIMUM_LOGICAL_FONT_SIZE">6</translation> |
| 18 <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> | 32 <translation id="IDS_USES_UNIVERSAL_DETECTOR">false</translation> |
| 19 <translation id="IDS_SPELLCHECK_DICTIONARY">ca</translation> | 33 <translation id="IDS_SPELLCHECK_DICTIONARY">ca</translation> |
| 20 <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">106</translation> | 34 <translation id="IDS_OPTIONS_DIALOG_WIDTH_CHARS">106</translation> |
| 21 <translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation> | 35 <translation id="IDS_OPTIONS_DIALOG_HEIGHT_LINES">38</translation> |
| 22 <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> | 36 <translation id="IDS_OPTIONS_DIALOG_LEFT_COLUMN_WIDTH_CHARS">26</translation> |
| 23 <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> | 37 <translation id="IDS_OPTIONS_RESET_CONFIRM_BOX_WIDTH_CHARS">80</translation> |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation> | 79 <translation id="IDS_SELECT_PROFILE_DIALOG_WIDTH_CHARS">60</translation> |
| 66 <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation> | 80 <translation id="IDS_SELECT_PROFILE_DIALOG_HEIGHT_LINES">5</translation> |
| 67 <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation> | 81 <translation id="IDS_NEW_PROFILE_DIALOG_WIDTH_CHARS">60</translation> |
| 68 <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation> | 82 <translation id="IDS_SYNC_SETUP_WIZARD_WIDTH_CHARS">46</translation> |
| 69 <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">14</translation> | 83 <translation id="IDS_SYNC_SETUP_WIZARD_HEIGHT_LINES">14</translation> |
| 70 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation> | 84 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_WIDTH_CHARS">50</translation> |
| 71 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation> | 85 <translation id="IDS_CONFIRM_MESSAGE_BOX_DEFAULT_HEIGHT_LINES">5</translation> |
| 72 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS">60</translation> | 86 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_WIDTH_CHARS">60</translation> |
| 73 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation> | 87 <translation id="IDS_CONFIRM_STOP_SYNCING_DIALOG_HEIGHT_LINES">8</translation> |
| 74 </translationbundle> | 88 </translationbundle> |
| OLD | NEW |