aboutsummaryrefslogtreecommitdiffstats
path: root/qarepo
diff options
context:
space:
mode:
authorMartin Whitaker <mageia@martin-whitaker.me.uk>2023-11-05 09:32:42 +0000
committerMartin Whitaker <mageia@martin-whitaker.me.uk>2023-11-05 09:32:42 +0000
commit7ef45ace1db0f06e6561576d045bae2c878e12ad (patch)
treeb5b517de2a01316f68319c76f9fd6538120947cb /qarepo
parent8d750ce02f00531871737e8afeb2805af6e221a3 (diff)
downloadqarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar.gz
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar.bz2
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.tar.xz
qarepo-7ef45ace1db0f06e6561576d045bae2c878e12ad.zip
Add some hints for translators.
Diffstat (limited to 'qarepo')
-rw-r--r--qarepo2
1 files changed, 2 insertions, 0 deletions
diff --git a/qarepo b/qarepo
index 91f2338..a8274f4 100644
--- a/qarepo
+++ b/qarepo
@@ -106,6 +106,7 @@ my $entry2 = Gtk3::Entry->new();
my $label3 = Gtk3::Label->new(__"QA Repo:");
my $entry3 = Gtk3::Entry->new();
+# PO: abbreviation of "architecture", e.g. i586, x86_64
my $label4 = Gtk3::Label->new(__"Arch:");
my $entry4 = Gtk3::ComboBoxText->new();
@@ -128,6 +129,7 @@ my $check1 = Gtk3::CheckButton->new_with_label("nonfree");
my $check2 = Gtk3::CheckButton->new_with_label("tainted");
my $check3 = Gtk3::CheckButton->new_with_label(__"fuzzy\nversion");
+# PO: abbreviation of "add dependencies"
my $check4 = Gtk3::CheckButton->new_with_label(__"add\ndeps");
$window->set_title("QA Repo $version");