summaryrefslogtreecommitdiff
path: root/sw/source/ui
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <s.mehrbrodt@gmail.com>2014-08-27 23:52:28 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-30 03:24:12 -0500
commit4b4e4ccf8d571fd6f6ee538c4e406b07fc810e2d (patch)
tree76daba49a3fc71239ffa3c8577ed0afa982a5893 /sw/source/ui
parent90c38d993dfda3c0fbb411a09d5be77cb41ea0bf (diff)
fdo#80617 Use complete string to allow translation for page number info
Change-Id: I8cc899f70ee4dcd65495b8ccc153a8fc3a2cc413 Reviewed-on: https://gerrit.libreoffice.org/11157 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
Diffstat (limited to 'sw/source/ui')
-rw-r--r--sw/source/ui/shells/shells.src8
1 files changed, 8 insertions, 0 deletions
diff --git a/sw/source/ui/shells/shells.src b/sw/source/ui/shells/shells.src
index 45c0112b8b88..03668ebe599c 100644
--- a/sw/source/ui/shells/shells.src
+++ b/sw/source/ui/shells/shells.src
@@ -107,6 +107,14 @@ String STR_PAGE
{
Text [ en-US ] = "Page " ;
};
+String STR_PAGE_COUNT
+{
+ Text [ en-US ] = "Page %1 of %2" ;
+};
+String STR_PAGE_COUNT_CUSTOM
+{
+ Text [ en-US ] = "Page %1 of %2 (Page %3)" ;
+};
String RID_TEXT_TOOLBOX
{
Text [ en-US ] = "Text Object Bar" ;