forked from I2P_Developers/i2p.i2p
Pulling in translations from Transifex
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
#**************************************************************************
|
||||
#* MessagesBundle_nl.properties -- Dutch language error messages
|
||||
#* MessagesBundle.properties -- English language error messages
|
||||
#*
|
||||
#* Copyright (c) 1999 by Ernst de Haan (ernst@jollem.com)
|
||||
#* Copyright (c) 1998 by William King (wrking@eng.sun.com) and
|
||||
#* Aaron M. Renn (arenn@urbanophile.com)
|
||||
#*
|
||||
#* This program is free software; you can redistribute it and/or modify
|
||||
#* it under the terms of the GNU Library General Public License as published
|
||||
@ -18,13 +19,13 @@
|
||||
#* the Free Software Foundation Inc., 59 Temple Place - Suite 330,
|
||||
#* Boston, MA 02111-1307 USA
|
||||
#**************************************************************************/
|
||||
getopt.ambigious={0}: optie ''{1}'' is ambigue
|
||||
getopt.arguments1={0}: optie ''--{1}'' staat geen argumenten toe
|
||||
getopt.arguments2={0}: optie ''{1}{2}'' staat geen argumenten toe
|
||||
getopt.requires={0}: optie ''{1}'' heeft een argument nodig
|
||||
getopt.unrecognized={0}: onbekende optie ''--{1}''
|
||||
getopt.unrecognized2={0}: onbekende optie ''{1}{2}''
|
||||
getopt.illegal={0}: niet-toegestane optie -- {1}
|
||||
getopt.invalid={0}: onjuiste optie -- {1}
|
||||
getopt.requires2={0}: optie heeft een argument nodig -- {1}
|
||||
getopt.invalidValue=Ongeldige waarde {0} voor parameter 'has_arg'
|
||||
getopt.ambigious={0}\: optie ''{1}'' is ambigu
|
||||
getopt.arguments1={0}\: optie ''--{1}'' staat geen argumenten toe
|
||||
getopt.arguments2={0}\: optie ''{1}{2}'' staat geen argumenten toe
|
||||
getopt.requires={0}\: optie ''{1}'' heeft een argument nodig
|
||||
getopt.unrecognized={0}\: onbekende optie ''--{1}''
|
||||
getopt.unrecognized2={0}\: onbekende optie ''{1}{2}''
|
||||
getopt.illegal={0}\: niet toegestane optie -- {1}
|
||||
getopt.invalid={0}\: onjuiste optie -- {1}
|
||||
getopt.requires2={0}\: optie heeft een argument nodig -- {1}
|
||||
getopt.invalidValue=Ongeldige waarde {0} voor parameter 'has_arg'
|
||||
|
@ -1,8 +1,8 @@
|
||||
#**************************************************************************
|
||||
#* MessagesBundle_pl.properties -- Polish language error messages
|
||||
#* MessagesBundle.properties -- English language error messages
|
||||
#*
|
||||
#* Polish Messages Copyright (c) 2006 by Krzysztof Szyma?ski (sirch.s@gmail.com)
|
||||
#* These messages are encoded in ISO-8859-2
|
||||
#* Copyright (c) 1998 by William King (wrking@eng.sun.com) and
|
||||
#* Aaron M. Renn (arenn@urbanophile.com)
|
||||
#*
|
||||
#* This program is free software; you can redistribute it and/or modify
|
||||
#* it under the terms of the GNU Library General Public License as published
|
||||
@ -19,13 +19,13 @@
|
||||
#* the Free Software Foundation Inc., 59 Temple Place - Suite 330,
|
||||
#* Boston, MA 02111-1307 USA
|
||||
#**************************************************************************/
|
||||
getopt.ambigious={0}: opcja ''{1}''jest wieloznaczna
|
||||
getopt.arguments1={0}: opcja ''--{1}'' nie akceptuje argumentu
|
||||
getopt.arguments2={0}: opcja ''{1}{2}'' nie akceptuje argumentu
|
||||
getopt.requires={0}: opcja ''{1}'' wymaga argumentu
|
||||
getopt.unrecognized={0}: nierozpoznana opcja ''--{1}''
|
||||
getopt.unrecognized2={0}: nierozpoznana opcja ''{1}{2}''
|
||||
getopt.illegal={0}: nie dopuszczalna opcja --{1}
|
||||
getopt.invalid={0}: b??dna opcja --{1}
|
||||
getopt.requires2={0}: opcja --{1} oczekuje argumentu
|
||||
getopt.invalidValue=Nie poprawna warto?? {0} argument 'has_arg'
|
||||
getopt.ambigious={0}\: opcja ''{1}'' jest wieloznaczna
|
||||
getopt.arguments1={0}\: opcja ''--{1}'' nie akceptuje argumentu
|
||||
getopt.arguments2={0}\: opcja ''{1}{2}'' nie akceptuje argumentu
|
||||
getopt.requires={0}\: opcja ''{1}'' wymaga argumentu
|
||||
getopt.unrecognized={0}\: nierozpoznana opcja ''--{1}''
|
||||
getopt.unrecognized2={0}\: nierozpoznana opcja ''{1}{2}''
|
||||
getopt.illegal={0}\: niedopuszczalna opcja -- {1}
|
||||
getopt.invalid={0}\: b\u0142\u0119dna opcja -- {1}
|
||||
getopt.requires2={0}\: opcja wymaga argumentu -- {1}
|
||||
getopt.invalidValue=Niepoprawna warto\u015b\u0107 {0} dla parametru 'has_arg'
|
||||
|
Reference in New Issue
Block a user