# # aegis - project change supervisor # Copyright (C) 2001-2010, 2012 Peter Miller # # Dutch translations for aegis # Copyright (C) 2007 Jelle Boomstra # Copyright (C) 2008 Benno Schulenberg # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # # Just A Few Notes... # # When translating these error messages, all of the substitutions # described in aesub(5) are also available. Substitution variable # names and function names may be abbreviated, in the same way # that command line options are abbreviated, but abbreviation # should probably be avoided. # # Messages which include state names need to leave the state names # untranslated, because they will probably never be translated. # # Messages which include command line options need to leave them # untranslated, because they are not yet internationalized, though # they will be one day. # # The list names (known to ael) have not been internationalized (yet). # # Substitution names will Never be internationalized. # Otherwise the substitutions will stop working, Catch-22. # # ------------------------------------------------------------------------- # # The presence of the "#, fuzzy" flag is an indication that the error # message needs to be (re)translated. # # ------------------------------------------------------------------------- # msgid "" msgstr "" "POT-Creation-Date: Sat Jun 21 16:08:02 EST 2014\n" "PO-Revision-Date: 2012-08-13\n" "Last-Translator: Benno Schulenberg \n" "Language-Team: Dutch \n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" # # This error message is issued when an environment variable is meant to # be a positive integer, and it is not. # # $Name The name of the environment variable. # #: libaegis/user/default.cc:103 msgid "$$$name must be positive" msgstr "de omgevingsvariabele $name moet een positief decimaal getal zijn" # # This error message is issued when the parameter of the -UUid switch is # not a valid uuid. # # $Name The -UUid switch # #: libaegis/help.cc:445 msgid "$Name needs an uuid" msgstr "de optie $Name vereist een geldige UUID" # # This error message is issued when the parameter of the given command # line option is not a valid URL. # # $Name The option name # #: libaegis/help.cc:433 msgid "$Name needs url" msgstr "de optie $Name vereist een geldige URL" # # This error message is issued when a file has been tampered with while # in the 'being reviewed' or 'awaiting integration' state. Files in # these states must be left strictly alone, or Aegis will assume that # the developer is trying to subvert the process. # # $File_Name The name of the offending file. # #: aegis/aede.cc:379 aegis/aeib.cc:1108 aegis/aeib.cc:1138 aegis/aerb.cc:292 #: aegis/aerb.cc:317 aegis/aerp.cc:430 aegis/aerp.cc:454 msgid "$filename altered" msgstr "bestand \"$filename\" is gewijzigd" # # This message is issued when an aefa is successfully completed. # #: aegis/aefa.cc:1002 aegis/aefa.cc:1182 msgid "$filename attributes changed" msgstr "bestandsattributen van \"$filename\" zijn gewijzigd" # # This error message is issued when aenf is invoked on a file which is # not a normal file and not a directory. # # $File_Name The name of the offending file. # #: aegis/aenf.cc:631 msgid "$filename bad nf type" msgstr "" "het bestand \"$filename\" is niet van een correct type; gebruik alleen " "normale bestanden of mappen voor dit commando; symbolische koppelingen en " "andere speciale bestanden moeten bij de compilatie gemaakt worden" # # This progress message is issued when a test run against the baseline # fails. This is what it is meant to do because either (a) it is new # functionality, and will fail because it is not in the baseline, or (b) # it is a bug fix, and failing against the baseline demonstrates that # the test reproduces the bug. # # $File_Name The name of the test file. # $ARCHitecture The name of the architecture. # #: libaegis/change/test/batch.cc:365 msgid "$filename baseline fail, architecture $architecture, good" msgstr "test \"$filename\" on $architecture on baseline failed (as it should)" # # This progress message is issued when a test run against the baseline # fails. This is what it is meant to do because either (a) it is new # functionality, and will fail because it is not in the baseline, or (b) # it is a bug fix, and failing against the baseline demonstrates that # the test reproduces the bug. # # $File_Name The name of the test file. # #: libaegis/change/test/batch.cc:375 libaegis/change/test/batch_fake.cc:195 msgid "$filename baseline fail, good" msgstr "test \"$filename\" op de baseline gezakt (zoals zou moeten)" # # This error message is issued when a test run against the baseline # passes. See above for why this is not good. # # $File_Name The name of the test file. # $ARCHitecture The name of the architecture. # #: libaegis/change/test/batch.cc:414 msgid "$filename baseline pass, architecture $architecture, not good" msgstr "test \"$filename\" on $architecture on baseline passed (it must fail)" # # This error message is issued when a test run against the baseline # passes. See above for why this is not good. # # $File_Name The name of the test file. # #: libaegis/change/test/batch.cc:424 libaegis/change/test/batch_fake.cc:216 msgid "$filename baseline pass, not good" msgstr "test \"$filename\" op de baseline geslaagd (zou moeten zakken)" # # This error message is issued when a request is made to run a specific # test file, but the file specified is being removed not created or modified. # # $File_Name The name of the offending file. # #: aegis/aet.cc:919 msgid "$filename being removed" msgstr "bestand \"$filename\" wordt verwijderd" # # This error message is issued when aede finds a file which has been # modified since it was last built. # # $File_Name The name of the offending file. # $Outstanding A list of outstanding architectures to be built, # or empty if all are outstanding. (Optional) # #: aegis/aede.cc:1039 msgid "$filename changed after build" msgstr "" "het bestand \"$filename\" is gewijzigd na de laatste compilatie; deze " "wijziging moet nogmaals gecompileerd worden met 'aegis -Build $outstanding'" # # This error message is issued when aede finds a file which has been # modified since it was last differenced. Can occur in both the 'being # developed' and 'being integrated' states. # # $File_Name The name of the offending file. # #: aegis/aede.cc:530 aegis/aede.cc:550 msgid "$filename changed after diff" msgstr "" "het bestand \"$filename\" is gewijzigd na de laatste vergelijking; deze " "wijziging moet nogmaals vergeleken worden met 'aegis -Diff'" # # This progress message is issued when aed merges a file, and notifies the # user that the merge has taken place. # #: aegis/aed.cc:1492 msgid "$filename diff3ed" msgstr "" "Bestand \"$filename\" was verouderd; zie \"$filename,D\" voor de " "samengevoegde code" # # This error message is issued when a test against the change fails. # # $File_Name The name of the test file. # #: libaegis/change/test/batch.cc:395 libaegis/change/test/batch_fake.cc:202 msgid "$filename fail" msgstr "test \"$filename\" is mislukt" # # This error message is issued when a test against the change fails. # # $File_Name The name of the test file. # $ARCHitecture The name of the architecture tesed on. # #: libaegis/change/test/batch.cc:391 msgid "$filename fail, architecture $architecture" msgstr "test \"$filename\" failed on $architecture" # # This error message is issued when an aed is performed on a change # which contains a new file which has been added to the baseline # by another change. # # $File_Name The name of the offending file. # #: aegis/aede.cc:888 aegis/aemv.cc:236 aegis/aenf.cc:755 aegis/aent.cc:452 msgid "$filename in baseline" msgstr "bestand \"$filename\" bestaat al in dit project" # # This error message is issued when an attempt is made to copy a file # marked as "built" (created by aenf -b) into a change. # # $File_Name The offending file name. # #: aegis/aecp.cc:1348 msgid "$filename is built" msgstr "" "bestand \"$filename\" is gecompileerd, mag niet worden opgenomen in een " "wijziging" # # This error message is issued when an attempt is made to end # development (aede) when a file copied for insulation (aecp -ro) is # still present in the change. # # $File_Name The offending file name. # #: aegis/aede.cc:933 msgid "$filename is insulation" msgstr "" "Bestand \"$filename\" was gekopieerd als alleen-lezen, het moet worden " "ge-'ontkopieerd' voordat deze wijziging de status '$state' kan verlaten " # # This progress message is issued when aed merges a file, and notifies the # user that the merge has taken place. # #: aegis/aed.cc:1490 msgid "$filename merged" msgstr "" "bestand \"$filename\" was verouderd en is samengevoegd met de recente " "versie, zie \"$filename,B\" voor de orginele code" # # This error message is issued when a change file is modified by the # history tool (history_put_command or history_create_command) # during aeipass. # # $File_Name The name of the offending file. # #: libaegis/change/history/trash.cc:90 msgid "$filename modified by history tool" msgstr "de history tool heeft het \"$filename\" source bestand gewijzigd" # # This error message is issued by the aedb command when it finds # a problem with the directory permissions above the development # directory. The directories need to be searchable (have the 'x' # permission) for the project owner and the reviewers. # # $File_Name The name of the offending directory. # $Mode_Change The additional mode bit required. # $Mode_Old The current mode of the directory (optional). # $Mode_New The desirable mode of the directory (optional). # #: libaegis/os/ck_path_trav.cc:135 msgid "$filename needs permissions $mode_change" msgstr "" "directory \"$filename\" is not traversable, it currently has mode $mode_old " "but is needs at least mode $mode_new, the \"chmod $mode_change $filename\" " "command may be sufficient to fix this" # # This error message is issued when aet runs a test which returns a "no # result" exit status. # # $File_Name The name of the offending file. # #: libaegis/change/test/batch.cc:486 libaegis/change/test/batch_fake.cc:244 msgid "$filename no result" msgstr "" "Test \"$filename\" gaf geen resultaat; een ander probleem verhinderde de " "test." # # This error message is issued when aet runs a test which returns a "no # result" exit status. # # $File_Name The name of the offending file. # $ARCHitecture The name of the architecture. # #: libaegis/change/test/batch.cc:482 msgid "$filename no result, architecture $architecture" msgstr "" "test \"$filename\" on $architecture returned no result; some other problem " "prevented the functionality under test from being exercised" # # This error message is issued when aede cannot find a file in the # development directory corresponding to a file listed as part of the # change. # # $File_Name The name of the offending file. # #: aegis/aede.cc:434 aegis/aede.cc:507 msgid "$filename not found" msgstr "bestand \"$filename\" is niet gevonden" # # This error message is issued when a request is made to run a specific # test file, but the file specified is not a test. # # $File_Name The name of the offending file. # #: aegis/aet.cc:904 aegis/aet.cc:988 aegis/aet.cc:1778 msgid "$filename not test" msgstr "bestand \"$filename\" is geen test" # # This progress message is issued when a test against the change passes. # # $File_Name The name of the test file. # #: libaegis/change/test/batch.cc:444 libaegis/change/test/batch_fake.cc:224 msgid "$filename pass" msgstr "Test \"$filename\" is geslaagd" # # This progress message is issued when a test against the change passes. # # $File_Name The name of the test file. # $ARCHitecture The name of the architecture. # #: libaegis/change/test/batch.cc:440 msgid "$filename pass, architecture $architecture" msgstr "Test \"$filename\" is geslaagd op de $architecture-architectuur" # # This progress message is issued when a test against the change decides # to skip itself. # # $File_Name The name of the test file. # #: libaegis/change/test/batch.cc:466 libaegis/change/test/batch_fake.cc:235 msgid "$filename skipped" msgstr "Test \"$filename\" is overgeslagen" # # This error message is issued when a test against the change fails # decodes to skip itself. # # $File_Name The name of the test file. # $ARCHitecture The name of the architecture tesed on. # #: libaegis/change/test/batch.cc:462 msgid "$filename skipped, architecture $architecture" msgstr "Test \"$filename\" is overgeslagen voor de $architecture-architectuur" # # This error message is issued when aede discovers a file in the change # that has not been altered. (Sometimes it is a warning.) # # $File_Name The offending file. # #: aegis/aede.cc:269 aegis/aede.cc:278 aegis/aeip.cc:633 msgid "$filename unchanged" msgstr "" "Het bestand \"$filename\" is niet gewijzigd; het zou niet in de wijziging " "opgenomen moeten zijn" # # This error message is issued when a file named on the command # cannot be related to the change being operated on. # # $File_Name The offending command line argument. # #: aefind/cmdline.y:261 aefind/cmdline.y:262 aegis/aeb.cc:396 #: aegis/aecp.cc:303 aegis/aecp.cc:1150 aegis/aecpu.cc:307 aegis/aed.cc:281 #: aegis/aed.cc:970 aegis/aefa.cc:368 aegis/aemt.cc:348 aegis/aemtu.cc:292 #: aegis/aemv.cc:521 aegis/aemv.cc:558 aegis/aemvu.cc:280 aegis/aenf.cc:543 #: aegis/aenfu.cc:311 aegis/aent.cc:385 aegis/aentu.cc:276 aegis/aerm.cc:370 #: aegis/aermu.cc:313 aegis/aet.cc:809 aegis/aet.cc:1677 aels/main.cc:295 #: aels/main.cc:297 libaegis/change/file/resolve_name.cc:112 msgid "$filename unrelated" msgstr "" "path \"$filename\" is not within any change or project directory tree; maybe " "the -base-relative option will help" # # This fatal error message is issued by the aefa -uuid command if the # file already has a UUID set. # # $File_Name the offending filename # #: aegis/aefa.cc:1135 msgid "$filename uuid already set" msgstr "the \"$filename\" file alreday has a UUID" # # This fatal error message is issued by the aefa -uuid command if the # file already has a UUID set. # # $File_Name the offending filename # $Other the other filename using the UUID (optional) # #: aegis/aefa.cc:1162 msgid "$filename uuid duplicate" msgstr "" "the UUID specified for the \"$filename\" file is already in use by the " "\"$other\" file" # TRANSLATION REQUIRED # # This error message is issued when a aede-policy's comment # policy finds a C comment in a C++ file. # # $File_Name The name of the offending file. # $Line_Number The line number of the message # #: aede-policy/validation/files/comments.cc:354 #, fuzzy msgid "$filename: $linenumber: C comment in a C++ file" msgstr "$filename: $linenumber: C comment in a C++ file" # TRANSLATION REQUIRED # # This error message is issued when a aede-policy's comment # policy finds a C++ comment in a C file. # # $File_Name The name of the offending file. # $Line_Number The line number of the message # #: aede-policy/validation/files/comments.cc:190 #, fuzzy msgid "$filename: $linenumber: C++ comment in a C file" msgstr "$filename: $linenumber: C++ comment in a C file" # # This error message is issued when a substitution function is formed # incorrectly. See (+++) below. # # $File_Name The filename containg the message # $Line_Number The line number of the message # #: libaegis/sub.cc:473 msgid "$filename: $linenumber: empty $${} substitution" msgstr "$filename: $linenumber: lege $${}-substitutie" # # This error message is issued when one or more substitution variables # are unused. All of them are reported, and then the substitution stops # with this error. # # $File_Name Name of file containing message # $Line_Number Line number of message # $Message The *msgstr* part of the offending message. # (optional) # $Number The number of unused substitution variables. # (Optional) # #: libaegis/sub.cc:1114 msgid "" "$filename: $linenumber: in substitution \"$message\" found unused variables" msgstr "" "$filename: $linenumber: in substitutie \"$message\" $number ongebruikte " "variabele${plural $number n} (stop)" # # This error message is issued when a substitution variable is not used # in a substitution. In indicates some kind of incompleteness in the # use of the substitution. # # $File_Name The filename containg the message # $Line_Number The line number of the message # $Message The *msgstr* part of the offending message. # (optional) # $Name The name of the unused substitution variable. # (optional) # #: libaegis/sub.cc:1088 msgid "" "$filename: $linenumber: in substitution \"$message\" variable \"$name\" " "unused" msgstr "" "$filename: $linenumber: in substitutie \"$message\" is variabele \"$name\" " "ongebruikt" # # This error message is issued when a substitution fails. (It is VERY # important that THIS substitution not fail, otherwise there will be an # infinite loop - it is caught, but does not yield a particularly # helpful message, nor will it impress the users.) # This +++ message works with the other messages marked "See (+++)". # # $File_Name The filename containg the message # $Line_Number The line number of the message # $Name The name of the offending substitution. # $Message What was wrong with it. # #: libaegis/sub.cc:504 libaegis/sub.cc:527 libaegis/sub.cc:557 msgid "$filename: $linenumber: substitution $${$name} failed: $message" msgstr "$filename: $linenumber: substitutie $${$name} fout: $message" # # This error message is issued when a substitution function is formed # incorrectly. See (+++) above. # # $File_Name The filename containg the message # $Line_Number The line number of the message # #: libaegis/sub.cc:898 msgid "$filename: $linenumber: unterminated $${} \\ sequence" msgstr "$filename: $linenumber: $${} \\ substitutie zonder einde" # # This error message is issued when a substitution function is formed # incorrectly. See (+++) above. # # $File_Name The filename containg the message # $Line_Number The line number of the message # #: libaegis/sub.cc:859 msgid "$filename: $linenumber: unterminated $${} quotes" msgstr "$filename: $linenumber: ontbrekende $${} aanhalingstekens" # # This error message is issued when a substitution function is formed # incorrectly. See (+++) above. # #: libaegis/sub.cc:826 msgid "$filename: $linenumber: unterminated $${} substitution" msgstr "$filename: $linenumber: $${} substitutie zonder einde" # # This error message is issued when a generic error in a text file is required. # # $File_Name The name of the file being read or parsed. # $Message The error message, formed previously. # #: aeimport/format/rcs/lex.cc:111 aeimport/format/sccs/lex.cc:67 #: libaegis/aer/pos.cc:123 libaegis/input/fatal_error.cc:31 #: libaegis/input/fatal_error.cc:43 libaegis/meta_lex.cc:694 #: libaegis/xmltextread.cc:151 libaegis/xmltextread.cc:210 #: libaegis/xmltextread.cc:263 msgid "$filename: $message" msgstr "$filename: $message" # # This error message is issued when the project configuration file specifies # architecture variants incompletely. # # $File_Name The name of the offending file # #: libaegis/change/pconf/get.cc:813 msgid "$filename: arch needs name and pattern" msgstr "$filename: architecturen moeten zowel de naam als een patroon opgeven" # # This error message is issued when a aede-policy's white-space # policy finds blank lines at the end of a file. # # $File_Name The name of the offending file. # $Number The number of blank lines (optional) # #: aede-policy/validation/files/white_space.cc:148 msgid "$filename: blank lines at end of file" msgstr "" "$filename: found $number blank line${plural $number s} at the end of the file" # # This error message is issued when aesvt is checking a file checksum, # and finds something incorrect. # # $File_Name The name of the offending file. # $Number1 The checksum in the history header. # $Number2 The checksum calculated when reading the data. # #: libaegis/input/verify_check.cc:72 msgid "$filename: checksum mismatch ($number1 != $number2)" msgstr "$filename: checksum mismatch ($number1 != $number2)" # # This error message is issued when an Aegis database file is missing a # field which should be present. # # $File_Name The name of the offending file, usually an # absolute path, but not always. # $FieLD_Name The name of the absent field. # #: libaegis/attrlistveri.cc:46 libaegis/attrlistveri.cc:61 #: libaegis/change/attributes/verify.cc:35 #: libaegis/change/attributes/verify.cc:46 #: libaegis/change/build/run_dev_com.cc:52 #: libaegis/change/build/run_int_com.cc:53 libaegis/change/cstate/get.cc:203 #: libaegis/change/cstate/get.cc:222 libaegis/change/cstate/get.cc:241 #: libaegis/change/diff/run_diff.cc:106 libaegis/change/diff/run_diff3.cc:93 #: libaegis/change/diff/run_merge.cc:93 libaegis/change/file/fstate.cc:164 #: libaegis/change/file/fstate.cc:181 libaegis/change/file/fstate.cc:198 #: libaegis/change/history/create_comma.cc:141 #: libaegis/change/history/get_command.cc:158 #: libaegis/change/history/put_command.cc:136 #: libaegis/change/history/query_comman.cc:73 libaegis/change/pconf/get.cc:62 #: libaegis/change/pconf/get.cc:157 libaegis/change/pconf/get.cc:174 #: libaegis/change/pconf/get.cc:189 libaegis/change/pconf/get.cc:204 #: libaegis/change/pconf/get.cc:219 libaegis/change/pconf/get.cc:251 #: libaegis/change/pconf/get.cc:266 msgid "$filename: contains no \"$field_name\" field" msgstr "$filename: bevat geen \"$field_name\"-veld" # # This error message is issued by aede-policy when a change file # contains tab characters. # # $File_Name The name of the offending file. # #: aede-policy/validation/files/no_tabs.cc:138 msgid "$filename: contains tab characters" msgstr "" "$filename: contains tab characters; to preserve the intended code " "formatting, use space characters instead" # # This error message is issued when an Aegis database file has an # illegal (impossible) value in a field. # # $File_Name The name of the offending file, usually an # absolute path, but not always. # $FieLD_Name The name of the absent field. # #: aegis/aeip.cc:1598 libaegis/change/cstate/get.cc:76 #: libaegis/change/cstate/get.cc:154 libaegis/change/cstate/get.cc:168 #: libaegis/change/cstate/get.cc:182 libaegis/change/file/metrics/get.cc:38 #: libaegis/change/file/metrics/get.cc:50 libaegis/change/pconf/get.cc:281 #: libaegis/change/test/batch.cc:274 libaegis/change/test/batch.cc:304 #: libaegis/change/test/batch.cc:329 libaegis/project.cc:255 #: libaegis/project/pstate/get.cc:65 msgid "$filename: corrupted \"$field_name\" field" msgstr "$filename: onleesbaar \"$field_name\"-veld" # TRANSLATION REQUIRED # # This error message is issued when aede-policy detects a file that does # not contain a vim mode line, when the vim-mode policy is being enforced. # # $File_Name The offending file. # #: aede-policy/validation/files/vim-mode.cc:100 #, fuzzy msgid "$filename: does not contain a vim mode line" msgstr "" "the \"$filename\" file does not contain a vim mode line of the form \"vim: " "set ... :\"" # # This error message is issued when aede-policy detects a file isung DOS # line termination when it must use UNIX line termination. # # $File_Name The offending file. # #: aede-policy/validation/files/crlf.cc:102 msgid "$filename: dos line termination" msgstr "" "the \"$filename\" file uses DOS line termination (CRLF) and it should use " "UNIX line termination (LF)" # # This warning is issued when an obsolete field is used. # # $Name1 The name of the obsolete field. # $Name2 The name of the preferred field. # #: libaegis/change/warning_obso.cc:36 msgid "$filename: field \"$name1\" obsolete, use \"$name2\" instead" msgstr "" "$filename: the \"$name1\" field is obsolete, use the \"$name2\" field instead" # # This fatal error message is issued when Aegis is checking a project's # ownership and finds something incorrect. # #: libaegis/project/owner/get.cc:93 msgid "$filename: gid $number1 invalid, must be >= $number2" msgstr "" "$filename: het groep ID ($number1) van dit bestand is te laag, het moet " "groter of gelijk zijn aan AEGIS_MIN_GID ($number2); dit is waarschijnlijk " "het gevolg van een fout bij het terugzetten van een backup. Gebruik \"chgrp " "-R $filename\" met een geschikte groepsnaam om dit op te lossen " "[rootrechten nodig]." # # This error message is issued when Aegis is checking a file's group, # and finds something incorrect. # # $File_Name The name of the offending file. # $Number1 The file's gid. # $Number2 What Aegis expected as the file's gid. # #: libaegis/os/become.cc:194 msgid "$filename: group is $number1, should be $number2" msgstr "$filename: groep ID is $number1, zou $number2 moeten zijn" # # This error message is issued when Aegis is checking a file, # and found 1 or more things incorrect. # # $File_Name The name of the offending file. # #: libaegis/os/become.cc:214 msgid "$filename: has been tampered with (fatal)" msgstr "$filename: is mee gesjoemeld (fataal)" # # This error message is issued when a file parse fails. Errors are # printed out as they are found, but frequently errors happen together, # so as many as possible are found before aborting. This # error is emitted when it aborts. # # $File_Name The name of the file being read or parsed. # $Number Number of fatal errors found. # (Optional) # #: libaegis/aer/lex.cc:174 libaegis/meta_lex.cc:107 #: libaegis/xmltextread.cc:112 libaegis/xmltextread.cc:200 msgid "$filename: has errors" msgstr "$filename: $number fatale fout${plural $number en} gevonden" # # This error message is issued when aede-policy detects a binary file, # and you have specified a policy whis disallows such files. # # $File_Name The offending file name. # #: aede-policy/validation/files/printable.cc:112 #: aede-policy/validation/files/printable.cc:130 #: aede-policy/validation/files/text.cc:92 msgid "$filename: is binary" msgstr "the \"$filename\" file contains binary bytes" # # This error message is issued when aede-policy detects unprintable # (non-ASCII) characters in a file, and you have specified a policy whis # disallows such files. # # $File_Name The offending file name. # $Number The line number (optional) # #: aede-policy/validation/files/printable.cc:142 msgid "$filename: is unprintable" msgstr "the \"$filename\" file contains unprintable characters (line $number)" # # This error message is issued by aesvt when the file header within a # history file is not in a legal RFC822 format. # # $File_Name The offending file name. # #: libaegis/rfc822.cc:485 msgid "$filename: malformed RFC 822 header line" msgstr "$filename: malformed RFC 822 header line" # # This error message is issued by aede-policy when it detects that text # file merge conflict artifacts remain in a source file. # # $File_Name The offending file name. # #: aede-policy/validation/files/merge-fhist.cc:85 #: aede-policy/validation/files/merge-rcs.cc:85 msgid "$filename: merge conflicts" msgstr "$filename: this file contains unresolved merge conflicts" # # This error message is issued when Aegis is checking a file's modes, # and finds something incorrect. # # $File_Name The name of the offending file. # $Number1 The file's mode. # $Number2 What Aegis expected as the file's mode. # #: libaegis/os/become.cc:136 msgid "$filename: mode is $number1, should be $number2" msgstr "$filename: rechten zijn $number1, zouden $number2 moeten zijn" # # This error message is issued by the aede-policy command when a file # does not contain and up-to-date copyright notice. # # $File_Name The name of the offending file. # $Suggest A suggested text for the missing notice (optional). # #: aede-policy/validation/authors.cc:139 #: aede-policy/validation/debian-copyr.cc:140 #: aede-policy/validation/files/copyright.cc:277 msgid "$filename: no current copyright notice" msgstr "" "$filename: the file does not contain an up-to-date copyright notice; a " "notice of the form \"$suggest\" would be suitable." # # This fatal error message is issued bu aede-policy when the fsf-address # policy check finds and out-of-date Free Software Foundation postal # address in the first few kB of a source file. # # $filename The name of the offending file # $suggest The correct FSF address (optional). # #: aede-policy/validation/files/fsf_address.cc:303 msgid "$filename: old FSF address" msgstr "" "$filename: the old FSF postal address is present in this file, you need to " "replace it with \"$suggest\" instead." # # This fatal error message is issued bu aede-policy when the gpl-version # policy check finds and out-of-date GNU GPL version number in the first # few kB of a source file. # # $filename The name of the offending file # $suggest The correct GPL version (optional). # #: aede-policy/validation/files/gpl-version.cc:314 msgid "$filename: old GPL version" msgstr "" "$filename: an old GPL version number is present in this file, you need to " "replace it with \"$suggest\" instead." # # This error message is issued when Aegis is checking a file's owner, # and finds something incorrect. # # $File_Name The name of the offending file. # $Number1 The file's uid. # $Number2 What Aegis expected as the file's uid. # #: libaegis/os/become.cc:156 libaegis/os/become.cc:178 #: libaegis/project/bind/keep.cc:58 msgid "$filename: owner is $number1, should be $number2" msgstr "$filename: eigenaar is $number1, zou $number2 moeten zijn" # # This error message is issued when a text file contains too many errors # and the parse has been aborted. # # $File_Name The name of the file being read or parsed. # #: aeimport/format/rcs/lex.cc:117 aeimport/format/sccs/lex.cc:73 #: libaegis/aer/lex.cc:789 libaegis/aer/lex.cc:809 libaegis/meta_lex.cc:700 msgid "$filename: too many errors" msgstr "$filename: te veel fatale fouten -- gestopt" # # This fatal error message is issued when Aegis is checking a project's # ownership and finds something incorrect. # #: libaegis/project/owner/get.cc:77 msgid "$filename: uid $number1 invalid, must be >= $number2" msgstr "" "$filename: het gebruikers ID ($number1) van dit bestand is te laag, het moet " "groter of gelijk zijn aan AEGIS_MIN_UID ($number2); dit is waarschijnlijk " "het gevolg van een fout bij het terugzetten van een backup. Gebruik \"chown " "-R $filename\" met een geschikte gebruikersnaam om dit op te " "lossen [rootrechten nodig]." # TRANSLATION REQUIRED # # This fatal error message is issued when a file is being checked by # aede-policy for the escape-hyphen policy, and it finds an unescaped # hyphen (minus) character. # #: aede-policy/validation/files/escapehyphen.cc:204 msgid "$filename: unescaped minus character" msgstr "$filename: unescaped minus character" # # This fatal error message is issued by the aesvt -checkin command if # the history file already contains a particular version. # # $File_Name the offending filename # $Number the offending version number # #: libaegis/simpverstool/checkin.cc:135 msgid "$filename: version $number already exists" msgstr "$filename: versie \"$number\" bestaat al" # # This error message is issued when aesvt -checkin finds an # inappropriate user-specified version number. # # $File_Name the history file name # $Number the offending version number # #: libaegis/simpverstool/checkin.cc:89 msgid "$filename: version $number invalid" msgstr "$filename: ongeldig versienummer \"$number\"" # # This error message is issued when aesvt -checkout cannot find a # version in the history files. # # $File_Name The name of the history file. # $Number the offending version number # #: libaegis/input/svt_checkout.cc:92 msgid "$filename: version $number not found" msgstr "$filename: versie \"$number\" is niet gevonden" # TRANSLATION REQUIRED # # This error message is issued when aede-policy soname discovers a # shared library file with an incorrect version (SONAME) header. # # $File_Name The name of the offending shared library file # $Number1 The calculated correct value. # $Number2 The present incorrect value. # #: aede-policy/validation/version-info.cc:335 #: aede-policy/validation/version-info.cc:349 #, fuzzy msgid "$filename: version should be $number1, not $number2" msgstr "$filename: version should be $number1, not $number2" # # This error message is issued when an aede-policy's white space # policy detects white space on the end of a line. # # $File_Name The name of the offending file (includes line number). # #: aede-policy/validation/files/white_space.cc:121 msgid "$filename: white space at end of line" msgstr "$filename: witruimte aan einde van regel" # # This error message is issued when a generic error in a function is required. # # $Function The name of the function being performed. # $Number The line number on which the error occurred. # $Message The error message, formed previously. # #: libaegis/aer/func/substitute.cc:199 msgid "$function: argument $number: $message" msgstr "$function: argument $number: $message" # # This error message is issued when the user requests to print a value # which is unprintable. It could be a structure or a list, etc. # # $Function The name of the function # $Number The argument number # #: libaegis/aer/func/gettime.cc:126 msgid "$function: argument $number: cannot convert string into a time" msgstr "$function: argument $number: kan de string niet omzetten in een tijd" # # This error message is issued when the sprintf function is # given an argument of the wrong type, when an integer was expected. # # $Function The name of the function being called. # $Name The type name of the offending argument. # $Number The number of the offending argument (starts at 1). # #: libaegis/aer/func/sprintf.cc:208 libaegis/aer/func/substitute.cc:173 #: libaegis/aer/func/substr.cc:111 libaegis/aer/func/substr.cc:133 #: libaegis/aer/func/wrap.cc:113 libaegis/aer/func/wrap.cc:273 msgid "$function: argument $number: integer value required (was given $name)" msgstr "$function: argument $number: integerwaarde is nodig (kreeg $name)" # # This error message is issued when sprintf is given a precision in a # format specifier which is too large. # # $Function The name of the function being called. # $Number The number of the offending argument. # $Value The value of the offending precision. # #: libaegis/aer/func/sprintf.cc:439 libaegis/aer/func/sprintf.cc:492 msgid "$function: argument $number: precision of $value is out of range" msgstr "$function: argument $number: precisie van $value valt buiten bereik" # # This error message is issued when the sprintf function is # given an argument of the wrong type, when a real was expected. # # $Function The name of the function being called. # $Name The type name of the offending argument. # $Number The number of the offending argument (starts at 1). # #: libaegis/aer/func/round.cc:89 libaegis/aer/func/round.cc:162 #: libaegis/aer/func/round.cc:235 libaegis/aer/func/round.cc:308 #: libaegis/aer/func/sprintf.cc:234 msgid "$function: argument $number: real value required (was given $name)" msgstr "$function: argument $number: reëele waarde is nodig (kreeg $name)" # # This error message is issued when a function is # given an argument of the wrong type. # # $Function The name of the function being called. # $Number The number of the offending argument (starts at 1). # $Name The type name of the offending argument. # #: aefind/function/stat.cc:84 aefind/function/stat.cc:168 #: aefind/function/stat.cc:253 aefind/function/stat.cc:338 #: aefind/function/stat.cc:423 aefind/function/stat.cc:508 #: aefind/function/stat.cc:593 aefind/function/stat.cc:678 #: aefind/function/stat.cc:763 aefind/function/stat.cc:848 #: libaegis/aer/func/capitalize.cc:90 libaegis/aer/func/dirname.cc:89 #: libaegis/aer/func/dirname.cc:168 libaegis/aer/func/downcase.cc:89 #: libaegis/aer/func/getenv.cc:93 libaegis/aer/func/gettime.cc:104 #: libaegis/aer/func/length.cc:88 libaegis/aer/func/mtime.cc:99 #: libaegis/aer/func/quote.cc:89 libaegis/aer/func/quote.cc:157 #: libaegis/aer/func/quote.cc:232 libaegis/aer/func/quote.cc:307 #: libaegis/aer/func/split.cc:89 libaegis/aer/func/split.cc:110 #: libaegis/aer/func/sprintf.cc:172 libaegis/aer/func/strftime.cc:91 #: libaegis/aer/func/substitute.cc:95 libaegis/aer/func/substitute.cc:120 #: libaegis/aer/func/substitute.cc:145 libaegis/aer/func/substr.cc:89 #: libaegis/aer/func/upcase.cc:89 libaegis/aer/func/wrap.cc:92 #: libaegis/aer/func/wrap.cc:252 msgid "$function: argument $number: string value required (was given $name)" msgstr "$function: argument $number: stringwaarde is nodig (kreeg $name)" # # This error message is issued when a function is not # given a time type as an argument. # # $Function The name of the function being called. # $Name The type name of the offending argument. # $Number The number of the offending argument (starts at 1). # #: libaegis/aer/func/now.cc:213 libaegis/aer/func/now.cc:232 #: libaegis/aer/func/strftime.cc:115 msgid "$function: argument $number: time value required (was given $name)" msgstr "$function: argument $number: tijdwaarde is nodig (kreeg $name)" # # This error message is issued when the user requests to print a value # which is unprintable. It could be a structure or a list, etc. # # $Function The name of the function # $Number The argument number # $Name The type name of the offending argument. # #: libaegis/aer/func/print.cc:148 libaegis/aer/func/title.cc:94 #: libaegis/aer/func/title.cc:120 msgid "$function: argument $number: unable to print $name value" msgstr "$function: argument $number: kan waarde $name niet afdrukken" # # This error message is issued when sprintf is given a print width in a # format specifier which is too wide. # # $Function The name of the function being called. # $Number The number of the offending argument. # $Value The value of the offending width. # #: libaegis/aer/func/sprintf.cc:338 libaegis/aer/func/sprintf.cc:392 #: libaegis/aer/func/wrap.cc:130 libaegis/aer/func/wrap.cc:291 msgid "$function: argument $number: width $value out of range" msgstr "$function: argument $number: breedte $value valt buiten bereik" # # This error message is issued when a function result is too large for # an internal buffer. # # $Function The name of the function being called. # #: libaegis/aer/func/strftime.cc:130 msgid "$function: result too long" msgstr "$function: resultaat is te lang" # # This error message is issued when a function is called with # too few arguments. # # $Function The name of the function being called. # #: libaegis/aer/func/sprintf.cc:147 msgid "$function: too few arguments" msgstr "$function: te weinig argumenten" # # This error message is issued when a function is given too many arguments. # # $Function The name of the function being called. # $Number1 The number of arguments given to the function call. # $Number2 The number of arguments used by the format. # #: libaegis/aer/func/print.cc:110 libaegis/aer/func/sprintf.cc:699 msgid "$function: too many arguments ($number1 given, only $number2 used)" msgstr "" "$function: te veel argumenten (kreeg $number1, slechts $number2 gebruikt)" # # This error message is issued when sprintf is given an unknown format # specifier. # # $Function The name of the function being called. # $Name The offending format character. # #: libaegis/aer/func/sprintf.cc:541 msgid "$function: unknown format specifier '$name'" msgstr "$function: onbekende formateringscode '$name'" # # This is a generic "echo me" format string. # # $Message The message to be issued. # #: aefind/cmdline.y:205 aegis/aede.cc:468 aegis/aenf.cc:649 aegis/aent.cc:557 #: libaegis/aer/value/error.cc:99 libaegis/aer/value/error.cc:101 #: libaegis/change/error.cc:56 libaegis/change/fatal.cc:56 #: libaegis/change/verbose.cc:56 libaegis/change/warning.cc:64 #: libaegis/os/execute_retc.cc:214 libaegis/undo/item/message.cc:40 msgid "$message" msgstr "$message" # # This error message is issued when a command line option requires a # small positive integer as its argument, and has been given a negative # number or zero. # # $Name The name of the offending option. # $Number The value given to the option. # #: aegis/aet.cc:558 aegis/aet.cc:606 msgid "$name $number must be pos" msgstr "optie $name vereist een klein positief argument (kreeg $number)" # # This error message is issued when a command line option requires a # non-negative integer as its argument, and has been given a negative # number. # # $Name The name of the offending option. # $Number The value given to the option. # #: aegis/aet.cc:580 msgid "$name $number must not be neg" msgstr "optie $name vereist een niet-negatief argument (kreeg $number)" # # This error message is issued when aena is asked to add an # administrator to a project, but the user is already an administrator. # # $Name The offending user name. # #: aegis/aena.cc:125 msgid "$name already administrator" msgstr "gebruiker \"$name\" is al een administrator" # # This error message is issued when aena is asked to add a # developer to a project, but the user is already an developer. # # $Name The offending user name. # #: aegis/aend.cc:125 msgid "$name already developer" msgstr "gebruiker \"$name\" is al een ontwikkelaar" # # This error message is issued when aena is asked to add an # integrator to a project, but the user is already an integrator. # # $Name The offending user name. # #: aegis/aeni.cc:125 msgid "$name already integrator" msgstr "gebruiker \"$name\" is al een integrator" # # This error message is issued when aena is asked to add a # reviewer to a project, but the user is already an reviewer. # # $Name The offending user name. # #: aegis/aenrv.cc:125 msgid "$name already reviewer" msgstr "gebruiker \"$name\" is al een reviewer" # # This fatal error message is issued when a lock is not available. # #: libaegis/lock.cc:808 libaegis/lock.cc:822 msgid "$name lock not available" msgstr "vergrendeling $name is niet beschikbaar" # # This error message is issued when an option which should be followed # by a directory name, is not followed by any. # # $Name The name of the offending option. # #: libaegis/help.cc:409 msgid "$name needs dir" msgstr "optie $name moet worden gevolgd worden door een mappad" # # This error message is issued when an option which should be followed # by one file name, is not followed by any. # # $Name The name of the offending option. # #: libaegis/help.cc:397 msgid "$name needs file" msgstr "optie $name moet worden gevolgd door een bestandsnaam" # # This error message is issued when an option which should be followed # by one or more file names, is not followed by any. # # $Name The name of the offending option. # #: libaegis/help.cc:421 msgid "$name needs files" msgstr "optie $name moet worden gevolgd door één of meer bestandsnamen" # # This error message is issued when an option which should be followed # by a name is not. # # $Name The name of the offending option. # #: libaegis/help.cc:385 msgid "$name needs name" msgstr "optie $name moet worden gevolgd door een naam" # # This error message is issued when an option which should be followed # by a number is not. # # $Name The name of the offending option. # #: libaegis/help.cc:361 msgid "$name needs number" msgstr "optie $name moet worden gevolgd door een nummer" # # This error message is issued when an option which should be followed # by a string is not. # # $Name The name of the offending option. # #: libaegis/help.cc:373 msgid "$name needs string" msgstr "optie $name moet worden gevolgd door een string" # # This format string is used to glue together the last two items in the # architecture names list. # # $Name1 a quoted architecture name # $Name2 a quoted architecture name # #: libaegis/change/outstanding.cc:58 msgid "$name1 and $name2" msgstr "$name1 en $name2" # # This error message is issued when an option which needs to be # accompanied by another option, but that option is not present. # # $Name1 The name of the offending option. # $Name2 The name of the offending option. # #: aegis/aecp.cc:864 msgid "$name1 needs $name2" msgstr "optie $name1 moet vergezeld gaan van optie $name2" # # This format string is used to glue together two items in the # architecture names list. Not used for the last two. # # $Name1 a quoted architecture name # $Name2 a quoted architecture name # #: libaegis/change/outstanding.cc:60 msgid "$name1, $name2" msgstr "$name1, $name2" # # This error message is issued when an aechown command attempts to # change the ownership of a change to a user who is not a developer. # # $Target The login name of the non-developer. # #: aegis/aechown.cc:189 msgid "$target not developer" msgstr "gebruiker \"$target\" is geen ontwikkelaar" # # This error message is issued a power returns an error. # The error will be EDOM or ERANGE. # # $Value1 The value of the left operand. # $Value2 The value of the right operand. # #: libaegis/aer/expr/power.cc:141 msgid "$value1 ** $value2: $errno" msgstr "$value1 ** $value2: $errno" # # This warning message is issued when the -TRace option is used on a # version of Aegis compiled without the DEBUG define in common/main.h # turned on. # #: aefind/cmdline.y:1138 libaegis/help.cc:245 msgid "-TRace needs DEBUG" msgstr "" "Waarschuwing: de optie -TRace werkt alleen als Aegis is gecompileerd met " "'define DEBUG' in het common/main.h include-bestand." # # This error message is issued when Aegis is misconfigured. # # $Number1 the current AEGIS_USER_GID setting # $Number2 the current AEGIS_MIN_GID setting # #: libaegis/gonzo.cc:99 msgid "AEGIS_USER_GID ($number1) vs AEGIS_MIN_GID ($number2) misconfigured" msgstr "" "Dit programma is niet goed afgesteld. Het AEGIS_USER_GID (momenteel " "gedefinieerd als $number1) moet lager zijn dan AEGIS_MIN_GID (momenteel " "gedefinieerd als $number2). Het is belangrijk dat het AEGIS_USER_GID geen " "eigenaar kan zijn van projecten. Dit is een onoverkomelijke fout." # # This error message is issued when Aegis is misconfigured. # # $Number1 the current AEGIS_USER_UID setting # $Number2 the current AEGIS_MIN_UID setting # #: libaegis/gonzo.cc:84 msgid "AEGIS_USER_UID ($number1) vs AEGIS_MIN_UID ($number2) misconfigured" msgstr "" "Dit programma is niet goed afgesteld. Het AEGIS_USER_UID (momenteel " "gedefinieerd als $number1) moet lager zijn dan AEGIS_MIN_UID (momenteel " "gedefinieerd als $number2). Het is belangrijk dat het AEGIS_USER_UID geen " "eigenaar kan zijn van projecten. Dit is een onoverkomelijke fout." # # This text is used to describe change 1 of a new release. # # $Name The name of the old project. # #: aegis/aenrls.cc:753 msgid "New release derived from $name." msgstr "Nieuwe uitgave afgeleid van $name." # # This text is used when a project name is inserted at the top of a file # or listing. Usually in the C locale, so avoid non-ascii characters if # at all possible. # # $Name The name of a project. # #: aegis/aenc.cc:385 msgid "Project $name" msgstr "Project \"$name\"" # # This text is used when a project name and change number are inserted # at the top of a file or listing. Usually in the C locale, so avoid # non-ascii characters if at all possible. # # $Name The name of a project. # $Number The number of a change. # #: aegis/aeca.cc:717 msgid "Project $name, Change $number" msgstr "Project \"$name\", Wijziging $number" # # This text is used when a project name, change number and file name are # inserted at the top of a file or listing. Usually in the C locale, # so avoid non-ascii characters if at all possible. # # $Name The name of a project. # $Number The number of a change. # $File_Name The name of the file. # #: aegis/aefa.cc:906 msgid "Project $name, Change $number, File $filename" msgstr "Project \"$name\", Wijziging $number, Bestand \"$filename\"" # # This error message is issued when the ${read_file} substitution is # called incorrectly. See (+++) above. # #: libaegis/sub/read_file.cc:62 msgid "absolute path required" msgstr "absoluut pad is nodig" # # This verbose message is issued when aeipass is updating the modification # times of all the files in the integration directory. # #: aegis/aeip.cc:2148 msgid "adjust file modification times" msgstr "aanpassen van laatste wijzigingstijden" # # This error message is issued when a project administrator attempts to # use aedbu on a change which has files. The expected used of aedbu by # an administrator is to undo a forced aedb; thus if the change has been # worked on at all, this is probably not a good idea. # #: aegis/aedbu.cc:219 msgid "aedbu, has files" msgstr "" "Aan deze wijziging zijn bestanden gekoppeld; gebruik dit commando alleen op " "wijzigingen zonder gekoppelde bestanden" # TRANSLATION REQUIRED # # This fatal error is issued when the aedn command is used to attach a # delta name (label) to a change that is not in the "completed" state. # #: aegis/aedn.cc:166 #, fuzzy msgid "aedn bad state" msgstr "" "this change is in the \"$state\" state; it must be in the \"completed\" " "state to be used with the aedn command" # # This error message is issued when the aegis -new-project command is # given the -keep option without the -directory option. It doesn't know # what to keep. # #: aegis/aenpr.cc:539 msgid "aenpr -keep needs -dir" msgstr "" "bij aegis -New-PRoject heeft optie '-Keep' ook de optie '-DIRectory' nodig" # # This fatal error message is issued if it appears that there is a # reference loop of project aliases. # #: libaegis/project/bind/existing.cc:153 msgid "alias loop detected" msgstr "aliaslus gedetecteerd" # # This error messages is issued when a user attempts to create a new # test, and all the test numbers appear to have been consumed. This error # message should be impossible. # #: aegis/aent.cc:483 msgid "all test numbers used" msgstr "Het lijkt er op dat alle testnummers op zijn" # # This error message is issued when an unknown substitution is # referenced. See (+++) above. # #: libaegis/sub.cc:517 msgid "ambiguous substitution name" msgstr "geen eenduidige substitutienaam" # # This progress message is issued when an 'aegis -diff -anticipate' # command completes successfully. # #: aegis/aed.cc:510 msgid "anticipated merge complete" msgstr "voorspelde samenvoeging is gereed" # # This information message is issued when Aegis appends the log to an # existing log file. # # $File_Name The name of the log file. # #: libaegis/log.cc:283 msgid "appending log to $filename" msgstr "toevoegen van log aan \"$filename\"" # # This progress message is issued when aeib copies the source files form # the development directory into the integration directory. # #: aegis/aeib.cc:1200 msgid "apply change to integration directory" msgstr "toepassen van de wijziging in de integratiemap" # # This fatal error message is issued when Aegis determines that the # architecture it is currently running on is forbidden by the (5) # architecture field of the project configuration file. # # $Name The offending architecture name. # #: libaegis/change/architecture/check.cc:65 #: libaegis/change/architecture/name.cc:81 msgid "architecture \"$name\" forbidden" msgstr "architectuur \"$name\" is verboden" # # This error message is issued when Aegis is unable to determine which # architecture it is currently running on. This means that the # architecture does not match any of the architecture patterns specified # in the project configuration file. # # $Name The offending architecture name. # #: libaegis/change/architecture/name.cc:97 msgid "architecture \"$name\" unknown" msgstr "architectuur \"$name\" is onbekend" # # This error message is issued when an architecture appears in the list # of architectures the change must apply to, but that architecture name # is not present in the project's architecture list in the project # configuration file. # # $Name The name of the offending architecture. # #: libaegis/change/architecture/check.cc:80 msgid "architecture \"$name\" unlisted" msgstr "" "architectuur \"$name\" komt voor in de wijzigingsarrtibuten, maar wordt niet " "genoemd in het project \"aegis.conf\" bestand" # # This fatal error message is issued when a file ches size while the # archive is being constructed. # # $File_Name The name of the offending file. # #: libaegis/output/cpio_child.cc:84 libaegis/output/tar_child.cc:96 msgid "archive member $filename changed size" msgstr "" "archiefbestand $filename veranderde van grootte tijdens verwerking; het " "resultaat is niet betrouwbaar" # # This message is issued when an inappropriate -- is attempted. # # $Name The type name of the offending operand. # #: libaegis/aer/expr/incr.cc:178 libaegis/aer/expr/incr.cc:331 msgid "arithmetic type required for decrement (was given $name)" msgstr "voor aftrekken is een rekenkundig type nodig (kreeg $name)" # # This message is issued when an inappropriate ++ is attempted. # # $Name The type name of the offending operand. # #: libaegis/aer/expr/incr.cc:100 libaegis/aer/expr/incr.cc:256 msgid "arithmetic type required for increment (was given $name)" msgstr "voor optellen is een rekenkundig type nodig (kreeg $name)" # # This fatal error message is issued when a user-supplied string can't # be interpreted as an attribute name. # # $Name The offending attribute name. # #: aelock/lock.cc:92 msgid "attribute $name unknown" msgstr "attribuutnaam \"$name\" is onbekend" # # This message is issued when an aeca is successfully completed. # #: aegis/aeca.cc:467 aegis/aeca.cc:1003 msgid "attributes changed" msgstr "attributen zijn gewijzigd" # # This error message is issued when an aenc command or aeca command # fails, to inform the user where s/he may find the text of failed # attributes file. # # $File_Name The absolute path of the file containing the # offending attributes text file. # #: aegis/aefa.cc:684 libaegis/change/attributes/edit.cc:50 #: libaegis/project/pattr/edit.cc:51 msgid "attributes in $filename" msgstr "attributentekst staat in het bestand \"$filename\"" # # This error message is issued when the change is not in a suitable state # to search within for files. # #: aefind/cmdline.y:435 msgid "bad aefind state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om de mapboom af te lopen" # # This fatal error message sis issued when the aels command is used on # a change which is in the `aewaiting development' state. # #: aels/main.cc:255 msgid "bad aels state" msgstr "" "this change is in the '$state' state, it must be in the 'being developed' " "state to list file information" # # This error message is issued when a project alias is given to aenpa # which contains unprintable characters or spaces, or looks like a # branch specifier. # # $Name The offending project alias. # #: aegis/aenpa.cc:153 msgid "bad alias $name" msgstr "projectalias \"$name\" is ongeldig" # # This error message is issued when an attempt is made to difference # against a change which is in an inappropriate state. # #: aegis/aed.cc:174 msgid "bad anticipate diff" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "reviewed', 'awaiting integration' of 'being integrated' hebben om vooruit te " "kunnen lopen" # # This error message is issued when a user requests a build of a branch # which is in the 'being developed' state. # #: aegis/aeb.cc:252 msgid "bad branch build" msgstr "" "deze tak kan niet direct gecompileerd worden met de status '$state'; hij " "moet de status 'being integrated' hebben om dit te doen" # # This error message is issued when an attempt is made to copy files # directly into a branch. You must use a change on the branch for # that. # #: aegis/aecp.cc:983 aegis/aemv.cc:454 msgid "bad branch cp" msgstr "" "bestanden kunnen niet direct in een tak gekopieerd worden; maak een " "wijziging aan om dit te doen" # # This error message is issued when an aed command is used on a branch # which is not in the 'being integrated' state. # #: aegis/aed.cc:158 aegis/aed.cc:807 msgid "bad branch diff" msgstr "" "deze tak heeft de status '$state'; hij moet de status 'being integrated' " "hebben om te vergelijken" # # This error message is issued when a user requests a build of a branch # which is in the 'being developed' state. # #: aegis/aet.cc:708 msgid "bad branch test" msgstr "" "deze tak kan niet direct getest worden met status '$state', hij moet de " "status 'being integrated' hebben om dit te doen" # # This error message is issued when a user requests a build of a change # from the wrong state. # #: aegis/aeb.cc:247 msgid "bad build state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' of 'being integrated' hebben om te compileren" # # This error message is issued when a partial integration is requested # for a change in the 'being integrated' state. # #: aegis/aeb.cc:273 msgid "bad build, partial" msgstr "gedeeltelijke compilatie is niet mogelijk met de status \"$state\"" # # This error message is issued when a developer who is not an administrator # attempts to grant an architecture exemption to a change. # #: aegis/aeca.cc:928 aegis/aenc.cc:521 msgid "bad ca, no arch exempt" msgstr "alleen de projectadministrator mag architectuuruitzonderingen toestaan" # # This error message is issued when a user who is not an administrator # attempts to grant a test exemption to a change. # #: aegis/aeca.cc:867 aegis/aenc.cc:508 msgid "bad ca, no test exempt" msgstr "alleen de projectadministrator mag wijzigingen zonder testen toestaan" # # This error message is issued when a user without sufficient # authorization attempts to modify a change's attributes. # #: aegis/aeca.cc:193 aegis/aeca.cc:381 msgid "bad ca, not auth" msgstr "" "gebruiker \"$user\" mag de wijzigings-attributen niet veranderen; attributen " "mogen alleen gewijzigd worden door de projectadministrator, of door de " "ontwikkelaar tijdens ontwikkelen" # # This error message is issued when a user attempts to set change # attributes to include an architecture not named in the project # configuration file. # #: aegis/aeca.cc:913 aegis/aenc.cc:538 msgid "bad ca, unknown architecture" msgstr "" "architectuur bevat variaties niet genoemd in het project \"aegis.conf\" " "bestand" # # This error message is issued when a user attempts to set a change's # UUID when the change already has a UUID. # #: aegis/aeca.cc:390 msgid "bad ca, uuid already set" msgstr "the UUID of this change has already been set" # # This error message is issued when a user attempts to set a change's # UUID and the given UUID has already be used by another change. # # $Other The version of change using the specified UUID. # Optional. # #: aegis/aeca.cc:405 aegis/aenf.cc:493 aegis/aenf.cc:954 aegis/aent.cc:336 #: aegis/aent.cc:657 msgid "bad ca, uuid duplicate" msgstr "the UUID specified is already is use by $other" # # This error message is issued when an aecd is requested for a change # which does not have a directory. # #: aegis/aecd.cc:152 aemakegen/target.cc:79 msgid "bad cd, no dir" msgstr "" "Deze wijziging heeft de status '$state'; er is geen map om naar toe te gaan" # # This error message is issued when an attempt is made to change the # owner of a change, when that change is not in the 'being developed' # state. # #: aegis/aechown.cc:198 msgid "bad chown state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om van eigenaar te veranderen" # # This error message is issued when an attempt is made to clean a change # which is not in the 'being developed' state. # #: aegis/aeclean.cc:424 msgid "bad clean state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om opgeruimd te worden" # # This error message is issued when an attempt is made to copy files # into a change which is not in the 'being developed' state. # #: aegis/aecp.cc:975 msgid "bad cp state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om er bestanden in te wijzigen" # # This error message is issued when an aecpu command is used # on a file which is not suitable. (also used by aed -ant) # # $File_Name The name of the offending file. # #: aegis/aecpu.cc:434 aegis/aed.cc:329 aegis/aed.cc:362 aegis/aemtu.cc:421 msgid "bad cp undo $filename" msgstr "" "bestand \"$filename\" was niet toegevoegd aan deze wijziging met het " "commando 'aegis -CoPy_file'" # # This error message is issued when an aecpu command is used directly on # a branch. Branches may only be altered via a change. # #: aegis/aecpu.cc:252 aegis/aemtu.cc:245 aegis/aemvu.cc:234 aegis/aermu.cc:262 msgid "bad cp undo branch" msgstr "" "Bestanden kunnen niet direct in een tak gekopieerd worden; maak een " "wijziging aan om dit te doen" # # This error message is issued when the aecpu command is used on a change # which is not in the 'being developed' state. # #: aegis/aecpu.cc:250 aegis/aemtu.cc:243 aegis/aemvu.cc:232 msgid "bad cp undo state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om er een bestand uit te verwijderen" # # This error message is issued when a file which is already in the # change is copied into it again. This is an error unless the # -OverWriting option is specified. # # $File_Name The name of the offending file. # #: aegis/aecp.cc:1279 msgid "bad cp, file $filename dup" msgstr "" "bestand \"$filename\" is al in deze wijziging, het wordt niet overschreven; " "gebruik de optie -OverWriting om te overschrijven" # # This error message is issued when an attempt is made to begin # development on a change which is not in the 'awaiting development' # state. # #: aegis/aedb.cc:239 msgid "bad db state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'awaiting " "development' hebben om het ontwikkelen te beginnen" # # This error message is issued when aedbu is asked to operate on # a change which is not in the 'being developed' state. # #: aegis/aedbu.cc:199 aegis/aenbru.cc:233 msgid "bad dbu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om het beginnen met ontwikkelen ongedaan te maken" # # This error message is issued when aede is invokes on a change which is # not in the 'being developed' state. # #: aede-policy/policy.cc:131 aegis/aede.cc:197 msgid "bad de state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om het ontwikkelen te beëindigen" # # This error message is issued when aedeu is invoked for a change which # is not in the 'being reviewed' or 'awaiting integration' state. # #: aegis/aedeu.cc:206 aegis/aedeu.cc:222 msgid "bad deu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being reviewed' " "of 'awaiting development' hebben om het einde ontwikkelen ongedaan te maken" # # This error message is issued when an aed command used on a change # which is not in the 'being developed' state. # #: aegis/aed.cc:160 msgid "bad diff state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om te vergelijken" # # This error message is issued when a user without sufficient # authorization attempts to modify a change file's attributes. # #: aegis/aefa.cc:654 aegis/aefa.cc:1121 aegis/aefa.cc:1147 msgid "bad fa, not auth" msgstr "" "user \"$user\" may not modify the change's attributes; attributes may only " "be modified by the developer during development" # # This error message is issued when an aeib command is used on a change # which is not in the 'awaiting integration' state. # #: aegis/aeib.cc:904 msgid "bad ib state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'awaiting " "integration' hebben om voor beginnen integratie" # # This error message is issued when aeibu is used on a change which is # not in the 'being integrated' state. # #: aegis/aeibu.cc:173 msgid "bad ibu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "integrated' hebben om beginnen integratie ongedaan te maken" # # This error message is issued when an aed command used on a change # which is not in the 'being developed' or 'being integrated' state. # #: aegis/aed.cc:814 msgid "bad idiff state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' of 'being integrated' hebben om te vergelijken" # # This error message is issued when aeifail is invoked for a change which # is not in the 'being integrated' state. # #: aegis/aeif.cc:132 msgid "bad if state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "integrated' hebben om integratie af te keuren" # # This error message is issued when an aeipass command is invoked on a # change which is not in the 'being integrated' state. # #: aegis/aeip.cc:486 msgid "bad ip state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "integrated' hebben om integratie goed te keuren" # # This error message is issued when aeipass finds a file which has not been # built. # # $Outstanding A list of outstanding architectures to be built, # or empty if all are outstanding. (Optional) # #: aegis/aeip.cc:1286 msgid "bad ip, build required" msgstr "" "Deze wijziging moet compleet gecompileerd worden met 'aegis -Build' " "$outstanding voordat de integratie goedgekeurd kan worden" # # This error message is issued when aeipass finds a file which has not been # tested against the baseline. # # $Outstanding A list of outstanding architectures to be tested, # or empty if all are outstanding. (Optional) # #: aegis/aeip.cc:1318 msgid "bad ip, test -bl required" msgstr "" "Deze wijziging moet positief getest worden met 'aegis -Test -BaseLine' " "$outstanding voordat de integratie goedgekeurd kan worden" # # This error message is issued when aeipass finds a file which has not been # regression tested. # # $Outstanding A list of outstanding architectures to be tested, # or empty if all are outstanding. (Optional) # #: aegis/aeip.cc:1338 msgid "bad ip, test -reg required" msgstr "" "Deze wijziging moet regressief getest worden met 'aegis -Test -REGression' " "$outstanding voordat de integratie goedgekeurd kan worden" # # This error message is issued when aede finds a file which has not been # tested. # # $Outstanding A list of outstanding architectures to be tested, # or empty if all are outstanding. (Optional) # #: aegis/aeip.cc:1302 msgid "bad ip, test required" msgstr "" "Deze wijziging moet positief getest worden met 'aegis -Test' $outstanding " "voordat de integratie goedgekeurd kan worden" # # This error message is issued when aemv is asked to operate on a change # which is not in the 'being developed' state. # #: aegis/aemv.cc:452 msgid "bad mv state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om bestanden er in te hernoemen" # # This error message is issued when an aemvu command is used # on a file which is not suitable. # # $File_Name The name of the offending file. # #: aegis/aemvu.cc:404 msgid "bad mv undo $filename" msgstr "" "bestand \"$filename\" was niet toegevoegd aan deze wijziging met 'aegis -" "MoVe_file'" # # This error message is issued when aencu is requested of a change which # is not in the 'awaiting development' state. # #: aegis/aencu.cc:183 msgid "bad ncu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'awaiting " "development' hebben om deze nieuwe wijziging ongedaan te maken" # # This error message is issued when aenf is invoked on a branch in the # 'being developed' state. You must use a change on the branch for # that. # #: aegis/aemt.cc:292 aegis/aenf.cc:476 aegis/aent.cc:317 aegis/aerm.cc:319 msgid "bad nf branch" msgstr "" "Bestanden kunnen niet direct in een tak toegevoegd worden; maak een " "wijziging aan om dit te doen" # # This error message is issued when aenf is invoked on a change which is # not in the 'being developed' state. # #: aegis/aenf.cc:474 msgid "bad nf state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om nieuwe bestanden toe te voegen" # # This error message is issued when an aenfu command is used # on a file which is not suitable. # # $File_Name The name of the offending file. # #: aegis/aenfu.cc:434 msgid "bad nf undo $filename" msgstr "" "bestand \"$filename\" was niet toegevoegd aan deze wijziging met 'aegis -" "New_File'" # # This error message is issued when aenfu is invoked on a branch in the # 'being developed' state. You must use a change on the branch for # that. # #: aegis/aenfu.cc:260 aegis/aentu.cc:225 msgid "bad nfu branch" msgstr "" "Bestanden kunnen niet direct uit een tak verwijderd worden; maak een " "wijziging aan om dit te doen" # # This error message is issued when aenfu is invoked on a change which is # not in the 'being developed' state. # #: aegis/aenfu.cc:258 msgid "bad nfu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om er nieuwe bestanden aan toe te voegen" # # This error message is issued when aenrls is asked to operate on a # project which is already in the branch format, dating from aegis.3.0 # onwards. The New_ReLeaSe command is only used to convert the old # branch-less style to the new branch style. # #: aegis/aenrls.cc:347 msgid "bad nrls, too modern" msgstr "" "het commando `aegis -New_ReLeaSe' kan alleen gebruikt worden voor projecten " "gemaakt met aegis.2.3 of eerder; dit project is nieuwer; gebruik hiervoor " "het commando `aegis -New_BRanch'" # # This error message is issued when aent is invoked fro a change which # is not in the 'being developed' state. # #: aegis/aent.cc:315 msgid "bad nt state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om een nieuwe test aan te maken" # # This error message is issued when an aentu command is used # on a file which is not suitable. # # $File_Name The name of the offending file. # #: aegis/aentu.cc:413 msgid "bad nt undo $filename" msgstr "" "bestand \"$filename\" was niet toegevoegd aan deze wijziging met 'aegis -" "New_Test'" # # This error message is issued when aentu is invoked for a change which # is not in the 'being developed' state. # #: aegis/aentu.cc:223 msgid "bad ntu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om nieuwe testen te verwijderen" # # This error message is issued when aepa is given a default development # directory which is not an absolute path. # #: libaegis/project/pattr/set.cc:211 msgid "bad pa, rel def dev dir" msgstr "de standaardontwikkelmap moet worden opgegeven als een absoluut pad" # # This fatal error message is issued when a change is not in a suitable # state from which to make a distribution change set. # #: aediff/diff.cc:66 aepatch/send.cc:308 aerevml/send.cc:227 msgid "bad patch send state" msgstr "" "this change is in the $state state; it must be in a later state to be sent" # # This error message is issued when an illegal filename pattern is specified. # # $File_Name The offending file name pattern. # #: libaegis/change/file/template.cc:57 libaegis/change/file/whiteout.cc:81 msgid "bad pattern $filename" msgstr "ongeldig bestandsnaampatroon \"$filename\"" # # This error message is issued when a project name is given to aenpr # which contains unprintable characters or spaces. # # $Name The offending project name. # #: libaegis/help/badprojname.cc:31 msgid "bad project $name" msgstr "ongeldige projectnaam \"$name\"" # # This error message is issued when aerb is invoked for a change which is # not in the 'awaiting review' state. # #: aegis/aerb.cc:199 msgid "bad rb state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'awaiting " "review' hebben om deze wijziging te kunnen reviewen" # # This error message is issued when aerbu is invoked for a change which is # not in the 'being reviewed' state. # #: aegis/aerbu.cc:198 msgid "bad rbu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being reviewed' " "hebben om deze wijziging goed te keuren" # # This error message is issued when a request is made to fail a review # of a change, but that change is not in the 'being reviewed' state. # #: aegis/aerf.cc:112 msgid "bad rf state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being reviewed' " "hebben om deze wijziging af te keuren" # # This error message is issued when aerm is invoked for a change which # is not in the 'being developed' state. # #: aegis/aerm.cc:317 msgid "bad rm state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om er een bestand uit te verwijderen" # # This error message is issued when an aermu command is used # on a file which is not suitable. # # $File_Name The name of the offending file. # #: aegis/aermu.cc:446 msgid "bad rm undo $filename" msgstr "" "bestand \"$filename\" was niet toegevoegd aan deze wijziging met 'aegis -" "ReMove_file'" # # This error message is issued when aermu is invoked for a change which # is not in the 'being developed' state. # #: aegis/aermu.cc:260 msgid "bad rmu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' hebben om verwijderen bestanden ongedaan te maken" # # This error message is issued when aerpass is invoked for a change which is # not in the 'being reviewed' state. # #: aegis/aerp.cc:110 msgid "bad rp state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being reviewed' " "hebben om deze wijziging goed te keuren" # # This error message is issued when aerpu is invoked for a change which is # not in the 'awaiting integration' state. # #: aegis/aerpu.cc:196 msgid "bad rpu state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'awaiting " "integration' hebben om wijziging goedkeuren ongedaan te maken" # # This fatal error message is issued when there would be no files in # the distributed change set. # #: aedist/send.cc:1344 aepatch/send.cc:570 aerevml/send.cc:884 #: aetar/send.cc:492 msgid "bad send no files" msgstr "er zijn geen bestanden om te distribueren" # # This fatal error message is issued when a change is not in a suitable # state from which to make a distribution change set. # #: aedist/send.cc:760 libaegis/change/identifi_sub/get_historia.cc:58 msgid "bad send state" msgstr "" "Deze wijziging heeft de status $state; hij moet een latere status hebben om " "verzonden te worden" # # This error message is issued when a user requests a test of a change # from the wrong state. # #: aegis/aet.cc:747 msgid "bad test state" msgstr "" "Deze wijziging heeft de status '$state'; hij moet de status 'being " "developed' of 'being integrated' hebben om testen te doen" # # This error message is issued when a version string is given to aenpr # which can't be broken into "ispunct" separated number. # # $Number The offending version number. # #: aegis/aenpr.cc:439 aegis/aenrls.cc:459 aeimport/import.cc:262 #: libaegis/project.cc:879 msgid "bad version $number" msgstr "ongeldig versienummer \"$number\"" # # This error message is issued when aede finds a file which has been # modified in the baseline since it was last differenced. # # $File_Name The name of the offending file. # #: aegis/aede.cc:691 aegis/aede.cc:811 msgid "baseline $filename changed" msgstr "" "bestand \"$filename\" in de baseline is gewijzigd sinds de laatste " "vergelijking met 'aegis -DIFFerence'; het bestand moet samengevoegd worden" # # This error message is issued when aede finds a file which has been # modified in a branch's parent baseline. It will be necessary to # create a new change in the branch, and do a cross branch merge with # the grand parent. # # $File_Name The name of the offending file. # #: aegis/aede.cc:682 msgid "baseline $filename changed, merge in new change" msgstr "" "Bestand \"$filename\" in stam van deze tak is gewijzigd sinds het " "wasaangepast in deze tak. Om dit probleem op te lossen, moet er een " "wijziging aangemaakt worden in deze tak, kopieer het bestand daarin (aecp " "$filename) en kombineer het met zijn 'grootvader' (aed -merge -grandparent " "$filename). Zodra deze wijziging is geintregeerd in deze tak, is het bestand " "up-to-date met de stam van deze tak. Zie het hoofdstuk over vertakken " "(branching) in de Aegis gebruikers handleiding voor meer informatie" # # This fatal error message is issued when a lock is not available. # #: libaegis/project.cc:585 msgid "baseline read lock not available" msgstr "leesvergrendeling van baseline is niet beschikbaar" # # This fatal error message is issued when a lock is not available. # #: libaegis/project.cc:624 msgid "baseline write lock not available" msgstr "schrijfvergrendeling van baseline is niet beschikbaar" # # This error message is issued before running batch_test_command if # progress messages were requested # # $Current Number of the first test in batch # $Last Number of the last test in batch # $Total Total number of tests # $REMaining Estimated number of seconds remaining. # #: libaegis/change/test/batch.cc:218 msgid "batch test from $current to $last of $total" msgstr "batch test from $current to $last of $total, ETA $remaining" # # This error message is issued when the bevel size specified is negative, # or too big. # #: aerect/main.cc:98 msgid "bevel size $number out of range" msgstr "randgrootte $number valt buiten bereik; het moet tussen 0 en 10 liggen" # # This message is issued when an inappropriate e?e:e is attempted. # # $Name The type name of the offending operand. # #: libaegis/aer/expr/logical.cc:307 msgid "boolean value required for arithmetic if (was given $name)" msgstr "booleaanse waarde is nodig voor rekenkundige \"if\" (kreeg $name)" # # This error message is issued when a ternary "if" expression (e1 ? e2 : # e3) expression is not given a boolean expression as for first argument (e1). # # $name The name of the type of e1. # #: aefind/tree/logical.cc:461 aefind/tree/logical.cc:530 msgid "boolean value required for if (was given $name)" msgstr "booleaanse waarde is nodig voor '?:'-expressie (kreeg $name)" # # This message is issued when an inappropriate && is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/logical.cc:79 aefind/tree/logical.cc:101 #: libaegis/aer/expr/logical.cc:71 libaegis/aer/expr/logical.cc:99 msgid "boolean value required for logical and (was given $name)" msgstr "booleaanse waarde is nodig voor logische \"and\" (kreeg $name)" # # This message is issued when an inappropriate || is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/logical.cc:203 aefind/tree/logical.cc:225 #: libaegis/aer/expr/logical.cc:150 libaegis/aer/expr/logical.cc:178 msgid "boolean value required for logical or (was given $name)" msgstr "booleaanse waarde is nodig voor logische \"or\" (kreeg $name)" # # This error message is issued when the control expression for an "if" # statement does not evaluate to a boolean. # # $Name The type name of the offending operand. # #: libaegis/aer/stmt/if.cc:86 msgid "boolean value required in if statement (not $name)" msgstr "booleaanse waarde is nodig voor \"if\" statement (kreeg $name)" # # This error message is issued when an absurd branch number is given. # This is different to an unknown but valid branch number. # # $Number The offending branch number. # #: libaegis/arglex/change.cc:224 msgid "branch $number out of range" msgstr "" "taknummer $number valt buiten bereik; het moet een klein positief getal zijn" # # This error message is issued when aenbr is given an explicit branch # number, but that number has already been used as branch number or as # a change number. # # $Number The offending branch number. # #: aegis/aenbr.cc:247 msgid "branch $number used" msgstr "" "taknummer $number is al in gebruik; kies een ander nummer of geef geen " "nummer op om er automagisch een toegwezen te krijgen" # # This error message is issued when aenc or aenbr are issued against a # project branch which is no longer in the `being developed' state. # #: aegis/aeclone.cc:196 aegis/aenbr.cc:212 aegis/aenc.cc:335 msgid "branch completed" msgstr "" "wijzigingen en takken kunnen alleen aangemaakt worden op actieve takken; " "deze tak heeft niet de status 'being developed'" # # This error messages is issued when aede-policy finds a change set in # which the brief description is empty, or has not been changed from the # default. # #: aede-policy/validation/description.cc:66 msgid "brief_description not set" msgstr "the brief description has been not set" # # This error message is issued when aede finds a file which has not been # built. # # $Outstanding A list of outstanding architectures to be built, # or empty if all are outstanding. (Optional) # #: aegis/aede.cc:1053 msgid "build required" msgstr "" "Deze wijziging moet eerst gecompileerd worden met 'aegis -Build' " "$outstanding voordat het ontwikkelen beëindigd kan worden" # # This fatal error message is issued when aeipass detects that the # build (or some other command between aeib and aeipass) has modified # a source file. This often occurs when a source files becomes a # generated file. # # $File_Name The name of the offending file. # #: aegis/aeip.cc:1106 msgid "build trashed $filename" msgstr "" "De compilatie heeft het bestand \"$filename\" gewijzigd Dit kan gebeuren als " "een source bestand later gegenereed wordt Om dit op te lossen moet in een " "aparte wijziging be 'build configuration' aangepast worden zodat dit niet " "gebeurd, of verwijder het bestand (\"aerm $filename\"), of verwijder dit " "bestand (\"aerm $filename\") en voeg het opnieuw toe met \"aenf -build " "$filename\" in een volgende wijziging." # # This error message is issued when copying a file to stdout fails. # Exactly which file (the source or stdout) is at fault is not # immediately available, because Aegis could have one this in a child # process. # # $File_Name The name of the source file. # #: libaegis/file.cc:94 msgid "cat $filename: $errno" msgstr "cat \"$filename\": $errno" # # This information message is issued when Aegis is about to execute a # command, to tell the user where the command is to be executed. # #: libaegis/os/execute_retc.cc:63 msgid "cd $filename" msgstr "cd $filename" # # This is the format of change messages (error, fatal and verbose). # Some changes are actually branches. # # $Message The message to be issued. # #: libaegis/arglex/change.cc:186 libaegis/change/error.cc:62 #: libaegis/change/fatal.cc:62 libaegis/change/verbose.cc:63 #: libaegis/change/warning.cc:71 msgid "change $change: $message" msgstr "wijziging $change: $message" # # This fatal error is issued when the --delta-from-change option is used # with a change which has not yet been completed. # # $Number The offending change's number. # #: aeannotate/annotate.cc:158 libaegis/project/change2delta.cc:43 msgid "change $number not completed" msgstr "" "wijziging $number heeft niet de status \"$state\"; het moet de status " "\"completed\" hebben om gebruikt te kunnen worden met de optie --delta-from-" "change" # # This error message is issued when an absurd change number is given. # This is different to an unknown but valid change number. # # $Number The offending change number. # #: aefind/cmdline.y:1187 aegis/aecp.cc:702 aegis/aed.cc:626 #: libaegis/arglex/change.cc:226 libaegis/arglex/change.cc:414 msgid "change $number out of range" msgstr "" "wijzigingsnummer $number valt buiten bereik; het moet een klein positief " "getal zijn" # # This error message is issued when aenbr is given an explicit change # number, but that number has already been used as change number or as # a change number. # # $Number The offending change number. # #: aegis/aenc.cc:414 msgid "change $number used" msgstr "" "wijziging nummer $number is al in gebruik; kies een ander nummer, of geef " "geen nummer op om er automagisch een toegewezen te krijgen" # # This message is issued when aedist --receive cancells a change because # the change is alreday present in the repository. No action required. # #: aedist/receive.cc:840 aedist/receive.cc:2544 aepatch/receive.cc:1234 msgid "change already present" msgstr "" "Deze wijziging is afgebroken omdat de wijziging al in de repository aanwezig " "is." # # This message is issued when an aecd command is successfully completed. # # $File_Name The absolute path of the directory changed to. # #: aegis/aecd.cc:203 msgid "change directory $filename complete" msgstr "$filename is huidige map" # # This error message is issued when a chdir fails. # # $File_Name The name of the directory to chdir to. # #: libaegis/os/chdir.cc:37 msgid "chdir $filename: $errno" msgstr "chdir \"$filename\": $errno" # # This error message is issued when a chgrp fails. # # $File_Name The name of the file to be changed. # $Argument The GID the file is to be set. # #: libaegis/os/mkdir.cc:65 msgid "chgrp(\"$filename\", $arg): $errno" msgstr "chgrp(\"$filename\", $arg): $errno" # # This error message is issued when a chmod fails. # # $File_Name The name of the file to be changed. # $Argument The mode desired. # #: libaegis/os/chmod/chmod.cc:51 libaegis/os/mkdir.cc:82 msgid "chmod(\"$filename\", $arg): $errno" msgstr "chmod(\"$filename\", $arg): $errno" # # This message is issued when an aechown command completes successfully. # # $ORiginal The login name of the original owner. (Optional) # $Target The login name of the new owner. (Optional) # #: aegis/aechown.cc:422 msgid "chown complete" msgstr "" "eigendom is gewijzigd van gebruiker \"$original\" naar gebruiker \"$target\"" # # This message is issued when an aeclean command completes successfully. # #: aegis/aeclean.cc:772 msgid "clean complete" msgstr "klaar met opruimen" # # This message is issued when an aeclone command completes successfully. # # $ORiginal The login the original change. (Optional) # #: aegis/aeclone.cc:830 msgid "clone complete" msgstr "kopie van wijziging $original is gereed" # # This error message is issued when a file close fails # # $File_Name The name of the offending file. # #: libaegis/input/file.cc:49 libaegis/output/file.cc:50 msgid "close $filename: $errno" msgstr "sluiten van \"$filename\": $errno" # # This error message is issued when a file compare fails with a system # error. (Alike or unalike are normal returns, this is an exception.) # Exactly which file is at fault is not immediately available, because # Aegis could have one this in a child process. # # $File_Name1 The name of the source file. # $File_Name2 The name of the destination file. # #: libaegis/file.cc:155 msgid "cmp $filename1 $filename2: $errno" msgstr "cmp \"$filename1\" \"$filename2\": $errno" # # This error message is issued when a color component is not in the # range 0..255. # #: aerect/main.cc:124 msgid "color component $number out of range" msgstr "" "kleurcomponent $number valt buiten bereik; het moet tussen 0 en 255 liggen" # # This error message is issued when a child process stops with a # non-zero exit status. # # $Command The offending command. # $Number The exit status of the child. # #: libaegis/os/execute.cc:78 msgid "command \"$command\" exit status $number" msgstr "commando \"$command\" heeft afsluitwaarde $number" # # This error message is issued when a child process stops. # Since Aegis didn't ask it to, this is treated as a fatal error. # # $Command The offending command. # #: libaegis/os/waitpid_st.cc:63 msgid "command \"$command\" stopped" msgstr "commando \"$command\" is gestopt" # # This error message is issued when a child process terminates due to an # uncaught signal. # # $Command The offending command. # $Signal The name of the terminating signal. # #: libaegis/os/waitpid_st.cc:79 msgid "command \"$command\" terminated by $signal" msgstr "commando \"$command\" is afgebroken door $signal" # # This error message is issued when a child process stops due to an # uncaught signal, and also dumps core. # # $Command The offending command. # $Signal The name of the terminating signal. # #: libaegis/os/waitpid_st.cc:85 msgid "command \"$command\" terminated by $signal (core dumped)" msgstr "commando \"$command\" is afgebroken door $signal (core gedumpt)" # # This error message is issued when the command line is too short. # #: libaegis/help.cc:293 msgid "command line too short" msgstr "opdrachtregel is te kort" # # This fatal error message is issued when an unrecognised compression # algorithm name is given on the command line (aedist, aepatch, etc). # # $name The offending compression algorithm name. # #: libaegis/compres_algo.cc:63 msgid "compression algorithm \"$name\" unknown" msgstr "compression algorithm \"$name\" unknown" # # This message is inserted into the top of the project configuration file # automatically created by aeimport. # #: aeimport/config_file.cc:95 msgid "configuration file hint" msgstr "" "This file will need to be customized for this project. See aepconf(5) for a " "description of the fields in this file. See $datadir/config.example/rcs for " "more information about the history commands. See $datadir/config.example/" "make for examples of how to configure your build tool.\tYou may want to " "browse some other files in the same directory for more hints." # # This fatal error message is issued when aedist or aepatch don't # recognize a content transfer encoding name. # # $Name The offending encoding name. # #: aedist/open.cc:120 aepatch/slurp.cc:222 libaegis/output/conten_encod.cc:68 #: test_cpio/main.cc:111 msgid "content transfer encoding $name unknown" msgstr "Content-Transfer-Encoding \"$name\" is onbekend" # # This progress message is issued for aecp file when aecp completes # successfully. # #: aegis/aecp.cc:490 aegis/aecp.cc:1821 msgid "copied $filename" msgstr "bestand \"$filename\" is gekopieerd" # # This progress message is issued when aenrls creates a copy of the # baseline in the new project. # #: aegis/aenrls.cc:849 msgid "copy baseline" msgstr "kopiëren van baseline" # # This progress message is issued when aeib creates a copy of # the baseline to construct the integration directory. # #: aegis/aeib.cc:1188 msgid "copy baseline to integration directory" msgstr "kopiëren van baseline naar integratiemap" # # This progress message is issued when copying the change source files # during an aechown command. # #: aegis/aechown.cc:316 aegis/aeclone.cc:366 msgid "copy change source files" msgstr "kopiëren van codewijziging" # # This success message is issued when aecp has finished copying files # into a change. # # $Number The number of files copied. # (Optional) # #: aegis/aecp.cc:1865 msgid "copy file complete" msgstr "$number ${plural $number bestanden bestand} gekopieerd" # # This progress message is issued when the aecpu command completes # successfully. It details files which have been removed from the # change. Please note: this is NOT the same as files added to the # change by aerm, which are to be removed BY the change. # # $File_Name Name of the file removed from the change. # #: aegis/aecpu.cc:628 msgid "copy file undo $filename complete" msgstr "bestand \"$filename\" niet meer in wijziging" # # This progress message is issued by aeimport when it starts to copy the # history fierls from the old repository into the project history tree. # #: aeimport/import.cc:508 msgid "copy history files" msgstr "" "Copying history files from external repository into project history tree..." # # This error message is issued when a file copy fails. Exactly which # file is at fault is not immediately available, because Aegis could # have one this in a child process. # # $File_Name1 The name of the source file. # $File_Name2 The name of the destination file. # #: libaegis/file.cc:79 msgid "cp $filename1 $filename2: $errno" msgstr "cp \"$filename1\" \"$filename2\": $errno" # # This error message is issued when a file create fails # # $File_Name The name of the offending file. # #: libaegis/file/from_string.cc:45 msgid "create $filename: $errno" msgstr "aanmaken van \"$filename\": $errno" # # This progress message is issued when Aegis creates the symbolic links # from the development directory which point to the baseline. # #: libaegis/change/build/symlinks.cc:1061 msgid "creating symbolic links to baseline" msgstr "" "merging files from all baselines into working directory according to " "directory style" # # This error message is issued when an aeib command is given, but there # is already an integration in progress. Only one integration may be # performed at a time. # # $Number The change number of the current integration. # #: aegis/aeib.cc:931 msgid "currently integrating $number" msgstr "" "wijziging $number wordt al geintegreerd; slechts één wijziging kan per keer " "geïntegreerd worden" # # This fatal error message is issued when a user-supplied string can't # be interpreted as a date (time_t). # # $Name The offending string. # #: aegis/aecp.cc:673 libaegis/help/date_unknown.cc:31 msgid "date $name unknown" msgstr "de string \"$name\" ziet er niet uit als een datum" # # This warning message is issued when aecp -delta-date is given a time # which is in the future. Unlike times in the past, the answer could # change at a later date. This is Damon Poole's "time safe" property. # #: aegis/aecp.cc:1007 libaegis/change/identifi_sub/set_change.cc:104 msgid "date in the future" msgstr "" "Waarschuwing: de opgegeven deltadatum is in de toekomst; dit commando kan in " "de toekomst andere resultaten geven dan de huidige resultaten" # # This error message is issued when an attempt is made to reuse an # existing delta name, without the -OverWriting option. # # $Name The offending delta name. # $Number The delta number the user wants to associate # with the delta name. (Optional) # $Other The delta number already associated with the # delta name. # #: aegis/aedn.cc:184 msgid "delta $name in use" msgstr "" "deltanaam \"$name\" is al toegekend aan delta $other; gebruik de v -" "OverWriting om deze naam aan delta $number toe te kennen " # # This error message is issued when an absurd delta number is given. # This is different to an unknown but valid delta number. # # $Number The offending delta number. # #: aegis/aecp.cc:649 libaegis/change/identifi_sub/cmd_lin_par.cc:83 msgid "delta $number out of range" msgstr "" "deltanummer $number valt buiten bereik; het moet een klein positief getal " "zijn" # # This progress message is issued when aedn completes successfully. # # $Name The name of the delta. (Optional) # $Number The number of the delta. (Optional) # #: aegis/aedn.cc:268 msgid "delta name complete" msgstr "delta $number kan nu delta \"$name\" genoemd worden" # # This error messages is issued when aede-policy finds a change set in # which the brief description is empty, or has not been changed from the # default. # #: aede-policy/validation/description.cc:87 msgid "description not set" msgstr "the description field has not been set" # # This progress message is issued when aedb completes successfully. # #: aegis/aedb.cc:395 msgid "develop begin complete" msgstr "gebruiker \"$user\" is begonnen met ontwikkelen" # # This progress message is issued when aedbu completes successfully. # #: aegis/aedbu.cc:330 msgid "develop begin undo complete" msgstr "begin ontwikkelen ongedaan gemaakt" # # This error message is issued when all of the other errors in aede have # been found. Because they are often grouped, as many errors as # possible are found before aede aborts. # #: aegis/aede.cc:1155 msgid "develop end fail" msgstr "" "$number fout${plural $number en} gevonden; deze wijziging blijft de status " "'$state' houden " # # This progress message is issued when aedeu completes successfully. # #: aegis/aedeu.cc:339 msgid "develop end undo complete" msgstr "ontwikkelen is hervat" # # This error message is issued when a developer attempts to integrate her # own change, and the project is configured to disallow this. # #: aegis/aeib.cc:911 msgid "developer may not integrate" msgstr "de ontwikkelaar mag zijn eigen wijziging niet integreren" # # This error message is issued when a developer attempts to review her # own change, and the project is configured to disallow this. # #: aegis/aerb.cc:208 aegis/aerbu.cc:214 aegis/aerf.cc:135 aegis/aerp.cc:134 msgid "developer may not review" msgstr "de ontwikkelaar mag zijn eigen wijziging niet keuren" # # This message is issued when development builds are completed. # #: aegis/aeb.cc:546 msgid "development build complete" msgstr "ontwikkelcompilatie is voltooid ${date %H:%M}" # # This message is issued when development builds are commenced. # #: aegis/aeb.cc:535 msgid "development build started" msgstr "ontwikkelcompilatie is gestart ${date %H:%M}" # # This progress message is issued when aede completes successfully. # #: aegis/aede.cc:1295 msgid "development completed" msgstr "ontwikkelen is gereed" # # This information message is issued when an Aegis command automatically # generates a development directory, to inform the user of the action # taken. # # $File_Name The absolute path of the generated development # directory. # #: aegis/aechown.cc:289 aegis/aeclone.cc:319 aegis/aedb.cc:274 #: libaegis/project/new_branch.cc:124 msgid "development directory \"$filename\"" msgstr "ontwikkelmap is \"$filename\"" # # This error message is issued when an aed command found errors in the # specified list of files. # # $Number The number of errors found. # (Optional) # #: aegis/aed.cc:377 aegis/aed.cc:1018 msgid "diff fail" msgstr "" "$number fout${plural $number en} gevonden; bestand{plural $number en} zijn " "niet vergeleken" # # This error message is issued when aede finds a file which has not been # differenced. Can occur in both the 'being developed' and 'being # integrated' states. # #: aegis/aede.cc:558 aegis/aeip.cc:714 msgid "diff required" msgstr "" "deze wijzigng moet vergeleken worden met 'aegis -Diff' voordat het de status " "'$state' kan verlaten" # # This progress message is issued when the aed command completes successfully. # #: aegis/aed.cc:1984 msgid "difference complete" msgstr "klaar met vergelijken " # # This error message is issued when an option which must be a relative # directory is specified as an absolute directory. # #: aegis/aecd.cc:122 msgid "dir must be rel" msgstr "map moet relatief zijn (niet beginnen met '/')" # # This error message is issued when a directory has been named on the # command line, and it has been examined for files. While a file or files # were found, none of them are suitable. # # $File_Name The name of the offending directory # $Number The number of files found in the directory # (Optional) # #: aegis/aecp.cc:1077 aegis/aecp.cc:1221 aegis/aecpu.cc:373 aegis/aemt.cc:398 #: aegis/aemtu.cc:358 aegis/aemvu.cc:335 aegis/aenf.cc:603 aegis/aenfu.cc:367 #: aegis/aentu.cc:340 aegis/aerm.cc:430 aegis/aermu.cc:375 aegis/aet.cc:872 #: aegis/aet.cc:1739 msgid "directory $filename contains no relevant files" msgstr "" "map \"$filename\" bevat mogelijk $number ${plural $number 'geschikte " "bestanden' 'geschikt bestand'}, maar ${plural $number 'die zijn geen van " "allen' 'dit is niet'} een geschikt argument voor dit commando" # # This progress message is issued when aeipass is deleting the # development directory and the old baseline directory. # #: aegis/aeip.cc:2286 msgid "discard old directories" msgstr "verwijderen van oude mappen" # # This error message is issued when a division by zero is attempted. # #: aefind/tree/arithmetic.cc:220 libaegis/aer/expr/mul.cc:172 msgid "division by zero" msgstr "deling door nul" # # This error message is issued when the obsolete -major or -minor # options are used with the new modern better improved preferred -version # option. # #: aegis/aenpr.cc:369 aegis/aenrls.cc:322 msgid "don't mix old and new version options" msgstr "de opties -MAJor en -MINOr zijn incompatibel met de optie -VERSion" # # This error message is issued when an option is used more than one on # the command line. # # $Name The name of the offending option. # #: libaegis/change/develop_direct/set.cc:61 #: libaegis/change/integra_direct/set.cc:56 libaegis/change/top_path/set.cc:66 #: libaegis/help.cc:342 libaegis/project/home_path/set.cc:53 msgid "duplicate $name option" msgstr "meerdere opties $name; u kunt er slechts één opgeven" # # This error message is issued when the aerpass command detects that a # user has already reviewed this change once since the last develop end. # (This can occur when the review_policy_command is being used.) # #: aegis/aerp.cc:125 msgid "duplicate review" msgstr "you may not review the same change twice" # # This error message is issued when an unterminated comment is seen. # Comments may not span input files. # #: libaegis/aer/lex.cc:660 libaegis/meta_lex.cc:642 msgid "end-of-file within comment" msgstr "einde van bestand binnen een commentaar-sectie" # # This error message is issued when an unterminated string is detected. # Strings may not span input files. # #: libaegis/aer/lex.cc:393 libaegis/meta_lex.cc:325 msgid "end-of-file within string" msgstr "einde van bestand middenin een string" # # This error message is issued when an unterminated string is detected. # Strings may not span multiple input lines. # #: libaegis/aer/lex.cc:398 libaegis/meta_lex.cc:330 msgid "end-of-line within string" msgstr "einde van regel middenin een string" # # This error message is issued when an environment variable has not been # set, it it needs to be. # # $Name The name of the offending environment variable. # #: libaegis/user/editor.cc:41 msgid "environment variable $name not set" msgstr "omgevingsvariabele \"$name\" is niet gezet" # # This fatal error message is issued when the execution of a command # fails. The filename may, or may not, be absolute. # # $File_Name The name of the offending file. # #: aeget/get/command.cc:44 libaegis/os/execute_retc.cc:227 #: libaegis/output/pager.cc:126 msgid "exec \"$filename\": $errno" msgstr "uitvoeren van \"$filename\": $errno" # # This error message is issued when aet completes unsuccessfully. # # $Number The number of tests which failed. # #: aegis/aet.cc:350 aegis/aet.cc:352 msgid "failed $number tests" msgstr "$number fout${plural $number en} geconstateerd" # # This error message is issued when a fatal error occurs while Aegis is # attempting to recover from an earlier fatal error. # #: libaegis/undo.cc:232 msgid "fatal error during fatal error recovery" msgstr "" "Een fatale fout is opgetreden tijdens een poging om van een eerdere fatale " "fout te herstellen. Er kan Aegis-data onbruikbaar zijn geraakt. Val op uw " "knieën en bid tot St. Miller of raadpleeg direct een Aegis-goeroe." # # This error message is issued when Aegis fails to get file descriptor flags. # This message is so rare as to usually indicate a bug. # # $File_Name The name of the offending file. # #: libaegis/lock.cc:598 libaegis/lock.cc:1218 msgid "fcntl(\"$filename\", F_GETFD): $errno" msgstr "fcntl(\"$filename\", F_GETFD): $errno" # # This error message is issued when Aegis fails to get a lock status # This message is so rare as to usually indicate a bug. # # $File_Name The name of the offending file. # $Argument The argument to the fcntl call. # #: libaegis/lock.cc:1033 msgid "fcntl(\"$filename\", F_GETLK, $arg): $errno" msgstr "fcntl(\"$filename\", F_GETLK, $arg): $errno" # # This error message is issued when Aegis fails to set file descriptor flags. # This message is so rare as to usually indicate a bug. # # $File_Name The name of the offending file. # $Argument The argument to the fcntl call. # #: libaegis/lock.cc:613 libaegis/lock.cc:1233 msgid "fcntl(\"$filename\", F_SETFD, $arg): $errno" msgstr "fcntl(\"$filename\", F_SETFD, $arg): $errno" # # This error message is issued when Aegis fails to set a lock. # This message is so rare as to usually indicate a bug. # # $File_Name The name of the offending file. # $Argument The argument to the fcntl call. # #: libaegis/lock.cc:696 msgid "fcntl(\"$filename\", F_SETLK, $arg): $errno" msgstr "fcntl(\"$filename\", F_SETLK, $arg): $errno" # # This error message is issued when Aegis fails to set a lock. # This message is so rare as to usually indicate a bug. # # $File_Name The name of the offending file. # $Argument The argument to the fcntl call. # #: libaegis/lock.cc:664 libaegis/lock.cc:726 libaegis/lock.cc:756 #: libaegis/lock.cc:784 libaegis/lock.cc:867 libaegis/lock.cc:890 #: libaegis/lock.cc:914 libaegis/lock.cc:985 msgid "fcntl(\"$filename\", F_SETLKW, $arg): $errno" msgstr "fcntl(\"$filename\", F_SETLKW, $arg): $errno" # # This warning message is issued when aet has been asked to suggest a # number of tests, and there are too few candidate tests. # # $Number1 The number of tests available. # $Number2 The number of tests requested by the user. # #: aegis/aet.cc:151 msgid "few candidate tests" msgstr "" "Waarschuwing: er zijn maar $number1 geschikte testen, maar u vroeg om " "$number2 testen te suggereren; alle number1 testen worden gebruikt" # # This error message is issued when a field in an Aegis data file or # configuration file is defined more than once. # # $Name The name of the offending field. # #: libaegis/introspector/structure.cc:83 libaegis/meta_context/sem.cc:373 msgid "field \"$name\" redefined" msgstr "veld \"$name\" is opnieuw gedefineerd" # # This error message is issued when a change file name is not acceptable # to the filename pattern filters. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # #: libaegis/change/file/name_check.cc:769 msgid "file \"$filename\" bombs filters" msgstr "" "bestandsnaam \"$filename\" is niet acceptabel voor de " "bestandsnaampartoonfilters (zie het 'config'-bestand)" # # This error message is issued when aeclean discovers that a change # source file does not exist. # # $File_Name The name of the offending file. # #: aegis/aeclean.cc:567 msgid "file \"$filename\" does not exist" msgstr "" "bestand \"$filename\" bestaat niet, maar dit bestand hoort bij deze wijziging" # # This error message is issued when a change file # name is the same as the log file. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # #: libaegis/change/file/name_check.cc:695 msgid "file \"$filename\" is log file" msgstr "bestandsnaam \"$filename\" is hetzelfde als logbestandsnaam" # # This error message is issued when aede finds a file which has been # locked. The user should try again later, after the file has been # integrated. # # $File_Name The name of the offending file. # $Number The change number of the change which locked the file. # #: aegis/aede.cc:710 aegis/aede.cc:831 aegis/aede.cc:864 msgid "file \"$filename\" locked for change $number" msgstr "" "bestand \"$filename\" is in gebruik door wijziging $number; probeer het " "later nog eens" # # This error message is issued when a component of a change file name is # not acceptable to the filename pattern filters. Must be modifiable by # (***) above. # # $File_Name The name of the offending file. # $PArt The directory part in question. # #: libaegis/change/file/name_check.cc:777 msgid "file \"$filename\" part \"$part\" bombs filters" msgstr "" "in bestandsnaam \"$filename\" is padelement \"$part\" niet acceptabel voor " "de bestandsnaampatroonfilters (zie het 'config'-bestand)" # # This error message is issued when a component of a change file name # contains illegal characters. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $PArt The directory part in question. # #: libaegis/change/file/name_check.cc:730 msgid "file \"$filename\" part \"$part\" contains illegal characters" msgstr "" "in bestandsnaam \"$filename\" bevat padelement \"$part\" bevat niet-" "toegestane tekens" # # This error message is issued when a component of a change file name # contains shell special characters. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $PArt The directory part in question. # #: libaegis/change/file/name_check.cc:757 msgid "file \"$filename\" part \"$part\" contains shell special characters" msgstr "" "in bestandsnaam \"$filename\" bevat padelement \"$part\" speciale shell-" "tekens" # # This error message is issued when a component of a change file # name is the same as the log file. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $PArt The directory part in question. # #: libaegis/change/file/name_check.cc:703 msgid "file \"$filename\" part \"$part\" is log file" msgstr "" "in bestandsnaam \"$filename\" is padelement \"$part\" hetzelfde als de " "logbestandsnaam" # # This error message is issued when a component of a change file name # is not suitable for DOS. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $PArt The directory part in question. # $SUGgest Suggested alternative. # #: libaegis/change/file/name_check.cc:615 msgid "file \"$filename\" part \"$part\" not suitable for DOS" msgstr "" "in bestandsnaam \"$filename\" is padelement \"$part\" niet geschikt voor " "DOS; suggestie: \"$suggest\"" # # This error message is issued when a component of a change file name # is not suitable for Windows. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $PArt The directory part in question. # #: libaegis/change/file/name_check.cc:642 msgid "file \"$filename\" part \"$part\" not suitable for Windows" msgstr "" "in bestandsnaam \"$filename\" is padelement \"$part\" niet geschikt voor " "Windows" # # This error message is issued when a directory component of a change file # name is too long. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $PArt The directory part in question. # $Number How many characters too long, how many to remove. # (Optional) # $SUGgest Suggested abbreviated filename (optional). # #: libaegis/change/file/name_check.cc:679 msgid "" "file \"$filename\" part \"$part\" too long, suggest \"$suggest\" instead" msgstr "" "in bestandsnaam \"$filename\" is padelement \"$part\" te lang ($number " "tekens); suggestie: \"$suggest\" " # # This error message is issued when the last component of a change file # name is too long. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $Number How many characters too long, how many to remove. # (Optional) # $SUGgest Suggested abbreviated filename (optional). # #: libaegis/change/file/name_check.cc:670 msgid "file \"$filename\" too long, suggest \"$suggest\" instead" msgstr "" "bestandsnaam \"$filename\" is te lang ($number tekenss); suggestie: " "\"$suggest\" " # # This fatal error message is issued when aenf or aent detects a directory # name conflict with a proposed new file name. # # $File_Name The name of the offending file. # $File_Name2 The name of the conflicting file. (Optional) # #: aegis/aemv.cc:188 aegis/aemv.cc:206 aegis/aenf.cc:703 aegis/aenf.cc:719 #: aegis/aent.cc:521 aegis/aent.cc:540 msgid "file $filename directory name conflict" msgstr "" "bestandsnaam \"$filename\" is niet toegestaan; het zou resulteren in een " "mapnaamconflict met het bestand \"$filename2\"" # # This error message is issued when a command attempts to add a new file # to a change, but the file is already part of the change. # # $File_Name The name of the offending file. # #: aegis/aemt.cc:437 aegis/aemv.cc:114 aegis/aemv.cc:221 aegis/aenf.cc:742 #: aegis/aent.cc:433 aegis/aerm.cc:518 msgid "file $filename dup" msgstr "bestand \"$filename\" zit al in deze wijziging" # # This error message is issued when a change file name # contains illegal characters. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # #: libaegis/change/file/name_check.cc:570 #: libaegis/change/file/name_check.cc:586 #: libaegis/change/file/name_check.cc:721 msgid "file name \"$filename\" contains illegal characters" msgstr "bestandnaam \"$filename\" bevat niet-toegestane tekens" # # This error message is issued when a change file name # contains illegal characters. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # #: libaegis/change/file/name_check.cc:748 msgid "file name \"$filename\" contains shell special characters" msgstr "bestandsnaam \"$filename\" bevat speciale shell-tekens" # # This error message is issued when a change file name # is not suitable for DOS. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # $SUGgest Suggested alternative file name. # #: libaegis/change/file/name_check.cc:606 msgid "file name \"$filename\" not suitable for DOS" msgstr "" "bestandsnaam \"$filename\" is niet geschikt voor DOS; suggestie: \"$suggest" "\" " # # This error message is issued when a change file name # is not suitable for Windows. Must be modifiable by (***) above. # # $File_Name The name of the offending file. # #: libaegis/change/file/name_check.cc:632 msgid "file name \"$filename\" not suitable for Windows" msgstr "bestandsnaam \"$filename\" is niet geschikt voor Windows " # # This error message is issued when a file qualifier in a substitution # is an unknown name. See (+++) above. # #: libaegis/sub/change/files.cc:105 msgid "file qualifier unknown" msgstr "file qualifier unknown" # # This error message is issued when an unknown file type name is given # to the -type command line option. # # $name The offending type name. # #: aefind/shorthand/stat.cc:289 msgid "file type $name unknown" msgstr "bestands type \"$name\" onbekend" # # This error message is a summary issued when one or more change # files are modified by the history tool (history_put_command or # history_create_commands) during aeipass. # # $Number The number of files modified. # (Optional) # #: libaegis/change/history/trash.cc:114 msgid "files modified by history tool" msgstr "" "De history tool wijzigde $number ${plural $number bestanden bestand}. De " "source ${plural $number bestanden bestand} in de repository now no longer " "${plural $number match matches} the object ${plural $number files file} in " "the repository. The history tool has compromised the referential integrity " "of the repository." # # This progress message is issued when aeimport starts going through # the history information looking for change sets. # #: aeimport/import.cc:317 msgid "find change sets" msgstr "" "Looking for clusters of changes to files in order to interpolate the change " "sets..." # # This error message is issued when a file fingerprint fails # # $File_Name The file to be fingerprinted # #: libaegis/os/fingerprint.cc:44 msgid "fingerprint $filename: $errno" msgstr "fingerprint \"$filename\": $errno" # # This error message is issued when a break statement is seen outside any # enclosing loop or switch statement. # #: libaegis/aer/report.y:96 msgid "floating \"break\" statement" msgstr "zwevend \"break\" statement" # # This error message is issued when a continue statement is seen outside # any enclosing loop or switch statement. # #: libaegis/aer/report.y:100 msgid "floating \"continue\" statement" msgstr "zwevend \"continue\" statement" # # This error message is issued when a return statement is used outside # any function. # #: libaegis/aer/report.y:104 msgid "floating \"return\" statement" msgstr "zwevend \"return\" statement" # # This format string is used when assembling the list of outstanding # architectures for some other error message. # # $Name_List The list of names of outstanding architectures. # $Number How many architectures are outstanding. # (Optional) Use to pluralize the message. # #: libaegis/change/outstanding.cc:69 msgid "for the $name_list architectures" msgstr "voor de $name_list architecture${plural $number n}" # # This error message is issued as a summary when one or more # architectures appear in the list of architectures the change must # apply to, but are not present in the project's architecture list in # the project configuration file. # # $Number The number of unknown architecture(s). # (Optional) # #: libaegis/change/architecture/check.cc:92 msgid "found unlisted architectures" msgstr "" "$number ongenoemde architecture${plural $number n} gevonden; werk de " "wijzigingsattributen bij om deze te verwijderen of toe te voegen ${plural " "$number !}" # # This error message is issued when a function which requires exactly # one argument has been given none, or too many. # # $name The function name. # #: aefind/function/needs.cc:36 msgid "function $name requires one argument" msgstr "de functie \"$name\" heeft precies één argument nodig" # # This error message is issued when a function which requires exactly # two arguments has been given too few, or too many. # # $name The function name. # #: aefind/function/needs.cc:49 msgid "function $name requires two arguments" msgstr "de functie \"$name\" heeft precies twee argumenten nodig" # # This error message is issued when a getcwd fails. # #: libaegis/os/pathname.cc:104 msgid "getcwd: $errno" msgstr "opvragen van huidige map: $errno" # # This error message is issued when a group from the /etc/group file, or # equivalent, cannot be found by number. # # $Number The offending group number. # #: libaegis/aer/value/group.cc:104 libaegis/user/create1.cc:106 #: libaegis/user/set_gid.cc:42 msgid "gid $number unknown" msgstr "groeps-ID $number is onbekend" # # This fatal error message is issued when a lock is not available. # #: libaegis/gonzo.cc:1051 msgid "global state lock not available" msgstr "globale statusvergrendeling is niet beschikbaar" # # This error message is issued when a group from the /etc/group file, or # equivalent, cannot be found by name. # # $Name The offending group name. # #: libaegis/aer/value/group.cc:119 msgid "group \"$name\" unknown" msgstr "groep \"$name\" is onbekend" # # This error message is issued when aena is asked to add an # administrator to a project, but the group's gid is too low (too # privileged). # # $Name The offending group name. # #: libaegis/help/grouptoopriv.cc:29 msgid "group $name too privileged" msgstr "groep \"$name\" heeft te veel rechten" # # This fatal error message is issued when something goes wrong decompressing # a file using zlib. # # $File_Name The name of the output file # $ERRNO Overridden to contain the error string from zlib # (but sometimes not, because the real errno has it) # #: libaegis/input/bunzip2.cc:38 libaegis/input/gunzip.cc:58 msgid "gunzip $filename: $errno" msgstr "tijdens het uitpakken van bestand \"$filename\": $errno" # # This fatal error message is issued when something goes wrong compressing # a file using zlib. # # $File_Name The name of the output file # $ERRNO Overridden to contain the error string from zlib # (but sometimes not, because the real errno has it) # #: libaegis/output/filter/bzip2.cc:34 libaegis/output/filter/gzip.cc:42 msgid "gzip $filename: $errno" msgstr "tijdens het inpakken van bestand \"$filename\": $errno" # # This error message is issued when a request is made to run tests, but # there are no files which are candidates of the options specified, or # the project may have no tests at all. # #: aegis/aet.cc:1124 aegis/aet.cc:1827 msgid "has no tests" msgstr "" "deze wijziging heeft testen nodig voordat dit commando gebruikt kan worden" # # This information message is issued by the aeipass(1) command when it # commits the first version of a file into the project history store. # # $File_Name The name of the source file. # #: libaegis/change/history/create_comma.cc:82 msgid "history create $filename" msgstr "adding the first version to the history of the \"$filename\" file" # # This fatal error message is issued when aeimport doesn't recognize a # history file format name as specified on the command line. # # $name The offending format name. # #: aeimport/format/find.cc:111 msgid "history format \"$name\" unknown" msgstr "history format \"$name\" unknown" # # This information message is issued by the aegis when it extracts a # version of a file from the project history store. # # $File_Name The name of the source file. # $Edit The version to be extracted (optional) # #: libaegis/change/history/get_command.cc:104 msgid "history get $filename" msgstr "historical version $edit of the \"$filename\" file being recreated" # # This information message is issued by the aeipass(1) command when it # is labeling the head version of a history history file. # # $File_Name The name of the source file. # #: libaegis/change/history/label_commnd.cc:81 msgid "history label $filename" msgstr "history of the \"$filename\" file head revision being labeled" # # This fatal error message is issued when a lock is not available. # #: libaegis/project.cc:651 msgid "history lock not available" msgstr "vergrendeling van history is niet beschikbaar" # # This information message is issued by the aeipass(1) command when it # commits another version of a file into the project history store. # # $File_Name The name of the source file. This will track file # renames, even though the history file's UUID never # changes. # #: libaegis/change/history/put_command.cc:80 msgid "history put $filename" msgstr "adding another version to the history of the \"$filename\" file" # # This error message is issued when the history query command returns an # empty string. It is meant to return a unique string to identify the # top-most version number in the history file. # #: libaegis/change/history/query_comman.cc:88 msgid "history_query_command return empty" msgstr "" "het history_query_command gaf een lege string als antwoord, dit is geen " "nuttige reactie" # # This error message is issued when an unprintable character is seen in # an input file. The character is unprintable in the C locale. # # $Name The offending character, as a C octal escape sequence. # #: libaegis/input/crlf.cc:127 msgid "illegal '$name' character" msgstr "ongeldig '$name'-teken" # # This error message is issued when an illegal e+e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/arithmetic.cc:799 libaegis/aer/expr/plus.cc:164 msgid "illegal addition ($name1 + $name2)" msgstr "ongeldige optelling ($name1 + $name2)" # # This message is issued when an inappropriate ~ is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/bitwise.cc:368 libaegis/aer/expr/bit.cc:304 msgid "illegal bit not ($name)" msgstr "integerwaarde is nodig voor bitgewijze \"not\" (kreeg $name)" # # This error message is issued when an illegal e!=e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/relative.cc:898 libaegis/aer/expr/rel.cc:845 msgid "illegal comparison ($name1 != $name2)" msgstr "ongeldige vergelijking ($name1 != $name2)" # # This error message is issued when an illegal e!~e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: libaegis/aer/expr/rel.cc:997 msgid "illegal comparison ($name1 !~ $name2)" msgstr "ongeldige vergelijking ($name1 !~ $name2)" # # This error message is issued when an illegal ee is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/relative.cc:454 libaegis/aer/expr/rel.cc:436 msgid "illegal comparison ($name1 > $name2)" msgstr "ongeldige vergelijking ($name1 > $name2)" # # This error message is issued when an illegal e>=e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/relative.cc:602 libaegis/aer/expr/rel.cc:571 msgid "illegal comparison ($name1 >= $name2)" msgstr "ongeldige vergelijking ($name1 >= $name2)" # # This error message is issued when an illegal e~~e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: libaegis/aer/expr/rel.cc:921 msgid "illegal comparison ($name1 ~~ $name2)" msgstr "ongeldige vergelijking ($name1 ~~ $name2)" # # This error message is issued when a request to count the keys of an # inappropriate object is requested. # # $Name The type name of the offending operand. # #: libaegis/aer/value.cc:73 msgid "illegal count request ($name)" msgstr "ongeldig sleuteltelverzoek ($name)" # # This error message is issued when an illegal / is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/arithmetic.cc:321 libaegis/aer/expr/mul.cc:280 msgid "illegal division ($name1 / $name2)" msgstr "ongeldige deling ($name1 / $name2)" # # This error message is issued when an illegal e##e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/arithmetic.cc:1040 libaegis/aer/expr/plus.cc:397 msgid "illegal join ($name1 ## $name2)" msgstr "ongeldige join ($name1 ## $name2)" # # This error message is issued when a request for the keys of an # inappropriate object is requested. (Keys can be used as the right # hand side of a lookup.) # # $Name The type name of the offending operand. # #: libaegis/aer/value.cc:61 msgid "illegal keys request ($name)" msgstr "ongeldige sleutelopvraag ($name)" # # This message is issued when an inappropriate assignment is attempted. # #: libaegis/aer/expr/assign.cc:53 libaegis/aer/expr/assign.cc:220 #: libaegis/aer/expr/assign.cc:257 libaegis/aer/expr/assign.cc:294 #: libaegis/aer/expr/assign.cc:331 libaegis/aer/expr/assign.cc:368 #: libaegis/aer/expr/assign.cc:405 libaegis/aer/expr/assign.cc:442 #: libaegis/aer/expr/assign.cc:479 libaegis/aer/expr/assign.cc:516 #: libaegis/aer/expr/assign.cc:553 libaegis/aer/expr/assign.cc:590 #: libaegis/aer/expr/assign.cc:627 msgid "illegal left hand side of assignment" msgstr "ongeldige linkerzijde van toekenning; moet een variabele zijn" # # This message is issued when an inappropriate assignment is attempted. # # $Name The type name of the left hand side. # #: libaegis/aer/expr/assign.cc:96 libaegis/aer/expr/assign.cc:161 msgid "illegal left hand side of assignment (was given $name)" msgstr "" "ongeldige linkerzijde van toekenning; moet een variabele zijn (kreeg $name)" # # This message is issued when an inappropriate ! is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/logical.cc:324 libaegis/aer/expr/logical.cc:236 msgid "illegal logical not ($name)" msgstr "booleanse waarde is nodig voor logische \"not\" (kreeg $name)" # # This error message is issued when an illegal lookup is attempted. # This occurs both for associative arrays "e1[e2]", and also for # structures "e1.e2" (which are implemented as associative arrays). # # $Name1 The type name of the first operand. # $Name2 The type name of the second operand. # #: libaegis/aer/value.cc:49 libaegis/aer/value/group.cc:126 #: libaegis/aer/value/gstate.cc:119 libaegis/aer/value/list.cc:79 #: libaegis/aer/value/passwd.cc:145 libaegis/aer/value/struct.cc:68 #: libaegis/aer/value/uconf.cc:132 msgid "illegal lookup ($name1[$name2])" msgstr "ongeldige zoekaktie ($name1[$name2])" # # This error message is issued when one or more of the arguments to the # match operator are inappropriate types. # # $name1 The name of the type of argument 1 # $name2 The name of the type of argument 2 # #: aefind/tree/match.cc:68 msgid "illegal match ($name1 ~ $name2)" msgstr "ongeldige match ($name1 ~ $name2)" # # This error message is issued when an illegal % is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/arithmetic.cc:477 libaegis/aer/expr/mul.cc:418 #, no-c-format msgid "illegal modulo ($name1 % $name2)" msgstr "ongeldige modulo ($name1 % $name2)" # # This error message is issued when an illegal * is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/arithmetic.cc:166 libaegis/aer/expr/mul.cc:143 msgid "illegal multiplication ($name1 * $name2)" msgstr "ongeldige vermenigvuldiging ($name1 * $name2)" # # This message is issued when an inappropriate -e is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/arithmetic.cc:568 libaegis/aer/expr/neg.cc:81 msgid "illegal negative ($name)" msgstr "ongeldige negatieve waarde (kreeg $name)" # # This message is issued when an inappropriate +e is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/arithmetic.cc:649 libaegis/aer/expr/neg.cc:136 msgid "illegal positive ($name)" msgstr "ongeldige positieve waarde (kreeg $name)" # # This error message is issued when an illegal e**e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: libaegis/aer/expr/power.cc:104 libaegis/aer/expr/power.cc:127 msgid "illegal power ($name1 ** $name2)" msgstr "ongeldige machtsverheffing ($name1 ** $name2)" # # This error message is issued when an illegal e<>e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/bitwise.cc:524 msgid "illegal shift ($name1 >> $name2)" msgstr "ongeldige rechtsverschuiving ($name1 >> $name2)" # # This error message is issued when an illegal e-e is attempted. # # $Name1 The type name of the left operand. # $Name2 The type name of the right operand. # #: aefind/tree/arithmetic.cc:946 libaegis/aer/expr/plus.cc:287 msgid "illegal subtraction ($name1 - $name2)" msgstr "ongeldige aftrekking ($name1 - $name2)" # # This progress message is issued when aeimport completed successfully. # #: aeimport/reconstruct.cc:173 msgid "import complete" msgstr "import completed successfully" # # This error message is issued when a command is given an inappropriate # command line option. # # $Name The name of the offending command line option. # #: libaegis/ael/change/inappropriat.cc:32 #: libaegis/ael/project/inappropriat.cc:32 msgid "inappropriate $name option" msgstr "niet-passend gebruik van optie $name" # # This error message is issued when an ambiguous information name is given # to the aev command. # # $Name The offending info name. # $Name_List The list of possible alternatives. # #: libaegis/version.cc:170 msgid "info $name ambig ($name_list)" msgstr "" "versie-informatienaam \"$name\" is niet specifiek; kies uit: ($name_list)" # # This error message is issued when an aed command is used on a change in # the being 'integrated state' and files are named on the command line. # You must not name files, and thus you must difference all files in the # change. # #: aegis/aed.cc:935 msgid "int must diff all" msgstr "" "bij het vergelijken van een wijziging met de status 'being integrated' " "kunnen geen bestandsnamen opgegeven worden" # # This error message is issued when an aet command is used on a change in # the being 'integrated state' and files are named on the command line. # You must not name files, and thus you must run all tests in the change. # #: aegis/aet.cc:761 msgid "int must test all" msgstr "" "bij het testen van een wijziging met de status 'being integrated' kunnen " "geen bestandsnamen opgegeven worden" # # This error message is issued when a non-integer change number is # supplied when fetching a cstate value. # # $Name The type name of the offending argument. # #: libaegis/aer/value/cstate.cc:84 msgid "integer index required (was given $name)" msgstr "integerindex is nodig (kreeg $name)" # # This message is issued when an inappropriate & is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/bitwise.cc:78 aefind/tree/bitwise.cc:98 #: libaegis/aer/expr/bit.cc:73 libaegis/aer/expr/bit.cc:98 msgid "integer value required for bit and (was given $name)" msgstr "integerwaarde is nodig voor bitgewijze \"and\" (kreeg $name)" # # This message is issued when an inappropriate | is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/bitwise.cc:266 aefind/tree/bitwise.cc:286 #: libaegis/aer/expr/bit.cc:222 libaegis/aer/expr/bit.cc:243 msgid "integer value required for bit or (was given $name)" msgstr "integerwaarde is nodig voor bitgewijze \"or\" (kreeg $name)" # # This message is issued when an inappropriate ^ is attempted. # # $Name The type name of the offending operand. # #: aefind/tree/bitwise.cc:172 aefind/tree/bitwise.cc:192 #: libaegis/aer/expr/bit.cc:150 libaegis/aer/expr/bit.cc:171 msgid "integer value required for bit xor (was given $name)" msgstr "integerwaarde is nodig voor bitgewijze \"exclusive or\" (kreeg $name)" # # This progress message is issued when aeib complete successfully. # #: aegis/aeib.cc:1344 msgid "integrate begin complete" msgstr "integratie is begonnen" # # This verbose message is issued when integrate begin undo completes # successfully. # #: aegis/aeibu.cc:278 msgid "integrate begin undo complete" msgstr "" "integratie begin ongedaan gemaakt, wijziging is terug naar de status " "'$state' " # # This progress message is issued when aeifail completes successfully. # #: aegis/aeif.cc:515 msgid "integrate fail complete" msgstr "integratie is mislukt; teruggestuurd naar ontwikkelaar" # # This progress message is issued when aeipass completes successfully. # #: aegis/aeip.cc:2306 msgid "integrate pass complete" msgstr "integratie is geslaagd" # # This error message is issued when aeipass fails. Errors tend to # happen together, to aeipass finds as many as possible before aborting. # # $Number Number of fatal errors found. # #: aegis/aeip.cc:1353 msgid "integrate pass fail" msgstr "" "$number fout${plural $number en} gevonden; deze wijziging blijft de statust " "'$state' houden" # # This message is issued when integration builds are completed. # #: aegis/aeb.cc:484 msgid "integration build complete" msgstr "integratiecompilatie is voltooid ${date %H:%M}" # # This message is issued when integration builds are commenced. # #: aegis/aeb.cc:482 msgid "integration build started" msgstr "integratiecompilatie is gestart ${date %H:%M}" # # This error message is issued when Aegis terminates, because an # interrupt occurred while waiting for a child process to terminate. # This is after the child terminated and its status has been collected. # # $Signal The name of the signal which interrupted us. # #: libaegis/os/interrupt.cc:49 msgid "interrupted by $signal" msgstr "onderbroken door $signal" # # This message is issued when a function is called with incorrect arguments. # #: libaegis/aer/expr/func.cc:77 libaegis/sub/change/number.cc:401 #: libaegis/sub/change/number.cc:422 msgid "invalid function arguments" msgstr "" "functie-aanroep met een onjuist aantal of onjuiste types van argumenten" # # This message is issued when a non-function is called. # # $Name The type name of the non-function expression. # #: libaegis/aer/expr/func.cc:65 msgid "invalid function name ($name)" msgstr "" "een expressie van het type $name werd opgegeven terwijl een functienaam werd " "verwacht" # # This error message is issued when aeipass wants to delete the # baseline, and the user issued the command from there. # Some UNIX will allow to delete an active directory, and some will # not, so it is an error. # #: aegis/aeip.cc:1427 msgid "leave baseline" msgstr "verlaat eerst de baseline-map" # # This error message is issued when aeipass wants to delete the # development directory, and the user issued the command from there. # Some UNIX will allow to delete an active directory, and some will # not, so it is an error. # #: aegis/aeip.cc:1423 msgid "leave dev dir" msgstr "verlaat eerst de ontwikkelmap" # # This error message is issued when aeibu wants to delete the # integration directory, and the user issued the command from there. # Some UNIX will allow to delete an active directory, and some will # not, so it is an error. # #: aegis/aeibu.cc:242 aegis/aeif.cc:116 aegis/aeip.cc:1425 msgid "leave int dir" msgstr "verlaat eerst de integratiemap" # # This progress message is issued when aeib creates a virtual copy of # the baseline to construct the integration directory. # #: aegis/aeib.cc:1178 msgid "link baseline to integration directory" msgstr "linken van baseline naar de integratiemap" # # This error message is issued when a link fails. # # $File_Name1 The name of the source file. # $File_Name1 The name of the destination file. # #: libaegis/change/build/symlinks.cc:207 libaegis/os/link.cc:42 msgid "link(\"$filename1\", \"$filename2\"): $errno" msgstr "link(\"$filename1\", \"$filename2\"): $errno" # # This error message is issued when ael is given an ambiguous list name. # # $Name The offending list name. # $Name_List A list of possible interpretations. (Optional) # #: aegis/ael.cc:422 aexml/xml/factory.cc:132 msgid "list $name ambiguous" msgstr "lijstnaam \"$name\" is niet specifiek: ($name_list)" # # This message is issued when an inappropriate "in" is attempted. # # $Name The type name of the offending operand. # #: libaegis/aer/expr/in.cc:68 msgid "list value required (was given $name)" msgstr "lijstwaarde is vereist (kreeg $name)" # # This fatal error message is issued when a lock is not available. # #: libaegis/change/cstate/lock_prepare.cc:37 #: libaegis/project/lock/prepare.cc:37 libaegis/user/ustate_lock.cc:55 msgid "lock not available" msgstr "vergrendeling is niet beschikbaar" # # This information message is issued when Aegis begins logging to a new # file, or overwrites and existing log file. # # $File_Name The name of the log file. # #: libaegis/log.cc:285 msgid "logging to $filename" msgstr "schrijven van log naar \"$filename\"" # # This message is issued when a for loop is given a control expression # (the middle one) which is not boolean. Also use for while loops. # # $Name The type name of the offending expression. # #: libaegis/aer/stmt/for.cc:101 libaegis/aer/stmt/while.cc:82 #: libaegis/aer/stmt/while.cc:191 msgid "loop condition must be boolean (not $name)" msgstr "lusconditie moet booleaans zijn (kreeg $name)" # # This error message is issued when a file lstat fails # # $File_Name The name of the offending file. # #: aefind/descend.cc:61 aegis/aeip.cc:290 aels/list.cc:104 libaegis/dir.cc:62 #: libaegis/dir_stack.cc:95 msgid "lstat $filename: $errno" msgstr "lstat $filename: $errno" # # This fatal error message is issued when the aemt command is asked to # make a file transparent which is not present the the branch, but is # present in a deeper ancestor branch. # # $filename The name of the offending file. # #: aegis/aemt.cc:470 msgid "make $filename transparent, fail, too deep" msgstr "" "it is not possible to make $filename transparent because it is not present " "in the branch, but is present in a deeper ancestor branch" # # This fatal error message is issued when the aemt command is asked to # make a file transparent which is present the the branch, but is not # present in a deeper ancestor branch. # # $filename The name of the offending file. # #: aegis/aemt.cc:529 msgid "make $filename transparent, fail, too shallow" msgstr "" "it is not possible to make $filename transparent because it is not also " "present in a deeper ancestor branch" # # This fatal error message is issued when the aemt command is asked to # make a file transparent, and the branch being operated on is the trunk. # # $filename The name of the offending file. # #: aegis/aemt.cc:508 msgid "make $filename transparent, fail, trunk" msgstr "" "it is not possible to make $filename transparent because it is in the trunk, " "you probably want to use the aerm command instead" # # This error message is issued when aemt is invoked for a change which # is not in the 'being developed' state. # #: aegis/aemt.cc:290 msgid "make transparent bad state" msgstr "" "this change is in the '$state' state, it must be in the 'being developed' " "state to make a file transparent with it" # # This information message is issued by the aemt command when it # successfully complete. # # $number The number of files (optional). # #: aegis/aemt.cc:713 msgid "make transparent complete" msgstr "making $number ${plural $number files file} transparent" # # This progress message is issued when the aemtu command completes # successfully. It details files which have been removed from the # change. Please note: this is NOT the same as files added to the # change by aerm, which are to be removed BY the change. # # $File_Name Name of the file removed from the change. # #: aegis/aemtu.cc:560 msgid "make transparent undo $filename complete" msgstr "bestand \"$filename\" zit niet meer in wijziging" # # This informational message is issued when the aede command makes the # development directory read only. This remindes the developer not to # change anything. # #: libaegis/change/develop_direct/read_only.cc:199 msgid "making dev dir read only" msgstr "ontwikkelmap wordt alleen-lezen gemaakt" # # This informational message is issued when the aedeu, aerfail or aeifail # command make the development directory writable again. # #: libaegis/change/develop_direct/read_write.cc:197 msgid "making dev dir writable" msgstr "ontwikkelmap wordt weer beschrijfbaar gemaakt" # # This error message is issued when a number which looks like a floating # point constant has an incomplete exponent. # #: libaegis/aer/lex.cc:359 libaegis/meta_lex.cc:304 msgid "malformed exponent" msgstr "onjuiste exponent" # # This error message is issued when a number which looks like a hex # constant is not complete. # #: libaegis/aer/lex.cc:273 libaegis/meta_lex.cc:186 msgid "malformed hex constant" msgstr "onjuiste hex-constante" # # This error message is issued when an attempt is made to assign into a # member of a list value. # # $Name1 The type name of the first operand. # $Name2 The type name of the second operand. # #: libaegis/aer/value/list.cc:67 msgid "may not assign to a list member ($name1[$name2])" msgstr "kan niet toekennen aan een lijstitem ($name1[$name2])" # # This error message is issued when the user attempts to use the aerm # command to remove the project configuration file. There may be other files # in the future, hence the variable. # # $File_Name The name of the offending file. # #: aegis/aerm.cc:497 msgid "may not remove $filename" msgstr "bestand \"$filename\" kan niet worden verwijderd" # # This error message is issued when the user attempts to use the aent # command to create the project configuration file as a test. There may be # other files in the future, hence the variable. # # $File_Name The name of the offending file. # #: aegis/aent.cc:504 msgid "may not test $filename" msgstr "bestand \"$filename\" kan geen test zijn" # # This error message is used when -Edit is used when in the background. # # $Name The name of the -Edit option. # #: libaegis/os/edit.cc:63 libaegis/os/edit/filenames.cc:57 msgid "may not use $name in the background" msgstr "kan $name niet gebruiken op de achtergrond" # # This progress message is issued when aed successfully completes a merge. # # $Number The number of files merged. # (Optional) # #: aegis/aed.cc:1503 msgid "merge complete" msgstr "" "samenvoegen van $number bestand${plural $number en} is gereed; een nieuwe " "compilatie met 'aegis -Build' is vereist" # # This error message is issued when there is a known but syntactically # incorrect option on the command line. # # $Name The offending command line argument. # #: libaegis/help.cc:299 msgid "misplaced \"$name\" option" msgstr "misplaatste optie \"$name\" op de opdrachtregel" # # This error message is issued when there is an extra string on the # command line. It is probably a file name. # # $File_Name The offending command line argument. # #: libaegis/help.cc:274 msgid "misplaced file name (\"$filename\")" msgstr "misplaatste bestandsnaam (\"$filename\") op de opdrachtregel" # # This error message is issued when there is an extra number on the # command line. # # $Number The offending command line argument. # #: libaegis/help.cc:281 msgid "misplaced number ($number)" msgstr "misplaatst nummer ($number) op de opdrachtregel" # # This error message is issued when a mkdir fails. # # $File_Name The name of the directory to be created. # $Argument The mode the directory is to be created. # #: libaegis/os/mkdir.cc:45 msgid "mkdir(\"$filename\", $arg): $errno" msgstr "mkdir(\"$filename\", $arg): $errno" # # This message is issued when an inappropriate -- is attempted. # #: libaegis/aer/expr/incr.cc:117 libaegis/aer/expr/incr.cc:273 msgid "modifiable lvalue required for decrement" msgstr "modifiable lvalue required for decrement" # # This message is issued when an inappropriate -- is attempted. # # $Name The type name of the offending operand. # #: libaegis/aer/expr/incr.cc:145 libaegis/aer/expr/incr.cc:301 msgid "modifiable lvalue required for decrement (was given $name)" msgstr "" "modifiable lvalue required for decrement (was given $name), it must be an " "assignable variable" # # This message is issued when an inappropriate ++ is attempted. # #: libaegis/aer/expr/incr.cc:39 libaegis/aer/expr/incr.cc:195 msgid "modifiable lvalue required for increment" msgstr "modifiable lvalue required for increment" # # This message is issued when an inappropriate ++ is attempted. # # $Name The type name of the offending operand. # #: libaegis/aer/expr/incr.cc:67 libaegis/aer/expr/incr.cc:223 msgid "modifiable lvalue required for increment (was given $name)" msgstr "" "aanpasbare waarde nodig voor optellen (kreeg $name), moet een aanpasbare " "variabele zijn." # # This error message is issued when a modulo by zero is attempted. # #: aefind/tree/arithmetic.cc:375 libaegis/aer/expr/mul.cc:309 msgid "modulo by zero" msgstr "modulo door nul" # # This progress message is issued when aemv completes successfully. # # $File_Name1 The name of the original file. # $File_Name2 The name of the destination file. # #: aegis/aemv.cc:675 msgid "move $filename1 to $filename2 complete" msgstr "bestand \"$filename1\" is hernoemd naar \"$filename2\"" # # This progress message is issued when the aemtu command completes # successfully. It details files which have been removed from the # change. Please note: this is NOT the same as files added to the # change by aerm, which are to be removed BY the change. # # $File_Name Name of the file removed from the change. # #: aegis/aemvu.cc:582 msgid "move file undo $filename complete" msgstr "bestand \"$filename\" zit niet meer in wijziging" # # This text is used when aenc -edit creates a template attributes file, # and makes a suggestion as to how to obtain default settings. Usually # in the C locale, so avoid non-ascii characters if at all possible. # (A leading newline is a good idea. Internal newlines are also a good # idea, because io_comment_append does not automatically wrap.) # #: aegis/aenc.cc:386 msgid "nc dflt hint" msgstr "" " \n" "Hint: alles verwijderen vanaf het \"cause\" veld zal alle\n" "standaardwaarden goed zetten voor de gekozen reden." # # This progress message is issued when aena completes successfully. # # $Name The user name of the new administrator. # #: aegis/aena.cc:159 msgid "new administrator $name complete" msgstr "gebruiker \"$name\" is aangemeld als administrator" # # This progress message is issued when aenrls completes successfully. # #: aegis/aenpa.cc:192 msgid "new alias $name complete" msgstr "nieuwe alias \"$name\" is aangemaakt" # # This progress message is issued when aenbr completes successfully. # #: libaegis/project/verbose/newbrancomp.cc:28 msgid "new branch complete" msgstr "nieuwe tak is gereed" # # This progress message is issued when aenbru completes successfully. # #: aegis/aenbru.cc:288 msgid "new branch undo complete" msgstr "nieuwe tak is weer verwijderd" # # This progress message is issued when aenc completes successfully. # #: libaegis/change/verbose/newchancomp.cc:28 msgid "new change complete" msgstr "nieuwe wijziging is gemaakt" # # This progress message is issued when aencu completes successfully. # #: aegis/aedbu.cc:332 aegis/aencu.cc:217 msgid "new change undo complete" msgstr "nieuwe wijziging is weer verwijderd" # # This progress message is issued when aend completes successfully. # # $Name The user name of the new developer. # #: aegis/aend.cc:159 msgid "new developer $name complete" msgstr "gebruiker \"$name\" is aangemeld als ontwikkelaar" # # This progress message is issued when aenf completes successfully # #: aegis/aenf.cc:1093 msgid "new file $filename completed" msgstr "bestand \"$filename\" is toegevoegd" # # This fatal error message is issued when the aenf command runs a # body_command to create a new file, and the command fails to create # the file. # # $File_Name The name of the offending file. # #: libaegis/change/file/template.cc:234 msgid "new file $filename not created" msgstr "bestand \"$filename\" werd niet aangemaakt" # # This progress message is issued when aenfu completes successfully. # # $File_Name The name of a removed file. # #: aegis/aenfu.cc:546 msgid "new file undo $filename complete" msgstr "nieuw bestand \"$filename\" is verwijderd" # # This error message is issued when an aenfu command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aenfu command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aenfu.cc:446 msgid "new file undo fail" msgstr "" "$number onoverkomelijke fout${plural $number en} gevonden; geen bestanden " "uit de wijziging verwijderd" # # This progress message is issued when aeni completes successfully. # # $Name The user name of the new integrator. # #: aegis/aeni.cc:159 msgid "new integrator $name complete" msgstr "gebruiker \"$name\" is aangemeld als integrator" # # This progress message is issued when aenpr completes successfully. # #: libaegis/project/verbose/newprojcomp.cc:28 msgid "new project complete" msgstr "nieuw project is aangemaakt" # # This progress message is issued when aenrls completes successfully. # #: aegis/aenrls.cc:1027 aegis/aenrls.cc:1029 msgid "new release complete" msgstr "nieuwe uitgave is gereed" # # This progress message is issued when aenrv completes successfully. # # $Name The user name of the new reviewer. # #: aegis/aenrv.cc:159 msgid "new reviewer $name complete" msgstr "gebruiker \"$name\" is aangemeld als reviewer" # # This progress message is issued when aent completes successfully. # #: aegis/aent.cc:781 msgid "new test $filename complete" msgstr "bestand \"$filename\" is een nieuwe test" # # This error message is issued when an aent command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aent command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aent.cc:570 msgid "new test failed" msgstr "" "$number onoverkomelijke fout${plural $number en} gevonden; geen nieuwe " "testen aan de wijziging toegevoegd" # # This progress message is issued when aentu completes successfully. # # $File_Name The name of the test removed. # #: aegis/aentu.cc:529 msgid "new test undo $filename complete" msgstr "bestand \"$filename\" is geen nieuwe test meer" # # This error message is issued when an aentu command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aentu command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aentu.cc:425 msgid "new test undo fail" msgstr "" "$number onoverkomelijke fout${plural $number en}gevonden; geen testen uit de " "wijziging verwijderd" # # This error message is issued when an aemv command is issued with the # source and destination files the same. Use aecp if you don't want to # change the name of the file. # # $File_Name The name of the offending file. # #: aegis/aemv.cc:158 msgid "nil move $filename" msgstr "het bestand \"$filename\" kan niet op zichzelf gekopieerd worden" # # This error message is issued when an unknown name is referenced, # but a close match is found. # # $Name The undefined variable name. # $Guess The closest match found for the name. # #: aede-policy/validation/factory.cc:118 aefind/function.cc:104 #: aelcf/main.cc:103 aelcf/main.cc:136 aelpf/main.cc:105 aelpf/main.cc:138 #: aelsf/main.cc:105 aelsf/main.cc:138 aemakegen/flavour/factory.cc:86 #: aemakegen/target/debian/control.cc:124 #: aemakegen/target/debian/control.cc:232 aemakegen/target/factory.cc:72 #: libaegis/aer/expr/name.cc:133 libaegis/introspector/enumeration.cc:84 #: libaegis/introspector/structure.cc:72 libaegis/meta_context/sem.cc:231 #: libaegis/meta_context/sem.cc:330 libaegis/sub/change/number.cc:380 #: libaegis/sub/project.cc:116 libaegis/sub/user.cc:112 msgid "no \"$name\", guessing \"$guess\"" msgstr "de naam \"$name\" is niet gedefineerd; \"$guess\" wordt aangenomen" # # This error message is issued when the named file cannot be found in a # change or project (context will tell which) and no best guess is # available. This is used by many commands. # # $File_Name The offending file name. # #: aeannotate/annotate.cc:179 aediff/diff.cc:261 aediff/diff.cc:285 #: aegis/aecp.cc:340 aegis/aecp.cc:1329 aegis/aecpu.cc:418 aegis/aed.cc:308 #: aegis/aed.cc:341 aegis/aed.cc:1003 aegis/aefa.cc:127 aegis/aemt.cc:475 #: aegis/aemtu.cc:405 aegis/aemv.cc:143 aegis/aemvu.cc:382 aegis/aenfu.cc:422 #: aegis/aentu.cc:401 aegis/aerm.cc:543 aegis/aermu.cc:434 aegis/aet.cc:966 #: aegis/aet.cc:1758 libaegis/change/identifi_sub/file_revisio.cc:108 #: libaegis/change/identifi_sub/filerevuuid.cc:88 msgid "no $filename" msgstr "bestand \"$filename\" is onbekend" # # This error message is issued when an aed is performed on a change # which contains a copied file which has been removed from the baseline # by another change. # # $File_Name The name of the offending file. # #: aegis/aed.cc:1243 aegis/aede.cc:628 aegis/aede.cc:748 #: libaegis/change/file/promote.cc:148 msgid "no $filename in baseline" msgstr "bestand \"$filename\" zit niet meer in de baseline" # # This error message is issued when the named file cannot be found in a # change or project (context will tell which). This is used by many # commands. # # $File_Name The offending file name. # $Guess The best guess as to the most possible filename # the user may have meant. # #: aediff/diff.cc:255 aediff/diff.cc:279 aegis/aecp.cc:336 aegis/aecp.cc:1325 #: aegis/aecpu.cc:415 aegis/aefa.cc:122 aegis/aemt.cc:451 aegis/aemtu.cc:402 #: aegis/aemv.cc:133 aegis/aemvu.cc:379 aegis/aenfu.cc:413 aegis/aentu.cc:391 #: aegis/aerm.cc:534 aegis/aermu.cc:424 aegis/aet.cc:957 #: libaegis/change/identifi_sub/file_revisio.cc:104 msgid "no $filename, closest is $guess" msgstr "bestand \"$filename\" is onbekend; meest gelijken is \"$guess\"" # # This error message is issued when ael is given a list name it does not # understand. # # $Name The offending list name. # #: aede-policy/validation/factory.cc:123 aegis/ael.cc:401 #: aexml/xml/factory.cc:116 msgid "no $name list" msgstr "lijstnaam \"$name\" is onbekend" # # This error message is issued when Aegis is given a project name which # is not defined (along the AEGIS_PATH). # # $Name The offending project name. # #: libaegis/project/bind/existing.cc:202 libaegis/project/home_path/get.cc:45 msgid "no $name project" msgstr "project \"$name\" is onbekend" # # This error message is issued when Aegis is given a project name which # is not defined (along the AEGIS_PATH). # # $Name The offending project name. # $Guess The closest matching project name. # #: libaegis/project/bind/existing.cc:194 msgid "no $name project, closest is $guess" msgstr "" "project \"$name\" is onbekend; meest gelijkend is het project \"$guess\" " # # This error message is issued if no action was specified on the aesvt # command line. Exactly one is required. # #: aesvt/main.cc:318 msgid "no action specified" msgstr "geen actie opgegeven" # # This fatal error message is issued when an attempt is made to aechown # a branch. # #: aegis/aechown.cc:240 msgid "no branch chown" msgstr "" "deze wijziging is een tak; het is niet mogelijk het eigendom van een tak te " "veranderen" # # This information message is issued when aeb is invoked for a change in # a project which is configured to not require builds. # #: aegis/aeb.cc:327 msgid "no build required" msgstr "no build is required for changes to this project" # # This error message is issued when a command which requires an explicit # change number is not given one. # #: aegis/aechown.cc:178 aegis/aedb.cc:221 #: libaegis/change/identifi_sub/erro_no_chan.cc:28 #: libaegis/user/default.cc:240 msgid "no change number" msgstr "Geef expliciet het wijzigingsnummer op voor dit commando" # # This fatal error message is issued when a user attempts to perform a # cross branch merge on a change in the "being integrated" state. # #: aegis/aed.cc:883 msgid "no cross branch int merge" msgstr "" "Een tak-transplantatie kan niet gebeuren op een wijziging met de status " "'$state' " # # This error message is issued when an unknown delta name is requested. # # $Name The offending delta name. # #: aegis/aecp.cc:1021 libaegis/change/history/delta_name/by.cc:89 #: libaegis/change/history/delta_name/to_change.cc:89 #: libaegis/project/delta2change.cc:57 msgid "no delta $name" msgstr "deltanaam \"$name\" is onbekend" # # This error message is issued when an unknown delta name is requested. # # $Name The offending delta name. # $Guess The closest matching known delta name. # #: libaegis/change/history/delta_name/by.cc:76 #: libaegis/change/history/delta_name/to_change.cc:76 msgid "no delta $name, closest is $guess" msgstr "deltanaam \"$name\" is onbekend; meest gelijkend is \"$guess\"" # # This error message is issued when an unknown delta number is given. # # $Number The offending delta number. # #: libaegis/change/history/delta2change.cc:52 msgid "no delta $number" msgstr "delta $number is onbekend" # # This error message is issued when a delta name should have been given # on the command line, and was not. # #: aegis/aedn.cc:136 libaegis/change/identifi_sub/erro_no_delt.cc:37 msgid "no delta name" msgstr "geen deltanaam opgegeven" # # This error message is issued when a user has requested that a delta # name be attached to the "latest" delta, but the project (or branch) # does not yet have an integrations, and so nothing to attache a delta # name to. # #: libaegis/change/identifi_sub/setdelfrmbhd.cc:37 msgid "no delta yet" msgstr "" "er zijn nog geen integraties gereed; het is nog niet mogelijk een deltanaam " "toe te kennen" # # This error message is issued when a request is made which requires the # development directory of a change, but the change is in a state which # has no development directory. # #: libaegis/change/top_path/get.cc:46 msgid "no dev dir" msgstr "deze wijziging heeft de status '$state'; er is geen ontwikkelmap" # # This information message is issued when the aed command is run for a # change which is in a project configured not to use aed. # #: aegis/aed.cc:185 aegis/aed.cc:1526 msgid "no diff required" msgstr "" "no \"aegis -diff\" command is required for this change, the project has been " "configured to omit this requirement" # # This error message is issued when an attempt is made to specify a # directory name in combination with the -Output option of aecp. Only # single source file may be specified with the -Output option. # # $Name The name of the -Output option. # #: aegis/aecp.cc:1182 msgid "no dir with $name" msgstr "mappen kunnen niet samen met de optie $name gebruikt worden" # # This error message is issued when a command which requires file names # on the command line is not given any. # #: aeannotate/annotate.cc:757 aegis/aecp.cc:211 aegis/aecp.cc:802 #: aegis/aecpu.cc:210 aegis/aecpu.cc:447 aegis/aefa.cc:216 aegis/aefa.cc:819 #: aegis/aefa.cc:1085 aegis/aemt.cc:248 aegis/aemtu.cc:203 aegis/aemtu.cc:434 #: aegis/aemvu.cc:192 aegis/aenf.cc:231 aegis/aenf.cc:402 aegis/aenfu.cc:216 #: aegis/aentu.cc:206 aegis/aerm.cc:258 aegis/aermu.cc:243 #: aesubunit/subunit.cc:206 msgid "no file names" msgstr "geen bestanden opgegeven" # # This error message is issued when an attempt is made to specify a # file name in combination with a conflicting option. # # $Name The name of the conflicting option. # #: aegis/aet.cc:637 aegis/aet.cc:650 aegis/aet.cc:671 aegis/aet.cc:1601 #: aegis/aet.cc:1616 msgid "no file with $name" msgstr "bestanden kunnen niet samen met de optie $name opgegeven worden" # # This error message is issued when an otherwise valid command is # used for a change which does not yet have any files attached to it. # #: aegis/aeb.cc:261 aegis/aed.cc:911 aegis/aede.cc:201 msgid "no files" msgstr "" "Deze wijziging heeft geen bestanden gekoppeld; voeg een bestand toe om " "verder te kunnen gaan" # # This error message is issued when an aecp command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aecp command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aecp.cc:349 aegis/aecp.cc:1360 msgid "no files copied" msgstr "" "$number onoverkomelijke fout${plural $number en} gevonden; geen bestanden " "gekopieerd" # # This error message is issued when an aediff command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aediff command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aediff/diff.cc:294 #, fuzzy msgid "no files diffed" msgstr "found $number fatal error${plural $number s}, no files diffed" # # This error message is issued when an aecpu command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aecpu command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aecpu.cc:455 aegis/aemtu.cc:442 aegis/aemvu.cc:420 msgid "no files uncopied" msgstr "" "$number onoverkomelijke fout${plural $number en} geconstateerd; geen " "bestanden uit de wijziging verwijderd" # # This fatal error message is issued when aesvt finds no history # file on the command line. # #: aesvt/main.cc:250 msgid "no history file name specified" msgstr "no history file name specified" # # This fatal error message is issued when aeimport finds no history # files in the directory tree specified on the command line. # #: aeimport/import.cc:295 msgid "no history files found" msgstr "no history files found below the directory specified" # # This error message is issued when an unknown information name is given # to the aev command. # # $Name The offending info name. # #: libaegis/version.cc:153 msgid "no info $name" msgstr "versie-informatienaam \"$name\" is onbekend" # # This error message is issued if the assvt -checkin command is not # given an input file name on the command line. # #: aesvt/main.cc:287 msgid "no input file" msgstr "no input file name specified" # # This error message is issued when a request is made which requires the # integration directory of a change, but the change is in a state which # has no integration directory. # #: libaegis/change/integra_direct/get.cc:45 msgid "no int dir" msgstr "deze wijziging heeft de status '$state'; er is geen integratiemap" # # This error message is issued when an aed -merge command is issued for a # change in the 'being integrated' state. The integrator has no mandate # to fix things, and so a merge in this state is illegal. # #: aegis/aed.cc:895 msgid "no int merge" msgstr "" "een wijziging met de status 'being integrated' kan niet worden samengevoegd" # # This error message is issued when ael is not given a list name. # #: aegis/ael.cc:388 aexml/main.cc:130 msgid "no list" msgstr "geen lijstnaam opgegeven" # # This error message is issued when a request is made which requires the # log file name of a change, but the change is in a state which # has no log file. # #: libaegis/change/logfile/get.cc:47 msgid "no log file" msgstr "deze wijziging heeft de status '$state', er is geen logbestand" # # This error message is issued when the user gives a merge option to # aed, as well as the -anticipate option. # #: aegis/aed.cc:746 msgid "no merge anticipate" msgstr "een samenvoegoptie kan niet samen gebruikt worden met -ANticipate" # # This error message is issued when aenf command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aenf command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aenf.cc:226 aegis/aenf.cc:397 aegis/aenf.cc:678 aegis/aenf.cc:765 msgid "no new files" msgstr "" "$number fatale fout${plural $number en} geconstateerd; geen nieuwe bestanden " "toegevoegd" # # This error message is issued if output file name was specified on the # aesvt -checkout command line. # #: aesvt/main.cc:306 msgid "no output file" msgstr "no output file name specified" # # This error message is issued when a command which requires an explicit # project name is not given one. # #: aegis/aenbr.cc:203 aegis/aenc.cc:326 aegis/aenpa.cc:126 aegis/aenpr.cc:362 #: aegis/aenrls.cc:317 aegis/aermpr.cc:126 aegis/aerpa.cc:129 #: aeimport/import.cc:231 libaegis/user/default.cc:403 msgid "no project name" msgstr "Geef expliciet de projectnaam op bij dit commando" # # This error message is issued when an unknown report name is requested. # # $Name The offending report name. # #: libaegis/aer/parse.cc:191 msgid "no report $name" msgstr "rapportnaam \"$name\" is onbekend" # # This error message is issued when aer is not given a report name on # the command line. # #: aegis/aer.cc:193 aereport/main.cc:185 msgid "no report name" msgstr "geen rapportnaam opgegeven" # # This error message is issued when aet completes unsuccessfully because # one or more tests returned a "no result" exit code. # # $Number The number of tests which failed. # #: aegis/aet.cc:332 aegis/aet.cc:334 aegis/aet.cc:339 aegis/aet.cc:341 msgid "no result $number tests" msgstr "" "$number test${plural $number en} ${plural $number gaven gaf} geen resultaat" # # This error message is issued if no size was specified on the command # line. Exactly two are required. # #: aerect/main.cc:251 msgid "no size specified" msgstr "geen grootte opgegeven" # # This error message is issued when aed attempts to anticipate another # change, and the two files don't have any suitable files in common. # #: aegis/aed.cc:240 msgid "no suitable files in common" msgstr "geen geschikte bestanden gemeen" # # This error message is issued when a command which requires an explicit # user name is not given one. # #: aegis/aechown.cc:180 msgid "no user name" msgstr "geef de gebruiker op bij dit commando" # # This error message is issued when a command which requires a list # of user names is not given any name on the command line. # #: aegis/aena.cc:225 aegis/aend.cc:226 aegis/aeni.cc:226 aegis/aenrv.cc:234 #: aegis/aera.cc:225 aegis/aerd.cc:208 aegis/aeri.cc:208 aegis/aerrv.cc:204 msgid "no user names" msgstr "geen gebruikers opgegeven" # # This error message is issued when two (of 3) mutually exclusive options are # both specified on the command line. # # $Name1 The name of a command line option. # $Name2 The name of a command line option. # $Name3 The name of a command line option. # #: libaegis/help.cc:330 msgid "not $name1 and $name2 and $name3 together" msgstr "" "de opties $name1, $name2 en $name3 sluiten elkaar uit, er kan er maar één " "opgeven worden" # # This error message is issued when two mutually exclusive options are # both specified on the command line. # # $Name1 The name of a command line option. # $Name2 The name of a command line option. # #: libaegis/help.cc:316 msgid "not $name1 and $name2 together" msgstr "" "de opties $name1 en $name2 sluiten elkaar uit, er kan er maar één opgegeven " "worden " # # This fatal error message is issued when a change is used in a context # which requires a branch. (The change number will be supplied by the # change_fatal function.) # #: libaegis/project/bind/existing.cc:108 msgid "not a branch" msgstr "deze wijziging is geen tak" # # This error message is issued when a command which requires # developer privileges is used, and the user is not a developer. # #: aegis/aedb.cc:251 msgid "not a developer" msgstr "gebruiker \"$user\" is niet aangemeld als ontwikkelaar" # # This error message is issued when a command which requires # reviewer privileges is used, and the user is not a reviewer. # #: aegis/aerb.cc:201 aegis/aerbu.cc:207 aegis/aerf.cc:127 aegis/aerp.cc:122 #: aegis/aet.cc:728 msgid "not a reviewer" msgstr "gebruiker \"$user\" is niet aangemeld als reviewer" # # This error message is issued when a command which requires # administrator privileges is used, and the user is not an administrator. # #: aegis/aechown.cc:217 aegis/aedb.cc:203 aegis/aedbu.cc:203 aegis/aedn.cc:158 #: aegis/aena.cc:106 aegis/aenbr.cc:232 aegis/aenbru.cc:188 #: aegis/aenbru.cc:226 aegis/aenc.cc:114 aegis/aencu.cc:190 aegis/aend.cc:106 #: aegis/aeni.cc:106 aegis/aenpa.cc:144 aegis/aenrls.cc:360 aegis/aenrv.cc:106 #: aegis/aepa.cc:111 aegis/aera.cc:106 aegis/aerd.cc:106 aegis/aeri.cc:106 #: aegis/aermpr.cc:185 aegis/aerpa.cc:161 aegis/aerrv.cc:106 #: aelock/lock.cc:103 msgid "not an administrator" msgstr "gebruiker \"$user\" is niet aangemeld als administrator" # # This error message is issued when a command which requires an even # number of file names is not given one. # #: aegis/aemv.cc:411 msgid "not an even number of args" msgstr "you must give an even number of files to this command" # # This error message is issued when a command which requires integrator # privileges is run, and the user is not an integrator. # #: aegis/aeib.cc:902 msgid "not an integrator" msgstr "gebruiker \"$user\" is niet aangemeld als integrator" # # This error message is issued when a build request is given for a # change which is in the being developed state, but the requesting user # is not the change's developer. # #: aegis/aeb.cc:259 aegis/aeclean.cc:426 aegis/aecp.cc:985 aegis/aecpu.cc:254 #: aegis/aed.cc:177 aegis/aed.cc:824 aegis/aedbu.cc:201 aegis/aede.cc:199 #: aegis/aemt.cc:294 aegis/aemtu.cc:247 aegis/aemv.cc:456 aegis/aemvu.cc:236 #: aegis/aenf.cc:478 aegis/aenfu.cc:262 aegis/aent.cc:319 aegis/aentu.cc:227 #: aegis/aerm.cc:321 aegis/aermu.cc:264 aegis/aet.cc:711 msgid "not developer" msgstr "" "gebruiker \"$user\" is niet de ontwikkelaar; alleen gebruiker \"$developer\" " "kan aan deze wijziging werken" # # This error message is issued when a request is made to delete the last # administrator of a project. There must always be at least one project # administrator at all times. # #: aegis/aera.cc:135 msgid "not enough admin" msgstr "er moet op zijn minst altijd een administrator zijn" # # This error message is issued when a build request is given for a # change which is in the 'being integrated' state, but the requesting user # is not the change's integrator. # #: aegis/aeb.cc:271 aegis/aed.cc:819 aegis/aeibu.cc:180 aegis/aeif.cc:134 #: aegis/aeip.cc:488 aegis/aet.cc:735 msgid "not integrator" msgstr "" "gebruiker \"$user\" is niet de integrator; alleen \"$integrator\" kan aan " "deze wijziging werken" # # This error message is issued when a review pass or review fail or review # begin undo request is given for a change which is in the being reviewed # state, but the requesting user is not the change's reviewer AND the # project attribute "develop_end_action" is set to "goto_awaiting_review". # #: aegis/aerbu.cc:219 aegis/aerf.cc:118 aegis/aerp.cc:116 aegis/aet.cc:723 msgid "not reviewer" msgstr "" "gebruiker \"$user\" is niet de juiste reviewer; alleen gebruiker \"$reviewer" "\" kan aan deze wijziging werken" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/architecture.cc:67 libaegis/sub/base_relativ.cc:71 #: libaegis/sub/base_relativ.cc:94 libaegis/sub/change/active_direc.cc:42 #: libaegis/sub/change/attribute.cc:35 libaegis/sub/change/delta.cc:62 #: libaegis/sub/change/develo_direc.cc:63 #: libaegis/sub/change/develop_list.cc:36 libaegis/sub/change/developer.cc:60 #: libaegis/sub/change/files.cc:61 libaegis/sub/change/integr_direc.cc:63 #: libaegis/sub/change/integrator.cc:59 libaegis/sub/change/number.cc:453 #: libaegis/sub/change/number.cc:499 libaegis/sub/change/reviewer.cc:59 #: libaegis/sub/change/reviewr_list.cc:36 libaegis/sub/change/state.cc:57 #: libaegis/sub/change/version.cc:81 libaegis/sub/change/version.cc:93 #: libaegis/sub/copyri_owner.cc:38 libaegis/sub/copyri_years.cc:65 #: libaegis/sub/histo_direc.cc:62 libaegis/sub/history_path.cc:45 #: libaegis/sub/history_path.cc:68 libaegis/sub/project.cc:151 #: libaegis/sub/project/adminis_list.cc:66 libaegis/sub/project/baseline.cc:61 #: libaegis/sub/project/develop_list.cc:65 #: libaegis/sub/project/integra_list.cc:65 #: libaegis/sub/project/reviewe_list.cc:65 libaegis/sub/project/specific.cc:78 #: libaegis/sub/search_path.cc:73 libaegis/sub/source.cc:75 #: libaegis/sub/source.cc:125 msgid "not valid in current context" msgstr "niet geldig in deze context" # # This error message is issued when a file open fails # # $File_Name The name of the offending file. # #: aesubunit/subunit.cc:71 libaegis/gif/open.cc:480 libaegis/input/file.cc:130 #: libaegis/lock.cc:578 libaegis/lock.cc:1198 libaegis/os/edit/string.cc:42 #: libaegis/output/file.cc:193 libaegis/safe_freopen.cc:38 msgid "open $filename: $errno" msgstr "open \"$filename\": $errno" # # This error message is issued when a file open fails because there was # no curl library available when ./configure was run. # # $File_Name The name of the offending file. # #: libaegis/input/curl.cc:628 msgid "open $filename: no curl library" msgstr "" "unable to open \"$filename\" because there was no -lcurl library available " "when Aegis was built. The curl library is used to read many different style " "of URL. If you are using a package manager, it may usually be found in the " "curl-devel package. You will need to reconfigure and rebuild Aegis once it " "is installed." # # This error message is issued by aede when attempting to end the # development of a branch and there is still an outstanding change on # the branch. This message will be issued for each outstanding change. # #: libaegis/project/active.cc:64 libaegis/project/active.cc:87 msgid "outstanding change" msgstr "deze wijziging heeft de status '$state' " # # This error message is issued by aede/aenbru/aermpr when attempting to # end the development of a branch (kill off a branch) and there is one # or more outstanding changes on the branch. # # $Number Number of changes outstanding. (Optional) # #: libaegis/project/active.cc:112 msgid "outstanding changes" msgstr "" "er ${plural $number zijn is} nog $number openstaande ${plural $number " "wijziging wijzigingen}; dit commando kan alleen gebruikt worden als er geen " "wijzigingen meer openstaan" # # This error message is issued when the argument to -Page_Length is absurd. # # $Number The offending page length. # #: libaegis/option.cc:149 msgid "page length $number out of range" msgstr "paginalengte $number valt buiten bereik" # # This error message is issued when the argument to -Page_Width is absurd. # # $Number The offending page width. # #: libaegis/option.cc:127 msgid "page width $number out of range" msgstr "paginabreedte $number valt buiten bereik" # # This error message is issued when bison finds an error at parse time. # #: libaegis/aer/lex.cc:823 msgid "parse error" msgstr "ontledingsfout" # # This error message is issued when bison finds an error at parse time. # #: libaegis/aer/lex.cc:824 msgid "parse error; also virtual memory exceeded" msgstr "ontledingsfout, en onvoldoende geheugen beschikbaar" # # This error message is issued when bison finds an error at parse time. # #: libaegis/aer/lex.cc:825 msgid "parse error; also virtual memory exhausted" msgstr "ontledingsfout, en onvoldoende geheugen beschikbaar" # # This error message is issued when bison finds an error at parse time. # #: libaegis/aer/lex.cc:826 msgid "parser stack overflow" msgstr "" "Niet in staat te begrijpen wat bedoeld werd, te ingewikkeld, blew my stack" # # This message is issued when partial development builds are completed. # #: aegis/aeb.cc:544 msgid "partial build complete" msgstr "gedeeltelijke compilatie is voltooid ${date %H:%M}" # # This message is issued when partial development builds are commenced. # #: aegis/aeb.cc:533 msgid "partial build started" msgstr "gedeeltelijke compilatie is gestart ${date %H:%M}" # # This progress message is issued when aet completes, both successfully # or unsuccessfully. # # $Number The number of tests which passed. # #: aegis/aet.cc:311 aegis/aet.cc:313 msgid "passed $number tests" msgstr "$number test${plural $number en} met goed gevolg doorlopen" # # This error message is issued when a pathconf name max fails. # # $File_Name The name of the offending file. # #: libaegis/os/pathconf.cc:145 msgid "pathconf(\"$filename\", {NAME_MAX}): $errno" msgstr "pathconf(\"$filename\", {NAME_MAX}): $errno" # # This error message is issued when a pathconf path max fails. # # $File_Name The name of the offending file. # #: libaegis/os/pathconf.cc:115 msgid "pathconf(\"$filename\", {PATH_MAX}): $errno" msgstr "pathconf(\"$filename\", {PATH_MAX}): $errno" # TRANSLATION REQUIRED # # This error message is issued by aede-policy when it finds a program # that does not appear to have a manual page (e.g. man/man1/example.1) # # $File_Name The name of the offending file. # #: aede-policy/validation/man_pages.cc:252 #, fuzzy msgid "prog $filename has no man page" msgstr "program \"$filename\" does not have a manual page" # # This information message is issued when aenpr automatically allocates # the project home directory. # # $File_Name The absolute path of the project home directory. # #: aegis/aenrls.cc:546 libaegis/project/verbose/directory.cc:32 msgid "proj dir $filename" msgstr "projectmap \"$filename\"" # TRANSLATION REQUIRED # # This error message is issued when aede-policy is checking the # "authors" policy, but the project has no "AUTHORS" file. # # $File_Name The name of the absent file. # #: aede-policy/validation/authors.cc:93 #: aede-policy/validation/debian-copyr.cc:94 #, fuzzy msgid "proj has no $filename file" msgstr "this project requires a \"$filename\" file" # # This error message is issued when a request is made to run regression # tests, but there are no files which are candidates of the options # specified, or the project may have no tests at all. # #: aegis/aet.cc:1123 msgid "proj has no tests" msgstr "this project requires relevant tests before this command may be used" # # This is the format of project messages (error, fatal and verbose). # Change messages also pass through this format indirectly. # #: libaegis/project.cc:1030 libaegis/project.cc:1064 libaegis/project.cc:1098 msgid "project \"$project\": $message" msgstr "project \"$project\": $message" # # This string is used to format the various "file unacceptable" error messages # to indicate that they refer to project files, not change files. (***) # # $Message The message to be supplemented. # #: aegis/aede.cc:993 msgid "project $message" msgstr "project $message" # # This error message is issued when a user attempts to create a new # project, using a project name which already exists. # # $Name The offending project name. # #: aegis/aenpa.cc:174 libaegis/project/bind/keep.cc:35 #: libaegis/project/bind/new.cc:44 msgid "project $name exists" msgstr "projectnaam \"$name\" is al in gebruik" # # This error message is issued when aenpr is given a project name which # is too long. The only restriction on project name length is the # file system on which it must reside. # # $Name The offending project name. # $Number How many characters too long (how many to remove) # (Optional) # #: libaegis/help/pronamtoolon.cc:31 msgid "project $name too long" msgstr "projectnaam \"$name\" is te lang ($number tekens)" # # This error message is issued when a user attempts to create a new # project alias, using a project name which already exists. # # $Name The offending project alias. # #: libaegis/help/projaliaexis.cc:31 msgid "project alias $name exists" msgstr "projectalias \"$name\" is reeds in gebruik" # # This error message is issued when a user attempts to remove a # non-existent project alias. # # $Name The offending project alias. # #: aegis/aerpa.cc:147 msgid "project alias $name exists not" msgstr "de naam \"$name\" is geen projectalias" # # This progress message is issued when aepa completes successfully. # #: aegis/aepa.cc:145 msgid "project attributes complete" msgstr "attributen zijn gewijzigd" # # This error message is issued when a file read fails. # Also used when a directory read fails. # # $File_Name The name of the offending file. # #: aefind/descend.cc:119 aegis/aeip.cc:271 aels/list.cc:163 #: aesubunit/subunit.cc:90 libaegis/dir.cc:88 libaegis/dir_stack.cc:192 #: libaegis/gif/open.cc:81 libaegis/input/curl.cc:522 #: libaegis/input/file.cc:154 libaegis/input/stdin.cc:93 #: libaegis/os/magic_file.cc:69 msgid "read $filename: $errno" msgstr "lezen van \"$filename\": $errno" # # This error message is issued when a file read fails due to the file # being an incorrect format. # # $File_Name The name of the offending file. # #: libaegis/gif/open.cc:59 msgid "read $filename: format error" msgstr "lezen van \"$filename\": onjuiste bestandsindeling" # # This progress message is issued by aeimport when it starts to scan # the directory tree specified on the command line. It is looking for # history files, and reading each one to extract the history information # it will use to reconstruct the changes. # #: aeimport/import.cc:284 msgid "read history files" msgstr "" "reading history files to learn when each file was changed and by whom..." # # This error message is issued when a readlink fails. # # $File_Name The name of the file to be readlink()ed. # #: libaegis/os/pathname.cc:789 libaegis/os/pathname.cc:811 #: libaegis/os/readlink.cc:57 msgid "readlink $filename: $errno" msgstr "readlink \"$filename\": $errno" # # This progress message is issued when aeimport starts to checkout the # head revision of each history file to form the baseline of the project. # #: aeimport/reconstruct.cc:145 msgid "reconstruct baseline" msgstr "" "checking out head revisions of imported files to reconstruct the project " "baseline..." # # This verbose message is issued by the aecd command when a change is # in the "awaiting review" state. By reminding reviewers to use aerb, # we make the statistics more meaningful, and also block other reviewes # from wasting their time. # #: aegis/aecd.cc:166 msgid "remember to use the aerb command" msgstr "" "Deze wijziging heeft de status 'awaiting review'. Als u deze wijziging gaat " "reviewen, gebruik dan het commando Aegis -review-begin, om te voorkomen dat " "andere ontwikkelaars dubbel reviewwerk gaan doen." # # This progress message is issued when aera completes successfully. # # $Name The name of the removed user. # #: aegis/aera.cc:153 msgid "remove administrator $name complete" msgstr "gebruiker \"$name\" is afgemeld als administrator" # # This progress message is issued when aerd completes successfully. # # $Name The name of the removed user. # #: aegis/aerd.cc:142 msgid "remove developer $name complete" msgstr "gebruiker \"$name\" is afgemeld als ontwikkelaar" # # This progress message is issued when removing the development # directory during an aedbu command. # #: aegis/aedbu.cc:227 aegis/aenbru.cc:247 msgid "remove development directory" msgstr "verwijderen van ontwikkelmap" # # This progress message is issued when aerm completes successfully. # # $File_Name The name of the file to be removed. # #: aegis/aerm.cc:644 msgid "remove file $filename complete" msgstr "bestand \"$filename\" is verwijderd uit deze wijziging" # # This error message is issued when an aerm command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aerm command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aemt.cc:603 aegis/aerm.cc:577 msgid "remove file fail" msgstr "" "$number fatale fout${plural $number en} gevonden; er zijn geen bestanden uit " "deze wijziging verwijderd" # # This progress message is issued when aerm completes successfully. # # $File_Name The name of the file to be removed. # #: aegis/aermu.cc:562 msgid "remove file undo $filename complete" msgstr "bestand \"$filename\" is niet langer verwijderd door deze wijziging" # # This error message is issued when an aermu command fails. Errors are # printed out as they are found, but frequently errors happen together, # so the aermu command finds as many as possible before aborting. This # error is emitted when it aborts. # # $Number Number of fatal errors found. # (Optional) # #: aegis/aermu.cc:460 msgid "remove file undo fail" msgstr "" "$number fatale fout${plural $number en} gevonden; \"bestanden verwijderen\" " "is niet ongedaan gemaakt" # # This progress message is issued when removing the integration # directory during an aeibu command. # #: aegis/aeibu.cc:250 msgid "remove integration directory" msgstr "verwijderen van integratiemap" # # This progress message is issued when aeri completes successfully. # # $Name The name of the removed user. # #: aegis/aeri.cc:142 msgid "remove integrator $name complete" msgstr "gebruiker \"$name\" is afgemeld als integrator" # # This progress message is issued when removing the old development # directory during an aechown command. # #: aegis/aechown.cc:374 msgid "remove old development directory" msgstr "verwijderen van oude ontwikkelmap" # # This progress message is issued when aerpa completes successfully. # #: aegis/aerpa.cc:180 msgid "remove project alias $name complete" msgstr "alias \"$name\" is verwijderd" # # This progress message is issued when aermpr completes successfully. # #: aegis/aermpr.cc:220 msgid "remove project complete" msgstr "project is verwijderd" # # This progress message is issued to inform the user that the project's # directory is being deleted. # #: aegis/aermpr.cc:198 msgid "remove project directory" msgstr "verwijderen van projectmap" # # This progress message is issued when aerrv completes successfully. # # $Name The user name of the removed reviewer. # #: aegis/aerrv.cc:142 msgid "remove reviewer $name complete" msgstr "gebruiker \"$name\" is afgemeld als reviewer" # # This progress message is issued when Aegis removes the symbolic links # from the development directory which point to the baseline. # #: libaegis/change/build/symlinks.cc:1267 msgid "removing symbolic links to baseline" msgstr "" "de-merging files from all baselines from working directory according to " "directory style" # # This error message is issued when a rename fails. # # $File_Name1 The name of the source file or directory. # $File_Name2 The name of the destination file or directory. # #: libaegis/os/rename.cc:40 msgid "rename(\"$filename1\", \"$filename2\"): $errno" msgstr "rename(\"$filename1\", \"$filename2\"): $errno" # # This error message is issued when an ambiguous report name is specified. # # $Name The offending report name. # $Name_List A list of possible alternatives. # (Optional) # #: libaegis/aer/parse.cc:211 msgid "report $name ambig" msgstr "rapportnaam \"$name\" is niet eenduidig ($name_list)" # # This error message is issued when an error is discovered in a report # at run-time. # #: libaegis/aer/report.y:114 libaegis/aer/lex.cc:783 libaegis/aer/lex.cc:803 msgid "report aborted" msgstr "rapport afgebroken" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/addpathsuffi.cc:37 libaegis/sub/change/number.cc:396 #: libaegis/sub/expr.cc:38 msgid "requires at least one argument" msgstr "heeft minstens één argument nodig " # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/base_relativ.cc:83 libaegis/sub/capitalize.cc:56 #: libaegis/sub/change/attribute.cc:42 libaegis/sub/change/developer.cc:86 #: libaegis/sub/change/integrator.cc:86 libaegis/sub/change/number.cc:414 #: libaegis/sub/change/reviewer.cc:86 libaegis/sub/dirname.cc:55 #: libaegis/sub/dirname_rel.cc:55 libaegis/sub/downcase.cc:56 #: libaegis/sub/getenv.cc:56 libaegis/sub/history_path.cc:57 #: libaegis/sub/identifier.cc:57 libaegis/sub/length.cc:33 #: libaegis/sub/namemax.cc:35 libaegis/sub/project.cc:171 #: libaegis/sub/project/adminis_list.cc:74 #: libaegis/sub/project/develop_list.cc:73 #: libaegis/sub/project/integra_list.cc:73 #: libaegis/sub/project/reviewe_list.cc:73 libaegis/sub/project/specific.cc:86 #: libaegis/sub/read_file.cc:55 libaegis/sub/source.cc:89 #: libaegis/sub/trim_directo.cc:36 libaegis/sub/trim_extensi.cc:33 #: libaegis/sub/upcase.cc:56 libaegis/sub/user.cc:168 msgid "requires one argument" msgstr "heeft één argument nodig " # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/basename.cc:58 msgid "requires one or two arguments" msgstr "heeft één of twee argumenten nodig" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/change/number.cc:420 libaegis/sub/substr.cc:33 msgid "requires three arguments" msgstr "heeft drie argumenten nodig" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/change/number.cc:417 libaegis/sub/left.cc:33 #: libaegis/sub/right.cc:33 libaegis/sub/split.cc:33 #: libaegis/sub/unsplit.cc:33 libaegis/sub/zero_pad.cc:36 msgid "requires two arguments" msgstr "heeft twee argumenten nodig" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/change/number.cc:399 libaegis/sub/substitute.cc:39 #: libaegis/sub/switch.cc:34 msgid "requires two or more arguments" msgstr "heeft twee of meer argumenten nodig" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/plural.cc:35 libaegis/sub/plural_forms.cc:135 msgid "requires two or three arguments" msgstr "heeft twee of drie argumenten nodig" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub.cc:203 libaegis/sub/architecture.cc:57 #: libaegis/sub/binary_direc.cc:54 libaegis/sub/change/active_direc.cc:34 #: libaegis/sub/change/delta.cc:54 libaegis/sub/change/develo_direc.cc:55 #: libaegis/sub/change/integr_direc.cc:55 libaegis/sub/change/number.cc:411 #: libaegis/sub/change/version.cc:71 libaegis/sub/common_direc.cc:55 #: libaegis/sub/copyri_owner.cc:44 libaegis/sub/copyri_years.cc:58 #: libaegis/sub/data_directo.cc:55 libaegis/sub/diff.cc:32 #: libaegis/sub/dollar.cc:55 libaegis/sub/functor/hostname.cc:50 #: libaegis/sub/histo_direc.cc:55 libaegis/sub/librar_direc.cc:54 #: libaegis/sub/perl.cc:54 libaegis/sub/project/baseline.cc:54 #: libaegis/sub/search_path.cc:60 libaegis/sub/shell.cc:56 msgid "requires zero arguments" msgstr "heeft geen argumenten nodig" # # This error message is issued by aeipass when a change was being # integrated when aegis was upgraded from 2.3 to 3.0. The file # fingerprints are absent, and restarting the integration will cause # them to be created. # #: aegis/aeip.cc:1009 msgid "restart integration after upgrade" msgstr "" "Geen enkel wijziging kan de status $state hebben terwijl Aegis wordt " "vernieuwd omdat sommige bestands statussen niet beschikbaar zijn. Gebruik " "\"aegis -ibu\" en daarna \"aegis -ib\" op deze wijziging om de integratie te " "herstarten " # # This progress message is issued when aerb completes successfully. # #: aegis/aerb.cc:346 msgid "review begin complete" msgstr "review wijziging \"$user\" is begonnen" # # This progress message is issued when aerbu completes successfully. # #: aegis/aerbu.cc:252 msgid "review begin undo complete" msgstr "begin review ongedaan gemaakt" # # # This progress message is issued when aerfail completes successfully. # #: aegis/aerf.cc:406 msgid "review fail complete" msgstr "wijziging is afgekeurd; terug naar ontwikkelaar" # # This progress message is issued when aerpass completes successfully. # #: aegis/aerp.cc:491 msgid "review pass complete" msgstr "wijziging is goedgekeurd" # # This progress message is issued when aerpu completes successfully. # #: aegis/aerpu.cc:229 msgid "review pass undo complete" msgstr "\"wijziging goedgekeurd\" is ongedaan gemaakt" # # This error message is issued when a reviewer attempts to integrate # a change she reviewed, and the project is configured to disallow this. # #: aegis/aeib.cc:918 msgid "reviewer may not integrate" msgstr "de reviewer van een wijziging mag deze niet ook integreren" # # This progress message is issued when aeifail is removing the # integration directory. # #: aegis/aeif.cc:475 msgid "rm int dir" msgstr "verwijderen van integratiemap" # # This error message is issued when a rmdir fails. # # $File_Name The name of the directory to be removed. # #: libaegis/os/rmdir/rmdir.cc:40 msgid "rmdir $filename: $errno" msgstr "rmdir \"$filename\": $errno" # # This error message is issued when a substitution function is called # incorrectly. See (+++) above. # #: libaegis/sub/source.cc:111 msgid "second argument must be \"Absolute\" or \"Relative\"" msgstr "tweede argument moet \"Absolute\" of \"Relative\" zijn" # # This error message is issued when a setgid fails. # # $Argument The gid argument. # #: libaegis/os/become.cc:80 msgid "setgid $arg: $errno" msgstr "setgid $arg: $errno" # # This error message is issued when a setuid fails. # # $Argument The uid argument. # #: libaegis/os/setuid.cc:42 msgid "setuid $arg: $errno" msgstr "setuid $arg: $errno" # # This error message is issued when too many or too few source file # names are given to the aecp -Output command. # # $Number The number of files actually given. # (Optional) # #: aegis/aecp.cc:362 aegis/aecp.cc:878 msgid "single file with -Output" msgstr "" "slechts één bronbestand kan worden opgegeven met de optie -Output; u gaf er " "$number" # # This information message is issued when aet completes with one or more # skipped tests. # # $Number The number of tests which were skipped. # #: aegis/aet.cc:321 aegis/aet.cc:323 msgid "skipped $number tests" msgstr "skipped $number test${plural $number s}" # # This error message is issued when an inappropriate argument is given # to the sort function. # # $Name The type name of the offending argument. # #: libaegis/aer/func/sort.cc:182 msgid "sort requires a list argument (was given $name)" msgstr "sorteren heeft een lijst als argument nodig (kreeg $name)" # # This error message is issued when too many arguments are given to the # sort function. # # $Number The number of arguments given. # #: libaegis/aer/func/sort.cc:167 msgid "sort requires exactly 1 argument (was given $number)" msgstr "sorteren heeft precies één argument nodig (kreeg $number)" # # This error message is issued when the ${source} substitution is called # incorrectly. See (+++) above. # #: libaegis/sub/history_path.cc:80 libaegis/sub/source.cc:138 msgid "source file unknown" msgstr "bronbestand is onbekend" # # This is the name of the program's standard input. The place input # from getchar (et al) comes from. # #: libaegis/input/stdin.cc:72 msgid "standard input" msgstr "standaardinvoer" # # This is the name of the program's standard output. The place output # from putchar (et al) goes. # #: libaegis/output/stdout.cc:40 msgid "standard output" msgstr "standaarduitvoer" # # This error message is issued when a file stat fails # # $File_Name The name of the offending file. # #: aefind/descend.cc:76 aefind/descend.cc:85 aels/list.cc:116 aels/list.cc:124 #: libaegis/aer/func/mtime.cc:124 libaegis/aer/value/pstate.cc:89 #: libaegis/change/build/symlinks.cc:332 libaegis/dir.cc:72 #: libaegis/dir_stack.cc:115 libaegis/dir_stack.cc:153 #: libaegis/os/become.cc:116 libaegis/os/chmod/query.cc:54 #: libaegis/os/ck_path_trav.cc:97 libaegis/os/executable.cc:53 #: libaegis/os/exists.cc:58 libaegis/os/isa/directory.cc:55 #: libaegis/os/isa/special_file.cc:55 libaegis/os/isa/symlink.cc:49 #: libaegis/os/mtime/actual.cc:55 libaegis/os/mtime/range.cc:55 #: libaegis/os/owner_query.cc:47 libaegis/os/size.cc:45 #: libaegis/os/unlink/errok.cc:61 libaegis/os/unlink/unlink.cc:60 #: libaegis/user/creat_by_dir.cc:41 msgid "stat $filename: $errno" msgstr "stat $filename: $errno" # # This error message is issued when a symlink fails. # # $File_Name1 The name of the source file. # $File_Name1 The name of the destination file. # #: libaegis/change/build/symlinks.cc:260 libaegis/os/symlink/symlink.cc:56 msgid "symlink(\"$filename1\", \"$filename2\"): $errno" msgstr "symlink(\"$filename1\", \"$filename2\"): $errno" # # This error message is issued when something checked before a lock was # obtained, has changed by the time the lock was obtained. This is only # seen rarely. # #: aegis/aechown.cc:238 msgid "sync error, try again" msgstr "er is iets gewijzigd; actie is afgebroken; probeer het opnieuw" # # This error message is issued when yacc finds an error at parse time. # #: libaegis/aer/lex.cc:827 libaegis/xmltextread.cc:204 msgid "syntax error" msgstr "syntaxfout" # # This error message is issued when yacc finds an error at parse time. # #: libaegis/meta_lex.cc:709 msgid "syntax error: cannot back up" msgstr "syntaxfout: kan niet terugstappen" # # This error message is issued when bison finds an error at parse time. # #: libaegis/meta_lex.cc:710 msgid "syntax error; also virtual memory exhausted" msgstr "syntaxfout, en onvoldoende geheugen beschikbaar" # # This error message is issued when the argument to -Tab_Width is absurd. # # $Number The offending tab width. # #: libaegis/option.cc:168 msgid "tab width $number out of range" msgstr "een tab breedte van $number is buiten bereik" # # This error message is issued before running test_command if # progress messages were requested # # $Current Current test number # $Total Total number of tests # $REMaining Estimated number of seconds remaining. # #: libaegis/change/test/batch.cc:210 libaegis/change/test/batch_fake.cc:123 msgid "test $current of $total" msgstr "test $current of $total, ETA $remaining" # # This verbose message is issued when aent determines the list of # suggestions. This allows the user to know which are exact, and which # are noise. # #: aegis/aet.cc:283 msgid "test $filename scored $number" msgstr "$number $filename" # # This error message is issued when aede finds a file which has not been # tested against the baseline. # # $Outstanding A list of outstanding architectures to be tested, # or empty if all are outstanding. (Optional) # #: aegis/aede.cc:1112 msgid "test -bl required" msgstr "" "deze wijziging moet worden getest met 'aegis -Test -BaseLine' $outstanding " "voordat het ontwikkelen kan worden beeindigd" # # This error message is issued when aede finds a file which has not been # regression tested. # # $Outstanding A list of outstanding architectures to be tested, # or empty if all are outstanding. (Optional) # #: aegis/aede.cc:1141 msgid "test -reg required" msgstr "" "deze wijziging moet worden getest met 'aegis -Test -REGression' $outstanding " "voor het beeindigen ontwikkelen" # # This error message is issued when Aegis is invoked in test mode, but # the -LIBrary option was not used to specify the test library path. # # $Name The name of the -LIBrary option. # #: libaegis/gonzo.cc:432 msgid "test mode needs $name" msgstr "Geen $name optie opgegeven. Dit is verplicht in de \"test\" modus." # # This error message is issued when aede finds a file which has not been # tested. # # $Outstanding A list of outstanding architectures to be tested, # or empty if all are outstanding. (Optional) # #: aegis/aede.cc:1083 msgid "test required" msgstr "" "deze wijziging moet worden getest met 'aegis -Test' $outstanding voor het " "beeindigen ontwikkelen" # # This message is printed when the variable named in a catch lause is # not a modifiable lvalue. # #: libaegis/aer/stmt/try.cc:42 msgid "the catch variable must be modifiable" msgstr "De catch variabele moet modificeerbaar zijn " # # This message is printed when the variable named in a catch lause is # not a modifiable lvalue. # # $Name The type name of the offending expression. # #: libaegis/aer/stmt/try.cc:80 msgid "the catch variable must be modifiable (not $name)" msgstr "de catch variabele moet modificeerbaar zijn (kreeg $name)" # # This message is issued when a for(a in b) loop is given a sequence expression # (the second one) which is not a list. # # $Name The type name of the offending expression. # #: libaegis/aer/stmt/for.cc:253 msgid "the loop iteration value must be a list (not $name)" msgstr "de lus iteratie waarde moet een lijst zijn (kreeg $name)" # # This message is issued when a for(a in b) loop is given a control # expression (the first one) which is not an lvalue. This is determined # at compile time, the other one is determined at run time. # #: libaegis/aer/stmt/for.cc:177 msgid "the loop variable must be modifiable" msgstr "de lus variabele moet een modificeerbare waarde zijn" # # This message is issued when a for(a in b) loop is given a control expression # (the first one) which is not an lvalue. # # $Name The type name of the offending expression. # #: libaegis/aer/stmt/for.cc:215 msgid "the loop variable must be modifiable (not $name)" msgstr "de lus variabele moet een modificeerbare waarde zijn (kreeg $name)" # # This message is issued when a variable name is reused. # # $Name The offending variable name. # #: libaegis/aer/expr/name.cc:157 msgid "the name \"$name\" has already been used" msgstr "de naam \"$name\" is al gebruikt" # # This error message is issued when an unknown name is referenced. # # $Name The undefined variable name. # #: aefind/function.cc:97 aelcf/main.cc:110 aelcf/main.cc:143 aelpf/main.cc:112 #: aelpf/main.cc:145 aelsf/main.cc:112 aelsf/main.cc:145 #: aemakegen/flavour/factory.cc:93 aemakegen/target/debian/control.cc:116 #: aemakegen/target/debian/control.cc:224 aemakegen/target/factory.cc:78 #: libaegis/aer/expr/name.cc:125 libaegis/introspector/structure.cc:65 #: libaegis/meta_context/sem.cc:239 libaegis/meta_context/sem.cc:346 msgid "the name \"$name\" is undefined" msgstr "de naam \"$name\" is niet gedefineerd" # # This information message is issued when Aegis needs to delay for a # number fo seconds to ensure that file modification tikmes do not extend # into the future. Commonest sighting is when aeipass needs to sleep. # Also used as a debug message, only visable when DEBUG is defined. # #: aegis/aeip.cc:2246 libaegis/os/throttle.cc:71 msgid "throttling $number seconds" msgstr "" "sleeping $number second${plural $number s} to allow file modifications times " "to be consistent" # # This message is issued whrn a throw statement is evaluated, and the # value to be thrown is not a string. # # $Name The type name of the offending expression. # #: libaegis/aer/stmt/throw.cc:70 msgid "throw statement requires string argument (not $name)" msgstr "het throw statement heeft een string argument nodig (kreeg $name)" # # This warning is issued when a delta date is specified which # falls before the start of a branch. This is not meaningful when # recreating the contents of a branch. # # $number The offending date and time. # #: libaegis/project/file/roll_forward.cc:611 msgid "time $number after branch" msgstr "" "warning: the time \"$number\" is after the branch finished, this is not " "meaningful when recreating the contents of the branch" # # This warning is issued when a delta date is specified which falls # before the start of a branch. This is not meaningful when recreating # the contents of a branch. # # $number The offending date and time. # #: libaegis/project/file/roll_forward.cc:595 msgid "time $number before branch" msgstr "" "warning: the time \"$number\" is before the branch started, this is not " "meaningful when recreating the contents of the branch" # # This error message is issued when too few files names are specified on # the command line. # #: aediff/diff.cc:214 aegis/aemv.cc:404 msgid "too few files named" msgstr "te weinig bestanden opgegeven" # # This error message is issued when a file is named more than one in a # list of file names on the command line. # # $File_Name The name of the offending file. # #: aegis/aeb.cc:410 aegis/aecp.cc:1198 aegis/aecp.cc:1232 aegis/aecpu.cc:342 #: aegis/aecpu.cc:385 aegis/aed.cc:581 aegis/aemt.cc:376 aegis/aemt.cc:410 #: aegis/aemtu.cc:326 aegis/aemtu.cc:370 aegis/aemvu.cc:311 aegis/aemvu.cc:347 #: aegis/aenf.cc:551 aegis/aenfu.cc:343 aegis/aenfu.cc:381 aegis/aent.cc:395 #: aegis/aentu.cc:315 aegis/aentu.cc:354 aegis/aerm.cc:400 aegis/aerm.cc:450 #: aegis/aermu.cc:350 aegis/aermu.cc:389 aegis/aet.cc:845 aegis/aet.cc:934 #: aegis/aet.cc:997 aegis/aet.cc:1710 aegis/aet.cc:1789 msgid "too many $filename" msgstr "bestand \"$filename\" meer dan eens genoemd" # # This error message is issued when too many delta names are given on # the command line. # #: aegis/aedn.cc:111 msgid "too many delta names" msgstr "te veel delta namen opgegeven" # # This error message is issued when a command which expects one # directory to be specified on the command line, receives more than one. # #: aegis/aecd.cc:119 msgid "too many dir" msgstr "te veel directories opgegeven" # # This error message is issued when too many file names are specified on # the command line. # #: aeannotate/annotate.cc:682 aegis/aefa.cc:207 aegis/aenf.cc:412 #: aegis/aent.cc:295 aesubunit/subunit.cc:215 libaegis/help/toomanyfiles.cc:27 msgid "too many files" msgstr "te veel bestanden opgegeven" # # This error message is issued when too many information names are # specified to the aev command. It only accepts one. # #: libaegis/version.cc:125 msgid "too many info names" msgstr "te veel versie informatie namen opgegeven" # # This error message is issued when ael is given too many list names on # the command line. # #: aegis/ael.cc:362 aexml/main.cc:122 msgid "too many lists" msgstr "te veel lijst namen opgegeven" # # This error message is issued when there are too many project names # specified on the command line. # #: aegis/aenpa.cc:113 aegis/aenrls.cc:203 msgid "too many proj name" msgstr "te veel project namen opgegeven" # # This error message is issued too many sizes are specified on the # command line. Exactly two are required. # #: aerect/main.cc:178 msgid "too many sizes specified" msgstr "te veel groottes opgegeven" # # This error message is issued when aena is given a user name more than once. # # $Name The offending user name. # #: aegis/aena.cc:203 aegis/aend.cc:204 aegis/aeni.cc:204 aegis/aenrv.cc:203 #: aegis/aera.cc:203 aegis/aerd.cc:186 aegis/aeri.cc:186 aegis/aerrv.cc:181 msgid "too many user $name" msgstr "gebruiker \"$name\" meer dan eens genoemd" # # This format string is used when assembling a change message # (information, progress or fatal) for the trunk change of a project. # # $Message The message to be issued. # #: libaegis/change/error.cc:58 libaegis/change/fatal.cc:58 #: libaegis/change/verbose.cc:58 libaegis/change/warning.cc:66 msgid "trunk: $message" msgstr "stam: $message" # # This error message is issued when a user from the /etc/passwd file, or # equivalent, cannot be found by number. # # $Number The offending user number. # #: libaegis/aer/value/passwd.cc:121 libaegis/aer/value/uconf.cc:111 #: libaegis/user/create1.cc:76 msgid "uid $number unknown" msgstr "gebruikers id $number onbekend" # # This error message is issued when the uname system call fails. # #: libaegis/uname.cc:49 msgid "uname: $errno" msgstr "uname: $errno" # # This error message is issued when there is an unfinished recovery # action to change the mode of a file or directory. # # $Argument The mode, in octal, the file is to be changed to. # $File_Name The name of the file # #: libaegis/undo/item/chmod.cc:50 libaegis/undo/item/chmod_errok.cc:50 msgid "unfinished: chmod $arg $filename" msgstr "afgebroken herstel: chmod $arg $filename" # # This error message is issued when there is an unfinished recovery # action to move file file or directory. # # $File_Name1 The name of the source file # $File_Name2 The name of the destination file # #: libaegis/undo/item/rename.cc:50 msgid "unfinished: mv $filename1 $filename2" msgstr "afgebroken herstel: mv $filename1 $filename2" # # This error message is issued when there is an unfinished recovery # action to remove a file. # # $File_Name The name of the file # #: libaegis/undo/item/unlink_errok.cc:48 msgid "unfinished: rm $filename" msgstr "afgebroken herstel: rm $filename" # # This error message is issued when there is an unfinished recovery # action to remove a directory. # # $File_Name The name of the directory # #: libaegis/undo/item/rmdir_bg.cc:48 libaegis/undo/item/rmdir_errok.cc:48 msgid "unfinished: rmdir $filename" msgstr "afgebroken herstel: rmdir $filename" # # This error message is issued when there is an unknown option on the # command line. # # $Name The offending command line argument. # #: libaegis/help.cc:288 msgid "unknown \"$name\" option" msgstr "onbekende \"$name\" optie op de opdrachtregel" # # This error message is issued when an unknown C escape sequence is seen. # # $Name The offending escape sequence, including the backslash. # #: libaegis/aer/lex.cc:412 libaegis/meta_lex.cc:343 msgid "unknown '$name' escape" msgstr "onbekende '$name' escape seqentie" # # This error message is issued when an unknown change is referred to. # The change number will be given in the surrounding "wrapper". # #: libaegis/arglex/change.cc:172 libaegis/change/bind/existing.cc:84 msgid "unknown change" msgstr "Er is geen wijziging of tak met dit nummer bekend in dit project" # # This fatal error message is issued when the shell cannot be determined. # #: aecomplete/shell.cc:53 msgid "unknown shell" msgstr "unable to determine the shell which has requested the completion" # # This error message is issued when an unknown substitution is # referenced. See (+++) above. # #: libaegis/sub.cc:494 msgid "unknown substitution name" msgstr "onbekende substitutie naam" # # This error message is issued when an unknown substitution variant # is referenced. See (+++) above. # #: libaegis/sub/change/developer.cc:74 libaegis/sub/change/integrator.cc:74 #: libaegis/sub/change/number.cc:470 libaegis/sub/change/reviewer.cc:74 #: libaegis/sub/project.cc:163 libaegis/sub/project/adminis_list.cc:87 #: libaegis/sub/project/develop_list.cc:86 #: libaegis/sub/project/integra_list.cc:86 #: libaegis/sub/project/reviewe_list.cc:85 libaegis/sub/user.cc:157 msgid "unknown substitution variant" msgstr "onbekende substitutie variatie" # # This error message is issued when an unlink fails. # # $File_Name The name of the file to be unlinked. # #: aefind/function/delete.cc:85 libaegis/os/unlink/unlink.cc:68 #: libaegis/os/unlink/unlink.cc:77 msgid "unlink $filename: $errno" msgstr "unlink \"$filename\": $errno" # # This fatal error message is issued when aedbu command is applied to # a simple change. # #: aegis/aenbru.cc:202 msgid "use aedbu instead" msgstr "gebruik `aegis -dbu' " # # This fatal error message is issued when the aedbu or aermpr commands # are applied to a branch. # #: aegis/aedbu.cc:174 aegis/aermpr.cc:137 msgid "use aenbru instead" msgstr "gebruik `aegis -nbru' " # # This error message is issued when a request is made to remove a # developer from a project, and the user named is not a # developer. # # $Name The offending user name. # #: aegis/aerd.cc:120 msgid "user \"$name\" is not a developer" msgstr "gebruiker \"$name\" is geen ontwikkelaar" # # This error message is issued when a request is made to remove a # reviewer from a project, and the user named is not a reviewer. # # $Name The offending user name. # #: aegis/aerrv.cc:120 msgid "user \"$name\" is not a reviewer" msgstr "gebruiker \"$name\" is geen reviewer" # # This error message is issued when a request is made to remove an # administrator from a project, and the user named is not an # administrator. # # $Name The offending user name. # #: aegis/aera.cc:124 msgid "user \"$name\" is not an administrator" msgstr "gebruiker \"$name\" is geen administrator" # # This error message is issued when a request is made to remove an # integrator from a project, and the user named is not an # integrator. # # $Name The offending user name. # #: aegis/aeri.cc:120 msgid "user \"$name\" is not an integrator" msgstr "gebruiker \"$name\" is geen integrator" # # This error message is issued when aena is asked to add an # administrator to a project, but the user's uid is too low (too # privileged). # # $Name The offending user name. # #: libaegis/help/user_toopriv.cc:37 msgid "user $name too privileged" msgstr "gebruiker \"$name\" heeft te veel rechten" # # This error message is issued when a user from the /etc/passwd file, or # equivalent, cannot be found by name. # # $Name The offending user name. # #: libaegis/aer/value/passwd.cc:137 libaegis/aer/value/uconf.cc:125 #: libaegis/user/create3.cc:69 msgid "user $name unknown" msgstr "gebruiker \"$name\" onbekend" # # This error message is issued when a user is named who does not appear # in the /etc/passwd file, or equivalent. # # $Name The offending user name. # $Guess The closest match in the /etc/passwd file. # #: libaegis/user/create3.cc:62 msgid "user $name unknown, closest is $guess" msgstr "gebruiker \"$name\" onbekend, beste gok is \"$guess\" " # # This information message is issued when Aegis is about to execute a # command, to tell the user who the command will be executed as. # # $Name1 The quoted user name. # $Name2 The quoted group name. # #: libaegis/os/execute_retc.cc:84 msgid "user $name1, group $name2" msgstr "gebruiker $name1, groep $name2" # # This is the format of user messages (error, fatal and verbose). # #: libaegis/user/ustate_lock.cc:50 libaegis/user/ustate_lock.cc:60 msgid "user $name: $message" msgstr "gebruiker \"$name\": $message" # # This error message is issued when a utime fails. # # $File_Name The name of the file # #: libaegis/os/mtime/set.cc:57 msgid "utime $filename: $errno" msgstr "utime \"$filename\": $errno" # # This error message is issued when an inappropriate data type is # supplied in an Aegis data file or configuration file. # # $Name The type name of the *required* type. # #: libaegis/introspector.cc:51 libaegis/meta_context/sem.cc:141 #: libaegis/meta_context/sem.cc:176 libaegis/meta_context/sem.cc:194 #: libaegis/meta_context/sem.cc:219 libaegis/meta_context/sem.cc:257 #: libaegis/meta_context/sem.cc:302 msgid "value of type $name required" msgstr "waarde van type $name nodig" # # This fatal error message is issued when a version number handed to the # -BRanch option has a non-branch it in somewhere. # # $number The offending version number. # #: libaegis/project.cc:901 msgid "version $number not a branch" msgstr "versie \"$number\" is geen tak" # # This progress message is issued when Aegis is waiting for a lock. # This message is seen often. # # $Name The type name of the lock being waited for. # #: libaegis/lock.cc:820 msgid "waiting for $name lock" msgstr "wacht op vergrendeling $name" # # This progress message is issued when Aegis is waiting for a project # baseline read lock. This message is issued with a project indicator. # #: libaegis/project.cc:583 msgid "waiting for baseline read lock" msgstr "" "wacht op leesvergrendeling van baseline; er is een \"aegis -Integrate_PASS\" " "commando bezig" # # This progress message is issued when Aegis is waiting for a project # baseline write lock. This message is issued with a project indicator. # #: libaegis/project.cc:622 msgid "waiting for baseline write lock" msgstr "" "wacht op schrijfvergrendeling van baseline; er zijn één of meer \"aegis -" "Build\" commando's bezig" # # This progress message is issued when Aegis is waiting for a global state # lock. The global state remembers project names and where they are. # #: libaegis/gonzo.cc:1049 msgid "waiting for global state lock" msgstr "wacht op globale statusvergrendeling" # # This progress message is issued when Aegis is waiting for a project # history lock. This message is issued with a project indicator. # #: libaegis/project.cc:649 msgid "waiting for history lock" msgstr "" "wacht op vergrendeling van history; er is een \"aegis -Integrate_PASS\" " "commando bezig op een andere tak" # # This progress message is issued when Aegis is waiting for a lock. # This message is seen often, usually with a change or project indicator. # #: libaegis/change/cstate/lock_prepare.cc:35 #: libaegis/project/lock/prepare.cc:35 libaegis/user/ustate_lock.cc:45 msgid "waiting for lock" msgstr "wacht op vergrendeling" # # This warning message is issued when aed automatically alters the file # action from create to modify. This happens when two separate change # create the same file, and the second change is differenced after the # first change is integrated. # # $File_Name The name of the affected file. # #: libaegis/change/file/promote.cc:109 msgid "warning: $filename in baseline, copying" msgstr "" "Waarschuwing: bestand \"$filename\" bestaat al in dit project; actie is " "automatisch omgezet van \"aanmaken\" naar \"wijzigen\"" # # This warning message is issued when a change file is modified by the # history tool (history_put_command or history_create_command) # during aeipass. # # $File_Name The name of the offending file. # #: libaegis/change/history/trash.cc:81 msgid "warning: $filename modified by history tool" msgstr "" "Waarschuwing: de history tool heeft het \"$filename\" source bestand " "veranderd" # # This warning message is issued by aedist when a patch in an incominmg # change set cannot be used (it could be malformed, it may have one or # more chunks that can't be applied, etc) and so the full source for # the file from the incming change set has been used instead. # # $filename The name of the offending file. # #: aedist/receive.cc:2142 msgid "warning: $filename patch not used" msgstr "" "warning: the patch for \"$filename\" could not be used, so the full incoming " "source for this file has been used; you may need to resolve conflicts " "manually" # # This warning message is issued when the the old project configuration # file name if given to the aenf command, without a -config or -noconfig # option. This has been obsoleted, and users are encouraged to use the # new project configuration filename instead. # # $File_Name1 The name of the old project configuration file. # $File_Name2 The name of the new project configuration file default. # #: aegis/aenf.cc:856 aegis/aenf.cc:926 msgid "warning: $filename1 deprecated, use $filename2 file instead" msgstr "" "Warning: The \"$filename1\" file has been deprecated, it is suggested that " "you use the \"$filename2\" file instead. See aenf(1) for more information." # # This generic message is used to turn what would otherwise be an error # message into a warning message. # # $MeSsaGe The message to be printed as a warning. # #: libaegis/change/warning.cc:51 msgid "warning: $message" msgstr "Waarschuwing: $message" # # This warning message is issued when the AEGIS environment variable is # detected. This has been obsoleted, and users are encouraged to use # the AEGIS_PATH environment variable instead. # # $Name1 The name of the AEGIS environment variable. # $Name2 The name of the AEGIS_PATH environment variable. # #: libaegis/gonzo.cc:399 msgid "warning: $name1 is obsolete, use $name2 environment variable" msgstr "" "Waarschuwing: de omgevingsvariabele $name1 is verouderd; gebruik voortaan " "$name2 " # # This warning is issued when an obsolete option is used. # # $Name1 The name of the obsolete option. # $Name2 The name of the preferred option. # #: aedist/send.cc:514 aedist/send.cc:545 aegis/aenpr.cc:263 aegis/aenpr.cc:294 #: aegis/aenrls.cc:273 msgid "warning: $name1 obsolete, use $name2 option" msgstr "Waarschuwing: de optie $name1 is verouderd; gebruik voortaan $name2 " # # This warning message is issued when a chmod fails, but Aegis will continue. # # $File_Name The name of the file to be changed. # $Argument The mode desired. # #: libaegis/os/chmod/errok.cc:52 msgid "warning: chmod(\"$filename\", $arg): $errno" msgstr "Waarschuwing: chmod(\"$filename\", $arg): $errno" # # This warning message is issued when a child process stops with a # non-zero exit status, but Aegis will continue. # # $Command The offending command. # $Number The exit status of the child. # #: libaegis/os/execute_retc.cc:238 msgid "warning: command \"$command\" exit status $number" msgstr "Waarschuwing: commando \"$command\" had afsluitwaarde $number" # # This warning message is issued when Aegis finds files which require # merging, but has been (explicitly or implicitly) requested no to # perform any merges. # # $Number The number of files requiring merging. # (Optional) # #: aegis/aeclean.cc:637 msgid "warning: diffable files" msgstr "" "Waarschuwing: er ${plural $number 'zijn $number bestanden die vergeleken " "moeten' 'is een bestand dat vergeleken moet'} worden" # # This error message is issued when your search expression doesn't # do anything. # #: aefind/cmdline.y:531 msgid "warning: expression has no side effects, assuming you meant -PRint" msgstr "" "Waarschuwing: expressie heeft geen bijwerking; er wordt aangenomen dat -" "PRint bedoeld werd" # # This warning message is issued when aeclean notices that a file needs # to be differenced. # # $File_Name The name of the offending file. # #: aegis/aeclean.cc:615 msgid "warning: file \"$filename\" needs diff" msgstr "Waarschuwing: bestand \"$filename\" moet vergeleken worden" # # This warning message is issued when aeclean notices that a file needs # to be merged. # # $File_Name The name of the offending file. # #: aegis/aeclean.cc:511 msgid "warning: file \"$filename\" needs merge" msgstr "Waarschuwing: bestand \"$filename\" moet samengevoegd worden" # # This warning message is issued when aeipass adjust file modification # times, and finds that one or more file have modification times a few # seconds into the future. # # $Number The number of seconds into the future. # (Optional) # #: aegis/aeip.cc:2271 msgid "warning: file times in future" msgstr "" "Waarschuwing: bestandswijzigingstijden zijn $number second${plural $number " "en} in de toekomst" # # This warning message is a summary issued when one or more change # files are modified by the history tool (history_put_command or # history_create_commands) during aeipass. # # $Number The number of files modified. # (Optional) # #: libaegis/change/history/trash.cc:109 msgid "warning: files modified by history tool" msgstr "" "waarschuwing: De history tool wijzigde $number source ${plural $number " "bestanden bestand}. ${plural $number de het} source ${plural $number " "bestanden bestand} in de repository ${plural $number zijn is } nu niet " "langer gelijk aan {plural $number de het} object ${plural $number bestanden " "bestand} in de repository. De history tool heeft de referentiele integriteit " "van de repository aangetast, tenzij de veranderingen alleen in commentaar " "voorkomen." # # This warning message is issued when Aegis finds files which require # merging, but has been (explicitly or implicitly) requested no to # perform any merges. # # $Number The number of files requiring merging. # (Optional) # #: aegis/aeclean.cc:629 aegis/aed.cc:1516 msgid "warning: mergable files" msgstr "" "Waarschuwing: er ${plural $number 'zijn $number bestanden die samengevoegd " "moeten' 'is een bestand dat samengevoegd moet'} worden" # # This warning message is issued when aed automatically alters the file # action from modify to create. This happens when two separate change # act on the same file, one to remove it and another to modify it, and # the second change is differenced after the first change is integrated. # # $File_Name The name of the affected file. # #: libaegis/change/file/promote.cc:199 msgid "warning: no $filename in baseline, creating" msgstr "" "Waarschuwing: bestand \"$filename\" is verwijderd uit de baseline; actie is " "automatisch omgezet van \"wijzigen\" naar \"aanmaken\"" # # This warning message is issued when a non-intuitive default is # taken by the program. # # $Name1 The name of a command line option. # $Name2 The name of a command line option. # #: aegis/aeca.cc:671 aegis/aefa.cc:836 aegis/aeif.cc:302 aegis/aenc.cc:317 #: aegis/aepa.cc:284 aegis/aerf.cc:279 msgid "warning: no $name1, assuming $name2" msgstr "Waarschuwing: geen $name1 opgeven, ik neem aan dat u $name2 bedoeld" # # This warning message is issued when an aechown command attempts to # change the owner of a change to the current owner. # #: aegis/aechown.cc:215 msgid "warning: no chown" msgstr "" "Waarschuwing: eigenaar hoeft niet veranderd te worden, deze wijziging wordt " "al ontwikkeld door \"$developer\", een nieuwe ontwikkelmap wordt aangemaakt" # # This warning is issued when a received file could have a Trojan horse # attack in it, but the use said to keep going. # #: aedist/receive.cc:2344 aepatch/receive.cc:1247 msgid "warning: potential trojan, proceeding anyway" msgstr "" "Waarschuwing: deze wijziging bevat bestanden die een trojaans paard zouden " "kunnen bevatten. Omdat de optie --no-trojan werd opgegeven, gaat het " "ontwikkelen desondanks door." # # This warning is issued when a received file could have a Trojan horse # attack in it. # #: aedist/receive.cc:2400 aedist/receive.cc:2614 aepatch/receive.cc:1265 #: aepatch/receive.cc:1324 msgid "warning: potential trojan, review before completing development" msgstr "" "Waarschuwing: deze wijziging bevat bestanden die een trojaans paard zouden " "kunnen bevatten. Verifieer dat dit niet zo is voordat u compileert, test, " "of het ontwikkelen beëindigd. Deze wijziging houdt de status " "being_developed." # # This warning message is issued when a rmdir fails, but Aegis will continue. # # $File_Name The name of the directory to be removed. # #: aegis/aeclean.cc:159 libaegis/dir/functor/rmdir_bg.cc:60 #: libaegis/os/rmdir/bg.cc:39 libaegis/os/rmdir/errok.cc:40 #: libaegis/os/rmdir/tree.cc:39 msgid "warning: rmdir $filename: $errno" msgstr "Waarschuwing: rmdir \"$filename\": $errno" # # This warning message is issued when a setgid fails, but Aegis will continue. # # $Argument The gid argument. # #: libaegis/os/become.cc:77 msgid "warning: setgid $arg: $errno" msgstr "Waarschuwing: setgid $arg: $errno" # # This warning message is issued when a state fails, but Aegis will continue. # # $File_Name The name of the file to be stat()ed. # #: libaegis/os/unlink/errok.cc:62 msgid "warning: stat $filename: $errno" msgstr "Waarschuwing: stat \"$filename\": $errno" # # This warning message is issued when in Aegis runs in test mode. # #: libaegis/os/become.cc:303 msgid "warning: test mode" msgstr "" "Waarschuwing: deze versie werkt in \"test\"-modus. Het heeft beperkte " "mogelijkheden wegens gebrek aan rechten. Deze modus is alleen voor testen, " "en is niet de aanbevolen werkmodus." # # This warning message is issued when an unlink fails, but Aegis will continue. # # $File_Name The name of the file to be unlinked. # #: libaegis/dir/functor/rmdir_bg.cc:75 libaegis/os/unlink/errok.cc:70 #: libaegis/os/unlink/errok.cc:79 msgid "warning: unlink $filename: $errno" msgstr "Waarschuwing: unlink \"$filename\": $errno" # # This warning message is issued when a command which accepts both -Edit # and -File is given a file name without the -File option. This usage # is being phased out, so that -Edit can become the default. # # $Name The name of the -File option, # assuming option names will be internationalized RSN # #: aegis/aeca.cc:514 aegis/aeif.cc:177 aegis/aenc.cc:174 aegis/aepa.cc:185 #: aegis/aerf.cc:166 msgid "warning: use $name option" msgstr "Waarschuwing: gebruik de optie $name bij een attributenbestand" # # This warning message is issued when a utime fails. # # $File_Name The name of the file # #: libaegis/os/mtime/set_errok.cc:52 msgid "warning: utime $filename: $errno" msgstr "Waarschuwing: utime \"$filename\": $errno" # # This error message is issued when a aedbu command is run by a # user who was not the developer of the change being operated on. # #: aegis/aedeu.cc:224 msgid "was not developer" msgstr "" "Gebruiker \"$user\" is niet de ontwikkelaar; alleen \"$developer\" kan " "onwikkelen einde ongedaan maken" # # This error message is issued when a aerpu command is run by a # user who was not the reviewer of the change being operated on. # #: aegis/aerpu.cc:162 msgid "was not reviewer" msgstr "" "Gebruiker \"$user\" was niet de reviewer van deze wijziging; alleen " "\"$reviewer\" mag \"wijziging goedgekeurd\" ongedaan maken" # # This error message is issued when a file write fails # # $File_Name The name of the offending file. # #: libaegis/output/file.cc:88 libaegis/output/pager.cc:162 #: libaegis/output/stdout.cc:104 msgid "write $filename: $errno" msgstr "Schrijven van \"$filename\" is mislukt: $errno" # # This error message is issued when the input it too complicated for # yacc to figure out. # #: libaegis/aer/lex.cc:828 msgid "yacc stack overflow" msgstr "de invoer is te ingewikkeld" # # This error message is issued when Aegis is unable to proceed because # the user has not yet created an essential change file. # # $File_Name The name of the offending file # #: libaegis/change/pconf/get.cc:1078 msgid "you must create a \"$filename\" file" msgstr "u dient een bestand \"$filename\" aan te maken"