| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: cheese-lang | Distribution: openSUSE 11.3 |
| Version: 2.30.1 | Vendor: openSUSE |
| Release: 2.1.1 | Build date: Wed Aug 11 18:50:46 2010 |
| Group: System/Localization | Build host: build30 |
| Size: 5592563 | Source RPM: cheese-2.30.1-2.1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: http://www.gnome.org/projects/cheese | |
| Summary: Languages for package cheese | |
Provides translations to the package cheese
GPLv2+
* Thu Aug 05 2010 lchiquitto@novell.com
- Do not create a device if gst initialization fails. Fixes
bgo#618203 and bnc#623292.
* Thu Apr 29 2010 dimstar@opensuse.org
- Update to version 2.30.1:
+ bgo#615002 - Disable "take photo" when there is no camera
+ bgo#613287 - fix a text rendering problem
+ bgo#585210 - Use accessor functions instead of direct access
+ Updated translations.
* Mon Mar 29 2010 vuntz@opensuse.org
- Update to version 2.30.0:
+ countdown: initialize rsvg at startup and clean it up at exit.
Fixes a long standing bug that made cheese crash when going
fullscreen with button and window sounds enabled. Fixes
bgo#592100.
+ window: set the main button label to "Stop recording" while
recording. Fixes bgo#613421
+ widget: use dialog-error icon, since the "error" icon doesn't
exist in gnome-icon-theme 2.29. Fixes bgo#613067
+ Updated translations.
* Mon Mar 08 2010 dimstar@opensuse.org
- Update to version 2.29.92:
+ widget: restore saved balance settings at startup
+ bgo#610823: Restore balance (brightness, saturation, hue)
settings, saved in gconf, when the camera is initialized.
+ camera: fix a shameful pointless g_return_if_fail that
prevented resolution changing from preferences.
+ docs: complete api docs for CheeseCameraDeviceMonitor
+ Updated translations.
* Tue Feb 23 2010 vuntz@opensuse.org
- Update to version 2.29.91:
+ cheese:
- Restore the infobar temporarily disabled in the previous
version
- Make the infobar display generic errors about camera
initialization instead of just the "no-device" one.
+ libcheese-gtk:
- Remove "ready" and "error" signals in CheeseWidget and use a
"state" property to track current widget state (none, ready,
error).
- Add cheese_widget_get_error() api to retrieve a GError
(propagated from CheeseCamera) if something failed (widget in
error state).
- Update CheeseAvatarChooser to reflect the new api.
+ Fixed bugs:
- bgo#592663 - Update sensitivity of "move all to trash"
+ Updated translations.
- Rename libcheese-gtk17 to libcheese-gtk18 following soname
change.
* Wed Feb 10 2010 vuntz@opensuse.org
- Update to version 2.29.90:
+ Export libcheese-gtk library
+ Rework Cheese itself to use libcheese-gtk
+ Add cropping ability to the chooser widget
+ Fix a possible crasher and a hang in CheeseCamera
+ Require libgudev on Linux systems
+ Limit framerate to 30 frames per second
+ Updated translations.
* Sat Jan 16 2010 vuntz@opensuse.org
- Pass --disable-schemas-install to configure.
- Do not package en@shaw locale on openSUSE 11.2 and earlier.
- Do not call /sbin/ldconfig for the main package, since there's no
library there.
- Add explicit gconf2-devel, gtk2-devel BuildRequires.
- Add libgudev-1_0-devel BuildRequires.
- Remove evolution-data-server-devel, hal-devel BuildRequires.
* Wed Jan 13 2010 captain.magnus@opensuse.org
- Update to version 2.29.5:
+ Completely dropped HAL dependency:
- Port most HAL code for v4l capability probing into udev and
use gudev in cheese to take advantage of it.
- Add infrastructure (CheeseCameraDeviceMonitor) for dynamic
device hotplugging (UI yet to come).
- Add optional udev dependency and provide a simple entry point
for non linux platforms.
+ First steps in splitting cheese code into two libraries
- libcheese-common: will provide basic non UI related cheese
functions (device detection, device monitoring, video format
handling).
- libcheese-gtk: a set of widgets that will allow third party
applications to include parts of cheese functionality.
+ Rework most of device capability handling code
- Rewrite caps detection code trying to use gstreamer api
whenever possible.
- Remove framerate retrieving code since it was unused.
+ Make startup slightly faster
+ Cosmetic changes
- Remove all the fake webcam code and use a still error image
when no webcam is available.
- Drop EphySpinner in favor of the new GtkSpinner. Invert
colors to make it sexier.
- Remove actions (SendTo stuff) from the contextual menu. It
wasn't exactly the best way to interoperate with the desktop.
+ Move to GST_DEBUG (first steps, probably needs work)
+ Fixed bugs:
- bgo#598902 - Make flash window a popup
- bgo#603595 - Add a photo-taken signal, which passes a pixbuf
- bgo#603152 - Use libcanberra instead of GStreamer for shutter
- bgo#603167 - Avoid warnings on exit when playback hasn't
started
- bgo#595005 - Use a custom filename to group burst mode
pictures
- bgo#594966, bgo#522199, bgo#598445, bgo#603161, bgo#603162,
bgo#596535
+ Updated Translations.
- Add libcanberra-devel to BuildRequires
* Thu Dec 24 2009 vuntz@opensuse.org
- Add hal-devel BuildRequires.
* Sat Nov 14 2009 vuntz@opensuse.org
- Update to version 2.28.1:
+ Updated translations.
* Mon Sep 28 2009 dimstar@opensuse.org
- Update to version 2.28.0.1:
+ Update references to DOC_FIGURES, documentation figures have
not been included previously
+ Updated translations.
* Tue Sep 22 2009 dimstar@opensuse.org
- Update to version 2.28.0:
+ bgo#590182 - use _X-GNOME-FullName inside the .desktop file
+ bgo#595073 - fix the abortion of burst mode with the escape key
+ Updated translations.
* Wed Sep 09 2009 vuntz@opensuse.org
- Update to version 2.27.92:
+ Updated translations.
* Tue Aug 25 2009 dimstar@opensuse.org
- Update to version 2.27.91:
+ Restore default window size that was changed with the
netbook-mode merge.
+ Prevent the thumbview to shrink down to nothing when there are
no items. Keep track of current items number and set a size
request when it reaches zero.
+ Remove a bunch of hacks used in wide-mode switching to keep the
video area size constant. Do everything in a more proper, non
hackish, way. Fixes window "flickering" when switching to Wide
Mode.
+ bgo#591389 - Restore a <schema> keyword that got lost in the
gconf schema,
+ Updated translations.
* Tue Aug 11 2009 vuntz@novell.com
- Update to version 2.27.90:
+ Drop HILDON mode.
+ Merge netbook-mode branch. Introduces a new horizontal mode
that fits nicely in small screens where the vertical real
estate is limited (like netbooks).
+ Enable wide mode at startup if enabled in gconf or if forced
through -w/--wide command line option.
+ Add UI for dynamically switching to and from wide mode.
+ Set WARNING MessageType for the InfoBar. Warning is certainly
more suited since the missing webcam is not a fatal error.
+ Remove *.glade files.
+ Insensitize buttons and actions while "bursting".
+ Take the first photo of a burst right after button press.
+ Add 256x256 Cheese icons.
+ Add tooltips to the buttons. Now that toolbar buttons have no
labels tooltips can be helpful to identify each button role.
+ Add burst mode settings to preferences dialog.
+ Add the scalable version of the take photo and burst icons.
+ Add --version command line flag.
+ Updated translations.
- Remove libglade2-devel, python-gobject2 BuildRequires.
* Thu Jul 30 2009 vuntz@novell.com
- Update to version 2.27.5:
+ Add new photo and burst icons
+ Remove the label of the photo and video modes
+ Support taking a series of photos, fixes bgo#581997
This introduces the burst mode in cheese. The burst mode allows
to take a series of photos with a configurable delay and number
of photos.
+ Make webcam and resolution settings not sensitive if just 1
option is available. If there are no options to choose, make
the webcam and resolution combo box insensitive, fixes
bgo#588353
+ Updated translations.
* Sun Jul 19 2009 dominique-obs@leuenberger.net
- Update to version 2.27.4:
+ bump gtk+ requirement to 2.17.3
+ ensure the drawing area has a native X11 window, bgo#588357
+ use the camera-web icon instead of camera-video
+ manually expose the window if not PLAYING
+ fix broken xoverlay management
+ drop url and email handlers
+ drop GEditMessageArea in favor of GtkInfoBar, bgo#586545
+ use AM_SILENT_RULES if available, bgo#587581
+ Use accessor functions instead direct access, bgo#585210
+ remove markup from translatable strings
+ keybindings: add configure checks for needed X11 stuff
+ add little program to emit fake webcam button events
+ capture webcam buttons, bgo#521551
+ remove padding from the take_picture button
+ sanitize main toolbar structure
+ Updated translations.
* Sun Jul 19 2009 coolo@novell.com
- fix usage of %_libexecdir
* Tue Jun 16 2009 vuntz@novell.com
- Update to version 2.27.3:
- Set default resolution to the highest one with a non jerky
(higher than 15fps) framerate, fixes bgo#585857
- Lower max-delay and max-page-delay oggmux properties from 5 to
0.5 seconds. Should prevent out of sync audio in recorded
videos and hopefully fix bgo#585761
- Don't access effects string after free. This was causing the
first effect stored in gconf to not be restored at startup,
fixes bgo#584186
- Get rid of GtkAspectFrame, it doesn't really suit our needs, it
hardcodes an aspect ratio that obviously cannot be valid for
every format webcams support. Render the video directly to the
drawing area with no external aspect ratio restriction.
Eventually fixes bgo#559188 since the aspectframe was adding
some extra padding between the video and the window border.
- Almost every available gstreamer videosink can display black
bars around the video keeping its aspect ratio. Enable it if
available. Black bars look a lot nicer than the grey color of
the underlying gtkwindow displayed with the aspectframe.
- Properly forward expose events to GstXOverlay.
- Avoid ugly flickering on window resize. Let gstxoverlay take
full control of the drawing area window. Prevent gtk from
drawing the background and remove the flickering caused by its
internal double buffering.
- Remove initial black bars (at least for 4:3 webcams). Set a
default window size that fits nicely the video aspect ratio so
that black bars are not drawn until a manual resize.
- Updated translations.
* Wed May 27 2009 vuntz@novell.com
- Update to version 2.27.2:
+ Ignore new photo requests if we are still waiting for an
"handoff" signal for the previous one, fixes bgo#582902
+ Fix a couple of trivial memory leaks in the thumbnail generator
code, fixes bgo#578289
+ Don't return if "image-loading" icon is not found, we will have
an empty pixbuf while the thumbnail thread is running but it is
surely better than no thumbnail at all, fixes bgo#582240
+ Updated translations.
* Sun May 10 2009 mboman@suse.de
- Replace "Webcam application" with "Webcam Application"
* Tue May 05 2009 vuntz@novell.com
- Update to version 2.27.1:
+ Improve preferences dialog making it more consistent with other
GNOME applications.
+ Add support for brightness, contrast, saturation and hue
adjustments, fixes bgo#558970.
+ Replace deprecated gtk_action_connect_proxy calls with
gtk_activatable_set_related_action, fixes bgo#571383.
- Bump gtk+ dependency to 2.16 (needed for gtk_scale_add_mark and
gtk_activatable_set_related_action).
+ Archive old ChangeLog and autogenerate it on distribution from
git log.
+ Updated translations.
* Mon Mar 16 2009 mboman@suse.de
- Update to version 2.26.0:
+ Lock gdk mutex in photo-saved and video-saved callbacks Those
signals are emitted within a gstreamer callback so outside the
mainloop, hence the need for locking. This fixes the flash
locking issue and also the one about the grey thumbview right
after the flash, fixes bgo#566098
+ Translation updates
- Remove BuildRequires cairo-devel, gcc-c++, glib2-devel,
gstreamer-0_10-devel, pkg-config
- Remove %if statements for <= 10.2
- Remove commented out patch line for cheese-declaration.patch.
File does not exist in the package
- Remove AutoReqProv, it's default
- Replace %setup -n %{name}-%{version} with %setup -q
- Use make %{?jobs:-j%jobs} instead of make
- Don't package omf files in the main package (they get packaged
automatically in -lang due to bnc#449846)
* Sun Mar 08 2009 vuntz@novell.com
- Review changes.
* Wed Mar 04 2009 lmedinas@gmail.com
- Update to version 2.25.92:
+ bgo#562179 - Remove g_error calls where the error is not
supposed to abort execution Replace them with more suited
g_warnings
+ bgo#573573 - Print cheese verbose messages even if log dir
doesn't exist
+ Translation updates
/usr/share/gnome/help/cheese /usr/share/gnome/help/cheese/C /usr/share/gnome/help/cheese/C/cheese.xml /usr/share/gnome/help/cheese/C/figures /usr/share/gnome/help/cheese/C/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/C/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/C/figures/cheese-main.jpg /usr/share/gnome/help/cheese/C/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/C/figures/cheese-share.jpg /usr/share/gnome/help/cheese/C/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/C/legal.xml /usr/share/gnome/help/cheese/ca /usr/share/gnome/help/cheese/ca/cheese.xml /usr/share/gnome/help/cheese/ca/figures /usr/share/gnome/help/cheese/ca/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/ca/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/ca/figures/cheese-main.jpg /usr/share/gnome/help/cheese/ca/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/ca/figures/cheese-share.jpg /usr/share/gnome/help/cheese/ca/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/cs /usr/share/gnome/help/cheese/cs/cheese.xml /usr/share/gnome/help/cheese/cs/figures /usr/share/gnome/help/cheese/cs/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/cs/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/cs/figures/cheese-main.jpg /usr/share/gnome/help/cheese/cs/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/cs/figures/cheese-share.jpg /usr/share/gnome/help/cheese/cs/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/de /usr/share/gnome/help/cheese/de/cheese.xml /usr/share/gnome/help/cheese/de/figures /usr/share/gnome/help/cheese/de/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/de/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/de/figures/cheese-main.jpg /usr/share/gnome/help/cheese/de/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/de/figures/cheese-share.jpg /usr/share/gnome/help/cheese/de/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/el /usr/share/gnome/help/cheese/el/cheese.xml /usr/share/gnome/help/cheese/el/figures /usr/share/gnome/help/cheese/el/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/el/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/el/figures/cheese-main.jpg /usr/share/gnome/help/cheese/el/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/el/figures/cheese-share.jpg /usr/share/gnome/help/cheese/el/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/en_GB /usr/share/gnome/help/cheese/en_GB/cheese.xml /usr/share/gnome/help/cheese/en_GB/figures /usr/share/gnome/help/cheese/en_GB/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/en_GB/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/en_GB/figures/cheese-main.jpg /usr/share/gnome/help/cheese/en_GB/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/en_GB/figures/cheese-share.jpg /usr/share/gnome/help/cheese/en_GB/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/es /usr/share/gnome/help/cheese/es/cheese.xml /usr/share/gnome/help/cheese/es/figures /usr/share/gnome/help/cheese/es/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/es/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/es/figures/cheese-main.jpg /usr/share/gnome/help/cheese/es/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/es/figures/cheese-share.jpg /usr/share/gnome/help/cheese/es/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/fr /usr/share/gnome/help/cheese/fr/cheese.xml /usr/share/gnome/help/cheese/fr/figures /usr/share/gnome/help/cheese/fr/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/fr/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/fr/figures/cheese-main.jpg /usr/share/gnome/help/cheese/fr/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/fr/figures/cheese-share.jpg /usr/share/gnome/help/cheese/fr/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/it /usr/share/gnome/help/cheese/it/cheese.xml /usr/share/gnome/help/cheese/it/figures /usr/share/gnome/help/cheese/it/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/it/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/it/figures/cheese-main.jpg /usr/share/gnome/help/cheese/it/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/it/figures/cheese-share.jpg /usr/share/gnome/help/cheese/it/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/nl /usr/share/gnome/help/cheese/nl/cheese.xml /usr/share/gnome/help/cheese/nl/figures /usr/share/gnome/help/cheese/nl/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/nl/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/nl/figures/cheese-main.jpg /usr/share/gnome/help/cheese/nl/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/nl/figures/cheese-share.jpg /usr/share/gnome/help/cheese/nl/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/oc /usr/share/gnome/help/cheese/oc/cheese.xml /usr/share/gnome/help/cheese/oc/figures /usr/share/gnome/help/cheese/oc/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/oc/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/oc/figures/cheese-main.jpg /usr/share/gnome/help/cheese/oc/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/oc/figures/cheese-share.jpg /usr/share/gnome/help/cheese/oc/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/pt_BR /usr/share/gnome/help/cheese/pt_BR/cheese.xml /usr/share/gnome/help/cheese/pt_BR/figures /usr/share/gnome/help/cheese/pt_BR/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/pt_BR/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/pt_BR/figures/cheese-main.jpg /usr/share/gnome/help/cheese/pt_BR/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/pt_BR/figures/cheese-share.jpg /usr/share/gnome/help/cheese/pt_BR/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/ru /usr/share/gnome/help/cheese/ru/cheese.xml /usr/share/gnome/help/cheese/ru/figures /usr/share/gnome/help/cheese/ru/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/ru/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/ru/figures/cheese-main.jpg /usr/share/gnome/help/cheese/ru/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/ru/figures/cheese-share.jpg /usr/share/gnome/help/cheese/ru/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/sv /usr/share/gnome/help/cheese/sv/cheese.xml /usr/share/gnome/help/cheese/sv/figures /usr/share/gnome/help/cheese/sv/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/sv/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/sv/figures/cheese-main.jpg /usr/share/gnome/help/cheese/sv/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/sv/figures/cheese-share.jpg /usr/share/gnome/help/cheese/sv/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/th /usr/share/gnome/help/cheese/th/cheese.xml /usr/share/gnome/help/cheese/th/figures /usr/share/gnome/help/cheese/th/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/th/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/th/figures/cheese-main.jpg /usr/share/gnome/help/cheese/th/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/th/figures/cheese-share.jpg /usr/share/gnome/help/cheese/th/figures/cheese-wide.jpg /usr/share/gnome/help/cheese/zh_CN /usr/share/gnome/help/cheese/zh_CN/cheese.xml /usr/share/gnome/help/cheese/zh_CN/figures /usr/share/gnome/help/cheese/zh_CN/figures/cheese-effects.jpg /usr/share/gnome/help/cheese/zh_CN/figures/cheese-fullscreen.jpg /usr/share/gnome/help/cheese/zh_CN/figures/cheese-main.jpg /usr/share/gnome/help/cheese/zh_CN/figures/cheese-preferences.jpg /usr/share/gnome/help/cheese/zh_CN/figures/cheese-share.jpg /usr/share/gnome/help/cheese/zh_CN/figures/cheese-wide.jpg /usr/share/locale/af/LC_MESSAGES/cheese.mo /usr/share/locale/ar/LC_MESSAGES/cheese.mo /usr/share/locale/as/LC_MESSAGES/cheese.mo /usr/share/locale/ast/LC_MESSAGES/cheese.mo /usr/share/locale/be/LC_MESSAGES/cheese.mo /usr/share/locale/be@latin/LC_MESSAGES/cheese.mo /usr/share/locale/bg/LC_MESSAGES/cheese.mo /usr/share/locale/bn/LC_MESSAGES/cheese.mo /usr/share/locale/bn_IN/LC_MESSAGES/cheese.mo /usr/share/locale/ca/LC_MESSAGES/cheese.mo /usr/share/locale/ca@valencia/LC_MESSAGES/cheese.mo /usr/share/locale/cs/LC_MESSAGES/cheese.mo /usr/share/locale/da/LC_MESSAGES/cheese.mo /usr/share/locale/de/LC_MESSAGES/cheese.mo /usr/share/locale/dz/LC_MESSAGES/cheese.mo /usr/share/locale/el/LC_MESSAGES/cheese.mo /usr/share/locale/en@shaw/LC_MESSAGES/cheese.mo /usr/share/locale/en_GB/LC_MESSAGES/cheese.mo /usr/share/locale/es/LC_MESSAGES/cheese.mo /usr/share/locale/et/LC_MESSAGES/cheese.mo /usr/share/locale/eu/LC_MESSAGES/cheese.mo /usr/share/locale/fi/LC_MESSAGES/cheese.mo /usr/share/locale/fr/LC_MESSAGES/cheese.mo /usr/share/locale/ga/LC_MESSAGES/cheese.mo /usr/share/locale/gl/LC_MESSAGES/cheese.mo /usr/share/locale/gu/LC_MESSAGES/cheese.mo /usr/share/locale/he/LC_MESSAGES/cheese.mo /usr/share/locale/hi/LC_MESSAGES/cheese.mo /usr/share/locale/hr/LC_MESSAGES/cheese.mo /usr/share/locale/hu/LC_MESSAGES/cheese.mo /usr/share/locale/id/LC_MESSAGES/cheese.mo /usr/share/locale/it/LC_MESSAGES/cheese.mo /usr/share/locale/ja/LC_MESSAGES/cheese.mo /usr/share/locale/ka/LC_MESSAGES/cheese.mo /usr/share/locale/kn/LC_MESSAGES/cheese.mo /usr/share/locale/ko/LC_MESSAGES/cheese.mo /usr/share/locale/ku/LC_MESSAGES/cheese.mo /usr/share/locale/lt/LC_MESSAGES/cheese.mo /usr/share/locale/lv/LC_MESSAGES/cheese.mo /usr/share/locale/mai/LC_MESSAGES/cheese.mo /usr/share/locale/mk/LC_MESSAGES/cheese.mo /usr/share/locale/ml/LC_MESSAGES/cheese.mo /usr/share/locale/mr/LC_MESSAGES/cheese.mo /usr/share/locale/ms/LC_MESSAGES/cheese.mo /usr/share/locale/nb/LC_MESSAGES/cheese.mo /usr/share/locale/nds/LC_MESSAGES/cheese.mo /usr/share/locale/nl/LC_MESSAGES/cheese.mo /usr/share/locale/nn/LC_MESSAGES/cheese.mo /usr/share/locale/oc/LC_MESSAGES/cheese.mo /usr/share/locale/or/LC_MESSAGES/cheese.mo /usr/share/locale/pa/LC_MESSAGES/cheese.mo /usr/share/locale/pl/LC_MESSAGES/cheese.mo /usr/share/locale/ps/LC_MESSAGES/cheese.mo /usr/share/locale/pt/LC_MESSAGES/cheese.mo /usr/share/locale/pt_BR/LC_MESSAGES/cheese.mo /usr/share/locale/ro/LC_MESSAGES/cheese.mo /usr/share/locale/ru/LC_MESSAGES/cheese.mo /usr/share/locale/sl/LC_MESSAGES/cheese.mo /usr/share/locale/sq/LC_MESSAGES/cheese.mo /usr/share/locale/sr/LC_MESSAGES/cheese.mo /usr/share/locale/sr@latin/LC_MESSAGES/cheese.mo /usr/share/locale/sv/LC_MESSAGES/cheese.mo /usr/share/locale/ta/LC_MESSAGES/cheese.mo /usr/share/locale/te/LC_MESSAGES/cheese.mo /usr/share/locale/th/LC_MESSAGES/cheese.mo /usr/share/locale/tr/LC_MESSAGES/cheese.mo /usr/share/locale/uk/LC_MESSAGES/cheese.mo /usr/share/locale/vi/LC_MESSAGES/cheese.mo /usr/share/locale/zh_CN/LC_MESSAGES/cheese.mo /usr/share/locale/zh_HK/LC_MESSAGES/cheese.mo /usr/share/locale/zh_TW/LC_MESSAGES/cheese.mo /usr/share/omf/cheese /usr/share/omf/cheese/cheese-C.omf /usr/share/omf/cheese/cheese-ca.omf /usr/share/omf/cheese/cheese-cs.omf /usr/share/omf/cheese/cheese-de.omf /usr/share/omf/cheese/cheese-el.omf /usr/share/omf/cheese/cheese-en_GB.omf /usr/share/omf/cheese/cheese-es.omf /usr/share/omf/cheese/cheese-fr.omf /usr/share/omf/cheese/cheese-it.omf /usr/share/omf/cheese/cheese-nl.omf /usr/share/omf/cheese/cheese-oc.omf /usr/share/omf/cheese/cheese-pt_BR.omf /usr/share/omf/cheese/cheese-ru.omf /usr/share/omf/cheese/cheese-sv.omf /usr/share/omf/cheese/cheese-th.omf /usr/share/omf/cheese/cheese-zh_CN.omf
Generated by rpm2html 1.8.1
Fabrice Bellet, Mon May 20 05:18:54 2013