All translations

Enter a message name below to show all available translations.

Message

Found 3 translations.

NameCurrent message text
 h Danish (da)* Anmelder filen ''oaklandweather.kexi'' til et såkaldt SQL-dump (en tekstrepræsentation) ved brug af sqlite3's konsolprogram.
* Fjerner de linjer fra dumpet, som ikke begynder med BEGIN, INSERT, ANALYZE eller COMMIT. Det er nødvendigt, da vi kun er interesserede i tabellens data, ikke i at oprette en ny tabel.
* Sender det resulterende output tilbage til et ''sqlite3''-konsolprogram, som modtager alle kommandoerne i outputtet og anvender dem på databasefilen ''oaklandweather.kexi''. Den sidste kommando, som anvendes er COMMIT.
 h English (en)*Reports the ''oaklandweather.kexi'' file to a so-called SQL dump (a text representation) using the sqlite3 console app.
*Removes from this dump any lines that do not begin with BEGIN, INSERT, ANALYZE or COMMIT. This is needed because we are only interested in data of the table, not in creating a new table.
*Directs the resulting output to a ''sqlite3'' console app again, which receives all the commands from the output and applies them to the ''oaklandweather.kexi'' database file. The last command applied is COMMIT.
 h Ukrainian (uk)*Створює звіт з файла ''oaklandweather.kexi'' у так званому форматі дампу SQL (текстовому представленні) за допомогою консольної програми sqlite3.
*Вилучає з цього дампу будь-які рядки, які починаються з BEGIN, INSERT, ANALYZE або COMMIT. Цю дію слід виконати, оскільки нам слід отримтаи лише дані у таблиці, а не створити нову таблицю.
*Спрямовує виведені дані до консольної програми ''sqlite3'' ще раз. Програма отримує усі команди з виведених даних і застосовує їх до файла бази даних ''oaklandweather.kexi''. Останньою застосованою командою є COMMIT.