Warning, /documentation/digikam-doc/locale/sk/LC_MESSAGES/setup_application/database_settings.po is written in an unsupported language. File is not indexed.

0001 # translation of docs_digikam_org_setup_application___database_settings.po to Slovak
0002 # Roman Paholík <wizzardsk@gmail.com>, 2023.
0003 msgid ""
0004 msgstr ""
0005 "Project-Id-Version: docs_digikam_org_setup_application___database_settings\n"
0006 "Report-Msgid-Bugs-To: \n"
0007 "POT-Creation-Date: 2023-12-30 00:35+0000\n"
0008 "PO-Revision-Date: 2023-03-19 10:26+0100\n"
0009 "Last-Translator: Roman Paholik <wizzardsk@gmail.com>\n"
0010 "Language-Team: Slovak <kde-sk@linux.sk>\n"
0011 "Language: sk\n"
0012 "MIME-Version: 1.0\n"
0013 "Content-Type: text/plain; charset=UTF-8\n"
0014 "Content-Transfer-Encoding: 8bit\n"
0015 "X-Generator: Lokalize 22.12.3\n"
0016 "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
0017 
0018 #: ../../setup_application/database_settings.rst:1
0019 msgid "digiKam Database Settings"
0020 msgstr ""
0021 
0022 #: ../../setup_application/database_settings.rst:1
0023 msgid ""
0024 "digiKam, documentation, user manual, photo management, open source, free, "
0025 "learn, easy, database, setup, mysql, mariadb, sqlite, migration, local, "
0026 "remote, server"
0027 msgstr ""
0028 
0029 #: ../../setup_application/database_settings.rst:14
0030 msgid "Database Settings"
0031 msgstr ""
0032 
0033 #: ../../setup_application/database_settings.rst:16
0034 msgid "Contents"
0035 msgstr "Obsah"
0036 
0037 #: ../../setup_application/database_settings.rst:20
0038 msgid ""
0039 "For an introduction of internal data storage, please refer to :ref:"
0040 "`Introduction of digiKam Databases <database_intro>` section."
0041 msgstr ""
0042 
0043 #: ../../setup_application/database_settings.rst:25
0044 msgid "The Sqlite Database"
0045 msgstr ""
0046 
0047 #: ../../setup_application/database_settings.rst:27
0048 msgid ""
0049 "`SQLite <https://sqlite.org/>`_ is a relational database management system, "
0050 "written in C programming library. SQLite is not directly comparable to "
0051 "client/server SQL database engines such as MySQL, Oracle or PostgreSQL. "
0052 "Rather, it is an embedded SQL database engine, i.e. it is embedded in an end "
0053 "program. SQLite reads and writes directly to ordinary disk files. For device-"
0054 "local storage with low writer concurrency and less than a terabyte of "
0055 "content, SQLite is almost always a better solution. SQLite is fast and "
0056 "reliable and it requires no configuration or maintenance. It keeps things "
0057 "simple. SQLite \"just works\"."
0058 msgstr ""
0059 
0060 #: ../../setup_application/database_settings.rst:29
0061 msgid ""
0062 "By default, digiKam uses SQLite as its back-end for storing important "
0063 "metadata and thumbnails. Three SQLite files used for storing them are named "
0064 "respectively:"
0065 msgstr ""
0066 
0067 #: ../../setup_application/database_settings.rst:32
0068 msgid "Database"
0069 msgstr "Databáza"
0070 
0071 #: ../../setup_application/database_settings.rst:32
0072 msgid "File-Name"
0073 msgstr "Meno súboru"
0074 
0075 #: ../../setup_application/database_settings.rst:34
0076 #, fuzzy
0077 msgid "**Core**"
0078 msgstr "Jadro"
0079 
0080 #: ../../setup_application/database_settings.rst:34
0081 msgid ":file:`digikam4.db`"
0082 msgstr ""
0083 
0084 #: ../../setup_application/database_settings.rst:35
0085 #, fuzzy
0086 msgid "**Thumbs**"
0087 msgstr "Miniatúry"
0088 
0089 #: ../../setup_application/database_settings.rst:35
0090 msgid ":file:`thumbnails-digikam.db`"
0091 msgstr ""
0092 
0093 #: ../../setup_application/database_settings.rst:36
0094 #, fuzzy
0095 msgid "**Similarity**"
0096 msgstr "Podobnosť"
0097 
0098 #: ../../setup_application/database_settings.rst:36
0099 msgid ":file:`similarity.db`"
0100 msgstr ""
0101 
0102 #: ../../setup_application/database_settings.rst:37
0103 #, fuzzy
0104 msgid "**Faces**"
0105 msgstr "Tváre"
0106 
0107 #: ../../setup_application/database_settings.rst:37
0108 msgid ":file:`recognition.db`"
0109 msgstr ""
0110 
0111 #: ../../setup_application/database_settings.rst:40
0112 msgid ""
0113 "To make your application run fast and smoothly, it is recommended to check "
0114 "and optimize your databases once in awhile. This could be achieved with the "
0115 "menu option :menuselection:`Tools --> Maintenance...` and the stage "
0116 "**Perform Database Cleaning**. See this :ref:`Maintenance tool section "
0117 "<maintenance_database>` for details. A recommended tool is `SQLite Browser "
0118 "<https://sqlitebrowser.org/>`_, a high quality and easy to use visual tool "
0119 "for managing database objects. For Ubuntu and its derivatives, it could be "
0120 "retrieved using `sudo apt install sqlitebrowser`. Now you can switch to the "
0121 "directory where databases are stored and visualize the database contents."
0122 msgstr ""
0123 
0124 #: ../../setup_application/database_settings.rst:45
0125 msgid ""
0126 "Take care to use a place hosted by fast hardware (such as SSD or NVMe) with "
0127 "enough free space especially for thumbnails database. A remote file system "
0128 "such as NFS cannot be used here. For performance and technical reasons "
0129 "relevant of SQLite, you cannot use a media from the network."
0130 msgstr ""
0131 
0132 #: ../../setup_application/database_settings.rst:47
0133 msgid ""
0134 "SQLite database files could be found in your *collection* folder, which you "
0135 "have added to digiKam. (By default, if you add your “Pictures” collection, "
0136 "the database files will be present in :file:`~/Pictures` folder)."
0137 msgstr ""
0138 
0139 #: ../../setup_application/database_settings.rst:53
0140 msgid "The digiKam SQLite Configuration Page"
0141 msgstr ""
0142 
0143 #: ../../setup_application/database_settings.rst:57
0144 msgid ""
0145 "The **WAL** SQLite mode is a very important option that we recommend to turn "
0146 "on with large databases to optimize transactions and improve performances."
0147 msgstr ""
0148 
0149 #: ../../setup_application/database_settings.rst:60
0150 msgid "The MySQL Database"
0151 msgstr ""
0152 
0153 #: ../../setup_application/database_settings.rst:63
0154 msgid "MySQL Versus SQLite"
0155 msgstr ""
0156 
0157 #: ../../setup_application/database_settings.rst:65
0158 msgid ""
0159 "`MySQL <https://en.wikipedia.org/wiki/MySQL>`_ is an open-source, relational "
0160 "database management system, written in C and C++. Original development of "
0161 "MySQL by Michael Widenius and David Axmark beginning in 1994. Sun "
0162 "Microsystems acquired MySQL in 2008, which was later acquired by Oracle in "
0163 "2010. MySQL currently works on almost all system platforms (Linux, Microsoft "
0164 "Windows, OS X, SunOS …)."
0165 msgstr ""
0166 
0167 #: ../../setup_application/database_settings.rst:67
0168 msgid ""
0169 "`MariaDB <https://en.wikipedia.org/wiki/MariaDB>`_ server is a community "
0170 "developed fork of MySQL server. Started by core members of the original "
0171 "MySQL team, MariaDB actively works with outside developers to deliver the "
0172 "most featureful, stable, and sanely licensed open SQL server in the industry."
0173 msgstr ""
0174 
0175 #: ../../setup_application/database_settings.rst:69
0176 msgid "MariaDB has actually overtaken MySQL, because of few basic reasons:"
0177 msgstr ""
0178 
0179 #: ../../setup_application/database_settings.rst:71
0180 msgid "MariaDB development is more open and vibrant."
0181 msgstr ""
0182 
0183 #: ../../setup_application/database_settings.rst:73
0184 msgid "More cutting edge features."
0185 msgstr ""
0186 
0187 #: ../../setup_application/database_settings.rst:75
0188 msgid "More storage engines."
0189 msgstr ""
0190 
0191 #: ../../setup_application/database_settings.rst:77
0192 msgid "Better performance."
0193 msgstr ""
0194 
0195 #: ../../setup_application/database_settings.rst:79
0196 msgid "Compatible and easy to migrate."
0197 msgstr ""
0198 
0199 #: ../../setup_application/database_settings.rst:81
0200 msgid ""
0201 "digiKam also provides support for popular MySQL database engine. Of course, "
0202 "you might wonder why you’d want to switch to MySQL when SQLite already does "
0203 "a good job of managing the data? MySQL offers many advantages for storing "
0204 "digiKam data, especially when collections include **more than 100,000 "
0205 "items**. With such large collections, SQLite introduces latency which slows "
0206 "down the application."
0207 msgstr ""
0208 
0209 #: ../../setup_application/database_settings.rst:85
0210 msgid ""
0211 "With **WAL** option enabled, SQLite can be easily used for more than 100,000 "
0212 "items especially with an SSD or NVMe storage. It must be even faster than "
0213 "MySQL and more stable. See `this page <https://www.sqlite.org/wal.html>`_ "
0214 "for technical details."
0215 msgstr ""
0216 
0217 #: ../../setup_application/database_settings.rst:87
0218 msgid ""
0219 "Using MySQL as digiKam’s database back-end allows you to store the data on "
0220 "local as well as remote server. Local, to replace the local SQLite storage "
0221 "and latter, to use a shared computer through network. Using MySQL as "
0222 "digiKam’s database back-end allows you to store the data on a remote server. "
0223 "This way, you can use multiple digiKam installations (For instance,on your "
0224 "notebook and PC) to access and manage your photo collections. You can also "
0225 "use MySQL tools to backup and analyze digiKam’s data."
0226 msgstr ""
0227 
0228 #: ../../setup_application/database_settings.rst:89
0229 msgid ""
0230 "To switch from SQLite to MySQL database, go to :menuselection:`Settings --> "
0231 "Configure digiKam...` and then under **Database** section, select a database "
0232 "from the drop down list."
0233 msgstr ""
0234 
0235 #: ../../setup_application/database_settings.rst:91
0236 msgid ""
0237 "**MySQL Internal**: This allows to run an internal database server on your "
0238 "system. digiKam uses Unix socket for the connection."
0239 msgstr ""
0240 
0241 #: ../../setup_application/database_settings.rst:93
0242 msgid ""
0243 "**MySQL Server**: Use this if you’ve your data on remote server and you’re "
0244 "on a different machine trying to access the collection."
0245 msgstr ""
0246 
0247 #: ../../setup_application/database_settings.rst:98
0248 msgid "The MySQL Internal Server"
0249 msgstr ""
0250 
0251 #: ../../setup_application/database_settings.rst:100
0252 msgid ""
0253 "While using a large collection hosted on hard drive (HDD - not SSD or NVMe "
0254 "device), with a size **greater than 100,000 items**, the application tends "
0255 "to slow down. To avoid the delay and maintain efficiency, digiKam provides "
0256 "option of using **MySQL Internal**. To be clear, this isn’t an actual "
0257 "server, or a public network. Instead, it is a server that runs only while "
0258 "application is running."
0259 msgstr ""
0260 
0261 #: ../../setup_application/database_settings.rst:102
0262 msgid ""
0263 "Internal server creates a separate database that can be accessed (only while "
0264 "application is running) using the command:"
0265 msgstr ""
0266 
0267 #: ../../setup_application/database_settings.rst:108
0268 msgid ""
0269 "Internal server uses tree MySQL Binary Tools: :file:`mysql_install_db`, :"
0270 "file:`mysqladmin`, and :file:`mysqld`. You can configure their locations in "
0271 "the configuration dialog. digiKam will try to find these binaries "
0272 "automatically if they’re installed on your system."
0273 msgstr ""
0274 
0275 #: ../../setup_application/database_settings.rst:114
0276 msgid "The digiKam MySQL Internal Configuration Page"
0277 msgstr ""
0278 
0279 #: ../../setup_application/database_settings.rst:119
0280 msgid "The MySQL Remote Server"
0281 msgstr ""
0282 
0283 #: ../../setup_application/database_settings.rst:121
0284 msgid ""
0285 "Obviously, to use digiKam with a remote MySQL, you would require a MySQL "
0286 "server. Or, you could also install MariaDB, which serves the purpose well. "
0287 "(Could be installed easily using `this link <https://www.cherryservers.com/"
0288 "blog/how-to-install-and-start-using-mariadb-on-ubuntu-20-04>`_.)"
0289 msgstr ""
0290 
0291 #: ../../setup_application/database_settings.rst:123
0292 msgid ""
0293 "Follow the instructions below, if you don’t have a dedicated user account "
0294 "and a digiKam database already set up. Run the commands in MySQL server, "
0295 "after replacing *password* with correct one."
0296 msgstr ""
0297 
0298 #: ../../setup_application/database_settings.rst:127
0299 msgid ""
0300 "You can select any database name. (Here it is, *digikam*). Just remember to "
0301 "fill in the database name correctly in Core, Thumbs, Similarity, and Face "
0302 "database names from the dialog box shown below."
0303 msgstr ""
0304 
0305 #: ../../setup_application/database_settings.rst:139
0306 msgid ""
0307 "If you have an enormous collection, it's recommended to start the MySQL "
0308 "server with `mysql --max_allowed_packet = 128M`"
0309 msgstr ""
0310 
0311 #: ../../setup_application/database_settings.rst:143
0312 msgid ""
0313 "If you have problems with a MySQL server on Ubuntu based Linux system, use "
0314 "the addition command in the mysql prompt to be able to create MySQL triggers."
0315 msgstr ""
0316 
0317 #: ../../setup_application/database_settings.rst:149
0318 msgid ""
0319 "Now, in digiKam, go to :menuselection:`Settings --> Configure digiKam...` "
0320 "and then under **Database** section, select MySQL Server from the drop down "
0321 "list."
0322 msgstr ""
0323 
0324 #: ../../setup_application/database_settings.rst:155
0325 msgid "The digiKam Remote Mysql Configuration Page"
0326 msgstr ""
0327 
0328 #: ../../setup_application/database_settings.rst:157
0329 msgid ""
0330 "Enter the IP address of your MySQL server in the **Host Name** field and "
0331 "specify the correct port in the **Host Port** field (the default port is "
0332 "3306)."
0333 msgstr ""
0334 
0335 #: ../../setup_application/database_settings.rst:159
0336 msgid ""
0337 "In the **Core Db Name** field, enter the name of the first database for "
0338 "storing photo metadata."
0339 msgstr ""
0340 
0341 #: ../../setup_application/database_settings.rst:161
0342 msgid ""
0343 "Specify the name of the second database for storing wavelets compressed "
0344 "thumbnails in the **Thumbs Db Name** field."
0345 msgstr ""
0346 
0347 #: ../../setup_application/database_settings.rst:163
0348 msgid ""
0349 "The third database is dedicated to store the similarity finger-prints "
0350 "performed by the fuzzy search engine. Use the **Similarity Db Name** field "
0351 "for that."
0352 msgstr ""
0353 
0354 #: ../../setup_application/database_settings.rst:165
0355 msgid ""
0356 "The last database is dedicated to store face histograms for recognition "
0357 "purpose. Use the **Face Db Name** field for that."
0358 msgstr ""
0359 
0360 #: ../../setup_application/database_settings.rst:167
0361 msgid ""
0362 "To be connected safety to the remote server, enter your MySQL identification "
0363 "using **User** and **Password** fields."
0364 msgstr ""
0365 
0366 #: ../../setup_application/database_settings.rst:169
0367 msgid ""
0368 "To check whether the database connection works properly, press the **Check "
0369 "Connection** button. If everything works as it’s supposed to, switch to the "
0370 "**Collections** sections, and add the directories containing your photos. "
0371 "Hit **OK**, and wait till digiKam populates the databases with data from "
0372 "photos. This can take a while if you have a lot of items to register in "
0373 "database."
0374 msgstr ""
0375 
0376 #: ../../setup_application/database_settings.rst:171
0377 msgid ""
0378 "There are some tips and recommendation to obtain the best results with a "
0379 "remote MySQL database server."
0380 msgstr ""
0381 
0382 #: ../../setup_application/database_settings.rst:173
0383 msgid ""
0384 "With slow network, digiKam hangs a lot of time especially when album "
0385 "contains many items **(>1,000)**. This solution relies on network "
0386 "performances. Problem has been reproducible using Wifi connection, for "
0387 "instance. Switching to Ethernet must solves the problem."
0388 msgstr ""
0389 
0390 #: ../../setup_application/database_settings.rst:175
0391 msgid ""
0392 "Also, if you have an enormous collection, you should start the MySQL server "
0393 "with `mysql --max_allowed_packet = 128M`. If you’re well acquainted with "
0394 "using MySQL, you could also change your settings in :file:`my.ini` or :file:"
0395 "`~/.my.cnf` files."
0396 msgstr ""
0397 
0398 #: ../../setup_application/database_settings.rst:179
0399 msgid ""
0400 "The locale used in the Mysql server must be the same than the locale from "
0401 "the computer used to run digiKam to prevent problem with the double values "
0402 "saved in the tables of the database."
0403 msgstr ""
0404 
0405 #: ../../setup_application/database_settings.rst:182
0406 msgid "Database Type Criteria"
0407 msgstr ""
0408 
0409 #: ../../setup_application/database_settings.rst:184
0410 msgid ""
0411 "See the resume below to choose the right database type depending of the use-"
0412 "cases."
0413 msgstr ""
0414 
0415 #: ../../setup_application/database_settings.rst:187
0416 msgid "Storage"
0417 msgstr "Úložisko"
0418 
0419 #: ../../setup_application/database_settings.rst:187
0420 #, fuzzy
0421 msgid "Type"
0422 msgstr "Typ"
0423 
0424 #: ../../setup_application/database_settings.rst:187
0425 msgid "Items"
0426 msgstr "Položky"
0427 
0428 #: ../../setup_application/database_settings.rst:187
0429 msgid "Remarks"
0430 msgstr ""
0431 
0432 #: ../../setup_application/database_settings.rst:189
0433 #: ../../setup_application/database_settings.rst:190
0434 #: ../../setup_application/database_settings.rst:203
0435 msgid "HDD"
0436 msgstr ""
0437 
0438 #: ../../setup_application/database_settings.rst:189
0439 #: ../../setup_application/database_settings.rst:191
0440 #: ../../setup_application/database_settings.rst:193
0441 #: ../../setup_application/database_settings.rst:195
0442 #: ../../setup_application/database_settings.rst:197
0443 msgid "SQLite"
0444 msgstr "SQLite"
0445 
0446 #: ../../setup_application/database_settings.rst:189
0447 #: ../../setup_application/database_settings.rst:195
0448 #, fuzzy
0449 msgid "< 100K"
0450 msgstr "K"
0451 
0452 #: ../../setup_application/database_settings.rst:189
0453 msgid "**Warning: WAL is mandatory.**"
0454 msgstr ""
0455 
0456 #: ../../setup_application/database_settings.rst:190
0457 #: ../../setup_application/database_settings.rst:192
0458 #: ../../setup_application/database_settings.rst:194
0459 #: ../../setup_application/database_settings.rst:196
0460 #: ../../setup_application/database_settings.rst:198
0461 #, fuzzy
0462 msgid "MySQL-Internal"
0463 msgstr "Interné Mysql"
0464 
0465 #: ../../setup_application/database_settings.rst:190
0466 #: ../../setup_application/database_settings.rst:196
0467 #, fuzzy
0468 msgid "> 100K"
0469 msgstr "K"
0470 
0471 #: ../../setup_application/database_settings.rst:191
0472 #: ../../setup_application/database_settings.rst:192
0473 #: ../../setup_application/database_settings.rst:206
0474 msgid "SSD"
0475 msgstr ""
0476 
0477 #: ../../setup_application/database_settings.rst:191
0478 #: ../../setup_application/database_settings.rst:193
0479 msgid "WAL is optional."
0480 msgstr ""
0481 
0482 #: ../../setup_application/database_settings.rst:193
0483 #: ../../setup_application/database_settings.rst:194
0484 msgid "NVME"
0485 msgstr ""
0486 
0487 #: ../../setup_application/database_settings.rst:195
0488 #: ../../setup_application/database_settings.rst:196
0489 #: ../../setup_application/database_settings.rst:212
0490 msgid "Removable"
0491 msgstr "Vymeniteľné"
0492 
0493 #: ../../setup_application/database_settings.rst:195
0494 msgid "**Warning: WAL is mandatory. USB 3.1 minimum with NVMe drive.**"
0495 msgstr ""
0496 
0497 #: ../../setup_application/database_settings.rst:196
0498 msgid "**Warning: USB 3.1 minimum with NVMe drive.**"
0499 msgstr ""
0500 
0501 #: ../../setup_application/database_settings.rst:197
0502 #: ../../setup_application/database_settings.rst:198
0503 #: ../../setup_application/database_settings.rst:215
0504 msgid "Network FS"
0505 msgstr ""
0506 
0507 #: ../../setup_application/database_settings.rst:197
0508 msgid "**Prohibited: SQLite databases must be stored on local file system.**"
0509 msgstr ""
0510 
0511 #: ../../setup_application/database_settings.rst:198
0512 msgid "**Prohibited: MySQL databases must be stored on local file system.**"
0513 msgstr ""
0514 
0515 #: ../../setup_application/database_settings.rst:199
0516 #: ../../setup_application/database_settings.rst:218
0517 msgid "Remote"
0518 msgstr "Vzdialené"
0519 
0520 #: ../../setup_application/database_settings.rst:199
0521 #, fuzzy
0522 msgid "MySQL-Server"
0523 msgstr "Server MySQL"
0524 
0525 #: ../../setup_application/database_settings.rst:199
0526 msgid "MariaDB server is supported. Gigabit Ethernet or higher is recommended."
0527 msgstr ""
0528 
0529 #: ../../setup_application/database_settings.rst:205
0530 #, fuzzy
0531 msgid "Hard Disk Drive."
0532 msgstr "Pevný disk"
0533 
0534 #: ../../setup_application/database_settings.rst:208
0535 msgid "Solid State Drive."
0536 msgstr ""
0537 
0538 #: ../../setup_application/database_settings.rst:209
0539 msgid "NVMe"
0540 msgstr ""
0541 
0542 #: ../../setup_application/database_settings.rst:211
0543 msgid "Non-Volatile Memory."
0544 msgstr ""
0545 
0546 #: ../../setup_application/database_settings.rst:214
0547 msgid "External USB HDD/SSD/NVMe drive."
0548 msgstr ""
0549 
0550 #: ../../setup_application/database_settings.rst:217
0551 msgid "Network File System mounted locally."
0552 msgstr ""
0553 
0554 #: ../../setup_application/database_settings.rst:220
0555 msgid "Network server as NAS (Network Attached Storage)."
0556 msgstr ""
0557 
0558 #: ../../setup_application/database_settings.rst:221
0559 msgid "WAL"
0560 msgstr ""
0561 
0562 #: ../../setup_application/database_settings.rst:223
0563 msgid "Write-Ahead Lock (SQLite database only)."
0564 msgstr ""
0565 
0566 #: ../../setup_application/database_settings.rst:227
0567 msgid ""
0568 "See this :ref:`Digital Asset Management chapter <storage_deterioration>` for "
0569 "more details about media and data protection."
0570 msgstr ""
0571 
0572 #: ../../setup_application/database_settings.rst:229
0573 msgid ""
0574 "See also this :ref:`Collection Settings chapter <collections_settings>` for "
0575 "more details about the way to configure your collections depending of your "
0576 "storage policy."
0577 msgstr ""
0578 
0579 #: ../../setup_application/database_settings.rst:233
0580 msgid ""
0581 "If you share the same **Removable** media to host databases and/or "
0582 "collections between different computers, you must have the same kind of "
0583 "operating system, the same mount paths everywhere (use symbolic links to "
0584 "revolve paths), and the same digiKam version everywhere to prevent conflicts "
0585 "with database schemes."
0586 msgstr ""
0587 
0588 #: ../../setup_application/database_settings.rst:235
0589 msgid ""
0590 "If you use a common **Remote** server to host databases and collections, you "
0591 "must use the same digiKam version everywhere to prevent conflicts with "
0592 "database schemes. Computers running digiKam cannot be used at the same time "
0593 "on collections."
0594 msgstr ""
0595 
0596 #: ../../setup_application/database_settings.rst:237
0597 msgid ""
0598 "If you use a common **Remote** server to host collections, as databases are "
0599 "located on computers, different versions of digiKam can be used and digiKam "
0600 "sessions can run at the same time on collections. Take a care about "
0601 "concurrency access on files metadata if you turned on this option on "
0602 "**Metadata Setup Page**."
0603 msgstr ""
0604 
0605 #: ../../setup_application/database_settings.rst:242
0606 #, fuzzy
0607 msgid "Database Migration"
0608 msgstr "Migrácia databázy..."
0609 
0610 #: ../../setup_application/database_settings.rst:244
0611 msgid ""
0612 "The photo management application comes up with an exclusive tool named "
0613 "**Database Migration**, that allows users to migrate their data. Suppose, "
0614 "you’re using SQLite and you wish to move all data to MySQL database, "
0615 "migration tool will help you do so. It can help you migrate data from SQLite "
0616 "to MySQL and vice versa."
0617 msgstr ""
0618 
0619 #: ../../setup_application/database_settings.rst:246
0620 msgid ""
0621 "To migrate to another database, go to :menuselection:`Settings --> Database "
0622 "Migration...`. A dialog box appears:"
0623 msgstr ""
0624 
0625 #: ../../setup_application/database_settings.rst:252
0626 msgid "The digiKam Database Migration Tool"
0627 msgstr ""
0628 
0629 #: ../../setup_application/database_settings.rst:254
0630 msgid ""
0631 "Now choose appropriate database types you want to convert to. Finally, click "
0632 "on **Migrate** button to convert the database from SQLite to MySQL (or vice "
0633 "versa). Depending of the database size this operation can take a while."
0634 msgstr ""
0635 
0636 #: ../../setup_application/database_settings.rst:258
0637 msgid ""
0638 "Only the digiKam **Core** database will be migrated while conversion "
0639 "process. All other databases needs to be rebuilt as post-processing with "
0640 "the :ref:`Maintenance Tools <maintenance_tools>`. The **Thumbs** and "
0641 "**Similarity** databases needs to be created from scratch, and the **Face** "
0642 "database needs the option **Rebuild the Training Data**."
0643 msgstr ""
0644 
0645 #: ../../setup_application/database_settings.rst:263
0646 msgid "Database Backup Recommendation"
0647 msgstr ""
0648 
0649 #: ../../setup_application/database_settings.rst:265
0650 msgid ""
0651 "For security reasons, planing a database backup using crontab over the "
0652 "network can help against device dysfunctions. A NAS or an external drive can "
0653 "also be used for that."
0654 msgstr ""
0655 
0656 #: ../../setup_application/database_settings.rst:267
0657 msgid ""
0658 "Each database can be named with a different name, not only *digikam*. This "
0659 "allows to users to backup only what is needed. For instance, naming **Core** "
0660 "database as *digiKam_Core*, allows to isolate only this table (the most "
0661 "important file). **Thumbnails**, **Similarity** and **Face Recognition** "
0662 "databases can always be regenerated for scratch."
0663 msgstr ""
0664 
0665 #: ../../setup_application/database_settings.rst:269
0666 msgid ""
0667 "The chapter about digiKam :ref:`Maintenance Tools <maintenance_tools>` will "
0668 "explain how to maintain in time the database contents and how to synchronize "
0669 "the collections with databases information (and vice versa)."
0670 msgstr ""
0671 
0672 #: ../../setup_application/database_settings.rst:274
0673 msgid "Database Statistics"
0674 msgstr "Databázová štatistika"
0675 
0676 #: ../../setup_application/database_settings.rst:276
0677 msgid ""
0678 "digiKam provides a unique tool to show the statistics from your collections. "
0679 "It includes count of images, videos (including individual count by image "
0680 "format), tags etc. Also, includes the **Database Backend** (QSQLITE or "
0681 "QMYSQL) and the **Database Path** (where your collection is located)."
0682 msgstr ""
0683 
0684 #: ../../setup_application/database_settings.rst:278
0685 msgid ""
0686 "You can view your statistics by going to :menuselection:`Help --> Database "
0687 "Statistics...`. A dialog box like this will appear:"
0688 msgstr ""
0689 
0690 #: ../../setup_application/database_settings.rst:284
0691 msgid "The digiKam Database Statistics Dialog"
0692 msgstr ""
0693 
0694 #~ msgid "SDD"
0695 #~ msgstr "SDD"