diff -Nru diodon-1.1.0~ubuntu14.04.1/data/diodon.desktop.in diodon-1.2.0~ubuntu14.04.1/data/diodon.desktop.in --- diodon-1.1.0~ubuntu14.04.1/data/diodon.desktop.in 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/data/diodon.desktop.in 2014-08-03 11:07:34.000000000 +0000 @@ -5,7 +5,7 @@ _GenericName=Clipboard Manager _Comment=GTK+ Clipboard Manager Icon=diodon -OnlyShowIn=GNOME;Unity;XFCE +NotShowIn=KDE Exec=diodon %u Terminal=false Categories=GTK;GNOME;Application;Utility; diff -Nru diodon-1.1.0~ubuntu14.04.1/debian/bzr-builder.manifest diodon-1.2.0~ubuntu14.04.1/debian/bzr-builder.manifest --- diodon-1.1.0~ubuntu14.04.1/debian/bzr-builder.manifest 2014-04-18 07:10:16.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/debian/bzr-builder.manifest 2014-08-03 11:07:36.000000000 +0000 @@ -1,3 +1,3 @@ # bzr-builder format 0.3 deb-version {debupstream} -lp:diodon revid:os@esite.ch-20140417062827-3kb13fl43472263j -nest-part packaging lp:~diodon-team/diodon/ppa-packaging debian debian revid:os@esite.ch-20140414142948-xv7e4ry1xqptbr9u +lp:diodon revid:os@esite.ch-20140803083317-fonxmveuh0289fvq +nest-part packaging lp:~diodon-team/diodon/ppa-packaging debian debian revid:os@esite.ch-20140803110431-8w39w7pl4eysqbe8 diff -Nru diodon-1.1.0~ubuntu14.04.1/debian/changelog diodon-1.2.0~ubuntu14.04.1/debian/changelog --- diodon-1.1.0~ubuntu14.04.1/debian/changelog 2014-04-18 07:10:16.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/debian/changelog 2014-08-03 11:07:36.000000000 +0000 @@ -1,8 +1,19 @@ -diodon (1.1.0~ubuntu14.04.1) trusty; urgency=low +diodon (1.2.0~ubuntu14.04.1) trusty; urgency=low * Auto build. - -- Oliver Sauder Fri, 18 Apr 2014 07:10:16 +0000 + -- Oliver Sauder Sun, 03 Aug 2014 11:07:36 +0000 + +diodon (1.2.0) unstable; urgency=low + + * Updated translations + * Removed obsolete libunique dependency (LP: #1310360) + * Updated to libgee-0.8 dependency (LP: #1348994) + * diodon needs specific version of libdiodon0 (LP: #1347181) + * Simplified plugin API (LP: #1324309, #1309893, #1323947) + * Diodon was not always added as startup application (LP: #1348989) + + -- Oliver Sauder Sun, 03 Aug 2014 14:02:26 +0300 diodon (1.1.0) unstable; urgency=low diff -Nru diodon-1.1.0~ubuntu14.04.1/debian/control diodon-1.2.0~ubuntu14.04.1/debian/control --- diodon-1.1.0~ubuntu14.04.1/debian/control 2014-04-18 07:10:15.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/debian/control 2014-08-03 11:07:35.000000000 +0000 @@ -4,16 +4,16 @@ Maintainer: Oliver Sauder Build-Depends: at-spi2-core, cdbs (>= 0.4.90), + dbus-x11, debhelper (>= 9), gobject-introspection, intltool, libappindicator3-dev (>= 0.3.0), libdee-dev (>= 0.5.18), - libgee-dev (>= 0.5.0), + libgee-0.8-dev (>= 0.10.5), libglib2.0-dev (>=2.32), libgtk-3-dev (>=3.0.8), libpeas-dev (>=1.1.1), - libunique-3.0-dev (>=3.0.0), libunity-dev (>= 5.8.0), libx11-dev (>= 1.3.2), libxml2-dev (>= 2.7.6), @@ -24,14 +24,14 @@ valac (>=0.20.0), xvfb, zeitgeist-core -Standards-Version: 3.9.4 +Standards-Version: 3.9.5 Homepage: https://launchpad.net/diodon Vcs-Bzr: lp:diodon Vcs-Browser: https://code.launchpad.net/~diodon-team/diodon/trunk Package: diodon Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends}, ${shlibs:Depends}, libdiodon0 (= ${binary:Version}) Suggests: unity-scope-diodon (= ${binary:Version}) Description: GTK+ Clipboard manager Diodon is a lightweight clipboard manager for Linux written in Vala which diff -Nru diodon-1.1.0~ubuntu14.04.1/diodon/main.vala diodon-1.2.0~ubuntu14.04.1/diodon/main.vala --- diodon-1.1.0~ubuntu14.04.1/diodon/main.vala 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/diodon/main.vala 2014-08-03 11:07:34.000000000 +0000 @@ -1,6 +1,6 @@ /* * Diodon - GTK+ clipboard manager. - * Copyright (C) 2010 Diodon Team + * Copyright (C) 2010-2014 Diodon Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published @@ -21,131 +21,131 @@ namespace Diodon { - /** - * collects all non-option arguments which would otherwise be left in argv. - */ - private const string OPTION_REMAINING = ""; - - /** - * determine whether version information should be printed - */ - private static bool show_version = false; - - /** - * checksums to be pasted. should only be one though - */ - private static string[] checksums; - - /** - * main clipboard controller - */ - private Controller? controller = null; - - /** - * list of available command line options - */ - private static const OptionEntry[] options = { - { OPTION_REMAINING, '\0', 0, OptionArg.STRING_ARRAY, ref checksums, null, "[CHECKSUM]" }, - { "version", 'v', 0, OptionArg.NONE, ref show_version, "Print version information", null }, - { null } - }; - - public static int main(string[] args) + public class DiodonApplication : Gtk.Application { - try { - // setup gettext - Intl.textdomain(Config.GETTEXT_PACKAGE); - Intl.bindtextdomain(Config.GETTEXT_PACKAGE, Config.LOCALEDIR); - Intl.bind_textdomain_codeset(Config.GETTEXT_PACKAGE, "UTF-8"); - Intl.setlocale(LocaleCategory.ALL, ""); - - // diodon should only show up in gnome - DesktopAppInfo.set_desktop_env("GNOME"); - - // init vars - checksums = new string[1]; // can only process one checksum max - - // init option context - OptionContext opt_context = new OptionContext("- GTK+ Clipboard Manager"); - opt_context.set_help_enabled(true); - opt_context.add_main_entries(options, null); - opt_context.parse(ref args); - - if(show_version) { - stdout.printf("Diodon %s\n", Config.VERSION); - return 0; // bail out + /** + * collects all non-option arguments which would otherwise be left in argv. + */ + private const string OPTION_REMAINING = ""; + + /** + * determine whether version information should be printed + */ + private static bool show_version = false; + + /** + * checksums to be pasted. should only be one though + */ + private static string[] checksums; + + /** + * main clipboard controller + */ + private Controller? controller = null; + + /** + * list of available command line options + */ + private static const OptionEntry[] options = { + { OPTION_REMAINING, '\0', 0, OptionArg.STRING_ARRAY, ref checksums, null, "[CHECKSUM]" }, + { "version", 'v', 0, OptionArg.NONE, ref show_version, "Print version information", null }, + { null } + }; + + public DiodonApplication() + { + Object(application_id: Config.BUSNAME, flags: ApplicationFlags.FLAGS_NONE); + + // add supported actions + SimpleAction paste_action = new SimpleAction("paste-action", VariantType.STRING); + paste_action.activate.connect(activate_paste_action); + add_action(paste_action); + } + + public void activate_paste_action(GLib.Variant? parameter) + { + hold(); + + if(parameter != null && controller != null) { + string checksum = parameter.get_string(); + debug("Execute paste-action with checksum %s", checksum); + controller.select_item_by_checksum.begin(checksum); } - // check whether there is a checksum of clipboard content to paste - string checksum = null; - if(checksums.length > 0 && checksums[0] != null) { - checksum = checksums[0]; - - // it might be an uri so we have to remove uri first before - // TODO: - // see ZeitgeistClipboardStorage.CLIPBOARD_URI why clipboard: - // is used staticly here - checksum = checksum.replace("clipboard:", ""); + release(); + } + + public override void activate() + { + debug("Activate DiodonApplication"); + + if(controller == null) { + // setup controller + controller = new Controller(); + controller.init.begin(); + + Gtk.main(); + } else { + // Diodon running already, let's show history + controller.show_history(); } - - Gtk.init(ref args); - Unique.App app = new Unique.App(Config.BUSNAME, null); - - // when diodon is already running activate it or paste checksum if necessary - if(app.is_running) { - - if(checksum != null) { - debug("Try to paste content of checksum %s", checksum); - Unique.MessageData checksum_data = new Unique.MessageData(); - checksum_data.set_text(checksum, checksum.length); + } + + public static int main(string[] args) + { + try { + // setup gettext + Intl.textdomain(Config.GETTEXT_PACKAGE); + Intl.bindtextdomain(Config.GETTEXT_PACKAGE, Config.LOCALEDIR); + Intl.bind_textdomain_codeset(Config.GETTEXT_PACKAGE, "UTF-8"); + Intl.setlocale(LocaleCategory.ALL, ""); + + // diodon should only show up in gnome + DesktopAppInfo.set_desktop_env("GNOME"); + + // init vars + checksums = new string[1]; // can only process one checksum max + + // init option context + OptionContext opt_context = new OptionContext("- GTK+ Clipboard Manager"); + opt_context.set_help_enabled(true); + opt_context.add_main_entries(options, null); + opt_context.add_group(Gtk.get_option_group(true)); + opt_context.parse(ref args); + + if(show_version) { + stdout.printf("Diodon %s\n", Config.VERSION); + return 0; // bail out + } + + // check whether there is a checksum of clipboard content to paste + string checksum = null; + if(checksums.length > 0 && checksums[0] != null) { + checksum = checksums[0]; - if(app.send_message(Unique.Command.OPEN, checksum_data) == Unique.Response.OK) { - return 0; - } else { - warning("Pasting checksum %s was unsucessful", checksum); - } + // it might be an uri so we have to remove uri first before + // TODO: + // see ZeitgeistClipboardStorage.CLIPBOARD_URI why clipboard: + // is used staticly here + checksum = checksum.replace("clipboard:", ""); } - if(app.send_message(Unique.Command.ACTIVATE, null) == Unique.Response.OK) { + DiodonApplication app = new DiodonApplication(); + + if(checksum != null) { + debug("activate paste-action with checksum %s", checksum); + app.register(); + app.activate_action("paste-action", new Variant.string(checksum)); return 0; } - critical("Diodon is already running but could not be actiaved."); - return 1; + return app.run(args); + } catch(OptionError e) { + stdout.printf("Option parsing failed: %s\n", e.message); + } catch(Error e) { + stdout.printf("Unexpected error occured: %s\n", e.message); } - - // setup controller - controller = new Controller(); - controller.init.begin(); - - if(checksum != null) { - debug("Select checksum %s after starting up", checksum); - controller.select_item_by_checksum.begin(checksum); - } - - // process message listener - app.message_received.connect((command, message_data, time_) => { - switch(command) { - // OPEN for pasting content of checksum - case Unique.Command.OPEN: - string checksum_recv = message_data.get_text(); - debug("Message OPEN received with checksum %s", checksum_recv); - controller.select_item_by_checksum.begin(checksum_recv); - return Unique.Response.OK; - // ACTIVATE to open history - case Unique.Command.ACTIVATE: - controller.show_history(); - return Unique.Response.OK; - default: - return Unique.Response.INVALID; - } - }); - - Gtk.main(); - return 0; - } catch(OptionError e) { - stdout.printf("Option parsing failed: %s\n", e.message); return 1; } } diff -Nru diodon-1.1.0~ubuntu14.04.1/diodon/wscript_build diodon-1.2.0~ubuntu14.04.1/diodon/wscript_build --- diodon-1.1.0~ubuntu14.04.1/diodon/wscript_build 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/diodon/wscript_build 2014-08-03 11:07:34.000000000 +0000 @@ -8,9 +8,9 @@ features = 'c cprogram', target = 'diodon', vapi_dirs = '../vapi ../libdiodon', - uselib = 'GTK UNIQUE GIOUNIX', + uselib = 'GTK GIOUNIX', use = 'libdiodon', cflags = ['-include', 'config.h'], - packages = 'gtk+-3.0 unique-3.0 gio-unix-2.0 config', + packages = 'gtk+-3.0 gio-unix-2.0 config', source = 'main.vala') diff -Nru diodon-1.1.0~ubuntu14.04.1/doc/wscript_build diodon-1.2.0~ubuntu14.04.1/doc/wscript_build --- diodon-1.1.0~ubuntu14.04.1/doc/wscript_build 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/doc/wscript_build 2014-08-03 11:07:34.000000000 +0000 @@ -18,7 +18,7 @@ output_dir = '../doc/html', package_name = bld.env['PACKAGE_NAME'], package_version = bld.env['VERSION'], - packages = 'gtk+-3.0 gee-1.0 libxml-2.0 x11 gdk-x11-3.0 libpeas-gtk-1.0 libpeas-1.0 config xtst gdk-3.0', + packages = 'gtk+-3.0 gee-0.8 x11 gdk-x11-3.0 libpeas-gtk-1.0 libpeas-1.0 config xtst gdk-3.0', vapi_dirs = '../vapi', force = True) diff -Nru diodon-1.1.0~ubuntu14.04.1/libdiodon/clipboard-menu.vala diodon-1.2.0~ubuntu14.04.1/libdiodon/clipboard-menu.vala --- diodon-1.1.0~ubuntu14.04.1/libdiodon/clipboard-menu.vala 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/libdiodon/clipboard-menu.vala 2014-08-03 11:07:34.000000000 +0000 @@ -27,10 +27,19 @@ class ClipboardMenu : Gtk.Menu { private Controller controller; + private Gee.List static_menu_items; - public ClipboardMenu(Controller controller, Gee.List items) + /** + * Create clipboard menu + * + * @param controller reference to controller + * @param items clipboard items to be shown + * @param menu_items additional menu items to be added after separator + */ + public ClipboardMenu(Controller controller, Gee.List items, Gee.List static_menu_items) { this.controller = controller; + this.static_menu_items = static_menu_items; if(items.size <= 0) { Gtk.MenuItem empty_item = new Gtk.MenuItem.with_label(_("")); @@ -45,6 +54,12 @@ Gtk.SeparatorMenuItem sep_item = new Gtk.SeparatorMenuItem(); append(sep_item); + if(static_menu_items != null) { + foreach(Gtk.MenuItem menu_item in static_menu_items) { + append(menu_item); + } + } + Gtk.MenuItem clear_item = new Gtk.ImageMenuItem.from_stock(Gtk.Stock.CLEAR, null); clear_item.activate.connect(on_clicked_clear); append(clear_item); @@ -89,8 +104,12 @@ foreach(Gtk.Widget item in get_children()) { remove(item); - item.destroy(); - item.dispose(); + // make sure that static items do not get destroyed + if(static_menu_items == null || !static_menu_items.contains(item)) + { + item.destroy(); + item.dispose(); + } } destroy(); diff -Nru diodon-1.1.0~ubuntu14.04.1/libdiodon/controller.vala diodon-1.2.0~ubuntu14.04.1/libdiodon/controller.vala --- diodon-1.1.0~ubuntu14.04.1/libdiodon/controller.vala 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/libdiodon/controller.vala 2014-08-03 11:07:34.000000000 +0000 @@ -39,6 +39,7 @@ private Peas.ExtensionSet extension_set; private Peas.Engine peas_engine; private ClipboardMenu recent_menu = null; + private Gee.List static_recent_menu_items; /** * Called when a item has been selected. @@ -452,7 +453,7 @@ /** * Create clipboard menu with current recent items. */ - private async void rebuild_recent_menu() + public async void rebuild_recent_menu() { Gee.List items = yield get_recent_items(); @@ -460,9 +461,43 @@ recent_menu.destroy_menu(); } - recent_menu = new ClipboardMenu(this, items); + recent_menu = new ClipboardMenu(this, items, static_recent_menu_items); on_recent_menu_changed(recent_menu); } + + /** + * Add a static recent menu item which will always be shown below separator + * even after recent menu has been rebuilt. + * + * @param menu_item menu item to be added + */ + public async void add_static_recent_menu_item(Gtk.MenuItem menu_item) + { + if(static_recent_menu_items == null) { + static_recent_menu_items = new Gee.ArrayList(); + } + + static_recent_menu_items.add(menu_item); + yield rebuild_recent_menu(); + } + + /** + * Remove static recent menu item so it won't appear on the recent menu + * anymore. This method doesn't dispose the menu item - caller + * needs to take care of this in case menu item should be destroyed. + * + * @param menu_item item to be removed + */ + public async void remove_static_recent_menu_item(Gtk.MenuItem menu_item) + { + if(static_recent_menu_items == null) { + warning("Remove recent menu item has been called but no registered static recent menu items are available"); + return; + } + + static_recent_menu_items.remove(menu_item); + yield rebuild_recent_menu(); + } /** * Open menu to view history diff -Nru diodon-1.1.0~ubuntu14.04.1/libdiodon/wscript_build diodon-1.2.0~ubuntu14.04.1/libdiodon/wscript_build --- diodon-1.1.0~ubuntu14.04.1/libdiodon/wscript_build 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/libdiodon/wscript_build 2014-08-03 11:07:34.000000000 +0000 @@ -14,8 +14,8 @@ cflags = ['-include', 'config.h'], header_path = '${INCLUDEDIR}/diodon', gir = 'Diodon-1.0', - packages = 'gtk+-3.0 gee-1.0', - packages_private = ' zeitgeist-2.0 x11 gdk-x11-3.0 libpeas-gtk-1.0 libpeas-1.0 config xtst gdk-3.0', + packages = 'gtk+-3.0 gee-0.8', + packages_private = 'zeitgeist-2.0 x11 gdk-x11-3.0 libpeas-gtk-1.0 libpeas-1.0 config xtst gdk-3.0', source = bld.path.ant_glob (incl='**/*.vala')) lib_typelib = bld.new_task_gen( @@ -24,5 +24,5 @@ source = 'Diodon-1.0.gir', target = 'Diodon-1.0.typelib', install_path = '${LIBDIR}/girepository-1.0', - rule='g-ir-compiler ${SRC} -o ${TGT}') + rule='g-ir-compiler --shared-library=libdiodon -o ${TGT} ${SRC}') diff -Nru diodon-1.1.0~ubuntu14.04.1/po/cs.po diodon-1.2.0~ubuntu14.04.1/po/cs.po --- diodon-1.1.0~ubuntu14.04.1/po/cs.po 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/cs.po 2014-08-03 11:07:34.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: diodon\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-14 17:06+0300\n" -"PO-Revision-Date: 2013-12-29 00:09+0000\n" -"Last-Translator: Oliver Sauder \n" +"PO-Revision-Date: 2014-05-04 19:57+0000\n" +"Last-Translator: Vojta Staněk \n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-15 07:08+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-05-05 05:44+0000\n" +"X-Generator: Launchpad (build 16985)\n" "Language: cs\n" #: ../data/diodon.desktop.in.h:1 @@ -36,6 +36,8 @@ "Adds content which is copied to the clipboard with e.g. Ctrl + C to the " "clipboard history." msgstr "" +"Přidává obsah, který je zkopírovaný do schránky pomocí např. Ctrl + C, do " +"historie schránky" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:3 msgid "Use primary selection" @@ -52,7 +54,7 @@ #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:5 msgid "Add images to clipboard history" -msgstr "" +msgstr "Přidává obrázky do historie schránky" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:6 #: ../data/preferences.ui.h:7 @@ -106,11 +108,11 @@ #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:13 msgid "Number of recent clipboard items" -msgstr "" +msgstr "Počet posledních zkopírovaných položek" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:14 msgid "Number of recent clipboard items shown in clipboard menu." -msgstr "" +msgstr "Počet posledních zkopírovaných položek zobrazený v menu schránky." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:15 #: ../data/preferences.ui.h:18 @@ -161,11 +163,11 @@ #: ../data/preferences.ui.h:14 msgid "Number of recent clipboard items to be shown in clipboard menu." -msgstr "" +msgstr "Počet posledních zkopírovaných položek k zobrazení v menu schránky." #: ../data/preferences.ui.h:15 msgid "Number of recent items" -msgstr "" +msgstr "Počet posledních položek" #: ../data/preferences.ui.h:16 #: ../unity-scope-diodon/unity-scope-diodon.vala:75 @@ -186,11 +188,11 @@ #: ../plugins/indicator/indicator.plugin.in.h:1 msgid "Application Indicator" -msgstr "" +msgstr "Indikátor aplikace" #: ../plugins/indicator/indicator.plugin.in.h:2 msgid "Access clipboard history with an application indicator." -msgstr "" +msgstr "Přistupujte k historii schránky přes indikátor aplikací." #: ../plugins/indicator/indicator.plugin.in.h:3 msgid "Copyright © 2011 Diodon Team" @@ -198,7 +200,7 @@ #: ../unity-scope-diodon/clipboard.scope.in.in.h:1 msgid "Clipboard History" -msgstr "" +msgstr "Historie schránky" #: ../unity-scope-diodon/clipboard.scope.in.in.h:2 msgid "" @@ -208,30 +210,30 @@ #: ../unity-scope-diodon/clipboard.scope.in.in.h:3 msgid "Search clipboard" -msgstr "" +msgstr "Hledat ve schránce" #: ../unity-scope-diodon/clipboard.scope.in.in.h:4 #: ../unity-scope-diodon/unity-scope-diodon.vala:79 #: ../unity-scope-diodon/unity-scope-diodon.vala:104 msgid "Text" -msgstr "" +msgstr "Text" #: ../unity-scope-diodon/clipboard.scope.in.in.h:5 #: ../unity-scope-diodon/unity-scope-diodon.vala:84 #: ../unity-scope-diodon/unity-scope-diodon.vala:105 msgid "Files" -msgstr "" +msgstr "Soubory" #: ../unity-scope-diodon/clipboard.scope.in.in.h:6 #: ../unity-scope-diodon/unity-scope-diodon.vala:89 #: ../unity-scope-diodon/unity-scope-diodon.vala:106 msgid "Images" -msgstr "" +msgstr "Obrázky" #: ../unity-scope-diodon/clipboard.scope.in.in.h:7 #: ../unity-scope-diodon/unity-scope-diodon.vala:101 msgid "Category" -msgstr "" +msgstr "Kategorie" #: ../unity-scope-diodon/clipboard.scope.in.in.h:8 msgid "Text;Files;Images" diff -Nru diodon-1.1.0~ubuntu14.04.1/po/de.po diodon-1.2.0~ubuntu14.04.1/po/de.po --- diodon-1.1.0~ubuntu14.04.1/po/de.po 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/de.po 2014-08-03 11:07:34.000000000 +0000 @@ -3,24 +3,23 @@ "Project-Id-Version: Diodon 0.0.1\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-14 17:06+0300\n" -"PO-Revision-Date: 2014-03-21 21:47+0000\n" +"PO-Revision-Date: 2014-06-24 07:54+0000\n" "Last-Translator: Oliver Sauder \n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-22 06:46+0000\n" -"X-Generator: Launchpad (build 16967)\n" -"Language: \n" -"X-Poedit-Language: German\n" +"X-Launchpad-Export-Date: 2014-06-25 05:45+0000\n" +"X-Generator: Launchpad (build 17065)\n" +"Language: de\n" #: ../data/diodon.desktop.in.h:1 msgid "Clipboard Manager" -msgstr "Verwaltung der Zwischenablage" +msgstr "Zwischenablage-Verwaltung" #: ../data/diodon.desktop.in.h:2 msgid "GTK+ Clipboard Manager" -msgstr "GTK+-Zwischenablagenverwaltung" +msgstr "GTK+-Zwischenablage-Verwaltung" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:1 msgid "Use clipboard (Ctrl+C)" @@ -32,10 +31,12 @@ "Adds content which is copied to the clipboard with e.g. Ctrl + C to the " "clipboard history." msgstr "" +"Daten, die z. B. mit Strg+C in die Zwischenablage kopiert werden, werden in " +"der Zwischenablage-Chronik gespeichert." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:3 msgid "Use primary selection" -msgstr "Primärauswahl benutzen" +msgstr "Primärauswahl verwenden" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:4 #: ../data/preferences.ui.h:5 @@ -45,10 +46,14 @@ "continually checks what is selected. This might discharge your battery " "quicker." msgstr "" +"Die Primärauswahlen (mit der Maus ausgewählte Bildschirminhalte) werden in " +"der Zwischenablage-Chronik gespeichert. Bei Einschalten dieser Option wird " +"ein Prozess gestartet, der kontinuierlich verfolgt, welche Inhalte Sie " +"auswählen. Daher entlädt Ihr Notebook-Akku sich möglicherweise schneller." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:5 msgid "Add images to clipboard history" -msgstr "Bilder dem Verlauf der Zwischenablage hinzufügen" +msgstr "Bilder der Zwischenablage-Chronik hinzufügen" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:6 #: ../data/preferences.ui.h:7 @@ -58,6 +63,12 @@ "option will increase memory consumption. Images already added to clipboard " "history will remain even when disabled." msgstr "" +"In die Zwischenablage kopierte Bilder (etwa indem Sie im Browser mit der " +"rechten Maustaste auf ein Bild geklickt und »Grafik kopieren« wählen haben) " +"werden in der Zwischenablage-Chronik gespeichert. Ist diese Option " +"eingeschaltet, vergrößert sich Diodons Arbeitsspeicherbedarf. Bilder, die " +"bereits in der Zwischenablage-Chronik gespeichert sind, verbleiben auch dann " +"dort, wenn diese Option ausgeschaltet wird." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:7 msgid "Synchronize clipboards" @@ -73,12 +84,12 @@ msgstr "" "Gleicht die Auswahl (ein mit der Maus ausgewählter Bereich des Bildschirms) " "mit der Zwischenablage ab, sodass die Auswahl sofort in der Zwischenablage " -"verfügbar ist und andersherum z.B. zum Einfügen mit Strg + V oder mit der " +"verfügbar ist und andersherum, z. B. zum Einfügen mit Strg + V oder mit der " "mittleren Maustaste." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:9 msgid "Keep clipboard content" -msgstr "Leere Zwischenablage verhindern" +msgstr "Inhalt der Zwischenablage erhalten" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:10 #: ../data/preferences.ui.h:9 @@ -86,12 +97,12 @@ "Prevents an empty clipboard. For instance when an application exits, the " "clipboard would usually be emptied." msgstr "" -"Verhindert eine leere Zwischenablage. Beim Schließen eines Programms wird " -"der Inhalt der Zwischenablage gewöhnlich gelöscht." +"Verhindert eine leere Zwischenablage. Üblicherweise wird beim Schließen " +"eines Programms der Inhalt der Zwischenablage gelöscht." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:11 msgid "Automatically paste selected item" -msgstr "Automatisches einfügen des ausgewählten Items" +msgstr "Gewählten Eintrag sofort einfügen" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:12 #: ../data/preferences.ui.h:13 @@ -99,29 +110,27 @@ "Automatically paste selected item instead of just copying it to the " "clipboard." msgstr "" -"Automatisches einfügen des ausgewählten Items anstatt dies in die " -"Zwischenablage zu kopieren." +"Gewählte Einträge werden sofort eingefügt, anstatt nur in die Zwischenablage " +"kopiert zu werden." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:13 msgid "Number of recent clipboard items" -msgstr "Anzahl der aktuellen Einträge" +msgstr "Einträge in der Zwischenablage-Chronik" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:14 msgid "Number of recent clipboard items shown in clipboard menu." -msgstr "Anzahl der aktuellen Einträge, die im Menü angezeigt werden." +msgstr "Anzahl der im Zwischenablage-Menü angezeigten Einträge" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:15 #: ../data/preferences.ui.h:18 msgid "History key" -msgstr "Verlauf-Tastenkombination" +msgstr "Chronik-Tastenkürzel" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:16 #: ../data/preferences.ui.h:17 msgid "" "Hotkey to quickly allow you to access menu with recent clipboard items." -msgstr "" -"Tastenkombination zum schnellen Zugriff auf aktuelle Einträge der " -"Zwischenablage" +msgstr "Tastenkürzel zum Aufrufen des Zwischenablage-Menüs" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:17 msgid "Active plugins" @@ -129,43 +138,43 @@ #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:18 msgid "List of active plugins." -msgstr "Liste von aktiven Plugins" +msgstr "Liste der aktiven Plugins" #: ../data/preferences.ui.h:1 msgid "Diodon Preferences" -msgstr "Diodon Einstellungen" +msgstr "Diodon-Einstellungen" #: ../data/preferences.ui.h:2 msgid "_Use clipboard (Ctrl+C)" -msgstr "Nutze die Zwischenablage (Ctrl+C)" +msgstr "_Zwischenablage (Ctrl+C) in der Chronik speichern" #: ../data/preferences.ui.h:4 msgid "Use _primary selection" -msgstr "Nutze die Auswahl Zwischenablage" +msgstr "_Primärauswahl in der Chronik speichern" #: ../data/preferences.ui.h:6 msgid "Add _images to clipboard history" -msgstr "_Bilder dem Verlauf der Zwischenablage hinzufügen" +msgstr "_Bilder der Zwischenablage-Chronik hinzufügen" #: ../data/preferences.ui.h:8 msgid "_Keep clipboard content" -msgstr "Sichere den Inhalt der Zwischenablage" +msgstr "Inhalt der Zwischenablage _erhalten" #: ../data/preferences.ui.h:10 msgid "S_ynchronize clipboards" -msgstr "Synchonisiere die Zwischenablagen" +msgstr "Zwischenablagen _abgleichen" #: ../data/preferences.ui.h:12 msgid "_Automatically paste selected item" -msgstr "Automatisches einfügen des ausgewählten Items" +msgstr "Gewählten Eintrag _sofort einfügen" #: ../data/preferences.ui.h:14 msgid "Number of recent clipboard items to be shown in clipboard menu." -msgstr "Anzahl der aktuellen Einträge, die im Menü angezeigt werden." +msgstr "Anzahl der im Zwischenablage-Menü angezeigten Einträge" #: ../data/preferences.ui.h:15 msgid "Number of recent items" -msgstr "Anzahl der aktuellen Einträge" +msgstr "Einträge in der Chronik" #: ../data/preferences.ui.h:16 #: ../unity-scope-diodon/unity-scope-diodon.vala:75 @@ -174,7 +183,7 @@ #: ../data/preferences.ui.h:19 msgid "Hotkeys" -msgstr "Tastenkombinationen" +msgstr "Tastenkürzel" #: ../data/preferences.ui.h:20 msgid "Plugins" @@ -186,28 +195,27 @@ #: ../plugins/indicator/indicator.plugin.in.h:1 msgid "Application Indicator" -msgstr "Application Indicator" +msgstr "Indikator-Applet" #: ../plugins/indicator/indicator.plugin.in.h:2 msgid "Access clipboard history with an application indicator." -msgstr "" -"Auf den Verlauf der Zwischenablage mit einem Application Indicator zugreifen." +msgstr "Auf die Zwischenablage-Chronik mit einem Indikator-Applet zugreifen." #: ../plugins/indicator/indicator.plugin.in.h:3 msgid "Copyright © 2011 Diodon Team" -msgstr "Copyright © 2011 Diodon Team" +msgstr "Copyright © 2011 Diodon-Team" #: ../unity-scope-diodon/clipboard.scope.in.in.h:1 msgid "Clipboard History" -msgstr "Zwischenablagen-Chronik" +msgstr "Zwischenablage-Chronik" #: ../unity-scope-diodon/clipboard.scope.in.in.h:2 msgid "" "This is an Ubuntu search plugin that enables information from Diodon to be " "searched and displayed in the Dash underneath the Clipboard header." msgstr "" -"Dies ist ein Ubuntu Such-Erweiterung, die das Suchen und Anzeigen von " -"Informationen aus Diodon im Dash unter der Zwischenablagen-Kopfzeile " +"Dies ist ein Ubuntu-Such-Plugin, die das Suchen und Anzeigen von " +"Informationen aus Diodon im Dash unter der Zwischenablage-Kopfzeile " "ermöglicht." #: ../unity-scope-diodon/clipboard.scope.in.in.h:3 @@ -247,7 +255,7 @@ #: ../unity-scope-diodon/unity-scope-diodon.vala:45 msgid "Search Clipboard" -msgstr "Durchsuche Zwischenablage" +msgstr "Zwischenablage durchsuchen" #: ../unity-scope-diodon/unity-scope-diodon.vala:110 #: ../unity-scope-diodon/unity-scope-diodon.vala:231 diff -Nru diodon-1.1.0~ubuntu14.04.1/po/gl.po diodon-1.2.0~ubuntu14.04.1/po/gl.po --- diodon-1.1.0~ubuntu14.04.1/po/gl.po 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/gl.po 2014-08-03 11:07:34.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: diodon\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-14 17:06+0300\n" -"PO-Revision-Date: 2014-03-09 07:57+0000\n" -"Last-Translator: Oliver Sauder \n" +"PO-Revision-Date: 2014-08-02 02:19+0000\n" +"Last-Translator: Manuel Xosé Lemos \n" "Language-Team: Galician \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-15 07:08+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-08-03 05:50+0000\n" +"X-Generator: Launchpad (build 17147)\n" "Language: gl\n" #: ../data/diodon.desktop.in.h:1 @@ -36,6 +36,8 @@ "Adds content which is copied to the clipboard with e.g. Ctrl + C to the " "clipboard history." msgstr "" +"Engade contido copiado ao portapapeis, por exemplo con Ctrl+C, ao historial " +"do portapapeis." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:3 msgid "Use primary selection" @@ -49,10 +51,14 @@ "continually checks what is selected. This might discharge your battery " "quicker." msgstr "" +"Engade a selección primaria (unha área da pantalla seleccionada co rato) ao " +"historial do portapapeis. Ao activar esta opción iniciarase un proceso que " +"comproba continuamente o seleccionado. Isto pode descargar a batería " +"rápidamente." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:5 msgid "Add images to clipboard history" -msgstr "" +msgstr "Engadir imaxes ao historial do portapapeis" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:6 #: ../data/preferences.ui.h:7 @@ -62,6 +68,11 @@ "option will increase memory consumption. Images already added to clipboard " "history will remain even when disabled." msgstr "" +"Engade as imaxes copiadas ao historial do portapapeis (por exemplo cando fai " +"clic dereito nunha imaxe do navegador e selecciona copiar imaxe). Activar " +"esta opción incrementará o consumo de memoria. As imaxes engadidas ao " +"historial do portapapeis permanecerán incluso se despois de desactivar esta " +"opción." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:7 msgid "Synchronize clipboards" @@ -82,7 +93,7 @@ #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:9 msgid "Keep clipboard content" -msgstr "Manter o contido do portarretallos" +msgstr "Manter o contido do portapapeis" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:10 #: ../data/preferences.ui.h:9 @@ -103,16 +114,16 @@ "Automatically paste selected item instead of just copying it to the " "clipboard." msgstr "" -"Pegar automaticamente o elemento seleccionado no canto de copialo ao " +"Pega automaticamente o elemento seleccionado no canto de copialo ao " "portapapeis." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:13 msgid "Number of recent clipboard items" -msgstr "" +msgstr "Número de elementos no portapapeis" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:14 msgid "Number of recent clipboard items shown in clipboard menu." -msgstr "" +msgstr "Número de elementos recentes que se mostrarán no menú do portapapeis" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:15 #: ../data/preferences.ui.h:18 @@ -124,6 +135,7 @@ msgid "" "Hotkey to quickly allow you to access menu with recent clipboard items." msgstr "" +"Atallo para o acceso rápido ao menú de elementos recentes do portapapeis." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:17 msgid "Active plugins" @@ -147,7 +159,7 @@ #: ../data/preferences.ui.h:6 msgid "Add _images to clipboard history" -msgstr "" +msgstr "Engadir _imaxes ao historial do porpapeis" #: ../data/preferences.ui.h:8 msgid "_Keep clipboard content" @@ -164,10 +176,12 @@ #: ../data/preferences.ui.h:14 msgid "Number of recent clipboard items to be shown in clipboard menu." msgstr "" +"Número de elementos recentes do portapapeis que se mostrarán no menú do " +"portapapeis" #: ../data/preferences.ui.h:15 msgid "Number of recent items" -msgstr "" +msgstr "Número de elementos recentes" #: ../data/preferences.ui.h:16 #: ../unity-scope-diodon/unity-scope-diodon.vala:75 @@ -180,7 +194,7 @@ #: ../data/preferences.ui.h:20 msgid "Plugins" -msgstr "Engadidos" +msgstr "Complementos" #: ../libdiodon/clipboard-menu.vala:36 msgid "" @@ -201,7 +215,7 @@ #: ../unity-scope-diodon/clipboard.scope.in.in.h:1 msgid "Clipboard History" -msgstr "" +msgstr "Historial do portapapeis" #: ../unity-scope-diodon/clipboard.scope.in.in.h:2 msgid "" @@ -217,62 +231,62 @@ #: ../unity-scope-diodon/unity-scope-diodon.vala:79 #: ../unity-scope-diodon/unity-scope-diodon.vala:104 msgid "Text" -msgstr "" +msgstr "Texto" #: ../unity-scope-diodon/clipboard.scope.in.in.h:5 #: ../unity-scope-diodon/unity-scope-diodon.vala:84 #: ../unity-scope-diodon/unity-scope-diodon.vala:105 msgid "Files" -msgstr "" +msgstr "Ficheiros" #: ../unity-scope-diodon/clipboard.scope.in.in.h:6 #: ../unity-scope-diodon/unity-scope-diodon.vala:89 #: ../unity-scope-diodon/unity-scope-diodon.vala:106 msgid "Images" -msgstr "" +msgstr "Imaxes" #: ../unity-scope-diodon/clipboard.scope.in.in.h:7 #: ../unity-scope-diodon/unity-scope-diodon.vala:101 msgid "Category" -msgstr "" +msgstr "Categoría" #: ../unity-scope-diodon/clipboard.scope.in.in.h:8 msgid "Text;Files;Images" -msgstr "" +msgstr "Texto;Ficheiros;Imaxes" #: ../unity-scope-diodon/clipboard.scope.in.in.h:9 msgid "Last 24 hours;Last 7 days;Last 30 days;Last year;" -msgstr "" +msgstr "Últimas 24 horas;Últimos 7 días;Últimos 30 días;Último ano;" #: ../unity-scope-diodon/unity-scope-diodon.vala:45 msgid "Search Clipboard" -msgstr "" +msgstr "Buscar no portapapeis" #: ../unity-scope-diodon/unity-scope-diodon.vala:110 #: ../unity-scope-diodon/unity-scope-diodon.vala:231 msgid "Date copied" -msgstr "" +msgstr "Data copiada" #: ../unity-scope-diodon/unity-scope-diodon.vala:112 msgid "Last 24 hours" -msgstr "" +msgstr "Últimas 24 horas" #: ../unity-scope-diodon/unity-scope-diodon.vala:113 msgid "Last 7 days" -msgstr "" +msgstr "Últimos 7 días" #: ../unity-scope-diodon/unity-scope-diodon.vala:114 msgid "Last 30 days" -msgstr "" +msgstr "Últimos 30 días" #: ../unity-scope-diodon/unity-scope-diodon.vala:115 msgid "Last year" -msgstr "" +msgstr "Último ano" #: ../unity-scope-diodon/unity-scope-diodon.vala:216 msgid "Paste" -msgstr "" +msgstr "Pegar" #: ../unity-scope-diodon/unity-scope-diodon.vala:224 msgid "Origin" -msgstr "" +msgstr "Orixe" diff -Nru diodon-1.1.0~ubuntu14.04.1/po/hu.po diodon-1.2.0~ubuntu14.04.1/po/hu.po --- diodon-1.1.0~ubuntu14.04.1/po/hu.po 1970-01-01 00:00:00.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/hu.po 2014-08-03 11:07:34.000000000 +0000 @@ -0,0 +1,289 @@ +# Hungarian translation for diodon +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the diodon package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: diodon\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-03-14 17:06+0300\n" +"PO-Revision-Date: 2014-07-16 22:54+0000\n" +"Last-Translator: mktiti \n" +"Language-Team: Hungarian \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-07-17 06:09+0000\n" +"X-Generator: Launchpad (build 17114)\n" + +#: ../data/diodon.desktop.in.h:1 +msgid "Clipboard Manager" +msgstr "Vágólapkezelő" + +#: ../data/diodon.desktop.in.h:2 +msgid "GTK+ Clipboard Manager" +msgstr "GTK+ Vágólapkezelő" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:1 +msgid "Use clipboard (Ctrl+C)" +msgstr "Vágólap használata (Ctrl+C)" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:2 +#: ../data/preferences.ui.h:3 +msgid "" +"Adds content which is copied to the clipboard with e.g. Ctrl + C to the " +"clipboard history." +msgstr "" +"A vágólap előzményekhez adja a vágólapra (például Ctrl+C-vel) másolt " +"tartalmat." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:3 +msgid "Use primary selection" +msgstr "Elsődleges kijelölés használata" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:4 +#: ../data/preferences.ui.h:5 +msgid "" +"Adds the primary selection (an area of the screen which is selected with the " +"mouse) to the clipboard history. Enabling will start process which " +"continually checks what is selected. This might discharge your battery " +"quicker." +msgstr "" +"Hozzáadja az elsődleges kijelölés tartalmát (a kijelző egérrel kijelölt " +"részét) a vágólap előzményekhez. Engedélyezése olyan folyamatot fog " +"elindítani, ami folyamatosan figyeli, hogy mi van kijelölve. Ez könnyebben " +"lemerítheti az akkumulátort." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:5 +msgid "Add images to clipboard history" +msgstr "Képek hozzáadása a vágólap előzményekhez" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:6 +#: ../data/preferences.ui.h:7 +msgid "" +"Add images copied to clipboard to clipboard history (e.g. when you right " +"click on an image in your browser and choose copy image). Enabling this " +"option will increase memory consumption. Images already added to clipboard " +"history will remain even when disabled." +msgstr "" +"Hozzáadja a vágólapra másolt képeket a vágólap előzményekhez (például amikor " +"jobb egérgombbal kattint egy képre a böngészőjében és a \"kép másolásá\"-t " +"választja). Ezen opció engedélyezése megnöveli a memóriahasználatot. A már a " +"vágólap előzményekhez adott képek letiltása után is ott maradnak." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:7 +msgid "Synchronize clipboards" +msgstr "Vágólapok szinkronizálása" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:8 +#: ../data/preferences.ui.h:11 +msgid "" +"Synchronizes the selection (an area of the screen which is selected with the " +"mouse) and the clipboard so that anything in the selection is immediately " +"available in the clipboard and vice versa e.g. for pasting with Ctrl + V and " +"the middle mouse button." +msgstr "" +"Szinkronizálja a kijelölést (a kijelző egérrel kijelölt részét) és a " +"vágólapot, így a kijelölésből bármi azonnal elérhető a vágólapon és " +"fordítva, például Ctrl+V-vel vagy a középső egérgombbal való beszúrásra." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:9 +msgid "Keep clipboard content" +msgstr "A vágólap tartalmának megtartása" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:10 +#: ../data/preferences.ui.h:9 +msgid "" +"Prevents an empty clipboard. For instance when an application exits, the " +"clipboard would usually be emptied." +msgstr "" +"Megakadályozza, hogy a vágólap kiürüljön. Például amikor egy alkalmazás " +"bezárul, a vágólap tartalma általában kitörlődne." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:11 +msgid "Automatically paste selected item" +msgstr "A kiválasztott elem automatikus beillesztése" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:12 +#: ../data/preferences.ui.h:13 +msgid "" +"Automatically paste selected item instead of just copying it to the " +"clipboard." +msgstr "" +"A kiválasztott elem automatikus beillesztése az egyszerű vágólapra való " +"másolás helyett." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:13 +msgid "Number of recent clipboard items" +msgstr "A vágólapon lévő friss elemek száma" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:14 +msgid "Number of recent clipboard items shown in clipboard menu." +msgstr "A vágólapon lévő, vágólap menüben megjelenő friss elemek száma" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:15 +#: ../data/preferences.ui.h:18 +msgid "History key" +msgstr "Előzmények billentyűkód" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:16 +#: ../data/preferences.ui.h:17 +msgid "" +"Hotkey to quickly allow you to access menu with recent clipboard items." +msgstr "" +"Gyorsbillentyű, melynek segítségével gyorsan elérheti a friss vágólapi " +"elemeket tartalmazó menüt." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:17 +msgid "Active plugins" +msgstr "Aktív bővítmények" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:18 +msgid "List of active plugins." +msgstr "Az aktív bővítmények listája" + +#: ../data/preferences.ui.h:1 +msgid "Diodon Preferences" +msgstr "Diodon Beállítások" + +#: ../data/preferences.ui.h:2 +msgid "_Use clipboard (Ctrl+C)" +msgstr "Vágólap _használata (Ctrl+C)" + +#: ../data/preferences.ui.h:4 +msgid "Use _primary selection" +msgstr "_Elsődleges kijelölés használata" + +#: ../data/preferences.ui.h:6 +msgid "Add _images to clipboard history" +msgstr "_Képek hozzáadása a vágólap előzményekhez" + +#: ../data/preferences.ui.h:8 +msgid "_Keep clipboard content" +msgstr "Vágólap tartalom _megtartása" + +#: ../data/preferences.ui.h:10 +msgid "S_ynchronize clipboards" +msgstr "Vágólapok _szinkronizálása" + +#: ../data/preferences.ui.h:12 +msgid "_Automatically paste selected item" +msgstr "A kijelölt elemek _automatikus beillesztése" + +#: ../data/preferences.ui.h:14 +msgid "Number of recent clipboard items to be shown in clipboard menu." +msgstr "A vágólap menüben megjelenítendő friss vágólapi elemek száma." + +#: ../data/preferences.ui.h:15 +msgid "Number of recent items" +msgstr "Friss elemek száma" + +#: ../data/preferences.ui.h:16 +#: ../unity-scope-diodon/unity-scope-diodon.vala:75 +msgid "Clipboard" +msgstr "Vágólap" + +#: ../data/preferences.ui.h:19 +msgid "Hotkeys" +msgstr "Gyorsbillentyűk" + +#: ../data/preferences.ui.h:20 +msgid "Plugins" +msgstr "Bővítmények" + +#: ../libdiodon/clipboard-menu.vala:36 +msgid "" +msgstr "<Üres>" + +#: ../plugins/indicator/indicator.plugin.in.h:1 +msgid "Application Indicator" +msgstr "Alkalmazás Indikátor" + +#: ../plugins/indicator/indicator.plugin.in.h:2 +msgid "Access clipboard history with an application indicator." +msgstr "Vágólap előzmények elérése alkalmazás indikátorral." + +#: ../plugins/indicator/indicator.plugin.in.h:3 +msgid "Copyright © 2011 Diodon Team" +msgstr "Copyright @ 2011 Diodon Team" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:1 +msgid "Clipboard History" +msgstr "Vágólap Előzmények" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:2 +msgid "" +"This is an Ubuntu search plugin that enables information from Diodon to be " +"searched and displayed in the Dash underneath the Clipboard header." +msgstr "" +"Ez egy Ubuntu kereső bővítmény, amivel a Diodonból származó információk " +"kereshetők és megjeleníthetők a Dashben, a Vágólap fejléc alatt." + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:3 +msgid "Search clipboard" +msgstr "Keresés a vágólapon" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:4 +#: ../unity-scope-diodon/unity-scope-diodon.vala:79 +#: ../unity-scope-diodon/unity-scope-diodon.vala:104 +msgid "Text" +msgstr "Szöveg" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:5 +#: ../unity-scope-diodon/unity-scope-diodon.vala:84 +#: ../unity-scope-diodon/unity-scope-diodon.vala:105 +msgid "Files" +msgstr "Fájlok" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:6 +#: ../unity-scope-diodon/unity-scope-diodon.vala:89 +#: ../unity-scope-diodon/unity-scope-diodon.vala:106 +msgid "Images" +msgstr "Képek" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:7 +#: ../unity-scope-diodon/unity-scope-diodon.vala:101 +msgid "Category" +msgstr "Kategória" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:8 +msgid "Text;Files;Images" +msgstr "Szöveg;Fájlok;Képek" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:9 +msgid "Last 24 hours;Last 7 days;Last 30 days;Last year;" +msgstr "Elmúlt 24 óra;Elmúlt 7 nap;Elmúlt 30 nap;Elmúlt év;" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:45 +msgid "Search Clipboard" +msgstr "Keresés a Vágólapon" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:110 +#: ../unity-scope-diodon/unity-scope-diodon.vala:231 +msgid "Date copied" +msgstr "A másolás dátuma" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:112 +msgid "Last 24 hours" +msgstr "Elmúlt 24 óra" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:113 +msgid "Last 7 days" +msgstr "Elmúlt 7 nap" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:114 +msgid "Last 30 days" +msgstr "Elmúlt 30 nap" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:115 +msgid "Last year" +msgstr "Tavaly" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:216 +msgid "Paste" +msgstr "Beillesztés" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:224 +msgid "Origin" +msgstr "Származás" diff -Nru diodon-1.1.0~ubuntu14.04.1/po/LINGUAS diodon-1.2.0~ubuntu14.04.1/po/LINGUAS --- diodon-1.1.0~ubuntu14.04.1/po/LINGUAS 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/LINGUAS 2014-08-03 11:07:34.000000000 +0000 @@ -8,12 +8,14 @@ fi fr gl +hu it ja lt nb nl pl +pt pt_BR ro ru diff -Nru diodon-1.1.0~ubuntu14.04.1/po/nb.po diodon-1.2.0~ubuntu14.04.1/po/nb.po --- diodon-1.1.0~ubuntu14.04.1/po/nb.po 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/nb.po 2014-08-03 11:07:34.000000000 +0000 @@ -8,27 +8,27 @@ "Project-Id-Version: diodon\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-14 17:06+0300\n" -"PO-Revision-Date: 2011-05-12 14:07+0000\n" -"Last-Translator: kamannen \n" +"PO-Revision-Date: 2014-06-16 06:01+0000\n" +"Last-Translator: Thor K. H. \n" "Language-Team: Norwegian Bokmal \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-15 07:08+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-06-17 06:18+0000\n" +"X-Generator: Launchpad (build 17045)\n" "Language: nb\n" #: ../data/diodon.desktop.in.h:1 msgid "Clipboard Manager" -msgstr "" +msgstr "Utklippstavle-behandler" #: ../data/diodon.desktop.in.h:2 msgid "GTK+ Clipboard Manager" -msgstr "" +msgstr "GTK+ håndtering av utklippstavle" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:1 msgid "Use clipboard (Ctrl+C)" -msgstr "" +msgstr "Bruk utklippstavle (Ctrl+C)" #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:2 #: ../data/preferences.ui.h:3 diff -Nru diodon-1.1.0~ubuntu14.04.1/po/pt.po diodon-1.2.0~ubuntu14.04.1/po/pt.po --- diodon-1.1.0~ubuntu14.04.1/po/pt.po 1970-01-01 00:00:00.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/pt.po 2014-08-03 11:07:34.000000000 +0000 @@ -0,0 +1,290 @@ +# Portuguese translation for diodon +# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014 +# This file is distributed under the same license as the diodon package. +# FIRST AUTHOR , 2014. +# +msgid "" +msgstr "" +"Project-Id-Version: diodon\n" +"Report-Msgid-Bugs-To: FULL NAME \n" +"POT-Creation-Date: 2014-03-14 17:06+0300\n" +"PO-Revision-Date: 2014-05-22 17:26+0000\n" +"Last-Translator: Pedro Sardinha \n" +"Language-Team: Portuguese \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2014-05-23 08:23+0000\n" +"X-Generator: Launchpad (build 17017)\n" + +#: ../data/diodon.desktop.in.h:1 +msgid "Clipboard Manager" +msgstr "Gestor da Área de Transferência" + +#: ../data/diodon.desktop.in.h:2 +msgid "GTK+ Clipboard Manager" +msgstr "Gestor da Área de Transferência GTK+" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:1 +msgid "Use clipboard (Ctrl+C)" +msgstr "Usar a área de transferência (Ctrl+C)" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:2 +#: ../data/preferences.ui.h:3 +msgid "" +"Adds content which is copied to the clipboard with e.g. Ctrl + C to the " +"clipboard history." +msgstr "" +"Adiciona à área de transferência conteúdo que é copiado com, p. e., Ctrl+C " +"ao seu histórico." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:3 +msgid "Use primary selection" +msgstr "Usar a selecção primária" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:4 +#: ../data/preferences.ui.h:5 +msgid "" +"Adds the primary selection (an area of the screen which is selected with the " +"mouse) to the clipboard history. Enabling will start process which " +"continually checks what is selected. This might discharge your battery " +"quicker." +msgstr "" +"Adiciona a selecção primária (uma área do ecrã que é seleccionada com o " +"rato) ao histórico da área de transferência. Activar esta opção, iniciará o " +"processo que continuamente verifica o que é seleccionado. Isto pode acentuar " +"a descarga da bateria." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:5 +msgid "Add images to clipboard history" +msgstr "Adicionar imagens ao histórico da área de transferência" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:6 +#: ../data/preferences.ui.h:7 +msgid "" +"Add images copied to clipboard to clipboard history (e.g. when you right " +"click on an image in your browser and choose copy image). Enabling this " +"option will increase memory consumption. Images already added to clipboard " +"history will remain even when disabled." +msgstr "" +"Adiciona imagens copiadas para a área de transferência ao seu histórico (p. " +"e., quando copia uma imagem a partir do seu navegador). Activar esta opção, " +"aumenta o consumo da memória. As imagens já no histórico, permanecerão mesmo " +"que desactive esta opção." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:7 +msgid "Synchronize clipboards" +msgstr "Sincronizar áreas de transferência" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:8 +#: ../data/preferences.ui.h:11 +msgid "" +"Synchronizes the selection (an area of the screen which is selected with the " +"mouse) and the clipboard so that anything in the selection is immediately " +"available in the clipboard and vice versa e.g. for pasting with Ctrl + V and " +"the middle mouse button." +msgstr "" +"Sincroniza a selecção (uma área do ecrã que é seleccionada com o rato) e a " +"área de transferência, assim, qualquer elemento seleccionado, está " +"imediatamente acessível na área de transferência e vice versa. P. e., para " +"colar com Ctrl+V e o botão do meio do rato." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:9 +msgid "Keep clipboard content" +msgstr "Manter o conteúdo da área de transferência" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:10 +#: ../data/preferences.ui.h:9 +msgid "" +"Prevents an empty clipboard. For instance when an application exits, the " +"clipboard would usually be emptied." +msgstr "" +"Previne a área de transferência vazia. P. e., quando uma aplicação é " +"fechada, normalmente a área de transferência é limpa." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:11 +msgid "Automatically paste selected item" +msgstr "Colar automaticamente o item seleccionado" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:12 +#: ../data/preferences.ui.h:13 +msgid "" +"Automatically paste selected item instead of just copying it to the " +"clipboard." +msgstr "" +"Cola automaticamente o item seleccionado em vez de apenas o copiar para a " +"área de transferência." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:13 +msgid "Number of recent clipboard items" +msgstr "Número de itens recentes na área de transferência" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:14 +msgid "Number of recent clipboard items shown in clipboard menu." +msgstr "Número de itens recentes mostrados no menu da área de transferência." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:15 +#: ../data/preferences.ui.h:18 +msgid "History key" +msgstr "Teclas de atalho do histórico" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:16 +#: ../data/preferences.ui.h:17 +msgid "" +"Hotkey to quickly allow you to access menu with recent clipboard items." +msgstr "" +"Teclas de atalho para aceder rapidamente ao menu dos itens recentes da área " +"de transferência." + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:17 +msgid "Active plugins" +msgstr "Extensões activas" + +#: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:18 +msgid "List of active plugins." +msgstr "Lista das extensões activas" + +#: ../data/preferences.ui.h:1 +msgid "Diodon Preferences" +msgstr "Preferências do Diodon" + +#: ../data/preferences.ui.h:2 +msgid "_Use clipboard (Ctrl+C)" +msgstr "_Utilizar a área de transferência" + +#: ../data/preferences.ui.h:4 +msgid "Use _primary selection" +msgstr "Utilizar a selecção _primária" + +#: ../data/preferences.ui.h:6 +msgid "Add _images to clipboard history" +msgstr "Adicionar _imagens ao histórico da área de transferência" + +#: ../data/preferences.ui.h:8 +msgid "_Keep clipboard content" +msgstr "_Manter o conteúdo da área de transferência" + +#: ../data/preferences.ui.h:10 +msgid "S_ynchronize clipboards" +msgstr "S_incronizar as áreas de transferência" + +#: ../data/preferences.ui.h:12 +msgid "_Automatically paste selected item" +msgstr "_Colar automaticamente o item seleccionado" + +#: ../data/preferences.ui.h:14 +msgid "Number of recent clipboard items to be shown in clipboard menu." +msgstr "" +"Número de itens recentes a serem mostrados no menu da área de transferência." + +#: ../data/preferences.ui.h:15 +msgid "Number of recent items" +msgstr "Número de itens recentes" + +#: ../data/preferences.ui.h:16 +#: ../unity-scope-diodon/unity-scope-diodon.vala:75 +msgid "Clipboard" +msgstr "Área de Transferência" + +#: ../data/preferences.ui.h:19 +msgid "Hotkeys" +msgstr "" + +#: ../data/preferences.ui.h:20 +msgid "Plugins" +msgstr "Extensões" + +#: ../libdiodon/clipboard-menu.vala:36 +msgid "" +msgstr "" + +#: ../plugins/indicator/indicator.plugin.in.h:1 +msgid "Application Indicator" +msgstr "Indicador da Aplicação" + +#: ../plugins/indicator/indicator.plugin.in.h:2 +msgid "Access clipboard history with an application indicator." +msgstr "" +"Aceder ao histórico da área de transferência pelo indicador da aplicação." + +#: ../plugins/indicator/indicator.plugin.in.h:3 +msgid "Copyright © 2011 Diodon Team" +msgstr "Direitos de Autor © 2011 Diodon Team" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:1 +msgid "Clipboard History" +msgstr "Histórico da Área de Transferência" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:2 +msgid "" +"This is an Ubuntu search plugin that enables information from Diodon to be " +"searched and displayed in the Dash underneath the Clipboard header." +msgstr "" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:3 +msgid "Search clipboard" +msgstr "Procurar na área de transferência" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:4 +#: ../unity-scope-diodon/unity-scope-diodon.vala:79 +#: ../unity-scope-diodon/unity-scope-diodon.vala:104 +msgid "Text" +msgstr "Texto" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:5 +#: ../unity-scope-diodon/unity-scope-diodon.vala:84 +#: ../unity-scope-diodon/unity-scope-diodon.vala:105 +msgid "Files" +msgstr "Ficheiros" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:6 +#: ../unity-scope-diodon/unity-scope-diodon.vala:89 +#: ../unity-scope-diodon/unity-scope-diodon.vala:106 +msgid "Images" +msgstr "Imagens" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:7 +#: ../unity-scope-diodon/unity-scope-diodon.vala:101 +msgid "Category" +msgstr "Categori­a" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:8 +msgid "Text;Files;Images" +msgstr "Texto;Ficheiros;Imagens" + +#: ../unity-scope-diodon/clipboard.scope.in.in.h:9 +msgid "Last 24 hours;Last 7 days;Last 30 days;Last year;" +msgstr "Últimas 24 horas;Últimos 7 dias;Últimos 30 dias;Último ano;" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:45 +msgid "Search Clipboard" +msgstr "Pesquisar na Área de Transferência" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:110 +#: ../unity-scope-diodon/unity-scope-diodon.vala:231 +msgid "Date copied" +msgstr "Data copiada" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:112 +msgid "Last 24 hours" +msgstr "Últimas 24 horas" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:113 +msgid "Last 7 days" +msgstr "Últimos 7 dias" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:114 +msgid "Last 30 days" +msgstr "Últimos 30 dias" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:115 +msgid "Last year" +msgstr "Último ano" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:216 +msgid "Paste" +msgstr "Colar" + +#: ../unity-scope-diodon/unity-scope-diodon.vala:224 +msgid "Origin" +msgstr "Origem" diff -Nru diodon-1.1.0~ubuntu14.04.1/po/ro.po diodon-1.2.0~ubuntu14.04.1/po/ro.po --- diodon-1.1.0~ubuntu14.04.1/po/ro.po 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/po/ro.po 2014-08-03 11:07:34.000000000 +0000 @@ -8,14 +8,14 @@ "Project-Id-Version: diodon\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-03-14 17:06+0300\n" -"PO-Revision-Date: 2014-03-09 22:21+0000\n" +"PO-Revision-Date: 2014-04-22 06:04+0000\n" "Last-Translator: Marian Vasile \n" "Language-Team: Romanian \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-03-15 07:08+0000\n" -"X-Generator: Launchpad (build 16963)\n" +"X-Launchpad-Export-Date: 2014-04-23 06:05+0000\n" +"X-Generator: Launchpad (build 16985)\n" "Language: ro\n" #: ../data/diodon.desktop.in.h:1 @@ -36,6 +36,8 @@ "Adds content which is copied to the clipboard with e.g. Ctrl + C to the " "clipboard history." msgstr "" +"Adaugă conținutul care este copiat în clipboard cu de ex. Ctrl + C la " +"istoricul acțiunilor." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:3 msgid "Use primary selection" @@ -49,10 +51,14 @@ "continually checks what is selected. This might discharge your battery " "quicker." msgstr "" +"Adaugă selecția primară (o zonă a ecranului care este selectată cu mouse-ul) " +"la istoricul clipboard-ului. La activare se va porni un proces care verifică " +"continuu dacă există ceva selectat. Din această cauză este posibil ca " +"bateria să se descarce mai repede." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:5 msgid "Add images to clipboard history" -msgstr "" +msgstr "Adaugă imagini la istoricul clipboard-ului." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:6 #: ../data/preferences.ui.h:7 @@ -62,6 +68,11 @@ "option will increase memory consumption. Images already added to clipboard " "history will remain even when disabled." msgstr "" +"Adaugă imaginile copiate în clipboard la istoricul acțiunilor (de ex. la " +"efectuarea unui clic dreapta pe o imagine în navigatorul de Internet urmată " +"de selectarea opțiunii copiere imagine). La activarea acestei opțiuni crește " +"consumul de memorie. Imaginile adăugate la istoricul acțiunilor vor rămâne " +"și după dezactivarea funcției." #: ../data/net.launchpad.Diodon.gschema.xml.in.in.h:7 msgid "Synchronize clipboards" @@ -148,7 +159,7 @@ #: ../data/preferences.ui.h:6 msgid "Add _images to clipboard history" -msgstr "" +msgstr "Adaugă _imagini la istoricul clipboard-ului" #: ../data/preferences.ui.h:8 msgid "_Keep clipboard content" diff -Nru diodon-1.1.0~ubuntu14.04.1/tests/wscript_build diodon-1.2.0~ubuntu14.04.1/tests/wscript_build --- diodon-1.1.0~ubuntu14.04.1/tests/wscript_build 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/tests/wscript_build 2014-08-03 11:07:34.000000000 +0000 @@ -8,9 +8,9 @@ features = 'c cprogram test', target = 'diodon-test', vapi_dirs = '../vapi ../libdiodon', - uselib = 'GTK UNIQUE GIOUNIX ZEITGEIST', + uselib = 'GTK GIOUNIX ZEITGEIST', use = 'libdiodon', cflags = ['-include', 'config.h'], - packages = 'gtk+-3.0 unique-3.0 gio-unix-2.0 config zeitgeist-2.0', + packages = 'gtk+-3.0 gio-unix-2.0 config zeitgeist-2.0', source = bld.path.ant_glob (incl='**/*.vala')) diff -Nru diodon-1.1.0~ubuntu14.04.1/unity-scope-diodon/wscript_build diodon-1.2.0~ubuntu14.04.1/unity-scope-diodon/wscript_build --- diodon-1.1.0~ubuntu14.04.1/unity-scope-diodon/wscript_build 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/unity-scope-diodon/wscript_build 2014-08-03 11:07:34.000000000 +0000 @@ -11,7 +11,7 @@ uselib = 'GTK UNITY GEE', use = 'libdiodon', cflags = ['-include', 'config.h'], - packages = 'gtk+-3.0 unity config gee-1.0', + packages = 'gtk+-3.0 unity config gee-0.8', source = 'unity-scope-diodon.vala') prog.install_path = bld.env['LIBDIR_DIODON'] diff -Nru diodon-1.1.0~ubuntu14.04.1/vapi/unique-3.0.vapi diodon-1.2.0~ubuntu14.04.1/vapi/unique-3.0.vapi --- diodon-1.1.0~ubuntu14.04.1/vapi/unique-3.0.vapi 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/vapi/unique-3.0.vapi 1970-01-01 00:00:00.000000000 +0000 @@ -1,73 +0,0 @@ -/* unique-3.0.vapi generated by vapigen, do not modify. */ - -[CCode (cprefix = "Unique", gir_namespace = "Unique", gir_version = "3.0", lower_case_cprefix = "unique_")] -namespace Unique { - [CCode (cheader_filename = "unique/unique.h", type_id = "unique_app_get_type ()")] - public class App : GLib.Object { - [CCode (has_construct_function = false)] - public App (string name, string? startup_id); - public void add_command (string command_name, int command_id); - public Unique.Response send_message (int command_id, Unique.MessageData? message_data); - public void watch_window (Gtk.Window window); - [NoAccessorMethod] - public bool is_running { get; } - [NoAccessorMethod] - public string name { owned get; construct; } - [NoAccessorMethod] - public Gdk.Screen screen { owned get; set construct; } - [NoAccessorMethod] - public string startup_id { owned get; construct; } - public virtual signal Unique.Response message_received (int command, Unique.MessageData message_data, uint time_); - } - [CCode (cheader_filename = "unique/unique.h", type_id = "unique_backend_get_type ()")] - public abstract class Backend : GLib.Object { - [CCode (has_construct_function = false)] - protected Backend (); - public static Unique.Backend create (); - public unowned string get_name (); - public unowned Gdk.Screen get_screen (); - public unowned string get_startup_id (); - public uint get_workspace (); - public virtual bool request_name (); - public virtual Unique.Response send_message (int command_id, Unique.MessageData message_data, uint time_); - public void set_name (string name); - public void set_screen (Gdk.Screen screen); - public void set_startup_id (string startup_id); - } - [CCode (cheader_filename = "unique/unique.h", copy_function = "g_boxed_copy", free_function = "g_boxed_free", type_id = "unique_message_data_get_type ()")] - [Compact] - public class MessageData { - [CCode (has_construct_function = false)] - public MessageData (); - public Unique.MessageData copy (); - public void free (); - public uint8 @get (out size_t length); - public string get_filename (); - public unowned Gdk.Screen get_screen (); - public unowned string get_startup_id (); - public string get_text (); - [CCode (array_length = false, array_null_terminated = true)] - public string[] get_uris (); - public uint get_workspace (); - public void @set (uint8? data, ssize_t length); - public void set_filename (string filename); - public bool set_text (string str, ssize_t length); - public bool set_uris ([CCode (array_length = false, array_null_terminated = true)] string[] uris); - } - [CCode (cheader_filename = "unique/unique.h", cprefix = "UNIQUE_")] - public enum Command { - INVALID, - ACTIVATE, - NEW, - OPEN, - CLOSE - } - [CCode (cheader_filename = "unique/unique.h", cprefix = "UNIQUE_RESPONSE_")] - public enum Response { - INVALID, - OK, - CANCEL, - FAIL, - PASSTHROUGH - } -} diff -Nru diodon-1.1.0~ubuntu14.04.1/wscript diodon-1.2.0~ubuntu14.04.1/wscript --- diodon-1.1.0~ubuntu14.04.1/wscript 2014-04-18 07:10:12.000000000 +0000 +++ diodon-1.2.0~ubuntu14.04.1/wscript 2014-08-03 11:07:34.000000000 +0000 @@ -9,7 +9,7 @@ from waflib.Tools import waf_unit_test NAME = 'Diodon' -VERSION = '1.1.0' +VERSION = '1.2.0' APPNAME = 'diodon' WEBSITE = 'https://launchpad.net/diodon' COPYRIGHT = 'Copyright \xc2\xa9 2010-2014 Diodon Team' @@ -49,14 +49,13 @@ conf.check_cfg(package='gdk-3.0', uselib_store='GDK', atleast_version='3.0.8', mandatory=1, args='--cflags --libs') conf.check_cfg(package='gdk-x11-3.0', uselib_store='GDKX', atleast_version='3.0.8', mandatory=1, args='--cflags --libs') - conf.check_cfg(package='gee-1.0', uselib_store='GEE', atleast_version='0.5.0', mandatory=1, args='--cflags --libs') + conf.check_cfg(package='gee-0.8', uselib_store='GEE', atleast_version='0.10.5', mandatory=1, args='--cflags --libs') conf.check_cfg(package='libpeas-1.0', uselib_store='PEAS', atleast_version='1.1.0', mandatory=1, args='--cflags --libs') conf.check_cfg(package='libpeas-gtk-1.0', uselib_store='PEASGTK', atleast_version='1.1.0', mandatory=1, args='--cflags --libs') conf.check_cfg(package='gio-2.0', uselib_store='GIO', atleast_version='2.32.0', mandatory=1, args='--cflags --libs') conf.check_cfg(package='gio-unix-2.0', uselib_store='GIOUNIX', atleast_version='2.32.0', mandatory=1, args='--cflags --libs') conf.check_cfg(package='glib-2.0', uselib_store='GLIB', atleast_version='2.32.0', mandatory=1, args='--cflags --libs') conf.check_cfg(package='gtk+-3.0', uselib_store='GTK', atleast_version='3.0.8', mandatory=1, args='--cflags --libs') - conf.check_cfg(package='unique-3.0', uselib_store='UNIQUE', atleast_version='3.0.0', mandatory=1, args='--cflags --libs') conf.check_cfg(package='x11', uselib_store='X11', atleast_version='1.3.2', mandatory=1, args='--cflags --libs') conf.check_cfg(package='xtst', uselib_store='XTST', atleast_version='1.2.0', mandatory=1, args='--cflags --libs') conf.check_cfg(package='zeitgeist-2.0', uselib_store='ZEITGEIST', atleast_version='0.9.14', mandatory=1, args='--cflags --libs') @@ -136,14 +135,11 @@ def setup_tests(ctx): ctx.dbus = DBusPrivateMessageBus() - error = ctx.dbus.run(ignore_errors=True) - if error: - error = "Failed to setup private bus, error was %s" %error - raise RuntimeError(error) - else: - Logs.info("Testsuite is running using a private dbus bus") - config = ctx.dbus.dbus_config.copy() - config.update({"DISPLAY": ctx.dbus.DISPLAY, "pid.Xvfb": ctx.dbus.display.pid}) + error = ctx.dbus.run() + + Logs.info("Testsuite is running using a private dbus bus") + config = ctx.dbus.dbus_config.copy() + config.update({"DISPLAY": ctx.dbus.DISPLAY, "pid.Xvfb": ctx.dbus.display.pid}) ctx.zeitgeist_process = start_zeitgeist_daemon()