commit 7b9a8ff2cc7cce69c2156777f5c3449bd743a312
Author: Daniele Forsi <dani...@forsi.it>
Date:   Wed Dec 29 18:39:26 2010 +0100

    String fixes
    
    * data/glade/gtkpod.glade
    * plugins/exporter/exporter.xml
     * Do not mark empty properties as translatable (the will be set with
       translated strings at runtime or with user input).
    
    * plugins/exporter/exporter.xml
     * Do not end labels with a full stop. Update for changes in
       Preferences window.
    
    * plugins/repository_editor/plugin.c
     * Do not use the same accelerator for items in the same menu.
    
    * plugins/info_display/info_display.plugin
     * Change "ipod" to "iPod" in plugin description.
    
    * plugins/exporter/file_export.c
     * Fix string.

 data/glade/gtkpod.glade                  |    2 +-
 plugins/exporter/exporter.xml            |    9 ++++-----
 plugins/exporter/file_export.c           |    2 +-
 plugins/info_display/info_display.plugin |    2 +-
 plugins/repository_editor/plugin.c       |    4 ++--
 5 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/data/glade/gtkpod.glade b/data/glade/gtkpod.glade
index 2882174..4553ddf 100644
--- a/data/glade/gtkpod.glade
+++ b/data/glade/gtkpod.glade
@@ -4,7 +4,7 @@
   <!-- interface-naming-policy toplevel-contextual -->
   <widget class="GtkDialog" id="confirm_dialog">
     <property name="border_width">6</property>
-    <property name="title" translatable="yes"> </property>
+    <property name="title"></property>
     <property name="type_hint">dialog</property>
     <property name="has_separator">False</property>
     <child internal-child="vbox">
diff --git a/plugins/exporter/exporter.xml b/plugins/exporter/exporter.xml
index 458616d..30b7cef 100644
--- a/plugins/exporter/exporter.xml
+++ b/plugins/exporter/exporter.xml
@@ -260,7 +260,7 @@
                         <property name="can_focus">True</property>
                         <property name="tooltip-text" 
translatable="yes">Determines the filename of tracks you copy from the iPod, 
e.g '%a/%A/%T - %t.mp3' or '%o'.  You can separate several patterns by 
semicolons -- gtkpod will determine which one to use by the filename extension 
given. Artist: %a, album: %A, composer: %c, title: %t, genre: %G, track nr: %T, 
CD nr: %C, year: %Y, original filename (requires extended information file): 
%o, current playlist: %p, the character '%': %%.</property>
                         <property name="invisible_char">*</property>
-                        <property name="text" translatable="yes"> </property>
+                        <property name="text"></property>
                       </object>
                       <packing>
                         <property name="position">1</property>
@@ -276,9 +276,8 @@
                   <object class="GtkCheckButton" 
id="export_files_special_charset">
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
-                    <property name="tooltip-text" translatable="yes">Normally 
the charset specified when first importing the track will be used for the 
filename. If you set this option you can set a different charset with the 
charset selector (Preferences/'Adding/Updating/Syncing'). Note: the charset 
info is stored in the extended information file (see Preferences/'Writing of 
the iTunesDB'). Tracks imported before V0.51 will have no charset stored. 
Instead the charset specified will be used.</property>
-                    <property name="label" translatable="yes">Use selected 
charset (Preferences/'Adding/Updating/ Syncing')
-for this filename.</property>
+                    <property name="tooltip-text" translatable="yes">Normally 
the charset specified when first importing the track will be used for the 
filename. If you set this option you can set a different charset with the 
charset selector (Preferences/Music/Encoding). Note: the charset info is stored 
in the extended information file. Tracks imported before V0.51 will have no 
charset stored. Instead the charset specified will be used.</property>
+                    <property name="label" translatable="yes">Use selected 
charset (Preferences/Music/Encoding) for this filename</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </object>
@@ -293,7 +292,7 @@ for this filename.</property>
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="tooltip-text" translatable="yes">When 
copying from iPod no check is performed on whether the destination file exists. 
Enabling this option will make gtkpod check whether the length of the 
destination file is the same as the file in the iPod. If so the file is 
skipped, allowing a quick sync of the iPod's contents.</property>
-                    <property name="label" translatable="yes">Check for 
existing files when copying from iPod.</property>
+                    <property name="label" translatable="yes">Check for 
existing files when copying from iPod</property>
                     <property name="use_underline">True</property>
                     <property name="draw_indicator">True</property>
                   </object>
diff --git a/plugins/exporter/file_export.c b/plugins/exporter/file_export.c
index 2081323..6276fcd 100644
--- a/plugins/exporter/file_export.c
+++ b/plugins/exporter/file_export.c
@@ -300,7 +300,7 @@ static gboolean write_track(struct fcd *fcd) {
         }
         else {
             gchar *buf = get_track_info(fcd->track, FALSE);
-            gtkpod_warning(_("Could find file for '%s' on the iPod\n"), buf);
+            gtkpod_warning(_("Could not find file for '%s' on the iPod\n"), 
buf);
             g_free(buf);
         }
         g_free(dest_file);
diff --git a/plugins/info_display/info_display.plugin 
b/plugins/info_display/info_display.plugin
index 725c442..1d5bfff 100644
--- a/plugins/info_display/info_display.plugin
+++ b/plugins/info_display/info_display.plugin
@@ -1,4 +1,4 @@
 [Anjuta Plugin]
 Location=info_display:InfoDisplayPlugin
 Name=Info Display Plugin
-Description=Information dialog for connected ipods
+Description=Information dialog for connected iPods
diff --git a/plugins/repository_editor/plugin.c 
b/plugins/repository_editor/plugin.c
index 7aad872..b4dbf9e 100644
--- a/plugins/repository_editor/plugin.c
+++ b/plugins/repository_editor/plugin.c
@@ -45,7 +45,7 @@ static GtkActionEntry repository_editor_actions[] =
         {
             "ActionInitRepository",
             GTK_STOCK_EXECUTE,
-            N_("_Create iPod's Directories"),
+            N_("Create iPod's _Directories"),
             NULL,
             NULL,
             G_CALLBACK (on_create_ipod_directories)
@@ -53,7 +53,7 @@ static GtkActionEntry repository_editor_actions[] =
         {
             "ActionCheckiPodFiles",
             GTK_STOCK_FILE,
-            N_("_Check iPod's Files"),
+            N_("Check iPod's _Files"),
             NULL,
             NULL,
             G_CALLBACK (on_check_ipod_files)

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to