From 873986f8022d60d81cc6dfcbfd0b16f8a0d8fea3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 6 Jan 2019 16:58:16 +0100 Subject: Add CMakeL10n rules. Update translation template. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- CMakeL10n.txt | 23 + ksystemlog/CMakeL10n.txt | 3 + ksystemlog/po/ksystemlog.pot | 1303 ++++++++++++++++++++++++++++++++---------- ksystemlog/src/CMakeL10n.txt | 6 + 4 files changed, 1037 insertions(+), 298 deletions(-) create mode 100644 CMakeL10n.txt create mode 100644 ksystemlog/CMakeL10n.txt create mode 100644 ksystemlog/src/CMakeL10n.txt diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..9730a56 --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,23 @@ +################################################# +# +# (C) 2019 Slávek Banko +# slavek.banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +cmake_minimum_required( VERSION 2.8 ) + + +##### include our cmake modules ################# + +set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" ) +include( TDEL10n ) + + +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/ksystemlog/CMakeL10n.txt b/ksystemlog/CMakeL10n.txt new file mode 100644 index 0000000..b585ce4 --- /dev/null +++ b/ksystemlog/CMakeL10n.txt @@ -0,0 +1,3 @@ +##### create translation templates ############## + +tde_l10n_auto_add_subdirectories( ) diff --git a/ksystemlog/po/ksystemlog.pot b/ksystemlog/po/ksystemlog.pot index fb05831..6243192 100644 --- a/ksystemlog/po/ksystemlog.pot +++ b/ksystemlog/po/ksystemlog.pot @@ -1,82 +1,209 @@ # SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2005-06-29 00:17+0200\n" +"POT-Creation-Date: 2019-01-06 16:55+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: defaultReader.cpp:93 -msgid "Opening file '%1'..." +#: _translatorinfo:1 +msgid "" +"_: NAME OF TRANSLATORS\n" +"Your names" msgstr "" -#: defaultReader.cpp:123 -msgid "No log line in '%1'." +#: _translatorinfo:2 +msgid "" +"_: EMAIL OF TRANSLATORS\n" +"Your emails" msgstr "" -#: defaultReader.cpp:177 -msgid "Log file '%1' loaded successfully." +#: acpid/acpidOptions.cpp:52 +msgid "" +"

These files will be analyzed to display ACPId log. This list " +"also determines the order in which the files are read.

" msgstr "" -#: defaultReader.cpp:271 -msgid "Log file '%1' has changed." +#: acpid/acpidReader.cpp:40 apache/apacheAccessReader.cpp:39 +#: apache/apacheReader.cpp:42 cron/cronReader.cpp:39 +#: cups/cupsAccessReader.cpp:39 cups/cupsReader.cpp:43 +#: samba/sambaReader.cpp:40 system/systemReader.cpp:38 +msgid "Date" +msgstr "" + +#: acpid/acpidReader.cpp:41 xorg/xorgReader.cpp:55 +msgid "Type" +msgstr "" + +#: acpid/acpidReader.cpp:42 apache/apacheReader.cpp:44 cron/cronReader.cpp:43 +#: cups/cupsReader.cpp:44 detailDialogBase.ui:38 +#: loggerDialogBase.ui:49 samba/sambaReader.cpp:44 +#: system/systemReader.cpp:41 xorg/xorgReader.cpp:56 +#, no-c-format +msgid "Message" msgstr "" -#: defaultReader.cpp:434 globals.cpp:42 itemFactory.cpp:112 -#: itemFactory.cpp:375 +#: acpid/acpidReader.cpp:58 acpid/acpidReader.cpp:89 defaultReader.cpp:437 +#: globals.cpp:42 itemFactory.cpp:139 itemFactory.cpp:470 msgid "none" msgstr "" -#: detailDialog.cpp:38 -msgid "Log Line Details" +#: apache/apacheAccessReader.cpp:40 cron/cronReader.cpp:40 +#: cups/cupsAccessReader.cpp:40 system/systemReader.cpp:39 +msgid "Host Name" +msgstr "" + +#: apache/apacheAccessReader.cpp:41 cups/cupsAccessReader.cpp:41 +msgid "Id." +msgstr "" + +#: apache/apacheAccessReader.cpp:42 cron/cronReader.cpp:42 +#: cups/cupsAccessReader.cpp:42 loggerDialog.cpp:84 loggerDialog.cpp:105 +msgid "User" +msgstr "" + +#: apache/apacheAccessReader.cpp:43 cups/cupsAccessReader.cpp:43 +msgid "Response" +msgstr "" + +#: apache/apacheAccessReader.cpp:44 cups/cupsAccessReader.cpp:44 +msgid "Bytes Sent" +msgstr "" + +#: apache/apacheAccessReader.cpp:45 +msgid "Agent Identity" +msgstr "" + +#: apache/apacheAccessReader.cpp:46 cups/cupsAccessReader.cpp:45 +msgid "HTTP Request" +msgstr "" + +#: apache/apacheAccessReader.cpp:47 +msgid "URL" msgstr "" -#: detailDialog.cpp:45 +#: apache/apacheOptions.cpp:48 msgid "" -"This dialog displays detailed information about the currently selected log " -"line." +"

These files will be analyzed to display Apache log. This list " +"also determines the order in which the files are read.

" msgstr "" -#: detailDialog.cpp:83 -msgid "Move to the previous line" +#: apache/apacheOptions.cpp:49 +msgid "" +"

These files will be analyzed to display Apache Access log. " +"This list also determines the order in which the files are read.

" +msgstr "" + +#: apache/apacheReader.cpp:43 +msgid "Client" msgstr "" -#: detailDialog.cpp:84 +#: apache/apacheReader.cpp:148 cups/cupsReader.cpp:99 msgid "" -"Moves to the previous line. This button is deactivated if there is no " -"previous log line." +"New Log Level detected: Please send this log file to the KSystemLog " +"developer to add it." msgstr "" -#: detailDialog.cpp:87 -msgid "&Next" +#: bootauth/bootAuthenticationOptions.cpp:53 +msgid "Boot Log File" msgstr "" -#: detailDialog.cpp:93 -msgid "Move to the next line" +#: bootauth/bootAuthenticationOptions.cpp:58 +msgid "" +"Here, you can type or choose the boot log file (example: " +"/var/log/boot.log or /var/log/dmesg)." msgstr "" -#: detailDialog.cpp:94 +#: bootauth/bootAuthenticationOptions.cpp:59 msgid "" -"Moves to the next line. This button is deactivated if there is no next log " -"line." +"You can type or choose here the boot log file. This file will be " +"analyzed by KSystemLog when you choose the Boot log menu item. " +"Generally, the name is /var/log/boot.log or /var/log/dmesg" msgstr "" -#: detailDialog.cpp:101 -msgid "Close the Detail dialog." +#: bootauth/bootAuthenticationOptions.cpp:64 +msgid "Authentication Log File" msgstr "" -#: detailDialog.cpp:102 -msgid "Closes this Detail dialog." +#: bootauth/bootAuthenticationOptions.cpp:69 +msgid "" +"Here, you can type or choose the authentication log file (example: " +"/var/log/auth.log)." +msgstr "" + +#: bootauth/bootAuthenticationOptions.cpp:70 +msgid "" +"You can type or choose here the authentication log file. This file will " +"be analyzed by KSystemLog when you will choose the Authentication log " +"menu item. Generally, its name is /var/log/auth.log" +msgstr "" + +#: cron/cronOptions.cpp:52 +msgid "" +"

These files will be analyzed to display Cron Logs (planned " +"tasks logs). This list also determines the order in which the files are " +"read.

" +msgstr "" + +#: cron/cronReader.cpp:41 system/systemReader.cpp:40 +msgid "Process" +msgstr "" + +#: cups/cupsOptions.cpp:48 +msgid "" +"

These files will be analyzed to display Cups log. This list " +"also determines the order in which the files are read.

" +msgstr "" + +#: cups/cupsOptions.cpp:49 +msgid "" +"

These files will be analyzed to display Cups Web Server log. " +"This list also determines the order in which the files are read.

" +msgstr "" + +#: cups/cupsReader.cpp:79 +msgid "debug 2" +msgstr "" + +#: daemon/daemonOptions.cpp:52 +msgid "" +"

These files will be analyzed to display daemons Logs. This " +"list also determine the order in which the files are read.

" +msgstr "" + +#: defaultReader.cpp:93 +msgid "Opening file '%1'..." +msgstr "" + +#: defaultReader.cpp:123 +msgid "No log line in '%1'." +msgstr "" + +#: defaultReader.cpp:177 +msgid "Log file '%1' loaded successfully." +msgstr "" + +#: defaultReader.cpp:271 +msgid "Log file '%1' has changed." +msgstr "" + +#: detailDialog.cpp:46 +msgid "&Previous" +msgstr "" + +#: detailDialog.cpp:49 +msgid "&Next" +msgstr "" + +#: fileList.cpp:51 +msgid "Files" msgstr "" #: fileList.cpp:64 @@ -101,6 +228,10 @@ msgstr "" msgid "Opens a dialog box to choose a new file to be added to the list." msgstr "" +#: fileList.cpp:74 fileList.cpp:97 +msgid "&Remove" +msgstr "" + #: fileList.cpp:76 msgid "Delete the current file(s)" msgstr "" @@ -191,8 +322,8 @@ msgstr "" #: generalOptions.cpp:54 msgid "" -"Choose here the maximum number of log lines displayed in the main view." +"Choose here the maximum number of log lines displayed in the main " +"view." msgstr "" #: generalOptions.cpp:55 @@ -227,8 +358,8 @@ msgstr "" #: generalOptions.cpp:71 msgid "" -"Choose here the maximum number of characters to read from each log line." -"" +"Choose here the maximum number of characters to read from each log " +"line." msgstr "" #: generalOptions.cpp:72 @@ -237,6 +368,11 @@ msgid "" "log line." msgstr "" +#: generalOptions.cpp:75 loggerDialogBase.ui:250 +#, no-c-format +msgid "Options" +msgstr "" + #: generalOptions.cpp:77 msgid "Delete process identifier from process name" msgstr "" @@ -266,7 +402,7 @@ msgstr "" #: generalOptions.cpp:87 msgid "" "This option allows the colorization of log lines, depending on their log " -"level. For example, an error will be in red, an warning in orange... This " +"level. For example, an error will be in red, a warning in orange... This " "will help you to better see problems." msgstr "" @@ -302,7 +438,7 @@ msgstr "" msgid "emergency" msgstr "" -#: globals.cpp:97 ksystemlog.cpp:668 +#: globals.cpp:97 ksystemlog.cpp:679 msgid "No Log" msgstr "" @@ -366,382 +502,461 @@ msgstr "" msgid "Mail Log" msgstr "" -#: itemFactory.cpp:85 +#: itemFactory.cpp:93 msgid "Today" msgstr "" -#: itemFactory.cpp:87 +#: itemFactory.cpp:98 msgid "Yesterday" msgstr "" -#: itemFactory.cpp:95 +#: itemFactory.cpp:110 msgid "%1, %2h" msgstr "" -#: itemFactory.cpp:238 itemFactory.cpp:241 itemFactory.cpp:245 -#: itemFactory.cpp:248 itemFactory.cpp:256 +#: itemFactory.cpp:274 itemFactory.cpp:277 itemFactory.cpp:281 +#: itemFactory.cpp:284 itemFactory.cpp:292 msgid "
Group: %1
" msgstr "" -#: itemFactory.cpp:244 +#: itemFactory.cpp:280 msgid "%1, %2 hour" msgstr "" -#: itemFactory.cpp:254 +#: itemFactory.cpp:290 msgid "
Group: none
" msgstr "" -#: itemFactory.cpp:269 itemFactory.cpp:288 itemFactory.cpp:306 -#: itemFactory.cpp:320 itemFactory.cpp:335 itemFactory.cpp:358 +#: itemFactory.cpp:305 itemFactory.cpp:324 itemFactory.cpp:342 +#: itemFactory.cpp:356 itemFactory.cpp:371 itemFactory.cpp:392 +#: itemFactory.cpp:408 itemFactory.cpp:431 itemFactory.cpp:453 msgid "Date:" msgstr "" -#: itemFactory.cpp:270 itemFactory.cpp:289 itemFactory.cpp:337 +#: itemFactory.cpp:306 itemFactory.cpp:325 itemFactory.cpp:373 +#: itemFactory.cpp:410 msgid "Hostname:" msgstr "" -#: itemFactory.cpp:271 itemFactory.cpp:290 +#: itemFactory.cpp:307 itemFactory.cpp:326 msgid "Process:" msgstr "" -#: itemFactory.cpp:272 +#: itemFactory.cpp:308 msgid "User:" msgstr "" -#: itemFactory.cpp:273 itemFactory.cpp:291 itemFactory.cpp:307 -#: itemFactory.cpp:321 itemFactory.cpp:336 itemFactory.cpp:359 +#: itemFactory.cpp:309 itemFactory.cpp:327 itemFactory.cpp:343 +#: itemFactory.cpp:357 itemFactory.cpp:372 itemFactory.cpp:393 +#: itemFactory.cpp:409 itemFactory.cpp:432 itemFactory.cpp:454 msgid "Level:" msgstr "" -#: itemFactory.cpp:274 itemFactory.cpp:292 itemFactory.cpp:360 -#: itemFactory.cpp:379 +#: itemFactory.cpp:310 itemFactory.cpp:328 itemFactory.cpp:455 +#: itemFactory.cpp:474 msgid "Original file:" msgstr "" -#: itemFactory.cpp:308 itemFactory.cpp:375 itemFactory.cpp:377 +#: itemFactory.cpp:344 itemFactory.cpp:470 itemFactory.cpp:472 msgid "Type:" msgstr "" -#: itemFactory.cpp:338 +#: itemFactory.cpp:374 itemFactory.cpp:411 msgid "Identification:" msgstr "" -#: itemFactory.cpp:339 +#: itemFactory.cpp:375 itemFactory.cpp:412 msgid "Username:" msgstr "" -#: itemFactory.cpp:340 -msgid "HTTP response:" +#: itemFactory.cpp:376 itemFactory.cpp:413 +msgid "HTTP Response:" +msgstr "" + +#: itemFactory.cpp:377 itemFactory.cpp:414 +msgid "Bytes Sent:" +msgstr "" + +#: itemFactory.cpp:394 +msgid "Client:" +msgstr "" + +#: itemFactory.cpp:415 +msgid "Agent Identity:" +msgstr "" + +#: itemFactory.cpp:416 +msgid "HTTP Request:" +msgstr "" + +#: itemFactory.cpp:433 +msgid "Source File:" +msgstr "" + +#: itemFactory.cpp:434 +msgid "Function:" +msgstr "" + +#: itemFactory.cpp:435 +msgid "Line:" msgstr "" -#: itemFactory.cpp:341 -msgid "Bytes sent:" +#: kernel/kernelOptions.cpp:52 +msgid "" +"

These files will be analyzed to display Kernel logs. This list " +"also determines the order in which the files are read.

" msgstr "" -#: ksystemlog.cpp:151 ksystemlog.cpp:306 +#: ksystemlog.cpp:159 ksystemlog.cpp:335 msgid "Create a new tab" msgstr "" -#: ksystemlog.cpp:152 ksystemlog.cpp:307 +#: ksystemlog.cpp:160 ksystemlog.cpp:336 msgid "Creates a new tab which can display another log." msgstr "" -#: ksystemlog.cpp:157 ksystemlog.cpp:310 +#: ksystemlog.cpp:165 ksystemlog.cpp:339 msgid "Close the current tab" msgstr "" -#: ksystemlog.cpp:158 ksystemlog.cpp:311 +#: ksystemlog.cpp:166 ksystemlog.cpp:340 msgid "Closes the current tab." msgstr "" -#: ksystemlog.cpp:259 +#: ksystemlog.cpp:276 msgid "Open a file in KSystemLog" msgstr "" -#: ksystemlog.cpp:260 +#: ksystemlog.cpp:277 msgid "Opens a file in KSystemLog and displays its content in the current tab." msgstr "" -#: ksystemlog.cpp:266 +#: ksystemlog.cpp:285 msgid "Save the selection to a file" msgstr "" -#: ksystemlog.cpp:267 +#: ksystemlog.cpp:286 msgid "" "Saves the selection to a file. This action is useful if you want to create " "an attachment or a backup of a particular log." msgstr "" -#: ksystemlog.cpp:271 +#: ksystemlog.cpp:290 msgid "Quit KSystemLog" msgstr "" -#: ksystemlog.cpp:272 +#: ksystemlog.cpp:291 msgid "Quits KSystemLog." msgstr "" -#: ksystemlog.cpp:275 +#: ksystemlog.cpp:294 msgid "Copy the selection to the clipboard" msgstr "" -#: ksystemlog.cpp:276 +#: ksystemlog.cpp:295 msgid "" "Copies the selection to the clipboard. This action is useful if you want to " "paste the selection in a chat or an email." msgstr "" -#: ksystemlog.cpp:279 +#: ksystemlog.cpp:298 +msgid "Ex&pand All" +msgstr "" + +#: ksystemlog.cpp:299 +msgid "Expand all categories" +msgstr "" + +#: ksystemlog.cpp:300 +msgid "" +"This action opens all main categories. This is enabled only if an option " +"has been selected in the Group By menu." +msgstr "" + +#: ksystemlog.cpp:303 +msgid "Col&lapse All" +msgstr "" + +#: ksystemlog.cpp:304 +msgid "Collapse all categories" +msgstr "" + +#: ksystemlog.cpp:305 +msgid "" +"This action closes all main categories. This is enabled only if an " +"option has been selected in the Group By menu." +msgstr "" + +#: ksystemlog.cpp:308 msgid "&Email Selection..." msgstr "" -#: ksystemlog.cpp:280 +#: ksystemlog.cpp:309 msgid "Send the selection by mail" msgstr "" -#: ksystemlog.cpp:281 +#: ksystemlog.cpp:310 msgid "" "Sends the selection by mail. Simply select the important lines and click on " "this menu entry to send the selection to a friend or a mailing list." msgstr "" -#: ksystemlog.cpp:285 +#: ksystemlog.cpp:313 +msgid "&Send Message..." +msgstr "" + +#: ksystemlog.cpp:314 +msgid "Send a message to the log system" +msgstr "" + +#: ksystemlog.cpp:315 +msgid "" +"This action will open a dialog which lets you send a message to the log " +"system." +msgstr "" + +#: ksystemlog.cpp:318 msgid "Select all lines of the current log" msgstr "" -#: ksystemlog.cpp:286 +#: ksystemlog.cpp:319 msgid "" "Selects all lines of the current log. This action is useful if you want, for " "example, to save all the content of the current log in a file." msgstr "" -#: ksystemlog.cpp:292 +#: ksystemlog.cpp:325 msgid "Show &Filter Bar" msgstr "" -#: ksystemlog.cpp:305 +#: ksystemlog.cpp:334 msgid "&New Tab" msgstr "" -#: ksystemlog.cpp:309 +#: ksystemlog.cpp:338 msgid "&Close Tab" msgstr "" -#: ksystemlog.cpp:313 +#: ksystemlog.cpp:342 msgid "&Duplicate Tab" msgstr "" -#: ksystemlog.cpp:314 +#: ksystemlog.cpp:343 msgid "Duplicate the current tab" msgstr "" -#: ksystemlog.cpp:315 +#: ksystemlog.cpp:344 msgid "Duplicates the current tab." msgstr "" -#: ksystemlog.cpp:317 +#: ksystemlog.cpp:346 msgid "Move Tab &Left" msgstr "" -#: ksystemlog.cpp:318 +#: ksystemlog.cpp:347 msgid "Move the current tab to the left" msgstr "" -#: ksystemlog.cpp:319 +#: ksystemlog.cpp:348 msgid "Moves the current tab to the left." msgstr "" -#: ksystemlog.cpp:321 +#: ksystemlog.cpp:350 msgid "Move Tab &Right" msgstr "" -#: ksystemlog.cpp:322 +#: ksystemlog.cpp:351 msgid "Move the current tab to the right" msgstr "" -#: ksystemlog.cpp:323 +#: ksystemlog.cpp:352 msgid "Moves the current tab to the right." msgstr "" -#: ksystemlog.cpp:327 +#: ksystemlog.cpp:355 +msgid "&Reload" +msgstr "" + +#: ksystemlog.cpp:356 msgid "Reload the current log" msgstr "" -#: ksystemlog.cpp:328 +#: ksystemlog.cpp:357 msgid "" "Reloads the current log, if you want to be sure that the view is correctly " "updated." msgstr "" -#: ksystemlog.cpp:330 +#: ksystemlog.cpp:359 msgid "Resu&me Parsing" msgstr "" -#: ksystemlog.cpp:331 +#: ksystemlog.cpp:360 msgid "Resume the watching of the current log" msgstr "" -#: ksystemlog.cpp:332 +#: ksystemlog.cpp:361 msgid "" "Resumes the watching of the current log. This action is only available when " "the user has already paused the reading." msgstr "" -#: ksystemlog.cpp:335 +#: ksystemlog.cpp:364 msgid "S&top Parsing" msgstr "" -#: ksystemlog.cpp:336 +#: ksystemlog.cpp:365 msgid "Pause the watching of the current log" msgstr "" -#: ksystemlog.cpp:337 +#: ksystemlog.cpp:366 msgid "" "Pauses the watching of the current log. This action is particularly useful " "when the system is writing too many lines to log files, causing KSystemLog " "to reload too frequently." msgstr "" -#: ksystemlog.cpp:339 +#: ksystemlog.cpp:368 msgid "&Details" msgstr "" -#: ksystemlog.cpp:340 +#: ksystemlog.cpp:369 msgid "Display details on the currently selected line" msgstr "" -#: ksystemlog.cpp:341 +#: ksystemlog.cpp:370 msgid "" "Displays a dialog box which contains details on the currently selected line. " "You are able to navigate through the logs from this dialog box with the " "Previous / Next buttons." msgstr "" -#: ksystemlog.cpp:344 +#: ksystemlog.cpp:373 msgid "&Enable Detailed Tooltips" msgstr "" -#: ksystemlog.cpp:345 +#: ksystemlog.cpp:374 msgid "Disable/Enable the tooltips on the current view" msgstr "" -#: ksystemlog.cpp:346 +#: ksystemlog.cpp:375 msgid "" "Disables/Enables the tooltips displayed when the cursor hovers a log line." msgstr "" -#: ksystemlog.cpp:351 +#: ksystemlog.cpp:380 msgid "&Display New Lines" msgstr "" -#: ksystemlog.cpp:352 +#: ksystemlog.cpp:381 msgid "Display or not new lines if the log changes" msgstr "" -#: ksystemlog.cpp:353 +#: ksystemlog.cpp:382 msgid "" "Displays or not the new lines if the log changes. This option is useful when " "you want to see an old log lines and that KSystemLog often refreshes the " "current view." msgstr "" -#: ksystemlog.cpp:388 +#: ksystemlog.cpp:409 msgid "S&ystem Log" msgstr "" -#: ksystemlog.cpp:389 +#: ksystemlog.cpp:410 msgid "Display the system log." msgstr "" -#: ksystemlog.cpp:390 +#: ksystemlog.cpp:411 msgid "" "Displays the system log in the current tab. This log is generally used by " "non-specialized processes (like \"sudo\" or \"fsck\" commands)" msgstr "" -#: ksystemlog.cpp:396 +#: ksystemlog.cpp:417 msgid "&Kernel Log" msgstr "" -#: ksystemlog.cpp:397 +#: ksystemlog.cpp:418 msgid "Display the kernel log." msgstr "" -#: ksystemlog.cpp:398 +#: ksystemlog.cpp:419 msgid "" "Displays the kernel log in the current tab. This log is only useful for " "users who want to know why the Kernel does not detect their hardware or what " "is the cause of the last kernel panic/oops." msgstr "" -#: ksystemlog.cpp:404 +#: ksystemlog.cpp:425 msgid "&Boot Log" msgstr "" -#: ksystemlog.cpp:405 +#: ksystemlog.cpp:426 msgid "Display the boot log." msgstr "" -#: ksystemlog.cpp:406 +#: ksystemlog.cpp:427 msgid "" "Displays the boot log in the current tab. This log is useful if you want " "to verify if all startup services have been correctly started." msgstr "" -#: ksystemlog.cpp:412 +#: ksystemlog.cpp:433 msgid "A&uthentication Log" msgstr "" -#: ksystemlog.cpp:413 +#: ksystemlog.cpp:434 msgid "Display the authentication log." msgstr "" -#: ksystemlog.cpp:414 +#: ksystemlog.cpp:435 msgid "" "Displays the authentication log in the current tab. This log displays " "all log in made by each user of the system, and can help you to know if " "someone tried to crack your system." msgstr "" -#: ksystemlog.cpp:420 +#: ksystemlog.cpp:441 msgid "&Daemons Log" msgstr "" -#: ksystemlog.cpp:421 +#: ksystemlog.cpp:442 msgid "Display the daemons log." msgstr "" -#: ksystemlog.cpp:422 +#: ksystemlog.cpp:443 msgid "" "Displays the daemons log in the current tab. The daemons are all " "processes launched in the background of the system. See this log if you want " "to know what it occurs in the background of your system." msgstr "" -#: ksystemlog.cpp:428 +#: ksystemlog.cpp:449 msgid "&Planned Tasks Cron Log" msgstr "" -#: ksystemlog.cpp:429 +#: ksystemlog.cpp:450 msgid "Display the planned tasks log (or Cron log)." msgstr "" -#: ksystemlog.cpp:430 +#: ksystemlog.cpp:451 msgid "" "Displays the planned tasks log in the current tab. Cron process is a " "program in charged of launching planned tasks on your system, like security " -"checks, or auto-restarting of some services. Use this menu to see the last-" -"launched processes." +"checks, or auto-restarting of some services. Use this menu to see the " +"last-launched processes." msgstr "" -#: ksystemlog.cpp:436 +#: ksystemlog.cpp:457 msgid "&X.org Log" msgstr "" -#: ksystemlog.cpp:437 +#: ksystemlog.cpp:458 msgid "Display the X.org log." msgstr "" -#: ksystemlog.cpp:438 +#: ksystemlog.cpp:459 msgid "" "Displays the X.org log in the current tab. X.org is the service which " "displays on screen your desktop and manage your graphical hardware. See this " @@ -749,197 +964,156 @@ msgid "" "input device is not recognized." msgstr "" -#: ksystemlog.cpp:444 +#: ksystemlog.cpp:465 msgid "&ACPI Log" msgstr "" -#: ksystemlog.cpp:445 +#: ksystemlog.cpp:466 msgid "Display the ACPI log." msgstr "" -#: ksystemlog.cpp:446 +#: ksystemlog.cpp:467 msgid "" "Displays the ACPI log in the current tab. ACPI is used to manage the " "hardware components of your computer, like notebook batteries, reset " "buttons..." msgstr "" -#: ksystemlog.cpp:452 +#: ksystemlog.cpp:473 msgid "&Cups Log" msgstr "" -#: ksystemlog.cpp:453 +#: ksystemlog.cpp:474 msgid "Display the Cups log." msgstr "" -#: ksystemlog.cpp:454 +#: ksystemlog.cpp:475 msgid "" "Displays the CUPS log in the current tab. CUPS is the program which " "manage printing on your computer." msgstr "" -#: ksystemlog.cpp:460 +#: ksystemlog.cpp:481 msgid "&Cups Web Log" msgstr "" -#: ksystemlog.cpp:461 +#: ksystemlog.cpp:482 msgid "Display the CUPS Web Server Access log." msgstr "" -#: ksystemlog.cpp:462 +#: ksystemlog.cpp:483 msgid "" "Displays the CUPS Web Server Access log in the current tab. CUPS is the " "program which manage printing on your computer. This log saves all requests " -"performed to the CUPS embedded web server (default: http://localhost:631)." +"performed to the CUPS embedded web server (default: " +"http://localhost:631)." msgstr "" -#: ksystemlog.cpp:469 +#: ksystemlog.cpp:490 msgid "&Apache log" msgstr "" -#: ksystemlog.cpp:470 +#: ksystemlog.cpp:491 msgid "Display the Apache log." msgstr "" -#: ksystemlog.cpp:471 +#: ksystemlog.cpp:492 msgid "" "Displays the Apache log in the current tab. Apache is the main used Web " "server in the world." msgstr "" -#: ksystemlog.cpp:477 +#: ksystemlog.cpp:498 msgid "&Apache Web log" msgstr "" -#: ksystemlog.cpp:478 +#: ksystemlog.cpp:499 msgid "Display the Apache Access log." msgstr "" -#: ksystemlog.cpp:479 +#: ksystemlog.cpp:500 msgid "" "Displays the Apache Access log in the current tab. CUPS is the program " "which manage printing on your computer. This log saves all requests " "performed by the Apache web server." msgstr "" -#: ksystemlog.cpp:485 +#: ksystemlog.cpp:506 msgid "&Mail Log" msgstr "" -#: ksystemlog.cpp:486 -msgid "Display the mail log." +#: ksystemlog.cpp:507 +msgid "Display the Mail log." msgstr "" -#: ksystemlog.cpp:487 +#: ksystemlog.cpp:508 msgid "" -"Displays the mail log in the current tab. Mail is the most known " -"and used mail server in the Linux world." +"Displays the mail log in the current tab. Mail is the most known and " +"used mail server in the Linux world." msgstr "" -#: ksystemlog.cpp:493 +#: ksystemlog.cpp:514 msgid "&Samba Log" msgstr "" -#: ksystemlog.cpp:494 +#: ksystemlog.cpp:515 msgid "Display the Samba log." msgstr "" -#: ksystemlog.cpp:495 +#: ksystemlog.cpp:516 msgid "" "Displays the Samba log in the current tab. Samba is the file sharing " "server which interacts with Microsoft Windows network." msgstr "" -#: ksystemlog.cpp:1012 -msgid "1 log line." +#: ksystemlog.cpp:869 +#, c-format +msgid "" +"_n: 1 log line.\n" +"%n log lines." msgstr "" -#: ksystemlog.cpp:1016 +#: ksystemlog.cpp:873 +#, c-format msgid "Last updated: %1." msgstr "" -#: ksystemlog.cpp:1054 -msgid "No items selected. Nothing copied to clipboard." -msgstr "" - -#: ksystemlog.cpp:1061 -msgid "1 log line copied to clipboard." -msgstr "" - -#: ksystemlog.cpp:1072 -msgid "No items selected. Please select items to be able to save them." -msgstr "" - -#: ksystemlog.cpp:1102 -msgid "1 log line saved to '%1'." -msgstr "" - -#: ksystemlog.cpp:1105 -msgid "Unable to save file '%1': Permission Denied." -msgstr "" - -#: ksystemlog.cpp:1106 -msgid "Unable to save file." -msgstr "" - -#: ksystemlog.cpp:1211 +#: ksystemlog.cpp:972 msgid "Open Location" msgstr "" -#: ksystemlog.cpp:1224 +#: ksystemlog.cpp:985 msgid "Malformed URL. Unable to open this file." msgstr "" -#: ksystemlog.cpp:1225 +#: ksystemlog.cpp:986 msgid "Unable to open this file." msgstr "" -#: ksystemlog.cpp:1586 +#: ksystemlog.cpp:1320 msgid "Group By" msgstr "" -#: ksystemlog.cpp:1591 +#: ksystemlog.cpp:1325 msgid "None" msgstr "" -#: ksystemlog.cpp:1595 +#: ksystemlog.cpp:1329 msgid "Log Level" msgstr "" -#: ksystemlog.cpp:1597 +#: ksystemlog.cpp:1331 msgid "Day" msgstr "" -#: ksystemlog.cpp:1599 +#: ksystemlog.cpp:1333 msgid "Hour" msgstr "" -#: ksystemlog.cpp:1601 +#: ksystemlog.cpp:1335 msgid "Log File" msgstr "" -#: ksystemlog.cpp:1735 -msgid "Here are my logs:\n" -msgstr "" - -#: ksystemlog.cpp:1737 ksystemlog.cpp:1754 -msgid "---------------------------------------\n" -msgstr "" - -#: ksystemlog.cpp:1758 -msgid "" -"You have selected too many lines. Please only select important log lines." -msgstr "" - -#: ksystemlog.cpp:1758 -msgid "Too Many Lines Selected" -msgstr "" - -#: ksystemlog.cpp:1772 -msgid "Log Lines of my problem" -msgstr "" - #: loadingDialog.cpp:26 msgid "Loading Progress" msgstr "" @@ -976,129 +1150,294 @@ msgstr "" msgid "Reloading %1..." msgstr "" -#: logManager.cpp:103 +#: logLineFilter.cpp:54 +msgid "Filter here..." +msgstr "" + +#: logManager.cpp:138 msgid "Loading log..." msgstr "" -#: logManager.cpp:123 +#: logManager.cpp:155 msgid "Log successfully loaded." msgstr "" -#: logManager.cpp:224 +#: logManager.cpp:244 msgid "%1 (%2)" msgstr "" -#: main.cpp:30 -msgid "System Logs Viewer Tool for KDE" +#: logManager.cpp:284 +msgid "No items selected. Please select items to be able to save them." msgstr "" -#: main.cpp:35 -msgid "Document to open" +#: logManager.cpp:314 +msgid "" +"_n: 1 log line saved to '%1'.\n" +"%n log lines saved to '%1'." msgstr "" -#: main.cpp:42 -msgid "KSystemlog" +#: logManager.cpp:317 +msgid "Unable to save file '%1': Permission Denied." msgstr "" -#: main.cpp:54 -msgid "Ideas, Code improvements" +#: logManager.cpp:318 +msgid "Unable to save file." msgstr "" -#: options.cpp:89 -msgid "General" +#: logManager.cpp:448 +msgid "Here are my logs:\n" msgstr "" -#: options.cpp:118 -msgid "Boot / Authentication" +#: logManager.cpp:450 logManager.cpp:467 +msgid "---------------------------------------\n" msgstr "" -#: options.cpp:118 -msgid "Boot & Authentication Logs" +#: logManager.cpp:471 +msgid "" +"You have selected too many lines. Please only select important log lines." msgstr "" -#: options.cpp:227 -msgid "Daemons Log" +#: logManager.cpp:471 +msgid "Too Many Lines Selected" msgstr "" -#: options.cpp:283 -msgid "ACPI Daemon Log" +#: logManager.cpp:485 +msgid "Log Lines of my problem" msgstr "" -#: options.cpp:312 -msgid "CUPS & CUPS Web Server Log" +#: logManager.cpp:520 +msgid "No items selected. Nothing copied to clipboard." msgstr "" -#: options.cpp:340 -msgid "Apache and Web Access Logs" +#: logManager.cpp:527 +#, c-format +msgid "" +"_n: 1 log line copied to clipboard.\n" +"%n log lines copied to clipboard." msgstr "" -#: parsingHelper.cpp:87 -msgid "%1 B" +#: loggerDialog.cpp:95 +msgid "Authentication" msgstr "" -#: parsingHelper.cpp:92 -msgid "%1 KB" +#: loggerDialog.cpp:96 +msgid "Private Authentication" msgstr "" -#: parsingHelper.cpp:98 -msgid "%1 MB" +#: loggerDialog.cpp:97 +msgid "Cron" msgstr "" -#: rc.cpp:9 -#, no-c-format -msgid "&Logs" +#: loggerDialog.cpp:98 +msgid "Daemon" msgstr "" -#: rc.cpp:12 -#, no-c-format -msgid "&CUPS" +#: loggerDialog.cpp:99 +msgid "FTP" msgstr "" -#: rc.cpp:15 -#, no-c-format -msgid "&Apache" +#: loggerDialog.cpp:100 +msgid "Kernel" msgstr "" -#: rc.cpp:21 -#, no-c-format -msgid "&Window" +#: loggerDialog.cpp:101 +msgid "LPR" msgstr "" -#: rc.cpp:24 -#, no-c-format -msgid "Main Logs Toolbar" +#: loggerDialog.cpp:102 +msgid "Mail" msgstr "" -#: reader.cpp:115 -msgid "This file is not valid. Please adjust it in the settings of KSystemLog." +#: loggerDialog.cpp:103 +msgid "News" msgstr "" -#: reader.cpp:116 reader.cpp:128 -msgid "The File Does Not Exist" +#: loggerDialog.cpp:104 +msgid "Syslog" msgstr "" -#: reader.cpp:127 -msgid "The file '%1' does not exist." +#: loggerDialog.cpp:106 +msgid "UUCP" msgstr "" -#: reader.cpp:136 -msgid "You do not have sufficient permissions to read '%1'." +#: loggerDialog.cpp:108 +msgid "Local 0" msgstr "" -#: reader.cpp:137 -msgid "Insufficient Permissions" +#: loggerDialog.cpp:109 +msgid "Local 1" msgstr "" -#: readerFactory.cpp:338 readerFactory.cpp:370 readerFactory.cpp:401 -msgid "URL '%1' is not valid, skipping this URL." +#: loggerDialog.cpp:110 +msgid "Local 2" msgstr "" -#: readerFactory.cpp:351 -msgid "The two arrays size are different, skipping the reading of log files." +#: loggerDialog.cpp:111 +msgid "Local 3" msgstr "" -#: specificFileList.cpp:48 -msgid "&Change Status..." +#: loggerDialog.cpp:112 +msgid "Local 4" +msgstr "" + +#: loggerDialog.cpp:113 +msgid "Local 5" +msgstr "" + +#: loggerDialog.cpp:114 +msgid "Local 6" +msgstr "" + +#: loggerDialog.cpp:115 +msgid "Local 7" +msgstr "" + +#: loggerDialog.cpp:225 +msgid "" +"Unable to find the 'logger' command on your system. Please type 'logger' in " +"Konsole to be sure that this command does not exist." +msgstr "" + +#: loggerDialog.cpp:225 +msgid "Command not found" +msgstr "" + +#: loggerDialog.cpp:230 +msgid "The 'logger' command has not been properly exited." +msgstr "" + +#: loggerDialog.cpp:230 +msgid "Execution problem" +msgstr "" + +#: loggerDialog.cpp:237 +msgid "This file does not exist. Please choose a right file." +msgstr "" + +#: loggerDialog.cpp:237 +msgid "File not valid" +msgstr "" + +#: mail/mailOptions.cpp:53 +msgid "" +"

These files will be analyzed to display Mail Logs. This list " +"also determine the order in which the files are read.

" +msgstr "" + +#: main.cpp:30 +msgid "System Logs Viewer Tool for TDE" +msgstr "" + +#: main.cpp:35 +msgid "Document to open" +msgstr "" + +#: main.cpp:42 +msgid "KSystemlog" +msgstr "" + +#: main.cpp:54 +msgid "Ideas, Code improvements" +msgstr "" + +#: options.cpp:39 +msgid "Configuration" +msgstr "" + +#: options.cpp:89 +msgid "General" +msgstr "" + +#: options.cpp:118 +msgid "Boot / Authentication" +msgstr "" + +#: options.cpp:118 +msgid "Boot & Authentication Logs" +msgstr "" + +#: options.cpp:227 +msgid "Daemons Log" +msgstr "" + +#: options.cpp:283 +msgid "ACPI Daemon Log" +msgstr "" + +#: options.cpp:312 +msgid "CUPS & CUPS Web Server Log" +msgstr "" + +#: options.cpp:340 +msgid "Apache and Web Access Logs" +msgstr "" + +#: parsingHelper.cpp:87 +msgid "" +"_: Size format\n" +"%1 B" +msgstr "" + +#: parsingHelper.cpp:92 +msgid "" +"_: Size format\n" +"%1 KB" +msgstr "" + +#: parsingHelper.cpp:98 +msgid "" +"_: Size format\n" +"%1 MB" +msgstr "" + +#: reader.cpp:128 +msgid "This file is not valid. Please adjust it in the settings of KSystemLog." +msgstr "" + +#: reader.cpp:129 reader.cpp:141 +msgid "The File Does Not Exist" +msgstr "" + +#: reader.cpp:140 +msgid "The file '%1' does not exist." +msgstr "" + +#: reader.cpp:149 +msgid "You do not have sufficient permissions to read '%1'." +msgstr "" + +#: reader.cpp:150 +msgid "Insufficient Permissions" +msgstr "" + +#: readerFactory.cpp:338 readerFactory.cpp:370 readerFactory.cpp:401 +msgid "URL '%1' is not valid, skipping this URL." +msgstr "" + +#: readerFactory.cpp:351 +msgid "The two arrays size are different, skipping the reading of log files." +msgstr "" + +#: samba/sambaOptions.cpp:52 +msgid "" +"

These files will be analyzed to display Samba log. This list " +"also determines the order in which the files are read.

" +msgstr "" + +#: samba/sambaReader.cpp:41 +msgid "Source File" +msgstr "" + +#: samba/sambaReader.cpp:42 +msgid "Function" +msgstr "" + +#: samba/sambaReader.cpp:43 xorg/xorgReader.cpp:54 +msgid "Line" +msgstr "" + +#: specificFileList.cpp:48 +msgid "&Change Status..." msgstr "" #: specificFileList.cpp:50 @@ -1138,48 +1477,42 @@ msgid "" "The two arrays size are different, skipping the reading of generic paths." msgstr "" -#: _translatorinfo.cpp:1 +#: system/systemOptions.cpp:52 msgid "" -"_: NAME OF TRANSLATORS\n" -"Your names" +"

These files will be analyzed to display System logs. This list " +"also determines the order in which the files are read.

" msgstr "" -#: _translatorinfo.cpp:3 -msgid "" -"_: EMAIL OF TRANSLATORS\n" -"Your emails" -msgstr "" - -#: view.cpp:76 view.cpp:79 +#: view.cpp:79 view.cpp:82 msgid "Clear the filter" msgstr "" -#: view.cpp:78 +#: view.cpp:81 msgid "This button clears the filter in one click." msgstr "" -#: view.cpp:82 +#: view.cpp:85 msgid "Filter:" msgstr "" -#: view.cpp:87 +#: view.cpp:90 msgid "" "Allows you to select only list items that match the content of this text." msgstr "" -#: view.cpp:88 +#: view.cpp:91 msgid "Type your item filter here" msgstr "" -#: view.cpp:90 +#: view.cpp:93 msgid "Column:" msgstr "" -#: view.cpp:218 view.cpp:335 +#: view.cpp:256 view.cpp:370 msgid "All" msgstr "" -#: view.cpp:270 +#: view.cpp:307 msgid "" "

This is the main view of KSystemLog. It displays the last lines of " "the selected log. Please see the documentation to discovers the meaning of " @@ -1187,12 +1520,386 @@ msgid "" "added to the list.

" msgstr "" -#: view.cpp:332 +#: view.cpp:367 msgid "" "Allows you to apply the item filter only on the specified column here. " "\"All\" column means no specific filter." msgstr "" -#: view.cpp:333 +#: view.cpp:368 msgid "Choose the filtered column here" msgstr "" + +#: xorg/xorgOptions.cpp:52 +msgid "" +"

These files will be analyzed to display X.org log. This list " +"also determines the order in which the files are read.

" +msgstr "" + +#: xorg/xorgReader.cpp:95 +msgid "probed" +msgstr "" + +#: xorg/xorgReader.cpp:96 +msgid "from config file" +msgstr "" + +#: xorg/xorgReader.cpp:97 +msgid "default setting" +msgstr "" + +#: xorg/xorgReader.cpp:98 +msgid "from command Line" +msgstr "" + +#: xorg/xorgReader.cpp:103 +msgid "not implemented" +msgstr "" + +#: config/ksystemlog.kcfg:10 +#, no-c-format +msgid "The log view line count limit." +msgstr "" + +#: config/ksystemlog.kcfg:15 +#, no-c-format +msgid "The maximum number of characters read per line." +msgstr "" + +#: config/ksystemlog.kcfg:20 +#, no-c-format +msgid "Option is true when user want to delete same log lines." +msgstr "" + +#: config/ksystemlog.kcfg:25 +#, no-c-format +msgid "Does we display the PID in the process column of the SystemLog ?" +msgstr "" + +#: config/ksystemlog.kcfg:30 +#, no-c-format +msgid "Does we colorize the log lines depending of their log level ?" +msgstr "" + +#: config/ksystemlog.kcfg:36 +#, no-c-format +msgid "Is the tooltip enabled." +msgstr "" + +#: config/ksystemlog.kcfg:41 +#, no-c-format +msgid "Is the new lines displayed." +msgstr "" + +#: config/ksystemlog.kcfg:46 +#, no-c-format +msgid "Does we display the filter bar." +msgstr "" + +#: config/ksystemlog.kcfg:51 +#, no-c-format +msgid "The group by method." +msgstr "" + +#: config/ksystemlog.kcfg:55 +#, no-c-format +msgid "The column which the list is grouped by." +msgstr "" + +#: config/ksystemlog.kcfg:61 +#, no-c-format +msgid "The System log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:65 +#, no-c-format +msgid "The System log files levels." +msgstr "" + +#: config/ksystemlog.kcfg:72 +#, no-c-format +msgid "The Kernel log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:76 +#, no-c-format +msgid "The Kernel log files levels." +msgstr "" + +#: config/ksystemlog.kcfg:82 +#, no-c-format +msgid "The Cron log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:86 +#, no-c-format +msgid "The Cron log files levels." +msgstr "" + +#: config/ksystemlog.kcfg:92 +#, no-c-format +msgid "The Daemon log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:96 +#, no-c-format +msgid "The Daemon log files levels." +msgstr "" + +#: config/ksystemlog.kcfg:102 +#, no-c-format +msgid "The Xorg log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:108 +#, no-c-format +msgid "The Cups log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:114 +#, no-c-format +msgid "The Cups Access log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:120 +#, no-c-format +msgid "The Apache log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:126 +#, no-c-format +msgid "The Apache Access log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:132 +#, no-c-format +msgid "The Mail log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:136 +#, no-c-format +msgid "The Mail log files levels." +msgstr "" + +#: config/ksystemlog.kcfg:142 +#, no-c-format +msgid "The Samba log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:149 +#, no-c-format +msgid "The Acpid log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:155 +#, no-c-format +msgid "The Boot log file path." +msgstr "" + +#: config/ksystemlog.kcfg:161 +#, no-c-format +msgid "The Authentication log files paths." +msgstr "" + +#: config/ksystemlog.kcfg:166 +#, no-c-format +msgid "The current log modes (one log mode per tab)." +msgstr "" + +#: config/ksystemlog.kcfg:171 +#, no-c-format +msgid "" +"The last opened URL if the mode was equals to OPENING_MODE. As many items as " +"there are LogMode=OPENING_MODE." +msgstr "" + +#: config/ksystemlog.kcfg:175 +#, no-c-format +msgid "The last selected tab." +msgstr "" + +#: detailDialogBase.ui:16 +#, no-c-format +msgid "Log Line Details" +msgstr "" + +#: detailDialogBase.ui:19 +#, no-c-format +msgid "" +"This dialog displays detailed information about the currently selected log " +"line." +msgstr "" + +#: detailDialogBase.ui:57 +#, no-c-format +msgid "Icon" +msgstr "" + +#: detailDialogBase.ui:73 +#, no-c-format +msgid "Main information" +msgstr "" + +#: detailDialogBase.ui:97 +#, no-c-format +msgid "&Back" +msgstr "" + +#: detailDialogBase.ui:100 +#, no-c-format +msgid "Alt+B" +msgstr "" + +#: detailDialogBase.ui:106 +#, no-c-format +msgid "Move to the previous line" +msgstr "" + +#: detailDialogBase.ui:109 +#, no-c-format +msgid "" +"Moves to the previous line. This button is deactivated if there is no " +"previous log line." +msgstr "" + +#: detailDialogBase.ui:125 +#, no-c-format +msgid "&Forward" +msgstr "" + +#: detailDialogBase.ui:128 +#, no-c-format +msgid "Alt+F" +msgstr "" + +#: detailDialogBase.ui:134 +#, no-c-format +msgid "Move to the next line" +msgstr "" + +#: detailDialogBase.ui:137 +#, no-c-format +msgid "" +"Moves to the next line. This button is deactivated if there is no next log " +"line." +msgstr "" + +#: detailDialogBase.ui:170 +#, no-c-format +msgid "&Close" +msgstr "" + +#: detailDialogBase.ui:173 +#, no-c-format +msgid "Alt+C" +msgstr "" + +#: detailDialogBase.ui:179 +#, no-c-format +msgid "Close the Detail dialog." +msgstr "" + +#: detailDialogBase.ui:182 +#, no-c-format +msgid "Closes this Detail dialog." +msgstr "" + +#: ksystemlogui.rc:7 +#, no-c-format +msgid "&File" +msgstr "" + +#: ksystemlogui.rc:13 +#, no-c-format +msgid "&Edit" +msgstr "" + +#: ksystemlogui.rc:30 +#, no-c-format +msgid "&Logs" +msgstr "" + +#: ksystemlogui.rc:41 +#, no-c-format +msgid "&CUPS" +msgstr "" + +#: ksystemlogui.rc:47 +#, no-c-format +msgid "&Apache" +msgstr "" + +#: ksystemlogui.rc:56 +#, no-c-format +msgid "&Settings" +msgstr "" + +#: ksystemlogui.rc:61 +#, no-c-format +msgid "&Window" +msgstr "" + +#: ksystemlogui.rc:74 +#, no-c-format +msgid "Main Logs Toolbar" +msgstr "" + +#: ksystemlogui.rc:85 +#, no-c-format +msgid "Main Toolbar" +msgstr "" + +#: loggerDialogBase.ui:24 +#, no-c-format +msgid "Log Message" +msgstr "" + +#: loggerDialogBase.ui:74 +#, no-c-format +msgid "&Message:" +msgstr "" + +#: loggerDialogBase.ui:101 +#, no-c-format +msgid "&File Content:" +msgstr "" + +#: loggerDialogBase.ui:111 +#, no-c-format +msgid "Properties" +msgstr "" + +#: loggerDialogBase.ui:138 +#, no-c-format +msgid "&Facility:" +msgstr "" + +#: loggerDialogBase.ui:197 +#, no-c-format +msgid "&Priority:" +msgstr "" + +#: loggerDialogBase.ui:272 +#, no-c-format +msgid "&Tag:" +msgstr "" + +#: loggerDialogBase.ui:318 +#, no-c-format +msgid "Log Process &Identifier" +msgstr "" + +#: loggerDialogBase.ui:364 +#, no-c-format +msgid "Logger Manual" +msgstr "" + +#: loggerDialogBase.ui:392 +#, no-c-format +msgid "&OK" +msgstr "" + +#: loggerDialogBase.ui:409 +#, no-c-format +msgid "&Cancel" +msgstr "" diff --git a/ksystemlog/src/CMakeL10n.txt b/ksystemlog/src/CMakeL10n.txt new file mode 100644 index 0000000..c38178b --- /dev/null +++ b/ksystemlog/src/CMakeL10n.txt @@ -0,0 +1,6 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "ksystemlog" + DESTINATION "../po" +) -- cgit v1.2.3