Commit 42c26ded authored by Kirill K. Smirnov's avatar Kirill K. Smirnov Committed by Alexandre Julliard

programs/cmd: Do not use hardcoded constants when corresponding macro is already defined.

parent daccba5d
......@@ -206,7 +206,7 @@ Pznak verify nem ve Wine dnou funkci.\n"
operanmu systmu nebo pkazovmu interpretu,\n\
ze kterho byl cmd sputn.\n"
1000, "Vestavn pkazy CMD jsou:\n\
WCMD_ALLHELP, "Vestavn pkazy CMD jsou:\n\
ATTRIB\t\tZobraz nebo nastav DOS-ovsk souborov attributy\n\
CALL\t\tZavol dvkov soubor z jinho\n\
CD (CHDIR)\tZmn pracovn adres\n\
......
......@@ -229,7 +229,7 @@ mit PUSHD gespeicherten.\n"
Betriebssystem oder der Shell zurück, von der CMD gestart wurde.\n"
1000, "CMD eingebauten Befehle sind:\n\
WCMD_ALLHELP, "CMD eingebauten Befehle sind:\n\
ATTRIB\t\tZeigt an oder ändert die DOS Dateieigenschaften\n\
CALL\t\tRuft eine Batch-Datei innerhalb einer anderen auf\n\
CD (CHDIR)\tWechselt in das Verzeichnis\n\
......
......@@ -208,7 +208,7 @@ PUSHD.\n"
"EXIT terminates the current command session and returns\n\
to the operating system or shell from which you invoked cmd.\n"
1000, "CMD built-in commands are:\n\
WCMD_ALLHELP, "CMD built-in commands are:\n\
ATTRIB\t\tShow or change DOS file attributes\n\
CALL\t\tInvoke a batch file from inside another\n\
CD (CHDIR)\tChange current default directory\n\
......
......@@ -225,7 +225,7 @@ PUSHD.\n"
"EXIT termina la sesión de comandos actual y regresa al sistema\n\
operativo o intérprete de comandos desde el que invocó cmd.\n"
1000, "Los comandos internos de CMD son:\n\
WCMD_ALLHELP, "Los comandos internos de CMD son:\n\
ATTRIB\t\tMostrar o cambiar los atributos de archivo de DOS\n\
CALL\t\tInvocar un archivo por lotes desde dentro de otro\n\
CD (CHDIR)\tCambiar el directorio por defecto actual\n\
......
......@@ -200,7 +200,7 @@ Le flag de verification n'a pas de fonction dans Wine.\n"
"EXIT termine la session de ligne de commande et retourne\n\
au système d'exploitation ou au shell où vous avez invoqué cmd.\n"
1000, "Les commandes internes CMD sont:\n\
WCMD_ALLHELP, "Les commandes internes CMD sont:\n\
ATTRIB\t\tAffiche ou change les attributs de fichiers DOS\n\
CALL\t\tInvoque un fichier batch à l'intérieur d'un autre\n\
CD (CHDIR)\tChange le répertoire courant par défaut\n\
......
......@@ -204,7 +204,7 @@ Wine環境ではverifyフラグは意味を持ちません。\n"
WCMD_EXIT,
"EXIT は現在のコマンドセッションを終了してcmdを呼び出したOSまたはシェルに戻します。\n"
1000, "CMD 内蔵のコマンド:\n\
WCMD_ALLHELP, "CMD 内蔵のコマンド:\n\
ATTRIB\t\tDOSファイルの属性を表示又は変更\n\
CALL\t\t外部のバッチファイルを呼び出し\n\
CD (CHDIR)\tカレントディレクトリを変更\n\
......
......@@ -200,7 +200,7 @@ verify 플래그는 Wine에서는 어떤 일도 안합니다.\n"
"EXIT는 현재 명령 세션을 중단시키고 운영체제로 돌아가거나 cmd를\n\
호출한 셀로 돌아갑니다.\n"
1000, "CMD 내부 명령들:\n\
WCMD_ALLHELP, "CMD 내부 명령들:\n\
ATTRIB\t\t도스 파일 속 보여주거나 바꾸기\n\
CALL\t\tI배치 파일 안에서 다른 파일 불러오기\n\
CD (CHDIR)\t현제 기본 디렉토리 바꾸기\n\
......
......@@ -203,7 +203,7 @@ De verify-schakelaar heeft geen functie binnen Wine.\n"
"EXIT beëindigt de lopende sessie en keert terug\n\
naar het besturingssysteem of de schil van waaruit cmd werd gestart.\n"
1000, "CMD's ingebouwde opdrachten zijn:\n\
WCMD_ALLHELP, "CMD's ingebouwde opdrachten zijn:\n\
ATTRIB\t\tToon of wijzig DOS bestandsattributen\n\
CALL\t\tRoep een batchbestand aan vanuit een ander bestand\n\
CD (CHDIR)\tWijzig de huidige directory\n\
......
......@@ -206,7 +206,7 @@ arbeidskatalog til den som er oppgitt.\n"
"EXIT avslutter gjeldende kommandoøkt og returnerer til operativsystemet\n\
eller skallet CMD ble startet fra.\n"
1000, "Innebygde kommandoer i CMD:\n\
WCMD_ALLHELP, "Innebygde kommandoer i CMD:\n\
ATTRIB\t\tViser eller endrer DOS-filattributter\n\
CALL\t\tKall en satsvis fil inne i en annen\n\
CD (CHDIR)\tBytter arbeidskatalog\n\
......
......@@ -203,7 +203,7 @@ Ustawienia flagi nic nie zmieniaj pod Wine'em.\n"
"EXIT koczy bierzc sesj cmd i powraca do systemu operacyjnego\n\
lub powoki, w ktrej uruchomiono cmd.\n"
1000, "CMD - wbudowane komendy:\n\
WCMD_ALLHELP, "CMD - wbudowane komendy:\n\
ATTRIB\t\tPokazuje lub zmienia atrybuty pliku\n\
CALL\t\tWywouje plik bat z innego pliku\n\
CD (CHDIR)\tZmienia bierzcy katalog\n\
......
......@@ -202,7 +202,7 @@ O flag de verificação não tem função no Wine.\n"
"EXIT termina a sessão de comando atual e retorna ao sistema operacional\n\
ou shell que tenha invocado o cmd.\n"
1000, "CMD - os comando internos são:\n\
WCMD_ALLHELP, "CMD - os comando internos são:\n\
ATTRIB\t\tMostra ou troca atributos de arquivo DOS\n\
CALL\t\tInvoca um arquivo de lote dentro de outro\n\
CD (CHDIR)\tMuda o diretório padrão atual\n\
......@@ -413,7 +413,7 @@ O flag de verificação não tem função no Wine.\n"
"EXIT termina a sessão de comando actual e retorna ao sistema operacional\n\
ou shell que tenha invocado o cmd.\n"
1000, "CMD - os comando internos são:\n\
WCMD_ALLHELP, "CMD - os comando internos são:\n\
ATTRIB\t\tMostra ou troca atributos do ficheiro DOS\n\
CALL\t\tInvoca um ficheiro de lote dentro de outro\n\
CD (CHDIR)\tMuda o directório padrão actual\n\
......
......@@ -214,7 +214,7 @@ PUSHD.\n"
"EXIT \n\
cmd.\n"
1000, " CMD:\n\
WCMD_ALLHELP, " CMD:\n\
ATTRIB\t\t DOS- \n\
CALL\t\t bat- bat-\n\
CD (CHDIR)\t \n\
......
......@@ -202,7 +202,7 @@ The verify flag has no function in Wine.\n"
"EXIT terminates the current command session and returns\n\
to the operating system or shell from which you invoked cmd.\n"
1000, "CMD built-in commands are:\n\
WCMD_ALLHELP, "CMD built-in commands are:\n\
ATTRIB\t\tShow or change DOS file attributes\n\
CALL\t\tInvoke a batch file from inside another\n\
CD (CHDIR)\tChange current default directory\n\
......
......@@ -204,7 +204,7 @@ Dorulama bayrann Wine'da bir ilevi yoktur.\n"
"EXIT geerli komut oturumunu sonlandrr ve cmd'yi ardnz\n\
yerden iletim sistemine dner.\n"
1000, "CMD dahili komutlar:\n\
WCMD_ALLHELP, "CMD dahili komutlar:\n\
ATTRIB\t\tDOS dosya zelliklerini gster veya deitir\n\
CALL\t\tToplu ilem dosyas ierisinden bir dierini altr\n\
CD (CHDIR)\tGeerli dizini deitir\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment