Author: ltheussl Date: Tue Apr 23 07:21:53 2013 New Revision: 1470835 URL: http://svn.apache.org/r1470835 Log: [MPDF-60] Locale properties for Spanish and Galician Submitted by: Ramon Rial Quintela
Added: maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_es_ES.properties (with props) maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_gl_ES.properties (with props) Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml Modified: maven/plugins/trunk/maven-pdf-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/pom.xml?rev=1470835&r1=1470834&r2=1470835&view=diff ============================================================================== --- maven/plugins/trunk/maven-pdf-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-pdf-plugin/pom.xml Tue Apr 23 07:21:53 2013 @@ -43,6 +43,12 @@ under the License. <role>Translator: Portuguese (Brazil)</role> </roles> </contributor> + <contributor> + <name>Ramon Rial Quintela</name> + <roles> + <role>Translator: Spanish, Galician</role> + </roles> + </contributor> </contributors> <prerequisites> @@ -418,6 +424,8 @@ under the License. <locale>en</locale> <locale>fr</locale> <locale>pt_BR</locale> + <locale>es_ES</locale> + <locale>gl_ES</locale> </locales> </configuration> </plugin> Added: maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_es_ES.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_es_ES.properties?rev=1470835&view=auto ============================================================================== --- maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_es_ES.properties (added) +++ maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_es_ES.properties Tue Apr 23 07:21:53 2013 @@ -0,0 +1,27 @@ +# 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 +# +# 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. + +toc.title = Tabla de contenido +toc.type = Documentaci\u00f3n del proyecto +toc.project-info.item = Informes del proyecto + +report.project-info.column.description = Descripci\u00f3n +report.project-info.column.document = Documento +report.project-info.sectionTitle = Visi\u00f3n general +report.project-info.description1 = Este documento proporciona una visi\u00f3n global de los distintos documentos y enlaces que forman parte de la informaci\u00f3n general del proyecto. Todo este contenido se genera autom\u00e1ticamente +report.project-info.description2 = a partir de la configuraci\u00f3n del proyecto. +report.project-info.title = Informes del proyecto Propchange: maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_es_ES.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_es_ES.properties ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision Added: maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_gl_ES.properties URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_gl_ES.properties?rev=1470835&view=auto ============================================================================== --- maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_gl_ES.properties (added) +++ maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_gl_ES.properties Tue Apr 23 07:21:53 2013 @@ -0,0 +1,27 @@ +# 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 +# +# 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. + +toc.title = T\u00E1boa de contido +toc.type = Documentaci\u00f3n do proxecto +toc.project-info.item = Informes do proxecto + +report.project-info.column.description = Descrici\u00f3n +report.project-info.column.document = Documento +report.project-info.sectionTitle = Visi\u00f3n xeral +report.project-info.description1 = Este documento amosa unha visi\u00f3n global dos distintos documentos e enlaces que forman parte da informaci\u00f3n xeral do proxecto. Este contido se xera autom\u00e1ticamente +report.project-info.description2 = a partires da configuraci\u00f3n do proxecto +report.project-info.title = Informes do proxecto Propchange: maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_gl_ES.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: maven/plugins/trunk/maven-pdf-plugin/src/main/resources/pdf-plugin_gl_ES.properties ------------------------------------------------------------------------------ svn:keywords = Author Date Id Revision