comparison help/help_mp-ro.h @ 31513:01f7cf82b7b1

Remove unnecessary HELP_MP_DEFINE_STATIC #define and corresponding #ifdefs. This was attempted before and reverted due to causing warnings. No warnings appear after the removal now, so the operation should be safe this time.
author diego
date Mon, 28 Jun 2010 09:25:56 +0000
parents 0ad2da052b2e
children 736b22f11e00
comparison
equal deleted inserted replaced
31512:176e30f35c73 31513:01f7cf82b7b1
6 // The translation is partial and should be completed eventually, also it 6 // The translation is partial and should be completed eventually, also it
7 // should be checked that messages are 80-column wrapped 7 // should be checked that messages are 80-column wrapped
8 // 8 //
9 // ========================= MPlayer help =========================== 9 // ========================= MPlayer help ===========================
10 10
11 #ifdef HELP_MP_DEFINE_STATIC
12 static const char help_text[]= 11 static const char help_text[]=
13 "Folosire: mplayer [opþiuni] [url|cale/]numefiºier\n" 12 "Folosire: mplayer [opþiuni] [url|cale/]numefiºier\n"
14 "\n" 13 "\n"
15 "Opþiuni principale: (lista completã în pagina man)\n" 14 "Opþiuni principale: (lista completã în pagina man)\n"
16 " -vo <drv[:dev]> alege driver-ul ºi device-ul de ieºire video\n" 15 " -vo <drv[:dev]> alege driver-ul ºi device-ul de ieºire video\n"
52 " z or x modificã decalajul subtitrãrii cu +/- 0,1 secunde\n" 51 " z or x modificã decalajul subtitrãrii cu +/- 0,1 secunde\n"
53 " r or t modificã poziþia subtitrãrii sus/jos, vezi ºi -vf expand\n" 52 " r or t modificã poziþia subtitrãrii sus/jos, vezi ºi -vf expand\n"
54 "\n" 53 "\n"
55 " * * * VEZI PAGINA MAN PENTRU DETALII, ALTE OPÞIUNI (AVANSATE) ªI TASTE * * *\n" 54 " * * * VEZI PAGINA MAN PENTRU DETALII, ALTE OPÞIUNI (AVANSATE) ªI TASTE * * *\n"
56 "\n"; 55 "\n";
57 #endif
58 56
59 // ========================= MPlayer messages =========================== 57 // ========================= MPlayer messages ===========================
60 58
61 // mplayer.c: 59 // mplayer.c:
62 #define MSGTR_Exiting "\nIeºire...\n" 60 #define MSGTR_Exiting "\nIeºire...\n"