Changeset 2fc1756882380cd8eae3090b49a283e26fbf1b4b
- Timestamp:
- 04/14/06 11:37:39
(2 years ago)
- Author:
- Clément Stenac <zorglub@videolan.org>
- git-committer:
- Clément Stenac <zorglub@videolan.org> 1145007459 +0000
- git-parent:
[3975d8c9a4ad0e7131b0401f9e36dc98b7223c05]
- git-author:
- Clément Stenac <zorglub@videolan.org> 1145007459 +0000
- Message:
Strings
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r0af0de2 |
r2fc1756 |
|
| 43 | 43 | |
|---|
| 44 | 44 | #define GRANULARITY_TEXT N_("Timeshift granularity") |
|---|
| | 45 | /// \bug [String] typo |
|---|
| 45 | 46 | #define GRANULARITY_LONGTEXT N_( "This is the size of the temporary files " \ |
|---|
| 46 | 47 | "tha will be used to store the timeshifted streams." ) |
|---|
| r8e394d7 |
r2fc1756 |
|
| 54 | 54 | |
|---|
| 55 | 55 | #define BANDS_TEXT N_( "Bands gain") |
|---|
| | 56 | /// \bug [String] missing dot |
|---|
| 56 | 57 | #define BANDS_LONGTEXT N_( \ |
|---|
| 57 | 58 | "Don't use presets, but manually specified bands. You need to " \ |
|---|
| r8e8e644 |
r2fc1756 |
|
| 35 | 35 | *****************************************************************************/ |
|---|
| 36 | 36 | #define AUTOSTART_TEXT N_( "Auto start" ) |
|---|
| | 37 | /// \bug [String] Why \n ? |
|---|
| 37 | 38 | #define AUTOSTART_LONGTEXT N_( "Automatically start playing the playlist " \ |
|---|
| 38 | 39 | "content once it's loaded.\n" ) |
|---|
| r3325d4d |
r2fc1756 |
|
| 599 | 599 | { |
|---|
| 600 | 600 | /* show info sheet */ |
|---|
| | 601 | /// \bug [String] Misplaced \n |
|---|
| 601 | 602 | NSBeginInformationalAlertSheet(_NS("More Information"), _NS("OK"), @"", @"", \ |
|---|
| 602 | 603 | o_extended_window, nil, nil, nil, nil, _NS("This panel allows to " \ |
|---|
| rfb9fadd |
r2fc1756 |
|
| 344 | 344 | #define SKINS2_LAST_LONG N_("Path to the skin to use.") |
|---|
| 345 | 345 | #define SKINS2_CONFIG N_("Config of last used skin") |
|---|
| | 346 | /// \bug [String] missing "skin". Remove "by the skins module". Add "do not touch" |
|---|
| 346 | 347 | #define SKINS2_CONFIG_LONG N_("Windows configuration of the last used. " \ |
|---|
| 347 | 348 | "This option is updated automatically by the skins module." ) |
|---|
| r496b159 |
r2fc1756 |
|
| 84 | 84 | #define FONT_LONGTEXT N_("Filename for the font you want to use") |
|---|
| 85 | 85 | #define FONTSIZE_TEXT N_("Font size in pixels") |
|---|
| | 86 | /// \bug [String] Extra space |
|---|
| 86 | 87 | #define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \ |
|---|
| 87 | 88 | "that will be rendered on the video. " \ |
|---|
| r07b1471 |
r2fc1756 |
|
| 53 | 53 | * Module descriptor |
|---|
| 54 | 54 | ****************************************************************************/ |
|---|
| | 55 | |
|---|
| | 56 | /// \bug [String] REmove all "Growl" in short desc |
|---|
| | 57 | |
|---|
| 55 | 58 | #define SERVER_DEFAULT "127.0.0.1" |
|---|
| 56 | 59 | #define SERVER_TEXT N_("Growl server") |
|---|
| … | … | |
| 59 | 62 | #define PASS_DEFAULT "" |
|---|
| 60 | 63 | #define PASS_TEXT N_("Growl password") |
|---|
| | 64 | /// \bug [String] Password on the Growl server. |
|---|
| 61 | 65 | #define PASS_LONGTEXT N_("Growl password on the server.") |
|---|
| 62 | 66 | #define PORT_TEXT N_("Growl UDP port") |
|---|
| | 67 | /// \bug [String] UDP port on the Growl server |
|---|
| 63 | 68 | #define PORT_LONGTEXT N_("Growl UDP port on the server.") |
|---|
| 64 | 69 | |
|---|
| r3fa37fd |
r2fc1756 |
|
| 47 | 47 | |
|---|
| 48 | 48 | #define HOST_TEXT N_( "RTSP host address" ) |
|---|
| | 49 | /// \bug [String] extra space |
|---|
| 49 | 50 | #define HOST_LONGTEXT N_( \ |
|---|
| 50 | 51 | "This defines the address, port and path the RTSP VOD server will listen " \ |
|---|
| r07b1471 |
r2fc1756 |
|
| 55 | 55 | #define FONT_LONGTEXT N_("Filename for the font you want to use") |
|---|
| 56 | 56 | #define FONTSIZE_TEXT N_("Font size in pixels") |
|---|
| | 57 | /// \bug [String] extra space |
|---|
| 57 | 58 | #define FONTSIZE_LONGTEXT N_("This is the default size of the fonts " \ |
|---|
| 58 | 59 | "that will be rendered on the video. " \ |
|---|
| rdfce5fb |
r2fc1756 |
|
| 157 | 157 | |
|---|
| 158 | 158 | #define CPKT_TEXT N_("Packet size in bytes to encrypt") |
|---|
| | 159 | /// \bug [String] Extra space |
|---|
| 159 | 160 | #define CPKT_LONGTEXT N_("Size of the TS packet to encrypt. " \ |
|---|
| 160 | 161 | "The encryption routines subtract the TS-header from the value before " \ |
|---|
| rbb80eba |
r2fc1756 |
|
| 60 | 60 | |
|---|
| 61 | 61 | #define LIMIT_TEXT N_("Number of streams") |
|---|
| | 62 | /// \bug [String] -which would be listed + to list |
|---|
| 62 | 63 | #define LIMIT_LONGTEXT N_("Maximum number of Shoutcast radio streams which " \ |
|---|
| 63 | 64 | "would be listed.") |
|---|