-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jakub Pitner <[email protected]>
- Loading branch information
Showing
2 changed files
with
113 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,3 +21,4 @@ fi | |
eo | ||
it | ||
ga | ||
cs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER | ||
# This file is distributed under the same license as the updates_utility package. | ||
# Jakub Pitner <[email protected]>, 2024. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: updates_utility\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2024-08-08 07:43+0000\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: Automatically generated\n" | ||
"Language-Team: none\n" | ||
"Language: cs\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
|
||
#: data/org.vanillaos.UpdatesUtility.desktop.in:3 | ||
msgid "Updates Utility" | ||
msgstr "" | ||
|
||
#: data/org.vanillaos.UpdatesUtility.appdata.xml.in:7 | ||
msgid "No description" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/help-overlay.ui:11 | ||
msgctxt "shortcut window" | ||
msgid "General" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/help-overlay.ui:14 | ||
msgctxt "shortcut window" | ||
msgid "Show Shortcuts" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/help-overlay.ui:20 | ||
msgctxt "shortcut window" | ||
msgid "Quit" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/profile.ui:17 | ||
msgid "Restart Now" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/window-main.ui:8 | ||
msgid "System Updates Settings" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/window-main.ui:19 | ||
#: vanilla_updates_utility/windows/main_window.py:133 | ||
msgid "Cancel" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/window-main.ui:38 | ||
msgid "Update frequency" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/window-main.ui:39 | ||
msgid "How often to check for updates" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/window-main.ui:47 | ||
msgid "Smart updates" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/gtk/window-main.ui:48 | ||
msgid "Only check for updates when the computer is idle" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:41 | ||
msgid "Never" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:42 | ||
msgid "Daily" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:43 | ||
msgid "Weekly" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:44 | ||
msgid "Monthly" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:85 | ||
msgid "Smart updates enabled" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:85 | ||
msgid "Smart updates disabled" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:107 | ||
#: vanilla_updates_utility/windows/main_window.py:119 | ||
#, python-brace-format | ||
msgid "Frequency set to {translated_value}" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:128 | ||
msgid "Disable Automatic Updates?" | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:130 | ||
msgid "" | ||
"Disabling automatic updates is not recommended. If you choose to proceed, " | ||
"you might miss important security updates and bug fixes." | ||
msgstr "" | ||
|
||
#: vanilla_updates_utility/windows/main_window.py:134 | ||
msgid "Disable" | ||
msgstr "" |