Skip to content

Commit 19f1d18

Browse files
committed
l10n: port install for translation + add french
1 parent 0a1a36d commit 19f1d18

File tree

4 files changed

+233
-64
lines changed

4 files changed

+233
-64
lines changed

src/uu/install/locales/en-US.ftl

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
11
install-about = Copy SOURCE to DEST or multiple SOURCE(s) to the existing
22
DIRECTORY, while setting permission modes and owner/group
33
install-usage = install [OPTION]... [FILE]...
4+
5+
# Help messages
6+
install-help-ignored = ignored
7+
install-help-compare = compare each pair of source and destination files, and in some cases, do not modify the destination at all
8+
install-help-directory = treat all arguments as directory names. create all components of the specified directories
9+
install-help-create-leading = create all leading components of DEST except the last, then copy SOURCE to DEST
10+
install-help-group = set group ownership, instead of process's current group
11+
install-help-mode = set permission mode (as in chmod), instead of rwxr-xr-x
12+
install-help-owner = set ownership (super-user only)
13+
install-help-preserve-timestamps = apply access/modification times of SOURCE files to corresponding destination files
14+
install-help-strip = strip symbol tables (no action Windows)
15+
install-help-strip-program = program used to strip binaries (no action Windows)
16+
install-help-target-directory = move all SOURCE arguments into DIRECTORY
17+
install-help-no-target-directory = treat DEST as a normal file
18+
install-help-verbose = explain what is being done
19+
install-help-preserve-context = preserve security context
20+
install-help-context = set security context of files and directories
21+
22+
# Error messages
23+
install-error-dir-needs-arg = { $util_name } with -d requires at least one argument.
24+
install-error-create-dir-failed = failed to create { $path }
25+
install-error-chmod-failed = failed to chmod { $path }
26+
install-error-chmod-failed-detailed = { $path }: chmod failed with error { $error }
27+
install-error-chown-failed = failed to chown { $path }: { $error }
28+
install-error-invalid-target = invalid target { $path }: No such file or directory
29+
install-error-target-not-dir = target { $path } is not a directory
30+
install-error-backup-failed = cannot backup { $from } to { $to }
31+
install-error-install-failed = cannot install { $from } to { $to }
32+
install-error-strip-failed = strip program failed: { $error }
33+
install-error-strip-abnormal = strip process terminated abnormally - exit code: { $code }
34+
install-error-metadata-failed = metadata error
35+
install-error-invalid-user = invalid user: { $user }
36+
install-error-invalid-group = invalid group: { $group }
37+
install-error-omitting-directory = omitting directory { $path }
38+
install-error-not-a-directory = failed to access { $path }: Not a directory
39+
install-error-override-directory-failed = cannot overwrite directory { $dir } with non-directory { $file }
40+
install-error-same-file = '{ $file1 }' and '{ $file2 }' are the same file
41+
install-error-extra-operand = extra operand { $operand }
42+
{ $usage }
43+
install-error-invalid-mode = Invalid mode string: { $error }
44+
install-error-mutually-exclusive-target = Options --target-directory and --no-target-directory are mutually exclusive
45+
install-error-mutually-exclusive-compare-preserve = Options --compare and --preserve-timestamps are mutually exclusive
46+
install-error-mutually-exclusive-compare-strip = Options --compare and --strip are mutually exclusive
47+
install-error-missing-file-operand = missing file operand
48+
install-error-missing-destination-operand = missing destination file operand after '{ $path }'
49+
install-error-failed-to-remove = Failed to remove existing file { $path }. Error: { $error }
50+
51+
# Verbose output
52+
install-verbose-creating-directory = creating directory { $path }
53+
install-verbose-creating-directory-step = install: creating directory { $path }
54+
install-verbose-removed = removed { $path }
55+
install-verbose-copy = { $from } -> { $to }
56+
install-verbose-backup = (backup: { $backup })

src/uu/install/locales/fr-FR.ftl

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
install-about = Copier SOURCE vers DEST ou plusieurs SOURCE(s) vers le
2+
RÉPERTOIRE existant, tout en définissant les modes de permission et propriétaire/groupe
3+
install-usage = install [OPTION]... [FICHIER]...
4+
5+
# Messages d'aide
6+
install-help-ignored = ignoré
7+
install-help-compare = comparer chaque paire de fichiers source et destination, et dans certains cas, ne pas modifier la destination du tout
8+
install-help-directory = traiter tous les arguments comme des noms de répertoires. créer tous les composants des répertoires spécifiés
9+
install-help-create-leading = créer tous les composants principaux de DEST sauf le dernier, puis copier SOURCE vers DEST
10+
install-help-group = définir la propriété du groupe, au lieu du groupe actuel du processus
11+
install-help-mode = définir le mode de permission (comme dans chmod), au lieu de rwxr-xr-x
12+
install-help-owner = définir la propriété (super-utilisateur uniquement)
13+
install-help-preserve-timestamps = appliquer les temps d'accès/modification des fichiers SOURCE aux fichiers de destination correspondants
14+
install-help-strip = supprimer les tables de symboles (aucune action Windows)
15+
install-help-strip-program = programme utilisé pour supprimer les binaires (aucune action Windows)
16+
install-help-target-directory = déplacer tous les arguments SOURCE dans RÉPERTOIRE
17+
install-help-no-target-directory = traiter DEST comme un fichier normal
18+
install-help-verbose = expliquer ce qui est fait
19+
install-help-preserve-context = préserver le contexte de sécurité
20+
install-help-context = définir le contexte de sécurité des fichiers et répertoires
21+
22+
# Messages d'erreur
23+
install-error-dir-needs-arg = { $util_name } avec -d nécessite au moins un argument.
24+
install-error-create-dir-failed = échec de la création de { $path }
25+
install-error-chmod-failed = échec du chmod { $path }
26+
install-error-chmod-failed-detailed = { $path } : échec du chmod avec l'erreur { $error }
27+
install-error-chown-failed = échec du chown { $path } : { $error }
28+
install-error-invalid-target = cible invalide { $path } : Aucun fichier ou répertoire de ce type
29+
install-error-target-not-dir = la cible { $path } n'est pas un répertoire
30+
install-error-backup-failed = impossible de sauvegarder { $from } vers { $to }
31+
install-error-install-failed = impossible d'installer { $from } vers { $to }
32+
install-error-strip-failed = échec du programme strip : { $error }
33+
install-error-strip-abnormal = le processus strip s'est terminé anormalement - code de sortie : { $code }
34+
install-error-metadata-failed = erreur de métadonnées
35+
install-error-invalid-user = utilisateur invalide : { $user }
36+
install-error-invalid-group = groupe invalide : { $group }
37+
install-error-omitting-directory = omission du répertoire { $path }
38+
install-error-not-a-directory = échec de l'accès à { $path } : N'est pas un répertoire
39+
install-error-override-directory-failed = impossible d'écraser le répertoire { $dir } avec un non-répertoire { $file }
40+
install-error-same-file = '{ $file1 }' et '{ $file2 }' sont le même fichier
41+
install-error-extra-operand = opérande supplémentaire { $operand }
42+
{ $usage }
43+
install-error-invalid-mode = Chaîne de mode invalide : { $error }
44+
install-error-mutually-exclusive-target = Les options --target-directory et --no-target-directory sont mutuellement exclusives
45+
install-error-mutually-exclusive-compare-preserve = Les options --compare et --preserve-timestamps sont mutuellement exclusives
46+
install-error-mutually-exclusive-compare-strip = Les options --compare et --strip sont mutuellement exclusives
47+
install-error-missing-file-operand = opérande de fichier manquant
48+
install-error-missing-destination-operand = opérande de fichier de destination manquant après '{ $path }'
49+
install-error-failed-to-remove = Échec de la suppression du fichier existant { $path }. Erreur : { $error }
50+
51+
# Sortie détaillée
52+
install-verbose-creating-directory = création du répertoire { $path }
53+
install-verbose-creating-directory-step = install : création du répertoire { $path }
54+
install-verbose-removed = supprimé { $path }
55+
install-verbose-copy = { $from } -> { $to }
56+
install-verbose-backup = (sauvegarde : { $backup })

0 commit comments

Comments
 (0)