diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sisu/v0/i18n.rb | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/lib/sisu/v0/i18n.rb b/lib/sisu/v0/i18n.rb index 0b53e78d..1c983519 100644 --- a/lib/sisu/v0/i18n.rb +++ b/lib/sisu/v0/i18n.rb @@ -343,7 +343,7 @@ module SiSU_Translate      def author        'Author'      end -    def creator #dc +    def author #dc        'Creator'      end      def contributor #dc @@ -554,7 +554,7 @@ module SiSU_Translate      def author        'Auteur'      end -    def creator #dc +    def author #dc        'Auteur'      end      def contributor #dc @@ -762,7 +762,7 @@ module SiSU_Translate      def subtitle        'Untertitel'      end -    def creator +    def author        'Autor'      end      def contributor #dc @@ -970,7 +970,7 @@ module SiSU_Translate     def subtitle       'Subtítulo'     end -   def creator #dc +   def author #dc       'Creador'     end     def contributor #dc @@ -1178,7 +1178,7 @@ module SiSU_Translate      def subtitle        'Sottotitolo'      end -    def creator #dc +    def author #dc        'Autore'      end      def contributor #dc @@ -1386,7 +1386,7 @@ module SiSU_Translate      def subtitle        'Alaotsikko'      end -    def creator #dc +    def author #dc        'tekijä'      end      def contributor #dc | 
