added translation for odfviewer

This commit is contained in:
Thomas Mueller 2012-08-26 02:05:28 +02:00
parent a1a3862274
commit 8e090d8f67
4 changed files with 37 additions and 1 deletions

View File

@ -6,7 +6,7 @@ function viewOdf(dir, file) {
// odf action toolbar
var odfToolbarHtml =
'<div id="odf-toolbar">' +
'<input type="button" id="odf_close" value="Close">' +
'<input type="button" id="odf_close">'+t('files_odfviewer','Close')+
'</div>';
$('#controls').append(odfToolbarHtml);

View File

@ -0,0 +1,8 @@
src/webodf/webodf/tests/core/Base64Tests.js
src/webodf/webodf/tests/core/CursorTests.js
src/webodf/webodf/tests/gui/CaretTests.js
src/webodf/webodf/tests/gui/SelectionMoverTests.js
src/webodf/webodf/tests/core/PointWalkerTests.js
src/webodf/webodf/tests/core/ZipTests.js
src/webodf/webodf/tests/xmldom/XPathTests.js
src/webodf/webodf/tests/core/RuntimeTests.js

View File

@ -120,3 +120,9 @@ source_file = templates/impress.pot
source_lang = en
type = PO
[owncloud.impress]
file_filter = <lang>/files_odfviewer.po
source_file = templates/files_odfviewer.pot
source_lang = en
type = PO

View File

@ -0,0 +1,22 @@
# 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@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-08-26 01:49+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: js/viewer.js:9
msgid "Close"
msgstr ""