diff options
| author | Ralph Amissah <ralph@amissah.com> | 2010-04-27 19:43:04 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2010-04-27 19:43:04 -0400 | 
| commit | 74e7af807d62161e13335a501bfc1124175a78da (patch) | |
| tree | 81945e9b40a7eba01d4a7a3ee41326ab71f5607c | |
| parent | switch markup for bold and emphasis, now !{bold}! and *{emphasis}* (diff) | |
i18n, mark OCLC number for translation
| -rw-r--r-- | lib/sisu/v2/i18n.rb | 15 | 
1 files changed, 15 insertions, 0 deletions
| diff --git a/lib/sisu/v2/i18n.rb b/lib/sisu/v2/i18n.rb index 1f81a941..2aa730be 100644 --- a/lib/sisu/v2/i18n.rb +++ b/lib/sisu/v2/i18n.rb @@ -645,6 +645,9 @@ module SiSU_Translate      def cls_dewey        'Classification Dewey'      end +    def cls_oclc # fix +      'Classify OCLC number' +    end      def cls_gutenberg        'Classification du project Gutenberg'      end @@ -853,6 +856,9 @@ module SiSU_Translate      def cls_dewey        'Klassifikation nach Dewey'      end +    def cls_oclc # fix +      'Classify OCLC number' +    end      def cls_gutenberg        'Klassifikation nach Projekt Gutenberg'      end @@ -1061,6 +1067,9 @@ module SiSU_Translate     def cls_dewey       'Clasificación Dewey'     end +    def cls_oclc # fix +      'Classify OCLC number' +    end     def cls_gutenberg       'Clasificación Proyecto Gutenberg'     end @@ -1269,6 +1278,9 @@ module SiSU_Translate      def cls_dewey        'Classificazione Dewey'      end +    def cls_oclc # fix +      'Classify OCLC number' +    end      def cls_gutenberg        'Classificazione del Progetto Gutenberg'      end @@ -1477,6 +1489,9 @@ module SiSU_Translate      def cls_dewey        'Classify Dewey'      end +    def cls_oclc # fix +      'Classify OCLC number' +    end      def cls_gutenberg        'Classify Project Gutenberg'      end | 
