Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: frogr-lang | Distribution: openSUSE Leap 16.0 |
Version: 1.8.1 | Vendor: openSUSE |
Release: lp160.1.3 | Build date: Sun Jun 23 12:03:00 2024 |
Group: System/Localization | Build host: reproducible |
Size: 2223087 | Source RPM: frogr-1.8.1-lp160.1.3.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://wiki.gnome.org/Apps/Frogr | |
Summary: Translations for package frogr |
Provides translations for the "frogr" package.
GPL-3.0-only
* Sun Jun 23 2024 jun wang <jgwang@suse.com> - Update to version 1.8.1 * Fix build with libsoup3 and GLib < 2.76. * Updated real requirements for GLib (> 2.56). * Updated real requirements for libsoup2 (> 2.42). * Updated real requirements for meson and ninja. * Fix AppStream-related errors in AppData XML file. * Fix wrong version number for flatpak builds. * Updated to libsoup3 (still possible to build with libsoup2). * Added frogr icon to help documentation. * Updated translations - Update build dependence libsoup2.4 to libsoup3 because of the requirement of source code * Wed Feb 16 2022 Bjørn Lie <bjorn.lie@gmail.com> - Update to version 1.7: + Fixed build error with Meson 0.61. + Updated translations. - Drop 5.patch: Fixed upstream. * Thu Feb 10 2022 Bjørn Lie <bjorn.lie@gmail.com> - Add 5.patch -- Fix build with meson 0.61 and newer. * Tue Jan 18 2022 Luciano Santos <luc14n0@opensuse.org> - Fix meson build warning_level (warnlevel was being used) with sed command based on commit 623d7e397baff3a8ab1695e190b13bc60153b64c. * Fri Jan 10 2020 Dominique Leuenberger <dimstar@opensuse.org> - Update to version 1.6: + Remove deprecated use of GTimeVal. + Updated translations. - Do not recommend -lang package: it is supplemented already based on requested locales. * Wed Oct 30 2019 Dominique Leuenberger <dimstar@opensuse.org> - Pass -Dwerror=false to meson: do not trip over deprecated symbols of glib2. * Sun Nov 25 2018 bjorn.lie@gmail.com - Update to version 1.5: + Introduced "empty" initial state for when no pictures have been loaded yet. + Fixed issues with the content and installation of the AppData file. + Stopped installing frogr as a MIME handler for text/plain and text/html. + Stopped using gtk_widget_show_all(), use gtk_widget_show only instead. + Removed the application menu, moved functionality to hamburger menu. + Updated translations. - Drop obsolete conditional handling of desktop_database_post(un) and icon_theme_cache_post(un) in post(un). * Sat Dec 30 2017 jengelh@inai.de - Update homepage URL. * Thu Dec 28 2017 zaitor@opensuse.org - Update to version 1.4: + Migrated to the meson and ninja, removed all the autotools files. + Fixed integration with GNOME Software (appstream data). + Fixed errors loading images from certain cameras / phones (bgo#768639, bgo#678241). + Raised versions for GTK+ (to 3.16) and JSON-GLib (to 1.2), for g_autoptr. + Updated translations. - Switch to meson buildsystem following upstream port: Add meson BuildRequires and use meson macros and pass explicit options to meson, ensure we build the features we want. - Conditionalize handling of desktop_database_post(un) and icon_theme_cache_post(un) in post(un) to only apply for old versions of openSUSE. * Sat May 20 2017 zaitor@opensuse.org - Update to version 1.3: + Fixed issues resulting in broken flatpak installations. + Search for gcrypt using pkg-config if a .pc file is available. + Don't use the deprecated gtk_menu_popup() for GTK+ >= 3.22. + Updated translations. - Drop obsolete clean section. * Sat Oct 08 2016 zaitor@opensuse.org - Update to version 1.2: + Lowered gettext minimum version down to 0.19.7 to make it easier for older distributions to package frogr. - Changes from version 1.1: + Added flatpak support. + Improved content inside the AppData file. + Fix cancellation of the image upload process. + Remove build-dependency on intltool, now relying on gettext only. + Raised gettext minimum version up to 0.19.8. + Updated translations. - Drop intltool and itstool BuildRequires following upstream changes. * Thu Dec 31 2015 badshah400@gmail.com - Update to version 1.0: + Use xdg-open instead of gnome-open as a fallback plan to open URIs. + Use a GtkMessageDialog for the "Uploading pictures" dialog. + Migrated from GSimpleAsyncResult to GTask. + Raised GLib minimum version up to 2.44. + Add a title to all the dialogs showing progress bars. + A few minor improvements, fixes and cleanups. + Bug fixes: bgo#747022, bgo#748240, bgo#759086, bgo#759960. + Updated translations. * Thu Jan 08 2015 dimstar@opensuse.org - Update to version 0.11: + Moved to GtkHeaderBar plus a new menu button for GTK+ >= 3.12. + Added new option to replace "date posted" with "date taken" for new uploads. + Speeded up picture loading when the "import tags" feature is enabled. + Fixed random crashes due to missing initialization of the gcrypt library. + Fixed issue setting inconsistent state of toggle buttons for multiple pictures. + Removed deprecated usage of GtkAlignment and gtk_misc_set_padding(). + Removed usage of deprecated icon names (use those from the Icon Naming Spec). + Normalized .doap file (added 'category' and 'programming-language'). + Set the minimum required version of gcrypt to 1.5.0. + Bugs fixed: bgo#732475, bgo#734193, bgo#734202, bgo#738863. + Updated translations. * Tue Jul 29 2014 zaitor@opensuse.org - Update to version 0.10: + Use SSL endpoints for the Flickr API. + Fixed issues with AppData (validation and installation). + Enable video uploads by default, but make it configurable. + Remove unsupported option from YELP_HELP_INIT. + Remove dependency on libsoup-gnome. + A few minor improvements and bug fixes. + Updated translations. - Remove pkgconfig(gstreamer-0.10) BuildRequires for obsolete versions of openSUSE. * Fri Jan 17 2014 zaitor@opensuse.org - Update to version 0.9: + Ported to GStreamer 1.0 (0.10 still supported). + Provided a high contrast icon. + Switched to yelp-tools from gnome-doc-utils. + Redesign of the "Edit details" and "Settings" dialogs. + Added keywords to .desktop file. + Added an appdata.xml file for the GNOME Software Center. + Removed deprecated uses of GTK_STOCK_*. + Removed deprecated uses of GtkAction and GtkActionGroup. + Fixed with drag-and-drop behavior, failing with pcmanfm. + Fixed selection of multiple pictures with Ctrl and/or Shift. + Fixed problem with ref counting for pictures, sets and groups. + Fixed memory leak in flicksoup (SoupBuffer was never freed). + Raised libsoup minimum version up to 2.34. + As usual, other minor improvements, bug fixes and cleanups. + Bugs fixed: bgo##693230, bgo#697456, bgo#700005, bgo#703544, bgo#704628, bgo#706725, bgo#708231, bgo#720156. + Updated translations. - Exchange gnome-doc-utils-devel for yelp-tools and itstool, following upstreams port to new help structure. - Stop removing -DGTK_DISABLE_DEPRECATED from configure.ac, fixed upstream. - Drop frogr-port-to-gst_1.0.patch, fixed upstream. - Drop automake BuildRequires and stop passing autoreconf to configure, no longer needed since we do not have any patches anymore. * Mon Sep 09 2013 dimstar@opensuse.org - Remove -DGTK_DISABLE_DEPRECATED from configure.ac in order to allow building against Gtk+ 3.9.x. * Thu Jan 24 2013 zaitor@opensuse.org - Update to version 0.8: + Added support for uploading videos (formats supported by Flickr only). + Added new 'All' and 'Video' filters to the file chooser dialog. + Added support for saving and loading 'projects'. + Added new items to the toolbar ('Open' and 'Save' for projects) + Ported to GtkApplication and GMenu (both the app menu and menu bar). + Allow sorting elements in the icon view by size. + Don't give up on upload too early and retry some times when possible. + Report errors better, and more often. + Make after-upload operations cancellable, repeatable and parallelizable. + Properly check and report whether an user is actually connected to flickr. + Avoid fetching sets/groups/tags when not connected yet to Flickr. + Renamed the 'Actions' menu to 'Edit' and brought the 'File' menu back. + Renamed the 'Load Pictures' item to 'Add Pictures' + Updated menu item accelerators and shortcuts. + Hide title bar when main window is maximized. + Migrated from GtkTable to GtkGrid. + Raised glib minimum version up to 2.32. + Raised gtk+ minimum version up to 3.4. + Ported the Mac OS X version from GTK+ 2.24 to to GTK+ 3.6. + Created a JHBuild's moduleset to easily build frogr for Mac OS X. + Stop using gtk-mac-integration, now we have migrated to GMenu. + As usual, other minor improvements, bug fixes and cleanups. + Bug fixes: bgo#663352, bgo#687741, bgo#675540, bgo#684501, bgo#690415, bgo#690416. + Updated translations. - Add pkgconfig(json-glib-1.0) BuildRequires: New dependency. - Drop preferences-general.png source/hack, fixed upstream. - Add frogr-port-to-gst_1.0.patch: Port to GStreamer 1.0 (bgo#693230). Only apply for 12.3 and newer, allowing this version still to be built for 12.2. - Add conditional pkgconfig(gstreamer-1.0) or pkgconfig(gstreamer-0.10) BuildRequires, new dependency for either the upstream codebase or the Port to GStreamer 1.0 patch - Add automake BuildRequires and call to autoreconf as frogr-port-to-gst_1.0.patch touches the build system. - Drop the favor_gtk2 conditional construct: Frogr now only supports GTK+ 3.0. - Simplify post/postun scriptlets by removing conditions for openSUSE <= 11.3. * Fri Jun 29 2012 vuntz@opensuse.org - Manually ship preferences-general.png as source: it's a picture from the documentation, missing in the tarball. The fact that it's missing creates a broken symlink, that makes the build of bundle-lang-gnome-extras fail. - Pass %{?no_lang_C} to %find_lang so that english documentation ends in the main subpackage, instead of the lang subpackage. * Tue May 22 2012 zaitor@opensuse.org - Update to version 0.7: + Migrated to the new, OAuth-based, authentication system. Previous versions of frogr using the old API will be seamlessly updated. + Import tags from picture's metainformation if present. + Allow setting the geolocation information for a picture, if available, as extracted from its EXIF data. + New tags added are immediately added to the auto-completion feature. + Allow using a dark theme if available. + Show error when loading a picture if bigger than maximum allowed size. + Some redesign in the menubar and in the 'edit details' dialog. + Added keyboard accelerators to menu items. + Better integration with GTK+3 (e.g. primary toolbar, dark theme). + Fix issues in Mac OS X when opening external applications. + Other minor improvements, bug fixes and cleanups. + Bugs fixed: bgo#656432, bgo#656448, bgo#656466, bgo#656519, bgo#656520, bgo#658120. + Updated translations. - Added libgcrypt-devel BuildRequires: new dependency for the OAuth-based authentication system. * Mon Oct 03 2011 vuntz@opensuse.org - Remove usage of %mime_database_{post,postun} macros as there is no MIME definition installed. * Fri Aug 19 2011 dimstar@opensuse.org - Update to version 0.6.1: + Fix a big memory leak loading pixbufs in details window. + Fixed several mem leaks as reported by valgrind. + Fixed segfault if using GTK < 2.24 when using combo boxes + Fixed problems authorizing in the Mac version. + Bugs fixed: bgo#656519. * Sat Aug 13 2011 dimstar@opensuse.org - Update to version 0.6: + Support for using the GNOME general proxy settings. + Allow setting license type from the details dialog. + Open images in default image viewer. + Allow removing similar descriptions from multiple pictures. + Use better thumbnails for pictures, that is, bigger ones. + Redesigned the "edit details" and "preferences" dialogs. + Use stock images for several menu items in the main view. + Improvements in the authorization process with flaky connections. + Optimized usage of memory handling because of thumbnails. + Fixed segfault when no valid uris are passed via command line. + Updated man page to talk about URIs instead of URLs. + Avoid potential problems by creating m4 dir upfront. + Fixed issues in license headers. + Use license-type instead of license property. + Fixed frogr.spec file. + Use GtkAction for menus in the main view. + Added functions to allow setting the license type in flicksoup. + Several other minor improvements, small bug fixes and cleanups. + Bugs fixed: bgo#644840, bgo#644841, bgo#651230, bgo#651337, bgo#651527, bgo#653592, bgo#653860, bgo#653990, bgo#653991, bgo#653993, bgo#653994. + Updated translations. - Drop frogr-no-deprecated-GtkBox.patch: fixed upstream. - Add gnome-doc-utils-devel BuildRequires. * Mon Jul 18 2011 vuntz@opensuse.org - Add frogr-no-deprecated-GtkBox.patch to fix build by not using deprecated Gtk[HV]Box with GTK+ 3. * Sat May 28 2011 vuntz@opensuse.org - Use favor_gtk2 to switch between gtk2 and gtk3 builds, and choose between gtk+-2.0 and gtk+-3.0 pkgconfig() BuildRequires. * Fri May 27 2011 badshah400@gmail.com - Initial package (version 0.5)
/usr/share/help/cs/frogr /usr/share/help/cs/frogr/add-pictures.page /usr/share/help/cs/frogr/create-account.page /usr/share/help/cs/frogr/display.page /usr/share/help/cs/frogr/edit-pictures.page /usr/share/help/cs/frogr/external-viewer.page /usr/share/help/cs/frogr/figures /usr/share/help/cs/frogr/figures/add-tags-dialog.png /usr/share/help/cs/frogr/figures/add-to-groups.png /usr/share/help/cs/frogr/figures/add-to-sets.png /usr/share/help/cs/frogr/figures/auth-dialog-step1.png /usr/share/help/cs/frogr/figures/auth-dialog-step2.png /usr/share/help/cs/frogr/figures/create-new-set.png /usr/share/help/cs/frogr/figures/edit-picture-details.png /usr/share/help/cs/frogr/figures/frogr-remote-organizer.png /usr/share/help/cs/frogr/figures/frogr.svg /usr/share/help/cs/frogr/figures/preferences-connection.png /usr/share/help/cs/frogr/figures/preferences-general.png /usr/share/help/cs/frogr/figures/preferences-misc.png /usr/share/help/cs/frogr/group-pictures.page /usr/share/help/cs/frogr/index.page /usr/share/help/cs/frogr/introduction.page /usr/share/help/cs/frogr/organize.page /usr/share/help/cs/frogr/pictures.page /usr/share/help/cs/frogr/preferences.page /usr/share/help/cs/frogr/remove-pictures.page /usr/share/help/cs/frogr/set-pictures.page /usr/share/help/cs/frogr/tag.page /usr/share/help/cs/frogr/upload-pictures.page /usr/share/help/de/frogr /usr/share/help/de/frogr/add-pictures.page /usr/share/help/de/frogr/create-account.page /usr/share/help/de/frogr/display.page /usr/share/help/de/frogr/edit-pictures.page /usr/share/help/de/frogr/external-viewer.page /usr/share/help/de/frogr/figures /usr/share/help/de/frogr/figures/add-tags-dialog.png /usr/share/help/de/frogr/figures/add-to-groups.png /usr/share/help/de/frogr/figures/add-to-sets.png /usr/share/help/de/frogr/figures/auth-dialog-step1.png /usr/share/help/de/frogr/figures/auth-dialog-step2.png /usr/share/help/de/frogr/figures/create-new-set.png /usr/share/help/de/frogr/figures/edit-picture-details.png /usr/share/help/de/frogr/figures/frogr-remote-organizer.png /usr/share/help/de/frogr/figures/frogr.svg /usr/share/help/de/frogr/figures/preferences-connection.png /usr/share/help/de/frogr/figures/preferences-general.png /usr/share/help/de/frogr/figures/preferences-misc.png /usr/share/help/de/frogr/group-pictures.page /usr/share/help/de/frogr/index.page /usr/share/help/de/frogr/introduction.page /usr/share/help/de/frogr/organize.page /usr/share/help/de/frogr/pictures.page /usr/share/help/de/frogr/preferences.page /usr/share/help/de/frogr/remove-pictures.page /usr/share/help/de/frogr/set-pictures.page /usr/share/help/de/frogr/tag.page /usr/share/help/de/frogr/upload-pictures.page /usr/share/help/el/frogr /usr/share/help/el/frogr/add-pictures.page /usr/share/help/el/frogr/create-account.page /usr/share/help/el/frogr/display.page /usr/share/help/el/frogr/edit-pictures.page /usr/share/help/el/frogr/external-viewer.page /usr/share/help/el/frogr/figures /usr/share/help/el/frogr/figures/add-tags-dialog.png /usr/share/help/el/frogr/figures/add-to-groups.png /usr/share/help/el/frogr/figures/add-to-sets.png /usr/share/help/el/frogr/figures/auth-dialog-step1.png /usr/share/help/el/frogr/figures/auth-dialog-step2.png /usr/share/help/el/frogr/figures/create-new-set.png /usr/share/help/el/frogr/figures/edit-picture-details.png /usr/share/help/el/frogr/figures/frogr-remote-organizer.png /usr/share/help/el/frogr/figures/frogr.svg /usr/share/help/el/frogr/figures/preferences-connection.png /usr/share/help/el/frogr/figures/preferences-general.png /usr/share/help/el/frogr/figures/preferences-misc.png /usr/share/help/el/frogr/group-pictures.page /usr/share/help/el/frogr/index.page /usr/share/help/el/frogr/introduction.page /usr/share/help/el/frogr/organize.page /usr/share/help/el/frogr/pictures.page /usr/share/help/el/frogr/preferences.page /usr/share/help/el/frogr/remove-pictures.page /usr/share/help/el/frogr/set-pictures.page /usr/share/help/el/frogr/tag.page /usr/share/help/el/frogr/upload-pictures.page /usr/share/help/en_GB/frogr /usr/share/help/en_GB/frogr/add-pictures.page /usr/share/help/en_GB/frogr/create-account.page /usr/share/help/en_GB/frogr/display.page /usr/share/help/en_GB/frogr/edit-pictures.page /usr/share/help/en_GB/frogr/external-viewer.page /usr/share/help/en_GB/frogr/figures /usr/share/help/en_GB/frogr/figures/add-tags-dialog.png /usr/share/help/en_GB/frogr/figures/add-to-groups.png /usr/share/help/en_GB/frogr/figures/add-to-sets.png /usr/share/help/en_GB/frogr/figures/auth-dialog-step1.png /usr/share/help/en_GB/frogr/figures/auth-dialog-step2.png /usr/share/help/en_GB/frogr/figures/create-new-set.png /usr/share/help/en_GB/frogr/figures/edit-picture-details.png /usr/share/help/en_GB/frogr/figures/frogr-remote-organizer.png /usr/share/help/en_GB/frogr/figures/frogr.svg /usr/share/help/en_GB/frogr/figures/preferences-connection.png /usr/share/help/en_GB/frogr/figures/preferences-general.png /usr/share/help/en_GB/frogr/figures/preferences-misc.png /usr/share/help/en_GB/frogr/group-pictures.page /usr/share/help/en_GB/frogr/index.page /usr/share/help/en_GB/frogr/introduction.page /usr/share/help/en_GB/frogr/organize.page /usr/share/help/en_GB/frogr/pictures.page /usr/share/help/en_GB/frogr/preferences.page /usr/share/help/en_GB/frogr/remove-pictures.page /usr/share/help/en_GB/frogr/set-pictures.page /usr/share/help/en_GB/frogr/tag.page /usr/share/help/en_GB/frogr/upload-pictures.page /usr/share/help/es/frogr /usr/share/help/es/frogr/add-pictures.page /usr/share/help/es/frogr/create-account.page /usr/share/help/es/frogr/display.page /usr/share/help/es/frogr/edit-pictures.page /usr/share/help/es/frogr/external-viewer.page /usr/share/help/es/frogr/figures /usr/share/help/es/frogr/figures/add-tags-dialog.png /usr/share/help/es/frogr/figures/add-to-groups.png /usr/share/help/es/frogr/figures/add-to-sets.png /usr/share/help/es/frogr/figures/auth-dialog-step1.png /usr/share/help/es/frogr/figures/auth-dialog-step2.png /usr/share/help/es/frogr/figures/create-new-set.png /usr/share/help/es/frogr/figures/edit-picture-details.png /usr/share/help/es/frogr/figures/frogr-remote-organizer.png /usr/share/help/es/frogr/figures/frogr.svg /usr/share/help/es/frogr/figures/preferences-connection.png /usr/share/help/es/frogr/figures/preferences-general.png /usr/share/help/es/frogr/figures/preferences-misc.png /usr/share/help/es/frogr/group-pictures.page /usr/share/help/es/frogr/index.page /usr/share/help/es/frogr/introduction.page /usr/share/help/es/frogr/organize.page /usr/share/help/es/frogr/pictures.page /usr/share/help/es/frogr/preferences.page /usr/share/help/es/frogr/remove-pictures.page /usr/share/help/es/frogr/set-pictures.page /usr/share/help/es/frogr/tag.page /usr/share/help/es/frogr/upload-pictures.page /usr/share/help/fr/frogr /usr/share/help/fr/frogr/add-pictures.page /usr/share/help/fr/frogr/create-account.page /usr/share/help/fr/frogr/display.page /usr/share/help/fr/frogr/edit-pictures.page /usr/share/help/fr/frogr/external-viewer.page /usr/share/help/fr/frogr/figures /usr/share/help/fr/frogr/figures/add-tags-dialog.png /usr/share/help/fr/frogr/figures/add-to-groups.png /usr/share/help/fr/frogr/figures/add-to-sets.png /usr/share/help/fr/frogr/figures/auth-dialog-step1.png /usr/share/help/fr/frogr/figures/auth-dialog-step2.png /usr/share/help/fr/frogr/figures/create-new-set.png /usr/share/help/fr/frogr/figures/edit-picture-details.png /usr/share/help/fr/frogr/figures/frogr-remote-organizer.png /usr/share/help/fr/frogr/figures/frogr.svg /usr/share/help/fr/frogr/figures/preferences-connection.png /usr/share/help/fr/frogr/figures/preferences-general.png /usr/share/help/fr/frogr/figures/preferences-misc.png /usr/share/help/fr/frogr/group-pictures.page /usr/share/help/fr/frogr/index.page /usr/share/help/fr/frogr/introduction.page /usr/share/help/fr/frogr/organize.page /usr/share/help/fr/frogr/pictures.page /usr/share/help/fr/frogr/preferences.page /usr/share/help/fr/frogr/remove-pictures.page /usr/share/help/fr/frogr/set-pictures.page /usr/share/help/fr/frogr/tag.page /usr/share/help/fr/frogr/upload-pictures.page /usr/share/help/gl/frogr /usr/share/help/gl/frogr/add-pictures.page /usr/share/help/gl/frogr/create-account.page /usr/share/help/gl/frogr/display.page /usr/share/help/gl/frogr/edit-pictures.page /usr/share/help/gl/frogr/external-viewer.page /usr/share/help/gl/frogr/figures /usr/share/help/gl/frogr/figures/add-tags-dialog.png /usr/share/help/gl/frogr/figures/add-to-groups.png /usr/share/help/gl/frogr/figures/add-to-sets.png /usr/share/help/gl/frogr/figures/auth-dialog-step1.png /usr/share/help/gl/frogr/figures/auth-dialog-step2.png /usr/share/help/gl/frogr/figures/create-new-set.png /usr/share/help/gl/frogr/figures/edit-picture-details.png /usr/share/help/gl/frogr/figures/frogr-remote-organizer.png /usr/share/help/gl/frogr/figures/frogr.svg /usr/share/help/gl/frogr/figures/preferences-connection.png /usr/share/help/gl/frogr/figures/preferences-general.png /usr/share/help/gl/frogr/figures/preferences-misc.png /usr/share/help/gl/frogr/group-pictures.page /usr/share/help/gl/frogr/index.page /usr/share/help/gl/frogr/introduction.page /usr/share/help/gl/frogr/organize.page /usr/share/help/gl/frogr/pictures.page /usr/share/help/gl/frogr/preferences.page /usr/share/help/gl/frogr/remove-pictures.page /usr/share/help/gl/frogr/set-pictures.page /usr/share/help/gl/frogr/tag.page /usr/share/help/gl/frogr/upload-pictures.page /usr/share/help/pl/frogr /usr/share/help/pl/frogr/add-pictures.page /usr/share/help/pl/frogr/create-account.page /usr/share/help/pl/frogr/display.page /usr/share/help/pl/frogr/edit-pictures.page /usr/share/help/pl/frogr/external-viewer.page /usr/share/help/pl/frogr/figures /usr/share/help/pl/frogr/figures/add-tags-dialog.png /usr/share/help/pl/frogr/figures/add-to-groups.png /usr/share/help/pl/frogr/figures/add-to-sets.png /usr/share/help/pl/frogr/figures/auth-dialog-step1.png /usr/share/help/pl/frogr/figures/auth-dialog-step2.png /usr/share/help/pl/frogr/figures/create-new-set.png /usr/share/help/pl/frogr/figures/edit-picture-details.png /usr/share/help/pl/frogr/figures/frogr-remote-organizer.png /usr/share/help/pl/frogr/figures/frogr.svg /usr/share/help/pl/frogr/figures/preferences-connection.png /usr/share/help/pl/frogr/figures/preferences-general.png /usr/share/help/pl/frogr/figures/preferences-misc.png /usr/share/help/pl/frogr/group-pictures.page /usr/share/help/pl/frogr/index.page /usr/share/help/pl/frogr/introduction.page /usr/share/help/pl/frogr/organize.page /usr/share/help/pl/frogr/pictures.page /usr/share/help/pl/frogr/preferences.page /usr/share/help/pl/frogr/remove-pictures.page /usr/share/help/pl/frogr/set-pictures.page /usr/share/help/pl/frogr/tag.page /usr/share/help/pl/frogr/upload-pictures.page /usr/share/help/pt_BR/frogr /usr/share/help/pt_BR/frogr/add-pictures.page /usr/share/help/pt_BR/frogr/create-account.page /usr/share/help/pt_BR/frogr/display.page /usr/share/help/pt_BR/frogr/edit-pictures.page /usr/share/help/pt_BR/frogr/external-viewer.page /usr/share/help/pt_BR/frogr/figures /usr/share/help/pt_BR/frogr/figures/add-tags-dialog.png /usr/share/help/pt_BR/frogr/figures/add-to-groups.png /usr/share/help/pt_BR/frogr/figures/add-to-sets.png /usr/share/help/pt_BR/frogr/figures/auth-dialog-step1.png /usr/share/help/pt_BR/frogr/figures/auth-dialog-step2.png /usr/share/help/pt_BR/frogr/figures/create-new-set.png /usr/share/help/pt_BR/frogr/figures/edit-picture-details.png /usr/share/help/pt_BR/frogr/figures/frogr-remote-organizer.png /usr/share/help/pt_BR/frogr/figures/frogr.svg /usr/share/help/pt_BR/frogr/figures/preferences-connection.png /usr/share/help/pt_BR/frogr/figures/preferences-general.png /usr/share/help/pt_BR/frogr/figures/preferences-misc.png /usr/share/help/pt_BR/frogr/group-pictures.page /usr/share/help/pt_BR/frogr/index.page /usr/share/help/pt_BR/frogr/introduction.page /usr/share/help/pt_BR/frogr/organize.page /usr/share/help/pt_BR/frogr/pictures.page /usr/share/help/pt_BR/frogr/preferences.page /usr/share/help/pt_BR/frogr/remove-pictures.page /usr/share/help/pt_BR/frogr/set-pictures.page /usr/share/help/pt_BR/frogr/tag.page /usr/share/help/pt_BR/frogr/upload-pictures.page /usr/share/help/ru/frogr /usr/share/help/ru/frogr/add-pictures.page /usr/share/help/ru/frogr/create-account.page /usr/share/help/ru/frogr/display.page /usr/share/help/ru/frogr/edit-pictures.page /usr/share/help/ru/frogr/external-viewer.page /usr/share/help/ru/frogr/figures /usr/share/help/ru/frogr/figures/add-tags-dialog.png /usr/share/help/ru/frogr/figures/add-to-groups.png /usr/share/help/ru/frogr/figures/add-to-sets.png /usr/share/help/ru/frogr/figures/auth-dialog-step1.png /usr/share/help/ru/frogr/figures/auth-dialog-step2.png /usr/share/help/ru/frogr/figures/create-new-set.png /usr/share/help/ru/frogr/figures/edit-picture-details.png /usr/share/help/ru/frogr/figures/frogr-remote-organizer.png /usr/share/help/ru/frogr/figures/frogr.svg /usr/share/help/ru/frogr/figures/preferences-connection.png /usr/share/help/ru/frogr/figures/preferences-general.png /usr/share/help/ru/frogr/figures/preferences-misc.png /usr/share/help/ru/frogr/group-pictures.page /usr/share/help/ru/frogr/index.page /usr/share/help/ru/frogr/introduction.page /usr/share/help/ru/frogr/organize.page /usr/share/help/ru/frogr/pictures.page /usr/share/help/ru/frogr/preferences.page /usr/share/help/ru/frogr/remove-pictures.page /usr/share/help/ru/frogr/set-pictures.page /usr/share/help/ru/frogr/tag.page /usr/share/help/ru/frogr/upload-pictures.page /usr/share/help/sl/frogr /usr/share/help/sl/frogr/add-pictures.page /usr/share/help/sl/frogr/create-account.page /usr/share/help/sl/frogr/display.page /usr/share/help/sl/frogr/edit-pictures.page /usr/share/help/sl/frogr/external-viewer.page /usr/share/help/sl/frogr/figures /usr/share/help/sl/frogr/figures/add-tags-dialog.png /usr/share/help/sl/frogr/figures/add-to-groups.png /usr/share/help/sl/frogr/figures/add-to-sets.png /usr/share/help/sl/frogr/figures/auth-dialog-step1.png /usr/share/help/sl/frogr/figures/auth-dialog-step2.png /usr/share/help/sl/frogr/figures/create-new-set.png /usr/share/help/sl/frogr/figures/edit-picture-details.png /usr/share/help/sl/frogr/figures/frogr-remote-organizer.png /usr/share/help/sl/frogr/figures/frogr.svg /usr/share/help/sl/frogr/figures/preferences-connection.png /usr/share/help/sl/frogr/figures/preferences-general.png /usr/share/help/sl/frogr/figures/preferences-misc.png /usr/share/help/sl/frogr/group-pictures.page /usr/share/help/sl/frogr/index.page /usr/share/help/sl/frogr/introduction.page /usr/share/help/sl/frogr/organize.page /usr/share/help/sl/frogr/pictures.page /usr/share/help/sl/frogr/preferences.page /usr/share/help/sl/frogr/remove-pictures.page /usr/share/help/sl/frogr/set-pictures.page /usr/share/help/sl/frogr/tag.page /usr/share/help/sl/frogr/upload-pictures.page /usr/share/help/sv/frogr /usr/share/help/sv/frogr/add-pictures.page /usr/share/help/sv/frogr/create-account.page /usr/share/help/sv/frogr/display.page /usr/share/help/sv/frogr/edit-pictures.page /usr/share/help/sv/frogr/external-viewer.page /usr/share/help/sv/frogr/figures /usr/share/help/sv/frogr/figures/add-tags-dialog.png /usr/share/help/sv/frogr/figures/add-to-groups.png /usr/share/help/sv/frogr/figures/add-to-sets.png /usr/share/help/sv/frogr/figures/auth-dialog-step1.png /usr/share/help/sv/frogr/figures/auth-dialog-step2.png /usr/share/help/sv/frogr/figures/create-new-set.png /usr/share/help/sv/frogr/figures/edit-picture-details.png /usr/share/help/sv/frogr/figures/frogr-remote-organizer.png /usr/share/help/sv/frogr/figures/frogr.svg /usr/share/help/sv/frogr/figures/preferences-connection.png /usr/share/help/sv/frogr/figures/preferences-general.png /usr/share/help/sv/frogr/figures/preferences-misc.png /usr/share/help/sv/frogr/group-pictures.page /usr/share/help/sv/frogr/index.page /usr/share/help/sv/frogr/introduction.page /usr/share/help/sv/frogr/organize.page /usr/share/help/sv/frogr/pictures.page /usr/share/help/sv/frogr/preferences.page /usr/share/help/sv/frogr/remove-pictures.page /usr/share/help/sv/frogr/set-pictures.page /usr/share/help/sv/frogr/tag.page /usr/share/help/sv/frogr/upload-pictures.page /usr/share/help/uk/frogr /usr/share/help/uk/frogr/add-pictures.page /usr/share/help/uk/frogr/create-account.page /usr/share/help/uk/frogr/display.page /usr/share/help/uk/frogr/edit-pictures.page /usr/share/help/uk/frogr/external-viewer.page /usr/share/help/uk/frogr/figures /usr/share/help/uk/frogr/figures/add-tags-dialog.png /usr/share/help/uk/frogr/figures/add-to-groups.png /usr/share/help/uk/frogr/figures/add-to-sets.png /usr/share/help/uk/frogr/figures/auth-dialog-step1.png /usr/share/help/uk/frogr/figures/auth-dialog-step2.png /usr/share/help/uk/frogr/figures/create-new-set.png /usr/share/help/uk/frogr/figures/edit-picture-details.png /usr/share/help/uk/frogr/figures/frogr-remote-organizer.png /usr/share/help/uk/frogr/figures/frogr.svg /usr/share/help/uk/frogr/figures/preferences-connection.png /usr/share/help/uk/frogr/figures/preferences-general.png /usr/share/help/uk/frogr/figures/preferences-misc.png /usr/share/help/uk/frogr/group-pictures.page /usr/share/help/uk/frogr/index.page /usr/share/help/uk/frogr/introduction.page /usr/share/help/uk/frogr/organize.page /usr/share/help/uk/frogr/pictures.page /usr/share/help/uk/frogr/preferences.page /usr/share/help/uk/frogr/remove-pictures.page /usr/share/help/uk/frogr/set-pictures.page /usr/share/help/uk/frogr/tag.page /usr/share/help/uk/frogr/upload-pictures.page /usr/share/locale/bs/LC_MESSAGES/frogr.mo /usr/share/locale/ca/LC_MESSAGES/frogr.mo /usr/share/locale/cs/LC_MESSAGES/frogr.mo /usr/share/locale/da/LC_MESSAGES/frogr.mo /usr/share/locale/de/LC_MESSAGES/frogr.mo /usr/share/locale/el/LC_MESSAGES/frogr.mo /usr/share/locale/en_GB/LC_MESSAGES/frogr.mo /usr/share/locale/es/LC_MESSAGES/frogr.mo /usr/share/locale/eu/LC_MESSAGES/frogr.mo /usr/share/locale/fi/LC_MESSAGES/frogr.mo /usr/share/locale/fr/LC_MESSAGES/frogr.mo /usr/share/locale/fur/LC_MESSAGES/frogr.mo /usr/share/locale/gl/LC_MESSAGES/frogr.mo /usr/share/locale/hu/LC_MESSAGES/frogr.mo /usr/share/locale/id/LC_MESSAGES/frogr.mo /usr/share/locale/is/LC_MESSAGES/frogr.mo /usr/share/locale/it/LC_MESSAGES/frogr.mo /usr/share/locale/ja/LC_MESSAGES/frogr.mo /usr/share/locale/lv/LC_MESSAGES/frogr.mo /usr/share/locale/nb/LC_MESSAGES/frogr.mo /usr/share/locale/nl/LC_MESSAGES/frogr.mo /usr/share/locale/nn/LC_MESSAGES/frogr.mo /usr/share/locale/oc/LC_MESSAGES/frogr.mo /usr/share/locale/pl/LC_MESSAGES/frogr.mo /usr/share/locale/pt/LC_MESSAGES/frogr.mo /usr/share/locale/pt_BR/LC_MESSAGES/frogr.mo /usr/share/locale/ro/LC_MESSAGES/frogr.mo /usr/share/locale/ru/LC_MESSAGES/frogr.mo /usr/share/locale/sl/LC_MESSAGES/frogr.mo /usr/share/locale/sr/LC_MESSAGES/frogr.mo /usr/share/locale/sr@latin/LC_MESSAGES/frogr.mo /usr/share/locale/sv/LC_MESSAGES/frogr.mo /usr/share/locale/te/LC_MESSAGES/frogr.mo /usr/share/locale/tr/LC_MESSAGES/frogr.mo /usr/share/locale/uk/LC_MESSAGES/frogr.mo /usr/share/locale/zh_CN/LC_MESSAGES/frogr.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Feb 5 00:02:08 2025