Index: branches/usability-initiative-1_16/PrefSwitch/PrefSwitch.i18n.php |
— | — | @@ -50,6 +50,11 @@ |
51 | 51 | 'prefswitch-survey-answer-browser-c3' => 'Google Chrome 3', |
52 | 52 | 'prefswitch-survey-answer-browser-c4' => 'Google Chrome 4', |
53 | 53 | 'prefswitch-survey-answer-browser-c5' => 'Google Chrome 5', |
| 54 | + 'prefswitch-survey-answer-browser-c6' => 'Google Chrome 6', |
| 55 | + 'prefswitch-survey-answer-browser-c7' => 'Google Chrome 7', |
| 56 | + 'prefswitch-survey-answer-browser-c8' => 'Google Chrome 8', |
| 57 | + 'prefswitch-survey-answer-browser-c9' => 'Google Chrome 9', |
| 58 | + 'prefswitch-survey-answer-browser-c10' => 'Google Chrome 10', |
54 | 59 | 'prefswitch-survey-answer-browser-s3' => 'Safari 3', |
55 | 60 | 'prefswitch-survey-answer-browser-s4' => 'Safari 4', |
56 | 61 | 'prefswitch-survey-answer-browser-s5' => 'Safari 5', |
Index: branches/usability-initiative-1_16/PrefSwitch/PrefSwitch.php |
— | — | @@ -121,6 +121,11 @@ |
122 | 122 | 'c3' => 'prefswitch-survey-answer-browser-c3', |
123 | 123 | 'c4' => 'prefswitch-survey-answer-browser-c4', |
124 | 124 | 'c5' => 'prefswitch-survey-answer-browser-c5', |
| 125 | + 'c6' => 'prefswitch-survey-answer-browser-c6', |
| 126 | + 'c7' => 'prefswitch-survey-answer-browser-c7', |
| 127 | + 'c8' => 'prefswitch-survey-answer-browser-c8', |
| 128 | + 'c9' => 'prefswitch-survey-answer-browser-c9', |
| 129 | + 'c10' => 'prefswitch-survey-answer-browser-c10', |
125 | 130 | 's3' => 'prefswitch-survey-answer-browser-s3', |
126 | 131 | 's4' => 'prefswitch-survey-answer-browser-s4', |
127 | 132 | 's5' => 'prefswitch-survey-answer-browser-s5', |