Index: applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector.properties =================================================================== --- applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector.properties (revision 600746) +++ applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector.properties (working copy) @@ -3,18 +3,40 @@ # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# - -select=Select -category=Category - +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# + + +category.name=Category Name +select=Select +add=Add +categories=Categories +search=Search +refresh=Refresh +next=Next +last=Last +previous=Previous +first=First +search.portlet=Search portlet +goback=GoBack +count=Count +save=Save +edit.category=Edit Category +edit.grid=Edit Display Grid +add.category=Add Category +remove.category=Remove Category +rows=Rows +columns=Columns +cancel=Cancel +keywords=Keywords +ok=OK + Index: applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector_en.properties =================================================================== --- applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector_en.properties (revision 600746) +++ applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector_en.properties (working copy) @@ -3,18 +3,39 @@ # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with -# the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# - -select=Select -category=Category - +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +# + + +category.name=Category Name +select=Select +add=Add +categories=Categories +search=Search +refresh=Refresh +next=Next +last=Last +previous=Previous +first=First +search.portlet=Search portlet +goback=GoBack +count=Count +save=Save +edit.category=Edit Category +edit.grid=Edit Display Grid +add.category=Add Category +remove.category=Remove Category +rows=Rows +columns=Columns +cancel=Cancel +keywords=Keywords +ok=OK Index: applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector_ko.properties =================================================================== --- applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector_ko.properties (revision 600746) +++ applications/j2-admin/src/java/org/apache/jetspeed/portlets/selector/resources/PortletSelector_ko.properties (working copy) @@ -15,6 +15,26 @@ # # +category.name=\uce74\ud14c\uace0\ub9ac \uc774\ub984 select=\uc120\ud0dd -category=\uce74\ud14c\uace0\ub9ac - +add=\ucd94\uac00 +categories=\uce74\ud14c\uace0\ub9ac +search=\uac80\uc0c9 +refresh=\uc0c8\ub85c\uace0\uce68 +next=\ub2e4\uc74c +last=\ub9c8\uc9c0\ub9c9 +previous=\uc774\uc804 +first=\ucc98\uc74c +search.portlet=\ud3ec\ud2c0\ub9bf \uac80\uc0c9 +goback=\ub4a4\ub85c +count=\uac2f\uc218 +save=\uc800\uc7a5 +edit.category=\uce74\ud14c\uace0\ub9ac \uc124\uc815 +edit.grid=\ud654\uba74 \ubc30\uc5f4 \uc124\uc815 +add.category=\uce74\ud14c\uace0\ub9ac \ucd94\uac00 +remove.category=\uce74\ud14c\uace0\ub9ac \uc0ad\uc81c +rows=\ud589 \uac2f\uc218 +columns=\uc5f4 \uac2f\uc218 +cancel=\ucde8\uc18c +keywords=\ud0a4\uc6cc\ub4dc +ok=\ud655\uc778 Index: applications/j2-admin/src/webapp/WEB-INF/view/selectors/category-edit-selector.vm =================================================================== --- applications/j2-admin/src/webapp/WEB-INF/view/selectors/category-edit-selector.vm (revision 600768) +++ applications/j2-admin/src/webapp/WEB-INF/view/selectors/category-edit-selector.vm (working copy) @@ -1,9 +1,9 @@ #* -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with +Licensed to the Apache Software Foundation (ASF) under one or more +contributor license agreements. See the NOTICE file distributed with +this work for additional information regarding copyright ownership. +The ASF licenses this file to You under the Apache License, Version 2.0 +(the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 @@ -14,15 +14,16 @@ See the License for the specific language governing permissions and limitations under the License. *# +#set ($messages = $portletConfig.getResourceBundle($renderRequest.Locale))