Module: wine Branch: master Commit: d66790e327fd03f10c81a71225d371fdbf78999e URL: http://source.winehq.org/git/wine.git/?a=commit;h=d66790e327fd03f10c81a71225...
Author: Francois Gouget fgouget@free.fr Date: Thu Jun 12 11:28:18 2008 +0200
xcopy: Remove spaces before '\n' in resource strings.
---
programs/xcopy/Da.rc | 4 ++-- programs/xcopy/De.rc | 2 +- programs/xcopy/En.rc | 6 +++--- programs/xcopy/Fr.rc | 4 ++-- programs/xcopy/Ko.rc | 10 +++++----- programs/xcopy/Nl.rc | 4 ++-- programs/xcopy/No.rc | 4 ++-- programs/xcopy/Pl.rc | 2 +- programs/xcopy/Ru.rc | 6 +++--- programs/xcopy/Si.rc | 6 +++--- 10 files changed, 24 insertions(+), 24 deletions(-)
diff --git a/programs/xcopy/Da.rc b/programs/xcopy/Da.rc index 16443ec..239b3a7 100644 --- a/programs/xcopy/Da.rc +++ b/programs/xcopy/Da.rc @@ -47,7 +47,7 @@ STRINGTABLE "XCOPY - Kopierer filer eller katalogtre til en m�lplassering\n\ \n\ Syntaks:\n\ -XCOPY kilde [m�l] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY kilde [m�l] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ hvor:\n\ @@ -69,7 +69,7 @@ hvor:\n\ [/H] Kopier skjulte filer og systemfiler\n\ [/C] Forts�t selv om det opst�r fejl under kopieringen\n\ [/A] Kopier ikke filer som er markeret som arkiv\n\ -[/M] Kopier kun filer som er markeret som akriv; fjerner denne markering \n\ +[/M] Kopier kun filer som er markeret som akriv; fjerner denne markering\n\ [/D | /D:m-d-�] Kopier kun nye filer eller dem som er �ndret efter\n\ \t\tden opgivne dato.\n\ \t\tHvis ingen dato opgives kopieres kun de filer hvor\n\ diff --git a/programs/xcopy/De.rc b/programs/xcopy/De.rc index fcea5a1..1af6418 100644 --- a/programs/xcopy/De.rc +++ b/programs/xcopy/De.rc @@ -48,7 +48,7 @@ STRINGTABLE "XCOPY - Kopiert Dateien oder Verzeichnisse an einen Zielort\n\ \n\ Syntax:\n\ -XCOPY Quelle [Ziel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY Quelle [Ziel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Mit:\n\ diff --git a/programs/xcopy/En.rc b/programs/xcopy/En.rc index d7d4344..33324ac 100644 --- a/programs/xcopy/En.rc +++ b/programs/xcopy/En.rc @@ -47,12 +47,12 @@ STRINGTABLE "XCOPY - Copies source files or directory trees to a destination\n\ \n\ Syntax:\n\ -XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Where:\n\ \n\ -[/I] Assume directory if destination does not exist and copying 2 or \n\ +[/I] Assume directory if destination does not exist and copying 2 or\n\ \tmore files\n\ [/S] Copy directories and subdirectories\n\ [/E] Copy directories and subdirectories, including any empty ones\n\ @@ -70,7 +70,7 @@ Where:\n\ [/H] Include hidden and system files in the copy\n\ [/C] Continue even if an error occurs during the copy\n\ [/A] Only copy files with archive attribute set\n\ -[/M] Only copy files with archive attribute set, removes \n\ +[/M] Only copy files with archive attribute set, removes\n\ \tarchive attribute\n\ [/D | /D:m-d-y] Copy new files or those modified after the supplied date.\n\ \t\tIf no date is supplied, only copy if destination is older\n\ diff --git a/programs/xcopy/Fr.rc b/programs/xcopy/Fr.rc index e641e6a..7fe8f69 100644 --- a/programs/xcopy/Fr.rc +++ b/programs/xcopy/Fr.rc @@ -48,7 +48,7 @@ STRINGTABLE "XCOPY - Copie les fichiers ou répertoires source vers une destination\n\ \n\ Syntaxe :\n\ -XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Où :\n\ @@ -71,7 +71,7 @@ Où :\n\ [/H] Inclure les fichiers cachés et système dans la copie\n\ [/C] Continue même si une erreur survient pendant la copie\n\ [/A] Copie uniquement les fichiers qui ont l'attribut archive défini\n\ -[/M] Copie uniquement les fichiers qui ont l'attribut archive défini, supprime \n\ +[/M] Copie uniquement les fichiers qui ont l'attribut archive défini, supprime\n\ \tensuite l'attribut\n\ [/D | /D:m-d-y] Copie uniquement les fichiers nouveaux ou ceux modifiés après la date spécifiée.\n\ \t\tSi aucune date n'est spécifiée, copie uniquement lorsque le fichier de destination est plus vieux\n\ diff --git a/programs/xcopy/Ko.rc b/programs/xcopy/Ko.rc index 41caa56..a3a89f9 100644 --- a/programs/xcopy/Ko.rc +++ b/programs/xcopy/Ko.rc @@ -48,12 +48,12 @@ STRINGTABLE "XCOPY - ���� �����̳� ���丮 ������ �������� ����\n\ \n\ ����:\n\ -XCOPY ���� [���] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY ���� [���] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Where:\n\ \n\ -[/I] Assume directory if destination does not exist and copying 2 or \n\ +[/I] Assume directory if destination does not exist and copying 2 or\n\ \tmore files\n\ [/S] ���丮�ϰ� ���� ���丮 ����\n\ [/E] �� ���丮�� �����ؼ� ���丮�� ���� ���丮 ����\n\ @@ -71,10 +71,10 @@ Where:\n\ [/H] ���� �����̳� �ý��� ���ϵ� �����ؼ� ����\n\ [/C] �����ϴ� ���ȿ� ������ ���ص� ��� ����\n\ [/A] ���� ���� �Ӽ��� �����Ǿ��ִ� ���ϸ� ����\n\ -[/M] ���� ���� �Ӽ��� �����ϸ鼭 ���� �Ӽ��� �����Ǿ��ִ� \n\ -\���ϸ� ���� \n\ +[/M] ���� ���� �Ӽ��� �����ϸ鼭 ���� �Ӽ��� �����Ǿ��ִ�\n\ +\���ϸ� ����\n\ [/D | /D:m-d-y] ������ ��¥ �Ŀ� �����ǰų� ���ο� ���� ����.\n\ -\t\tI���� ��� ��¥�� �������� ������,���� �������� \n\ +\t\tI���� ��� ��¥�� �������� ������,���� ��������\n\ \t\t����� ������ �� ����\n\n"
} diff --git a/programs/xcopy/Nl.rc b/programs/xcopy/Nl.rc index 83720ff..f994cdd 100644 --- a/programs/xcopy/Nl.rc +++ b/programs/xcopy/Nl.rc @@ -47,7 +47,7 @@ STRINGTABLE "XCOPY - Copiëerd bron bestanden of directory bomen naar een bestemming\n\ \n\ Gebruik:\n\ -XCOPY bron [bestemming] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY bron [bestemming] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Parameters:\n\ @@ -70,7 +70,7 @@ Parameters:\n\ [/H] Inclusief verborgen en systeem bestanden\n\ [/C] Ga door zelfs als er een fout optreed tijdens het copiëren\n\ [/A] Copiëer alleen bestanden met archiverings attribuut aan\n\ -[/M] Copiëer alleen bestanden met archiverings attribuut aan, verwijderd \n\ +[/M] Copiëer alleen bestanden met archiverings attribuut aan, verwijderd\n\ \tdit archiverings attribuut\n\ [/D | /D:m-d-y] Copiëer nieuwe bestanden of die gewijzigd zijn na de opgegeven\n\ \t\tdatum. Als geen detum wordt gegeven, copiëer alleen als bron nieuwer is.\n\n" diff --git a/programs/xcopy/No.rc b/programs/xcopy/No.rc index 561b53c..ddcccf7 100644 --- a/programs/xcopy/No.rc +++ b/programs/xcopy/No.rc @@ -47,7 +47,7 @@ STRINGTABLE "XCOPY - Kopierer filer eller katalogtre til en m�lplassering\n\ \n\ Syntax:\n\ -XCOPY kilde [m�l] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY kilde [m�l] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Where:\n\ @@ -70,7 +70,7 @@ Where:\n\ [/H] Kopier skjulte filer og systemfiler\n\ [/C] Fortsett selv om det oppst�r feil under kopieringen\n\ [/A] Ikke kopier filer som er markert som arkiv\n\ -[/M] Bare kopier filer som er markert som akriv; fjerner denne merkingen \n\ +[/M] Bare kopier filer som er markert som akriv; fjerner denne merkingen\n\ [/D | /D:m-d-�] Kopier nye filer eller de som er endret etter\n\ \t\tden oppgitte datoen.\n\ \t\tHvis ingen dato oppgis kopieres bare de filene som er\n\ diff --git a/programs/xcopy/Pl.rc b/programs/xcopy/Pl.rc index 10176aa..3d094a9 100644 --- a/programs/xcopy/Pl.rc +++ b/programs/xcopy/Pl.rc @@ -48,7 +48,7 @@ STRINGTABLE "XCOPY - kopiuje pliki lub drzewa katalog�w\n\ \n\ Sk�adnia:\n\ -XCOPY �r�d�o [cel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY �r�d�o [cel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Gdzie:\n\ diff --git a/programs/xcopy/Ru.rc b/programs/xcopy/Ru.rc index 9c4d4e2..1d86ff4 100644 --- a/programs/xcopy/Ru.rc +++ b/programs/xcopy/Ru.rc @@ -51,12 +51,12 @@ STRINGTABLE "XCOPY - �������� ����� � ������� �����\n\ \n\ ���������:\n\ -XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ ���:\n\ \n\ -[/I] ���� �������� ����� ����������� � ���������� ����� ������ �����, \n\ +[/I] ���� �������� ����� ����������� � ���������� ����� ������ �����,\n\ �� �������������� ����� � �������� ����� ����������.\n\ [/S] �������� ����� � ��������.\n\ [/E] �������� ����� � ��������, ������� ������.\n\ @@ -73,7 +73,7 @@ XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ [/R] �������������� �����, ��������� ������ ��� ������.\n\ [/H] �������� ������� � ��������� �����.\n\ [/C] ���������� ������, ���� ���� ��������� ������.\n\ -[/A] �������� ������ �� �����, ��� ������� ���������� ������� "��������". \n\ +[/A] �������� ������ �� �����, ��� ������� ���������� ������� "��������".\n\ [/M] �������� ������ �� �����, ��� ������� ���������� ������� "��������",\n\ ��� ���� ������� ���������.\n\ [/D | /D:m-d-y] �������� ������ ����� ����� ��� ��, ������� ���� ��������\n\ diff --git a/programs/xcopy/Si.rc b/programs/xcopy/Si.rc index 2cedb89..092282c 100644 --- a/programs/xcopy/Si.rc +++ b/programs/xcopy/Si.rc @@ -30,7 +30,7 @@ STRINGTABLE STRING_PAUSE, "Za začetek kopiranja pritisnite <enter>\n" STRING_SIMCOPY, "Prekopiral bom %d datotek\n" STRING_COPY, "Prekopiral sem %d datotek\n" - STRING_QISDIR, "Ali je '%s' ime ciljne datoteke \n" \ + STRING_QISDIR, "Ali je '%s' ime ciljne datoteke\n" \ "ali mape?\n" \ "(D - Datoteka, M - Mapa)\n" STRING_SRCPROMPT,"%s? (Da|Ne)\n" @@ -48,12 +48,12 @@ STRINGTABLE "XCOPY - kopira navedene izvorne datoteke oz. mape v naveden cilj\n\ \n\ Sintaksa:\n\ -XCOPY izvor [cilj] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\ +XCOPY izvor [cilj] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\ \t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\ \n\ Where:\n\ \n\ -[/I] Če cilj ne obstaja in gre za kopiranje dveh ali več datotek, predpostavi, \n\ +[/I] Če cilj ne obstaja in gre za kopiranje dveh ali več datotek, predpostavi,\n\ \da je cilj mapa\n\ [/S] Kopiraj mape in podmape\n\ [/E] Kopiraj mape in podmape, vključno s praznimi mapami\n\