80 lines
6.1 KiB
Plaintext
80 lines
6.1 KiB
Plaintext
|
#include "pch.h"
|
||
|
#include "ids.h"
|
||
|
|
||
|
#include "shmedia.rcv"
|
||
|
|
||
|
REGINST REGINST DISCARDABLE "selfreg.inf"
|
||
|
|
||
|
STRINGTABLE DISCARDABLE
|
||
|
BEGIN
|
||
|
IDS_AVI_UNCOMPRESSED "Uncompressed"
|
||
|
IDS_DIMENSIONS_FMT "%1!d! x %2!d!"
|
||
|
|
||
|
// Format strings for license information.
|
||
|
|
||
|
IDS_DRM_UNPROTECTED "This content has no restrictions"
|
||
|
IDS_DRM_ISPROTECTED "Protected Content"
|
||
|
IDS_DRM_ISPROTECTEDSIGNED "Protected content is provided courtesy of %s"
|
||
|
IDS_DRM_PLAYNOPLAYHERE "Can't play on this computer"
|
||
|
IDS_DRM_PLAYONLYPLAYHERE "Plays only on this computer"
|
||
|
IDS_DRM_PLAYNORIGHTS "Playback not allowed"
|
||
|
IDS_DRM_PLAYNOTUNTILDAYS "Playback not allowed for %1 day(s)"
|
||
|
IDS_DRM_PLAYNOTUNTILWEEKS "Playback not allowed for %1 week(s)"
|
||
|
IDS_DRM_PLAYNOTUNTILMONTHS "Playback not allowed for %1 month(s)"
|
||
|
IDS_DRM_PLAYBEFOREDAYS "Playback expires in %1 day(s)"
|
||
|
IDS_DRM_PLAYBEFOREWEEKS "Playback expires in %1 week(s)"
|
||
|
IDS_DRM_PLAYBEFOREMONTHS "Playback expires in %1 month(s)"
|
||
|
IDS_DRM_PLAYCOUNTREMAINING "%s play(s) remaining"
|
||
|
IDS_DRM_PLAYCOUNTNOTUNTILDAYS "%2 play(s) remaining. Playback not allowed for %1 day(s)"
|
||
|
IDS_DRM_PLAYCOUNTNOTUNTILWEEKS "%2 play(s) remaining. Playback not allowed for %1 week(s)"
|
||
|
IDS_DRM_PLAYCOUNTNOTUNTILMONTHS "%2 play(s) remaining. Playback not allowed for %1 month(s)"
|
||
|
IDS_DRM_PLAYCOUNTBEFOREDAYS "%2 play(s) remaining. Playback expires in %1 day(s)"
|
||
|
IDS_DRM_PLAYCOUNTBEFOREWEEKS "%2 play(s) remaining. Playback expires in %1 week(s)"
|
||
|
IDS_DRM_PLAYCOUNTBEFOREMONTHS "%2 play(s) remaining. Playback expires in %1 month(s)"
|
||
|
|
||
|
IDS_DRM_COPYCDNORIGHTS "Copy to CD not allowed"
|
||
|
IDS_DRM_COPYCDNOTUNTILDAYS "Copy to CD not allowed for %1 day(s)"
|
||
|
IDS_DRM_COPYCDNOTUNTILWEEKS "Copy to CD not allowed for %1 week(s)"
|
||
|
IDS_DRM_COPYCDNOTUNTILMONTHS "Copy to CD not allowed for %1 month(s)"
|
||
|
IDS_DRM_COPYCDBEFOREDAYS "Copy to CD expires in %1 day(s)"
|
||
|
IDS_DRM_COPYCDBEFOREWEEKS "Copy to CD expires in %1 week(s)"
|
||
|
IDS_DRM_COPYCDBEFOREMONTHS "Copy to CD expires in %1 month(s)"
|
||
|
IDS_DRM_COPYCDCOUNTREMAINING "%s copy(s) to CD remaining"
|
||
|
IDS_DRM_COPYCDCOUNTNOTUNTILDAYS "%2 copy(s) remaining. Copy to CD not allowed for %1 day(s)"
|
||
|
IDS_DRM_COPYCDCOUNTNOTUNTILWEEKS "%2 copy(s) remaining. Copy to CD not allowed for %1 week(s)"
|
||
|
IDS_DRM_COPYCDCOUNTNOTUNTILMONTHS "%2 copy(s) remaining. Copy to CD not allowed for %1 month(s)"
|
||
|
IDS_DRM_COPYCDCOUNTBEFOREDAYS "%2 copy(s) remaining. Copy to CD expires in %1 day(s)"
|
||
|
IDS_DRM_COPYCDCOUNTBEFOREWEEKS "%2 copy(s) remaining. Copy to CD expires in %1 week(s)"
|
||
|
IDS_DRM_COPYCDCOUNTBEFOREMONTHS "%2 copy(s) remaining. Copy to CD expires in %1 month(s)"
|
||
|
|
||
|
IDS_DRM_COPYNONSDMINORIGHTS "Copy to portable player not allowed"
|
||
|
IDS_DRM_COPYNONSDMINOTUNTILDAYS "Copy to portable player not allowed for %1 day(s)"
|
||
|
IDS_DRM_COPYNONSDMINOTUNTILWEEKS "Copy to portable player not allowed for %1 week(s)"
|
||
|
IDS_DRM_COPYNONSDMINOTUNTILMONTHS "Copy to portable player not allowed for %1 month(s)"
|
||
|
IDS_DRM_COPYNONSDMIBEFOREDAYS "Copy to portable player expires in %1 day(s)"
|
||
|
IDS_DRM_COPYNONSDMIBEFOREWEEKS "Copy to portable player expires in %1 week(s)"
|
||
|
IDS_DRM_COPYNONSDMIBEFOREMONTHS "Copy to portable player expires in %1 month(s)"
|
||
|
IDS_DRM_COPYNONSDMICOUNTREMAINING "%s copy(s) to portable player remaining"
|
||
|
IDS_DRM_COPYNONSDMICOUNTNOTUNTILDAYS "%2 copy(s) remaining. Copy to portable player not allowed for %1 day(s)"
|
||
|
IDS_DRM_COPYNONSDMICOUNTNOTUNTILWEEKS "%2 copy(s) remaining. Copy to portable player not allowed for %1 week(s)"
|
||
|
IDS_DRM_COPYNONSDMICOUNTNOTUNTILMONTHS "%2 copy(s) remaining. Copy to portable player not allowed for %1 month(s)"
|
||
|
IDS_DRM_COPYNONSDMICOUNTBEFOREDAYS "%2 copy(s) remaining. Copy to portable player expires in %1 day(s)"
|
||
|
IDS_DRM_COPYNONSDMICOUNTBEFOREWEEKS "%2 copy(s) remaining. Copy to portable player expires in %1 week(s)"
|
||
|
IDS_DRM_COPYNONSDMICOUNTBEFOREMONTHS "%2 copy(s) remaining. Copy to portable player expires in %1 month(s)"
|
||
|
|
||
|
IDS_DRM_COPYSDMINORIGHTS "Copy to an SDMI-compliant portable player not allowed"
|
||
|
IDS_DRM_COPYSDMINOTUNTILDAYS "Copy to an SDMI-compliant portable player not allowed for %1 day(s)"
|
||
|
IDS_DRM_COPYSDMINOTUNTILWEEKS "Copy to an SDMI-compliant portable player not allowed for %1 week(s)"
|
||
|
IDS_DRM_COPYSDMINOTUNTILMONTHS "Copy to an SDMI-compliant portable player not allowed for %1 month(s)"
|
||
|
IDS_DRM_COPYSDMIBEFOREDAYS "Copy to an SDMI-compliant portable player expires in %1 day(s)"
|
||
|
IDS_DRM_COPYSDMIBEFOREWEEKS "Copy to an SDMI-compliant portable player expires in %1 week(s)"
|
||
|
IDS_DRM_COPYSDMIBEFOREMONTHS "Copy to an SDMI-compliant portable player expires in %1 month(s)"
|
||
|
IDS_DRM_COPYSDMICOUNTREMAINING "%s copy(s) to an SDMI-compliant portable player remaining"
|
||
|
IDS_DRM_COPYSDMICOUNTNOTUNTILDAYS "%2 copy(s) remaining. Copy to an SDMI-compliant portable player not allowed for %1 day(s)"
|
||
|
IDS_DRM_COPYSDMICOUNTNOTUNTILWEEKS "%2 copy(s) remaining. Copy to an SDMI-compliant portable player not allowed for %1 week(s)"
|
||
|
IDS_DRM_COPYSDMICOUNTNOTUNTILMONTHS "%2 copy(s) remaining. Copy to an SDMI-compliant portable player not allowed for %1 month(s)"
|
||
|
IDS_DRM_COPYSDMICOUNTBEFOREDAYS "%2 copy(s) remaining. Copy to an SDMI-compliant portable player expires in %1 day(s)"
|
||
|
IDS_DRM_COPYSDMICOUNTBEFOREWEEKS "%2 copy(s) remaining. Copy to an SDMI-compliant portable player expires in %1 week(s)"
|
||
|
IDS_DRM_COPYSDMICOUNTBEFOREMONTHS "%2 copy(s) remaining. Copy to an SDMI-compliant portable player expires in %1 month(s)"
|
||
|
END
|