[MPlayer-translations] r28860 - in trunk/help: help_mp-bg.h help_mp-cs.h help_mp-de.h help_mp-dk.h help_mp-el.h help_mp-en.h help_mp-es.h help_mp-fr.h help_mp-hu.h help_mp-it.h help_mp-ja.h help_mp-ko.h help_mp-mk.h help...
reimar
subversion at mplayerhq.hu
Fri Mar 6 21:11:23 CET 2009
Author: reimar
Date: Fri Mar 6 21:11:23 2009
New Revision: 28860
Log:
The large -help help_text should be const so it goes into .rodata
Modified:
trunk/help/help_mp-bg.h
trunk/help/help_mp-cs.h
trunk/help/help_mp-de.h
trunk/help/help_mp-dk.h
trunk/help/help_mp-el.h
trunk/help/help_mp-es.h
trunk/help/help_mp-fr.h
trunk/help/help_mp-hu.h
trunk/help/help_mp-it.h
trunk/help/help_mp-ja.h
trunk/help/help_mp-ko.h
trunk/help/help_mp-mk.h
trunk/help/help_mp-nb.h
trunk/help/help_mp-nl.h
trunk/help/help_mp-pl.h
trunk/help/help_mp-pt_BR.h
trunk/help/help_mp-ro.h
trunk/help/help_mp-ru.h
trunk/help/help_mp-sk.h
trunk/help/help_mp-sv.h
trunk/help/help_mp-tr.h
trunk/help/help_mp-uk.h
trunk/help/help_mp-zh_CN.h
trunk/help/help_mp-zh_TW.h
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-en.h
Modified: trunk/help/help_mp-bg.h
==============================================================================
--- trunk/help/help_mp-bg.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-bg.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-cs.h
==============================================================================
--- trunk/help/help_mp-cs.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-cs.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-de.h
==============================================================================
--- trunk/help/help_mp-de.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-de.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-dk.h
==============================================================================
--- trunk/help/help_mp-dk.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-dk.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-el.h
==============================================================================
--- trunk/help/help_mp-el.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-el.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-es.h
==============================================================================
--- trunk/help/help_mp-es.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-es.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-fr.h
==============================================================================
--- trunk/help/help_mp-fr.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-fr.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-hu.h
==============================================================================
--- trunk/help/help_mp-hu.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-hu.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-it.h
==============================================================================
--- trunk/help/help_mp-it.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-it.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-ja.h
==============================================================================
--- trunk/help/help_mp-ja.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-ja.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-ko.h
==============================================================================
--- trunk/help/help_mp-ko.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-ko.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-mk.h
==============================================================================
--- trunk/help/help_mp-mk.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-mk.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-nb.h
==============================================================================
--- trunk/help/help_mp-nb.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-nb.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-nl.h
==============================================================================
--- trunk/help/help_mp-nl.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-nl.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-pl.h
==============================================================================
--- trunk/help/help_mp-pl.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-pl.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-pt_BR.h
==============================================================================
--- trunk/help/help_mp-pt_BR.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-pt_BR.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-ro.h
==============================================================================
--- trunk/help/help_mp-ro.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-ro.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-ru.h
==============================================================================
--- trunk/help/help_mp-ru.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-ru.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-sk.h
==============================================================================
--- trunk/help/help_mp-sk.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-sk.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-sv.h
==============================================================================
--- trunk/help/help_mp-sv.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-sv.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-tr.h
==============================================================================
--- trunk/help/help_mp-tr.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-tr.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-uk.h
==============================================================================
--- trunk/help/help_mp-uk.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-uk.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-zh_CN.h
==============================================================================
--- trunk/help/help_mp-zh_CN.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-zh_CN.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
Modified: trunk/help/help_mp-zh_TW.h
==============================================================================
--- trunk/help/help_mp-zh_TW.h Fri Mar 6 20:58:16 2009 (r28859)
+++ trunk/help/help_mp-zh_TW.h Fri Mar 6 21:11:23 2009 (r28860)
@@ -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"
More information about the MPlayer-translations
mailing list