From 1207006ea66a6f7762af5d0ed17dcadba29d2dd5 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 1 Dec 2011 22:49:48 -0800 Subject: [PATCH] Community-contributed localization for Dutch; Flemish (nl) --- .../hudson/AboutJenkins/index_nl.properties | 23 ++++++++++++++++ .../PluginManager/advanced_nl.properties | 1 + .../hudson/PluginManager/index_nl.properties | 3 +++ .../PluginManager/installed_nl.properties | 1 + .../hudson/PluginManager/table_nl.properties | 2 ++ .../message_nl.properties | 25 +++++++++++++++++ .../config_nl.properties | 23 ++++++++++++++++ .../model/AbstractBuild/index_nl.properties | 2 +- .../model/AbstractBuild/tasks_nl.properties | 3 ++- .../AbstractProject/sidepanel_nl.properties | 2 +- .../hudson/model/AllView/noJob_nl.properties | 2 +- .../UserIdCause/description_nl.properties | 1 + .../model/Computer/configure_nl.properties | 24 +++++++++++++++++ .../hudson/model/Computer/index_nl.properties | 27 +++++++++++++++++++ .../model/Computer/sidepanel_nl.properties | 4 +++ .../DirectoryBrowserSupport/dir_nl.properties | 1 + .../model/Job/buildTimeTrend_nl.properties | 1 + .../hudson/model/Job/index_nl.properties | 3 +++ .../ListView/configure-entries_nl.properties | 5 ++++ .../hudson/model/Run/configure_nl.properties | 26 ++++++++++++++++++ .../hudson/model/Run/console_nl.properties | 5 ++-- .../CoreUpdateMonitor/message_nl.properties | 1 + .../DownloadJob/Success/status_nl.properties | 23 ++++++++++++++++ .../model/UpdateCenter/body_nl.properties | 23 ++++++++++++++++ .../hudson/model/User/index_nl.properties | 23 ++++++++++++++++ .../hudson/model/User/sidepanel_nl.properties | 1 + .../model/View/People/index_nl.properties | 1 + .../hudson/model/View/newJob_nl.properties | 2 +- .../hudson/model/View/sidepanel_nl.properties | 10 +++---- .../DiskSpace/cause_nl.properties | 23 ++++++++++++++++ .../config_nl.properties | 24 +++++++++++++++++ .../scm/SCM/project-changes_nl.properties | 1 + .../config_nl.properties | 1 + .../Details/config_nl.properties | 4 +-- .../DumbSlave/configure-entries_nl.properties | 27 +++++++++++++++++++ .../slaves/JNLPLauncher/config_nl.properties | 23 ++++++++++++++++ .../SlaveComputer/sidepanel2_nl.properties | 25 +++++++++++++++++ .../SlaveComputer/systemInfo_nl.properties | 24 +++++++++++++++++ .../config_nl.properties | 23 ++++++++++++++++ .../BuildAction/index_nl.properties | 25 +++++++++++++++++ .../DefaultViewsTabBar/viewTabs_nl.properties | 23 ++++++++++++++++ .../columnHeader_nl.properties | 2 +- .../LastFailureColumn/column_nl.properties | 2 +- .../LastStableColumn/column_nl.properties | 23 ++++++++++++++++ .../columnHeader_nl.properties | 2 +- .../LastSuccessColumn/column_nl.properties | 2 +- .../StatusColumn/columnHeader_nl.properties | 2 +- .../WeatherColumn/columnHeader_nl.properties | 2 +- .../widgets/HistoryWidget/entry_nl.properties | 23 ++++++++++++++++ .../jenkins/model/Jenkins/_cli_nl.properties | 24 +++++++++++++++++ .../model/Jenkins/configure_nl.properties | 1 + .../model/Jenkins/downgrade_nl.properties | 24 +++++++++++++++++ .../jenkins/model/Jenkins/login_nl.properties | 2 +- .../model/Jenkins/systemInfo_nl.properties | 6 ++++- .../hudson/editableDescription_nl.properties | 2 +- .../lib/hudson/executors_nl.properties | 4 +-- .../lib/hudson/iconSize_nl.properties | 2 +- .../resources/lib/hudson/queue_nl.properties | 4 +-- .../resources/lib/hudson/rssBar_nl.properties | 4 +-- .../hudson/thirdPartyLicenses_nl.properties | 24 +++++++++++++++++ .../resources/lib/layout/layout_nl.properties | 7 ++--- .../MavenModuleSet/disabled_nl.properties | 2 +- .../maven/MavenModuleSet/index_nl.properties | 1 + .../MavenModuleSet/modules_nl.properties | 4 ++- .../MavenModuleSet/newJobDetail_nl.properties | 6 +---- 65 files changed, 626 insertions(+), 40 deletions(-) create mode 100644 core/src/main/resources/hudson/AboutJenkins/index_nl.properties create mode 100644 core/src/main/resources/hudson/diagnosis/ReverseProxySetupMonitor/message_nl.properties create mode 100644 core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_nl.properties create mode 100644 core/src/main/resources/hudson/model/Computer/configure_nl.properties create mode 100644 core/src/main/resources/hudson/model/Computer/index_nl.properties create mode 100644 core/src/main/resources/hudson/model/Run/configure_nl.properties create mode 100644 core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Success/status_nl.properties create mode 100644 core/src/main/resources/hudson/model/UpdateCenter/body_nl.properties create mode 100644 core/src/main/resources/hudson/model/User/index_nl.properties create mode 100644 core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_nl.properties create mode 100644 core/src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/config_nl.properties create mode 100644 core/src/main/resources/hudson/slaves/DumbSlave/configure-entries_nl.properties create mode 100644 core/src/main/resources/hudson/slaves/JNLPLauncher/config_nl.properties create mode 100644 core/src/main/resources/hudson/slaves/SlaveComputer/sidepanel2_nl.properties create mode 100644 core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_nl.properties create mode 100644 core/src/main/resources/hudson/tools/ToolLocationNodeProperty/config_nl.properties create mode 100644 core/src/main/resources/hudson/triggers/SCMTrigger/BuildAction/index_nl.properties create mode 100644 core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_nl.properties create mode 100644 core/src/main/resources/hudson/views/LastStableColumn/column_nl.properties create mode 100644 core/src/main/resources/hudson/widgets/HistoryWidget/entry_nl.properties create mode 100644 core/src/main/resources/jenkins/model/Jenkins/_cli_nl.properties create mode 100644 core/src/main/resources/jenkins/model/Jenkins/downgrade_nl.properties mode change 100755 => 100644 core/src/main/resources/lib/hudson/editableDescription_nl.properties mode change 100755 => 100644 core/src/main/resources/lib/hudson/executors_nl.properties create mode 100644 core/src/main/resources/lib/hudson/thirdPartyLicenses_nl.properties diff --git a/core/src/main/resources/hudson/AboutJenkins/index_nl.properties b/core/src/main/resources/hudson/AboutJenkins/index_nl.properties new file mode 100644 index 0000000000..a33e630c20 --- /dev/null +++ b/core/src/main/resources/hudson/AboutJenkins/index_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +about=Over Jenkins {0} diff --git a/core/src/main/resources/hudson/PluginManager/advanced_nl.properties b/core/src/main/resources/hudson/PluginManager/advanced_nl.properties index 0a392e1914..2ac1e6f751 100644 --- a/core/src/main/resources/hudson/PluginManager/advanced_nl.properties +++ b/core/src/main/resources/hudson/PluginManager/advanced_nl.properties @@ -27,6 +27,7 @@ Server=Server Port=Poortnummer User\ name=Gebruikersnaam Check\ now=Actualizeer nu +URL=URL Upload=Uploaden HTTP\ Proxy\ Configuration=HTTP-proxyconfiguratie Submit=Doorsturen diff --git a/core/src/main/resources/hudson/PluginManager/index_nl.properties b/core/src/main/resources/hudson/PluginManager/index_nl.properties index de47bddee7..7f25e24234 100644 --- a/core/src/main/resources/hudson/PluginManager/index_nl.properties +++ b/core/src/main/resources/hudson/PluginManager/index_nl.properties @@ -20,4 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +All=Alle +None=Geen +Select=Selecteer UpdatePageDescription=Deze pagina geeft een overzicht van de gebruikte plugins waarvoor een actuelere versie beschikbaar is. diff --git a/core/src/main/resources/hudson/PluginManager/installed_nl.properties b/core/src/main/resources/hudson/PluginManager/installed_nl.properties index b273f93273..48e88a8633 100644 --- a/core/src/main/resources/hudson/PluginManager/installed_nl.properties +++ b/core/src/main/resources/hudson/PluginManager/installed_nl.properties @@ -27,4 +27,5 @@ Uncheck\ to\ disable\ the\ plugin=Vink aan om de plugin te desactiveren. Enabled=Actief Name=Naam Version=Versie +Previously\ installed\ version=Vorige ge\u00EFnstalleerde versie Restart\ Now=Nu herstarten diff --git a/core/src/main/resources/hudson/PluginManager/table_nl.properties b/core/src/main/resources/hudson/PluginManager/table_nl.properties index fdba458972..fd09f1654b 100644 --- a/core/src/main/resources/hudson/PluginManager/table_nl.properties +++ b/core/src/main/resources/hudson/PluginManager/table_nl.properties @@ -20,6 +20,8 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. Check\ to\ install\ the\ plugin=Vink aan om te installeren +Click\ this\ heading\ to\ sort\ by\ category=Klik op deze titel om te sorteren op categorie +Inactive=Inactief Install=Installeren Installed=Ge\u00EFnstalleerd Name=Naam diff --git a/core/src/main/resources/hudson/diagnosis/ReverseProxySetupMonitor/message_nl.properties b/core/src/main/resources/hudson/diagnosis/ReverseProxySetupMonitor/message_nl.properties new file mode 100644 index 0000000000..6439c6d0ef --- /dev/null +++ b/core/src/main/resources/hudson/diagnosis/ReverseProxySetupMonitor/message_nl.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Dismiss=OK +More\ Info=Meer informatie +blurb=Het lijkt erop dat uw reverse proxy instellingen incorrect zijn. diff --git a/core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_nl.properties b/core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_nl.properties new file mode 100644 index 0000000000..594b659025 --- /dev/null +++ b/core/src/main/resources/hudson/markup/RawHtmlMarkupFormatter/config_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +blurb=Gebruik deze tekst als HTML zonder vertaling diff --git a/core/src/main/resources/hudson/model/AbstractBuild/index_nl.properties b/core/src/main/resources/hudson/model/AbstractBuild/index_nl.properties index 8bb0f70ad0..3c67fc7ac2 100644 --- a/core/src/main/resources/hudson/model/AbstractBuild/index_nl.properties +++ b/core/src/main/resources/hudson/model/AbstractBuild/index_nl.properties @@ -30,7 +30,7 @@ detail=detail Not\ yet\ determined=Nog niet bepaald Failed\ to\ determine=Kon niet bepaald worden log=log -Upstream\ Builds= +Upstream\ Builds=Stroomopwaartse bouwpogingen Downstream\ Builds= none=geen enkel Permalinks=Permanente referenties diff --git a/core/src/main/resources/hudson/model/AbstractBuild/tasks_nl.properties b/core/src/main/resources/hudson/model/AbstractBuild/tasks_nl.properties index 93095459e9..bfbd4b0c4b 100644 --- a/core/src/main/resources/hudson/model/AbstractBuild/tasks_nl.properties +++ b/core/src/main/resources/hudson/model/AbstractBuild/tasks_nl.properties @@ -22,6 +22,7 @@ Back\ to\ Project=Terug naar Project Changes=Wijzigingen -Console\ Output=Uitvoer van de Console +Console\ Output=Console +Edit\ Build\ Information=Wijzig Build gegevens Status=Status raw=ruw diff --git a/core/src/main/resources/hudson/model/AbstractProject/sidepanel_nl.properties b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_nl.properties index fbd5f2a626..1162a7e8de 100644 --- a/core/src/main/resources/hudson/model/AbstractProject/sidepanel_nl.properties +++ b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_nl.properties @@ -24,7 +24,7 @@ Back\ to\ Dashboard=Terug naar Dashboard Status=Status Build\ scheduled=Bouwpoging gepland Changes=Wijzigingen -Wipe\ Out\ Workspace=Verwijder Werkplaats +Wipe\ Out\ Workspace=Maak werkplaats leeg Workspace=Werkplaats delete=Verwijder {0} Configure=Configureer diff --git a/core/src/main/resources/hudson/model/AllView/noJob_nl.properties b/core/src/main/resources/hudson/model/AllView/noJob_nl.properties index 522d1cb1f2..11ca903821 100644 --- a/core/src/main/resources/hudson/model/AllView/noJob_nl.properties +++ b/core/src/main/resources/hudson/model/AllView/noJob_nl.properties @@ -21,7 +21,7 @@ # THE SOFTWARE. Welcome\ to\ Jenkins\!=Welkom bij Jenkins -newJob=Ga van start met het cre\u00EBren van een nieuwe job. +newJob=Cre\u00EBer nieuwe taken om te beginnen. login=U dient zich aan te melden\ om nieuwe jobs te cre\u00EBren. signup=\ diff --git a/core/src/main/resources/hudson/model/Cause/UserIdCause/description_nl.properties b/core/src/main/resources/hudson/model/Cause/UserIdCause/description_nl.properties index fabd8663c7..aefc9f746b 100644 --- a/core/src/main/resources/hudson/model/Cause/UserIdCause/description_nl.properties +++ b/core/src/main/resources/hudson/model/Cause/UserIdCause/description_nl.properties @@ -20,4 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +started_by_anonymous=Gestart door een anonieme gebruiker started_by_user=Gestart door {1} diff --git a/core/src/main/resources/hudson/model/Computer/configure_nl.properties b/core/src/main/resources/hudson/model/Computer/configure_nl.properties new file mode 100644 index 0000000000..84f2da83a7 --- /dev/null +++ b/core/src/main/resources/hudson/model/Computer/configure_nl.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Name=Naam +Save=Opslaan diff --git a/core/src/main/resources/hudson/model/Computer/index_nl.properties b/core/src/main/resources/hudson/model/Computer/index_nl.properties new file mode 100644 index 0000000000..efbab951cb --- /dev/null +++ b/core/src/main/resources/hudson/model/Computer/index_nl.properties @@ -0,0 +1,27 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Labels:=Labels: +None=Geen +submit.not.temporarilyOffline=Markeer deze machine als tijdelijk niet beschikbaar +submit.temporarilyOffline=Deze node is opnieuw online +title.projects_tied_on=Projecten verbonden aan {0}: diff --git a/core/src/main/resources/hudson/model/Computer/sidepanel_nl.properties b/core/src/main/resources/hudson/model/Computer/sidepanel_nl.properties index 5629fbffc4..4600ef3983 100644 --- a/core/src/main/resources/hudson/model/Computer/sidepanel_nl.properties +++ b/core/src/main/resources/hudson/model/Computer/sidepanel_nl.properties @@ -22,3 +22,7 @@ Back\ to\ List=Terug naar de lijst Build\ History=Bouwhistoriek +Configure=Configureer +Delete\ Slave=Slave verwijderen +Script\ Console=Script Console +Status=Status diff --git a/core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir_nl.properties b/core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir_nl.properties index 0e8a878d26..de7e5cfd4f 100644 --- a/core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir_nl.properties +++ b/core/src/main/resources/hudson/model/DirectoryBrowserSupport/dir_nl.properties @@ -21,3 +21,4 @@ # THE SOFTWARE. all\ files\ in\ zip=alle bestanden in een zip-archief +view=bekijk diff --git a/core/src/main/resources/hudson/model/Job/buildTimeTrend_nl.properties b/core/src/main/resources/hudson/model/Job/buildTimeTrend_nl.properties index 3987c6b550..549c200fca 100644 --- a/core/src/main/resources/hudson/model/Job/buildTimeTrend_nl.properties +++ b/core/src/main/resources/hudson/model/Job/buildTimeTrend_nl.properties @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +Timeline=Tijdslijn title={0} Duurtrend van een bouwpoging Build=Bouwpoging Duration=Duur diff --git a/core/src/main/resources/hudson/model/Job/index_nl.properties b/core/src/main/resources/hudson/model/Job/index_nl.properties index eafbfdf086..ed250faf2f 100644 --- a/core/src/main/resources/hudson/model/Job/index_nl.properties +++ b/core/src/main/resources/hudson/model/Job/index_nl.properties @@ -21,7 +21,10 @@ # THE SOFTWARE. Permalinks=Permanente referenties +Disable\ Project=Deactiveer project +Enable=Activeren Last\ build=Laatste bouwpoging Last\ stable\ build=Laatste stabiele bouwpoging Last\ successful\ build=Laatste succesvolle bouwpoging Last\ failed\ build=Laatst gefaalde bouwpoging +This\ project\ is\ currently\ disabled=Dit project is gedeactiveerd diff --git a/core/src/main/resources/hudson/model/ListView/configure-entries_nl.properties b/core/src/main/resources/hudson/model/ListView/configure-entries_nl.properties index 406cc3bcf7..32ca1bc849 100644 --- a/core/src/main/resources/hudson/model/ListView/configure-entries_nl.properties +++ b/core/src/main/resources/hudson/model/ListView/configure-entries_nl.properties @@ -21,7 +21,12 @@ # THE SOFTWARE. Add\ column=Voeg kolom toe +All\ selected\ jobs=Alle geselecteerde bouwpogingen Columns=Kolommen +Disabled\ jobs\ only=Alleen Geblokkeerde Bouwpogingen +Enabled\ jobs\ only=Alleen Beschikbare Bouwpogingen +Job\ Filters=Bouwpoging Filters Jobs=Jobs +Status\ Filter=Status Filter Use\ a\ regular\ expression\ to\ include\ jobs\ into\ the\ view=Gebruik een reguliere uitdrukking om jobs te selecteren voor het overzichtsscherm Regular\ expression=Reguliere uitdrukking diff --git a/core/src/main/resources/hudson/model/Run/configure_nl.properties b/core/src/main/resources/hudson/model/Run/configure_nl.properties new file mode 100644 index 0000000000..f3abece272 --- /dev/null +++ b/core/src/main/resources/hudson/model/Run/configure_nl.properties @@ -0,0 +1,26 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Description=Beschrijving +DisplayName=Weergave naam +LOADING=OPHALEN +Save=Opslaan diff --git a/core/src/main/resources/hudson/model/Run/console_nl.properties b/core/src/main/resources/hudson/model/Run/console_nl.properties index 125e318e62..6c5a289cf3 100644 --- a/core/src/main/resources/hudson/model/Run/console_nl.properties +++ b/core/src/main/resources/hudson/model/Run/console_nl.properties @@ -20,5 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Console\ Output=Uitvoer op de console -View\ as\ plain\ text=Bekijken in simpele tekstmodus +Console\ Output=Console +View\ as\ plain\ text=Bekijken als eenvoudige tekst +skipSome={0,number,integer} KB overgeslagen..Volledige Log diff --git a/core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nl.properties b/core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nl.properties index 040ddcbfa0..425d6dfc7d 100644 --- a/core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nl.properties +++ b/core/src/main/resources/hudson/model/UpdateCenter/CoreUpdateMonitor/message_nl.properties @@ -20,4 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +NewVersionAvailable=Er is een nieuwe versie van Jenkins ({0}) beschikbaar (changelog). UpgradeComplete=Upgrade naar Jenkins {0} is volledig; aan het wachten op herstart. diff --git a/core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Success/status_nl.properties b/core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Success/status_nl.properties new file mode 100644 index 0000000000..e50a2405a2 --- /dev/null +++ b/core/src/main/resources/hudson/model/UpdateCenter/DownloadJob/Success/status_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Success=Gelukt diff --git a/core/src/main/resources/hudson/model/UpdateCenter/body_nl.properties b/core/src/main/resources/hudson/model/UpdateCenter/body_nl.properties new file mode 100644 index 0000000000..372c67c235 --- /dev/null +++ b/core/src/main/resources/hudson/model/UpdateCenter/body_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +warning=Herstart Jenkins zodra de installatie voltooid is en er geen taken draaien diff --git a/core/src/main/resources/hudson/model/User/index_nl.properties b/core/src/main/resources/hudson/model/User/index_nl.properties new file mode 100644 index 0000000000..59aeb6e4d5 --- /dev/null +++ b/core/src/main/resources/hudson/model/User/index_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Jenkins\ User\ Id=Jenkins gebruikersnaam diff --git a/core/src/main/resources/hudson/model/User/sidepanel_nl.properties b/core/src/main/resources/hudson/model/User/sidepanel_nl.properties index ce91e14aa6..df755f4009 100644 --- a/core/src/main/resources/hudson/model/User/sidepanel_nl.properties +++ b/core/src/main/resources/hudson/model/User/sidepanel_nl.properties @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +Delete=Verwijder People=Gebruikers Status=Status Builds=Bouwpogingen diff --git a/core/src/main/resources/hudson/model/View/People/index_nl.properties b/core/src/main/resources/hudson/model/View/People/index_nl.properties index 875ad7b6cf..64c1251676 100644 --- a/core/src/main/resources/hudson/model/View/People/index_nl.properties +++ b/core/src/main/resources/hudson/model/View/People/index_nl.properties @@ -24,3 +24,4 @@ Name=Naam Last\ Active=Laatste activiteit On=Job People=Gebruikers +User\ Id=Gebruiker id diff --git a/core/src/main/resources/hudson/model/View/newJob_nl.properties b/core/src/main/resources/hudson/model/View/newJob_nl.properties index 5c7fa71790..b80344bed7 100644 --- a/core/src/main/resources/hudson/model/View/newJob_nl.properties +++ b/core/src/main/resources/hudson/model/View/newJob_nl.properties @@ -20,6 +20,6 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -JobName={0}naam +JobName={0} naam CopyExisting=Kopi\u00EBer bestaande {0} Copy\ from=Kopi\u00EBer van diff --git a/core/src/main/resources/hudson/model/View/sidepanel_nl.properties b/core/src/main/resources/hudson/model/View/sidepanel_nl.properties index e6d2d83e81..a60c2cad03 100644 --- a/core/src/main/resources/hudson/model/View/sidepanel_nl.properties +++ b/core/src/main/resources/hudson/model/View/sidepanel_nl.properties @@ -20,10 +20,10 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -NewJob=Nieuwe {0} -People=Gebruikers -Build\ History=Overzicht bouwpogingen -Edit\ View=Overzichtsscherm bewerken +NewJob=Nieuw {0} +People=Mensen +Build\ History=Build historie +Edit\ View=View bewerken Delete\ View=Overzichtsscherm verwijderen Project\ Relationship=Relaties tussen projecten -Check\ File\ Fingerprint=Controleer vingerafdrukken +Check\ File\ Fingerprint=Controleer checkums diff --git a/core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_nl.properties b/core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_nl.properties new file mode 100644 index 0000000000..85e0a89671 --- /dev/null +++ b/core/src/main/resources/hudson/node_monitors/DiskSpaceMonitorDescriptor/DiskSpace/cause_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +blurb=Er is te weinig vrije schijfruimte, nog maar {0} GB over. diff --git a/core/src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/config_nl.properties b/core/src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/config_nl.properties new file mode 100644 index 0000000000..0b495aed95 --- /dev/null +++ b/core/src/main/resources/hudson/os/windows/ManagedWindowsServiceLauncher/config_nl.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Administrator\ user\ name=Gebruikersnaam beheerder +Password=Wachtwoord diff --git a/core/src/main/resources/hudson/scm/SCM/project-changes_nl.properties b/core/src/main/resources/hudson/scm/SCM/project-changes_nl.properties index b7076d96c0..d1d382c846 100644 --- a/core/src/main/resources/hudson/scm/SCM/project-changes_nl.properties +++ b/core/src/main/resources/hudson/scm/SCM/project-changes_nl.properties @@ -22,3 +22,4 @@ No\ builds.=Geen bouwpogingen. No\ changes\ in\ any\ of\ the\ builds.=Geen wijzigingen in de bouwpogingen. +detail=details diff --git a/core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nl.properties b/core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nl.properties index 8d0fa48277..c9769d698a 100644 --- a/core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nl.properties +++ b/core/src/main/resources/hudson/security/GlobalMatrixAuthorizationStrategy/config_nl.properties @@ -20,6 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +Remove\ user/group=Verwijder gebruiker/groep User/group=Gebruiker/groep Anonymous=Anoniem User/group\ to\ add=Toe te voegen gebruiker/groep diff --git a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/Details/config_nl.properties b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/Details/config_nl.properties index 7db17ecb9a..ecdb7847ea 100644 --- a/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/Details/config_nl.properties +++ b/core/src/main/resources/hudson/security/HudsonPrivateSecurityRealm/Details/config_nl.properties @@ -20,5 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Password=Paswoord -Confirm\ Password=Bevestig paswoord +Password=Wachtwoord +Confirm\ Password=Bevestig wachtwoord diff --git a/core/src/main/resources/hudson/slaves/DumbSlave/configure-entries_nl.properties b/core/src/main/resources/hudson/slaves/DumbSlave/configure-entries_nl.properties new file mode 100644 index 0000000000..cc8b624723 --- /dev/null +++ b/core/src/main/resources/hudson/slaves/DumbSlave/configure-entries_nl.properties @@ -0,0 +1,27 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +#\ of\ executors=Aantal uitvoerders +Availability=Beschikbaarheid +Description=Omschrijving +Labels=Labels +Launch\ method=Start methode diff --git a/core/src/main/resources/hudson/slaves/JNLPLauncher/config_nl.properties b/core/src/main/resources/hudson/slaves/JNLPLauncher/config_nl.properties new file mode 100644 index 0000000000..b9a3427e40 --- /dev/null +++ b/core/src/main/resources/hudson/slaves/JNLPLauncher/config_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +JVM\ options=JVM opties diff --git a/core/src/main/resources/hudson/slaves/SlaveComputer/sidepanel2_nl.properties b/core/src/main/resources/hudson/slaves/SlaveComputer/sidepanel2_nl.properties new file mode 100644 index 0000000000..a3f05aa4dd --- /dev/null +++ b/core/src/main/resources/hudson/slaves/SlaveComputer/sidepanel2_nl.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Disconnect=Verbinding verbreken +Log=Log +System\ Information=Systeem Informatie diff --git a/core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_nl.properties b/core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_nl.properties new file mode 100644 index 0000000000..ab617e0494 --- /dev/null +++ b/core/src/main/resources/hudson/slaves/SlaveComputer/systemInfo_nl.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Environment\ Variables=Omgevings variabelen +System\ Properties=Systeem eigenschappen diff --git a/core/src/main/resources/hudson/tools/ToolLocationNodeProperty/config_nl.properties b/core/src/main/resources/hudson/tools/ToolLocationNodeProperty/config_nl.properties new file mode 100644 index 0000000000..d15409d6cf --- /dev/null +++ b/core/src/main/resources/hudson/tools/ToolLocationNodeProperty/config_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Name=Naam diff --git a/core/src/main/resources/hudson/triggers/SCMTrigger/BuildAction/index_nl.properties b/core/src/main/resources/hudson/triggers/SCMTrigger/BuildAction/index_nl.properties new file mode 100644 index 0000000000..2b2e9ce1a2 --- /dev/null +++ b/core/src/main/resources/hudson/triggers/SCMTrigger/BuildAction/index_nl.properties @@ -0,0 +1,25 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Polling\ Log=Polling Log +View\ as\ plain\ text=Toon als platte tekst +blurb=Deze pagina laat het polling log zien dat deze build heeft getriggerd diff --git a/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_nl.properties b/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_nl.properties new file mode 100644 index 0000000000..7856d0a9a4 --- /dev/null +++ b/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +New\ View=Nieuwe beeldconfiguratie diff --git a/core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_nl.properties b/core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_nl.properties index 3075233b33..a168189f78 100644 --- a/core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_nl.properties +++ b/core/src/main/resources/hudson/views/LastFailureColumn/columnHeader_nl.properties @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Last\ Failure=Laatste gefaalde bouwpoging +Last\ Failure=Laatste gefaald diff --git a/core/src/main/resources/hudson/views/LastFailureColumn/column_nl.properties b/core/src/main/resources/hudson/views/LastFailureColumn/column_nl.properties index 819cac5d55..23e9565c98 100644 --- a/core/src/main/resources/hudson/views/LastFailureColumn/column_nl.properties +++ b/core/src/main/resources/hudson/views/LastFailureColumn/column_nl.properties @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -N/A=N.B. +N/A=N.v.t. diff --git a/core/src/main/resources/hudson/views/LastStableColumn/column_nl.properties b/core/src/main/resources/hudson/views/LastStableColumn/column_nl.properties new file mode 100644 index 0000000000..7d2e7e1a52 --- /dev/null +++ b/core/src/main/resources/hudson/views/LastStableColumn/column_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +N/A=Niet van toepassing diff --git a/core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_nl.properties b/core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_nl.properties index 2a49b73c6c..f54ce6b001 100644 --- a/core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_nl.properties +++ b/core/src/main/resources/hudson/views/LastSuccessColumn/columnHeader_nl.properties @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Last\ Success=Laatste succesvolle bouwpoging +Last\ Success=Laatste geslaagd diff --git a/core/src/main/resources/hudson/views/LastSuccessColumn/column_nl.properties b/core/src/main/resources/hudson/views/LastSuccessColumn/column_nl.properties index 819cac5d55..23e9565c98 100644 --- a/core/src/main/resources/hudson/views/LastSuccessColumn/column_nl.properties +++ b/core/src/main/resources/hudson/views/LastSuccessColumn/column_nl.properties @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -N/A=N.B. +N/A=N.v.t. diff --git a/core/src/main/resources/hudson/views/StatusColumn/columnHeader_nl.properties b/core/src/main/resources/hudson/views/StatusColumn/columnHeader_nl.properties index 983861312b..73756041de 100644 --- a/core/src/main/resources/hudson/views/StatusColumn/columnHeader_nl.properties +++ b/core/src/main/resources/hudson/views/StatusColumn/columnHeader_nl.properties @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Status\ of\ the\ last\ build=Status van de laatste bouwpoging +Status\ of\ the\ last\ build=Status van de laatste build diff --git a/core/src/main/resources/hudson/views/WeatherColumn/columnHeader_nl.properties b/core/src/main/resources/hudson/views/WeatherColumn/columnHeader_nl.properties index b5e71f6bda..ade86f03cb 100644 --- a/core/src/main/resources/hudson/views/WeatherColumn/columnHeader_nl.properties +++ b/core/src/main/resources/hudson/views/WeatherColumn/columnHeader_nl.properties @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Weather\ report\ showing\ aggregated\ status\ of\ recent\ builds=Weerbericht dat de verzamelde status van de laatste bouwpogingen toont +Weather\ report\ showing\ aggregated\ status\ of\ recent\ builds=Weerbericht dat de verzamelde status van de laatste builds toont diff --git a/core/src/main/resources/hudson/widgets/HistoryWidget/entry_nl.properties b/core/src/main/resources/hudson/widgets/HistoryWidget/entry_nl.properties new file mode 100644 index 0000000000..46d1b2771f --- /dev/null +++ b/core/src/main/resources/hudson/widgets/HistoryWidget/entry_nl.properties @@ -0,0 +1,23 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Console\ Output=Uitvoer van de console diff --git a/core/src/main/resources/jenkins/model/Jenkins/_cli_nl.properties b/core/src/main/resources/jenkins/model/Jenkins/_cli_nl.properties new file mode 100644 index 0000000000..ee556037d3 --- /dev/null +++ b/core/src/main/resources/jenkins/model/Jenkins/_cli_nl.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Available\ Commands=Beschikbare commando''s +blurb=Je kan gebruik maken van verschillende mogelijkheden in Jenkins via een opdracht op de commandoregel. Zie de Wiki voor verder details hierover. Om te beginnen, download jenkins-cli.jar, en voer het uit als volgt: diff --git a/core/src/main/resources/jenkins/model/Jenkins/configure_nl.properties b/core/src/main/resources/jenkins/model/Jenkins/configure_nl.properties index 4423ce4be0..d6bb5d74b4 100644 --- a/core/src/main/resources/jenkins/model/Jenkins/configure_nl.properties +++ b/core/src/main/resources/jenkins/model/Jenkins/configure_nl.properties @@ -52,6 +52,7 @@ usage=Gebruik labels=Merktekens JDKs=JDKs JDK\ installations=Installatie JDKs +LOADING=LADEN List\ of\ JDK\ installations\ on\ this\ system=Lijst van de ge\u00EFnstalleerde JDKs op dit systeem no.such.JDK=JDK bestaat niet op dit system SCM\ checkout\ retry\ count=SCM checkout pogingen diff --git a/core/src/main/resources/jenkins/model/Jenkins/downgrade_nl.properties b/core/src/main/resources/jenkins/model/Jenkins/downgrade_nl.properties new file mode 100644 index 0000000000..c5c603cfa4 --- /dev/null +++ b/core/src/main/resources/jenkins/model/Jenkins/downgrade_nl.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +Restore\ the\ previous\ version\ of\ Jenkins=Keer terug naar de vorige versie van Jenkins +buttonText=Downgrade naar {0} diff --git a/core/src/main/resources/jenkins/model/Jenkins/login_nl.properties b/core/src/main/resources/jenkins/model/Jenkins/login_nl.properties index 6a1082ae14..bec69638b3 100644 --- a/core/src/main/resources/jenkins/model/Jenkins/login_nl.properties +++ b/core/src/main/resources/jenkins/model/Jenkins/login_nl.properties @@ -21,7 +21,7 @@ # THE SOFTWARE. User=Gebruiker -Password=Paswoord +Password=Wachtwoord Remember\ me\ on\ this\ computer=Aanmeldgegevens op deze computer bijhouden. login=Aanmelden signUp=Als nieuwe gebruiker registreren. diff --git a/core/src/main/resources/jenkins/model/Jenkins/systemInfo_nl.properties b/core/src/main/resources/jenkins/model/Jenkins/systemInfo_nl.properties index 211a4b7ee9..cc78f16ec8 100644 --- a/core/src/main/resources/jenkins/model/Jenkins/systemInfo_nl.properties +++ b/core/src/main/resources/jenkins/model/Jenkins/systemInfo_nl.properties @@ -20,5 +20,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +Name=Naam +Plugins=Invoegtoepassingen System\ Properties=Systeeminstellingen -Environment\ Variables=Omgevingsinstellingen \ No newline at end of file +Enabled=Ingeschakeld +Environment\ Variables=Omgevingsinstellingen +Version=Versie diff --git a/core/src/main/resources/lib/hudson/editableDescription_nl.properties b/core/src/main/resources/lib/hudson/editableDescription_nl.properties old mode 100755 new mode 100644 index b59a75cf33..f87b229b29 --- a/core/src/main/resources/lib/hudson/editableDescription_nl.properties +++ b/core/src/main/resources/lib/hudson/editableDescription_nl.properties @@ -20,5 +20,5 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -add\ description=Voeg een omschrijving toe +add\ description=voeg omschrijving toe edit\ description=Wijzig omschrijving diff --git a/core/src/main/resources/lib/hudson/executors_nl.properties b/core/src/main/resources/lib/hudson/executors_nl.properties old mode 100755 new mode 100644 index 00b001cd34..670e66c53f --- a/core/src/main/resources/lib/hudson/executors_nl.properties +++ b/core/src/main/resources/lib/hudson/executors_nl.properties @@ -26,6 +26,6 @@ Status=Status Master=Hoofdnode offline=Niet verbonden Dead=Niet actief -Idle=Wachtend -Building=Er wordt gebouwd +Idle=Nietsdoend +Building=Bouwt terminate\ this\ build=Stop bouwpoging diff --git a/core/src/main/resources/lib/hudson/iconSize_nl.properties b/core/src/main/resources/lib/hudson/iconSize_nl.properties index b1a72f7dc5..6e8f59ef85 100644 --- a/core/src/main/resources/lib/hudson/iconSize_nl.properties +++ b/core/src/main/resources/lib/hudson/iconSize_nl.properties @@ -20,4 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Icon=Symbool +Icon=Pictogram diff --git a/core/src/main/resources/lib/hudson/queue_nl.properties b/core/src/main/resources/lib/hudson/queue_nl.properties index 6d2ed2c032..c044dc620f 100644 --- a/core/src/main/resources/lib/hudson/queue_nl.properties +++ b/core/src/main/resources/lib/hudson/queue_nl.properties @@ -20,7 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Build\ Queue=Geplande bouwpogingen -No\ builds\ in\ the\ queue.=Er zijn geen geplande bouwpogingen. +Build\ Queue=Build wachtrij +No\ builds\ in\ the\ queue.=Er staan geen builds in de wachtrij. Jenkins\ is\ going\ to\ shut\ down.\ No\ further\ builds\ will\ be\ performed.=Er werd Jenkins gevraagd zichzelf te be\u00EBindigen. Er zullen geen nieuwe bouwpogingen meer ondernomen worden. cancel=Annuleer diff --git a/core/src/main/resources/lib/hudson/rssBar_nl.properties b/core/src/main/resources/lib/hudson/rssBar_nl.properties index 8bbf14a271..0673b8c7d6 100644 --- a/core/src/main/resources/lib/hudson/rssBar_nl.properties +++ b/core/src/main/resources/lib/hudson/rssBar_nl.properties @@ -22,5 +22,5 @@ Legend=Legenda for\ all=alle -for\ failures=enkel gefaalde -for\ just\ latest\ builds=enkel voor de laatste bouwpogingen +for\ failures=van mislukte pogingen +for\ just\ latest\ builds=enkel de laatste bouwpogingen diff --git a/core/src/main/resources/lib/hudson/thirdPartyLicenses_nl.properties b/core/src/main/resources/lib/hudson/thirdPartyLicenses_nl.properties new file mode 100644 index 0000000000..ff985f13fc --- /dev/null +++ b/core/src/main/resources/lib/hudson/thirdPartyLicenses_nl.properties @@ -0,0 +1,24 @@ +# The MIT License +# +# Copyright (c) 2004-2010, Sun Microsystems, Inc. +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# THE SOFTWARE. + +License=Licentie +Name=Naam diff --git a/core/src/main/resources/lib/layout/layout_nl.properties b/core/src/main/resources/lib/layout/layout_nl.properties index c76ca22a7a..e5b239ba39 100644 --- a/core/src/main/resources/lib/layout/layout_nl.properties +++ b/core/src/main/resources/lib/layout/layout_nl.properties @@ -20,8 +20,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +search=zoeken searchBox.url=http://wiki.jenkins-ci.org/display/JENKINS/Search+Box -Page\ generated=Pagina gegenereerd +Page\ generated=Pagina aangemaakt logout=Afmelden -DISABLE\ AUTO\ REFRESH=ANNULEER AUTOMATISCH HERLADEN -ENABLE\ AUTO\ REFRESH=ACTIVEER AUTOMATISCH HERLADEN +DISABLE\ AUTO\ REFRESH=Niet automatisch herladen +ENABLE\ AUTO\ REFRESH=Automatisch herladen diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/disabled_nl.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/disabled_nl.properties index 6bd692b5aa..d8e35ff6d2 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/disabled_nl.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/disabled_nl.properties @@ -26,4 +26,4 @@ description=\ voor historische redenen. Indien je wenst kun je deze permanent verwijderen door \ links op "Verwijder alle gedesactiveerde modules" te klikken. Modules=Module -Disabled=Gedesactiveerd \ No newline at end of file +Disabled=Gedeactiveerd diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties index 0538e47bcc..4e69fe967c 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/index_nl.properties @@ -27,5 +27,6 @@ text= Gelieve een nieuwe bouwpoging te starten. O Overview={0} Overzicht Workspace=Werkplaats Recent\ Changes=Recente veranderingen +Disable\ Project=Blokkeer project Last\ Successful\ Artifacts=Laatste succesvolle artefacten Latest\ Test\ Result=Laatste testresultaat diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/modules_nl.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/modules_nl.properties index 5034e566c1..0d9c30ca5d 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/modules_nl.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/modules_nl.properties @@ -23,4 +23,6 @@ text=\ Gelieve een bouwpoging te starten zodat Jenkins \ de lijst van modules via de POM kan opbouwen. -Overview={0} Overzicht \ No newline at end of file +Disabled=Gedeactiveerd +Modules=Modules +Overview={0} Overzicht diff --git a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/newJobDetail_nl.properties b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/newJobDetail_nl.properties index 05d26011bb..203044b21d 100644 --- a/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/newJobDetail_nl.properties +++ b/maven-plugin/src/main/resources/hudson/maven/MavenModuleSet/newJobDetail_nl.properties @@ -20,8 +20,4 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -body=\ - Bouw een maven2/3 project. Jenkins maakt gebruikt van uw POM bestand wat \ - uw nood aan configuratie drastisch reduceert. Merk op dat deze functionaliteit \ - nog steeds in ontwikkeling is, maar al reeds beschikbaar gesteld wordt om \ - terugkoppeling te krijgen van gebruikers. +body=Bouw een maven2/3-project. Jenkins maakt gebruikt van uw POM-bestand wat uw nood aan configuratie drastisch reduceert. Merk op dat deze functionaliteit nog steeds in ontwikkeling is, maar al reeds beschikbaar gesteld wordt om terugkoppeling te krijgen van gebruikers. -- GitLab