diff --git a/po/fr.po b/po/fr.po index dd4e2d7..0ea920b 100644 --- a/po/fr.po +++ b/po/fr.po @@ -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" #: weather-settings.js -msgid "Condition in Panel" +msgid "Conditions in Panel" msgstr "Conditions sur le panel" + +#: weather-settings.js +msgid "Name of the city" +msgstr "Nom de la ville" + +#: weather-settings.js +msgid "Add..." +msgstr "Ajouter" + +#: weather-settings.js +msgid "Remove %s ?" +msgstr "Supprimer %s" diff --git a/src/weather-settings.js.in b/src/weather-settings.js.in index 0b68f5a..aa82173 100644 --- a/src/weather-settings.js.in +++ b/src/weather-settings.js.in @@ -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"); },