roundabout,
created on Friday, 19 December 2025, 20:54:24 (1766177664),
received on Friday, 19 December 2025, 20:54:28 (1766177668)
Author identity: Vlad <vlad.muntoiu@gmail.com>
8453461c13b6d88d132455b1d4ff4ba02c4761dd
applets/session-menu/__init__.py
@@ -96,17 +96,17 @@ class SessionMenu(panorama_panel.Applet):
# Power menu
self.power_menu = Gio.Menu()
self.power_menu.append(_("Shut down"), "applet.shutdown")
self.power_menu.append(_("Restart"), "applet.reboot")
self.power_menu.append(_("Hibernate"), "applet.hibernate")
self.power_menu.append(_("Suspend"), "applet.suspend")
self.power_menu.append(_("_Shut down"), "applet.shutdown")
self.power_menu.append(_("_Restart"), "applet.reboot")
self.power_menu.append(_("_Hibernate"), "applet.hibernate")
self.power_menu.append(_("Sus_pend"), "applet.suspend")
# Session menu
self.session_menu = Gio.Menu()
if self.can_lock:
self.session_menu.append(_("Lock screen"), "applet.lock")
self.session_menu.append(_("Switch user"), "applet.switch-user")
self.session_menu.append(_("Log out"), "applet.logout")
self.session_menu.append(_("_Lock screen"), "applet.lock")
self.session_menu.append(_("Switch _user"), "applet.switch-user")
self.session_menu.append(_("Log _out"), "applet.logout")
self.menu.append_section(None, self.session_menu)
self.menu.append_section(None, self.power_menu)
applets/session-menu/po/messages.pot
@@ -0,0 +1,58 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-19 22:46+0200\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"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: __init__.py:37
msgid "Session menu"
msgstr ""
#: __init__.py:38
msgid "Options for system power and the session"
msgstr ""
#: __init__.py:99
msgid "_Shut down"
msgstr ""
#: __init__.py:100
msgid "_Restart"
msgstr ""
#: __init__.py:101
msgid "_Hibernate"
msgstr ""
#: __init__.py:102
msgid "Sus_pend"
msgstr ""
#: __init__.py:107
msgid "_Lock screen"
msgstr ""
#: __init__.py:108
msgid "Switch _user"
msgstr ""
#: __init__.py:109
msgid "Log _out"
msgstr ""
#: __init__.py:125
msgid "Menu _options"
msgstr ""
applets/session-menu/po/ro.po
@@ -0,0 +1,59 @@
# 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 <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-12-19 22:46+0200\n"
"PO-Revision-Date: 2025-12-19 22:49+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: ro\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.8\n"
#: __init__.py:37
msgid "Session menu"
msgstr "Meniu de sesiune"
#: __init__.py:38
msgid "Options for system power and the session"
msgstr "Opțiuni pentru alimentarea sistemului și pentru sesiune"
#: __init__.py:99
msgid "_Shut down"
msgstr "_Oprește"
#: __init__.py:100
msgid "_Restart"
msgstr "_Repornește"
#: __init__.py:101
msgid "_Hibernate"
msgstr "_Hibernează"
#: __init__.py:102
msgid "Sus_pend"
msgstr "_Suspendă"
#: __init__.py:107
msgid "_Lock screen"
msgstr "_Blochează ecranul"
#: __init__.py:108
msgid "Switch _user"
msgstr "Schimbă _utilizatorul"
#: __init__.py:109
msgid "Log _out"
msgstr "Ieși din sesiu_ne"
#: __init__.py:125
msgid "Menu _options"
msgstr "_Opțiuni meniu"