diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 11:10:25 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-08-18 11:13:55 +0100 |
commit | 1bb161ece5bd3a868778b7a8d4528bedaa589710 (patch) | |
tree | 1ba8b91b681d340cb28399cb2db0f1079ddc3dba /scp2 | |
parent | 90e3e9c3c8154be276beffed6adcb18c383cfb53 (diff) |
these strings should be translatable
so bring back scn.res and add them in there
Change-Id: I378d64f524c64295d26223f54fe17950b475cd80
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_resource_ooo.scp | 6 | ||||
-rw-r--r-- | scp2/source/ooo/module_lang_template.scp | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_resource_ooo.scp b/scp2/source/ooo/file_resource_ooo.scp index e54442665c94..a8dd5eb8b027 100644 --- a/scp2/source/ooo/file_resource_ooo.scp +++ b/scp2/source/ooo/file_resource_ooo.scp @@ -59,6 +59,12 @@ STD_RES_FILE( gid_File_Res_Pcr, pcr) STD_RES_FILE( gid_File_Res_Pdffilter, pdffilter) +#ifdef UNX + +STD_RES_FILE( gid_File_Res_San, scn ) + +#endif + STD_RES_FILE( gid_File_Res_Sd, sd ) STD_RES_FILE( gid_File_Res_Sfx, sfx ) diff --git a/scp2/source/ooo/module_lang_template.scp b/scp2/source/ooo/module_lang_template.scp index 6b2538b1d477..e5b875205a4e 100644 --- a/scp2/source/ooo/module_lang_template.scp +++ b/scp2/source/ooo/module_lang_template.scp @@ -87,6 +87,7 @@ Module gid_Module_Langpack_Resource_Template gid_File_Res_Ofa, gid_File_Res_Pcr, gid_File_Res_Pdffilter, + gid_File_Res_San, gid_File_Res_Sb, gid_File_Res_Sd, gid_File_Res_Sfx, |