[Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/bug1409550 into lp:activity-log-manager

2015-01-11 Thread Gabor Kelemen
Gabor Kelemen has proposed merging lp:~kelemeng/activity-log-manager/bug1409550 
into lp:activity-log-manager.

Requested reviews:
  Activity Log Manager (activity-log-manager)
Related bugs:
  Bug #1409550 in Activity Log Manager: Untranslated time strings in 
activity-log-manager
  https://bugs.launchpad.net/activity-log-manager/+bug/1409550

For more details, see:
https://code.launchpad.net/~kelemeng/activity-log-manager/bug1409550/+merge/246083
-- 
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~kelemeng/activity-log-manager/bug1409550 into lp:activity-log-manager.
=== modified file 'src/security-widget.vala'
--- src/security-widget.vala	2014-02-06 16:12:21 +
+++ src/security-widget.vala	2015-01-11 23:14:15 +
@@ -42,23 +42,23 @@
 			var liststore_delay = new ListStore (2, typeof (string), typeof (int));
 			TreeIter iter;
 			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 1 second, 1, 0);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 30 seconds, 1, 30);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 1 minute, 1, 60);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 2 minutes, 1, 120);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 3 minutes, 1, 180);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 5 minutes, 1, 300);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 10 minutes, 1, 600);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 30 minutes, 1, 1800);
-			liststore_delay.append (out iter);
-			liststore_delay.set (iter, 0, 1 hour, 1, 3600);
+			liststore_delay.set (iter, 0, _(1 second), 1, 0);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(30 seconds), 1, 30);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(1 minute), 1, 60);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(2 minutes), 1, 120);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(3 minutes), 1, 180);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(5 minutes), 1, 300);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(10 minutes), 1, 600);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(30 minutes), 1, 1800);
+			liststore_delay.append (out iter);
+			liststore_delay.set (iter, 0, _(1 hour), 1, 3600);
 
 			var grid = new Grid();
 			grid.set_halign(Align.START);

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 958483] Re: Untranslated strings in a-l-m

2012-03-21 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/958483

Title:
  Untranslated strings in a-l-m

Status in Activity Log Manager for Zeitgeist:
  Fix Released
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  I have found some more untranslated strings in the Activity Log Manager:
  - On the Select Application window, the table headers are not marked for 
translation
  - On the Applications tab, the accessible name of the applications list is 
not marked for translation
  - On the History tab, the dates shown when one selects Advanced are not 
formatted in a locale-specific way, because the format strings are not marked 
for translation. Same happens in the Select Application window, under the Last 
Used column.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/958483/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 957891] Re: Diagnostics tab i18n problems in a-l-m

2012-03-21 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/957891

Title:
  Diagnostics tab i18n problems in a-l-m

Status in Activity Log Manager for Zeitgeist:
  Fix Released
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  The strings on the Diagnostics tab of the Privacy control center panel do not 
appear translated. This is because of two problems:
  - the Diagnostics tab label is not marked for translation
  - the strings from the whoopsie.ui file are translated in the po files, but 
the translation domain is not set for the file before the 
gtk_builder_add_from_file call.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/957891/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/bug958483 into lp:activity-log-manager

2012-03-18 Thread Gabor Kelemen
Gabor Kelemen has proposed merging lp:~kelemeng/activity-log-manager/bug958483 
into lp:activity-log-manager.

Requested reviews:
  Activity Log Manager (activity-log-manager)
Related bugs:
  Bug #958483 in Activity Log Manager: Untranslated strings in a-l-m
  https://bugs.launchpad.net/activity-log-manager/+bug/958483

For more details, see:
https://code.launchpad.net/~kelemeng/activity-log-manager/bug958483/+merge/98096
-- 
https://code.launchpad.net/~kelemeng/activity-log-manager/bug958483/+merge/98096
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~kelemeng/activity-log-manager/bug958483 into lp:activity-log-manager.
=== modified file 'src/applications-widget.vala'
--- src/applications-widget.vala	2012-03-12 14:45:32 +
+++ src/applications-widget.vala	2012-03-18 11:51:21 +
@@ -328,7 +328,7 @@
 		
 		private void set_up_ui () {
 			var column_pix_name = new TreeViewColumn ();
-			column_pix_name.set_title (Name);
+			column_pix_name.set_title (_(Name));
 			this.treeview.append_column (column_pix_name);
 			var pix_rend = new CellRendererPixbuf ();
 			column_pix_name.pack_start (pix_rend, false);
@@ -466,7 +466,7 @@
 		
 		private void set_up_ui () {
 			var column_pix_name = new TreeViewColumn ();
-			column_pix_name.set_title (Name);
+			column_pix_name.set_title (_(Name));
 			this.treeview.append_column (column_pix_name);
 			var pix_rend = new CellRendererPixbuf ();
 			column_pix_name.pack_start (pix_rend, false);
@@ -480,7 +480,7 @@
 			column_pix_name.set_sort_column_id (0);
 
 			var column_used_name = new TreeViewColumn ();
-			column_used_name.set_title (Last Used);
+			column_used_name.set_title (_(Last Used));
 			this.treeview.append_column (column_used_name);
 			var used_rend = new CellRendererText ();
 			used_rend.set_property (ellipsize, Pango.EllipsizeMode.END);
@@ -492,7 +492,7 @@
 			used_rend.set_property(xalign, 1);
 			
 			var column_usage_name = new TreeViewColumn ();
-			column_usage_name.set_title (Activity);
+			column_usage_name.set_title (_(Activity));
 			this.treeview.append_column (column_usage_name);
 			var usage_rend = new UsageCellRenderer ();
 			column_usage_name.pack_start (usage_rend, true);
@@ -574,7 +574,7 @@
 if(last_accessed_time != null)
 {
 	var time = new DateTime.from_unix_local (last_accessed_time/1000);
-	var last_accessed = time.format(%e %B %Y);
+	var last_accessed = time.format(_(%e %B %Y));
 
 	insert_liststore(app_info, last_accessed, last_accessed_time,
 	0);

=== modified file 'src/history-widget.vala'
--- src/history-widget.vala	2012-03-03 12:09:23 +
+++ src/history-widget.vala	2012-03-18 11:51:21 +
@@ -343,7 +343,7 @@
 			calendar.get_date(out year, out month, out day);
 		
 			DateTime date = new DateTime.local((int)year, (int)month+1, (int)day, 0, 0 ,0);
-			var date_string = date.format(%d %B %Y);
+			var date_string = date.format(_(%d %B %Y));
 			entry.set_text(date_string);
 			widget.set_sensitive(true);
 			dialog.hide();
@@ -376,7 +376,7 @@
 calendar.get_date(out year, out month, out day);
 
 DateTime date = new DateTime.local((int)year, (int)month+1, (int)day, 0, 0 ,0);
-var date_string = date.format(%d %B %Y);
+var date_string = date.format(_(%d %B %Y));
 entry.set_text(date_string);
 widget.set_sensitive(true);
 dialog.hide();

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 958483] [NEW] Untranslated strings in a-l-m

2012-03-18 Thread Gabor Kelemen
Public bug reported:

I have found some more untranslated strings in the Activity Log Manager:
- On the Select Application window, the table headers are not marked for 
translation
- On the Applications tab, the accessible name of the applications list is not 
marked for translation
- On the History tab, the dates shown when one selects Advanced are not 
formatted in a locale-specific way, because the format strings are not marked 
for translation. Same happens in the Select Application window, under the Last 
Used column.

** Affects: activity-log-manager
 Importance: Undecided
 Status: New

** Affects: ubuntu-translations
 Importance: Medium
 Assignee: Gabor Kelemen (kelemeng)
 Status: Triaged

** Affects: activity-log-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: activity-log-manager
   Importance: Undecided
   Status: New

** Branch linked: lp:~kelemeng/activity-log-manager/bug958483

** Also affects: activity-log-manager (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/958483

Title:
  Untranslated strings in a-l-m

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  New

Bug description:
  I have found some more untranslated strings in the Activity Log Manager:
  - On the Select Application window, the table headers are not marked for 
translation
  - On the Applications tab, the accessible name of the applications list is 
not marked for translation
  - On the History tab, the dates shown when one selects Advanced are not 
formatted in a locale-specific way, because the format strings are not marked 
for translation. Same happens in the Select Application window, under the Last 
Used column.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/958483/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


Re: [Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/bug958483 into lp:activity-log-manager

2012-03-18 Thread Gabor Kelemen
 var last_accessed = time.format(_(%e %B %Y));

 These are string formatting for how the time should be rendered. It doesn't 
 get printed on the 
 screen. It doesn't need to be translated.

The date gets printed in a format specified by these strings. Preferred date 
formats are different in various languages, so formatting strings needs to be 
marked for translation.

This is covered here: 
http://www.gnu.org/software/gettext/manual/gettext.html#Aspects

As for Stefanoss branch: you missed the untranslated Name string in the 
ApplicationsTreeView class. This is not visible, but it is an accessible 
description of the blacklisted applications list, and can be heard when using 
Orca. 

Also you should mark the time formatting strings for translation too. Also 
please avoid using string surgeries like: 

time.format(today + , %H:%M) 

This won't look good in some languages, even if the two parts would be 
translatable individually. See: 
https://live.gnome.org/TranslationProject/DevGuidelines/Never%20split%20sentences
-- 
https://code.launchpad.net/~kelemeng/activity-log-manager/bug958483/+merge/98096
Your team Activity Log Manager is subscribed to branch lp:activity-log-manager.

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/bug957891 into lp:activity-log-manager

2012-03-17 Thread Gabor Kelemen
Gabor Kelemen has proposed merging lp:~kelemeng/activity-log-manager/bug957891 
into lp:activity-log-manager.

Requested reviews:
  Activity Log Manager (activity-log-manager)
Related bugs:
  Bug #957891 in Activity Log Manager: Diagnostics tab i18n problems in a-l-m
  https://bugs.launchpad.net/activity-log-manager/+bug/957891

For more details, see:
https://code.launchpad.net/~kelemeng/activity-log-manager/bug957891/+merge/98054
-- 
https://code.launchpad.net/~kelemeng/activity-log-manager/bug957891/+merge/98054
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~kelemeng/activity-log-manager/bug957891 into lp:activity-log-manager.
=== modified file 'po/POTFILES.in'
--- po/POTFILES.in	2012-03-01 21:26:12 +
+++ po/POTFILES.in	2012-03-17 13:05:18 +
@@ -2,6 +2,7 @@
 data/activity-log-manager.desktop.in
 src/activity-log-manager.vala
 src/alm.vala
+src/alm-cc.c
 src/blacklist-dbus.vala
 src/applications-widget.vala
 src/files-widget.vala

=== modified file 'src/alm-cc.c'
--- src/alm-cc.c	2012-02-21 23:14:24 +
+++ src/alm-cc.c	2012-03-17 13:05:18 +
@@ -16,9 +16,10 @@
  * along with this program.  If not, see http://www.gnu.org/licenses/.;
  */
 
+#include config.h
+#include glib/gi18n-lib.h
 #include gtk/gtk.h
 #include libgnome-control-center/cc-panel.h
-#include config.h
 
 extern void* alm_activity_log_manager_new (void);
 #ifdef HAVE_WHOOPSIE
@@ -59,7 +60,7 @@
   GtkWidget *widget = GTK_WIDGET (alm_activity_log_manager_new ());
 #ifdef HAVE_WHOOPSIE
   GtkWidget *whoopsie = GTK_WIDGET (whoopsie_daisy_preferences_new ());
-  alm_activity_log_manager_append_page (widget, whoopsie, Diagnostics);
+  alm_activity_log_manager_append_page (widget, whoopsie, _(Diagnostics));
 #endif
   gtk_widget_show_all (widget);
   gtk_container_add (GTK_CONTAINER (self), widget);

=== modified file 'src/diagnostics-widget.c'
--- src/diagnostics-widget.c	2012-02-21 23:37:33 +
+++ src/diagnostics-widget.c	2012-03-17 13:05:18 +
@@ -142,6 +142,7 @@
 priv = self-priv = WHOOPSIE_DAISY_PREFERENCES_PRIVATE (self);
 
 priv-builder = gtk_builder_new ();
+gtk_builder_set_translation_domain (priv-builder, GETTEXT_PACKAGE);
 gtk_builder_add_from_file(priv-builder, GNOMECC_UI_DIR /whoopsie.ui, error);
 if (error != NULL) {
 g_warning (Could not load interface file: %s, error-message);

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 957891] [NEW] Diagnostics tab i18n problems in a-l-m

2012-03-17 Thread Gabor Kelemen
Public bug reported:

The strings on the Diagnostics tab of the Privacy control center panel do not 
appear translated. This is because of two problems:
- the Diagnostics tab label is not marked for translation
- the strings from the whoopsie.ui file are translated in the po files, but the 
translation domain is not set for the file before the gtk_builder_add_from_file 
call.

** Affects: activity-log-manager
 Importance: Undecided
 Status: New

** Affects: ubuntu-translations
 Importance: Medium
 Assignee: Gabor Kelemen (kelemeng)
 Status: Triaged

** Affects: activity-log-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: activity-log-manager
   Importance: Undecided
   Status: New

** Also affects: activity-log-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Branch linked: lp:~kelemeng/activity-log-manager/bug957891

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/957891

Title:
  Diagnostics tab i18n problems in a-l-m

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  New

Bug description:
  The strings on the Diagnostics tab of the Privacy control center panel do not 
appear translated. This is because of two problems:
  - the Diagnostics tab label is not marked for translation
  - the strings from the whoopsie.ui file are translated in the po files, but 
the translation domain is not set for the file before the 
gtk_builder_add_from_file call.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/957891/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-02 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Fix Released
Status in “activity-log-manager” package in Ubuntu:
  Fix Released

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] [NEW] i18n problems in activity-log-manager

2012-03-01 Thread Gabor Kelemen
Public bug reported:

Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
- it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
- the translatble strings are not marked for translations
- the file is not listed in POTFILES.in

Also the src/diagnostics/whoopsie.ui file should have a [type:
gettext/glade] tag for the strings to be extracted.

Attached branch fixes these problems.

** Affects: activity-log-manager
 Importance: Undecided
 Status: New

** Affects: ubuntu-translations
 Importance: Medium
 Assignee: Gabor Kelemen (kelemeng)
 Status: Triaged

** Affects: activity-log-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: activity-log-manager
   Importance: Undecided
   Status: New

** Also affects: activity-log-manager (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-translations
   Status: New = Triaged

** Changed in: ubuntu-translations
   Importance: Undecided = Medium

** Changed in: ubuntu-translations
 Assignee: (unassigned) = Gabor Kelemen (kelemeng)

** Branch linked: lp:~kelemeng/activity-log-manager/i18n-fixes

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  New

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Merge] lp:~kelemeng/activity-log-manager/i18n-fixes into lp:activity-log-manager

2012-03-01 Thread Gabor Kelemen
Gabor Kelemen has proposed merging lp:~kelemeng/activity-log-manager/i18n-fixes 
into lp:activity-log-manager.

Requested reviews:
  Activity Log Manager (activity-log-manager)
Related bugs:
  Bug #944362 in Activity Log Manager: i18n problems in activity-log-manager
  https://bugs.launchpad.net/activity-log-manager/+bug/944362

For more details, see:
https://code.launchpad.net/~kelemeng/activity-log-manager/i18n-fixes/+merge/95472
-- 
https://code.launchpad.net/~kelemeng/activity-log-manager/i18n-fixes/+merge/95472
Your team Activity Log Manager is requested to review the proposed merge of 
lp:~kelemeng/activity-log-manager/i18n-fixes into lp:activity-log-manager.
=== modified file 'po/POTFILES.in'
--- po/POTFILES.in	2012-02-20 18:36:10 +
+++ po/POTFILES.in	2012-03-01 21:36:27 +
@@ -6,4 +6,5 @@
 src/applications-widget.vala
 src/files-widget.vala
 src/history-widget.vala
-src/diagnostics/whoopsie.ui
+src/diagnostics/com.ubuntu.whoopsiepreferences.policy.in
+[type: gettext/glade]src/diagnostics/whoopsie.ui

=== modified file 'src/diagnostics/Makefile.am'
--- src/diagnostics/Makefile.am	2012-02-20 17:24:27 +
+++ src/diagnostics/Makefile.am	2012-03-01 21:36:27 +
@@ -20,17 +20,20 @@
 	$(POLKIT_LIBS) \
 	$(GIO_UNIX_LIBS)
 
+policykit_in_files = \ 
+	com.ubuntu.whoopsiepreferences.policy.in
+
 EXTRA_DIST = \
 	whoopsie-preferences.xml \
 	com.ubuntu.WhoopsiePreferences.service \
 	com.ubuntu.WhoopsiePreferences.conf \
-	com.ubuntu.whoopsiepreferences.policy \
+	$(policykit_in_files) \
 	whoopsie.ui
 
 gnomeccui_DATA = \
 	whoopsie.ui
 policykit_DATA = \
-	com.ubuntu.whoopsiepreferences.policy
+	$(policykit_in_files:.policy.in=.policy)
 dbussystem_DATA = \
 	com.ubuntu.WhoopsiePreferences.conf
 dbusservice_DATA = \
@@ -41,4 +44,6 @@
 		--generate-c-code whoopsie-generated \
 		$
 
-CLEANFILES = whoopsie-generated.[ch]
+CLEANFILES = whoopsie-generated.[ch] \
+	$(policykit_DATA)
+@INTLTOOL_POLICY_RULE@

=== renamed file 'src/diagnostics/com.ubuntu.whoopsiepreferences.policy' = 'src/diagnostics/com.ubuntu.whoopsiepreferences.policy.in'
--- src/diagnostics/com.ubuntu.whoopsiepreferences.policy	2012-02-20 09:51:28 +
+++ src/diagnostics/com.ubuntu.whoopsiepreferences.policy.in	2012-03-01 21:36:27 +
@@ -7,8 +7,8 @@
   vendor_urlhttps://launchpad.net/whoopsie-daisy/vendor_url
   icon_namestock_lock/icon_name
   action id=com.ubuntu.whoopsiepreferences.change
-description gettext-domain=whoopsiePrivacy settings/description
-message gettext-domain=whoopsieTo change your privacy settings you need to authenticate./message
+_descriptionPrivacy settings/_description
+_messageTo change your privacy settings you need to authenticate./_message
 defaults
   allow_anyauth_admin/allow_any
   allow_inactiveauth_admin/allow_inactive

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-01 Thread Gabor Kelemen
** Branch linked: lp:~kelemeng/activity-log-manager/bug944362

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  New

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 944362] Re: i18n problems in activity-log-manager

2012-03-01 Thread Gabor Kelemen
The other branch does the leaving it to dh_translations to fill out.
part, among the other good thing dh_translations does, like generating a
template.

-- 
You received this bug notification because you are a member of Activity
Log Manager, which is the registrant for Activity Log Manager.
https://bugs.launchpad.net/bugs/944362

Title:
  i18n problems in activity-log-manager

Status in Activity Log Manager for Zeitgeist:
  New
Status in Ubuntu Translations:
  Triaged
Status in “activity-log-manager” package in Ubuntu:
  New

Bug description:
  Currently, the src/diagnostics/com.ubuntu.whoopsiepreferences.policy file 
cannot be localized, because of several reasons:
  - it contains a random gettext-domain name. This should be the same as the 
template name (activity-log-manager), and it is just better to not hardwire it 
into the file, but leaving it to dh_translations to fill out. It is also an 
Ubuntu-specific feature, not merged yet into upstream, see bug #619632
  - the translatble strings are not marked for translations
  - the file is not listed in POTFILES.in

  Also the src/diagnostics/whoopsie.ui file should have a [type:
  gettext/glade] tag for the strings to be extracted.

  Attached branch fixes these problems.

To manage notifications about this bug go to:
https://bugs.launchpad.net/activity-log-manager/+bug/944362/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp


[Zeitgeist] [Bug 745243] Re: [dash] wrong search result of Unity in Chinese

2011-09-02 Thread Gabor Kelemen
** Changed in: ubuntu-translations
   Status: Triaged = Fix Released

-- 
You received this bug notification because you are a member of Zeitgeist
Extensions, which is the registrant for Zeitgeist Extensions.
https://bugs.launchpad.net/bugs/745243

Title:
  [dash] wrong search result of Unity in Chinese

Status in OEM Priority Project:
  In Progress
Status in Ubuntu Translations:
  Fix Released
Status in Unity:
  Fix Released
Status in Unity 2D:
  Invalid
Status in Unity Foundations:
  Fix Committed
Status in Unity Applications Lens:
  Fix Released
Status in Xapian Search Engine Library:
  Confirmed
Status in Zeitgeist Extensions:
  Fix Released
Status in “software-center” package in Ubuntu:
  Fix Released
Status in “unity” package in Ubuntu:
  Fix Released
Status in “unity-2d” package in Ubuntu:
  Invalid

Bug description:
  The search result in Chinese is not correct.  Please see the attached
  example.

  Unity-2D version: 3.8.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/745243/+subscriptions

___
Mailing list: https://launchpad.net/~zeitgeist
Post to : zeitgeist@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zeitgeist
More help   : https://help.launchpad.net/ListHelp