Merge lp:~therve/landscape-client/fix-name into lp:~landscape/landscape-client/trunk

Proposed by Thomas Herve
Status: Merged
Approved by: Geoff Teale
Approved revision: 575
Merged at revision: 575
Proposed branch: lp:~therve/landscape-client/fix-name
Merge into: lp:~landscape/landscape-client/trunk
Diff against target: 141 lines (+16/-27)
5 files modified
applications/landscape-client-settings.desktop.in (+2/-2)
landscape/ui/view/configuration.py (+1/-1)
landscape/ui/view/ui/landscape-client-settings.glade (+1/-1)
po/fr.po (+8/-19)
po/landscape-client.pot (+4/-4)
To merge this branch: bzr merge lp:~therve/landscape-client/fix-name
Reviewer Review Type Date Requested Status
Geoff Teale (community) Approve
Matthew Paul Thomas (community) design Approve
Alberto Donato (community) Approve
Review via email: mp+121455@code.launchpad.net

Description of the change

Rename the "Management service" to "Landscape service", trying to catch the different instances of it.

To post a comment you must log in.
Revision history for this message
Alberto Donato (ack) wrote :

+1, looks good!

review: Approve
Revision history for this message
Matthew Paul Thomas (mpt) :
review: Approve (design)
Revision history for this message
Geoff Teale (tealeg) wrote :

+1 Approve

review: Approve
Revision history for this message
Benjamin Kerensa (bkerensa) wrote :

I noticed in this commit their is some inconsistency in landscape/ui/view/ui/landscape-client-settings.glade
in regards to casing of "Management Service".

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'applications/landscape-client-settings.desktop.in'
2--- applications/landscape-client-settings.desktop.in 2012-03-23 10:04:18 +0000
3+++ applications/landscape-client-settings.desktop.in 2012-08-27 15:54:19 +0000
4@@ -1,6 +1,6 @@
5 [Desktop Entry]
6-_Name=Management Service
7-_Comment=Management Service Preferences
8+_Name=Landscape Service
9+_Comment=Landscape Management Service Preferences
10 Exec=landscape-client-ui-install
11 Icon=preferences-management-service
12 Terminal=False
13
14=== modified file 'landscape/ui/view/configuration.py'
15--- landscape/ui/view/configuration.py 2012-03-28 14:15:39 +0000
16+++ landscape/ui/view/configuration.py 2012-08-27 15:54:19 +0000
17@@ -52,7 +52,7 @@
18
19 def __init__(self, controller):
20 super(ClientSettingsDialog, self).__init__(
21- title=_("Management Service"),
22+ title=_("Landscape Service"),
23 flags=Gtk.DialogFlags.MODAL)
24 self.set_default_icon_name("preferences-management-service")
25 self.set_resizable(False)
26
27=== modified file 'landscape/ui/view/ui/landscape-client-settings.glade'
28--- landscape/ui/view/ui/landscape-client-settings.glade 2012-05-30 17:57:21 +0000
29+++ landscape/ui/view/ui/landscape-client-settings.glade 2012-08-27 15:54:19 +0000
30@@ -157,7 +157,7 @@
31 <property name="visible">True</property>
32 <property name="can_focus">False</property>
33 <property name="xalign">1</property>
34- <property name="label" translatable="yes">Management service:</property>
35+ <property name="label" translatable="yes">Landscape service:</property>
36 </object>
37 <packing>
38 <property name="expand">False</property>
39
40=== modified file 'po/fr.po'
41--- po/fr.po 2012-05-30 18:10:34 +0000
42+++ po/fr.po 2012-08-27 15:54:19 +0000
43@@ -8,7 +8,7 @@
44 msgstr ""
45 "Project-Id-Version: PACKAGE VERSION\n"
46 "Report-Msgid-Bugs-To: \n"
47-"POT-Creation-Date: 2012-05-30 14:57-0300\n"
48+"POT-Creation-Date: 2012-08-27 17:32+0200\n"
49 "PO-Revision-Date: 2012-03-28 20:07+0100\n"
50 "Last-Translator: Thomas Hervé <thomas.herve@canonical.com>\n"
51 "Language-Team: français <>\n"
52@@ -58,8 +58,8 @@
53
54 #: ../landscape/ui/view/configuration.py:55
55 #: ../applications/landscape-client-settings.desktop.in.h:1
56-msgid "Management Service"
57-msgstr "Service de gestion"
58+msgid "Landscape Service"
59+msgstr "Service Landscape"
60
61 #: ../landscape/ui/view/configuration.py:124
62 msgid "None"
63@@ -105,8 +105,8 @@
64 msgstr "En apprendre plus..."
65
66 #: ../landscape/ui/view/ui/landscape-client-settings.glade.h:3
67-msgid "Management service:"
68-msgstr "Service de gestion:"
69+msgid "Landscape service:"
70+msgstr "Nom d'hôte du serveur Landscape:"
71
72 #: ../landscape/ui/view/ui/landscape-client-settings.glade.h:4
73 msgid "Account name:"
74@@ -138,8 +138,9 @@
75 "de dialogue."
76
77 #: ../applications/landscape-client-settings.desktop.in.h:2
78-msgid "Management Service Preferences"
79-msgstr "Préférences du service de gestion"
80+#, fuzzy
81+msgid "Landscape Management Service Preferences"
82+msgstr "Préférences du service de gestion Landscape"
83
84 #: ../polkit-1/com.canonical.LandscapeClientSettings.policy.in.h:1
85 msgid "Allow the user to read and write Landscape Client settings."
86@@ -183,15 +184,3 @@
87 #: ../scripts/landscape-client-ui-install:62
88 msgid "Install"
89 msgstr "Installer"
90-
91-#~ msgid "Password:"
92-#~ msgstr "Mot de passe:"
93-
94-#~ msgid ""
95-#~ "Landscape is an easy to use systems management and monitoring service "
96-#~ "offered by Canonical that helps administrators manage multiple machines "
97-#~ "efficiently."
98-#~ msgstr ""
99-#~ "Landscape est un système de gestion et de surveillance proposé en tant "
100-#~ "que service par Canonical, qui aide les administrateurs à gérer plusieurs "
101-#~ "machine efficacement."
102
103=== modified file 'po/landscape-client.pot'
104--- po/landscape-client.pot 2012-05-30 18:10:34 +0000
105+++ po/landscape-client.pot 2012-08-27 15:54:19 +0000
106@@ -8,7 +8,7 @@
107 msgstr ""
108 "Project-Id-Version: PACKAGE VERSION\n"
109 "Report-Msgid-Bugs-To: \n"
110-"POT-Creation-Date: 2012-05-30 14:57-0300\n"
111+"POT-Creation-Date: 2012-08-27 17:32+0200\n"
112 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
113 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
114 "Language-Team: LANGUAGE <LL@li.org>\n"
115@@ -57,7 +57,7 @@
116
117 #: ../landscape/ui/view/configuration.py:55
118 #: ../applications/landscape-client-settings.desktop.in.h:1
119-msgid "Management Service"
120+msgid "Landscape Service"
121 msgstr ""
122
123 #: ../landscape/ui/view/configuration.py:124
124@@ -101,7 +101,7 @@
125 msgstr ""
126
127 #: ../landscape/ui/view/ui/landscape-client-settings.glade.h:3
128-msgid "Management service:"
129+msgid "Landscape service:"
130 msgstr ""
131
132 #: ../landscape/ui/view/ui/landscape-client-settings.glade.h:4
133@@ -131,7 +131,7 @@
134 msgstr ""
135
136 #: ../applications/landscape-client-settings.desktop.in.h:2
137-msgid "Management Service Preferences"
138+msgid "Landscape Management Service Preferences"
139 msgstr ""
140
141 #: ../polkit-1/com.canonical.LandscapeClientSettings.policy.in.h:1

Subscribers

People subscribed via source and target branches

to all changes: