Mercurial > mplayer.hg
changeset 28825:f872face2b3a
The large -help help_text should be const so it goes into .rodata
author | reimar |
---|---|
date | Fri, 06 Mar 2009 20:11:23 +0000 |
parents | f92673eb6683 |
children | a72ddec9b027 |
files | help/help_mp-bg.h help/help_mp-cs.h help/help_mp-de.h help/help_mp-dk.h help/help_mp-el.h help/help_mp-en.h help/help_mp-es.h help/help_mp-fr.h help/help_mp-hu.h help/help_mp-it.h help/help_mp-ja.h help/help_mp-ko.h help/help_mp-mk.h help/help_mp-nb.h help/help_mp-nl.h help/help_mp-pl.h help/help_mp-pt_BR.h help/help_mp-ro.h help/help_mp-ru.h help/help_mp-sk.h help/help_mp-sv.h help/help_mp-tr.h help/help_mp-uk.h help/help_mp-zh_CN.h help/help_mp-zh_TW.h |
diffstat | 25 files changed, 25 insertions(+), 25 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-bg.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-bg.h Fri Mar 06 20:11:23 2009 +0000 @@ -6,7 +6,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Употреба: mplayer [опции] [url|път/]име_на_файл\n" "\n" "Основни опции: (пълният списък е в ръководството - 'man mplayer')\n"
--- a/help/help_mp-cs.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-cs.h Fri Mar 06 20:11:23 2009 +0000 @@ -7,7 +7,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Použití: mplayer [volby] [url|cesta/]jméno_souboru\n" "\n" "Základní volby: (úplný seznam najdete v manuálové stránce)\n"
--- a/help/help_mp-de.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-de.h Fri Mar 06 20:11:23 2009 +0000 @@ -12,7 +12,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Verwendung: mplayer [Optionen] [URL|Verzeichnis/]Dateiname\n" "\n" "Basisoptionen: (siehe Manpage für eine vollständige Liste aller Optionen!)\n"
--- a/help/help_mp-dk.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-dk.h Fri Mar 06 20:11:23 2009 +0000 @@ -7,7 +7,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Benyt: mplayer [indstillinger] [URL|sti/]filnavn\n" "\n" "Basale indstillinger (se manualen for en komplet liste):\n"
--- a/help/help_mp-el.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-el.h Fri Mar 06 20:11:23 2009 +0000 @@ -5,7 +5,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Usage: mplayer [επιλογές] [url|διαδρομή/]όνομα_αρχείου\n" "\n" "Βασικές επιλογές: (Ανατρέξτε στη σελίδα εγχειριδίου για ολοκληρωμένη λίστα με επιλογές)\n"
--- a/help/help_mp-en.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-en.h Fri Mar 06 20:11:23 2009 +0000 @@ -13,7 +13,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Usage: mplayer [options] [url|path/]filename\n" "\n" "Basic options: (complete list in the man page)\n"
--- a/help/help_mp-es.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-es.h Fri Mar 06 20:11:23 2009 +0000 @@ -17,7 +17,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Uso: mplayer [opciones] [url o ruta del archivo]\n" "\n" "Opciones básicas: ('man mplayer' para una lista completa)\n"
--- a/help/help_mp-fr.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-fr.h Fri Mar 06 20:11:23 2009 +0000 @@ -8,7 +8,7 @@ // ========================= Aide MPlayer =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Utilisation : mplayer [options] [url|répertoire/]fichier\n" "\n" "Options de base : (liste complète dans la page de man)\n"
--- a/help/help_mp-hu.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-hu.h Fri Mar 06 20:11:23 2009 +0000 @@ -9,7 +9,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Indítás: mplayer [opciók] [url|útvonal/]fájlnév\n" "\n" "Alapvető opciók: (az összes opció listájához lásd a man lapot)\n"
--- a/help/help_mp-it.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-it.h Fri Mar 06 20:11:23 2009 +0000 @@ -8,7 +8,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Uso: mplayer [opzioni] [url|percorso/]nome_file\n" "\n" "Opzioni di base: (vedi la pagina man per la lista completa)\n"
--- a/help/help_mp-ja.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-ja.h Fri Mar 06 20:11:23 2009 +0000 @@ -6,7 +6,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "使い方: mplayer [オプション] [url|パス/]ファイル名\n" "\n" "基本的なオプション: (man page に全て網羅されています)\n"
--- a/help/help_mp-ko.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-ko.h Fri Mar 06 20:11:23 2009 +0000 @@ -4,7 +4,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "사용법: mplayer [선택사항] [url|경로/]파일명\n" "\n" "기본 선택사항: (전체 목록은 man 페이지 참조)\n"
--- a/help/help_mp-mk.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-mk.h Fri Mar 06 20:11:23 2009 +0000 @@ -5,7 +5,7 @@ // ========================= MPlayer Помош =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Употреба: mplayer [опции] [url|патека/]ИмеНаДатотеката\n" "\n" "Основни Опции: (комплетна листа на man страницата)\n"
--- a/help/help_mp-nb.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-nb.h Fri Mar 06 20:11:23 2009 +0000 @@ -4,7 +4,7 @@ // ========================= MPlayer hjelp =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Bruk: mplayer [valg] [sti/]filnavn\n" "\n" "Valg:\n"
--- a/help/help_mp-nl.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-nl.h Fri Mar 06 20:11:23 2009 +0000 @@ -3,7 +3,7 @@ //synced with help_mp-en.h revision 1.152 #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Gebruik: mplayer [opties] [url|pad/]bestandsnaam\n" "\n" "Basis-opties: (volledige lijst in de man-pagina's)\n"
--- a/help/help_mp-pl.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-pl.h Fri Mar 06 20:11:23 2009 +0000 @@ -6,7 +6,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Użycie: mplayer [opcje] [url|ścieżka/]plik\n" "\n" "Podstawowe opcje: (pełna lista dostępna na stronie man)\n"
--- a/help/help_mp-pt_BR.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-pt_BR.h Fri Mar 06 20:11:23 2009 +0000 @@ -6,7 +6,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Uso: mplayer [opções] [url|caminho/]nome-do-arquivo\n" "\n" "Opções básicas: (lista completa na página do manual)\n"
--- a/help/help_mp-ro.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-ro.h Fri Mar 06 20:11:23 2009 +0000 @@ -9,7 +9,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Folosire: mplayer [opþiuni] [url|cale/]numefiºier\n" "\n" "Opþiuni principale: (lista completã în pagina man)\n"
--- a/help/help_mp-ru.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-ru.h Fri Mar 06 20:11:23 2009 +0000 @@ -8,7 +8,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Использование: mplayer [опции] [URL|путь/]имя_файла\n" "\n" "Базовые опции: (полный список см. на man-странице)\n"
--- a/help/help_mp-sk.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-sk.h Fri Mar 06 20:11:23 2009 +0000 @@ -7,7 +7,7 @@ #ifdef HELP_MP_DEFINE_STATIC // Preklad do slovenčiny -static char help_text[]= +static const char help_text[]= "Použitie: mplayer [prepínače] [url|cesta/]menosúboru\n" "\n" "Základné prepínače: (Kompletný zoznam nájdete v man stránke)\n"
--- a/help/help_mp-sv.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-sv.h Fri Mar 06 20:11:23 2009 +0000 @@ -4,7 +4,7 @@ // ========================= MPlayer hjälp =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Användning: mplayer [argument] [url|sökväg/]filnamn\n" "\n" "Grundläggande argument: (komplett lista återfinns i `man mplayer`)\n"
--- a/help/help_mp-tr.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-tr.h Fri Mar 06 20:11:23 2009 +0000 @@ -7,7 +7,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Kullanım: mplayer [seçenekler] [adres|yol/]dosya adı\n" "\n" "Genel seçenekler: (Tüm seçenekler için man sayfalarına bakınız)\n"
--- a/help/help_mp-uk.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-uk.h Fri Mar 06 20:11:23 2009 +0000 @@ -7,7 +7,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "Запуск: mplayer [опції] [path/]filename\n" "\n" "Опції:\n"
--- a/help/help_mp-zh_CN.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-zh_CN.h Fri Mar 06 20:11:23 2009 +0000 @@ -17,7 +17,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "用法: mplayer [选项] [URL|路径/]文件名\n" "\n" "基本选项: (完整列表参见手册页)\n"
--- a/help/help_mp-zh_TW.h Fri Mar 06 19:58:16 2009 +0000 +++ b/help/help_mp-zh_TW.h Fri Mar 06 20:11:23 2009 +0000 @@ -9,7 +9,7 @@ // ========================= MPlayer help =========================== #ifdef HELP_MP_DEFINE_STATIC -static char help_text[]= +static const char help_text[]= "用法: mplayer [選項] [URL|路徑/]文件名\n" "\n" "基本選項: (完整列表參見手册頁)\n"