gtk+ r20902 - in trunk: . gtk
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20902 - in trunk: . gtk
- Date: Thu, 24 Jul 2008 04:02:37 +0000 (UTC)
Author: matthiasc
Date: Thu Jul 24 04:02:37 2008
New Revision: 20902
URL: http://svn.gnome.org/viewvc/gtk+?rev=20902&view=rev
Log:
Add translator hints
Modified:
trunk/ChangeLog
trunk/gtk/gtkfilechooserentry.c
Modified: trunk/gtk/gtkfilechooserentry.c
==============================================================================
--- trunk/gtk/gtkfilechooserentry.c (original)
+++ trunk/gtk/gtkfilechooserentry.c Thu Jul 24 04:02:37 2008
@@ -1064,6 +1064,9 @@
case NO_MATCH:
beep (chooser_entry);
+ /* translators: this text is shown when there are no completions
+ * for something the user typed in a file chooser entry
+ */
pop_up_completion_feedback (chooser_entry, _("No match"));
break;
@@ -1072,6 +1075,9 @@
break;
case NOTHING_INSERTED_UNIQUE:
+ /* translators: this text is shown when there is exactly one completion
+ * for something the user typed in a file chooser entry
+ */
pop_up_completion_feedback (chooser_entry, _("Sole completion"));
break;
@@ -1084,6 +1090,10 @@
break;
case COMPLETE_BUT_NOT_UNIQUE:
+ /* translators: this text is shown when the text in a file chooser
+ * entry is a complete filename, but could be continued to find
+ * a longer match
+ */
pop_up_completion_feedback (chooser_entry, _("Complete, but not unique"));
break;
@@ -1117,6 +1127,9 @@
{
chooser_entry->load_complete_action = LOAD_COMPLETE_EXPLICIT_COMPLETION;
+ /* translators: this text is shown while the system is searching
+ * for possible completions for text in a file chooser entry
+ */
pop_up_completion_feedback (chooser_entry, _("Completing..."));
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]