Create translation template.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 6393ab11f5
)
r14.0.x
parent
35c16c2dcf
commit
4c1ae2a1d7
@ -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_create_template( "kshutdown" )
|
@ -0,0 +1,808 @@
|
|||||||
|
# SOME DESCRIPTIVE TITLE.
|
||||||
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||||
|
#
|
||||||
|
#, fuzzy
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: PACKAGE VERSION\n"
|
||||||
|
"POT-Creation-Date: 2019-01-03 19:55+0100\n"
|
||||||
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
|
#: _translatorinfo:1
|
||||||
|
msgid ""
|
||||||
|
"_: NAME OF TRANSLATORS\n"
|
||||||
|
"Your names"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: _translatorinfo:2
|
||||||
|
msgid ""
|
||||||
|
"_: EMAIL OF TRANSLATORS\n"
|
||||||
|
"Your emails"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:63
|
||||||
|
msgid "Please wait..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:85
|
||||||
|
msgid ""
|
||||||
|
"Could not logout properly.\n"
|
||||||
|
"The session manager cannot be contacted."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:176 kshutdown/actions.cpp:419
|
||||||
|
#: kshutdown/mstatstab.cpp:191
|
||||||
|
#, c-format
|
||||||
|
msgid "Command: %1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:202 kshutdown/mmainwindow.cpp:460
|
||||||
|
#: kshutdown/mmainwindow.cpp:485 kshutdown/mmainwindow.cpp:637
|
||||||
|
#: kshutdownlockout/lockout.cpp:86
|
||||||
|
msgid "No Delay"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:319
|
||||||
|
msgid "Nothing"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:320 kshutdownlockout/lockout.cpp:183
|
||||||
|
msgid "Turn Off Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:321 kshutdownlockout/lockout.cpp:177
|
||||||
|
msgid "Restart Computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:322
|
||||||
|
msgid "Lock Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:323 kshutdownlockout/lockout.cpp:171
|
||||||
|
msgid "End Current Session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:327 kshutdown/confirmation.cpp:76
|
||||||
|
#: kshutdown/mmainwindow.cpp:692
|
||||||
|
msgid "Unknown"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:362
|
||||||
|
msgid "Action failed! (%1)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/actions.cpp:406
|
||||||
|
msgid "kdesktop: DCOP call failed!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:57
|
||||||
|
msgid "Refresh the list of processes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:63
|
||||||
|
msgid "List of the running processes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:66
|
||||||
|
msgid "Kill"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:68
|
||||||
|
msgid "Kill the selected process"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:80
|
||||||
|
msgid "Waiting for \"%1\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:111
|
||||||
|
msgid "The selected process does not exist!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:164
|
||||||
|
msgid "Could not execute command<br><br><b>%1</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:167 kshutdown/appobserver.cpp:269
|
||||||
|
#: kshutdown/mstatstab.cpp:190
|
||||||
|
msgid "Error"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:191
|
||||||
|
msgid ""
|
||||||
|
"Are you sure you want to KILL<br><b>%1</b>?<br><br>All unsaved data will be "
|
||||||
|
"lost!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:206
|
||||||
|
msgid "Process not found<br><b>%1</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:212
|
||||||
|
msgid "No permissions to kill<br><b>%1</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/appobserver.cpp:221
|
||||||
|
#, c-format
|
||||||
|
msgid "DEAD: %1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/confirmation.cpp:64
|
||||||
|
msgid "Confirm"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/confirmation.cpp:73
|
||||||
|
msgid "&Cancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/confirmation.cpp:78
|
||||||
|
msgid ""
|
||||||
|
"Are you sure?<br><br>Selected Action: <b>%1</b><br>Selected Time: <b>%2</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/extras.cpp:57
|
||||||
|
msgid "More actions..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/extras.cpp:91
|
||||||
|
msgid "Select a command..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/extras.cpp:259
|
||||||
|
msgid "Use context menu to add/edit/remove links."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/extras.cpp:261
|
||||||
|
msgid "Use <b>Context Menu</b> to create a new link to application"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/extras.cpp:262
|
||||||
|
msgid "Use <b>Create New|Folder...</b> to create a new submenu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/extras.cpp:263
|
||||||
|
msgid "Use <b>Properties</b> to change icon, name, or comment"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/extras.cpp:266 kshutdown/extras.cpp:285
|
||||||
|
#: kshutdown/mmainwindow.cpp:624
|
||||||
|
msgid "Extras"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:50
|
||||||
|
msgid "Location where to create the link:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:54
|
||||||
|
msgid "Desktop"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:55
|
||||||
|
msgid "K Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:62
|
||||||
|
msgid "Type of the link:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:69
|
||||||
|
msgid "Standard Logout Dialog"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:95
|
||||||
|
msgid "System Shut Down Utility"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:106
|
||||||
|
msgid "Could not create file <b>%1</b>!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:117
|
||||||
|
msgid "Could not remove file <b>%1</b>!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:182
|
||||||
|
msgid "Remove Link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:186
|
||||||
|
msgid "Add Link"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/links.cpp:205
|
||||||
|
msgid "Logout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:67 kshutdown/msettingsdialog.cpp:143
|
||||||
|
msgid "Method"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:70
|
||||||
|
msgid "Select a method:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:75 kshutdown/msettingsdialog.cpp:431
|
||||||
|
msgid "TDE (default)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:80
|
||||||
|
msgid "Enter a custom command:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:86 kshutdown/msettingsdialog.cpp:144
|
||||||
|
msgid "Command before action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:87
|
||||||
|
msgid "Run command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:90
|
||||||
|
msgid "Pause after run command:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:92 kshutdown/msettingsdialog.cpp:445
|
||||||
|
msgid "No pause"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:93
|
||||||
|
msgid "second(s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:109
|
||||||
|
msgid ""
|
||||||
|
"In most cases you need privileges to shut down system (e.g. run "
|
||||||
|
"/sbin/shutdown)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:111
|
||||||
|
msgid ""
|
||||||
|
"If you are using <b>TDE</b> and <b>TDM</b> (TDE Display Manager), then set "
|
||||||
|
"all methods to <i>TDE</i>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:112
|
||||||
|
msgid ""
|
||||||
|
"If you are using <b>TDE</b> and display manager different than <b>TDM</b>, "
|
||||||
|
"then set <i>Turn Off Computer</i> and <i>Restart Computer</i> methods to "
|
||||||
|
"<i>/sbin/...</i>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:114
|
||||||
|
msgid "Manuals:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mactioneditdialog.cpp:135
|
||||||
|
msgid "User Command"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:43
|
||||||
|
msgid "A Shut Down Utility for TDE"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:54 kshutdown/main.cpp:56
|
||||||
|
msgid "Turn off computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:58
|
||||||
|
msgid "Restart computer"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:60
|
||||||
|
msgid "Lock session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:62
|
||||||
|
msgid "End current session"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:64
|
||||||
|
msgid "Execute \"Extras\" command (.desktop file)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:65
|
||||||
|
msgid "Confirm command line action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:66
|
||||||
|
msgid "Show standard logout dialog"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:68
|
||||||
|
msgid "Cancel an active action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:69
|
||||||
|
msgid "Don't show window at startup"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:70
|
||||||
|
msgid "Enable test mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:71
|
||||||
|
msgid "Disable test mode"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:72
|
||||||
|
msgid ""
|
||||||
|
"Time; Examples: 01:30 - absolute time (HH:MM); 10 - number of minutes to "
|
||||||
|
"wait from now"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/main.cpp:245
|
||||||
|
msgid "Invalid time: <b>%1</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/miscutils.cpp:104
|
||||||
|
msgid "Warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/miscutils.cpp:110
|
||||||
|
msgid "1 hour warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/miscutils.cpp:113 kshutdown/miscutils.cpp:114
|
||||||
|
msgid "5 minutes warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/miscutils.cpp:117 kshutdown/miscutils.cpp:118
|
||||||
|
msgid "1 minute warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/miscutils.cpp:121
|
||||||
|
msgid "10 seconds warning"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/miscutils.cpp:226
|
||||||
|
msgid "Could not run \"%1\"!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/miscutils.cpp:231 kshutdown/msettingsdialog.cpp:471
|
||||||
|
#: kshutdown/msettingsdialog.cpp:558
|
||||||
|
msgid "Test"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:164
|
||||||
|
msgid "Enter hour and minute."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:174
|
||||||
|
msgid "Enter date and time."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:253
|
||||||
|
msgid "Click the <b>Select a command...</b> button first."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:295
|
||||||
|
#, c-format
|
||||||
|
msgid "Selected date/time: %1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:296
|
||||||
|
#, c-format
|
||||||
|
msgid "Current date/time: %1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:302
|
||||||
|
msgid "Selected date/time is earlier than current date/time!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:307
|
||||||
|
msgid "Action cancelled!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:423
|
||||||
|
msgid "Test mode enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:423
|
||||||
|
msgid "Test mode disabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:481
|
||||||
|
msgid "&File"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:492
|
||||||
|
msgid "&Actions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:498
|
||||||
|
msgid "Configure Global Shortcuts..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:503
|
||||||
|
msgid "&Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:506
|
||||||
|
msgid "&Help"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:546
|
||||||
|
msgid "C&ancel"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:554
|
||||||
|
msgid "Check &System Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:563
|
||||||
|
msgid "&Start"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:571
|
||||||
|
msgid "&Statistics"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:615
|
||||||
|
msgid "Select an &action to perform"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:625
|
||||||
|
msgid "Select an action to perform at the selected time."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:631
|
||||||
|
msgid "S&elect a time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:638
|
||||||
|
msgid "Time From Now (HH:MM)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:639
|
||||||
|
msgid "At Date/Time"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:640
|
||||||
|
msgid "When selected application exit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:642 kshutdown/msettingsdialog.cpp:117
|
||||||
|
msgid "Disabled by the Administrator."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:644
|
||||||
|
msgid "Select the type of delay."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:659
|
||||||
|
msgid "Selected time."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:686
|
||||||
|
msgid "TEST MODE"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:692
|
||||||
|
msgid "Remaining time: <b>%1</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:693
|
||||||
|
msgid "Selected time: <b>%1</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:694
|
||||||
|
msgid "Selected action: <b>%1</b>"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:697
|
||||||
|
msgid "<b>Note: </b> The test mode is enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:902 kshutdown/mmainwindow.cpp:920
|
||||||
|
msgid "KShutDown has been minimized"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmainwindow.cpp:932 kshutdown/mmainwindow.cpp:941
|
||||||
|
msgid "KShutDown has quit"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmessagedialog.cpp:48 kshutdown/systemconfig.cpp:85
|
||||||
|
msgid "Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mmessagedialog.cpp:79
|
||||||
|
msgid "Remaining time."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:64
|
||||||
|
msgid "Settings"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:129 kshutdown/msettingsdialog.cpp:135
|
||||||
|
msgid "Actions"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:142
|
||||||
|
msgid "Action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:162
|
||||||
|
msgid "Edit..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:165
|
||||||
|
msgid "Check System Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:168
|
||||||
|
msgid "Extras Menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:169
|
||||||
|
msgid "Modify..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:186
|
||||||
|
msgid "Advanced"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:190
|
||||||
|
msgid "After Login"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:191
|
||||||
|
msgid "Lock screen"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:195
|
||||||
|
msgid "Before Logout"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:196
|
||||||
|
msgid "Close CD-ROM Tray"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:198
|
||||||
|
msgid "Command:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:208
|
||||||
|
msgid "Related TDE Settings..."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:219
|
||||||
|
msgid "General"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:223
|
||||||
|
msgid "Common Problems"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:226
|
||||||
|
msgid "\"Turn Off Computer\" does not work"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:230
|
||||||
|
msgid "Popup messages are very annoying"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:234
|
||||||
|
msgid "Add/Remove Links"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:238
|
||||||
|
msgid "Show System Tray Icon"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:240
|
||||||
|
msgid "Always"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:241
|
||||||
|
msgid "Tray icon will be always visible."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:242
|
||||||
|
msgid "If Active"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:243
|
||||||
|
msgid "Tray icon will be visible only if KShutDown is active."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:244
|
||||||
|
msgid "Never"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:245
|
||||||
|
msgid "Tray icon will be always hidden."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:274
|
||||||
|
msgid "Show KShutDown Themes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:276
|
||||||
|
msgid "SuperKaramba Home Page"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:285
|
||||||
|
msgid "Messages"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:295
|
||||||
|
msgid "Display a warning message before action"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:298
|
||||||
|
msgid "minute(s)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:303
|
||||||
|
msgid "Recommended"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:312
|
||||||
|
msgid "Warning Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:317 kshutdown/msettingsdialog.cpp:351
|
||||||
|
msgid "Enabled"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:318
|
||||||
|
msgid "A shell command to execute:"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:323
|
||||||
|
msgid "Enter a command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:326
|
||||||
|
msgid "A message text"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:327
|
||||||
|
msgid "The current main window title"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:333
|
||||||
|
msgid "Presets"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:347
|
||||||
|
msgid "Custom Message"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:350
|
||||||
|
msgid "Progress Bar"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:354
|
||||||
|
msgid "Re-enable All Message Boxes"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:358
|
||||||
|
msgid ""
|
||||||
|
"Enable all messages which have been turned off with the <b>Do not show this "
|
||||||
|
"message again</b> feature."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:447
|
||||||
|
#, c-format
|
||||||
|
msgid "Pause: %1"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:516
|
||||||
|
msgid "This file is used to lock session at TDE startup"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/msettingsdialog.cpp:596
|
||||||
|
msgid "Restore default settings for this page?"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:46
|
||||||
|
msgid "Statistics"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:71
|
||||||
|
msgid ""
|
||||||
|
"This view displays information about the users currently on the machine, and "
|
||||||
|
"their processes.<br>The header shows how long the system has been running."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:79
|
||||||
|
msgid "Refresh"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:83
|
||||||
|
msgid "Options"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:85
|
||||||
|
msgid "More information"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:88
|
||||||
|
msgid "Show login time, JCPU and PCPU times."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:90
|
||||||
|
msgid "Toggle \"FROM\""
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/mstatstab.cpp:92
|
||||||
|
msgid "Toggle the \"FROM\" (remote hostname) field."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/progressbar.cpp:99
|
||||||
|
msgid "Hide"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/progressbar.cpp:101
|
||||||
|
msgid "Top"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/progressbar.cpp:103
|
||||||
|
msgid "Bottom"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:74
|
||||||
|
msgid "System Configuration"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:91
|
||||||
|
msgid ""
|
||||||
|
"Tip: Click here if you have problem with the \"/sbin/shutdown\" command."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:100
|
||||||
|
msgid "No problems were found."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:131
|
||||||
|
msgid "Program \"%1\" was not found!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:138
|
||||||
|
msgid "No permissions to execute \"%1\"."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:147
|
||||||
|
msgid ""
|
||||||
|
"It seems that this is not a TDE full session.\n"
|
||||||
|
"KShutDown was designed to work with TDE.\n"
|
||||||
|
"However, you can customize Actions in the KShutDown settings dialog\n"
|
||||||
|
"(Settings -> Configure KShutDown... -> Actions)."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:164
|
||||||
|
msgid ""
|
||||||
|
"Tip: You can customize Actions to work with GDM.\n"
|
||||||
|
"(Settings -> Configure KShutDown... -> Actions)"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdown/systemconfig.cpp:165
|
||||||
|
msgid ""
|
||||||
|
"TDE Display Manager is not running,\n"
|
||||||
|
"or the shut down/reboot function is disabled.\n"
|
||||||
|
"\n"
|
||||||
|
"Click here to configure TDM."
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdownlockout/lockout.cpp:120
|
||||||
|
msgid "Click for KShutDown main window<br>Click and hold for menu"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdownlockout/lockout.cpp:148 kshutdownlockout/lockout.cpp:155
|
||||||
|
#: kshutdownlockout/lockout.cpp:200
|
||||||
|
msgid "Could not run KShutDown!"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdownlockout/lockout.cpp:165
|
||||||
|
msgid "Lock Screen"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#: kshutdownlockout/lockout.cpp:191
|
||||||
|
msgid "&Configure KShutDown..."
|
||||||
|
msgstr ""
|
Loading…
Reference in new issue