From 095a8f72487bd8fa21cdad673abb6340f2bb8fff Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 1 Dec 2011 22:49:44 -0800 Subject: [PATCH] Community-contributed localization for Catalan; Valencian (ca) --- .../AbstractBuild/sidepanel_ca.properties | 23 ++++++++++++++++ .../model/AbstractBuild/tasks_ca.properties | 27 +++++++++++++++++++ .../AbstractProject/sidepanel_ca.properties | 4 +-- .../hudson/model/Job/index_ca.properties | 23 ++++++++++++++++ .../hudson/model/Job/permalinks_ca.properties | 23 ++++++++++++++++ .../Permalink/link_ca.properties | 23 ++++++++++++++++ .../hudson/model/Run/console_ca.properties | 24 +++++++++++++++++ .../hudson/model/View/sidepanel_ca.properties | 5 +++- .../floatingBox_ca.properties | 25 +++++++++++++++++ .../DefaultViewsTabBar/viewTabs_ca.properties | 23 ++++++++++++++++ .../LastFailureColumn/column_ca.properties | 2 +- .../StatusColumn/columnHeader_ca.properties | 2 +- .../widgets/HistoryWidget/entry_ca.properties | 23 ++++++++++++++++ .../lib/hudson/buildHealth_ca.properties | 23 ++++++++++++++++ .../lib/hudson/buildProgressBar_ca.properties | 23 ++++++++++++++++ .../hudson/editableDescription_ca.properties | 1 + .../lib/hudson/executors_ca.properties | 5 ++++ .../project/upstream-downstream_ca.properties | 24 +++++++++++++++++ .../resources/lib/hudson/queue_ca.properties | 24 +++++++++++++++++ .../resources/lib/layout/layout_ca.properties | 5 +++- 20 files changed, 326 insertions(+), 6 deletions(-) create mode 100644 core/src/main/resources/hudson/model/AbstractBuild/sidepanel_ca.properties create mode 100644 core/src/main/resources/hudson/model/AbstractBuild/tasks_ca.properties create mode 100644 core/src/main/resources/hudson/model/Job/index_ca.properties create mode 100644 core/src/main/resources/hudson/model/Job/permalinks_ca.properties create mode 100644 core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_ca.properties create mode 100644 core/src/main/resources/hudson/model/Run/console_ca.properties create mode 100644 core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties create mode 100644 core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_ca.properties create mode 100644 core/src/main/resources/hudson/widgets/HistoryWidget/entry_ca.properties create mode 100644 core/src/main/resources/lib/hudson/buildHealth_ca.properties create mode 100644 core/src/main/resources/lib/hudson/buildProgressBar_ca.properties create mode 100644 core/src/main/resources/lib/hudson/project/upstream-downstream_ca.properties create mode 100644 core/src/main/resources/lib/hudson/queue_ca.properties diff --git a/core/src/main/resources/hudson/model/AbstractBuild/sidepanel_ca.properties b/core/src/main/resources/hudson/model/AbstractBuild/sidepanel_ca.properties new file mode 100644 index 0000000000..11d7c8e084 --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractBuild/sidepanel_ca.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. + +Previous\ Build=Construcci\u00F3 anterior diff --git a/core/src/main/resources/hudson/model/AbstractBuild/tasks_ca.properties b/core/src/main/resources/hudson/model/AbstractBuild/tasks_ca.properties new file mode 100644 index 0000000000..51e4192dcb --- /dev/null +++ b/core/src/main/resources/hudson/model/AbstractBuild/tasks_ca.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. + +Back\ to\ Project=Tornar al projecte +Changes=Canvis +Console\ Output=Sortida de la consola +Edit\ Build\ Information=Editar Informaci\u00F3 de la Construcci\u00F3 +Status=Estat diff --git a/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ca.properties b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ca.properties index c7fabe1bf1..072e73f4c2 100644 --- a/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ca.properties +++ b/core/src/main/resources/hudson/model/AbstractProject/sidepanel_ca.properties @@ -21,10 +21,10 @@ # THE SOFTWARE. Back\ to\ Dashboard=Retornar al Panell de Control -Build\ scheduled=Pla de construcci\u00F3 +Build\ scheduled=Construcci\u00F3 programada Changes=Canvis Configure=Configurar Status=Estat -Wipe\ Out\ Workspace=Neteja de l''Espai de Treball +Wipe\ Out\ Workspace=Neteja l''''Espai de Treball Workspace=Espai de Treball delete=Eliminar {0} diff --git a/core/src/main/resources/hudson/model/Job/index_ca.properties b/core/src/main/resources/hudson/model/Job/index_ca.properties new file mode 100644 index 0000000000..f33ecada56 --- /dev/null +++ b/core/src/main/resources/hudson/model/Job/index_ca.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. + +Disable\ Project=Deshabilitar projecte diff --git a/core/src/main/resources/hudson/model/Job/permalinks_ca.properties b/core/src/main/resources/hudson/model/Job/permalinks_ca.properties new file mode 100644 index 0000000000..28727122bc --- /dev/null +++ b/core/src/main/resources/hudson/model/Job/permalinks_ca.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. + +Permalinks=Enlla\u00E7os permanents diff --git a/core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_ca.properties b/core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_ca.properties new file mode 100644 index 0000000000..0a0c3f966f --- /dev/null +++ b/core/src/main/resources/hudson/model/PermalinkProjectAction/Permalink/link_ca.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. + +format=Fa {0} ({1}), {2} diff --git a/core/src/main/resources/hudson/model/Run/console_ca.properties b/core/src/main/resources/hudson/model/Run/console_ca.properties new file mode 100644 index 0000000000..0ecb6dad9e --- /dev/null +++ b/core/src/main/resources/hudson/model/Run/console_ca.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. + +Console\ Output=Sortida de la consola +View\ as\ plain\ text=Veure com a texte pla diff --git a/core/src/main/resources/hudson/model/View/sidepanel_ca.properties b/core/src/main/resources/hudson/model/View/sidepanel_ca.properties index a48f904a01..abed996243 100644 --- a/core/src/main/resources/hudson/model/View/sidepanel_ca.properties +++ b/core/src/main/resources/hudson/model/View/sidepanel_ca.properties @@ -20,4 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -Build\ History=Historic de construcci\u00F3 +Build\ History=Hist\u00F2ric de builds +Edit\ View=Editar Vista +NewJob={0} nou +People=Persones diff --git a/core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties b/core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.properties new file mode 100644 index 0000000000..d4c2bf096f --- /dev/null +++ b/core/src/main/resources/hudson/tasks/test/TestResultProjectAction/floatingBox_ca.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. + +Test\ Result\ Trend=Tend\u00E8ncia resultats de test +enlarge=engrandir +just\ show\ failures=nom\u00E9s veure fallades diff --git a/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_ca.properties b/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_ca.properties new file mode 100644 index 0000000000..4e81e10cb9 --- /dev/null +++ b/core/src/main/resources/hudson/views/DefaultViewsTabBar/viewTabs_ca.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=Nova vista diff --git a/core/src/main/resources/hudson/views/LastFailureColumn/column_ca.properties b/core/src/main/resources/hudson/views/LastFailureColumn/column_ca.properties index 5972548e14..7f59267d42 100644 --- a/core/src/main/resources/hudson/views/LastFailureColumn/column_ca.properties +++ b/core/src/main/resources/hudson/views/LastFailureColumn/column_ca.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/A +N/A=N/D diff --git a/core/src/main/resources/hudson/views/StatusColumn/columnHeader_ca.properties b/core/src/main/resources/hudson/views/StatusColumn/columnHeader_ca.properties index 1c7d8deaf1..2c9abb9ad3 100644 --- a/core/src/main/resources/hudson/views/StatusColumn/columnHeader_ca.properties +++ b/core/src/main/resources/hudson/views/StatusColumn/columnHeader_ca.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=Estat de l''\u00FAltima construcci\u00F3 +Status\ of\ the\ last\ build=Estat de l''''\u00FAltim build diff --git a/core/src/main/resources/hudson/widgets/HistoryWidget/entry_ca.properties b/core/src/main/resources/hudson/widgets/HistoryWidget/entry_ca.properties new file mode 100644 index 0000000000..e37bef6838 --- /dev/null +++ b/core/src/main/resources/hudson/widgets/HistoryWidget/entry_ca.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=Sortida de la consola diff --git a/core/src/main/resources/lib/hudson/buildHealth_ca.properties b/core/src/main/resources/lib/hudson/buildHealth_ca.properties new file mode 100644 index 0000000000..3e588504dd --- /dev/null +++ b/core/src/main/resources/lib/hudson/buildHealth_ca.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. + +Description=Descripci\u00F3 diff --git a/core/src/main/resources/lib/hudson/buildProgressBar_ca.properties b/core/src/main/resources/lib/hudson/buildProgressBar_ca.properties new file mode 100644 index 0000000000..1c92333c89 --- /dev/null +++ b/core/src/main/resources/lib/hudson/buildProgressBar_ca.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. + +text=Iniciat fa {0}
Temps restant estimat: {1} diff --git a/core/src/main/resources/lib/hudson/editableDescription_ca.properties b/core/src/main/resources/lib/hudson/editableDescription_ca.properties index da37d99233..975a488871 100644 --- a/core/src/main/resources/lib/hudson/editableDescription_ca.properties +++ b/core/src/main/resources/lib/hudson/editableDescription_ca.properties @@ -21,3 +21,4 @@ # THE SOFTWARE. add\ description=afegir descripci\u00F3 +edit\ description=edita descripci\u00F3 diff --git a/core/src/main/resources/lib/hudson/executors_ca.properties b/core/src/main/resources/lib/hudson/executors_ca.properties index c04cfaf780..87a0556780 100644 --- a/core/src/main/resources/lib/hudson/executors_ca.properties +++ b/core/src/main/resources/lib/hudson/executors_ca.properties @@ -20,4 +20,9 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +Build\ Executor\ Status=Estat de l''executador de builds +Building=Construint +Idle=Oci\u00F3s +Master=Master Status=Estat +terminate\ this\ build=finalitza aquest build diff --git a/core/src/main/resources/lib/hudson/project/upstream-downstream_ca.properties b/core/src/main/resources/lib/hudson/project/upstream-downstream_ca.properties new file mode 100644 index 0000000000..a2a8047de7 --- /dev/null +++ b/core/src/main/resources/lib/hudson/project/upstream-downstream_ca.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. + +Downstream\ Projects=Projectes en avall +Upstream\ Projects=Projectes en amunt diff --git a/core/src/main/resources/lib/hudson/queue_ca.properties b/core/src/main/resources/lib/hudson/queue_ca.properties new file mode 100644 index 0000000000..17d2dea07e --- /dev/null +++ b/core/src/main/resources/lib/hudson/queue_ca.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. + +Build\ Queue=Cua de builds +No\ builds\ in\ the\ queue.=No hi ha builds a la cua diff --git a/core/src/main/resources/lib/layout/layout_ca.properties b/core/src/main/resources/lib/layout/layout_ca.properties index 774ef4e6e3..f18826f025 100644 --- a/core/src/main/resources/lib/layout/layout_ca.properties +++ b/core/src/main/resources/lib/layout/layout_ca.properties @@ -20,4 +20,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. -ENABLE\ AUTO\ REFRESH=HABILITAR REFREC AUTOM\u00C0TIC +ENABLE\ AUTO\ REFRESH=HABILITAR REFRESC AUTOM\u00C0TIC +Page\ generated=P\u00E0gina generada +logout=Sortir +search=cerca -- GitLab