gnome-commander r2466 - in trunk: . doc doc/C doc/de doc/es po src src/tags



Author: epiotr
Date: Fri Feb 13 17:44:46 2009
New Revision: 2466
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2466&view=rev

Log:
typo: filename -> file name

Modified:
   trunk/ChangeLog
   trunk/doc/C/gnome-commander.xml
   trunk/doc/ChangeLog
   trunk/doc/de/de.po
   trunk/doc/es/es.po
   trunk/po/ChangeLog
   trunk/po/ar.po
   trunk/po/bg.po
   trunk/po/ca.po
   trunk/po/cs.po
   trunk/po/de.po
   trunk/po/dz.po
   trunk/po/el.po
   trunk/po/en_CA.po
   trunk/po/en_GB.po
   trunk/po/eo.po
   trunk/po/es.po
   trunk/po/eu.po
   trunk/po/fi.po
   trunk/po/fr.po
   trunk/po/ga.po
   trunk/po/hr.po
   trunk/po/hu.po
   trunk/po/it.po
   trunk/po/ja.po
   trunk/po/nb.po
   trunk/po/ne.po
   trunk/po/nl.po
   trunk/po/oc.po
   trunk/po/pa.po
   trunk/po/pl.po
   trunk/po/pt.po
   trunk/po/pt_BR.po
   trunk/po/ro.po
   trunk/po/ru.po
   trunk/po/rw.po
   trunk/po/sk.po
   trunk/po/sl.po
   trunk/po/sq.po
   trunk/po/sr.po
   trunk/po/sr Latn po
   trunk/po/sv.po
   trunk/po/uk.po
   trunk/po/vi.po
   trunk/po/zh_CN.po
   trunk/po/zh_TW.po
   trunk/src/gnome-cmd-file-selector.cc
   trunk/src/gnome-cmd-options-dialog.cc
   trunk/src/tags/gnome-cmd-tags.cc

Modified: trunk/doc/C/gnome-commander.xml
==============================================================================
--- trunk/doc/C/gnome-commander.xml	(original)
+++ trunk/doc/C/gnome-commander.xml	Fri Feb 13 17:44:46 2009
@@ -2160,7 +2160,7 @@
                     <row valign="top">
                         <entry><para>File.Path</para></entry>
                         <entry><para>Path</para></entry>
-                        <entry><para>Full file path of file excluding the filename.</para></entry>
+                        <entry><para>Full file path of file excluding the file name.</para></entry>
                     </row>
                     <row valign="top">
                         <entry><para>File.Permissions</para></entry>
@@ -2395,7 +2395,7 @@
                     <row valign="top">
                         <entry><para>ID3.OriginalFileName</para></entry>
                         <entry><para>Original File Name</para></entry>
-                        <entry><para>Original filename.</para></entry>
+                        <entry><para>Original file name.</para></entry>
                     </row>
                     <row valign="top">
                         <entry><para>ID3.OriginalLyricist</para></entry>

Modified: trunk/src/gnome-cmd-file-selector.cc
==============================================================================
--- trunk/src/gnome-cmd-file-selector.cc	(original)
+++ trunk/src/gnome-cmd-file-selector.cc	Fri Feb 13 17:44:46 2009
@@ -1672,7 +1672,7 @@
 
     if (!filename)
     {
-        gnome_cmd_string_dialog_set_error_desc (string_dialog, g_strdup (_("No filename entered")));
+        gnome_cmd_string_dialog_set_error_desc (string_dialog, g_strdup (_("No file name entered")));
         return FALSE;
     }
 
@@ -1706,7 +1706,7 @@
     // dont create any symlink if no name was passed or cancel was selected
     if (name == NULL || strcmp (name, "") == 0)
     {
-        gnome_cmd_string_dialog_set_error_desc (string_dialog, g_strdup (_("No filename given")));
+        gnome_cmd_string_dialog_set_error_desc (string_dialog, g_strdup (_("No file name given")));
         return FALSE;
     }
 

Modified: trunk/src/gnome-cmd-options-dialog.cc
==============================================================================
--- trunk/src/gnome-cmd-options-dialog.cc	(original)
+++ trunk/src/gnome-cmd-options-dialog.cc	Fri Feb 13 17:44:46 2009
@@ -420,7 +420,7 @@
     GtkWidget *entry, *spin, *scale, *table, *label, *fpicker, *btn;
     GtkWidget *lm_optmenu, *cm_optmenu, *fe_optmenu, *check;
     gchar *ext_modes[] = {
-        _("With filename"),
+        _("With file name"),
         _("In separate column"),
         _("In both columns"),
         NULL

Modified: trunk/src/tags/gnome-cmd-tags.cc
==============================================================================
--- trunk/src/tags/gnome-cmd-tags.cc	(original)
+++ trunk/src/tags/gnome-cmd-tags.cc	Fri Feb 13 17:44:46 2009
@@ -319,7 +319,7 @@
                        {TAG_FILE_LINK, {"File.Link", TAG_FILE, N_("Link"), N_("URI of link target.")}},
                        {TAG_FILE_MODIFIED, {"File.Modified", TAG_FILE, N_("Modified"), N_("Last modified datetime.")}},
                        {TAG_FILE_NAME, {"File.Name", TAG_FILE, N_("Name"), N_("File name excluding path but including the file extension.")}},
-                       {TAG_FILE_PATH, {"File.Path", TAG_FILE, N_("Path"), N_("Full file path of file excluding the filename.")}},
+                       {TAG_FILE_PATH, {"File.Path", TAG_FILE, N_("Path"), N_("Full file path of file excluding the file name.")}},
                        {TAG_FILE_PERMISSIONS, {"File.Permissions", TAG_FILE, N_("Permissions"), N_("Permission string in unix format eg \"-rw-r--r--\".")}},
                        {TAG_FILE_PUBLISHER, {"File.Publisher", TAG_FILE, N_("Publisher"), N_("Editable DC type for the name of the publisher of the file (EG dc:publisher field in RSS feed).")}},
                        {TAG_FILE_RANK, {"File.Rank", TAG_FILE, N_("Rank"), N_("Editable file rank for grading favourites. Value should be in the range 1..10.")}},
@@ -366,7 +366,7 @@
                        {TAG_ID3_NETRADIOSTATION, {"ID3.NetRadiostation", TAG_ID3, N_("Net Radiostation"), N_("Internet radio station name.")}},
                        {TAG_ID3_ORIGALBUM, {"ID3.OriginalAlbum", TAG_ID3, N_("Original Album"), N_("Original album.")}},
                        {TAG_ID3_ORIGARTIST, {"ID3.OriginalArtist", TAG_ID3, N_("Original Artist"), N_("Original artist.")}},
-                       {TAG_ID3_ORIGFILENAME, {"ID3.OriginalFileName", TAG_ID3, N_("Original File Name"), N_("Original filename.")}},
+                       {TAG_ID3_ORIGFILENAME, {"ID3.OriginalFileName", TAG_ID3, N_("Original File Name"), N_("Original file name.")}},
                        {TAG_ID3_ORIGLYRICIST, {"ID3.OriginalLyricist", TAG_ID3, N_("Original Lyricist"), N_("Original lyricist.")}},
                        {TAG_ID3_ORIGRELEASETIME, {"ID3.OriginalReleaseTime", TAG_ID3, N_("Original Release Time"), N_("Original release time.")}},
                        {TAG_ID3_ORIGYEAR, {"ID3.OriginalYear", TAG_ID3, N_("Original Year"), N_("Original release year.")}},



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]