@ -317,8 +317,20 @@ msgstr "Icones symboliques"
#: weather-settings.js
msgid "Temperature in Panel"
msgstr "Temperature sur le panel"
msgstr "Température sur le panel"
msgid "Condition in Panel"
msgid "Conditions in Panel"
msgstr "Conditions sur le panel"
msgid "Name of the city"
msgstr "Nom de la ville"
msgid "Add..."
msgstr "Ajouter"
msgid "Remove %s ?"
msgstr "Supprimer %s"
@ -461,7 +461,7 @@ WeatherSetting.prototype =
this.addSwitch("icon_type");
this.addLabel(_("Temperature in Panel"));
this.addSwitch("text_in_panel");
this.addLabel(_("Condition in Panel"));
this.addLabel(_("Conditions in Panel"));
this.addSwitch("comment_in_panel");
},