Orb/Doxygen/src/translator_ca.h
changeset 4 468f4c8d3d5b
parent 0 42188c7ea2d9
equal deleted inserted replaced
3:d8fccb2cd802 4:468f4c8d3d5b
     1 /******************************************************************************
     1 /******************************************************************************
     2  *
     2  *
     3  * 
     3  * 
     4  *
     4  *
     5  * Copyright (C) 1997-2008 by Dimitri van Heesch.
     5  * Copyright (C) 1997-2010 by Dimitri van Heesch.
     6  *
     6  *
     7  * Permission to use, copy, modify, and distribute this software and its
     7  * Permission to use, copy, modify, and distribute this software and its
     8  * documentation under the terms of the GNU General Public License is hereby 
     8  * documentation under the terms of the GNU General Public License is hereby 
     9  * granted. No representations are made about the suitability of this software 
     9  * granted. No representations are made about the suitability of this software 
    10  * for any purpose. It is provided "as is" without express or implied warranty.
    10  * for any purpose. It is provided "as is" without express or implied warranty.
    38  base class is changed occasionaly to adapter classes when the
    38  base class is changed occasionaly to adapter classes when the
    39  Translator class changes the interface, or back to the
    39  Translator class changes the interface, or back to the
    40  Translator class (by the local maintainer) when the localized
    40  Translator class (by the local maintainer) when the localized
    41  translator is made up-to-date again.
    41  translator is made up-to-date again.
    42 */
    42 */
    43 class TranslatorCatalan : public TranslatorAdapter_1_6_0
    43 class TranslatorCatalan : public TranslatorAdapter_1_6_3
    44 {
    44 {
    45   public:
    45   public:
    46 
    46 
    47     // --- Language control methods -------------------
    47     // --- Language control methods -------------------
    48     
    48     
  1781     virtual QCString trTypeConstraints()
  1781     virtual QCString trTypeConstraints()
  1782     {
  1782     {
  1783       return "Restriccions de Tipus";
  1783       return "Restriccions de Tipus";
  1784     }
  1784     }
  1785 
  1785 
       
  1786 //////////////////////////////////////////////////////////////////////////
       
  1787 // new since 1.6.0 (mainly for the new search engine)
       
  1788 //////////////////////////////////////////////////////////////////////////
       
  1789 
       
  1790     /*! directory relation for \a name */
       
  1791     virtual QCString trDirRelation(const char *name)
       
  1792     {
       
  1793       return QCString(name)+" Relació";
       
  1794     }
       
  1795 
       
  1796     /*! Loading message shown when loading search results */
       
  1797     virtual QCString trLoading()
       
  1798     {
       
  1799       return "Carregant...";
       
  1800     }
       
  1801 
       
  1802     /*! Label used for search results in the global namespace */
       
  1803     virtual QCString trGlobalNamespace()
       
  1804     {
       
  1805       return "Espai de Noms Global";
       
  1806     }
       
  1807 
       
  1808     /*! Message shown while searching */
       
  1809     virtual QCString trSearching()
       
  1810     {
       
  1811       return "Cercant...";
       
  1812     }
       
  1813 
       
  1814     /*! Text shown when no search results are found */
       
  1815     virtual QCString trNoMatches()
       
  1816     {
       
  1817       return "Cap coincidència";
       
  1818     }
       
  1819 
  1786 };
  1820 };
  1787 
  1821 
  1788 #endif
  1822 #endif