UTF-8 conversion: programs/localized/sv_SE

This commit is contained in:
Jon Trulson
2018-09-23 19:18:02 -06:00
parent 8c73c01cb1
commit 63ad725508
81 changed files with 7068 additions and 7068 deletions

View File

@@ -4,10 +4,10 @@ XCOMM $XConsortium: French.tmpl /main/1 1995/12/08 09:41:35 rswiston $
* variable for the French locale.
*/
SOURCE_LANG=fr_FR.ISO8859-1
SOURCE_LANG=fr_FR.UTF-8
#ifdef AlphaArchitecture
LANG=fr_FR.ISO8859-1
LANG=fr_FR.UTF-8
#endif
#ifdef RsArchitecture
@@ -20,9 +20,9 @@ LANG=fr
#endif
#ifdef HPArchitecture
LANG=fr_FR.iso88591
LANG=fr_FR.utf8
#endif
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
LANG=fr_FR.ISO8859-1
LANG=fr_FR.UTF-8
#endif

View File

@@ -4,10 +4,10 @@ XCOMM $XConsortium: German.tmpl /main/1 1995/12/08 09:41:46 rswiston $
* variable for the German locale.
*/
SOURCE_LANG=de_DE.ISO8859-1
SOURCE_LANG=de_DE.UTF-8
#ifdef AlphaArchitecture
LANG=de_DE.ISO8859-1
LANG=de_DE.UTF-8
#endif
#ifdef RsArchitecture
@@ -20,9 +20,9 @@ LANG=de
#endif
#ifdef HPArchitecture
LANG=de_DE.iso88591
LANG=de_DE.utf8
#endif
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
LANG=de_DE.ISO8859-1
LANG=de_DE.UTF-8
#endif

View File

@@ -4,10 +4,10 @@ XCOMM $XConsortium: Italian.tmpl /main/1 1995/12/08 09:41:55 rswiston $
* variable for the Italian locale.
*/
SOURCE_LANG=it_IT.ISO8859-1
SOURCE_LANG=it_IT.UTF-8
#ifdef AlphaArchitecture
LANG=it_IT.ISO8859-1
LANG=it_IT.UTF-8
#endif
#ifdef RsArchitecture
@@ -20,9 +20,9 @@ LANG=it
#endif
#ifdef HPArchitecture
LANG=it_IT.iso88591
LANG=it_IT.utf8
#endif
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
LANG=it_IT.ISO8859-1
LANG=it_IT.UTF-8
#endif

View File

@@ -4,10 +4,10 @@ XCOMM $XConsortium: Spanish.tmpl /main/1 1995/12/08 09:42:25 rswiston $
* variable for the Spanish locale.
*/
SOURCE_LANG=es_ES.ISO8859-1
SOURCE_LANG=es_ES.UTF-8
#ifdef AlphaArchitecture
LANG=es_ES.ISO8859-1
LANG=es_ES.UTF-8
#endif
#ifdef RsArchitecture
@@ -20,9 +20,9 @@ LANG=es
#endif
#ifdef HPArchitecture
LANG=es_ES.iso88591
LANG=es_ES.utf8
#endif
#if defined(LinuxArchitecture) || defined(BSDArchitecture)
LANG=es_ES.ISO8859-1
LANG=es_ES.UTF-8
#endif