gnome-commander r1792 - in trunk: doc/C po src src/tags
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r1792 - in trunk: doc/C po src src/tags
- Date: Thu, 29 May 2008 16:26:03 +0000 (UTC)
Author: epiotr
Date: Thu May 29 16:26:03 2008
New Revision: 1792
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1792&view=rev
Log:
Fix for translation issues #535344
Modified:
trunk/doc/C/gnome-commander.xml
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/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-options-dialog.cc
trunk/src/tags/gnome-cmd-tags.cc
trunk/src/tags/gnome-cmd-tags.h
Modified: trunk/doc/C/gnome-commander.xml
==============================================================================
--- trunk/doc/C/gnome-commander.xml (original)
+++ trunk/doc/C/gnome-commander.xml Thu May 29 16:26:03 2008
@@ -1353,7 +1353,7 @@
<row valign="top">
<entry><para>Doc.Description</para></entry>
<entry><para>Description</para></entry>
- <entry><para>An acccount of the content of the resource.</para></entry>
+ <entry><para>An account of the content of the resource.</para></entry>
</row>
<row valign="top">
<entry><para>Doc.Dictionary</para></entry>
Modified: trunk/src/gnome-cmd-options-dialog.cc
==============================================================================
--- trunk/src/gnome-cmd-options-dialog.cc (original)
+++ trunk/src/gnome-cmd-options-dialog.cc Thu May 29 16:26:03 2008
@@ -203,11 +203,13 @@
cat = create_category (parent, cat_box, _("Size display mode"));
gtk_box_pack_start (GTK_BOX (vbox), cat, FALSE, TRUE, 0);
+ // Translators: 'Powered' refers to the mode of file size display (here - display using units of data: kB, MB, GB, ...)
radio = create_radio (parent, NULL, _("Powered"), "size_powered_radio");
gtk_container_add (GTK_CONTAINER (cat_box), radio);
if (gnome_cmd_data_get_size_disp_mode () == GNOME_CMD_SIZE_DISP_MODE_POWERED)
gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (radio), TRUE);
+ // Translators: '<locale>' refers to the mode of file size display (here - use current locale settings)
radio = create_radio (parent, get_radio_group (radio), _("<locale>"), "size_locale_radio");
gtk_container_add (GTK_CONTAINER (cat_box), radio);
if (gnome_cmd_data_get_size_disp_mode () == GNOME_CMD_SIZE_DISP_MODE_LOCALE)
Modified: trunk/src/tags/gnome-cmd-tags.cc
==============================================================================
--- trunk/src/tags/gnome-cmd-tags.cc (original)
+++ trunk/src/tags/gnome-cmd-tags.cc Thu May 29 16:26:03 2008
@@ -156,7 +156,7 @@
{TAG_DOC_DATECREATED, {"Doc.Created", TAG_DOC, N_("Created"), N_("Datetime document was originally created.")}},
{TAG_DOC_DATECREATED, {"Doc.DateCreated", TAG_DOC, N_("Date Created"), N_("Date associated with an event in the life cycle of the resource (creation/publication date).")}},
{TAG_DOC_DATEMODIFIED, {"Doc.DateModified", TAG_DOC, N_("Date Modified"), N_("The last time the document was saved.")}},
- {TAG_DOC_DESCRIPTION, {"Doc.Description", TAG_DOC, N_("Description"), N_("An acccount of the content of the resource.")}},
+ {TAG_DOC_DESCRIPTION, {"Doc.Description", TAG_DOC, N_("Description"), N_("An account of the content of the resource.")}},
{TAG_DOC_DICTIONARY, {"Doc.Dictionary", TAG_DOC, N_("Dictionary"), N_("Dictionary.")}},
{TAG_DOC_EDITINGDURATION, {"Doc.EditingDuration", TAG_DOC, N_("Editing Duration"), N_("The total time taken until the last modification.")}},
{TAG_DOC_GENERATOR, {"Doc.Generator", TAG_DOC, N_("Generator"), N_("The application that generated this document.")}},
Modified: trunk/src/tags/gnome-cmd-tags.h
==============================================================================
--- trunk/src/tags/gnome-cmd-tags.h (original)
+++ trunk/src/tags/gnome-cmd-tags.h Thu May 29 16:26:03 2008
@@ -102,7 +102,7 @@
TAG_DOC_CREATOR, // an entity primarily responsible for making the content of the resource, typically a person, organization, or service
TAG_DOC_DATECREATED, // date associated with an event in the life cycle of the resource (creation/publication date)
TAG_DOC_DATEMODIFIED, // the last time the document was saved
- TAG_DOC_DESCRIPTION, // an acccount of the content of the resource
+ TAG_DOC_DESCRIPTION, // an account of the content of the resource
TAG_DOC_DICTIONARY, // dictionary
TAG_DOC_EDITINGDURATION, // the total time taken until the last modification
TAG_DOC_GENERATOR, // the application that generated this document
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]