Added: bloodhound/trunk/bloodhound_search/bhsearch/utils/translation.py URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_search/bhsearch/utils/translation.py?rev=1568685&view=auto ============================================================================== --- bloodhound/trunk/bloodhound_search/bhsearch/utils/translation.py (added) +++ bloodhound/trunk/bloodhound_search/bhsearch/utils/translation.py Sat Feb 15 21:33:27 2014 @@ -0,0 +1,35 @@ +#!/usr/bin/env python +# -*- coding: UTF-8 -*- + +# 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. + + +r"""Project dashboard for Apache(TM) Bloodhound + +Translation functions and classes. +""" + +from trac.util.translation import domain_functions + +#------------------------------------------------------ +# Internationalization +#------------------------------------------------------ + +_, ngettext, tag_, tagn_, gettext, N_, add_domain = \ + domain_functions('bhsearch', ('_', 'ngettext', 'tag_', 'tagn_', + 'gettext', 'N_', 'add_domain'))
Added: bloodhound/trunk/bloodhound_theme/bhtheme/locale/es/LC_MESSAGES/bhtheme-js.po URL: http://svn.apache.org/viewvc/bloodhound/trunk/bloodhound_theme/bhtheme/locale/es/LC_MESSAGES/bhtheme-js.po?rev=1568685&view=auto ============================================================================== --- bloodhound/trunk/bloodhound_theme/bhtheme/locale/es/LC_MESSAGES/bhtheme-js.po (added) +++ bloodhound/trunk/bloodhound_theme/bhtheme/locale/es/LC_MESSAGES/bhtheme-js.po Sat Feb 15 21:33:27 2014 @@ -0,0 +1,71 @@ +# Translations template for BloodhoundTheme. +# Copyright (C) 2014 ORGANIZATION +# This file is distributed under the same license as the BloodhoundTheme +# project. +# +# Translators: +# SaintGermain <[email protected]>, 2014 +# Olemis Lang <[email protected]>, 2014 +msgid "" +msgstr "" +"Project-Id-Version: bloodhound\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2014-01-31 00:36+0100\n" +"PO-Revision-Date: 2014-02-05 00:32+0000\n" +"Last-Translator: Olemis Lang <[email protected]>\n" +"Language-Team: Spanish (http://www.transifex.com/projects/p/bloodhound/language/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Generated-By: Babel 0.9.6\n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: bhtheme/htdocs/js/theme.js:87 bhtheme/htdocs/js/theme.js:207 +msgid "Ticket #" +msgstr "Incidencia #" + +#: bhtheme/htdocs/js/theme.js:89 +msgid "Error creating ticket" +msgstr "Error creando incidencia" + +#: bhtheme/htdocs/js/theme.js:178 +msgid "Has been created" +msgstr "Ha sido creada" + +#: bhtheme/htdocs/js/theme.js:179 bhtheme/htdocs/js/theme.js:208 +msgid "View / Edit" +msgstr "Ver / Editar" + +#: bhtheme/htdocs/js/theme.js:185 bhtheme/htdocs/js/theme.js:215 +msgid "Request timed out" +msgstr "La petición ha expirado" + +#: bhtheme/htdocs/js/theme.js:187 +msgid "Could not create ticket . Error : " +msgstr "No se pudo crear la incidencia . Error :" + +#: bhtheme/htdocs/js/theme.js:189 bhtheme/htdocs/js/theme.js:219 +msgid "Aborted request" +msgstr "La petición ha sido truncada" + +#: bhtheme/htdocs/js/theme.js:207 +msgid " has been created. " +msgstr " ha sido creada. " + +#: bhtheme/htdocs/js/theme.js:217 +msgid "Could not create ticket. Error : " +msgstr "No se pudo crear incidencia. Error : " + +#: bhtheme/templates/bh_changeset.html:7 +msgid "Link to this diff" +msgstr "Enlazar a esta diferencia" + +#: bhtheme/templates/bh_wiki_view.html:3 +msgid "Link to this section" +msgstr "Enlace a esta sección" + +#: bhtheme/templates/bh_wiki_view.html:5 +#, python-format +msgid "Link to #%(id)s" +msgstr "Enlace a #%(id)s"
