Home of the Squeezebox™ & Transporter® network music players.
Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Babelfish's Best Boy mherger's Avatar
    Join Date
    Apr 2005
    Location
    Switzerland
    Posts
    18,931

    RandomMix: incomplete string?

    Max,

    is there something missing from the following string or do I simply not
    understand? :-)

    PLUGIN_RANDOM_GENERAL_HELP
    EN You can add or remove songs from your mix at any time. To stop a
    random mix, clear your playlist or click to

    Regards,

    --

    Michael

    -----------------------------------------------------------
    Help translate SlimServer by using the
    SlimString Translation Helper (http://www.herger.net/slim/)


  2. #2
    Senior Member max.spicer's Avatar
    Join Date
    Apr 2005
    Location
    York, United Kingdom
    Posts
    1,661
    It's only used in the web ui and is followed by the contents of the string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or something like that). They are separate strings, as the link text changes depending on what's being played.

    Max

    Quote Originally Posted by mherger
    Max,

    is there something missing from the following string or do I simply not
    understand? :-)

    PLUGIN_RANDOM_GENERAL_HELP
    EN You can add or remove songs from your mix at any time. To stop a
    random mix, clear your playlist or click to

    Regards,

    --

    Michael

    -----------------------------------------------------------
    Help translate SlimServer by using the
    SlimString Translation Helper (http://www.herger.net/slim/)
    Some people think the title of this song is irrelevant,
    but it's not irrelevant - it's a hippopotamus.

  3. #3
    Babelfish's Best Boy mherger's Avatar
    Join Date
    Apr 2005
    Location
    Switzerland
    Posts
    18,931

    Re: RandomMix: incomplete string?

    > It's only used in the web ui and is followed by the contents of the
    > string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or
    > something like that). They are separate strings, as the link text
    > changes depending on what's being played.


    So you're basically concatenating PLUGIN_RANDOM_GENERAL_HELP and
    PLUGIN_RANDOM_*_DISABLE strings? I'll have to change my translations then.
    Are the PLUGIN_RANDOM_*_DISABLE strings used elsewhere? You're using
    uppercase first letters?

    --

    Michael

    -----------------------------------------------------------
    Help translate SlimServer by using the
    SlimString Translation Helper (http://www.herger.net/slim/)


  4. #4
    Senior Member max.spicer's Avatar
    Join Date
    Apr 2005
    Location
    York, United Kingdom
    Posts
    1,661
    Yes. They are not used anywhere else at present. Would you prefer this to be done differently? I wasn't entirely happy with it myself, but wasn't sure how to improve it.

    Max

    Quote Originally Posted by mherger
    > It's only used in the web ui and is followed by the contents of the
    > string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or
    > something like that). They are separate strings, as the link text
    > changes depending on what's being played.


    So you're basically concatenating PLUGIN_RANDOM_GENERAL_HELP and
    PLUGIN_RANDOM_*_DISABLE strings? I'll have to change my translations then.
    Are the PLUGIN_RANDOM_*_DISABLE strings used elsewhere? You're using
    uppercase first letters?

    --

    Michael

    -----------------------------------------------------------
    Help translate SlimServer by using the
    SlimString Translation Helper (http://www.herger.net/slim/)
    Some people think the title of this song is irrelevant,
    but it's not irrelevant - it's a hippopotamus.

  5. #5
    Babelfish's Best Boy mherger's Avatar
    Join Date
    Apr 2005
    Location
    Switzerland
    Posts
    18,931

    Re: RandomMix: incomplete string?

    > Yes. They are not used anywhere else at present. Would you prefer this
    > to be done differently? I wasn't entirely happy with it myself, but
    > wasn't sure how to improve it.


    Neither am I. Sometimes it's hard to translate a paragraphs structure. The
    position of the parts may vary with the language. But it's ok here (at
    least for german :-)). And it's hard to do differently.

    What irritated me was the uppercase first letters. They made me think
    these were menu items. But I got it now. I'll update my translation.

    --

    Michael

    -----------------------------------------------------------
    Help translate SlimServer by using the
    SlimString Translation Helper (http://www.herger.net/slim/)


  6. #6
    Senior Member
    Join Date
    Jun 2005
    Posts
    381

    Re: RandomMix: incomplete string?

    It might be better saying something like:
    "You can add or remove songs from your mix at any time. To stop a
    random mix, clear your playlist or click the link below."

    Then make the separate string which says:
    "Stop adding xxx"
    as the link text.

    max.spicer blurted out:
    > Yes. They are not used anywhere else at present. Would you prefer this
    > to be done differently? I wasn't entirely happy with it myself, but
    > wasn't sure how to improve it.
    >
    > Max
    >
    > mherger Wrote:
    >
    >>>It's only used in the web ui and is followed by the contents of the
    >>>string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or
    >>>something like that). They are separate strings, as the link text
    >>>changes depending on what's being played.

    >>
    >>So you're basically concatenating PLUGIN_RANDOM_GENERAL_HELP and
    >>PLUGIN_RANDOM_*_DISABLE strings? I'll have to change my translations
    >>then.
    >>Are the PLUGIN_RANDOM_*_DISABLE strings used elsewhere? You're using
    >>uppercase first letters?



  7. #7
    Gadfly, Former Founder Slim Devices dean's Avatar
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    4,427

    Re: RandomMix: incomplete string?

    Hm, I propose this...

    Let's go back to something similar to before, remove the "Now
    Playing" phrase and make it look like:

    ------------------------------------------------------------------------
    -----------

    RANDOM MIX

    Home / Random Mix

    ------------------------------------------------------------------------
    -----------

    Choose a random mix of music from your library:

    <b>Random song mix running</b> Cancel
    Random artists mix
    Play Add
    Random albums mix
    Play Add
    Random years mix
    Play Add

    ------------------------------------------------------------------------
    -----------

    Genres to include in your mix:

    [x] A Capella [ ] New Age
    ...

    (Select All)

    The random mix will show [__5] upcoming songs and [__5] recently
    played songs.

    (Save)

    ------------------------------------------------------------------------
    -----------


    On Oct 14, 2005, at 9:47 AM, Robert Moser wrote:

    > It might be better saying something like:
    > "You can add or remove songs from your mix at any time. To stop a
    > random mix, clear your playlist or click the link below."
    >
    > Then make the separate string which says:
    > "Stop adding xxx"
    > as the link text.
    >
    > max.spicer blurted out:
    >
    >> Yes. They are not used anywhere else at present. Would you
    >> prefer this
    >> to be done differently? I wasn't entirely happy with it myself, but
    >> wasn't sure how to improve it.
    >> Max
    >> mherger Wrote:
    >>
    >>>> It's only used in the web ui and is followed by the contents of the
    >>>> string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or
    >>>> something like that). They are separate strings, as the link text
    >>>> changes depending on what's being played.
    >>>>
    >>>
    >>> So you're basically concatenating PLUGIN_RANDOM_GENERAL_HELP and
    >>> PLUGIN_RANDOM_*_DISABLE strings? I'll have to change my translations
    >>> then. Are the PLUGIN_RANDOM_*_DISABLE strings used elsewhere?
    >>> You're using uppercase first letters?
    >>>

    >
    >

  8. #8
    Senior Member max.spicer's Avatar
    Join Date
    Apr 2005
    Location
    York, United Kingdom
    Posts
    1,661
    Problem with Cancel, is that it leaves it a bit ambiguous about what's going to happen - will the playlist revert to before the mix, will playback stop etc etc. I like something like "Stop Adding Songs" as it makes this nice and clear. Can I have:

    <b>Random song mix running</b> Stop Adding Songs

    Max

    Quote Originally Posted by dean
    Hm, I propose this...

    Let's go back to something similar to before, remove the "Now
    Playing" phrase and make it look like:

    ------------------------------------------------------------------------
    -----------

    RANDOM MIX

    Home / Random Mix

    ------------------------------------------------------------------------
    -----------

    Choose a random mix of music from your library:

    <b>Random song mix running</b> Cancel
    Random artists mix
    Play Add
    Random albums mix
    Play Add
    Random years mix
    Play Add

    ------------------------------------------------------------------------
    -----------

    Genres to include in your mix:

    [x] A Capella [ ] New Age
    ...

    (Select All)

    The random mix will show [__5] upcoming songs and [__5] recently
    played songs.

    (Save)

    ------------------------------------------------------------------------
    -----------


    On Oct 14, 2005, at 9:47 AM, Robert Moser wrote:

    > It might be better saying something like:
    > "You can add or remove songs from your mix at any time. To stop a
    > random mix, clear your playlist or click the link below."
    >
    > Then make the separate string which says:
    > "Stop adding xxx"
    > as the link text.
    >
    > max.spicer blurted out:
    >
    >> Yes. They are not used anywhere else at present. Would you
    >> prefer this
    >> to be done differently? I wasn't entirely happy with it myself, but
    >> wasn't sure how to improve it.
    >> Max
    >> mherger Wrote:
    >>
    >>>> It's only used in the web ui and is followed by the contents of the
    >>>> string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or
    >>>> something like that). They are separate strings, as the link text
    >>>> changes depending on what's being played.
    >>>>
    >>>
    >>> So you're basically concatenating PLUGIN_RANDOM_GENERAL_HELP and
    >>> PLUGIN_RANDOM_*_DISABLE strings? I'll have to change my translations
    >>> then. Are the PLUGIN_RANDOM_*_DISABLE strings used elsewhere?
    >>> You're using uppercase first letters?
    >>>

    >
    >
    Some people think the title of this song is irrelevant,
    but it's not irrelevant - it's a hippopotamus.

  9. #9
    Gadfly, Former Founder Slim Devices dean's Avatar
    Join Date
    Apr 2005
    Location
    San Francisco, CA
    Posts
    4,427

    Re: RandomMix: incomplete string?

    I considered that, but I think that Stop is even more problematic, as
    we always use Stop to mean "stop playback"

    I chose "Random song mix running - Cancel" to try to imply that
    the running random song mix would be cancelled, but playback would
    continue.


    On Oct 14, 2005, at 10:41 AM, max.spicer wrote:

    >
    > Problem with Cancel, is that it leaves it a bit ambiguous about what's
    > going to happen - will the playlist revert to before the mix, will
    > playback stop etc etc. I like something like "Stop Adding Songs"
    > as it
    > makes this nice and clear. Can I have:
    >
    > <b>Random song mix running</b> Stop
    > Adding Songs
    >
    > Max
    >
    > dean Wrote:
    >
    >> Hm, I propose this...
    >>
    >> Let's go back to something similar to before, remove the "Now
    >> Playing" phrase and make it look like:
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >> RANDOM MIX
    >>
    >> Home / Random Mix
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >> Choose a random mix of music from your library:
    >>
    >> <b>Random song mix running</b>
    >> Cancel
    >> Random artists mix
    >> Play Add
    >> Random albums mix
    >> Play Add
    >> Random years mix
    >> Play Add
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >> Genres to include in your mix:
    >>
    >> [x] A Capella [ ] New Age
    >> ...
    >>
    >> (Select All)
    >>
    >> The random mix will show [__5] upcoming songs and [__5] recently
    >> played songs.
    >>
    >> (Save)
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >>
    >> On Oct 14, 2005, at 9:47 AM, Robert Moser wrote:
    >>
    >>
    >>> It might be better saying something like:
    >>> "You can add or remove songs from your mix at any time. To stop a
    >>> random mix, clear your playlist or click the link below."
    >>>
    >>> Then make the separate string which says:
    >>> "Stop adding xxx"
    >>> as the link text.
    >>>
    >>> max.spicer blurted out:
    >>>
    >>>
    >>>> Yes. They are not used anywhere else at present. Would you
    >>>> prefer this
    >>>> to be done differently? I wasn't entirely happy with it myself,
    >>>>

    >> but
    >>
    >>>> wasn't sure how to improve it.
    >>>> Max
    >>>> mherger Wrote:
    >>>>
    >>>>
    >>>>>> It's only used in the web ui and is followed by the contents of
    >>>>>>

    >> the
    >>
    >>>>>> string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or
    >>>>>> something like that). They are separate strings, as the link
    >>>>>>

    >> text
    >>
    >>>>>> changes depending on what's being played.
    >>>>>>
    >>>>>>
    >>>>>
    >>>>> So you're basically concatenating PLUGIN_RANDOM_GENERAL_HELP and
    >>>>>

    >>
    >>
    >>>>> PLUGIN_RANDOM_*_DISABLE strings? I'll have to change my
    >>>>>

    >> translations
    >>
    >>>>> then. Are the PLUGIN_RANDOM_*_DISABLE strings used elsewhere?
    >>>>> You're using uppercase first letters?
    >>>>>
    >>>>>
    >>>
    >>>
    >>>

    >
    >
    > --
    > max.spicer
    >
    > The wild things roared their terrible roars and gnashed their terrible
    > teeth
    > and rolled their terrible eyes and showed their terrible claws
    > but Max stepped into his private boat and waved good-bye
    >

  10. #10
    Senior Member max.spicer's Avatar
    Join Date
    Apr 2005
    Location
    York, United Kingdom
    Posts
    1,661
    Stop Adding Songs, Stop Adding Years etc. Not just stop. I'm not convinced that Stop Adding Songs in any way implies stop playback. Nevertheless, Cancel it is unless you've somehow been convinced by this objection. ;-)

    Max

    Quote Originally Posted by dean
    I considered that, but I think that Stop is even more problematic, as
    we always use Stop to mean "stop playback"

    I chose "Random song mix running - Cancel" to try to imply that
    the running random song mix would be cancelled, but playback would
    continue.


    On Oct 14, 2005, at 10:41 AM, max.spicer wrote:

    >
    > Problem with Cancel, is that it leaves it a bit ambiguous about what's
    > going to happen - will the playlist revert to before the mix, will
    > playback stop etc etc. I like something like "Stop Adding Songs"
    > as it
    > makes this nice and clear. Can I have:
    >
    > <b>Random song mix running</b> Stop
    > Adding Songs
    >
    > Max
    >
    > dean Wrote:
    >
    >> Hm, I propose this...
    >>
    >> Let's go back to something similar to before, remove the "Now
    >> Playing" phrase and make it look like:
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >> RANDOM MIX
    >>
    >> Home / Random Mix
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >> Choose a random mix of music from your library:
    >>
    >> <b>Random song mix running</b>
    >> Cancel
    >> Random artists mix
    >> Play Add
    >> Random albums mix
    >> Play Add
    >> Random years mix
    >> Play Add
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >> Genres to include in your mix:
    >>
    >> [x] A Capella [ ] New Age
    >> ...
    >>
    >> (Select All)
    >>
    >> The random mix will show [__5] upcoming songs and [__5] recently
    >> played songs.
    >>
    >> (Save)
    >>
    >> ---------------------------------------------------------------------
    >> ---
    >>
    >> -----------
    >>
    >>
    >> On Oct 14, 2005, at 9:47 AM, Robert Moser wrote:
    >>
    >>
    >>> It might be better saying something like:
    >>> "You can add or remove songs from your mix at any time. To stop a
    >>> random mix, clear your playlist or click the link below."
    >>>
    >>> Then make the separate string which says:
    >>> "Stop adding xxx"
    >>> as the link text.
    >>>
    >>> max.spicer blurted out:
    >>>
    >>>
    >>>> Yes. They are not used anywhere else at present. Would you
    >>>> prefer this
    >>>> to be done differently? I wasn't entirely happy with it myself,
    >>>>

    >> but
    >>
    >>>> wasn't sure how to improve it.
    >>>> Max
    >>>> mherger Wrote:
    >>>>
    >>>>
    >>>>>> It's only used in the web ui and is followed by the contents of
    >>>>>>

    >> the
    >>
    >>>>>> string that is "Stop adding xxxx" (PLUGIN_RANDOM_TRACK_ITEM or
    >>>>>> something like that). They are separate strings, as the link
    >>>>>>

    >> text
    >>
    >>>>>> changes depending on what's being played.
    >>>>>>
    >>>>>>
    >>>>>
    >>>>> So you're basically concatenating PLUGIN_RANDOM_GENERAL_HELP and
    >>>>>

    >>
    >>
    >>>>> PLUGIN_RANDOM_*_DISABLE strings? I'll have to change my
    >>>>>

    >> translations
    >>
    >>>>> then. Are the PLUGIN_RANDOM_*_DISABLE strings used elsewhere?
    >>>>> You're using uppercase first letters?
    >>>>>
    >>>>>
    >>>
    >>>
    >>>

    >
    >
    > --
    > max.spicer
    >
    > The wild things roared their terrible roars and gnashed their terrible
    > teeth
    > and rolled their terrible eyes and showed their terrible claws
    > but Max stepped into his private boat and waved good-bye
    >
    Some people think the title of this song is irrelevant,
    but it's not irrelevant - it's a hippopotamus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •