French translation

yahoo_weather
Neroth 13 years ago
parent 9873658eb3
commit 1342e303c1
  1. 4
      po/fr.po
  2. 2
      src/weather-settings.js.in

@ -289,7 +289,7 @@ msgstr "Traduire les conditions"
#: weather-settings.js
msgid "Temperature Unit"
msgstr "Unité de temperature"
msgstr "Unité de température"
#: weather-settings.js
msgid "Position in Panel"
@ -333,4 +333,4 @@ msgstr "Ajouter"
#: weather-settings.js
msgid "Remove %s ?"
msgstr "Supprimer %s"
msgstr "Supprimer %s ?"

@ -94,7 +94,7 @@ WeatherSetting.prototype =
var that = this;
var city = this.city.split(" && ");
var ac = this.actual_city;
var textDialog = _("Remove "+city[ac]+" ?");
var textDialog = _("Remove %s ?").format(city[ac]);
var dialog = new Gtk.Dialog({title : ""});
var label = new Gtk.Label({label : textDialog});

Loading…
Cancel
Save