Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pluma-lang-1.24.0-bp153.1.18 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: pluma-lang Distribution: SUSE Linux Enterprise 15 SP3
Version: 1.24.0 Vendor: openSUSE
Release: bp153.1.18 Build date: Sat Mar 6 03:59:43 2021
Group: System/Localization Build host: lamb01
Size: 19079332 Source RPM: pluma-1.24.0-bp153.1.18.src.rpm
Packager: https://bugs.opensuse.org
Url: https://mate-desktop.org/
Summary: Translations for package pluma
Provides translations for the "pluma" package.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.24.0 (changes since 1.23.1):
    * pluma-view: Avoid static gboolean variable.
    * Avoid g_type_class_add_private.
    * Fix build with GtkSourceView 3.22.
    * gla11y: Use version 0.3 which already defaults to using python3.
    * Avoid to make new GSettings variables.
    * Use GSettings pluma_prefs_manager instead.
    * Taglist: Load the local translation string from lang.mo file.
    * Ignore comment element in xml file.
    * Add translator hints.
    * Migrate from intltool to gettext.
    * window: Do not override GdkWindowState.
    * pluma-document: Avoid garbage value in file_with_bom function.
    * preferences: Change Draw to Show.
    * smart-converter: Fix memory leaks.
    * Add gbk encoding.
    * build: Show compiler flags on configuration summary.
    * Update translations.
  - Drop support for old openSUSE versions.
* Fri Jul 19 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
  - Update to version 1.23.1:
    * Translations update
    * fix build error when gla11y is not installed
    * avoid 'g_type_class_add_private'
    * Add support for checking .ui accessibility with gla11y
    * preferences: Fix inconsistent active state of trailing characters
    * Add draw spaces/tabs/newlines options
    * Draw spaces, tabs, newlines and nbsp.
    * Fix use of deprecated glib-genmarshal types
    * add snippet to toggle comment/uncomment
    * pluma-print-preview: Fix warning: identical expressions
    * Switch to Python 3 and change code for compatibility.
* Thu Jul 18 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
  - Update to version 1.23.0:
    * Translations update
    * fix build error when gla11y is not installed
    * avoid 'g_type_class_add_private'
    * Add support for checking .ui accessibility with gla11y
    * Use smart tabs to fix indentation and alignment
    * preferences: Fix inconsistent active state of trailing characters
    * Add draw spaces/tabs/newlines options
    * Draw spaces, tabs, newlines and nbsp.
    * Fix use of deprecated glib-genmarshal types
    * add snippet to toggle comment/uncomment
    * pluma-print-preview: Fix warning: identical expressions
    * Switch to Python 3 and change code for compatibility.
  - remove patch:
    * pluma-gtk-3.20.patch: we don't support gtk3.20 anymore
  - build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50
* Sun May 12 2019 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.22.1:
    * Update installation instructions, fix spelling and an old
      reference.
    * Help: Replace link linkend with xref linkend.
    * help: Update copyright..
    * Use ITS in docbook article info, validate with dbits schemas.
    * Upgrade the manual to docbook 5.0.
    * Update translations.
* Tue Mar 05 2019 sor.alexei@meowr.ru
  - Update to version 1.22.0:
    * pluma-utils.c: Avoid deprecated gdk_error_trap_push/pop.
    * pluma-notebook: Pass event to gdk_seat_grab.
    * pluma-window: Use gtk_menu_popup_at_widget for GtkNotebook.
    * Avoid deprecated gtk_menu_popup.
    * pluma-notebook.c: Avoid deprecated gdk_pointer_ ... functions.
    * pluma-notebook.c: Avoid deprecated gdk_window_at_pointer.
    * Avoid deprecated gtk_dialog_get_action_area.
    * pluma-view.c: Avoid deprecated gtk_widget_override_font.
    * Avoid deprecated gtk_font_button_set/get_font_name.
    * pluma-file-browser-widget.c: Avoid deprecated GtkImageMenuItem.
    * error-message-area: Avoid gtk_info_bar_new_with_buttons with
      stock ids.
    * Avoid gtk_info_bar_add_button with stock ids.
    * Avoid pluma_file_chooser_dialog_new with stock ids.
    * Avoid gtk_file_chooser_dialog_new with stock ids.
    * pluma-time-plugin.c: Avoid gtk_dialog_new_with_buttons with
      stock ids.
    * Avoid gtk_dialog_add_buttons with stock ids.
    * Use the same legal.xml file.
    * Refer to the strftime(3) man page for more information.
    * Refer to the pluma(1) man page for more information.
    * prefs-manager: Silent some build warnings.
    * Fix a few introspection and doc warnings.
    * Fix search backwards with regex.
    * pluma-document: Fix a possible memory leak.
    * pluma-view: Fix: Don't lose the PRIMARY clipboard.
    * Make the "close confirmation" dialogue bigger with multiple
      files.
    * pluma-view: Fix bold and italic fonts in menus.
    * spell plugin: Autocheck spelling with [control + F7].
    * Add the option to hide the first tab if there is only one tab.
    * pluma-view: Fix a possible memory leak.
    * pluma-view: Use static variables for cssprovider and settings.
    * pluma-view: Synch the font in context-menu with a gsettings key.
    * pluma-window: Make sure some resources are freed.
    * Add the ability to switch tabs using [ctrl+tab] and
      [ctrl+shift+tab].
    * pluma-view: Fix the font in context menu.
    * pluma-view: pluma_override_font: Add CSS provider only one time.
    * pluma-view: Fix: Bold and Italic fonts don't work.
    * Add update-authors.pl script which helps to update
      pluma.about.
    * Read authors (updated) from pluma.about file.
    * Show enchant version when configure.
    * Replace the deprecated enchant_dict_add_to_pwl with
      enchant_dict_add.
    * Make translatable the documenters in the About dialogue.
    * Ensure proper translation of the About dialogue title.
    * Add Licence button in About Pluma dialogue.
    * Make translatable the copyright in the About dialogue.
    * Remove type & url attr of ulink in translation.
    * Remove deprecated help section: Opening a File from a URI.
    * eggsmclient: Avoid deprecated g_type_class_add_private.
    * Get snippet window size before destroying it.
    * Fix misplaced underscore.
    * pluma-utils: Fix a memory leak.
    * pluma-window: Fix memory leaks.
    * Update translations.
  - Rebase pluma-gtk-3.20.patch.
* Wed Dec 26 2018 sor.alexei@meowr.ru
  - Update to version 1.20.4:
    * Disable deprecation warnings for distcheck.
    * Move appdata to metainfo directory.
    * Update translations.
* Sun Nov 25 2018 sor.alexei@meowr.ru
  - Update to version 1.20.3:
    * Use make functions for HELP_LINGUAS.
    * help: Improvements.
    * Remove unused screenshots.
    * Fix spelling and grammar mistakes.
    * Use actual pluma screenshot.
    * pluma-document: Do not crash using files with "bom".
    * pluma-view: Fix: unexpectedly switch between tabs.
    * close-confirmation-dialog: Do not resize the dialogue
      unexpectedly.
    * pluma-sort-plugin: Avoid an extra empty line.
    * Update translations.
* Tue Jun 05 2018 sor.alexei@meowr.ru
  - Update to version 1.20.2:
    * pluma-notebook: Avoid new file with double click in a vertical
      scrollbar.
    * pluma-notebook: Avoid new file with double click in forward
      arrow button.
    * pluma-notebook: Fix unexpected behaviour with dnd selected text.
    * pluma-view: Fix unexpected behaviour with dnd under line
      numbers.
    * pluma-print-preview: Fix weird behaviour with mouse buttons.
    * Fix Pluma crashing with a mouse wheel over a tab.
    * pluma-view.c: Improve GtkCheckMenuItem "Display line numbers".
    * Update translations.
* Wed Apr 11 2018 sor.alexei@meowr.ru
  - Update to version 1.20.1:
    * Make notebook tabs scrollable.
* Fri Mar 09 2018 sor.alexei@meowr.ru
  - Update to version 1.20.0:
    * Require GTK+ 3.22 and GLib 2.50.
    * Double click to the right of the last open tab to open a new
      tab.
    * Support new location of the Gtk bookmarks file.
    * docs: We have encodings combobox, not option menu.
    * Remove references to PlumaStatus.
    * docs: Remove some references to nonexistent stuff.
    * filebrowser: Don't parse .hidden files - GIO does it since
      2.36.
    * Don't request to save documents with no changes.
    * Add a gsettings key to hide/show(default) tabs with the side
      pane.
    * Hide tabs if the sidebar is used.
    * Enable the ability to save the document if it was changed
      externally.
    * Disable the ability to save the document if it has no changes.
    * pluma-window: Have GtkRecentData on stack instead of allocating
      it.
    * An implementation of WidthOfScreen and HeightOfScreen.
    * Fix regexp replacement with backreferences (e.g. "\0").
    * Make sure pluma opens in the same window of the workspace.
    * Add a gsettings key: Show save confirmation if the files have
      changes.
    * Put "peas_engine_enable_loader" in the correct pl.
    * Make the list of recently used files work again.
    * Fix some deprecations.
    * Silent some build warnings.
    * Update translations.
  - Add pluma-gtk-3.20.patch: Restore GLib 2.48 and GTK+ 3.20 support.
* Tue Nov 14 2017 sor.alexei@meowr.ru
  - Update to version 1.18.3:
    * Fix pluma closing tabs unexpectedly with the [right+middle]
      click.
    * Fix wrong behaviour when holding down a [middle + right] click.
    * Fix pluma closing tabs unexpectedly with a middle click.
    * Update translations.
* Sun May 07 2017 sor.alexei@meowr.ru
  - Update to version 1.18.2:
    * Improve the close-confirm dialogue.
    * Update translations.
* Tue Apr 04 2017 sor.alexei@meowr.ru
  - Update to version 1.18.1:
    * Fix running under Wayland.
    * modelines: Fix random crash on closing one of several Pluma
      windows.
* Tue Mar 14 2017 sor.alexei@meowr.ru
  - Update to version 1.18.0:
    * NEWS: Use consistent, project wide, markdown-like formatting to
      make generating release announcements easier.
    * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
    - -with-gtk build option.
    * Build: Actually build GObject introspection data.
    * Build: Remove the --enable-deprecations option - it actually
      disables all deprecated stuff.
    * Add the ability to search/replace text using regular expressions.
    * Drop Python bindings and the --enable-python build option.
    * Port the plugin system and both C and Python plugins to libpeas.
    * Snippets plugin: Stop exposing functions on Pluma message bus
      (doesn't work with GObject introspection).
    * Snippets plugin: Fix snippet parts staying after Ctrl-Z.
    * Fix an unexpected closing of the first tab with middle-click
      under the line numbers column.
    * Fix some runtime warnings in plugins.
    * Some more fixes and cleanups in code and docs.
    * Update translations.
* Tue Sep 20 2016 sor.alexei@meowr.ru
  - Update to version 1.16.0:
    * Use GtkAboutDialog instead of MateAboutDialog.
    * Drop dependency on libmate-desktop and --without-matedesktop
      build option.
    * GTK+3: Fix lots of deprecations.
    * Some more fixes and cleanups.
    * Update translations.
* Sun Aug 14 2016 sor.alexei@meowr.ru
  - Update to version 1.14.1:
    * Enable spell checking for new documents when Always Autocheck
      option is selected in Spell Check plugin.
    * Fix restoring cursor position when loading a document.
    * Install externaltools plugin only with Python support enabled.
    * Make distcheck use currently selected GTK+ version.
    * Update translations.
* Sat Apr 09 2016 sor.alexei@meowr.ru
  - Update to version 1.14.0:
    * Update translations.
    * Fix Changelog generation.
* Mon Feb 22 2016 sor.alexei@meowr.ru
  - Update to version 1.13.1:
    * Make switch-c tool in external tools work, fix security a issue.
    * GTK+3: Add style class pluma-window and pluma-print-preview.
* Fri Feb 19 2016 sor.alexei@meowr.ru
  - Update to version 1.13.0:
    * GTK+3: Fix several deprecations.
    * Implement middle-click tab closing.
    * Drop MateConf migration script.
    * Add a new Configure dialog for the Spell Check plugin.
* Thu Feb 18 2016 sor.alexei@meowr.ru
  - Update to 1.12.2:
    * Python console plugin: Fix missing icon in plugin list.
    * Fix possible use-after-free during incremental search.
    * GTK+3: Fix incremental search entry colour when text isn't
      found.
* Mon Nov 30 2015 sor.alexei@meowr.ru
  - Update to 1.12.1:
    * Add --without-matedesktop option to enable build without
      dependency on libmate-desktop.
* Thu Nov 05 2015 sor.alexei@meowr.ru
  - Update to 1.12.0.
* Wed Oct 14 2015 sor.alexei@meowr.ru
  - Update to 1.11.0:
    * Add --enable-tests option to enable/disable running tests
      during the build.
    * Add plugin to strip trailing spaces on saving.
    * Bring back active plugins listing in bugreport script.
    * Drop support for win32/osx and checkupdate plugin.
    * Retrieve strings directly from gschema (requires intltool
      0.50.1).
    * Capitalise Pluma in window titles and desktop file.
    * Some annotation fixes.
    * Some minor fixes and cleanups.
* Wed Jul 15 2015 sor.alexei@meowr.ru
  - Update to 1.10.2:
    * Window title: display full path to files on mounted drives.
    * Close confirmation dialog: make text unfocusable.
    * Quickopen plugin: fix filebrowser plugin support.
    * Time plugin: GTK+3 fix.
    * Multiple help fixes.
* Fri Jun 19 2015 sor.alexei@meowr.ru
  - Update to 1.10.1:
    * Fix gschema translations.
    * Gtk3 fixes.
    * Fix man page formatting.
    * Build system fixes.
* Thu May 07 2015 sor.alexei@meowr.ru
  - Update to 1.10.0 (changes since 1.9.1):
    * Fix GLib >= 2.43 compatibility.
    * Update translations.
  - Spec cleanup.
* Thu Jan 22 2015 p.drouand@gmail.com
  - Update to version 1.9.1 (unstable)
    * Bug fixes release
* Fri Nov 28 2014 p.drouand@gmail.com
  - Fix boo#906911,add mate-desktop-gsettings-schemas as a
    dependency
* Tue Nov 25 2014 hillwood@opensuse.org
  - Fix boo#906911,add mate-desktop-gsettings-schemas as a
    dependency
* Sun Nov 23 2014 p.drouand@gmail.com
  - Add pkgconfig(mate-desktop-2.0) build dependency; new build
    requirement

Files

/usr/share/help/ar/pluma
/usr/share/help/ar/pluma/figures
/usr/share/help/ar/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ar/pluma/figures/pluma_window.png
/usr/share/help/ar/pluma/index.docbook
/usr/share/help/ar/pluma/legal.xml
/usr/share/help/as/pluma
/usr/share/help/as/pluma/figures
/usr/share/help/as/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/as/pluma/figures/pluma_window.png
/usr/share/help/as/pluma/index.docbook
/usr/share/help/as/pluma/legal.xml
/usr/share/help/ast/pluma
/usr/share/help/ast/pluma/figures
/usr/share/help/ast/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ast/pluma/figures/pluma_window.png
/usr/share/help/ast/pluma/index.docbook
/usr/share/help/ast/pluma/legal.xml
/usr/share/help/be/pluma
/usr/share/help/be/pluma/figures
/usr/share/help/be/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/be/pluma/figures/pluma_window.png
/usr/share/help/be/pluma/index.docbook
/usr/share/help/be/pluma/legal.xml
/usr/share/help/bg/pluma
/usr/share/help/bg/pluma/figures
/usr/share/help/bg/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/bg/pluma/figures/pluma_window.png
/usr/share/help/bg/pluma/index.docbook
/usr/share/help/bg/pluma/legal.xml
/usr/share/help/bn/pluma
/usr/share/help/bn/pluma/figures
/usr/share/help/bn/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/bn/pluma/figures/pluma_window.png
/usr/share/help/bn/pluma/index.docbook
/usr/share/help/bn/pluma/legal.xml
/usr/share/help/bn_IN/pluma
/usr/share/help/bn_IN/pluma/figures
/usr/share/help/bn_IN/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/bn_IN/pluma/figures/pluma_window.png
/usr/share/help/bn_IN/pluma/index.docbook
/usr/share/help/bn_IN/pluma/legal.xml
/usr/share/help/ca/pluma
/usr/share/help/ca/pluma/figures
/usr/share/help/ca/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ca/pluma/figures/pluma_window.png
/usr/share/help/ca/pluma/index.docbook
/usr/share/help/ca/pluma/legal.xml
/usr/share/help/ca@valencia/pluma
/usr/share/help/ca@valencia/pluma/figures
/usr/share/help/ca@valencia/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ca@valencia/pluma/figures/pluma_window.png
/usr/share/help/ca@valencia/pluma/index.docbook
/usr/share/help/ca@valencia/pluma/legal.xml
/usr/share/help/cs/pluma
/usr/share/help/cs/pluma/figures
/usr/share/help/cs/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/cs/pluma/figures/pluma_window.png
/usr/share/help/cs/pluma/index.docbook
/usr/share/help/cs/pluma/legal.xml
/usr/share/help/da/pluma
/usr/share/help/da/pluma/figures
/usr/share/help/da/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/da/pluma/figures/pluma_window.png
/usr/share/help/da/pluma/index.docbook
/usr/share/help/da/pluma/legal.xml
/usr/share/help/de/pluma
/usr/share/help/de/pluma/figures
/usr/share/help/de/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/de/pluma/figures/pluma_window.png
/usr/share/help/de/pluma/index.docbook
/usr/share/help/de/pluma/legal.xml
/usr/share/help/dz/pluma
/usr/share/help/dz/pluma/figures
/usr/share/help/dz/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/dz/pluma/figures/pluma_window.png
/usr/share/help/dz/pluma/index.docbook
/usr/share/help/dz/pluma/legal.xml
/usr/share/help/el/pluma
/usr/share/help/el/pluma/figures
/usr/share/help/el/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/el/pluma/figures/pluma_window.png
/usr/share/help/el/pluma/index.docbook
/usr/share/help/el/pluma/legal.xml
/usr/share/help/en_AU/pluma
/usr/share/help/en_AU/pluma/figures
/usr/share/help/en_AU/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/en_AU/pluma/figures/pluma_window.png
/usr/share/help/en_AU/pluma/index.docbook
/usr/share/help/en_AU/pluma/legal.xml
/usr/share/help/en_CA/pluma
/usr/share/help/en_CA/pluma/figures
/usr/share/help/en_CA/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/en_CA/pluma/figures/pluma_window.png
/usr/share/help/en_CA/pluma/index.docbook
/usr/share/help/en_CA/pluma/legal.xml
/usr/share/help/en_GB/pluma
/usr/share/help/en_GB/pluma/figures
/usr/share/help/en_GB/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/en_GB/pluma/figures/pluma_window.png
/usr/share/help/en_GB/pluma/index.docbook
/usr/share/help/en_GB/pluma/legal.xml
/usr/share/help/eo/pluma
/usr/share/help/eo/pluma/figures
/usr/share/help/eo/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/eo/pluma/figures/pluma_window.png
/usr/share/help/eo/pluma/index.docbook
/usr/share/help/eo/pluma/legal.xml
/usr/share/help/es/pluma
/usr/share/help/es/pluma/figures
/usr/share/help/es/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/es/pluma/figures/pluma_window.png
/usr/share/help/es/pluma/index.docbook
/usr/share/help/es/pluma/legal.xml
/usr/share/help/es_AR/pluma
/usr/share/help/es_AR/pluma/figures
/usr/share/help/es_AR/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/es_AR/pluma/figures/pluma_window.png
/usr/share/help/es_AR/pluma/index.docbook
/usr/share/help/es_AR/pluma/legal.xml
/usr/share/help/es_CO/pluma
/usr/share/help/es_CO/pluma/figures
/usr/share/help/es_CO/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/es_CO/pluma/figures/pluma_window.png
/usr/share/help/es_CO/pluma/index.docbook
/usr/share/help/es_CO/pluma/legal.xml
/usr/share/help/et/pluma
/usr/share/help/et/pluma/figures
/usr/share/help/et/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/et/pluma/figures/pluma_window.png
/usr/share/help/et/pluma/index.docbook
/usr/share/help/et/pluma/legal.xml
/usr/share/help/eu/pluma
/usr/share/help/eu/pluma/figures
/usr/share/help/eu/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/eu/pluma/figures/pluma_window.png
/usr/share/help/eu/pluma/index.docbook
/usr/share/help/eu/pluma/legal.xml
/usr/share/help/fa/pluma
/usr/share/help/fa/pluma/figures
/usr/share/help/fa/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/fa/pluma/figures/pluma_window.png
/usr/share/help/fa/pluma/index.docbook
/usr/share/help/fa/pluma/legal.xml
/usr/share/help/fi/pluma
/usr/share/help/fi/pluma/figures
/usr/share/help/fi/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/fi/pluma/figures/pluma_window.png
/usr/share/help/fi/pluma/index.docbook
/usr/share/help/fi/pluma/legal.xml
/usr/share/help/fr/pluma
/usr/share/help/fr/pluma/figures
/usr/share/help/fr/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/fr/pluma/figures/pluma_window.png
/usr/share/help/fr/pluma/index.docbook
/usr/share/help/fr/pluma/legal.xml
/usr/share/help/ga/pluma
/usr/share/help/ga/pluma/figures
/usr/share/help/ga/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ga/pluma/figures/pluma_window.png
/usr/share/help/ga/pluma/index.docbook
/usr/share/help/ga/pluma/legal.xml
/usr/share/help/gl/pluma
/usr/share/help/gl/pluma/figures
/usr/share/help/gl/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/gl/pluma/figures/pluma_window.png
/usr/share/help/gl/pluma/index.docbook
/usr/share/help/gl/pluma/legal.xml
/usr/share/help/gu/pluma
/usr/share/help/gu/pluma/figures
/usr/share/help/gu/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/gu/pluma/figures/pluma_window.png
/usr/share/help/gu/pluma/index.docbook
/usr/share/help/gu/pluma/legal.xml
/usr/share/help/he/pluma
/usr/share/help/he/pluma/figures
/usr/share/help/he/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/he/pluma/figures/pluma_window.png
/usr/share/help/he/pluma/index.docbook
/usr/share/help/he/pluma/legal.xml
/usr/share/help/hi/pluma
/usr/share/help/hi/pluma/figures
/usr/share/help/hi/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/hi/pluma/figures/pluma_window.png
/usr/share/help/hi/pluma/index.docbook
/usr/share/help/hi/pluma/legal.xml
/usr/share/help/hr/pluma
/usr/share/help/hr/pluma/figures
/usr/share/help/hr/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/hr/pluma/figures/pluma_window.png
/usr/share/help/hr/pluma/index.docbook
/usr/share/help/hr/pluma/legal.xml
/usr/share/help/hu/pluma
/usr/share/help/hu/pluma/figures
/usr/share/help/hu/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/hu/pluma/figures/pluma_window.png
/usr/share/help/hu/pluma/index.docbook
/usr/share/help/hu/pluma/legal.xml
/usr/share/help/id/pluma
/usr/share/help/id/pluma/figures
/usr/share/help/id/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/id/pluma/figures/pluma_window.png
/usr/share/help/id/pluma/index.docbook
/usr/share/help/id/pluma/legal.xml
/usr/share/help/is/pluma
/usr/share/help/is/pluma/figures
/usr/share/help/is/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/is/pluma/figures/pluma_window.png
/usr/share/help/is/pluma/index.docbook
/usr/share/help/is/pluma/legal.xml
/usr/share/help/it/pluma
/usr/share/help/it/pluma/figures
/usr/share/help/it/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/it/pluma/figures/pluma_window.png
/usr/share/help/it/pluma/index.docbook
/usr/share/help/it/pluma/legal.xml
/usr/share/help/ja/pluma
/usr/share/help/ja/pluma/figures
/usr/share/help/ja/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ja/pluma/figures/pluma_window.png
/usr/share/help/ja/pluma/index.docbook
/usr/share/help/ja/pluma/legal.xml
/usr/share/help/kk/pluma
/usr/share/help/kk/pluma/figures
/usr/share/help/kk/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/kk/pluma/figures/pluma_window.png
/usr/share/help/kk/pluma/index.docbook
/usr/share/help/kk/pluma/legal.xml
/usr/share/help/kn/pluma
/usr/share/help/kn/pluma/figures
/usr/share/help/kn/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/kn/pluma/figures/pluma_window.png
/usr/share/help/kn/pluma/index.docbook
/usr/share/help/kn/pluma/legal.xml
/usr/share/help/ko/pluma
/usr/share/help/ko/pluma/figures
/usr/share/help/ko/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ko/pluma/figures/pluma_window.png
/usr/share/help/ko/pluma/index.docbook
/usr/share/help/ko/pluma/legal.xml
/usr/share/help/lt/pluma
/usr/share/help/lt/pluma/figures
/usr/share/help/lt/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/lt/pluma/figures/pluma_window.png
/usr/share/help/lt/pluma/index.docbook
/usr/share/help/lt/pluma/legal.xml
/usr/share/help/lv/pluma
/usr/share/help/lv/pluma/figures
/usr/share/help/lv/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/lv/pluma/figures/pluma_window.png
/usr/share/help/lv/pluma/index.docbook
/usr/share/help/lv/pluma/legal.xml
/usr/share/help/mai/pluma
/usr/share/help/mai/pluma/figures
/usr/share/help/mai/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/mai/pluma/figures/pluma_window.png
/usr/share/help/mai/pluma/index.docbook
/usr/share/help/mai/pluma/legal.xml
/usr/share/help/mk/pluma
/usr/share/help/mk/pluma/figures
/usr/share/help/mk/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/mk/pluma/figures/pluma_window.png
/usr/share/help/mk/pluma/index.docbook
/usr/share/help/mk/pluma/legal.xml
/usr/share/help/ml/pluma
/usr/share/help/ml/pluma/figures
/usr/share/help/ml/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ml/pluma/figures/pluma_window.png
/usr/share/help/ml/pluma/index.docbook
/usr/share/help/ml/pluma/legal.xml
/usr/share/help/mr/pluma
/usr/share/help/mr/pluma/figures
/usr/share/help/mr/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/mr/pluma/figures/pluma_window.png
/usr/share/help/mr/pluma/index.docbook
/usr/share/help/mr/pluma/legal.xml
/usr/share/help/nb/pluma
/usr/share/help/nb/pluma/figures
/usr/share/help/nb/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/nb/pluma/figures/pluma_window.png
/usr/share/help/nb/pluma/index.docbook
/usr/share/help/nb/pluma/legal.xml
/usr/share/help/nds/pluma
/usr/share/help/nds/pluma/figures
/usr/share/help/nds/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/nds/pluma/figures/pluma_window.png
/usr/share/help/nds/pluma/index.docbook
/usr/share/help/nds/pluma/legal.xml
/usr/share/help/ne/pluma
/usr/share/help/ne/pluma/figures
/usr/share/help/ne/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ne/pluma/figures/pluma_window.png
/usr/share/help/ne/pluma/index.docbook
/usr/share/help/ne/pluma/legal.xml
/usr/share/help/nl/pluma
/usr/share/help/nl/pluma/figures
/usr/share/help/nl/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/nl/pluma/figures/pluma_window.png
/usr/share/help/nl/pluma/index.docbook
/usr/share/help/nl/pluma/legal.xml
/usr/share/help/nn/pluma
/usr/share/help/nn/pluma/figures
/usr/share/help/nn/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/nn/pluma/figures/pluma_window.png
/usr/share/help/nn/pluma/index.docbook
/usr/share/help/nn/pluma/legal.xml
/usr/share/help/or/pluma
/usr/share/help/or/pluma/figures
/usr/share/help/or/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/or/pluma/figures/pluma_window.png
/usr/share/help/or/pluma/index.docbook
/usr/share/help/or/pluma/legal.xml
/usr/share/help/pa/pluma
/usr/share/help/pa/pluma/figures
/usr/share/help/pa/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/pa/pluma/figures/pluma_window.png
/usr/share/help/pa/pluma/index.docbook
/usr/share/help/pa/pluma/legal.xml
/usr/share/help/pl/pluma
/usr/share/help/pl/pluma/figures
/usr/share/help/pl/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/pl/pluma/figures/pluma_window.png
/usr/share/help/pl/pluma/index.docbook
/usr/share/help/pl/pluma/legal.xml
/usr/share/help/pt/pluma
/usr/share/help/pt/pluma/figures
/usr/share/help/pt/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/pt/pluma/figures/pluma_window.png
/usr/share/help/pt/pluma/index.docbook
/usr/share/help/pt/pluma/legal.xml
/usr/share/help/pt_BR/pluma
/usr/share/help/pt_BR/pluma/figures
/usr/share/help/pt_BR/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/pt_BR/pluma/figures/pluma_window.png
/usr/share/help/pt_BR/pluma/index.docbook
/usr/share/help/pt_BR/pluma/legal.xml
/usr/share/help/ro/pluma
/usr/share/help/ro/pluma/figures
/usr/share/help/ro/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ro/pluma/figures/pluma_window.png
/usr/share/help/ro/pluma/index.docbook
/usr/share/help/ro/pluma/legal.xml
/usr/share/help/ru/pluma
/usr/share/help/ru/pluma/figures
/usr/share/help/ru/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ru/pluma/figures/pluma_window.png
/usr/share/help/ru/pluma/index.docbook
/usr/share/help/ru/pluma/legal.xml
/usr/share/help/sk/pluma
/usr/share/help/sk/pluma/figures
/usr/share/help/sk/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/sk/pluma/figures/pluma_window.png
/usr/share/help/sk/pluma/index.docbook
/usr/share/help/sk/pluma/legal.xml
/usr/share/help/sl/pluma
/usr/share/help/sl/pluma/figures
/usr/share/help/sl/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/sl/pluma/figures/pluma_window.png
/usr/share/help/sl/pluma/index.docbook
/usr/share/help/sl/pluma/legal.xml
/usr/share/help/sq/pluma
/usr/share/help/sq/pluma/figures
/usr/share/help/sq/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/sq/pluma/figures/pluma_window.png
/usr/share/help/sq/pluma/index.docbook
/usr/share/help/sq/pluma/legal.xml
/usr/share/help/sr/pluma
/usr/share/help/sr/pluma/figures
/usr/share/help/sr/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/sr/pluma/figures/pluma_window.png
/usr/share/help/sr/pluma/index.docbook
/usr/share/help/sr/pluma/legal.xml
/usr/share/help/sr@latin/pluma
/usr/share/help/sr@latin/pluma/figures
/usr/share/help/sr@latin/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/sr@latin/pluma/figures/pluma_window.png
/usr/share/help/sr@latin/pluma/index.docbook
/usr/share/help/sr@latin/pluma/legal.xml
/usr/share/help/sv/pluma
/usr/share/help/sv/pluma/figures
/usr/share/help/sv/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/sv/pluma/figures/pluma_window.png
/usr/share/help/sv/pluma/index.docbook
/usr/share/help/sv/pluma/legal.xml
/usr/share/help/ta/pluma
/usr/share/help/ta/pluma/figures
/usr/share/help/ta/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ta/pluma/figures/pluma_window.png
/usr/share/help/ta/pluma/index.docbook
/usr/share/help/ta/pluma/legal.xml
/usr/share/help/te/pluma
/usr/share/help/te/pluma/figures
/usr/share/help/te/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/te/pluma/figures/pluma_window.png
/usr/share/help/te/pluma/index.docbook
/usr/share/help/te/pluma/legal.xml
/usr/share/help/th/pluma
/usr/share/help/th/pluma/figures
/usr/share/help/th/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/th/pluma/figures/pluma_window.png
/usr/share/help/th/pluma/index.docbook
/usr/share/help/th/pluma/legal.xml
/usr/share/help/tr/pluma
/usr/share/help/tr/pluma/figures
/usr/share/help/tr/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/tr/pluma/figures/pluma_window.png
/usr/share/help/tr/pluma/index.docbook
/usr/share/help/tr/pluma/legal.xml
/usr/share/help/ug/pluma
/usr/share/help/ug/pluma/figures
/usr/share/help/ug/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/ug/pluma/figures/pluma_window.png
/usr/share/help/ug/pluma/index.docbook
/usr/share/help/ug/pluma/legal.xml
/usr/share/help/uk/pluma
/usr/share/help/uk/pluma/figures
/usr/share/help/uk/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/uk/pluma/figures/pluma_window.png
/usr/share/help/uk/pluma/index.docbook
/usr/share/help/uk/pluma/legal.xml
/usr/share/help/vi/pluma
/usr/share/help/vi/pluma/figures
/usr/share/help/vi/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/vi/pluma/figures/pluma_window.png
/usr/share/help/vi/pluma/index.docbook
/usr/share/help/vi/pluma/legal.xml
/usr/share/help/wa/pluma
/usr/share/help/wa/pluma/figures
/usr/share/help/wa/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/wa/pluma/figures/pluma_window.png
/usr/share/help/wa/pluma/index.docbook
/usr/share/help/wa/pluma/legal.xml
/usr/share/help/zh_CN/pluma
/usr/share/help/zh_CN/pluma/figures
/usr/share/help/zh_CN/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/zh_CN/pluma/figures/pluma_window.png
/usr/share/help/zh_CN/pluma/index.docbook
/usr/share/help/zh_CN/pluma/legal.xml
/usr/share/help/zh_HK/pluma
/usr/share/help/zh_HK/pluma/figures
/usr/share/help/zh_HK/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/zh_HK/pluma/figures/pluma_window.png
/usr/share/help/zh_HK/pluma/index.docbook
/usr/share/help/zh_HK/pluma/legal.xml
/usr/share/help/zh_TW/pluma
/usr/share/help/zh_TW/pluma/figures
/usr/share/help/zh_TW/pluma/figures/pluma_recent_files_menu_icon.png
/usr/share/help/zh_TW/pluma/figures/pluma_window.png
/usr/share/help/zh_TW/pluma/index.docbook
/usr/share/help/zh_TW/pluma/legal.xml
/usr/share/locale/ar/LC_MESSAGES/pluma.mo
/usr/share/locale/as/LC_MESSAGES/pluma.mo
/usr/share/locale/ast/LC_MESSAGES/pluma.mo
/usr/share/locale/be/LC_MESSAGES/pluma.mo
/usr/share/locale/bg/LC_MESSAGES/pluma.mo
/usr/share/locale/bn/LC_MESSAGES/pluma.mo
/usr/share/locale/bn_IN/LC_MESSAGES/pluma.mo
/usr/share/locale/ca/LC_MESSAGES/pluma.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/pluma.mo
/usr/share/locale/cs/LC_MESSAGES/pluma.mo
/usr/share/locale/da/LC_MESSAGES/pluma.mo
/usr/share/locale/de/LC_MESSAGES/pluma.mo
/usr/share/locale/dz/LC_MESSAGES/pluma.mo
/usr/share/locale/el/LC_MESSAGES/pluma.mo
/usr/share/locale/en_AU/LC_MESSAGES/pluma.mo
/usr/share/locale/en_CA/LC_MESSAGES/pluma.mo
/usr/share/locale/en_GB/LC_MESSAGES/pluma.mo
/usr/share/locale/eo/LC_MESSAGES/pluma.mo
/usr/share/locale/es/LC_MESSAGES/pluma.mo
/usr/share/locale/es_AR/LC_MESSAGES/pluma.mo
/usr/share/locale/es_CO/LC_MESSAGES/pluma.mo
/usr/share/locale/es_MX/LC_MESSAGES/pluma.mo
/usr/share/locale/et/LC_MESSAGES/pluma.mo
/usr/share/locale/eu/LC_MESSAGES/pluma.mo
/usr/share/locale/fa/LC_MESSAGES/pluma.mo
/usr/share/locale/fi/LC_MESSAGES/pluma.mo
/usr/share/locale/fr/LC_MESSAGES/pluma.mo
/usr/share/locale/fr_CA/LC_MESSAGES/pluma.mo
/usr/share/locale/ga/LC_MESSAGES/pluma.mo
/usr/share/locale/gl/LC_MESSAGES/pluma.mo
/usr/share/locale/gu/LC_MESSAGES/pluma.mo
/usr/share/locale/he/LC_MESSAGES/pluma.mo
/usr/share/locale/hi/LC_MESSAGES/pluma.mo
/usr/share/locale/hr/LC_MESSAGES/pluma.mo
/usr/share/locale/hu/LC_MESSAGES/pluma.mo
/usr/share/locale/ia/LC_MESSAGES/pluma.mo
/usr/share/locale/id/LC_MESSAGES/pluma.mo
/usr/share/locale/is/LC_MESSAGES/pluma.mo
/usr/share/locale/it/LC_MESSAGES/pluma.mo
/usr/share/locale/ja/LC_MESSAGES/pluma.mo
/usr/share/locale/kk/LC_MESSAGES/pluma.mo
/usr/share/locale/kn/LC_MESSAGES/pluma.mo
/usr/share/locale/ko/LC_MESSAGES/pluma.mo
/usr/share/locale/lt/LC_MESSAGES/pluma.mo
/usr/share/locale/lv/LC_MESSAGES/pluma.mo
/usr/share/locale/mai/LC_MESSAGES/pluma.mo
/usr/share/locale/mk/LC_MESSAGES/pluma.mo
/usr/share/locale/ml/LC_MESSAGES/pluma.mo
/usr/share/locale/mr/LC_MESSAGES/pluma.mo
/usr/share/locale/nb/LC_MESSAGES/pluma.mo
/usr/share/locale/nds/LC_MESSAGES/pluma.mo
/usr/share/locale/ne/LC_MESSAGES/pluma.mo
/usr/share/locale/nl/LC_MESSAGES/pluma.mo
/usr/share/locale/nn/LC_MESSAGES/pluma.mo
/usr/share/locale/or/LC_MESSAGES/pluma.mo
/usr/share/locale/pa/LC_MESSAGES/pluma.mo
/usr/share/locale/pl/LC_MESSAGES/pluma.mo
/usr/share/locale/pt/LC_MESSAGES/pluma.mo
/usr/share/locale/pt_BR/LC_MESSAGES/pluma.mo
/usr/share/locale/ro/LC_MESSAGES/pluma.mo
/usr/share/locale/ru/LC_MESSAGES/pluma.mo
/usr/share/locale/sk/LC_MESSAGES/pluma.mo
/usr/share/locale/sl/LC_MESSAGES/pluma.mo
/usr/share/locale/sq/LC_MESSAGES/pluma.mo
/usr/share/locale/sr/LC_MESSAGES/pluma.mo
/usr/share/locale/sr@latin/LC_MESSAGES/pluma.mo
/usr/share/locale/sv/LC_MESSAGES/pluma.mo
/usr/share/locale/ta/LC_MESSAGES/pluma.mo
/usr/share/locale/te/LC_MESSAGES/pluma.mo
/usr/share/locale/th/LC_MESSAGES/pluma.mo
/usr/share/locale/tr/LC_MESSAGES/pluma.mo
/usr/share/locale/ug/LC_MESSAGES/pluma.mo
/usr/share/locale/uk/LC_MESSAGES/pluma.mo
/usr/share/locale/vi/LC_MESSAGES/pluma.mo
/usr/share/locale/wa/LC_MESSAGES/pluma.mo
/usr/share/locale/zh_CN/LC_MESSAGES/pluma.mo
/usr/share/locale/zh_HK/LC_MESSAGES/pluma.mo
/usr/share/locale/zh_TW/LC_MESSAGES/pluma.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024