aboutsummaryrefslogtreecommitdiff
path: root/source/ru/dbaccess
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-01-26 14:10:35 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2022-01-26 14:16:41 +0100
commit22e60373393e60eacb736936c265807ca7e0f946 (patch)
tree2ef261c6f110b19e2d7268d17160dbfd008ced0e /source/ru/dbaccess
parente211a3e50991fd27a487297bb8a0d0f1b19e27e4 (diff)
update translations for 7.3.0 rc3 co-22.05-branch-point
and force-fix errors using pocheck Change-Id: Iedaea86e48ece63ca63d38dceac9b0d15091f38d (cherry picked from commit 59aa6716126252d64cbd897153f231389c05ac2d)
Diffstat (limited to 'source/ru/dbaccess')
-rw-r--r--source/ru/dbaccess/messages.po10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/ru/dbaccess/messages.po b/source/ru/dbaccess/messages.po
index ff6d417f7c6..4e645ee74dc 100644
--- a/source/ru/dbaccess/messages.po
+++ b/source/ru/dbaccess/messages.po
@@ -4,7 +4,7 @@ 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: 2021-11-16 12:08+0100\n"
-"PO-Revision-Date: 2021-08-25 05:05+0000\n"
+"PO-Revision-Date: 2022-01-20 04:10+0000\n"
"Last-Translator: bormant <bormant@mail.ru>\n"
"Language-Team: Russian <https://translations.documentfoundation.org/projects/libo_ui-master/dbaccessmessages/ru/>\n"
"Language: ru\n"
@@ -13,7 +13,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n"
"X-Accelerator-Marker: ~\n"
-"X-Generator: LibreOffice\n"
+"X-Generator: Weblate 4.8.1\n"
"X-POOTLE-MTIME: 1562878674.000000\n"
#. BiN6g
@@ -1431,7 +1431,7 @@ msgstr "Невозможно сохранить таблицу, так как и
#: dbaccess/inc/strings.hrc:253
msgctxt "STR_TBL_COLUMN_IS_KEYCOLUMN"
msgid "The column \"$column$\" belongs to the primary key. If the column is deleted, the primary key will also be deleted. Do you really want to continue?"
-msgstr "Столбец «$column$» относится к первичному ключу. Удалив его, вы удалите и первичный ключ. Вы действительно хотите удалить этот столбец?"
+msgstr "Столбец «$column$» относится к первичному ключу. Удалив его, вы удалите и первичный ключ. Действительно удалить этот столбец?"
#. fo93e
#: dbaccess/inc/strings.hrc:254
@@ -2351,7 +2351,7 @@ msgstr "По убыванию"
#: dbaccess/inc/strings.hrc:407
msgctxt "STR_CONFIRM_DROP_INDEX"
msgid "Do you really want to delete the index '$name$'?"
-msgstr "Вы действительно хотите удалить индекс «$name$»?"
+msgstr "Действительно удалить индекс «$name$»?"
#. 3sTLe
#: dbaccess/inc/strings.hrc:408
@@ -2429,7 +2429,7 @@ msgstr "Детали"
#: dbaccess/inc/strings.hrc:423
msgctxt "STR_QUERY_USERADMIN_DELETE_USER"
msgid "Do you really want to delete the user?"
-msgstr "Вы действительно хотите удалить этого пользователя?"
+msgstr "Действительно удалить пользователя?"
#. yeKZF
#: dbaccess/inc/strings.hrc:424
e-4-1-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/undotab.hxx
AgeCommit message (Expand)Author
2018-11-06tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[m-z]*Gabor Kelemen
2018-10-15loplugin:constfields in scNoel Grandin
2018-10-06use more std::unique_ptr in ScUndoMoveTab and ScUndoCopyTabNoel Grandin
2018-08-30pass ScRefUndoData around by std::unique_ptrNoel Grandin
2018-08-25loplugin:useuniqueptr in ScMoveUndoNoel Grandin
2018-08-15pass ScPrintRangeSaver around by std::unique_ptrNoel Grandin
2018-06-29loplugin:useuniqueptr in various ScUndo*Noel Grandin
2017-10-23loplugin:includeform: scStephan Bergmann
2017-10-21coverity#1401307 document checked 'Uncaught exception'Caolán McNamara
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-07-14extend loplugin useuniqueptr to POD typesNoel Grandin
2017-03-17cleanup double includes and declarationsJochen Nitschke
2017-02-22use std::unique_ptrCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-26sc: convert SC_SCENARIO_.. defines typed flags ..Jochen Nitschke
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-21convert SC_LINK constants to scoped enumNoel Grandin
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara