google-code-export / xnoise

Automatically exported from code.google.com/p/xnoise
Other
1 stars 1 forks source link

Add missing strings in po files #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Please add following strings in po files

"xx tracks found" 
"Add to tracklist" 
"Change artist name" 
"Add all visible tracks to tracklist"

Possible change from:

"Missing gstreamer plugin was not found"

to

"gstreamer plugin not found in repositories"

regards

Original issue reported on code.google.com by smarque...@gmail.com on 19 Aug 2011 at 5:59

GoogleCodeExporter commented 9 years ago

Original comment by shuerhaaken on 20 Aug 2011 at 12:26

GoogleCodeExporter commented 9 years ago
This issue isnt fully fixed.

po files still lack of:

"Change artist name"

"Change album name"

"Edit metadata for track"

These are the ones that I know. Maybe some others could be missing.

Original comment by smarque...@gmail.com on 21 Aug 2011 at 3:21

GoogleCodeExporter commented 9 years ago
when I look into pt.po I can see these strings.
They were inactive somehow because I forgot to add the containing file to 
POTFILES.in .
Now this should be fixed.

Respective strings in pt.po (before fix):

#~ msgid "Change artist name"
#~ msgstr "Alterar nome do artista"

#~ msgid "Change album name"
#~ msgstr "Alterar nome do álbum"

#~ msgid "Edit metadata for track"
#~ msgstr "Editar detalhes da música"

Respective strings in pt.po (after fix):

#: ../libxnoise/ItemHandlers/EditTags/xnoise-handler-edit-tags.vala:35
msgid "Edit metadata for track"
msgstr "Editar detalhes da música"

#: ../libxnoise/ItemHandlers/EditTags/xnoise-handler-edit-tags.vala:39
msgid "Change album name"
msgstr "Alterar nome do álbum"

#: ../libxnoise/ItemHandlers/EditTags/xnoise-handler-edit-tags.vala:43
msgid "Change artist name"
msgstr "Alterar nome do artista"

Original comment by shuerhaaken on 22 Aug 2011 at 7:48

GoogleCodeExporter commented 9 years ago
Still missing "Collapse" in browser window

Original comment by smarque...@gmail.com on 13 Sep 2011 at 9:09

GoogleCodeExporter commented 9 years ago
I will add it

Original comment by shuerhaaken on 15 Sep 2011 at 6:44