gnome-commander r1604 - branches/gcmd-1-3/src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r1604 - branches/gcmd-1-3/src
- Date: Fri, 29 Feb 2008 18:52:39 +0000 (GMT)
Author: epiotr
Date: Fri Feb 29 18:52:39 2008
New Revision: 1604
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1604&view=rev
Log:
i18n
Modified:
branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc
branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc
branches/gcmd-1-3/src/utils.cc
Modified: branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-con-ftp.cc Fri Feb 29 18:52:39 2008
@@ -406,8 +406,8 @@
con->priv->host_name = g_strdup (host_name);
- GNOME_CMD_CON (con)->open_tooltip = g_strdup_printf (_("Creates the FTP connection to %s"), host_name);
- GNOME_CMD_CON (con)->close_tooltip = g_strdup_printf (_("Removes the FTP connection to %s"), host_name);
+ GNOME_CMD_CON (con)->open_tooltip = g_strdup_printf (_("Opens the FTP connection to %s"), host_name);
+ GNOME_CMD_CON (con)->close_tooltip = g_strdup_printf (_("Closes the FTP connection to %s"), host_name);
}
Modified: branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc (original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-popmenu.cc Fri Feb 29 18:52:39 2008
@@ -110,7 +110,7 @@
data->files = g_list_append (data->files, finfo);
}
else
- gnome_cmd_show_message (NULL, finfo->info->name, "Couldn't retrieve MIME type of the file.");
+ gnome_cmd_show_message (NULL, finfo->info->name, "_(Couldn't retrieve MIME type of the file."));
}
g_hash_table_foreach (hash, (GHFunc) htcb_exec_with_app, NULL);
Modified: branches/gcmd-1-3/src/utils.cc
==============================================================================
--- branches/gcmd-1-3/src/utils.cc (original)
+++ branches/gcmd-1-3/src/utils.cc Fri Feb 29 18:52:39 2008
@@ -437,7 +437,7 @@
{
gchar *msg;
- msg = g_strdup_printf (_("No default application found for the mime-type %s.\nOpen the \"File types and programs\" page in the Control Center to add one."), mime_type);
+ msg = g_strdup_printf (_("No default application found for the MIME type %s.\nOpen the \"File types and programs\" page in the Control Center to add one."), mime_type);
create_error_dialog (msg);
g_free (msg);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]