diff options
-rw-r--r-- | doc/de/index.docbook | 4 | ||||
-rw-r--r-- | doc/en/index.docbook | 4 | ||||
-rw-r--r-- | kshutdown/actions.cpp | 4 | ||||
-rw-r--r-- | kshutdown/actions.h | 2 | ||||
-rw-r--r-- | kshutdown/confirmation.cpp | 8 | ||||
-rw-r--r-- | kshutdown/links.cpp | 4 | ||||
-rw-r--r-- | kshutdown/main.cpp | 10 | ||||
-rw-r--r-- | kshutdown/miscutils.cpp | 4 | ||||
-rw-r--r-- | kshutdown/mmainwindow.cpp | 12 | ||||
-rw-r--r-- | kshutdown/progressbar.cpp | 2 | ||||
-rw-r--r-- | kshutdown/systemconfig.cpp | 2 | ||||
-rw-r--r-- | kshutdownlockout/lockout.cpp | 8 | ||||
-rw-r--r-- | translations/desktop_files/kshutdown.desktop/es.po | 19 | ||||
-rw-r--r-- | translations/messages/es.po | 107 | ||||
-rw-r--r-- | translations/messages/ka.po | 4 |
15 files changed, 95 insertions, 99 deletions
diff --git a/doc/de/index.docbook b/doc/de/index.docbook index ed43887..042c7bf 100644 --- a/doc/de/index.docbook +++ b/doc/de/index.docbook @@ -65,7 +65,7 @@ </para> </chapter><!-- introduction --> -<chapter id="using-kapp"> +<chapter id="using-tdeApp"> <title>Benutzen von &kmyapplication;</title> <sect1 id="using-mainwindow"> <title>Hauptfenster</title> @@ -95,7 +95,7 @@ <listitem><para>Rechter Mausknopf - Zeigt das Kontextmenü</para></listitem> </itemizedlist> </sect1> -</chapter><!-- using-kapp --> +</chapter><!-- using-tdeApp --> <chapter id="command-line"> <title>Kommandozeile</title> diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 708a5df..f9dd27f 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -65,7 +65,7 @@ </para> </chapter><!-- introduction --> -<chapter id="using-kapp"> +<chapter id="using-tdeApp"> <title>Using &kmyapplication;</title> <sect1 id="using-mainwindow"> <title>Main Window</title> @@ -95,7 +95,7 @@ <listitem><para>Right mouse button - show context menu</para></listitem> </itemizedlist> </sect1> -</chapter><!-- using-kapp --> +</chapter><!-- using-tdeApp --> <chapter id="command-line"> <title>Command Line</title> diff --git a/kshutdown/actions.cpp b/kshutdown/actions.cpp index 67da412..b786f49 100644 --- a/kshutdown/actions.cpp +++ b/kshutdown/actions.cpp @@ -72,7 +72,7 @@ bool Action::endSession(const TDEApplication::ShutdownType type, const Type acti _totalExit = true; if ( - !kapp->requestShutDown( + !tdeApp->requestShutDown( TDEApplication::ShutdownConfirmNo, type, TDEApplication::ShutdownModeForceNow @@ -402,7 +402,7 @@ bool Action::lockScreen() { if (kshutdown_screen_number) kdesktop.sprintf("kdesktop-screen-%d", kshutdown_screen_number); - if (!kapp->dcopClient()->send(kdesktop, "KScreensaverIface", "lock()", "")) { + if (!tdeApp->dcopClient()->send(kdesktop, "KScreensaverIface", "lock()", "")) { KMessageBox::error(0, i18n("kdesktop: DCOP call failed!")); return false; // error diff --git a/kshutdown/actions.h b/kshutdown/actions.h index ad906c4..d31605a 100644 --- a/kshutdown/actions.h +++ b/kshutdown/actions.h @@ -89,7 +89,7 @@ public: /** * Ends current session. - * This function is a wrapper for the @c kapp->requestShutDown(). + * This function is a wrapper for the @c tdeApp->requestShutDown(). * @param type A shut down type * @param action An action to execute * @return @c true if successful; otherwise @c false diff --git a/kshutdown/confirmation.cpp b/kshutdown/confirmation.cpp index 18bf849..c7ffef1 100644 --- a/kshutdown/confirmation.cpp +++ b/kshutdown/confirmation.cpp @@ -46,13 +46,13 @@ bool Confirmation::confirm(const Action::Type action, const TQString &delay) /* TQWidget *background = new TQWidget(0, "TQWidget::background", TQt::WType_Popup); background->setBackgroundMode(TQt::NoBackground); - background->setGeometry(kapp->desktop()->geometry()); + background->setGeometry(tdeApp->desktop()->geometry()); // Take screenshot - based on the aKregator's TrayIcon::takeScreenshot() (trayicon.cpp) // and "ksmserver/shutdown.cpp". TQPixmap shot = TQPixmap::grabWindow( tqt_xrootwin(), 0, 0, // x, y - kapp->desktop()->width(), kapp->desktop()->height() + tdeApp->desktop()->width(), tdeApp->desktop()->height() ); TQImage shotImage = shot.convertToImage(); KImageEffect::flatten(shotImage, TQt::green, TQt::black); @@ -79,7 +79,7 @@ bool Confirmation::confirm(const Action::Type action, const TQString &delay) .arg(ks_actions->getName(action)) .arg(selectedTime); - kapp->dcopClient()->suspend(); + tdeApp->dcopClient()->suspend(); bool result = (KMessageBox::createKMessageBox( dialog, @@ -91,7 +91,7 @@ bool Confirmation::confirm(const Action::Type action, const TQString &delay) KMessageBox::Notify ) == KDialogBase::Yes); - kapp->dcopClient()->resume(); + tdeApp->dcopClient()->resume(); return result; } diff --git a/kshutdown/links.cpp b/kshutdown/links.cpp index f128169..4f04a07 100644 --- a/kshutdown/links.cpp +++ b/kshutdown/links.cpp @@ -41,7 +41,7 @@ Links::Links(TQWidget *parent) { setSpacing(5); int alignment = AlignVCenter; - alignment |= kapp->reverseLayout() ? AlignLeft : AlignRight; + alignment |= tdeApp->reverseLayout() ? AlignLeft : AlignRight; // location @@ -63,7 +63,7 @@ Links::Links(TQWidget *parent) l_type->setAlignment(alignment); cb_type = new TQComboBox(w_type, "TQComboBox::cb_type"); cb_type->setFocusPolicy(StrongFocus); - cb_type->insertItem(kapp->miniIcon(), "KShutDown"); + cb_type->insertItem(tdeApp->miniIcon(), "KShutDown"); // NOTE: slotAddRemoveLink() cb_type->insertItem(SmallIcon("system-log-out"), i18n("Standard Logout Dialog")); diff --git a/kshutdown/main.cpp b/kshutdown/main.cpp index 21e42e6..2512427 100644 --- a/kshutdown/main.cpp +++ b/kshutdown/main.cpp @@ -117,8 +117,8 @@ private: int KShutDownApplication::newInstance() { // autostart - if (kapp->isRestored()) { - TDEConfig *config = kapp->config(); + if (tdeApp->isRestored()) { + TDEConfig *config = tdeApp->config(); config->setGroup("KShutDown"); if (!config->readBoolEntry("Autostart", false)) { quit(); @@ -133,7 +133,7 @@ int KShutDownApplication::newInstance() // create main window (only one) if (!ks_main) { (void)new MMainWindow(); - kapp->setMainWidget(ks_main); + tdeApp->setMainWidget(ks_main); connect( this, TQ_SIGNAL(aboutToQuit()), ks_main, TQ_SLOT(deleteLater())); @@ -155,7 +155,7 @@ int KShutDownApplication::newInstance() // gui mode if ((retval == Mode_Visible) || (retval == Mode_Hidden)) { - if ((retval == Mode_Visible) && (!kapp->isRestored() || doShow)) { + if ((retval == Mode_Visible) && (!tdeApp->isRestored() || doShow)) { ks_main->show(); if (doRaise) ks_main->makeVisible(); @@ -269,7 +269,7 @@ int KShutDownApplication::doProcessArgs(const TDECmdLineArgs *args) { // standard logout dialog if (args->isSet("standard")) { - kapp->requestShutDown( + tdeApp->requestShutDown( TDEApplication::ShutdownConfirmYes, TDEApplication::ShutdownTypeDefault, TDEApplication::ShutdownModeDefault diff --git a/kshutdown/miscutils.cpp b/kshutdown/miscutils.cpp index 6828b03..c2b419d 100644 --- a/kshutdown/miscutils.cpp +++ b/kshutdown/miscutils.cpp @@ -95,7 +95,7 @@ TQString MiscUtils::formatDateTime(const TQDateTime &dt) bool MiscUtils::isRestricted(const TQString &key) { - return !kapp->authorize("kshutdown_" + key); + return !tdeApp->authorize("kshutdown_" + key); } void MiscUtils::notifyUser(const int secs) @@ -210,7 +210,7 @@ bool MiscUtils::runShellCommand(const TQString &command, const TDEProcess::RunMo } void MiscUtils::setAutostart(const bool yes) { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("KShutDown"); config->writeEntry("Autostart", yes); } diff --git a/kshutdown/mmainwindow.cpp b/kshutdown/mmainwindow.cpp index 8a2cd8a..684a6b7 100644 --- a/kshutdown/mmainwindow.cpp +++ b/kshutdown/mmainwindow.cpp @@ -67,7 +67,7 @@ MMainWindow::MMainWindow() _delayType(DelayType_Now) { _instance = this; - connect(kapp, TQ_SIGNAL(aboutToQuit()), TQ_SLOT(slotAboutToQuit())); + connect(tdeApp, TQ_SIGNAL(aboutToQuit()), TQ_SLOT(slotAboutToQuit())); // init date/time dt_end = TQDateTime(); @@ -83,11 +83,11 @@ MMainWindow::MMainWindow() initMainMenu(); // init DCOP - DCOPClient *client = kapp->dcopClient(); - client->registerAs(kapp->name(), false); + DCOPClient *client = tdeApp->dcopClient(); + client->registerAs(tdeApp->name(), false); client->setDefaultObject(objId()); // KShutdownIface - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("Extras"); TQString extrasCommand = config->readEntry("Command", TQString::null); TQString extrasDescription = config->readEntry("Description", TQString::null); @@ -123,7 +123,7 @@ MMainWindow::MMainWindow() MMainWindow::~MMainWindow() { - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); config->setGroup("Extras"); config->writeEntry("Command", ks_extras->fileToExecute()); config->writeEntry("Description", ks_extras->getActionDescription()); @@ -891,7 +891,7 @@ void MMainWindow::slotUpdateTimeInfo() bool MMainWindow::queryClose() { // exit - if (ks_actions->totalExit() || kapp->sessionSaving()) + if (ks_actions->totalExit() || tdeApp->sessionSaving()) return true; // MSystemTray::Always diff --git a/kshutdown/progressbar.cpp b/kshutdown/progressbar.cpp index 2421136..e5f563d 100644 --- a/kshutdown/progressbar.cpp +++ b/kshutdown/progressbar.cpp @@ -95,7 +95,7 @@ void ProgressBar::mousePressEvent(TQMouseEvent *e) { // TODO: 2.0: size configuration // show popup menu TDEPopupMenu *popup = new TDEPopupMenu(this); - popup->insertTitle(kapp->miniIcon(), "KShutDown"); + popup->insertTitle(tdeApp->miniIcon(), "KShutDown"); popup->insertItem(i18n("Hide"), this, TQ_SLOT(hide())); popup->insertTitle("Position"); int topPositionItem = popup->insertItem(i18n("Top"), this, TQ_SLOT(slotSetTopPosition())); diff --git a/kshutdown/systemconfig.cpp b/kshutdown/systemconfig.cpp index c563e0e..3bb54b8 100644 --- a/kshutdown/systemconfig.cpp +++ b/kshutdown/systemconfig.cpp @@ -182,7 +182,7 @@ void SystemConfig::slotExecuted(TQListViewItem *item) if (item == _shutdownAllowItem) { - kapp->invokeBrowser("http://doc.gwos.org/index.php/NonRootShutdown"); + tdeApp->invokeBrowser("http://doc.gwos.org/index.php/NonRootShutdown"); return; } diff --git a/kshutdownlockout/lockout.cpp b/kshutdownlockout/lockout.cpp index ab393e5..b7dd567 100644 --- a/kshutdownlockout/lockout.cpp +++ b/kshutdownlockout/lockout.cpp @@ -104,9 +104,9 @@ Lockout::Lockout(const TQString& configFile, TQWidget *parent) config->setGroup("kshutdownlockout"); _transparent = config->readBoolEntry("Transparent", true); */ - if (!kapp->dcopClient()->isAttached()) - kapp->dcopClient()->attach(); - connect(kapp, TQ_SIGNAL(iconChanged(int)), TQ_SLOT(slotIconChanged())); + if (!tdeApp->dcopClient()->isAttached()) + tdeApp->dcopClient()->attach(); + connect(tdeApp, TQ_SIGNAL(iconChanged(int)), TQ_SLOT(slotIconChanged())); TQToolTip::add( this, @@ -135,7 +135,7 @@ int Lockout::widthForHeight(int/* height*/) const // private void Lockout::callKShutDown(const TQCString &function) { - DCOPClient *client = kapp->dcopClient(); + DCOPClient *client = tdeApp->dcopClient(); if (!client->isApplicationRegistered("kshutdown")) { // run KShutDown TDEProcess *p = new TDEProcess(); diff --git a/translations/desktop_files/kshutdown.desktop/es.po b/translations/desktop_files/kshutdown.desktop/es.po index 0d4b5ba..1af1381 100644 --- a/translations/desktop_files/kshutdown.desktop/es.po +++ b/translations/desktop_files/kshutdown.desktop/es.po @@ -1,35 +1,36 @@ # SOME DESCRIPTIVE TITLE. # This file is put in the public domain. -# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. -# -#, fuzzy +# Matias Fonzo <[email protected]>, 2025. msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-07-07 18:33+0000\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" -"Language-Team: LANGUAGE <[email protected]>\n" +"PO-Revision-Date: 2025-02-13 06:12+0000\n" +"Last-Translator: Matias Fonzo <[email protected]>\n" +"Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/kshutdown-kshutdowndesktop/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" #. Name #: kshutdown/kshutdown.desktop:2 kshutdownlockout/kshutdownlockout.desktop:3 msgid "KShutDown" -msgstr "" +msgstr "KShutDown" #. Comment #: kshutdown/kshutdown.desktop:5 msgid "A Shut Down Utility for TDE" -msgstr "" +msgstr "Una utilidad de apagado para TDE" #. GenericName #: kshutdown/kshutdown.desktop:6 msgid "System Shut Down Utility" -msgstr "" +msgstr "Utilidad de apagado del sistema" #. Comment #: kshutdownlockout/kshutdownlockout.desktop:4 diff --git a/translations/messages/es.po b/translations/messages/es.po index a8ca2a4..e3d570d 100644 --- a/translations/messages/es.po +++ b/translations/messages/es.po @@ -2,31 +2,34 @@ # This file is distributed under the same license as the Kshutdown package. # # Enrique Matias Sanchez (aka Quique) <[email protected]>, 2004, 2006. +# Matias Fonzo <[email protected]>, 2025. msgid "" msgstr "" "Project-Id-Version: kshutdown_0.8-1_es\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2024-05-07 18:16+0000\n" -"PO-Revision-Date: 2006-09-17 19:46+0200\n" -"Last-Translator: Enrique Matias Sanchez (aka Quique) <[email protected]>\n" -"Language-Team: Spanish <[email protected]>\n" +"PO-Revision-Date: 2025-02-13 06:12+0000\n" +"Last-Translator: Matias Fonzo <[email protected]>\n" +"Language-Team: Spanish <https://mirror.git.trinitydesktop.org/weblate/" +"projects/applications/kshutdown/es/>\n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.17\n" #. Instead of a literal translation, add your name to the end of the list (separated by a comma). msgid "" "_: NAME OF TRANSLATORS\n" "Your names" -msgstr "Enrique Matías Sánchez (Quique)" +msgstr "Enrique Matías Sánchez (Quique),Matías Fonzo" #. Instead of a literal translation, add your email to the end of the list (separated by a comma). msgid "" "_: EMAIL OF TRANSLATORS\n" "Your emails" -msgstr "[email protected]" +msgstr "[email protected],[email protected]" #: kshutdown/actions.cpp:63 msgid "Please wait..." @@ -79,36 +82,35 @@ msgstr "Desconocido" #: kshutdown/actions.cpp:362 msgid "Action failed! (%1)" -msgstr "La acción ha fallado (%1)" +msgstr "¡La acción ha fallado! (%1)" #: kshutdown/actions.cpp:406 msgid "kdesktop: DCOP call failed!" -msgstr "kdesktop: la llamada DCOP ha fallado." +msgstr "kdesktop: ¡la llamada DCOP ha fallado!" #: kshutdown/appobserver.cpp:57 msgid "Refresh the list of processes" -msgstr "" +msgstr "Refrescar la lista de procesos" #: kshutdown/appobserver.cpp:63 msgid "List of the running processes" -msgstr "" +msgstr "Lista de los procesos en ejecución" #: kshutdown/appobserver.cpp:66 msgid "Kill" msgstr "Matar" #: kshutdown/appobserver.cpp:68 -#, fuzzy msgid "Kill the selected process" -msgstr "El proceso seleccionado no existe." +msgstr "Matar el proceso seleccionado" #: kshutdown/appobserver.cpp:80 msgid "Waiting for \"%1\"" -msgstr "Esperando a «%1»" +msgstr "Esperando a \"%1\"" #: kshutdown/appobserver.cpp:111 msgid "The selected process does not exist!" -msgstr "El proceso seleccionado no existe." +msgstr "¡El proceso seleccionado no existe!" #: kshutdown/appobserver.cpp:164 msgid "Could not execute command<br><br><b>%1</b>" @@ -119,8 +121,8 @@ msgid "" "Are you sure you want to KILL<br><b>%1</b>?<br><br>All unsaved data will be " "lost!" msgstr "" -"¿Seguro que desea MATAR<br><b>%1</b>?<br><br>Se perderán todos los datos no " -"guardados." +"¿Seguro que desea MATAR<br><b>%1</b>?<br><br>¡Se perderán todos los datos no " +"guardados!" #: kshutdown/appobserver.cpp:206 msgid "Process not found<br><b>%1</b>" @@ -143,6 +145,8 @@ msgstr "Confirmar" msgid "" "Are you sure?<br><br>Selected Action: <b>%1</b><br>Selected Time: <b>%2</b>" msgstr "" +"¿Estás seguro?<br><br>Acción seleccionada:<b>%1</b><br>Hora " +"seleccionada:<b>%2</b>" #: kshutdown/extras.cpp:57 msgid "More actions..." @@ -175,9 +179,8 @@ msgid "Extras" msgstr "Extras" #: kshutdown/links.cpp:50 -#, fuzzy msgid "Location where to create the link:" -msgstr "Seleccione una ubicación donde crear el enlace:" +msgstr "Ubicación donde crear el enlace:" #: kshutdown/links.cpp:54 msgid "Desktop" @@ -188,35 +191,32 @@ msgid "K Menu" msgstr "Menú K" #: kshutdown/links.cpp:62 -#, fuzzy msgid "Type of the link:" -msgstr "Seleccione un tipo del enlace:" +msgstr "Tipo de enlace:" #: kshutdown/links.cpp:69 msgid "Standard Logout Dialog" msgstr "Ventana de salida estándar" #: kshutdown/links.cpp:95 -#, fuzzy msgid "System Shut Down Utility" -msgstr "Una utilidad de apagado para TDE" +msgstr "Utilidad de apagado del sistema" #: kshutdown/links.cpp:106 msgid "Could not create file <b>%1</b>!" -msgstr "No se ha podido crear el fichero <b>%1</b>." +msgstr "¡No se ha podido crear el fichero <b>%1</b>!" #: kshutdown/links.cpp:117 msgid "Could not remove file <b>%1</b>!" -msgstr "No se ha podido eliminar el fichero <b>%1</b>." +msgstr "¡No se ha podido eliminar el fichero <b>%1</b>!" #: kshutdown/links.cpp:182 msgid "Remove Link" msgstr "Eliminar un enlace" #: kshutdown/links.cpp:186 -#, fuzzy msgid "Add Link" -msgstr "Añadir/eliminar enlaces" +msgstr "Añadir enlace" #: kshutdown/links.cpp:205 msgid "Logout" @@ -314,7 +314,7 @@ msgstr "Finalizar la sesión actual" #: kshutdown/main.cpp:64 msgid "Execute \"Extras\" command (.desktop file)" -msgstr "" +msgstr "Ejecutar comandos \"Extras\" (fichero .desktop)" #: kshutdown/main.cpp:65 msgid "Confirm command line action" @@ -370,7 +370,7 @@ msgstr "Advertencia de 10 segundos" #: kshutdown/miscutils.cpp:226 msgid "Could not run \"%1\"!" -msgstr "No se ha podido ejecutar «%1»." +msgstr "¡No se ha podido ejecutar \"%1\"!" #: kshutdown/miscutils.cpp:231 kshutdown/msettingsdialog.cpp:471 #: kshutdown/msettingsdialog.cpp:558 @@ -401,11 +401,11 @@ msgstr "Fecha/hora actual: %1" #: kshutdown/mmainwindow.cpp:302 msgid "Selected date/time is earlier than current date/time!" -msgstr "La fecha/hora seleccionada es anterior a la fecha/hora actual." +msgstr "¡La fecha/hora seleccionada es anterior a la fecha/hora actual!" #: kshutdown/mmainwindow.cpp:307 msgid "Action cancelled!" -msgstr "Acción cancelada." +msgstr "¡Acción cancelada!" #: kshutdown/mmainwindow.cpp:423 msgid "Test mode enabled" @@ -416,18 +416,16 @@ msgid "Test mode disabled" msgstr "Modo de prueba deshabilitado" #: kshutdown/mmainwindow.cpp:492 -#, fuzzy msgid "&Actions" -msgstr "Acciones" +msgstr "&Acciones" #: kshutdown/mmainwindow.cpp:498 -#, fuzzy msgid "Configure Global Shortcuts..." -msgstr "Configurar &KShutDown..." +msgstr "Configurar accesos directos globales..." #: kshutdown/mmainwindow.cpp:546 msgid "C&ancel" -msgstr "" +msgstr "C&ancelar" #: kshutdown/mmainwindow.cpp:554 msgid "Check &System Configuration" @@ -494,14 +492,12 @@ msgid "<b>Note: </b> The test mode is enabled" msgstr "<b>Nota: </b> El modo de prueba está habilitado" #: kshutdown/mmainwindow.cpp:902 kshutdown/mmainwindow.cpp:920 -#, fuzzy msgid "KShutDown has been minimized" -msgstr "Temas de KShutDown" +msgstr "KShutDown ha sido minimizado" #: kshutdown/mmainwindow.cpp:932 kshutdown/mmainwindow.cpp:941 -#, fuzzy msgid "KShutDown has quit" -msgstr "Temas de KShutDown" +msgstr "KShutDown ha cerrado" #: kshutdown/mmessagedialog.cpp:48 kshutdown/systemconfig.cpp:85 msgid "Message" @@ -618,9 +614,8 @@ msgid "Tray icon will be always hidden." msgstr "El icono de la bandeja del sistema siempre estará oculto." #: kshutdown/msettingsdialog.cpp:274 -#, fuzzy msgid "Show KShutDown Themes" -msgstr "Temas de KShutDown" +msgstr "Mostrar temas de KShutDown" #: kshutdown/msettingsdialog.cpp:276 msgid "SuperKaramba Home Page" @@ -639,9 +634,8 @@ msgid "minute(s)" msgstr "minuto(s)" #: kshutdown/msettingsdialog.cpp:303 -#, fuzzy msgid "Recommended" -msgstr "Ejecutar la orden" +msgstr "Recomendado" #: kshutdown/msettingsdialog.cpp:312 msgid "Warning Message" @@ -669,7 +663,7 @@ msgstr "El título de la ventana principal actual" #: kshutdown/msettingsdialog.cpp:333 msgid "Presets" -msgstr "" +msgstr "Preajustes" #: kshutdown/msettingsdialog.cpp:347 msgid "Custom Message" @@ -677,7 +671,7 @@ msgstr "Mensaje personalizado" #: kshutdown/msettingsdialog.cpp:350 msgid "Progress Bar" -msgstr "" +msgstr "Barra de progreso" #: kshutdown/msettingsdialog.cpp:354 msgid "Re-enable All Message Boxes" @@ -692,13 +686,13 @@ msgstr "" "<b>No mostrar este mensaje de nuevo</b>." #: kshutdown/msettingsdialog.cpp:447 -#, fuzzy, c-format +#, c-format msgid "Pause: %1" -msgstr "Pausa:" +msgstr "Pausa: %1" #: kshutdown/msettingsdialog.cpp:516 msgid "This file is used to lock session at TDE startup" -msgstr "" +msgstr "Este fichero se utiliza para bloquear la sesión al iniciar TDE" #: kshutdown/msettingsdialog.cpp:596 msgid "Restore default settings for this page?" @@ -739,7 +733,7 @@ msgstr "Conmutar la cabecera «DESDE» (nombre de máquina remota)." #: kshutdown/progressbar.cpp:99 msgid "Hide" -msgstr "" +msgstr "Ocultar" #: kshutdown/systemconfig.cpp:74 msgid "System Configuration" @@ -749,6 +743,7 @@ msgstr "Configuración del sistema" msgid "" "Tip: Click here if you have problem with the \"/sbin/shutdown\" command." msgstr "" +"Consejo: Haga clic aquí si tiene problemas con el comando \"/sbin/shutdown\"." #: kshutdown/systemconfig.cpp:100 msgid "No problems were found." @@ -756,7 +751,7 @@ msgstr "No se ha encontrado ningún problema." #: kshutdown/systemconfig.cpp:131 msgid "Program \"%1\" was not found!" -msgstr "El programa «%1» no ha sido encontrado." +msgstr "¡El programa «%1» no fué encontrado!" #: kshutdown/systemconfig.cpp:138 msgid "No permissions to execute \"%1\"." @@ -771,8 +766,8 @@ msgid "" msgstr "" "Parece que ésta no es una sesión completa de TDE.\n" "KShutDown ha sido diseñado para funcionar con TDE.\n" -"No obstante, puede personalizar las Acciones en la ventana\n" -"de opciones de KShutDown\n" +"No obstante, puede personalizar las Acciones en la ventana de opciones de " +"KShutDown\n" "(Opciones -> Configurar KShutdown... -> Acciones)." #: kshutdown/systemconfig.cpp:164 @@ -798,19 +793,19 @@ msgstr "" #: kshutdownlockout/lockout.cpp:115 msgid "Click for KShutDown main window<br>Click and hold for menu" msgstr "" +"Haga clic en la ventana principal de KShutDown<br>Haga clic y mantenga " +"pulsado para el menú" #: kshutdownlockout/lockout.cpp:143 kshutdownlockout/lockout.cpp:150 #: kshutdownlockout/lockout.cpp:195 msgid "Could not run KShutDown!" -msgstr "No se ha podido ejecutar KShutDown." +msgstr "¡No se ha podido ejecutar KShutDown!" #: kshutdownlockout/lockout.cpp:160 -#, fuzzy msgid "Lock Screen" -msgstr "Bloquear la pantalla" +msgstr "Bloquear pantalla" #: kshutdownlockout/lockout.cpp:186 -#, fuzzy msgid "&Configure KShutDown..." msgstr "&Configurar: KShutDown..." diff --git a/translations/messages/ka.po b/translations/messages/ka.po index b310e34..e4b3ba7 100644 --- a/translations/messages/ka.po +++ b/translations/messages/ka.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-05-07 18:16+0000\n" -"PO-Revision-Date: 2025-01-06 14:00+0000\n" +"PO-Revision-Date: 2025-02-11 13:12+0000\n" "Last-Translator: Temuri Doghonadze <[email protected]>\n" "Language-Team: Georgian <https://mirror.git.trinitydesktop.org/weblate/" "projects/applications/kshutdown/ka/>\n" @@ -272,7 +272,7 @@ msgstr "" #: kshutdown/mactioneditdialog.cpp:114 msgid "Manuals:" -msgstr "" +msgstr "სახელმძღვანელოები:" #: kshutdown/mactioneditdialog.cpp:135 msgid "User Command" |