Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d66790e3
Commit
d66790e3
authored
Jun 12, 2008
by
Francois Gouget
Committed by
Alexandre Julliard
Jun 12, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xcopy: Remove spaces before '\n' in resource strings.
parent
e7ef88be
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
24 additions
and
24 deletions
+24
-24
Da.rc
programs/xcopy/Da.rc
+2
-2
De.rc
programs/xcopy/De.rc
+1
-1
En.rc
programs/xcopy/En.rc
+3
-3
Fr.rc
programs/xcopy/Fr.rc
+2
-2
Ko.rc
programs/xcopy/Ko.rc
+5
-5
Nl.rc
programs/xcopy/Nl.rc
+2
-2
No.rc
programs/xcopy/No.rc
+2
-2
Pl.rc
programs/xcopy/Pl.rc
+1
-1
Ru.rc
programs/xcopy/Ru.rc
+3
-3
Si.rc
programs/xcopy/Si.rc
+3
-3
No files found.
programs/xcopy/Da.rc
View file @
d66790e3
...
@@ -47,7 +47,7 @@ STRINGTABLE
...
@@ -47,7 +47,7 @@ STRINGTABLE
"XCOPY - Kopierer filer eller katalogtre til en målplassering\n\
"XCOPY - Kopierer filer eller katalogtre til en målplassering\n\
\n\
\n\
Syntaks:\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
hvor:\n\
hvor:\n\
...
@@ -69,7 +69,7 @@ hvor:\n\
...
@@ -69,7 +69,7 @@ hvor:\n\
[/H] Kopier skjulte filer og systemfiler\n\
[/H] Kopier skjulte filer og systemfiler\n\
[/C] Fortsæt selv om det opstår fejl under kopieringen\n\
[/C] Fortsæt selv om det opstår fejl under kopieringen\n\
[/A] Kopier ikke filer som er markeret som arkiv\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\
[/D | /D:m-d-å] Kopier kun nye filer eller dem som er ændret efter\n\
\t\tden opgivne dato.\n\
\t\tden opgivne dato.\n\
\t\tHvis ingen dato opgives kopieres kun de filer hvor\n\
\t\tHvis ingen dato opgives kopieres kun de filer hvor\n\
...
...
programs/xcopy/De.rc
View file @
d66790e3
...
@@ -48,7 +48,7 @@ STRINGTABLE
...
@@ -48,7 +48,7 @@ STRINGTABLE
"XCOPY - Kopiert Dateien oder Verzeichnisse an einen Zielort\n\
"XCOPY - Kopiert Dateien oder Verzeichnisse an einen Zielort\n\
\n\
\n\
Syntax:\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Mit:\n\
Mit:\n\
...
...
programs/xcopy/En.rc
View file @
d66790e3
...
@@ -47,12 +47,12 @@ STRINGTABLE
...
@@ -47,12 +47,12 @@ STRINGTABLE
"XCOPY - Copies source files or directory trees to a destination\n\
"XCOPY - Copies source files or directory trees to a destination\n\
\n\
\n\
Syntax:\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Where:\n\
Where:\n\
\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\
\tmore files\n\
[/S] Copy directories and subdirectories\n\
[/S] Copy directories and subdirectories\n\
[/E] Copy directories and subdirectories, including any empty ones\n\
[/E] Copy directories and subdirectories, including any empty ones\n\
...
@@ -70,7 +70,7 @@ Where:\n\
...
@@ -70,7 +70,7 @@ Where:\n\
[/H] Include hidden and system files in the copy\n\
[/H] Include hidden and system files in the copy\n\
[/C] Continue even if an error occurs during the copy\n\
[/C] Continue even if an error occurs during the copy\n\
[/A] Only copy files with archive attribute set\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\
\tarchive attribute\n\
[/D | /D:m-d-y] Copy new files or those modified after the supplied date.\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\
\t\tIf no date is supplied, only copy if destination is older\n\
...
...
programs/xcopy/Fr.rc
View file @
d66790e3
...
@@ -48,7 +48,7 @@ STRINGTABLE
...
@@ -48,7 +48,7 @@ STRINGTABLE
"XCOPY - Copie les fichiers ou répertoires source vers une destination\n\
"XCOPY - Copie les fichiers ou répertoires source vers une destination\n\
\n\
\n\
Syntaxe :\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Où :\n\
Où :\n\
...
@@ -71,7 +71,7 @@ Où :\n\
...
@@ -71,7 +71,7 @@ Où :\n\
[/H] Inclure les fichiers cachés et système dans la copie\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\
[/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\
[/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\
\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\
[/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\
\t\tSi aucune date n'est spécifiée, copie uniquement lorsque le fichier de destination est plus vieux\n\
...
...
programs/xcopy/Ko.rc
View file @
d66790e3
...
@@ -48,12 +48,12 @@ STRINGTABLE
...
@@ -48,12 +48,12 @@ STRINGTABLE
"XCOPY - 원본 파일이나 디렉토리 구조를 목적지로 복사\n\
"XCOPY - 원본 파일이나 디렉토리 구조를 목적지로 복사\n\
\n\
\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Where:\n\
Where:\n\
\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\
\tmore files\n\
[/S] 디렉토리하고 하위 디렉토리 복사\n\
[/S] 디렉토리하고 하위 디렉토리 복사\n\
[/E] 빈 디렉토리를 포함해서 디렉토리와 하위 디렉토리 복사\n\
[/E] 빈 디렉토리를 포함해서 디렉토리와 하위 디렉토리 복사\n\
...
@@ -71,10 +71,10 @@ Where:\n\
...
@@ -71,10 +71,10 @@ Where:\n\
[/H] 숨은 파일이나 시스템 파일도 포함해서 복사\n\
[/H] 숨은 파일이나 시스템 파일도 포함해서 복사\n\
[/C] 복사하는 동안에 에러가 발생해도 계속 진행\n\
[/C] 복사하는 동안에 에러가 발생해도 계속 진행\n\
[/A] 오직 압축 속성이 설정되어있는 파일만 복사\n\
[/A] 오직 압축 속성이 설정되어있는 파일만 복사\n\
[/M] 오직 압축 속성을 제거하면서 압축 속성이 설정되어있는
\n\
[/M] 오직 압축 속성을 제거하면서 압축 속성이 설정되어있는\n\
\파일만 복사
\n\
\파일만 복사\n\
[/D | /D:m-d-y] 지정된 날짜 후에 수정되거나 새로운 파일 복사.\n\
[/D | /D:m-d-y] 지정된 날짜 후에 수정되거나 새로운 파일 복사.\n\
\t\tI만약 어떠한 날짜도 지정되지 않으면,오직 원본보다
\n\
\t\tI만약 어떠한 날짜도 지정되지 않으면,오직 원본보다\n\
\t\t대상이 오래된 것만 복사\n\n"
\t\t대상이 오래된 것만 복사\n\n"
}
}
programs/xcopy/Nl.rc
View file @
d66790e3
...
@@ -47,7 +47,7 @@ STRINGTABLE
...
@@ -47,7 +47,7 @@ STRINGTABLE
"XCOPY - Copiëerd bron bestanden of directory bomen naar een bestemming\n\
"XCOPY - Copiëerd bron bestanden of directory bomen naar een bestemming\n\
\n\
\n\
Gebruik:\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Parameters:\n\
Parameters:\n\
...
@@ -70,7 +70,7 @@ Parameters:\n\
...
@@ -70,7 +70,7 @@ Parameters:\n\
[/H] Inclusief verborgen en systeem bestanden\n\
[/H] Inclusief verborgen en systeem bestanden\n\
[/C] Ga door zelfs als er een fout optreed tijdens het copiëren\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\
[/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\
\tdit archiverings attribuut\n\
[/D | /D:m-d-y] Copiëer nieuwe bestanden of die gewijzigd zijn na de opgegeven\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"
\t\tdatum. Als geen detum wordt gegeven, copiëer alleen als bron nieuwer is.\n\n"
...
...
programs/xcopy/No.rc
View file @
d66790e3
...
@@ -47,7 +47,7 @@ STRINGTABLE
...
@@ -47,7 +47,7 @@ STRINGTABLE
"XCOPY - Kopierer filer eller katalogtre til en målplassering\n\
"XCOPY - Kopierer filer eller katalogtre til en målplassering\n\
\n\
\n\
Syntax:\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Where:\n\
Where:\n\
...
@@ -70,7 +70,7 @@ Where:\n\
...
@@ -70,7 +70,7 @@ Where:\n\
[/H] Kopier skjulte filer og systemfiler\n\
[/H] Kopier skjulte filer og systemfiler\n\
[/C] Fortsett selv om det oppstår feil under kopieringen\n\
[/C] Fortsett selv om det oppstår feil under kopieringen\n\
[/A] Ikke kopier filer som er markert som arkiv\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\
[/D | /D:m-d-å] Kopier nye filer eller de som er endret etter\n\
\t\tden oppgitte datoen.\n\
\t\tden oppgitte datoen.\n\
\t\tHvis ingen dato oppgis kopieres bare de filene som er\n\
\t\tHvis ingen dato oppgis kopieres bare de filene som er\n\
...
...
programs/xcopy/Pl.rc
View file @
d66790e3
...
@@ -48,7 +48,7 @@ STRINGTABLE
...
@@ -48,7 +48,7 @@ STRINGTABLE
"XCOPY - kopiuje pliki lub drzewa katalogw\n\
"XCOPY - kopiuje pliki lub drzewa katalogw\n\
\n\
\n\
Skadnia:\n\
Skadnia:\n\
XCOPY rdo [cel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]
\n\
XCOPY rdo [cel] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U]\n\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Gdzie:\n\
Gdzie:\n\
...
...
programs/xcopy/Ru.rc
View file @
d66790e3
...
@@ -51,12 +51,12 @@ STRINGTABLE
...
@@ -51,12 +51,12 @@ STRINGTABLE
"XCOPY - \n\
"XCOPY - \n\
\n\
\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
:\n\
:\n\
\n\
\n\
[/I] ,
\n\
[/I] ,\n\
.\n\
.\n\
[/S] .\n\
[/S] .\n\
[/E] , .\n\
[/E] , .\n\
...
@@ -73,7 +73,7 @@ XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\
...
@@ -73,7 +73,7 @@ XCOPY source [dest] [/I] [/S] [/Q] [/F] [/L] [/W] [/T] [/N] [/U] \n\
[/R] , .\n\
[/R] , .\n\
[/H] .\n\
[/H] .\n\
[/C] , .\n\
[/C] , .\n\
[/A] , \"\".
\n\
[/A] , \"\".\n\
[/M] , \"\",\n\
[/M] , \"\",\n\
.\n\
.\n\
[/D | /D:m-d-y] , \n\
[/D | /D:m-d-y] , \n\
...
...
programs/xcopy/Si.rc
View file @
d66790e3
...
@@ -30,7 +30,7 @@ STRINGTABLE
...
@@ -30,7 +30,7 @@ STRINGTABLE
STRING_PAUSE, "Za začetek kopiranja pritisnite <enter>\n"
STRING_PAUSE, "Za začetek kopiranja pritisnite <enter>\n"
STRING_SIMCOPY, "Prekopiral bom %d datotek\n"
STRING_SIMCOPY, "Prekopiral bom %d datotek\n"
STRING_COPY, "Prekopiral sem %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" \
"ali mape?\n" \
"(D - Datoteka, M - Mapa)\n"
"(D - Datoteka, M - Mapa)\n"
STRING_SRCPROMPT,"%s? (Da|Ne)\n"
STRING_SRCPROMPT,"%s? (Da|Ne)\n"
...
@@ -48,12 +48,12 @@ STRINGTABLE
...
@@ -48,12 +48,12 @@ STRINGTABLE
"XCOPY - kopira navedene izvorne datoteke oz. mape v naveden cilj\n\
"XCOPY - kopira navedene izvorne datoteke oz. mape v naveden cilj\n\
\n\
\n\
Sintaksa:\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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
\n\
Where:\n\
Where:\n\
\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\
\da je cilj mapa\n\
[/S] Kopiraj mape in podmape\n\
[/S] Kopiraj mape in podmape\n\
[/E] Kopiraj mape in podmape, vključno s praznimi mapami\n\
[/E] Kopiraj mape in podmape, vključno s praznimi mapami\n\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment