moved header messages to their own package
This commit is contained in:
parent
0d4145ebaa
commit
e4b0fb2db7
|
|
@ -0,0 +1,2 @@
|
|||
header.missing=Missing a header - not enough lines in file.
|
||||
header.mismatch=Line does not match expected header line of ''{0}''.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
header.missing=Header fehlt - Datei hat nicht genug Zeilen.
|
||||
header.mismatch=Zeile entspricht nicht der erwarteten Header-Zeile ''{0}''.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
header.missing=Headeri puuttuu - ei riittävästi rivejä tiedostossa.
|
||||
header.mismatch=Rivi ei ole odotetun ''{0}'' headerin mukainen.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
header.missing=En-tête manquante - Le fichier ne contient pas assez de lignes.
|
||||
header.mismatch=La ligne ne correspond pas à la ligne d''en-tête attendue ''{0}''.
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
header.missing=ヘッダがありません - ファイルの行数が不足しています。
|
||||
header.mismatch=行が期待されるヘッダ行 ''{0}'' と合致しません。
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
header.mismatch=A linha não condiz com a linha de cabeçalho esperada ''{0}''.
|
||||
header.missing=Falta o cabeçalho - o ficheiro não tem linhas suficientes.
|
||||
|
|
@ -6,9 +6,6 @@ todo.match=Comment matches to-do format ''{0}''.
|
|||
|
||||
upperEll=Should use uppercase ''L''.
|
||||
|
||||
header.missing=Missing a header - not enough lines in file.
|
||||
header.mismatch=Line does not match expected header line of ''{0}''.
|
||||
|
||||
mod.order=''{0}'' modifier out of order with the JLS suggestions.
|
||||
annotation.order=''{0}'' annotation modifier does not preceed non-annotation modifiers.
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,6 @@ todo.match=Kommentar entspricht to-do-Format ''{0}''.
|
|||
|
||||
upperEll=Zur besseren Lesbarkeit sollte ein großes ''L'' verwendet werden.
|
||||
|
||||
header.missing=Header fehlt - Datei hat nicht genug Zeilen.
|
||||
header.mismatch=Zeile entspricht nicht der erwarteten Header-Zeile ''{0}''.
|
||||
|
||||
mod.order=Modifier ''{0}'' weicht von der empfohlenen Modifier-Reihenfolge aus der Java-Sprachdefinition ab.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ todo.match=Kommentti on to-do formaatin ''{0}'' mukainen.
|
|||
|
||||
upperEll=Pitää olla iso ''L''.
|
||||
|
||||
header.missing=Headeri puuttuu - ei riittävästi rivejä tiedostossa.
|
||||
header.mismatch=Rivi ei ole odotetun ''{0}'' headerin mukainen.
|
||||
|
||||
mod.order=''{0}'' määrite rikkoo JLS:n suositusten mukaisesen järjestyksen.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ todo.match=Le commentaire correspond au format TODO ''{0}''.
|
|||
|
||||
upperEll=Utilisez un ''L'' majuscule pour une meilleure lisibilité.
|
||||
|
||||
header.missing=En-tête manquante - Le fichier ne contient pas assez de lignes.
|
||||
header.mismatch=La ligne ne correspond pas à la ligne d''en-tête attendue ''{0}''.
|
||||
|
||||
mod.order=Le mot-clef ''{0}'' n''apparaît pas dans l''ordre préconisé par les JLS.
|
||||
annotation.order=Le modificateur d''annotation ''{0}'' ne précède pas les autres modificateurs.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,9 +6,6 @@ todo.match=
|
|||
|
||||
upperEll=大文字の ''L'' を使用すべきです。
|
||||
|
||||
header.missing=ヘッダがありません - ファイルの行数が不足しています。
|
||||
header.mismatch=行が期待されるヘッダ行 ''{0}'' と合致しません。
|
||||
|
||||
mod.order=''{0}'' 修飾子が JLS 提案の順序に沿いません。
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
descendant.token.max=Contagem de {0} para ''{2}'' descendente ''{3}'' é excede o número máximo {1}.
|
||||
descendant.token.min=Contagem de {0} para ''{2}'' descendente ''{3}'' é menos do que o número mínimo {1}.
|
||||
header.mismatch=A linha não condiz com a linha de cabeçalho esperada ''{0}''.
|
||||
header.missing=Falta o cabeçalho - o ficheiro não tem linhas suficientes.
|
||||
illegal.regexp=A linha condiz com o padrão inválido ''{0}''.
|
||||
missing.switch.default=switch sem o ramo \"default\".
|
||||
mod.order=Modificador ''{0}'' fora da orderm sugerida pela JLS.
|
||||
|
|
|
|||
Loading…
Reference in New Issue