Skip to content
Open
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
8 changes: 4 additions & 4 deletions src/uu/pathchk/locales/en-US.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pathchk-help-portability = check for all POSIX systems (equivalent to -p -P)
# Error messages
pathchk-error-missing-operand = missing operand
pathchk-error-empty-file-name = empty file name
pathchk-error-posix-path-length-exceeded = limit { $limit } exceeded by length { $length } of file name { $path }
pathchk-error-posix-name-length-exceeded = limit { $limit } exceeded by length { $length } of file name component { $component }
pathchk-error-posix-path-length-exceeded = { $path }: limit { $limit } exceeded by length { $length } of file name
pathchk-error-posix-name-length-exceeded = { $component }: limit { $limit } exceeded by length { $length } of file name component
pathchk-error-leading-hyphen = leading hyphen in file name component { $component }
pathchk-error-path-length-exceeded = limit { $limit } exceeded by length { $length } of file name { $path }
pathchk-error-name-length-exceeded = limit { $limit } exceeded by length { $length } of file name component { $component }
pathchk-error-path-length-exceeded = { $path }: limit { $limit } exceeded by length { $length } of file name
pathchk-error-name-length-exceeded = { $component }: limit { $limit } exceeded by length { $length } of file name component
pathchk-error-empty-path-not-found = pathchk: '': No such file or directory
pathchk-error-nonportable-character = nonportable character '{ $character }' in file name component { $component }
8 changes: 4 additions & 4 deletions src/uu/pathchk/locales/fr-FR.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ pathchk-help-portability = vérifier pour tous les systèmes POSIX (équivalent
# Messages d'erreur
pathchk-error-missing-operand = opérande manquant
pathchk-error-empty-file-name = nom de fichier vide
pathchk-error-posix-path-length-exceeded = limite { $limit } dépassée par la longueur { $length } du nom de fichier { $path }
pathchk-error-posix-name-length-exceeded = limite { $limit } dépassée par la longueur { $length } du composant de nom de fichier { $component }
pathchk-error-posix-path-length-exceeded = { $path }: limite { $limit } dépassée par la longueur { $length } du nom de fichier
pathchk-error-posix-name-length-exceeded = { $component }: limite { $limit } dépassée par la longueur { $length } du composant de nom de fichier
pathchk-error-leading-hyphen = tiret en début dans le composant de nom de fichier { $component }
pathchk-error-path-length-exceeded = limite { $limit } dépassée par la longueur { $length } du nom de fichier { $path }
pathchk-error-name-length-exceeded = limite { $limit } dépassée par la longueur { $length } du composant de nom de fichier { $component }
pathchk-error-path-length-exceeded = { $path }: limite { $limit } dépassée par la longueur { $length } du nom de fichier
pathchk-error-name-length-exceeded = { $component }: limite { $limit } dépassée par la longueur { $length } du composant de nom de fichier
pathchk-error-empty-path-not-found = pathchk: '' : Aucun fichier ou répertoire de ce type
pathchk-error-nonportable-character = caractère non portable '{ $character }' dans le composant de nom de fichier { $component }
Loading