ooooopppps........... it looks like I messed something with IT translation. I think I fixed it now. But I have to say that I'm very confused with that online translator. I'm using the old one now, it seems more straight forward.
Anyhow, this for instance.........
#: PlayerPanel.cpp:307
msgid "Show the current position and song length of the current track"
If I understand correctly, song is actually that current track. If so, it should be something like "Show the current position and length of the current track".
And "song" is quite often used word. If I counted correctly, it repeats 28 times in guayadeque_guayadeque.pot and that is the original file. I'm far from native english speaker but there are some terms that sound weird to me.
I'll try to finish this and than use it in player with all options on to see how decent it looks. I'll let U know when I think it's good enough to be a part of your work.
Translations now online
-
- Posts: 247
- Joined: Thu Feb 09, 2012 5:54 am
Translations now online
or this..........
Randomize the tracks in playlist Occurrences: PlayerPanel.cpp:253
vs.
Randomize the songs in the playlist Occurrences: PlayList.cpp:1602, PLSoListBox.cpp:161
or this...
String ID: Delete from Drive Occurrences: PlayList.cpp:1628, SoListBox.cpp:643
and then
String ID: Remove the selected tracks from drive Occurrences: PlayList.cpp:1629
It should be the same, right? Either delete or remove.
Randomize the tracks in playlist Occurrences: PlayerPanel.cpp:253
vs.
Randomize the songs in the playlist Occurrences: PlayList.cpp:1602, PLSoListBox.cpp:161
or this...
String ID: Delete from Drive Occurrences: PlayList.cpp:1628, SoListBox.cpp:643
and then
String ID: Remove the selected tracks from drive Occurrences: PlayList.cpp:1629
It should be the same, right? Either delete or remove.
-
- Posts: 247
- Joined: Thu Feb 09, 2012 5:54 am
Translations now online
I can't change language at all. Not even to the ones that are already present in guayadeque.
And one more question. Can you clarify a bit "collection" and "library". I have only one collection with only one path and I see everything in library view. I'm confused here, String ID: View the collection library
what is library in the collection? THX
And one more question. Can you clarify a bit "collection" and "library". I have only one collection with only one path and I see everything in library view. I'm confused here, String ID: View the collection library
what is library in the collection? THX
- anonbeat
- Posts: 2045
- Joined: Thu Sep 16, 2010 9:47 pm
Translations now online
@kingoo: In the example you posted is open the library view for the collection
I used library view when you have the panes with different fields and values. The collection is a group of files from the paths you specified.
I used library view when you have the panes with different fields and values. The collection is a group of files from the paths you specified.
-
- Posts: 247
- Joined: Thu Feb 09, 2012 5:54 am
Translations now online
OK, so something like this.......... Collection is something that guayadeque sees but what is presented to user is library.
Anyway, I'll think of something when I get to that. But I can't change language.
Anyway, I'll think of something when I get to that. But I can't change language.
-
- Posts: 247
- Joined: Thu Feb 09, 2012 5:54 am
Translations now online
How to change a language? Change in prefrences does nothing. I tried even with version from ubuntu repo on other computer and language is always english. I can see the change in configuration file but not in the player.
- anonbeat
- Posts: 2045
- Joined: Thu Sep 16, 2010 9:47 pm
Translations now online
@kinggo : first you must have installed the locale in your system. If you dont have it you can create it using locale-gen utility. Once you have it you can start guayadeque with the LANG var in the param set to the lang you want. Configure guayadeque to use default.
For example : LANG=es_ES.UTF-8 guayadeque
For example : LANG=es_ES.UTF-8 guayadeque
-
- Posts: 247
- Joined: Thu Feb 09, 2012 5:54 am
Translations now online
OK, I somehow managed to get croatian language. Now I'll have to fix a lot of things there to make it at least half decent.
-
- Posts: 247
- Joined: Thu Feb 09, 2012 5:54 am
Translations now online
well, I think that now it's good enough to go public.
-
- Posts: 5
- Joined: Sun Jun 17, 2012 7:21 am
Translations now online
Some strings in the translations file are ambiguous. In particular, some strings that should belong together are now seperated. One concrete example is the following: "Albums", "to" & "of" are now seperate strings, but are used together in the status bar when Album browser is active. In this situation, the status bar reads the message: "Albums {from} to {to} of {total}".
Wouldn't it be better if you had a parameterized string in the translation source, e.g. "Displaying albums {from} to {to} of {total}" which could then be translated as a whole. (In Dutch that would become "Albums {from} tot {to} van {total} worden getoond")? This approach would simplify the translation process (translators get a better indication of the context in which a particular word/sentence/.. is used) and also allow the translations to be more accurate and/or context-appropriate.
I remember there are multiple occurences of this issue, but I can't remember what strings they involve. I'll post more when I find them.
Wouldn't it be better if you had a parameterized string in the translation source, e.g. "Displaying albums {from} to {to} of {total}" which could then be translated as a whole. (In Dutch that would become "Albums {from} tot {to} van {total} worden getoond")? This approach would simplify the translation process (translators get a better indication of the context in which a particular word/sentence/.. is used) and also allow the translations to be more accurate and/or context-appropriate.
I remember there are multiple occurences of this issue, but I can't remember what strings they involve. I'll post more when I find them.