Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
33c0c7ce
Commit
33c0c7ce
authored
Nov 13, 2007
by
Jonathan Ernst
Committed by
Alexandre Julliard
Nov 13, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xcopy: Updated French translation.
parent
82ed518f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
80 additions
and
0 deletions
+80
-0
Fr.rc
programs/xcopy/Fr.rc
+79
-0
rsrc.rc
programs/xcopy/rsrc.rc
+1
-0
No files found.
programs/xcopy/Fr.rc
0 → 100644
View file @
33c0c7ce
/*
* XCOPY - Wine-compatible xcopy program
* French language support
*
* Copyright 2007 Jonathan Ernst
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
LANGUAGE LANG_FRENCH, SUBLANG_NEUTRAL
STRINGTABLE
{
STRING_INVPARMS, "Nombre invalide de paramètres - Utilisez xcopy /? pour obtenir de l'aide\n"
STRING_INVPARM, "Paramètre invalide « %s » - Utilisez xcopy /? pour obtenir de l'aide\n"
STRING_PAUSE, "Appuyez sur ENTRÉE pour démarrer la copie\n"
STRING_SIMCOPY, "%d fichier(s) seront copiés\n"
STRING_COPY, "%d fichier(s) copiés\n"
STRING_QISDIR, "Est-ce que « %s » est un fichier ou un répertoire\n" \
"dans la destination ?\n" \
"(F - Fichier, R - Répertoire)\n"
STRING_SRCPROMPT,"%s ? (Oui|Non)\n"
STRING_OVERWRITE,"Écraser %s ? (Oui|Non|Tous)\n"
STRING_COPYFAIL, "La copie de « %s » vers « %s » a échoué avec le c/r %d\n"
STRING_OPENFAIL, "Impossible d'ouvrir « %s »\n"
STRING_READFAIL, "Impossible de lire « %s »\n"
STRING_YES_CHAR, "O"
STRING_NO_CHAR, "N"
STRING_ALL_CHAR, "T"
STRING_FILE_CHAR,"F"
STRING_DIR_CHAR, "R"
STRING_HELP,
"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\
\t [/R] [/H] [/C] [/P] [/A] [/M] [/E] [/D] [/Y] [/-Y]\n\
\n\
Où :\n\
\n\
[/I] Suppose que la destination est un répertoire si elle n'existe pas et que l'on copie plus\n\
\td'un fichier\n\
[/S] Copie les répertoires et sous-répertoires\n\
[/E] Copie les répertoires et sous-répertoires, y compris ceux qui sont vides\n\
[/Q] Ne pas afficher la liste des fichiers copiés (mode silencieux)\n\
[/F] Afficher la source et la destination complète lors de la copie\n\
[/L] Simuler l'opération, en montrant le nom des fichiers qui auraient été copiés\n\
[/W] Demande avant de démarrer la copie\n\
[/T] Créer une structure de répertoires vides, mais ne copie pas les fichiers\n\
[/Y] Ne demande pas de confirmation lors de l'écrasement des fichiers\n\
[/-Y] Demande une confirmation lors de l'écrasement des fichiers\n\
[/P] Demande avant de copier chaque fichier source\n\
[/N] Copie en utilisant des noms courts\n\
[/U] Copie uniquement les fichiers qui existent déjà dans la destination\n\
[/R] Écrase même les fichiers en lecture seule\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\
\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\
\t\tque le fichier source\n\n"
}
programs/xcopy/rsrc.rc
View file @
33c0c7ce
...
...
@@ -23,6 +23,7 @@
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include "En.rc"
#include "Fr.rc"
#include "Ko.rc"
#include "Pl.rc"
#include "Ru.rc"
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