diff options
| author | syrja <mikko@3d-system.fi> | 2019-07-25 15:39:57 +0300 |
|---|---|---|
| committer | syrja <mikko@3d-system.fi> | 2019-07-25 15:39:57 +0300 |
| commit | c4f3f55469858998105c5d35e4c905bc4dd59eff (patch) | |
| tree | 2dbdd4fcd5537a50060bd3950e6d3b85dc39238b /locale | |
| parent | 7202148aeeaac7e5ed0dce3bfc501b5200314757 (diff) | |
| download | symedit-c4f3f55469858998105c5d35e4c905bc4dd59eff.tar.gz symedit-c4f3f55469858998105c5d35e4c905bc4dd59eff.zip | |
Added text and symbol size handling.
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/symedit.en_GB.qm | bin | 8084 -> 8157 bytes | |||
| -rw-r--r-- | locale/symedit.en_GB.ts | 8 | ||||
| -rw-r--r-- | locale/symedit.fi_FI.qm | bin | 8810 -> 8887 bytes | |||
| -rw-r--r-- | locale/symedit.fi_FI.ts | 8 | ||||
| -rw-r--r-- | locale/symedit.ts | 6 |
5 files changed, 17 insertions, 5 deletions
diff --git a/locale/symedit.en_GB.qm b/locale/symedit.en_GB.qm Binary files differindex 0f5d2f6..b6d26dc 100644 --- a/locale/symedit.en_GB.qm +++ b/locale/symedit.en_GB.qm diff --git a/locale/symedit.en_GB.ts b/locale/symedit.en_GB.ts index 412444d..0a461bf 100644 --- a/locale/symedit.en_GB.ts +++ b/locale/symedit.en_GB.ts @@ -273,9 +273,9 @@ <source></source> <translation>Line Width</translation> </message> - <message id="id_toolbar_text_size"> + <message id="id_toolbar_symbol_size"> <source></source> - <translation>Text Size</translation> + <translation>Symbol Size</translation> </message> <message id="id_toolbar_language"> <source></source> @@ -381,6 +381,10 @@ <source></source> <translation>12 Middle left</translation> </message> + <message id="id_toolbar_text_size"> + <source></source> + <translation>Text Size</translation> + </message> <message id="id_toolbar_text_field"> <source></source> <translation>Text</translation> diff --git a/locale/symedit.fi_FI.qm b/locale/symedit.fi_FI.qm Binary files differindex 571b972..af413ca 100644 --- a/locale/symedit.fi_FI.qm +++ b/locale/symedit.fi_FI.qm diff --git a/locale/symedit.fi_FI.ts b/locale/symedit.fi_FI.ts index b6823e2..29152f4 100644 --- a/locale/symedit.fi_FI.ts +++ b/locale/symedit.fi_FI.ts @@ -273,9 +273,9 @@ <source></source> <translation>Viivan leveys</translation> </message> - <message id="id_toolbar_text_size"> + <message id="id_toolbar_symbol_size"> <source></source> - <translation>Tekstin koko</translation> + <translation>Symbolin koko</translation> </message> <message id="id_toolbar_language"> <source></source> @@ -381,6 +381,10 @@ <source></source> <translation>12 Puolivälissä vasemmalla</translation> </message> + <message id="id_toolbar_text_size"> + <source></source> + <translation>Tekstin koko</translation> + </message> <message id="id_toolbar_text_field"> <source></source> <translation>Teksti</translation> diff --git a/locale/symedit.ts b/locale/symedit.ts index 0ec4982..de92f40 100644 --- a/locale/symedit.ts +++ b/locale/symedit.ts @@ -233,7 +233,7 @@ <source></source> <translation type="unfinished"></translation> </message> - <message id="id_toolbar_text_size"> + <message id="id_toolbar_symbol_size"> <source></source> <translation type="unfinished"></translation> </message> @@ -341,6 +341,10 @@ <source></source> <translation type="unfinished"></translation> </message> + <message id="id_toolbar_text_size"> + <source></source> + <translation type="unfinished"></translation> + </message> <message id="id_toolbar_text_field"> <source></source> <translation type="unfinished"></translation> |
