diff options
author | Andras Timar <andras.timar@collabora.com> | 2017-02-08 11:12:25 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2017-02-08 11:33:41 +0000 |
commit | 21864fed063c1888323e14977fc73061d4905b80 (patch) | |
tree | 52353e6ed2e27f2a56422ce8dcfd1c5c8d50c2a7 /include | |
parent | 25702ff6c9b00efb3263bc2cd67783d207e16af0 (diff) |
tdf#105814 enable localization of "host" and "port" in sample addresses
Change-Id: I2e58f4757bd86393410cdc6fd77205a8ebb9b917
Reviewed-on: https://gerrit.libreoffice.org/34021
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/svtools/svtools.hrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/svtools.hrc b/include/svtools/svtools.hrc index ce64c931cf42..47ff7df2cfc1 100644 --- a/include/svtools/svtools.hrc +++ b/include/svtools/svtools.hrc @@ -47,6 +47,8 @@ #define STR_SVT_ESTIMATED_SIZE_PIX_1 (RID_SVTOOLS_START + 39) #define STR_SVT_ESTIMATED_SIZE_PIX_2 (RID_SVTOOLS_START + 40) #define STR_SVT_ESTIMATED_SIZE_VEC (RID_SVTOOLS_START + 41) +#define STR_SVT_HOST (RID_SVTOOLS_START + 42) +#define STR_SVT_PORT (RID_SVTOOLS_START + 43) // FREE |