Codebase list xapp / upstream/1.4.9
New upstream version 1.4.9 Norbert Preining 4 years ago
51 changed file(s) with 1655 addition(s) and 141 deletion(s). Raw diff Collapse all Expand all
0 xapp (1.4.9) tina; urgency=medium
1
2 [ Michael Webster ]
3 * Fix a couple of copy/paste mistakes.
4 * xapp-icon-chooser-button.c: Only create the chooser dialog when needed.
5
6 -- Clement Lefebvre <root@linuxmint.com> Tue, 20 Aug 2019 10:52:32 +0200
7
8 xapp (1.4.8) tina; urgency=medium
9
10 * l10n: Update translations
11
12 -- Clement Lefebvre <root@linuxmint.com> Wed, 10 Jul 2019 11:10:06 +0200
13
14 xapp (1.4.7) tina; urgency=medium
15
16 * l10n: Update translations
17
18 -- Clement Lefebvre <root@linuxmint.com> Sun, 23 Jun 2019 15:24:11 +0200
19
20 xapp (1.4.6) tina; urgency=medium
21
22 [ Stephen Collins ]
23 * xapp-icon-chooser-button.c: make dialog inherit modal state (#64)
24
25 -- Clement Lefebvre <root@linuxmint.com> Fri, 14 Jun 2019 12:00:33 +0100
26
027 xapp (1.4.5) tessa; urgency=medium
128
229 * l10n: Update translations
487487 gboolean pulse)
488488 {
489489 g_return_if_fail (XAPP_IS_GTK_WINDOW (window));
490 g_return_if_fail (XAPP_IS_GTK_WINDOW (window));
491490
492491 XAppGtkWindowPrivate *priv = xapp_gtk_window_get_instance_private (window);
493492
4040 G_DEFINE_TYPE_WITH_PRIVATE (XAppIconChooserButton, xapp_icon_chooser_button, GTK_TYPE_BUTTON)
4141
4242 static void
43 ensure_dialog (XAppIconChooserButton *button)
44 {
45 XAppIconChooserButtonPrivate *priv;
46
47 priv = xapp_icon_chooser_button_get_instance_private (button);
48
49 if (priv->dialog != NULL)
50 {
51 return;
52 }
53
54 priv->dialog = xapp_icon_chooser_dialog_new ();
55 }
56
57 static void
4358 on_clicked (GtkButton *button)
4459 {
4560 XAppIconChooserButtonPrivate *priv;
4661 GtkResponseType response;
47
62 GtkWidget *toplevel;
63
64 toplevel = gtk_widget_get_toplevel (GTK_WIDGET (button));
4865 priv = xapp_icon_chooser_button_get_instance_private (XAPP_ICON_CHOOSER_BUTTON (button));
4966
50 gtk_window_set_transient_for (GTK_WINDOW (priv->dialog), GTK_WINDOW (gtk_widget_get_toplevel (GTK_WIDGET (button))));
67 ensure_dialog (XAPP_ICON_CHOOSER_BUTTON (button));
68
69 gtk_window_set_transient_for (GTK_WINDOW (priv->dialog), GTK_WINDOW (toplevel));
70 gtk_window_set_modal (GTK_WINDOW (priv->dialog), gtk_window_get_modal (GTK_WINDOW (toplevel)));
5171
5272 if (priv->icon_string == NULL)
5373 {
136156
137157 xapp_icon_chooser_button_set_icon_size (button, -1);
138158
139 priv->dialog = xapp_icon_chooser_dialog_new ();
159 priv->dialog = NULL;
140160 }
141161
142162 static void
339359 {
340360 XAppIconChooserButtonPrivate *priv;
341361
362 ensure_dialog (button);
363
342364 priv = xapp_icon_chooser_button_get_instance_private (button);
343365
344366 return priv->dialog;
847847 }
848848 else
849849 {
850 gtk_action_bar_pack_start (GTK_ACTION_BAR (priv->action_area), button);
850 gtk_action_bar_pack_end (GTK_ACTION_BAR (priv->action_area), button);
851851 }
852852 }
853853
00 project('xapp',
11 'c',
2 version : '1.4.5'
2 version : '1.4.9'
33 )
44
55 gnome = import('gnome')
00 am
1 ar
2 az
13 bg
4 bn
25 ca
6 ca@valencia
37 cs
48 cy
59 da
610 de
711 en_GB
12 el
813 eo
914 es
15 et
1016 eu
1117 fi
1218 fr
19 hi
1320 hr
1421 hu
1522 ia
1623 id
24 ie
1725 is
1826 it
1927 kab
28 kk
2029 ko
2130 lt
2231 nl
2332 pl
33 pt
2434 pt_BR
2535 ro
2636 ru
2737 sk
38 sl
2839 sr
2940 sv
3041 tr
3142 uk
3243 zh_CN
44 zh_TW
77 "Project-Id-Version: linuxmint\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
99 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2018-11-16 23:13+0000\n"
10 "PO-Revision-Date: 2018-12-27 22:13+0000\n"
1111 "Last-Translator: samson <Unknown>\n"
1212 "Language-Team: Amharic <am@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
3232
3333 #: libxapp/xapp-icon-chooser-button.c:178
3434 msgid "The string representing the icon."
35 msgstr ""
35 msgstr "ምልክቱን የሚወክለው ሀረግ"
3636
3737 #: libxapp/xapp-icon-chooser-dialog.c:93
3838 msgid "Actions"
6060
6161 #: libxapp/xapp-icon-chooser-dialog.c:111
6262 msgid "Mime types"
63 msgstr ""
63 msgstr "የ Mime አይነቶች"
6464
6565 #: libxapp/xapp-icon-chooser-dialog.c:114
6666 msgid "Places"
101101
102102 #: libxapp/xapp-icon-chooser-dialog.c:614
103103 msgid "Allow Paths"
104 msgstr ""
104 msgstr "መንገድ መፍቀጃ"
105105
106106 #: libxapp/xapp-icon-chooser-dialog.c:615
107107 msgid "Whether to allow paths."
108 msgstr ""
108 msgstr "መንገዱ ይፈቀድ እንደሆን"
109109
110110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111111 msgid "Select image file"
0 # Arabic translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-03-16 22:57+0000\n"
11 "Last-Translator: Ibrahim Saed <ibraheem5000@gmail.com>\n"
12 "Language-Team: Arabic <ar@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "حجم الأيقونة"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "حجم الأيقونة المفضل"
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "الأيقونة"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr ""
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "الإجراءات"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "التطبيقات"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "التصنيفات"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "الأجهزة"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr ""
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "الرموز التعبيرية"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr ""
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr ""
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr ""
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr ""
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr ""
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr ""
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr ""
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr ""
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr ""
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr ""
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr ""
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr ""
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr ""
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr ""
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr ""
0 # Azerbaijani translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-05-15 17:29+0000\n"
11 "Last-Translator: Nasimi Taghizade <Unknown>\n"
12 "Language-Team: Azerbaijani <az@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "Icon ölçüsü"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "Tərcih edilən ikon ölçüsü."
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "İkon"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr "İkonu təmsil edən sətir."
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "Tədbirlər"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "Programlar"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "Kateqoriyalar"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "Qurğular"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "Emblemlər"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "Emojilər"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr "Mime növləri"
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr "Yerlər"
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr "Status"
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr "Digər"
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr "İkona seçin"
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr "Axtarış"
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr "Axtar"
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr "Yuklənmə gedir"
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr "Seç"
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr "İmtina"
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr "Axtarış yoluna icazə ver"
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr "Axtarış yoluna icazə verilsinmi."
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr "İmaj faylını sec"
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr "Açın"
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr "İmaj"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
0 # Bengali translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-05-12 19:03+0000\n"
11 "Last-Translator: Soham Sen <Unknown>\n"
12 "Language-Team: Bengali <bn@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "আইকনের আয়তন"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "পছন্দসই আইকন আকার"
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "আইকন"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr "স্ট্রিং আইকন প্রতিনিধিত্ব করে"
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "ক্রিয়াকলাপ"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "অ্যাপ্লিকেশনসমূহ"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "বিভাগ"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "ডিভাইসসমূহ"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "প্রতীকচিহ্ন"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "ইমোজি"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr "মাইম টাইপ"
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr "স্থান সমূহ"
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr "অবস্থা"
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr "অন্য"
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr "একটি আইকন নির্বাচন করুন"
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr "অনুসন্ধান করুন"
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr "ব্রাউজ করুন"
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr "লোড হচ্ছে..."
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr "নির্বাচন করুন"
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr "বাতিল করুন"
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr "পাথ অনুমতি দিন"
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr "পাথ অনুমতি দিতে হবে কিনা"
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr "ইমেজ ফাইল নির্বাচন করুন"
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr "খুলুন"
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr "চিত্র"
77 "Project-Id-Version: linuxmint\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
99 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2018-11-15 22:13+0000\n"
11 "Last-Translator: Isidro Pisa <isidro@utils.info>\n"
10 "PO-Revision-Date: 2019-01-27 05:03+0000\n"
11 "Last-Translator: Robert Antoni Buj Gelonch <Unknown>\n"
1212 "Language-Team: Catalan <ca@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
8888
8989 #: libxapp/xapp-icon-chooser-dialog.c:534
9090 msgid "Loading..."
91 msgstr "Carregant ..."
91 msgstr "S'està carregant..."
9292
9393 #: libxapp/xapp-icon-chooser-dialog.c:558
9494 msgid "Select"
0 # Catalan (Valencian) translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-02-15 19:18+0000\n"
11 "Last-Translator: Juan Hidalgo-Saavedra <Unknown>\n"
12 "Language-Team: Catalan (Valencian) <ca@valencia@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr ""
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr ""
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "Icona"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr ""
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr ""
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr ""
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr ""
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr ""
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr ""
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr ""
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr ""
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr ""
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr ""
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr ""
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr ""
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr ""
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr ""
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr ""
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr ""
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr ""
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr ""
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr ""
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr ""
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr ""
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr ""
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
77 "Project-Id-Version: linuxmint\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
99 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2018-12-05 10:06+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
10 "PO-Revision-Date: 2018-12-14 15:54+0000\n"
11 "Last-Translator: Rhoslyn Prys <Unknown>\n"
1212 "Language-Team: Welsh <cy@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18 "Language: cy\n"
1819
1920 #: libxapp/xapp-icon-chooser-button.c:162
2021 #: libxapp/xapp-icon-chooser-dialog.c:601
2122 msgid "Icon size"
22 msgstr ""
23 msgstr "Maint eicon"
2324
2425 #: libxapp/xapp-icon-chooser-button.c:163
2526 #: libxapp/xapp-icon-chooser-dialog.c:602
2627 msgid "The preferred icon size."
27 msgstr ""
28 msgstr "Y maint eicon dewisol."
2829
2930 #: libxapp/xapp-icon-chooser-button.c:177
3031 msgid "Icon"
31 msgstr ""
32 msgstr "Eicon"
3233
3334 #: libxapp/xapp-icon-chooser-button.c:178
3435 msgid "The string representing the icon."
35 msgstr ""
36 msgstr "Y llinyn sy'n cynrychioli'r eicon."
3637
3738 #: libxapp/xapp-icon-chooser-dialog.c:93
3839 msgid "Actions"
39 msgstr ""
40 msgstr "Gweithredoedd"
4041
4142 #: libxapp/xapp-icon-chooser-dialog.c:96
4243 msgid "Applications"
43 msgstr ""
44 msgstr "Rhaglenni"
4445
4546 #: libxapp/xapp-icon-chooser-dialog.c:99
4647 msgid "Categories"
47 msgstr ""
48 msgstr "Categorïau"
4849
4950 #: libxapp/xapp-icon-chooser-dialog.c:102
5051 msgid "Devices"
51 msgstr ""
52 msgstr "Dyfeisiau"
5253
5354 #: libxapp/xapp-icon-chooser-dialog.c:105
5455 msgid "Emblems"
55 msgstr ""
56 msgstr "Arwyddluniau"
5657
5758 #: libxapp/xapp-icon-chooser-dialog.c:108
5859 msgid "Emoji"
59 msgstr ""
60 msgstr "Emoji"
6061
6162 #: libxapp/xapp-icon-chooser-dialog.c:111
6263 msgid "Mime types"
63 msgstr ""
64 msgstr "Mathau mime"
6465
6566 #: libxapp/xapp-icon-chooser-dialog.c:114
6667 msgid "Places"
67 msgstr ""
68 msgstr "Mannau"
6869
6970 #: libxapp/xapp-icon-chooser-dialog.c:117
7071 msgid "Status"
71 msgstr ""
72 msgstr "Statws"
7273
7374 #: libxapp/xapp-icon-chooser-dialog.c:120
7475 msgid "Other"
75 msgstr ""
76 msgstr "Arall"
7677
7778 #: libxapp/xapp-icon-chooser-dialog.c:449
7879 msgid "Choose an icon"
79 msgstr ""
80 msgstr "Dewis eicon"
8081
8182 #: libxapp/xapp-icon-chooser-dialog.c:471
8283 msgid "Search"
83 msgstr ""
84 msgstr "Chwilio"
8485
8586 #: libxapp/xapp-icon-chooser-dialog.c:478
8687 msgid "Browse"
87 msgstr ""
88 msgstr "Pori"
8889
8990 #: libxapp/xapp-icon-chooser-dialog.c:534
9091 msgid "Loading..."
91 msgstr ""
92 msgstr "Llwytho..."
9293
9394 #: libxapp/xapp-icon-chooser-dialog.c:558
9495 msgid "Select"
95 msgstr ""
96 msgstr "Dewis"
9697
9798 #: libxapp/xapp-icon-chooser-dialog.c:567
9899 #: libxapp/xapp-icon-chooser-dialog.c:1787
99100 msgid "Cancel"
100 msgstr ""
101 msgstr "Diddymu"
101102
102103 #: libxapp/xapp-icon-chooser-dialog.c:614
103104 msgid "Allow Paths"
104 msgstr ""
105 msgstr "Caniatáu Llwybrau"
105106
106107 #: libxapp/xapp-icon-chooser-dialog.c:615
107108 msgid "Whether to allow paths."
108 msgstr ""
109 msgstr "P'un ai i ganiatáu llwybrau."
109110
110111 #: libxapp/xapp-icon-chooser-dialog.c:1784
111112 msgid "Select image file"
112 msgstr ""
113 msgstr "Dewis ffeil delwedd"
113114
114115 #: libxapp/xapp-icon-chooser-dialog.c:1789
115116 msgid "Open"
116 msgstr ""
117 msgstr "Agor"
117118
118119 #: libxapp/xapp-icon-chooser-dialog.c:1804
119120 msgid "Image"
120 msgstr ""
121 msgstr "Delwedd"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
0 # Greek translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-07-01 04:16+0000\n"
11 "Last-Translator: Vasilis Thomopoulos <Unknown>\n"
12 "Language-Team: Greek <el@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "Μέγεθος εικονιδίων"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "Το προτιμώμενο μέγεθος εικονιδίου."
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "Εικονίδιο"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr ""
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "Ενέργειες"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "Εφαρμογές"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "Κατηγορίες"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "Συσκευές"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "Εμβλήματα"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "Emoji"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr ""
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr ""
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr ""
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr ""
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr ""
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr ""
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr ""
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr ""
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr ""
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr ""
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr ""
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr ""
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr ""
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr ""
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr ""
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
77 "Project-Id-Version: linuxmint\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
99 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2018-12-09 18:27+0000\n"
10 "PO-Revision-Date: 2018-12-12 10:37+0000\n"
1111 "Last-Translator: Piet Coppens <Unknown>\n"
1212 "Language-Team: Esperanto <eo@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
2424 #: libxapp/xapp-icon-chooser-button.c:163
2525 #: libxapp/xapp-icon-chooser-dialog.c:602
2626 msgid "The preferred icon size."
27 msgstr ""
27 msgstr "La preferita piktograma grando."
2828
2929 #: libxapp/xapp-icon-chooser-button.c:177
3030 msgid "Icon"
31 msgstr ""
31 msgstr "Piktogramo"
3232
3333 #: libxapp/xapp-icon-chooser-button.c:178
3434 msgid "The string representing the icon."
35 msgstr ""
35 msgstr "La ĉeno, kiu prezentas la piktogramon."
3636
3737 #: libxapp/xapp-icon-chooser-dialog.c:93
3838 msgid "Actions"
39 msgstr ""
39 msgstr "Agoj"
4040
4141 #: libxapp/xapp-icon-chooser-dialog.c:96
4242 msgid "Applications"
43 msgstr ""
43 msgstr "Aplikaĵoj"
4444
4545 #: libxapp/xapp-icon-chooser-dialog.c:99
4646 msgid "Categories"
47 msgstr ""
47 msgstr "Kategorioj"
4848
4949 #: libxapp/xapp-icon-chooser-dialog.c:102
5050 msgid "Devices"
51 msgstr ""
51 msgstr "Aparatoj"
5252
5353 #: libxapp/xapp-icon-chooser-dialog.c:105
5454 msgid "Emblems"
55 msgstr ""
55 msgstr "Emblemoj"
5656
5757 #: libxapp/xapp-icon-chooser-dialog.c:108
5858 msgid "Emoji"
59 msgstr ""
59 msgstr "Emoĝio"
6060
6161 #: libxapp/xapp-icon-chooser-dialog.c:111
6262 msgid "Mime types"
63 msgstr ""
63 msgstr "MIME-tipoj"
6464
6565 #: libxapp/xapp-icon-chooser-dialog.c:114
6666 msgid "Places"
67 msgstr ""
67 msgstr "Lokoj"
6868
6969 #: libxapp/xapp-icon-chooser-dialog.c:117
7070 msgid "Status"
71 msgstr ""
71 msgstr "Stato"
7272
7373 #: libxapp/xapp-icon-chooser-dialog.c:120
7474 msgid "Other"
75 msgstr ""
75 msgstr "Alia"
7676
7777 #: libxapp/xapp-icon-chooser-dialog.c:449
7878 msgid "Choose an icon"
79 msgstr ""
79 msgstr "Elektu piktogramon"
8080
8181 #: libxapp/xapp-icon-chooser-dialog.c:471
8282 msgid "Search"
83 msgstr ""
83 msgstr "Serĉi"
8484
8585 #: libxapp/xapp-icon-chooser-dialog.c:478
8686 msgid "Browse"
87 msgstr ""
87 msgstr "Foliumi"
8888
8989 #: libxapp/xapp-icon-chooser-dialog.c:534
9090 msgid "Loading..."
91 msgstr ""
91 msgstr "Ŝargado..."
9292
9393 #: libxapp/xapp-icon-chooser-dialog.c:558
9494 msgid "Select"
95 msgstr ""
95 msgstr "Elektu"
9696
9797 #: libxapp/xapp-icon-chooser-dialog.c:567
9898 #: libxapp/xapp-icon-chooser-dialog.c:1787
9999 msgid "Cancel"
100 msgstr ""
100 msgstr "Nuligi"
101101
102102 #: libxapp/xapp-icon-chooser-dialog.c:614
103103 msgid "Allow Paths"
104 msgstr ""
104 msgstr "Permesi Dosierindikojn"
105105
106106 #: libxapp/xapp-icon-chooser-dialog.c:615
107107 msgid "Whether to allow paths."
108 msgstr ""
108 msgstr "Ĉu permesi dosierindikojn."
109109
110110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111111 msgid "Select image file"
112 msgstr ""
112 msgstr "Elektu bildodosieron"
113113
114114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115115 msgid "Open"
116 msgstr ""
116 msgstr "Malfermi"
117117
118118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119119 msgid "Image"
120 msgstr ""
120 msgstr "Bildo"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
0 # Estonian translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-04-13 15:49+0000\n"
11 "Last-Translator: mahfiaz <mahfiaz@gmail.com>\n"
12 "Language-Team: Estonian <et@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "Ikooni suurus"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "Eelistatud ikooni suurus."
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "Ikoon"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr "Sõne, mis viitab ikoonile."
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "Tegevused"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "Rakendused"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "Kategooriad"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "Seadmed"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "Embleemid"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "Emotikonid"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr "MIME-tüübid"
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr "Asukohad"
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr "Olek"
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr "Muud"
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr "Ikooni valimine"
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr "Otsing"
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr "Lehitse"
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr "Laadimine..."
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr "Vali"
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr "Loobu"
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr "Asukohtade lubamine"
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr "Kas asukohad lubada."
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr "Vali pildi fail"
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr "Ava"
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr "Pilt"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
0 # Hindi translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-06-28 14:28+0000\n"
11 "Last-Translator: Panwar <Unknown>\n"
12 "Language-Team: Hindi <hi@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "आइकन का आकार"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "आइकन का पसंदीदा आकार"
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "आइकन"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr "आइकन को वर्णित करने वाला स्ट्रिंग।"
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "क्रियाएँ"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "अनुप्रयोग"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "श्रेणियाँ"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "डिवाइस"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "प्रतीक"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "इमोजी"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr "MIME के प्रकार"
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr "स्थान"
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr "स्थिति"
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr "अन्य"
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr "आइकन चुनें"
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr "खोजें"
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr "ब्राउज़ करें"
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr "लोड हो रहा है..."
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr "चुनें"
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr "रद्द करें"
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr "पथों को अनुमति दें"
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr "पथों को अनुमति दें या नहीं।"
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr "चित्र फाइल चुनें"
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr "खोलें"
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr "चित्र"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
88 "MIME-Version: 1.0\n"
99 "Content-Type: text/plain; charset=UTF-8\n"
1010 "Content-Transfer-Encoding: 8bit\n"
11 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
12 "X-Generator: Launchpad (build 18837)\n"
11 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
12 "X-Generator: Launchpad (build 19007)\n"
1313 "Language: hu\n"
1414
1515 #: libxapp/xapp-icon-chooser-button.c:162
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
0 # Interlingue translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-05-07 11:39+0000\n"
11 "Last-Translator: Silvara <Unknown>\n"
12 "Language-Team: Interlingue <ie@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18 "Language: ie\n"
19
20 #: libxapp/xapp-icon-chooser-button.c:162
21 #: libxapp/xapp-icon-chooser-dialog.c:601
22 msgid "Icon size"
23 msgstr "Dimension de icon"
24
25 #: libxapp/xapp-icon-chooser-button.c:163
26 #: libxapp/xapp-icon-chooser-dialog.c:602
27 msgid "The preferred icon size."
28 msgstr "Li preferet dimension de icone."
29
30 #: libxapp/xapp-icon-chooser-button.c:177
31 msgid "Icon"
32 msgstr "Icone"
33
34 #: libxapp/xapp-icon-chooser-button.c:178
35 msgid "The string representing the icon."
36 msgstr "Li catene representante li icone"
37
38 #: libxapp/xapp-icon-chooser-dialog.c:93
39 msgid "Actions"
40 msgstr "Actiones"
41
42 #: libxapp/xapp-icon-chooser-dialog.c:96
43 msgid "Applications"
44 msgstr "Applicationes"
45
46 #: libxapp/xapp-icon-chooser-dialog.c:99
47 msgid "Categories"
48 msgstr "Categories"
49
50 #: libxapp/xapp-icon-chooser-dialog.c:102
51 msgid "Devices"
52 msgstr "Aparates"
53
54 #: libxapp/xapp-icon-chooser-dialog.c:105
55 msgid "Emblems"
56 msgstr "Emblemas"
57
58 #: libxapp/xapp-icon-chooser-dialog.c:108
59 msgid "Emoji"
60 msgstr "Emoji"
61
62 #: libxapp/xapp-icon-chooser-dialog.c:111
63 msgid "Mime types"
64 msgstr "MIME-tipes"
65
66 #: libxapp/xapp-icon-chooser-dialog.c:114
67 msgid "Places"
68 msgstr "Locs"
69
70 #: libxapp/xapp-icon-chooser-dialog.c:117
71 msgid "Status"
72 msgstr "Statu"
73
74 #: libxapp/xapp-icon-chooser-dialog.c:120
75 msgid "Other"
76 msgstr "Altri"
77
78 #: libxapp/xapp-icon-chooser-dialog.c:449
79 msgid "Choose an icon"
80 msgstr "Selecte un icone"
81
82 #: libxapp/xapp-icon-chooser-dialog.c:471
83 msgid "Search"
84 msgstr "Serchar"
85
86 #: libxapp/xapp-icon-chooser-dialog.c:478
87 msgid "Browse"
88 msgstr "Trovar"
89
90 #: libxapp/xapp-icon-chooser-dialog.c:534
91 msgid "Loading..."
92 msgstr "Cargante..."
93
94 #: libxapp/xapp-icon-chooser-dialog.c:558
95 msgid "Select"
96 msgstr "Selecter"
97
98 #: libxapp/xapp-icon-chooser-dialog.c:567
99 #: libxapp/xapp-icon-chooser-dialog.c:1787
100 msgid "Cancel"
101 msgstr "Anullar"
102
103 #: libxapp/xapp-icon-chooser-dialog.c:614
104 msgid "Allow Paths"
105 msgstr "Permisser rutes"
106
107 #: libxapp/xapp-icon-chooser-dialog.c:615
108 msgid "Whether to allow paths."
109 msgstr "Ca permisser rutes."
110
111 #: libxapp/xapp-icon-chooser-dialog.c:1784
112 msgid "Select image file"
113 msgstr "Selecte un file de image"
114
115 #: libxapp/xapp-icon-chooser-dialog.c:1789
116 msgid "Open"
117 msgstr "Aperter"
118
119 #: libxapp/xapp-icon-chooser-dialog.c:1804
120 msgid "Image"
121 msgstr "Image"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
0 # Kazakh translation for linuxmint
1 # Copyright (c) 2018 Rosetta Contributors and Canonical Ltd 2018
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2018.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2018-12-22 01:17+0000\n"
11 "Last-Translator: Murat Káribaı <d2vsd1@mail.ru>\n"
12 "Language-Team: Kazakh <kk@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "Таңбаша өлшемі"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr ""
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "Таңбаша"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr ""
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "Әрекеттер"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "Қолданбалар"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "Санаттар"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "Құрылғылар"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "Эмблемалар"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "Эмоджи"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr "MIME түрлері"
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr "Орындар"
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr "Қалып-күйі"
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr "Басқа"
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr "Таңбашаны таңдаңыз"
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr "Іздеу"
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr "Қарап шығу"
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr "Жүктеу..."
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr "Таңдау"
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr "Бас тарту"
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr ""
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr ""
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr ""
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr "Ашу"
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr "Сурет"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
77 "Project-Id-Version: linuxmint\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
99 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2018-11-17 12:54+0000\n"
11 "Last-Translator: Mariusz <wisniowy@g.pl>\n"
10 "PO-Revision-Date: 2019-01-01 01:40+0000\n"
11 "Last-Translator: Piotr Strębski <strebski@gmail.com>\n"
1212 "Language-Team: Polish <pl@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
3232
3333 #: libxapp/xapp-icon-chooser-button.c:178
3434 msgid "The string representing the icon."
35 msgstr ""
35 msgstr "Ciąg znaków reprezentujący ikone."
3636
3737 #: libxapp/xapp-icon-chooser-dialog.c:93
3838 msgid "Actions"
105105
106106 #: libxapp/xapp-icon-chooser-dialog.c:615
107107 msgid "Whether to allow paths."
108 msgstr ""
108 msgstr "Czy zezwalać na ścieżki."
109109
110110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111111 msgid "Select image file"
0 # Portuguese translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-04-27 23:11+0000\n"
11 "Last-Translator: Hugo Carvalho <hugokarvalho@hotmail.com>\n"
12 "Language-Team: Portuguese <pt@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "Tamanho do ícone"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "O tamanho preferido do ícone"
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "Ícone"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr "A linha representando o ícone."
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "Ações"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "Aplicações"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "Categorias"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "Dispositivos"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "Emblemas"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "Emoji"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr "Tipos MIME"
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr "Locais"
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr "Estado"
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr "Outro"
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr "Escolha um ícone"
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr "Procurar"
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr "Localizar"
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr "A carregar..."
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr "Selecionar"
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr "Cancelar"
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr "Permitir caminhos"
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr "Seja para permitir caminhos."
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr "Selecione o ficheiro de imagem"
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr "Abrir"
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr "Imagem"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
77 "Project-Id-Version: linuxmint\n"
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
99 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2018-11-01 17:36+0000\n"
11 "Last-Translator: Vendelín Slezák <Unknown>\n"
10 "PO-Revision-Date: 2018-12-16 00:20+0000\n"
11 "Last-Translator: Dusan Kazik <prescott66@gmail.com>\n"
1212 "Language-Team: Slovak <sk@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818 "Language: sk\n"
1919
2020 #: libxapp/xapp-icon-chooser-button.c:162
7777
7878 #: libxapp/xapp-icon-chooser-dialog.c:449
7979 msgid "Choose an icon"
80 msgstr ""
80 msgstr "Výber ikony"
8181
8282 #: libxapp/xapp-icon-chooser-dialog.c:471
8383 msgid "Search"
8989
9090 #: libxapp/xapp-icon-chooser-dialog.c:534
9191 msgid "Loading..."
92 msgstr ""
92 msgstr "Načítava sa…"
9393
9494 #: libxapp/xapp-icon-chooser-dialog.c:558
9595 msgid "Select"
0 # Slovenian translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-03-08 13:21+0000\n"
11 "Last-Translator: MountainLynx <Unknown>\n"
12 "Language-Team: Slovenian <sl@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr "Velikost ikon"
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr "Željena velikost ikon."
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr "Ikona"
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr "Niz ki predstavlja ikono."
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr "Dejanja"
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr "Aplikacije"
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr "Kategorije"
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr "Naprave"
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr "Emblemi"
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr "Čustveni simboli"
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr "Vrste MIME"
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr "Mesta"
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr "Status"
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr "Drugo"
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr "Izberi ikono"
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr "Iskanje"
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr "Brskaj"
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr "Nalaganje ..."
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr "Izberi"
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr "Prekliči"
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr "Dovoli Poti"
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr "Ali želite dovoliti poti."
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr "Izberi slikovno datoteko"
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr "Odpri"
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr "Slika"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
88 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
99 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
1010 "PO-Revision-Date: 2018-11-18 10:51+0000\n"
11 "Last-Translator: stuartlittle <Stuartlittle1970@gmail.com>\n"
11 "Last-Translator: Myk <Stuartlittle1970@gmail.com>\n"
1212 "Language-Team: Ukrainian <uk@li.org>\n"
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
1313 "MIME-Version: 1.0\n"
1414 "Content-Type: text/plain; charset=UTF-8\n"
1515 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2018-12-11 12:03+0000\n"
17 "X-Generator: Launchpad (build 18837)\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
1818
1919 #: libxapp/xapp-icon-chooser-button.c:162
2020 #: libxapp/xapp-icon-chooser-dialog.c:601
0 # Chinese (Traditional) translation for linuxmint
1 # Copyright (c) 2019 Rosetta Contributors and Canonical Ltd 2019
2 # This file is distributed under the same license as the linuxmint package.
3 # FIRST AUTHOR <EMAIL@ADDRESS>, 2019.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: linuxmint\n"
8 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
9 "POT-Creation-Date: 2018-11-15 10:11+0000\n"
10 "PO-Revision-Date: 2019-04-02 03:56+0000\n"
11 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "X-Launchpad-Export-Date: 2019-07-10 08:32+0000\n"
17 "X-Generator: Launchpad (build 19007)\n"
18
19 #: libxapp/xapp-icon-chooser-button.c:162
20 #: libxapp/xapp-icon-chooser-dialog.c:601
21 msgid "Icon size"
22 msgstr ""
23
24 #: libxapp/xapp-icon-chooser-button.c:163
25 #: libxapp/xapp-icon-chooser-dialog.c:602
26 msgid "The preferred icon size."
27 msgstr ""
28
29 #: libxapp/xapp-icon-chooser-button.c:177
30 msgid "Icon"
31 msgstr ""
32
33 #: libxapp/xapp-icon-chooser-button.c:178
34 msgid "The string representing the icon."
35 msgstr ""
36
37 #: libxapp/xapp-icon-chooser-dialog.c:93
38 msgid "Actions"
39 msgstr ""
40
41 #: libxapp/xapp-icon-chooser-dialog.c:96
42 msgid "Applications"
43 msgstr ""
44
45 #: libxapp/xapp-icon-chooser-dialog.c:99
46 msgid "Categories"
47 msgstr ""
48
49 #: libxapp/xapp-icon-chooser-dialog.c:102
50 msgid "Devices"
51 msgstr ""
52
53 #: libxapp/xapp-icon-chooser-dialog.c:105
54 msgid "Emblems"
55 msgstr ""
56
57 #: libxapp/xapp-icon-chooser-dialog.c:108
58 msgid "Emoji"
59 msgstr ""
60
61 #: libxapp/xapp-icon-chooser-dialog.c:111
62 msgid "Mime types"
63 msgstr ""
64
65 #: libxapp/xapp-icon-chooser-dialog.c:114
66 msgid "Places"
67 msgstr ""
68
69 #: libxapp/xapp-icon-chooser-dialog.c:117
70 msgid "Status"
71 msgstr ""
72
73 #: libxapp/xapp-icon-chooser-dialog.c:120
74 msgid "Other"
75 msgstr ""
76
77 #: libxapp/xapp-icon-chooser-dialog.c:449
78 msgid "Choose an icon"
79 msgstr ""
80
81 #: libxapp/xapp-icon-chooser-dialog.c:471
82 msgid "Search"
83 msgstr ""
84
85 #: libxapp/xapp-icon-chooser-dialog.c:478
86 msgid "Browse"
87 msgstr ""
88
89 #: libxapp/xapp-icon-chooser-dialog.c:534
90 msgid "Loading..."
91 msgstr ""
92
93 #: libxapp/xapp-icon-chooser-dialog.c:558
94 msgid "Select"
95 msgstr ""
96
97 #: libxapp/xapp-icon-chooser-dialog.c:567
98 #: libxapp/xapp-icon-chooser-dialog.c:1787
99 msgid "Cancel"
100 msgstr ""
101
102 #: libxapp/xapp-icon-chooser-dialog.c:614
103 msgid "Allow Paths"
104 msgstr ""
105
106 #: libxapp/xapp-icon-chooser-dialog.c:615
107 msgid "Whether to allow paths."
108 msgstr ""
109
110 #: libxapp/xapp-icon-chooser-dialog.c:1784
111 msgid "Select image file"
112 msgstr ""
113
114 #: libxapp/xapp-icon-chooser-dialog.c:1789
115 msgid "Open"
116 msgstr ""
117
118 #: libxapp/xapp-icon-chooser-dialog.c:1804
119 msgid "Image"
120 msgstr ""