Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/uu/stat/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ stat-after-help = Valid format sequences for files (without `--file-system`):
for details about the options it supports.

## Error messages

stat-error-invalid-quoting-style = Invalid quoting style: {$style}
stat-error-missing-operand = missing operand
Try 'stat --help' for more information.
Expand All @@ -64,12 +65,14 @@ stat-error-cannot-read-filesystem-info = cannot read file system information for
stat-error-cannot-stat = cannot stat {$file}: {$error}

## Warning messages

stat-warning-backslash-end-format = backslash at end of format
stat-warning-unrecognized-escape-x = unrecognized escape '\x'
stat-warning-incomplete-hex-escape = incomplete hex escape '\x'
stat-warning-unrecognized-escape = unrecognized escape '\{$escape}'

## Help messages

stat-help-dereference = follow links
stat-help-file-system = display file system status instead of file status
stat-help-terse = print the information in terse form
Expand All @@ -80,6 +83,7 @@ stat-help-printf = like --format, but interpret backslash escapes,
if you want a newline, include \n in FORMAT

## Word translations

stat-word-file = File
stat-word-id = ID
stat-word-namelen = Namelen
Expand All @@ -105,6 +109,7 @@ stat-word-change = Change
stat-word-birth = Birth

## SELinux context messages

stat-selinux-failed-get-context = failed to get security context
stat-selinux-unsupported-system = unsupported on this system
stat-selinux-unsupported-os = unsupported for this operating system
5 changes: 5 additions & 0 deletions src/uu/stat/locales/fr-FR.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ stat-after-help = Séquences de format valides pour les fichiers (sans `--file-s
pour les détails sur les options qu'il prend en charge.

# Messages d'aide

stat-help-dereference = suivre les liens
stat-help-file-system = afficher le statut du système de fichiers au lieu du statut du fichier
stat-help-terse = afficher les informations en forme concise
Expand All @@ -63,6 +64,7 @@ stat-help-printf = comme --format, mais interpréter les séquences d'échappeme
si vous voulez une nouvelle ligne, incluez \n dans FORMAT

## Traductions de mots

stat-word-file = Fichier
stat-word-id = ID
stat-word-namelen = Longnom
Expand All @@ -88,6 +90,7 @@ stat-word-change = Changt
stat-word-birth = Créé

## Messages d'erreur

stat-error-invalid-quoting-style = Style de guillemets invalide : {$style}
stat-error-missing-operand = opérande manquant
Essayez 'stat --help' pour plus d'informations.
Expand All @@ -98,12 +101,14 @@ stat-error-cannot-read-filesystem-info = impossible de lire les informations du
stat-error-cannot-stat = impossible d'obtenir le statut de {$file} : {$error}

## Messages d'avertissement

stat-warning-backslash-end-format = barre oblique inverse à la fin du format
stat-warning-unrecognized-escape-x = séquence d'échappement non reconnue '\x'
stat-warning-incomplete-hex-escape = séquence d'échappement hexadécimale incomplète '\x'
stat-warning-unrecognized-escape = séquence d'échappement non reconnue '\{$escape}'

## Messages de contexte SELinux

stat-selinux-failed-get-context = impossible d'obtenir le contexte de sécurité
stat-selinux-unsupported-system = non pris en charge sur ce système
stat-selinux-unsupported-os = non pris en charge pour ce système d'exploitation
Loading