aboutsummaryrefslogtreecommitdiff
path: root/source/gl/uui
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-05-24 12:23:46 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2018-05-24 12:28:35 +0200
commited31445a5c607b49bf71cd37055578de6785cb85 (patch)
treebf6422989a8cbe8736c16c8e9ab7fe735f2bf5a0 /source/gl/uui
parent3f52ddee8a430cba4f5a9631cb41cc7981df96d0 (diff)
update translations for master/6.1 beta1 libreoffice-6-1-branch-point
Change-Id: Ib85491aac55698f0db45945f3fbaa332e8ec25dc
Diffstat (limited to 'source/gl/uui')
-rw-r--r--source/gl/uui/messages.po20
1 files changed, 10 insertions, 10 deletions
diff --git a/source/gl/uui/messages.po b/source/gl/uui/messages.po
index 64043b22896..bc9cbaeda7c 100644
--- a/source/gl/uui/messages.po
+++ b/source/gl/uui/messages.po
@@ -3,7 +3,7 @@ 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: 2018-04-24 12:21+0200\n"
+"POT-Creation-Date: 2018-05-22 13:16+0200\n"
"PO-Revision-Date: 2018-04-02 18:25+0000\n"
"Last-Translator: Xosé <xosecalvo@gmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -754,12 +754,12 @@ msgctxt "authfallback|AuthFallbackDlg"
msgid "Authentication Code"
msgstr "Código de autenticación"
-#: uui/uiconfig/ui/authfallback.ui:128
+#: uui/uiconfig/ui/authfallback.ui:113
msgctxt "authfallback|label1"
msgid "Enter the 6 digit PIN:"
msgstr "Introduza o PIN de 6 díxitos:"
-#: uui/uiconfig/ui/filterselect.ui:7
+#: uui/uiconfig/ui/filterselect.ui:16
msgctxt "filterselect|FilterSelectDialog"
msgid "Filter Selection"
msgstr "Selección de filtros"
@@ -881,7 +881,7 @@ msgctxt "masterpassworddlg|MasterPasswordDialog"
msgid "Enter Master Password"
msgstr "Introducir o contrasinal mestre"
-#: uui/uiconfig/ui/masterpassworddlg.ui:86
+#: uui/uiconfig/ui/masterpassworddlg.ui:90
msgctxt "masterpassworddlg|label1"
msgid "_Enter password:"
msgstr "_Escriba o contrasinal:"
@@ -896,22 +896,22 @@ msgctxt "setmasterpassworddlg|SetMasterPasswordDialog"
msgid "Set Master Password"
msgstr "Estabelecer o contrasinal mestre"
-#: uui/uiconfig/ui/setmasterpassworddlg.ui:84
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:89
msgctxt "setmasterpassworddlg|label1"
msgid "Passwords for web connections are protected by a master password. You will be asked to enter it once per session, if %PRODUCTNAME retrieves a password from the protected password list."
msgstr "Os contrasinais para conexións web están protexidos por un contrasinal mestre. Pediráselle que o escriba unha vez por sesión se %PRODUCTNAME solicita un contrasinal da lista de contrasinais protexidos."
-#: uui/uiconfig/ui/setmasterpassworddlg.ui:100
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:105
msgctxt "setmasterpassworddlg|label2"
msgid "_Enter password:"
msgstr "_Escriba o contrasinal:"
-#: uui/uiconfig/ui/setmasterpassworddlg.ui:127
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:133
msgctxt "setmasterpassworddlg|label3"
msgid "_Reenter password:"
msgstr "_Volva introducir o contrasinal:"
-#: uui/uiconfig/ui/setmasterpassworddlg.ui:155
+#: uui/uiconfig/ui/setmasterpassworddlg.ui:163
msgctxt "setmasterpassworddlg|label4"
msgid "Caution: If you forget the master password, you will be unable to access any of the information protected by it. Passwords are case sensitive."
msgstr "Coidado: Se esquece o contrasinal mestre non poderá acceder a ningunha información protexida por el. Os contrasinais diferencian maiúsculas de minúsculas."
@@ -921,12 +921,12 @@ msgctxt "simplenameclash|SimpleNameClashDialog"
msgid "File Exists"
msgstr "O ficheiro xa existe"
-#: uui/uiconfig/ui/simplenameclash.ui:37
+#: uui/uiconfig/ui/simplenameclash.ui:43
msgctxt "simplenameclash|replace"
msgid "Replace"
msgstr "Substituír"
-#: uui/uiconfig/ui/simplenameclash.ui:51
+#: uui/uiconfig/ui/simplenameclash.ui:57
msgctxt "simplenameclash|rename"
msgid "Rename"
msgstr "Renomear"
ce-4-4-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/unx/source/svdde
AgeCommit message (Expand)Author
2018-09-12loplugin:simplifyconstruct in stoc..svlNoel Grandin
2017-12-19svl: Fix possible memleak at deleting DdeServiceTakeshi Abe
2017-07-17loplugin:useuniqueptr: svl (clang-cl)Stephan Bergmann
2017-04-05loplugin:constantparam part2Noel Grandin
2017-01-02coverity#1371220 Missing move assignment operatorCaolán McNamara
2017-01-02use std::unique_ptrCaolán McNamara
2016-10-05Replace DdeData conversion operators with proper functionsStephan Bergmann
2016-04-06remove some dead bits of DDENoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-31Disconnect and Connect don't do anything nowCaolán McNamara
2015-08-14fix windows build, partial revert of my commitNoel Grandin
2015-08-14make Link<> instances typedNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-18more cast hellCaolán McNamara
2015-03-18another round of build fixingCaolán McNamara
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin
2015-02-07loplugin:deletedspecialStephan Bergmann
2014-03-25coverity#738856 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708265 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708269 Uninitialized pointer fieldCaolán McNamara
2014-03-14coverity#708271 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079295 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079294 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079293 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079292 Uninitialized pointer fieldCaolán McNamara
2014-03-10coverity#1079291 Uninitialized pointer fieldCaolán McNamara
2013-07-07module svl: all String and some bool and related clean-upNorbert Thiebaud
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-08-02strip down UniString some moreCaolán McNamara
2012-07-02re-base on ALv2 code.Michael Meeks
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-11-27remove include of pch header from svlNorbert Thiebaud
2011-05-11Nah, make the AddTopic() prototype like it was, too many problems otherwiseTor Lillqvist
2011-05-11Fix non-Windows compilationTor Lillqvist
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2011-01-13removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong i...Carsten Driesner
2011-01-06removetooltypes01: rebase to DEV300_m96Mikhail Voytenko
2010-11-19gnumake2: removing old dmake file in migrated modulesBjoern Michaelsen
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-07-29#i112600#: clean up l10ntools, rsc, sot, svl, tools and unotoolsXiaofei Zhang
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-10-08#i103496#: make svl buildable with internal inc/svl directoryMathias Bauer
2009-10-08#i103496#: make svl buildableMathias Bauer
2009-10-08#i103496#: split svtools in two libs, depending on whether the code needs vcl...Mathias Bauer