aboutsummaryrefslogtreecommitdiff
path: root/source/ne/uui
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-05-25 19:40:31 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2016-05-25 20:12:45 +0200
commit87fc3ca7cba6ea6be066cc79bed965aaa596f426 (patch)
treefa73ba53499587383acf02dc95540f6a497c2c01 /source/ne/uui
parentcfc31b7c53b06bab97be6b2cd9503423120ea1fe (diff)
update translations for 5.2.0 beta1
and force-fix errors using pocheck Change-Id: I9dac678a4e705f255463e6ba3b127f423e82fd65
Diffstat (limited to 'source/ne/uui')
-rw-r--r--source/ne/uui/uiconfig/ui.po43
1 files changed, 37 insertions, 6 deletions
diff --git a/source/ne/uui/uiconfig/ui.po b/source/ne/uui/uiconfig/ui.po
index d5e984d5449..85d2a2dcec9 100644
--- a/source/ne/uui/uiconfig/ui.po
+++ b/source/ne/uui/uiconfig/ui.po
@@ -3,18 +3,18 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"
-"POT-Creation-Date: 2015-06-24 17:06+0200\n"
-"PO-Revision-Date: 2015-04-25 01:27+0000\n"
-"Last-Translator: system user <>\n"
+"POT-Creation-Date: 2016-05-23 21:37+0200\n"
+"PO-Revision-Date: 2015-06-26 02:46+0000\n"
+"Last-Translator: Anonymous Pootle User\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ne\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Pootle 2.7\n"
"X-Accelerator-Marker: ~\n"
-"X-POOTLE-MTIME: 1429925262.000000\n"
+"X-Generator: LibreOffice\n"
+"X-POOTLE-MTIME: 1435286799.000000\n"
#: authfallback.ui
msgctxt ""
@@ -22,7 +22,16 @@ msgctxt ""
"AuthFallbackDlg\n"
"title\n"
"string.text"
-msgid "OneDrive Authentication Code"
+msgid "Authentication Code"
+msgstr ""
+
+#: authfallback.ui
+msgctxt ""
+"authfallback.ui\n"
+"google_prefix_label\n"
+"label\n"
+"string.text"
+msgid "G-"
msgstr ""
#: filterselect.ui
@@ -120,6 +129,28 @@ msgstr ""
#: logindialog.ui
msgctxt ""
"logindialog.ui\n"
+"wrongloginrealm\n"
+"label\n"
+"string.text"
+msgid ""
+"Wrong user name and password for:\n"
+"“%2” on %1"
+msgstr ""
+
+#: logindialog.ui
+msgctxt ""
+"logindialog.ui\n"
+"wrongrequestinfo\n"
+"label\n"
+"string.text"
+msgid ""
+"Wrong user name and password for:\n"
+"%1"
+msgstr ""
+
+#: logindialog.ui
+msgctxt ""
+"logindialog.ui\n"
"requestinfo\n"
"label\n"
"string.text"
ibreoffice-4-1-5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/hwpfilter
AgeCommit message (Expand)Author
2012-06-22re-base on ALv2 code. Includes:Michael Meeks
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-31targeted string re-workNorbert Thiebaud
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
2012-04-16WaE: "isnan" redefinedDavid Tardon
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara
2012-04-13gbuildize internal zlibCaolán McNamara
2012-04-12remove formfeedsThomas Arnhold
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon
2012-04-08compile- and run-time use of UNO must be splitDavid Tardon
2012-04-08clean upDavid Tardon
2012-04-08simplify use of configuration from unit testsDavid Tardon
2012-04-08always use --protector for UNO testsDavid Tardon
2012-04-08drop uses_ureDavid Tardon
2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02always pass --headless to cppunitsLuboš Luňák
2012-03-29--headless for hwpfilter testLuboš Luňák
2012-03-21chmod -xTor Lillqvist
2012-03-10write unsigned char[] contents as numbers rather than string literalLuboš Luňák
2012-03-10mark static data that is const as constLuboš Luňák
2012-03-05WaE: calling delete on the wrong thingCaolán McNamara
2012-03-05Kill LinkedList in hwpfilterSzabolcs Dezsi
2012-03-03Avoid temporary rtl::OUStringJulien Nabet
2012-03-01WaE: function 'yyinput' is not needed and will not be emittedTor Lillqvist
2012-03-01#pragma interface and #pragma implementation are obsolete and pointlessTor Lillqvist
2012-02-21WaE: duplicateBranchThomas Arnhold