Merge lp:~dpm/ubuntu/lucid/computer-janitor/bug-522154 into lp:ubuntu/lucid/computer-janitor

Proposed by David Planella
Status: Merged
Merge reported by: Michael Vogt
Merged at revision: not available
Proposed branch: lp:~dpm/ubuntu/lucid/computer-janitor/bug-522154
Merge into: lp:ubuntu/lucid/computer-janitor
Diff against target: 219 lines (+1/-203)
2 files modified
po/POTFILES.in (+1/-1)
po/computerjanitorapp.pot (+0/-202)
To merge this branch: bzr merge lp:~dpm/ubuntu/lucid/computer-janitor/bug-522154
Reviewer Review Type Date Requested Status
Michael Vogt Approve
James Westby (community) Abstain
Review via email: mp+20946@code.launchpad.net

Description of the change

Proposed fix for bug 522154 to make the application translatable

To post a comment you must log in.
Revision history for this message
James Westby (james-w) :
review: Abstain
Revision history for this message
Michael Vogt (mvo) wrote :

Thanks, merged

review: Approve
Revision history for this message
Michael Vogt (mvo) wrote :

computer-janitor (2.0.3-0ubuntu1) maverick; urgency=low
...
    - Ensure that POTFILES.in has the proper type information for the
      ComputerJanitor.ui file. (LP: #612493)
...

merged

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/POTFILES.in'
2--- po/POTFILES.in 2009-11-25 10:00:18 +0000
3+++ po/POTFILES.in 2010-03-09 08:37:18 +0000
4@@ -11,7 +11,7 @@
5 computerjanitorapp/ui_gtk.py
6 computerjanitorapp/ui.py
7 computerjanitorapp/ui_tests.py
8-data/ComputerJanitor.ui
9+[type: gettext/glade]data/ComputerJanitor.ui
10 data/computer-janitor-gtk.desktop.in
11 plugins/add_nfs_common_plugin.py
12 plugins/autoremoval_plugin.py
13
14=== removed file 'po/computerjanitorapp.pot'
15--- po/computerjanitorapp.pot 2009-02-19 09:37:52 +0000
16+++ po/computerjanitorapp.pot 1970-01-01 00:00:00 +0000
17@@ -1,202 +0,0 @@
18-# SOME DESCRIPTIVE TITLE.
19-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
20-# This file is distributed under the same license as the PACKAGE package.
21-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
22-#
23-#, fuzzy
24-msgid ""
25-msgstr ""
26-"Project-Id-Version: PACKAGE VERSION\n"
27-"Report-Msgid-Bugs-To: \n"
28-"POT-Creation-Date: 2009-02-11 19:05+0200\n"
29-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
30-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
31-"Language-Team: LANGUAGE <LL@li.org>\n"
32-"MIME-Version: 1.0\n"
33-"Content-Type: text/plain; charset=CHARSET\n"
34-"Content-Transfer-Encoding: 8bit\n"
35-
36-#: ../computerjanitorapp/app.py:35
37-#, python-format
38-msgid ""
39-"Essential package %s is missing. There may be problems with apt sources.list "
40-"or Packages files may be missing?"
41-msgstr ""
42-
43-#. We're OK with something going wrong.
44-#: ../computerjanitorapp/app.py:65
45-msgid "Logging to syslog cannot be set up."
46-msgstr ""
47-
48-#: ../computerjanitorapp/app.py:85
49-msgid "Running application, with:"
50-msgstr ""
51-
52-#: ../computerjanitorapp/app.py:102
53-msgid ""
54-"\n"
55-"%prog [options] find\n"
56-"%prog [options] cleanup [CRUFT]...\n"
57-"%prog [options] ignore [CRUFT]...\n"
58-"%prog [options] unignore [CRUFT]...\n"
59-"\n"
60-"%prog finds and removes cruft from your system. \n"
61-"\n"
62-"Cruft is anything that shouldn't be on the system, but is. Stretching\n"
63-"the definition, it is also things that should be on the system, but\n"
64-"aren't."
65-msgstr ""
66-
67-#: ../computerjanitorapp/app.py:115
68-msgid ""
69-"Make the 'cleanup' command remove all packages, if none are given on the "
70-"command line."
71-msgstr ""
72-
73-#: ../computerjanitorapp/app.py:121
74-#, python-format
75-msgid "Store state of each piece of cruft in FILE. (Default is %default)."
76-msgstr ""
77-
78-#: ../computerjanitorapp/app.py:125
79-msgid ""
80-"Don't actually remove anything, just to do so. This is useful for testing "
81-"stuff."
82-msgstr ""
83-
84-#: ../computerjanitorapp/app.py:130
85-msgid ""
86-"Verbose operation: make find show an explanation for each piece of cruft "
87-"found."
88-msgstr ""
89-
90-#: ../computerjanitorapp/ui_cli.py:30
91-#, python-format
92-msgid "Unknown command: %s"
93-msgstr ""
94-
95-#: ../computerjanitorapp/ui_cli.py:36
96-#, python-format
97-msgid "Unknown cruft: %s"
98-msgstr ""
99-
100-#: ../computerjanitorapp/ui_cli.py:42
101-msgid "computer-janitor must be run as root, sorry."
102-msgstr ""
103-
104-#: ../computerjanitorapp/ui_cli.py:114
105-msgid "removable"
106-msgstr ""
107-
108-#: ../computerjanitorapp/ui_cli.py:116
109-msgid "ignored"
110-msgstr ""
111-
112-#: ../computerjanitorapp/ui_cli.py:141
113-#, python-format
114-msgid "Ignored: %s"
115-msgstr ""
116-
117-#: ../computerjanitorapp/ui_cli.py:145 ../computerjanitorapp/ui_gtk.py:88
118-#, python-format
119-msgid "Pretending to remove cruft: %s"
120-msgstr ""
121-
122-#: ../computerjanitorapp/ui_cli.py:147 ../computerjanitorapp/ui_gtk.py:90
123-#, python-format
124-msgid "Removing cruft: %s"
125-msgstr ""
126-
127-#: ../computerjanitorapp/ui_cli.py:151 ../computerjanitorapp/ui_gtk.py:96
128-#, python-format
129-msgid "Pretending to post-cleanup: %s"
130-msgstr ""
131-
132-#: ../computerjanitorapp/ui_cli.py:153 ../computerjanitorapp/ui_gtk.py:98
133-#, python-format
134-msgid "Post-cleanup: %s"
135-msgstr ""
136-
137-#: ../computerjanitorapp/ui_gtk.py:54
138-msgid "Finding plugins"
139-msgstr ""
140-
141-#: ../computerjanitorapp/ui_gtk.py:61
142-msgid "Finding cruft"
143-msgstr ""
144-
145-#: ../computerjanitorapp/ui_gtk.py:84
146-msgid "Cleaning up cruft"
147-msgstr ""
148-
149-#: ../computerjanitorapp/ui_gtk.py:94
150-msgid "Post-cleanup"
151-msgstr ""
152-
153-#: ../computerjanitorapp/ui_gtk.py:104
154-msgid "Could not clean up properly"
155-msgstr ""
156-
157-#: ../computerjanitorapp/ui_gtk.py:149
158-msgid "Really clean up?"
159-msgstr ""
160-
161-#: ../computerjanitorapp/ui_gtk.py:156
162-#, python-format
163-msgid ""
164-"You are <b>removing %d .deb packages.</b> This may break your system, if you "
165-"need them. Do you want to continue?"
166-msgstr ""
167-
168-#: ../computerjanitorapp/ui_gtk.py:161
169-msgid "Do you want to continue?"
170-msgstr ""
171-
172-#: ../computerjanitorapp/ui_gtk.py:204
173-msgid "Root access required."
174-msgstr ""
175-
176-#: ../computerjanitorapp/ui_gtk.py:205
177-msgid "You must run computer-janitor-gtk as root. Sorry."
178-msgstr ""
179-
180-#. create the column with the toggle
181-#: ../computerjanitorapp/ui_gtk.py:304
182-msgid "Remove?"
183-msgstr ""
184-
185-#. create the column with the name of cruft
186-#: ../computerjanitorapp/ui_gtk.py:313
187-msgid "Name"
188-msgstr ""
189-
190-#. Display the version number.
191-#: ../computerjanitorapp/ui_gtk.py:329
192-#, python-format
193-msgid "Computer Janitor %s"
194-msgstr ""
195-
196-#: ../data/ComputerJanitor.glade.h:1
197-msgid "<big><b>Keep your system clean</b></big>"
198-msgstr ""
199-
200-#: ../data/ComputerJanitor.glade.h:2
201-#: ../data/computer-janitor-gtk.desktop.in.h:2
202-msgid "Computer Janitor"
203-msgstr ""
204-
205-#: ../data/ComputerJanitor.glade.h:3
206-msgid "This application helps you to get rid of cruft."
207-msgstr ""
208-
209-#: ../data/ComputerJanitor.glade.h:4
210-msgid "_Cleanup"
211-msgstr ""
212-
213-#: ../data/ComputerJanitor.glade.h:5
214-msgid "updates"
215-msgstr ""
216-
217-#: ../data/computer-janitor-gtk.desktop.in.h:1
218-msgid "Clean up a system so it's more like a freshly installed one"
219-msgstr ""

Subscribers

People subscribed via source and target branches

to all changes: