Index: trunk/extensions/PrefSwitch/PrefSwitch.i18n.php |
— | — | @@ -59,6 +59,11 @@ |
60 | 60 | 'prefswitch-survey-answer-browser-c3' => 'Google Chrome 3', |
61 | 61 | 'prefswitch-survey-answer-browser-c4' => 'Google Chrome 4', |
62 | 62 | 'prefswitch-survey-answer-browser-c5' => 'Google Chrome 5', |
| 63 | + 'prefswitch-survey-answer-browser-c5' => 'Google Chrome 6', |
| 64 | + 'prefswitch-survey-answer-browser-c5' => 'Google Chrome 7', |
| 65 | + 'prefswitch-survey-answer-browser-c5' => 'Google Chrome 8', |
| 66 | + 'prefswitch-survey-answer-browser-c5' => 'Google Chrome 9', |
| 67 | + 'prefswitch-survey-answer-browser-c5' => 'Google Chrome 10', |
63 | 68 | 'prefswitch-survey-answer-browser-s3' => 'Safari 3', |
64 | 69 | 'prefswitch-survey-answer-browser-s4' => 'Safari 4', |
65 | 70 | 'prefswitch-survey-answer-browser-s5' => 'Safari 5', |
Index: trunk/extensions/PrefSwitch/PrefSwitch.php |
— | — | @@ -93,6 +93,11 @@ |
94 | 94 | 'c3' => 'prefswitch-survey-answer-browser-c3', |
95 | 95 | 'c4' => 'prefswitch-survey-answer-browser-c4', |
96 | 96 | 'c5' => 'prefswitch-survey-answer-browser-c5', |
| 97 | + 'c6' => 'prefswitch-survey-answer-browser-c6', |
| 98 | + 'c7' => 'prefswitch-survey-answer-browser-c7', |
| 99 | + 'c8' => 'prefswitch-survey-answer-browser-c8', |
| 100 | + 'c9' => 'prefswitch-survey-answer-browser-c9', |
| 101 | + 'c10' => 'prefswitch-survey-answer-browser-c10', |
97 | 102 | 's3' => 'prefswitch-survey-answer-browser-s3', |
98 | 103 | 's4' => 'prefswitch-survey-answer-browser-s4', |
99 | 104 | 's5' => 'prefswitch-survey-answer-browser-s5', |