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

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