[Libreoffice-commits] online.git: loleaflet/Makefile loleaflet/po

Jan Iversen jani at documentfoundation.org
Tue Aug 9 07:18:33 UTC 2016


 loleaflet/Makefile                       |    4 
 loleaflet/po/README                      |    8 
 loleaflet/po/template/loleaflet-help.pot | 1428 +++++++++++++++++++++++++++++++
 loleaflet/po/template/loleaflet-ui.pot   |  857 ++++++++++++++++++
 4 files changed, 2295 insertions(+), 2 deletions(-)

New commits:
commit 7839aecac6a9715294eb56f8bbe2e522668ae4d1
Author: Jan Iversen <jani at documentfoundation.org>
Date:   Tue Aug 9 07:02:56 2016 +0000

    Changed  Makefile and po directory, to prepare for automatic pootle commit
    
    Changed "make pot" to deliver files in po/template, so the .pot files
    are committed as well as the resulting .po files.
    
    Added a README to explain, that styles is not part of translation.

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index df0da8f..23910cc 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -43,7 +43,7 @@ dist: all
 	rm -rf loleaflet-$(VERSION)
 
 pot:
-	xgettext --from-code=UTF-8 --keyword=_ --output=po/loleaflet-ui.pot \
+	xgettext --from-code=UTF-8 --keyword=_ --output=po/template/loleaflet-ui.pot \
 		evol.colorpicker.strings.js \
 		unocommands.js \
 		dist/errormessages.js \
@@ -60,7 +60,7 @@ pot:
 		src/core/Socket.js \
 		src/map/Map.js
 
-	html2po --pot --input=dist/loleaflet-help.html --output=po/loleaflet-help.pot
+	html2po --pot --input=dist/loleaflet-help.html --output=po/template/loleaflet-help.pot
 
 l10n: pot
 	for i in po/ui-*.po; do pot2po --input=po/loleaflet-ui.pot --template=$$i --output=$$i.new; mv $$i.new $$i;done
diff --git a/loleaflet/po/README b/loleaflet/po/README
new file mode 100644
index 0000000..fa966a3
--- /dev/null
+++ b/loleaflet/po/README
@@ -0,0 +1,8 @@
+** Description **
+This directory is mainly maintained from the pootle server, that manages all translations.
+
+The input to for the pootle server is template files (.pot), which are generated by "make pot"
+The translated .po files are then committed from the pootle server.
+
+Remark the directory styles, are not translated by merged from the core translation.
+
diff --git a/loleaflet/po/template/loleaflet-help.pot b/loleaflet/po/template/loleaflet-help.pot
new file mode 100644
index 0000000..4226c27
--- /dev/null
+++ b/loleaflet/po/template/loleaflet-help.pot
@@ -0,0 +1,1428 @@
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-09 07:00+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Translate Toolkit 1.13.0\n"
+
+#: dist/loleaflet-help.html+div.h1:25
+msgid "Keyboard Shortcuts"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:27
+msgid "General Keyboard Shortcuts"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:29
+msgid "Undo"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:29
+msgid "Ctrl + Z"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:30
+msgid "Redo"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:30
+msgid "Ctrl + Y"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:31
+msgid "Cut"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:31
+msgid "Ctrl + X"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:32
+msgid "Paste as unformatted text"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:32
+msgid "Ctrl + Alt + Shift + V"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:33
+msgid "Print (Download as PDF)"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:33
+msgid "Ctrl + P"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:37
+msgctxt "dist/loleaflet-help.html div.div.h2:37"
+msgid "Text formatting"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:39
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:39"
+msgid "Bold"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:39
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:39"
+msgid "Ctrl + B"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:40
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:40"
+msgid "Italic"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:40
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:40"
+msgid "Ctrl + I"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:41
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:41"
+msgid "Underline"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:41
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:41"
+msgid "Ctrl + U"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:42
+msgid "Double Underline"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:42
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:42"
+msgid "Ctrl + D"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:43
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:43"
+msgid "Strikethrough"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:43
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:43"
+msgid "Ctrl + Alt + 5"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:44
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:44"
+msgid "Superscript"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:44
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:44"
+msgid "Ctrl + Shift + P"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:45
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:45"
+msgid "Subscript"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:45
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:45"
+msgid "Ctrl + Shift + B"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:46
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:46"
+msgid "Remove direct formatting"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:46
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:46"
+msgid "Ctrl + M"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:48
+msgctxt "dist/loleaflet-help.html div.div.h2:48"
+msgid "Paragraph formatting"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:50
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:50"
+msgid "Align Center"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:50
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:50"
+msgid "Ctrl + E"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:51
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:51"
+msgid "Align Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:51
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:51"
+msgid "Ctrl + L"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:52
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:52"
+msgid "Align Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:52
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:52"
+msgid "Ctrl + R"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:53
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:53"
+msgid "Justify"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:53
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:53"
+msgid "Ctrl + J"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:54
+msgid "Apply Default paragraph style"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:54
+msgid "Ctrl + 0"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:55
+msgid "Apply Heading 1 paragraph style"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:55
+msgid "Ctrl + 1"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:56
+msgid "Apply Heading 2 paragraph style"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:56
+msgid "Ctrl + 2"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:57
+msgid "Apply Heading 3 paragraph style"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:57
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:57"
+msgid "Ctrl + 3"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:58
+msgid "Apply Heading 4 paragraph style"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:58
+msgid "Ctrl + 4"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:59
+msgid "Apply Heading 5 paragraph style"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:59
+msgid "Ctrl + 5"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:61
+msgid "Text selection and navigation in document"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:63
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:63"
+msgid "Select All"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:63
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:63"
+msgid "Ctrl + A"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:64
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:64"
+msgid "Move cursor to the left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:64
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:64"
+msgid "Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:65
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:65"
+msgid "Move cursor with selection to the left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:65
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:65"
+msgid "Shift + Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:66
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:66"
+msgid "Go to beginning of a word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:66
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:66"
+msgid "Ctrl + Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:67
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:67"
+msgid "Select to the left word by word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:67
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:67"
+msgid "Ctrl + Shift + Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:68
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:68"
+msgid "Move cursor to the right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:68
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:68"
+msgid "Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:69
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:69"
+msgid "Move cursor with selection to the right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:69
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:69"
+msgid "Shift + Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:70
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:70"
+msgid "Go to start of the next word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:70
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:70"
+msgid "Ctrl + Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:71
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:71"
+msgid "Select to the right word by word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:71
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:71"
+msgid "Ctrl + Shift + Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:72
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:72"
+msgid "Move cursor up one line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:72
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:72"
+msgid "Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:73
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:73"
+msgid "Select lines in upwards direction"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:73
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:73"
+msgid "Shift + Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:74
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:74"
+msgid "Move cursor to beginning of the previous paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:74
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:74"
+msgid "Ctrl + Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:75
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:75"
+msgid "Select to beginning of paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:75
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:75"
+msgid "Ctrl + Shift + Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:76
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:76"
+msgid "Move cursor down one line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:76
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:76"
+msgid "Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:77
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:77"
+msgid "Select lines in downwards direction"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:77
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:77"
+msgid "Shift + Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:78
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:78"
+msgid "Move cursor to beginning of the next paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:78
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:78"
+msgid "Ctrl + Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:79
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:79"
+msgid "Select to end of paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:79
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:79"
+msgid "Ctrl + Shift + Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:80
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:80"
+msgid "Go to beginning of line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:80
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:80"
+msgid "Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:81
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:81"
+msgid "Go and select to the beginning of a line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:81
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:81"
+msgid "Shift + Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:82
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:82"
+msgid "Go to start of document"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:82
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:82"
+msgid "Ctrl + Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:83
+msgid "Go and select text to start of document"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:83
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:83"
+msgid "Ctrl + Shift + Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:84
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:84"
+msgid "Go to end of line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:84
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:84"
+msgid "End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:85
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:85"
+msgid "Go and select to the end of a line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:85
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:85"
+msgid "Shift + End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:86
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:86"
+msgid "Go to end of document"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:86
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:86"
+msgid "Ctrl + End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:87
+msgid "Go and select text to end of document"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:87
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:87"
+msgid "Ctrl + Shift + End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:88
+msgid "Move the view up one page"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:88
+msgid "PageUp"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:89
+msgid "Switch cursor between text and header"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:89
+msgid "Ctrl + PageUp"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:90
+msgid "Extend the selection up one page"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:90
+msgid "Shift + PageUp"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:91
+msgid "Move the view down one page"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:91
+msgid "PageDown"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:92
+msgid "Switch cursor between text and footer"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:92
+msgid "Ctrl + PageDown"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:93
+msgid "Extend the selection down one page"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:93
+msgid "Shift + PageDown"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:94
+msgid "Delete to beginning of word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:94
+msgid "Ctrl + Backspace"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:95
+msgid "Delete to end of word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:95
+msgid "Ctrl + Del"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:96
+msgid "Delete to beginning of sentence"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:96
+msgid "Ctrl + Shift + Backspace"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:97
+msgid "Delete to end of sentence"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:97
+msgid "Ctrl + Shift + Del"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:99
+msgid "Shortcut Keys for Tables"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:101
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:101"
+msgid "Ctrl + A"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:101
+msgid ""
+"If the active cell is empty: selects the whole table. Otherwise: selects the "
+"contents of the active cell. Pressing again selects the entire table."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:102
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:102"
+msgid "Ctrl + Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:102
+msgid ""
+"If the active cell is empty: goes to the beginning of the table. Otherwise: "
+"first press goes to beginning of the active cell, second press goes to "
+"beginning of the current table, third press goes to beginning of document."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:103
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:103"
+msgid "Ctrl + End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:103
+msgid ""
+"If the active cell is empty: goes to the end of the table. Otherwise: first "
+"press goes to the end of the active cell, second press goes to the end of "
+"the current table, third press goes to the end of the document."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:104
+msgid "Ctrl + Tab"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:104
+msgid ""
+"Inserts a tab stop (only in tables). Depending on the Window Manager in use, "
+"Alt + Tab may be used instead."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:105
+msgid "Alt + Arrow Keys"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:105
+msgid ""
+"Increases/decreases the size of the column/row on the right/bottom cell edge"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:106
+msgid "Alt + Shift + Arrow Keys"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:106
+msgid "Increase/decrease the size of the column/row on the left/top cell edge"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:107
+msgid "Alt + Ctrl + Arrow Keys"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:107
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:107"
+msgid "Like Alt, but only the active cell is modified"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:108
+msgid "Ctrl + Alt + Shift + Arrow Keys"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:108
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:108"
+msgid "Like Alt, but only the active cell is modified"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:109
+msgid "Alt + Insert"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:109
+msgid ""
+"3 seconds in Insert mode, Arrow Key inserts row/column, Ctrl + Arrow Key "
+"inserts cell"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:110
+msgid "Alt + Del"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:110
+msgid ""
+"3 seconds in Delete mode, Arrow key deletes row/column, Ctrl + Arrow key "
+"merges cell with neighboring cell"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:111
+msgid "Shift + Ctrl + Del"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td.p:111
+msgid ""
+"If no whole cell is selected, the text from the cursor to the end of the "
+"current sentence is deleted. If the cursor is at the end of a cell, and no "
+"whole cell is selected, the contents of the next cell are deleted."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td.p:112
+msgid ""
+"If no whole cell is selected and the cursor is at the end of the table, the "
+"paragraph following the table will be deleted, unless it is the last "
+"paragraph in the document."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td.p:113
+msgid ""
+"If one or more cells are selected, the whole rows containing the selection "
+"will be deleted. If all rows are selected completely or partially, the "
+"entire table will be deleted."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:116
+msgid "Word processor functions"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:118
+msgid "Insert footnote"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:118
+msgid "Ctrl + Alt + F"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:119
+msgid "Insert endnote"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:119
+msgid "Ctrl + Alt + D"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:120
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:120"
+msgid "Insert comment"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:120
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:120"
+msgid "Ctrl + Alt + C"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:122
+msgid "Insert soft hyphen"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:122
+msgid "Ctrl + -"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:123
+msgid "Insert non-breaking hyphen"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:123
+msgid "Ctrl + Shift + -"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:125
+msgid "Insert non-breaking space"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:125
+msgid "Ctrl + Shift + Space"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:126
+msgid "Insert line break"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:126
+msgid "Shift + Enter"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:127
+msgid "Manual page break"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:127
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:127"
+msgid "Ctrl + Enter"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:128
+msgid "Column break (in multicolumnar text)"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:128
+msgid "Ctrl + Shift + Enter"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:129
+msgid ""
+"Insert new paragraph directly before or after a section, or before a table"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:129
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:129"
+msgid "Alt + Enter"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:130
+msgid ""
+"Insert new paragraph without numbering inside a list. Does not work when the "
+"cursor is at the end of the list."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:130
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:130"
+msgid "Alt + Enter"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:134
+msgid "Cell formatting"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:136
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:136"
+msgid "Bold"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:136
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:136"
+msgid "Ctrl + B"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:137
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:137"
+msgid "Italic"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:137
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:137"
+msgid "Ctrl + I"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:138
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:138"
+msgid "Underline"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:138
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:138"
+msgid "Ctrl + U"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:139
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:139"
+msgid "Strikethrough"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:139
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:139"
+msgid "Ctrl + Alt + 5"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:140
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:140"
+msgid "Remove direct formatting"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:140
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:140"
+msgid "Ctrl + M"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:141
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:141"
+msgid "Insert comment"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:141
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:141"
+msgid "Ctrl + Alt + C"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:142
+msgid "Display comment"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:142
+msgid "Ctrl + F1"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:143
+msgid "Fill Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:143
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:143"
+msgid "Ctrl + D"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:144
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:144"
+msgid "Select All"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:144
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:144"
+msgid "Ctrl + A"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:145
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:145"
+msgid "Align Center"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:145
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:145"
+msgid "Ctrl + E"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:146
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:146"
+msgid "Align Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:146
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:146"
+msgid "Ctrl + L"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:147
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:147"
+msgid "Align Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:147
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:147"
+msgid "Ctrl + R"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:148
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:148"
+msgid "Justify"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:148
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:148"
+msgid "Ctrl + J"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:149
+msgid "Set Optimal Column Width"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:149
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:149"
+msgid "Ctrl + 3"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:150
+msgid "Two decimal places, thousands separator"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:150
+msgid "Ctrl + Shift + 1"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:151
+msgid "Standard exponential format"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:151
+msgid "Ctrl + Shift + 2"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:152
+msgid "Standard date format"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:152
+msgid "Ctrl + Shift + 3"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:153
+msgid "Standard currency format"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:153
+msgid "Ctrl + Shift + 4"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:154
+msgid "Standard percentage format (two decimal places)"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:154
+msgid "Ctrl + Shift + 5"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:155
+msgid "Standard format"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:155
+msgid "Ctrl + Shift + 6"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:159
+msgctxt "dist/loleaflet-help.html div.div.h2:159"
+msgid "Text formatting"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:161
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:161"
+msgid "Bold"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:161
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:161"
+msgid "Ctrl + B"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:162
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:162"
+msgid "Italic"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:162
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:162"
+msgid "Ctrl + I"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:163
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:163"
+msgid "Underline"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:163
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:163"
+msgid "Ctrl + U"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:164
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:164"
+msgid "Strikethrough"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:164
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:164"
+msgid "Ctrl + Alt + 5"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:165
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:165"
+msgid "Superscript"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:165
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:165"
+msgid "Ctrl + Shift + P"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:166
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:166"
+msgid "Subscript"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:166
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:166"
+msgid "Ctrl + Shift + B"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:167
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:167"
+msgid "Select All"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:167
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:167"
+msgid "Ctrl + A"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:169
+msgctxt "dist/loleaflet-help.html div.div.h2:169"
+msgid "Paragraph formatting"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:171
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:171"
+msgid "Align Center"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:171
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:171"
+msgid "Ctrl + E"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:172
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:172"
+msgid "Align Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:172
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:172"
+msgid "Ctrl + L"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:173
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:173"
+msgid "Align Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:173
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:173"
+msgid "Ctrl + R"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:174
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:174"
+msgid "Justify"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:174
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:174"
+msgid "Ctrl + J"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:175
+msgid "Demote list item (list item has to be selected)"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:175
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:175"
+msgid "Tab"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:176
+msgid "Promote list item (list item has to be selected)"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:176
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:176"
+msgid "Shift + Tab"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:178
+msgid "Text selection and navigation in a textbox"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:180
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:180"
+msgid "Select All"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:180
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:180"
+msgid "Ctrl + A"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:181
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:181"
+msgid "Move cursor to the left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:181
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:181"
+msgid "Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:182
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:182"
+msgid "Move cursor with selection to the left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:182
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:182"
+msgid "Shift + Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:183
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:183"
+msgid "Go to beginning of a word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:183
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:183"
+msgid "Ctrl + Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:184
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:184"
+msgid "Select to the left word by word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:184
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:184"
+msgid "Ctrl + Shift + Arrow Left"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:185
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:185"
+msgid "Move cursor to the right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:185
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:185"
+msgid "Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:186
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:186"
+msgid "Move cursor with selection to the right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:186
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:186"
+msgid "Shift + Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:187
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:187"
+msgid "Go to start of the next word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:187
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:187"
+msgid "Ctrl + Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:188
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:188"
+msgid "Select to the right word by word"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:188
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:188"
+msgid "Ctrl + Shift + Arrow Right"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:189
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:189"
+msgid "Move cursor up one line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:189
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:189"
+msgid "Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:190
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:190"
+msgid "Select lines in upwards direction"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:190
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:190"
+msgid "Shift + Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:191
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:191"
+msgid "Move cursor to beginning of the previous paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:191
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:191"
+msgid "Ctrl + Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:192
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:192"
+msgid "Select to beginning of paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:192
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:192"
+msgid "Ctrl + Shift + Arrow Up"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:193
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:193"
+msgid "Move cursor down one line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:193
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:193"
+msgid "Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:194
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:194"
+msgid "Select lines in downwards direction"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:194
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:194"
+msgid "Shift + Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:195
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:195"
+msgid "Move cursor to beginning of the next paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:195
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:195"
+msgid "Ctrl + Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:196
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:196"
+msgid "Select to end of paragraph"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:196
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:196"
+msgid "Ctrl + Shift + Arrow Down"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:197
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:197"
+msgid "Go to beginning of line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:197
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:197"
+msgid "Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:198
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:198"
+msgid "Go and select to the beginning of a line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:198
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:198"
+msgid "Shift + Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:199
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:199"
+msgid "Go to start of document"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:199
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:199"
+msgid "Ctrl + Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:200
+msgid "Go and select text to start of textbox"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:200
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:200"
+msgid "Ctrl + Shift + Home"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:201
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:201"
+msgid "Go to end of line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:201
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:201"
+msgid "End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:202
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:202"
+msgid "Go and select to the end of a line"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:202
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:202"
+msgid "Shift + End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:203
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:203"
+msgid "Go to end of document"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:203
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:203"
+msgid "Ctrl + End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:204
+msgid "Go and select text to end of textbox"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:204
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:204"
+msgid "Ctrl + Shift + End"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.h2:206
+msgid "Slide / draw page keyboard shortcuts"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:208
+msgid ""
+"Escape current mode, i.e. from edit mode switch to object selection mode, "
+"from object selection mode switch to view mode."
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:208
+msgid "Esc"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:209
+msgid "Select objects in the order in which they were created"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:209
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:209"
+msgid "Tab"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:210
+msgid "Select objects in the reverse order in which they were created"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:210
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:210"
+msgid "Shift + Tab"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:211
+msgid "Move to next text object on slide / drawing page"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:211
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:211"
+msgid "Ctrl + Enter"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:212
+msgid "Select all in slide / drawing page"
+msgstr ""
+
+#: dist/loleaflet-help.html+div.div.table.tr.td:212
+msgctxt "dist/loleaflet-help.html div.div.table.tr.td:212"
+msgid "Ctrl + A"
+msgstr ""
diff --git a/loleaflet/po/template/loleaflet-ui.pot b/loleaflet/po/template/loleaflet-ui.pot
new file mode 100644
index 0000000..a5bb598
--- /dev/null
+++ b/loleaflet/po/template/loleaflet-ui.pot
@@ -0,0 +1,857 @@
+# SOME DESCRIPTIVE TITLE.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# FIRST AUTHOR <EMAIL at ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-08-09 07:00+0000\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
+"Language-Team: LANGUAGE <LL at li.org>\n"
+"Language: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: evol.colorpicker.strings.js:2
+msgid "Theme Colors"
+msgstr ""
+
+#: evol.colorpicker.strings.js:3
+msgid "Standard Colors"
+msgstr ""
+
+#: evol.colorpicker.strings.js:4
+msgid "Web Colors"
+msgstr ""
+
+#: evol.colorpicker.strings.js:5
+msgid "Back to Palette"
+msgstr ""
+
+#: evol.colorpicker.strings.js:6
+msgid "History"
+msgstr ""
+
+#: evol.colorpicker.strings.js:7
+msgid "No history yet."
+msgstr ""
+
+#: unocommands.js:1
+msgid "Copy Hyperlink"
+msgstr ""
+
+#: unocommands.js:2
+msgid "Down One Level"
+msgstr ""
+
+#: unocommands.js:3
+msgid "Up One Level"
+msgstr ""
+
+#: unocommands.js:4
+msgid "Edit Comment"
+msgstr ""
+
+#: unocommands.js:5
+msgid "Insert Comment"
+msgstr ""
+
+#: unocommands.js:6
+msgid "Merge"
+msgstr ""
+
+#: unocommands.js:7
+msgid "Merge Cells..."
+msgstr ""
+
+#: unocommands.js:8
+msgid "Bring Forward"
+msgstr ""
+
+#: unocommands.js:9
+msgid "Send Backward"
+msgstr ""
+
+#: unocommands.js:10
+msgid "Paste Special"
+msgstr ""
+
+#: unocommands.js:11
+msgid "Unformatted Text"
+msgstr ""
+
+#: dist/errormessages.js:1
+msgid ""
+"Wrong WOPISrc, usage: WOPISrc=valid encoded URI, or file_path, usage: "
+"file_path=/path/to/doc/"
+msgstr ""
+
+#: dist/errormessages.js:2
+msgid ""
+"The host URL is empty. The loolwsd server is probably misconfigured, please "
+"contact the administrator."
+msgstr ""
+
+#: dist/toolbar/toolbar.js:154
+msgid "Are you sure you want to delete this page?"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:329 src/admin/AdminStrings.js:20
+#: src/control/Control.Menubar.js:10 src/control/Control.Menubar.js:56
+#: src/control/Control.Menubar.js:102
+msgid "Save"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:331 src/control/Control.Menubar.js:18
+#: src/control/Control.Menubar.js:64 src/control/Control.Menubar.js:110
+msgid "Undo"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:332 src/control/Control.Menubar.js:19
+#: src/control/Control.Menubar.js:65 src/control/Control.Menubar.js:111
+msgid "Redo"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:338
+msgid "Bold"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:339
+msgid "Italic"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:340
+msgid "Underline"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:341
+msgid "Strikeout"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:344
+msgid "Font color"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:346
+msgid "Highlighting"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:348
+msgid "Align left"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:349
+msgid "Center horizontally"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:350
+msgid "Align right"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:351
+msgid "Justified"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:353
+msgid "Bullets on/off"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:354
+msgid "Numbering on/off"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:356
+msgid "Increase indent"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:357
+msgid "Decrease indent"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:360
+msgid "Insert table"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:361
+msgid "Insert comment"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:362
+msgid "Insert graphic"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:364
+msgid "More"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:365
+msgid "Close document"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:395 dist/toolbar/toolbar.js:758
+msgid "Sum"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:396
+msgid "Function"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:397
+msgid "Cancel"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:398
+msgid "Accept"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:409
+msgid "First sheet"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:410
+msgid "Previous sheet"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:411
+msgid "Next sheet"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:412
+msgid "Last sheet"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:422 src/control/Control.Menubar.js:94
+msgid "Fullscreen presentation"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:424
+msgid "Insert slide"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:425 src/control/Control.Menubar.js:91
+msgid "Duplicate slide"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:426 src/control/Control.Menubar.js:92
+msgid "Delete slide"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:438
+msgid "Search:"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:443
+msgid "Search backwards"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:444
+msgid "Search forward"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:445
+msgid "Cancel the search"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:450 dist/toolbar/toolbar.js:1196
+msgid "Take edit lock (others can only view)"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:450 dist/toolbar/toolbar.js:1196
+msgid "VIEWING"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:452
+msgid "Previous page"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:453
+msgid "Next page"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:455 src/control/Control.Menubar.js:34
+#: src/control/Control.Menubar.js:79 src/control/Control.Menubar.js:128
+msgid "Reset zoom"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:456 src/control/Control.Menubar.js:33
+#: src/control/Control.Menubar.js:78 src/control/Control.Menubar.js:127
+msgid "Zoom out"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:458 src/control/Control.Menubar.js:32
+#: src/control/Control.Menubar.js:77 src/control/Control.Menubar.js:126
+msgid "Zoom in"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:476
+msgid "You are viewing now."
+msgstr ""
+
+#: dist/toolbar/toolbar.js:476
+msgid "Click here to take edit."
+msgstr ""
+
+#: dist/toolbar/toolbar.js:607 dist/toolbar/toolbar.js:1094
+msgid "Size"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:739
+msgid "Number of Sheets"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:742
+msgid "Selected range of cells"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:745 dist/toolbar/toolbar.js:791
+msgid "Entering text mode"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:748 dist/toolbar/toolbar.js:794
+msgid "Selection Mode"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:751
+msgid "Choice of functions"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:753
+msgid "Average"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:754
+msgid "CountA"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:755
+msgid "Count"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:756
+msgid "Maximum"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:757
+msgid "Minimum"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:759
+msgid "Selection count"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:760
+msgid "None"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:765
+msgid "Wrap Text"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:766
+msgid "Merge and Center Cells"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:768
+msgid "Format as Currency"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:769
+msgid "Format as Percent"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:770
+msgid "Format as Number"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:771
+msgid "Format as Date"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:772
+msgid "Add Decimal Place"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:773
+msgid "Delete Decimal Place"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:775
+msgid "Sort Ascending"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:776
+msgid "Sort Descending"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:785
+msgid "Number of Pages"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:788
+msgid "Word Counter"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:802
+msgid "Number of Slides"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:919
+msgid "Document saved"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1077
+msgid "Style"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1089
+msgid "Font"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1113
+msgid "Previous slide"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1114
+msgid "Next slide"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1192
+msgid "You are editing (others can only view)"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1192
+msgid "EDITING"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1212
+msgid "You are locked in readonly mode"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1212
+msgid "READONLY"
+msgstr ""
+
+#: dist/toolbar/toolbar.js:1324
+msgid "Layout"
+msgstr ""
+
+#: src/admin/AdminSocketBase.js:45
+msgid "Connection error"
+msgstr ""
+
+#: src/admin/AdminSocketOverview.js:61
+msgid "Are you sure you want to terminate this session?"
+msgstr ""
+
+#: src/admin/AdminStrings.js:4
+msgid "Admin console"
+msgstr ""
+
+#: src/admin/AdminStrings.js:5
+msgid "Toggle navigation"
+msgstr ""
+
+#: src/admin/AdminStrings.js:6
+msgid "Settings"
+msgstr ""
+
+#: src/admin/AdminStrings.js:7
+msgid "Overview"
+msgstr ""
+
+#: src/admin/AdminStrings.js:8
+msgid "(current)"
+msgstr ""
+
+#: src/admin/AdminStrings.js:9
+msgid "Analytics"
+msgstr ""
+
+#: src/admin/AdminStrings.js:10
+msgid "Dashboard"
+msgstr ""
+
+#: src/admin/AdminStrings.js:11
+msgid "Users online"
+msgstr ""
+
+#: src/admin/AdminStrings.js:12
+msgid "Documents opened"
+msgstr ""
+
+#: src/admin/AdminStrings.js:13
+msgid "Memory consumed"
+msgstr ""
+
+#: src/admin/AdminStrings.js:14
+msgid "PID"
+msgstr ""
+
+#: src/admin/AdminStrings.js:15
+msgid "Document"
+msgstr ""
+
+#: src/admin/AdminStrings.js:16
+msgid "Number of views"
+msgstr ""
+
+#: src/admin/AdminStrings.js:17
+msgid "Elapsed time"
+msgstr ""
+
+#: src/admin/AdminStrings.js:18
+msgid "Kill"
+msgstr ""
+
+#: src/admin/AdminStrings.js:19
+msgid "Graphs"
+msgstr ""
+
+#: src/admin/AdminStrings.js:21
+msgid "Cache size of memory statistics"
+msgstr ""
+
+#: src/admin/AdminStrings.js:22
+msgid "Time interval of memory statistics (in ms)"
+msgstr ""
+
+#: src/admin/AdminStrings.js:23
+msgid "Cache size of CPU statistics"
+msgstr ""
+
+#: src/admin/AdminStrings.js:24
+msgid "Time interval of CPU statistics (in ms)"
+msgstr ""
+
+#: src/admin/Util.js:13
+msgid "kB"
+msgstr ""
+
+#: src/admin/Util.js:13
+msgid "MB"
+msgstr ""
+
+#: src/admin/Util.js:13
+msgid "GB"
+msgstr ""
+
+#: src/admin/Util.js:13
+msgid "TB"
+msgstr ""
+
+#: src/admin/Util.js:41
+msgid " hrs"
+msgstr ""
+
+#: src/admin/Util.js:43
+msgid " mins"
+msgstr ""
+
+#: src/admin/Util.js:45
+msgid " s"
+msgstr ""
+
+#: src/control/Control.ColumnHeader.js:38
+msgid "Insert column before"
+msgstr ""
+
+#: src/control/Control.ColumnHeader.js:45 src/control/Control.Menubar.js:134
+msgid "Delete column"
+msgstr ""
+
+#: src/control/Control.Menubar.js:10 src/control/Control.Menubar.js:56
+#: src/control/Control.Menubar.js:102
+msgid "File"
+msgstr ""
+
+#: src/control/Control.Menubar.js:11 src/control/Control.Menubar.js:57
+#: src/control/Control.Menubar.js:103
+msgid "Print"
+msgstr ""
+
+#: src/control/Control.Menubar.js:12 src/control/Control.Menubar.js:58
+#: src/control/Control.Menubar.js:104
+msgid "See revision history"
+msgstr ""
+
+#: src/control/Control.Menubar.js:13 src/control/Control.Menubar.js:59
+#: src/control/Control.Menubar.js:105
+msgid "Download as"
+msgstr ""
+
+#: src/control/Control.Menubar.js:13 src/control/Control.Menubar.js:59
+#: src/control/Control.Menubar.js:105
+msgid "PDF Document (.pdf)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:14
+msgid "ODF text document (.odt)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:15
+msgid "Microsoft Word 2003 (.doc)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:16
+msgid "Microsoft Word (.docx)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:18 src/control/Control.Menubar.js:64
+#: src/control/Control.Menubar.js:110
+msgid "Edit"
+msgstr ""
+
+#: src/control/Control.Menubar.js:21 src/control/Control.Menubar.js:67
+#: src/control/Control.Menubar.js:113
+msgid "Cut"
+msgstr ""
+
+#: src/control/Control.Menubar.js:22 src/control/Control.Menubar.js:68
+#: src/control/Control.Menubar.js:114
+msgid "Copy"
+msgstr ""
+
+#: src/control/Control.Menubar.js:23 src/control/Control.Menubar.js:69
+#: src/control/Control.Menubar.js:115
+msgid "Paste"
+msgstr ""
+
+#: src/control/Control.Menubar.js:25 src/control/Control.Menubar.js:71
+#: src/control/Control.Menubar.js:117
+msgid "Select all"
+msgstr ""
+
+#: src/control/Control.Menubar.js:27 src/control/Control.Menubar.js:36
+#: src/control/Control.Menubar.js:73 src/control/Control.Menubar.js:81
+#: src/control/Control.Menubar.js:119
+msgid "Insert"
+msgstr ""
+
+#: src/control/Control.Menubar.js:27 src/control/Control.Menubar.js:73
+#: src/control/Control.Menubar.js:119
+msgid "Image"
+msgstr ""
+
+#: src/control/Control.Menubar.js:28
+msgid "Comment"
+msgstr ""
+
+#: src/control/Control.Menubar.js:30 src/control/Control.Menubar.js:75
+#: src/control/Control.Menubar.js:124
+msgid "View"
+msgstr ""
+
+#: src/control/Control.Menubar.js:30 src/control/Control.Menubar.js:75
+#: src/control/Control.Menubar.js:124
+msgid "Full screen"
+msgstr ""
+
+#: src/control/Control.Menubar.js:36 src/control/Control.Menubar.js:81
+msgid "Tables"
+msgstr ""
+
+#: src/control/Control.Menubar.js:36 src/control/Control.Menubar.js:81
+msgid "Rows before"
+msgstr ""
+
+#: src/control/Control.Menubar.js:37 src/control/Control.Menubar.js:82
+msgid "Rows after"
+msgstr ""
+
+#: src/control/Control.Menubar.js:39 src/control/Control.Menubar.js:84
+msgid "Columns left"
+msgstr ""
+
+#: src/control/Control.Menubar.js:40 src/control/Control.Menubar.js:85
+msgid "Columns right"
+msgstr ""
+
+#: src/control/Control.Menubar.js:41 src/control/Control.Menubar.js:86
+msgid "Delete"
+msgstr ""
+
+#: src/control/Control.Menubar.js:41 src/control/Control.Menubar.js:86
+msgid "Rows"
+msgstr ""
+
+#: src/control/Control.Menubar.js:42 src/control/Control.Menubar.js:87
+msgid "Columns"
+msgstr ""
+
+#: src/control/Control.Menubar.js:43 src/control/Control.Menubar.js:44
+msgid "Table"
+msgstr ""
+
+#: src/control/Control.Menubar.js:44
+msgid "Select"
+msgstr ""
+
+#: src/control/Control.Menubar.js:45 src/control/Control.Menubar.js:121
+msgid "Row"
+msgstr ""
+
+#: src/control/Control.Menubar.js:46 src/control/Control.Menubar.js:122
+msgid "Column"
+msgstr ""
+
+#: src/control/Control.Menubar.js:47
+msgid "Cell"
+msgstr ""
+
+#: src/control/Control.Menubar.js:48 src/control/Control.Menubar.js:88
+msgid "Merge cells"
+msgstr ""
+
+#: src/control/Control.Menubar.js:50 src/control/Control.Menubar.js:96
+#: src/control/Control.Menubar.js:136
+msgid "Help"
+msgstr ""
+
+#: src/control/Control.Menubar.js:50 src/control/Control.Menubar.js:96
+#: src/control/Control.Menubar.js:136
+msgid "Keyboard shortcuts"
+msgstr ""
+
+#: src/control/Control.Menubar.js:51 src/control/Control.Menubar.js:97
+#: src/control/Control.Menubar.js:137
+msgid "About"
+msgstr ""
+
+#: src/control/Control.Menubar.js:60
+msgid "ODF presentation (.odp)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:61
+msgid "Microsoft Powerpoint 2003 (.ppt)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:62
+msgid "Microsoft Powerpoint (.pptx)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:90
+msgid "Slide"
+msgstr ""
+
+#: src/control/Control.Menubar.js:90
+msgid "New slide"
+msgstr ""
+
+#: src/control/Control.Menubar.js:106
+msgid "ODF spreadsheet (.ods)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:107
+msgid "Microsoft Excel 2003 (.xls)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:108
+msgid "Microsoft Excel (.xlsx)"
+msgstr ""
+
+#: src/control/Control.Menubar.js:130
+msgid "Cells"
+msgstr ""
+
+#: src/control/Control.Menubar.js:130
+msgid "Insert row"
+msgstr ""
+
+#: src/control/Control.Menubar.js:131
+msgid "Insert column"
+msgstr ""
+
+#: src/control/Control.Menubar.js:133 src/control/Control.RowHeader.js:43
+msgid "Delete row"
+msgstr ""
+
+#: src/control/Control.Menubar.js:306
+msgid "Are you sure you want to delete this slide?"
+msgstr ""
+
+#: src/control/Control.RowHeader.js:36
+msgid "Insert row above"
+msgstr ""
+
+#: src/control/Control.Tabs.js:46
+msgid "Insert sheet before this"
+msgstr ""
+
+#: src/control/Control.Tabs.js:47
+msgid "Insert sheet after this"
+msgstr ""
+
+#: src/control/Control.Tabs.js:48
+msgid "Delete sheet"
+msgstr ""
+
+#: src/control/Control.Tabs.js:52
+msgid "Are you sure you want to delete this sheet?"
+msgstr ""
+
+#: src/control/Control.Tabs.js:61
+msgid "Rename sheet"
+msgstr ""
+
+#: src/control/Control.Tabs.js:65
+msgid "Enter new sheet name"
+msgstr ""
+
+#: src/control/Toolbar.js:59 src/control/Toolbar.js:68
+msgid "Downloading..."
+msgstr ""
+
+#: src/control/Toolbar.js:80 src/map/Map.js:806
+msgid "Saving..."
+msgstr ""
+
+#: src/control/Toolbar.js:212
+msgid "This version of %productName is powered by"
+msgstr ""
+
+#: src/core/Socket.js:17
+msgid "Oops, there is a problem connecting to LibreOffice Online : "
+msgstr ""
+
+#: src/core/Socket.js:139
+msgid "Unsupported server version."
+msgstr ""
+
+#: src/core/Socket.js:158
+msgid "Document requires password to view."
+msgstr ""
+
+#: src/core/Socket.js:161
+msgid "Document requires password to modify."
+msgstr ""
+
+#: src/core/Socket.js:163
+msgid "Hit Cancel to open in view-only mode."
+msgstr ""
+
+#: src/core/Socket.js:167
+msgid "Wrong password provided. Please try again."
+msgstr ""
+
+#: src/core/Socket.js:304
+msgid ""
+"Well, this is embarrassing, we cannot connect to your document. Please try "
+"again."
+msgstr ""
+
+#: src/core/Socket.js:307
+msgid "We are sorry, this is an unexpected connection error. Please try again."
+msgstr ""
+
+#: src/map/Map.js:116
+msgid "Initializing..."
+msgstr ""
+
+#: src/map/Map.js:809
+msgid "Loading..."
+msgstr ""


More information about the Libreoffice-commits mailing list