diff -Nru gqrcode-0.2.0/debian/changelog gqrcode-0.3.0/debian/changelog --- gqrcode-0.2.0/debian/changelog 2016-02-29 21:36:30.000000000 +0000 +++ gqrcode-0.3.0/debian/changelog 2016-04-10 21:46:17.000000000 +0000 @@ -1,3 +1,14 @@ +gqrcode (0.3.0-1ubuntu1) wily; urgency=medium + + * Added geolocation + * Added plain text + * Added telephone number + * Added email + * Added url + * Added wifi login + + -- Lorenzo Carbonell Sun, 10 Apr 2016 23:46:10 +0200 + gqrcode (0.2.0-1ubuntu5) wily; urgency=medium * Ported to wily diff -Nru gqrcode-0.2.0/debian/gqrcode.install gqrcode-0.3.0/debian/gqrcode.install --- gqrcode-0.2.0/debian/gqrcode.install 2016-02-29 14:17:06.000000000 +0000 +++ gqrcode-0.3.0/debian/gqrcode.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,8 +0,0 @@ -bin/gqrcode /opt/extras.ubuntu.com/gqrcode/bin -src/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode -src/qrcode/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode/qrcode -src/qrcode/image/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode/qrcode/image -src/qrcode/tests/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode/qrcode/tests -data/gqrcode.desktop /usr/share/applications -data/icons/gqrcode.svg /opt/extras.ubuntu.com/gqrcode/share/icons -debian/changelog /opt/extras.ubuntu.com/gqrcode/share/gqrcode diff -Nru gqrcode-0.2.0/debian/install gqrcode-0.3.0/debian/install --- gqrcode-0.2.0/debian/install 1970-01-01 00:00:00.000000000 +0000 +++ gqrcode-0.3.0/debian/install 2016-04-10 21:45:41.000000000 +0000 @@ -0,0 +1,10 @@ +bin/gqrcode /opt/extras.ubuntu.com/gqrcode/bin +src/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode +src/*.svg /opt/extras.ubuntu.com/gqrcode/share/gqrcode +src/*.html /opt/extras.ubuntu.com/gqrcode/share/gqrcode +src/qrcode/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode/qrcode +src/qrcode/image/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode/qrcode/image +src/qrcode/tests/*.py /opt/extras.ubuntu.com/gqrcode/share/gqrcode/qrcode/tests +data/gqrcode.desktop /usr/share/applications +data/icons/gqrcode.svg /opt/extras.ubuntu.com/gqrcode/share/icons +debian/changelog /opt/extras.ubuntu.com/gqrcode/share/gqrcode diff -Nru gqrcode-0.2.0/debian/rules gqrcode-0.3.0/debian/rules --- gqrcode-0.2.0/debian/rules 2016-02-28 16:25:49.000000000 +0000 +++ gqrcode-0.3.0/debian/rules 2016-04-10 19:52:11.000000000 +0000 @@ -1,6 +1,103 @@ #!/usr/bin/make -f -# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# This file is public domain software, originally written by Joey Hess. +# +# This version is for packages that are architecture independent. +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 -%: - dh $@ --with python2 +build: build-stamp +build-stamp: + dh_testdir + + # Add here commands to compile the package. + #$(MAKE) + + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp + + # Add here commands to clean up after the build process. + #$(MAKE) clean + #$(MAKE) distclean + + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + dh_install + # Create languages directories + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/eu/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/it/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/en/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/ro/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/tr/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/gl/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/es/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/fr/LC_MESSAGES + mkdir -p ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/de/LC_MESSAGES + # End create languages directories + # Compile languages + msgfmt template1/eu.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/eu/LC_MESSAGES/gqrcode.mo + msgfmt template1/it.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/it/LC_MESSAGES/gqrcode.mo + msgfmt template1/en.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/en/LC_MESSAGES/gqrcode.mo + msgfmt template1/ro.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/ro/LC_MESSAGES/gqrcode.mo + msgfmt template1/tr.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/tr/LC_MESSAGES/gqrcode.mo + msgfmt template1/gl.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/gl/LC_MESSAGES/gqrcode.mo + msgfmt template1/es.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/es/LC_MESSAGES/gqrcode.mo + msgfmt template1/fr.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/fr/LC_MESSAGES/gqrcode.mo + msgfmt template1/de.po -o ${CURDIR}/debian/gqrcode/usr/share/locale-langpack/de/LC_MESSAGES/gqrcode.mo + # End comile languages + + # Add here commands to install the package into debian/. + #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + # added gconf and icons + dh_gconf + dh_icons +# dh_installmenu +# dh_installdebconf +# dh_installlogrotate +# dh_installemacsen +# dh_installcatalogs +# dh_installpam +# dh_installmime +# dh_installinit +# dh_installcron +# dh_installinfo +# dh_installwm +# dh_installudev +# dh_lintian +# dh_bugfiles +# dh_undocumented + dh_installman + dh_link + dh_compress + dh_fixperms +# dh_perl + dh_pysupport + dh_installdeb + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install diff -Nru gqrcode-0.2.0/src/comun.py gqrcode-0.3.0/src/comun.py --- gqrcode-0.2.0/src/comun.py 2016-02-29 20:57:28.000000000 +0000 +++ gqrcode-0.3.0/src/comun.py 2016-04-10 16:42:35.000000000 +0000 @@ -52,6 +52,8 @@ CHANGELOG = os.path.join(DEBIANDIR, 'changelog') ICON = os.path.normpath(os.path.join(ROOTDIR, '../data/icons/gqrcode.svg')) +HTML_WAI = os.path.join(APPDIR, 'whereami.html') + f = open(CHANGELOG, 'r') line = f.readline() f.close() Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/comun.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/comun.pyc differ diff -Nru gqrcode-0.2.0/src/gqrcode.py gqrcode-0.3.0/src/gqrcode.py --- gqrcode-0.2.0/src/gqrcode.py 2016-02-29 21:35:18.000000000 +0000 +++ gqrcode-0.3.0/src/gqrcode.py 2016-04-10 19:53:10.000000000 +0000 @@ -23,7 +23,9 @@ # # from gi.repository import Gtk +from gi.repository import Gdk from gi.repository import GdkPixbuf +from gi.repository import WebKit import os import shlex import subprocess @@ -31,9 +33,25 @@ import qrcode import qrcode.image.svg import tempfile +import time +import queue from comun import _ +def select_value_in_combo(combo, value): + model = combo.get_model() + for i, item in enumerate(model): + if value == item[1]: + combo.set_active(i) + return + combo.set_active(0) + + +def get_selected_value_in_combo(combo): + model = combo.get_model() + return model.get_value(combo.get_active_iter(), 1) + + def get_temporary_name(): return tempfile.NamedTemporaryFile(mode='w+b', prefix='gqrcode', @@ -58,101 +76,414 @@ self.set_resizable(False) self.set_icon_from_file(comun.ICON) self.connect('destroy', self.close_application) - vbox = Gtk.VBox(spacing=5) - vbox.set_border_width(5) - self.add(vbox) - # - notebook = Gtk.Notebook() - vbox.pack_start(notebook, False, False, 0) - # - table1 = Gtk.Table(rows=4, columns=2, homogeneous=False) - table1.set_border_width(5) - table1.set_col_spacings(5) - table1.set_row_spacings(5) - notebook.append_page(table1, tab_label=Gtk.Label(_('Encode'))) + hbox = Gtk.HBox(spacing=5) + hbox.set_border_width(5) + self.add(hbox) + # + self.lat, self.lng = 0.0, 0.0 + # + notebook1 = Gtk.Notebook() + hbox.pack_start(notebook1, False, False, 0) + # + table12 = Gtk.Table(rows=2, columns=2, homogeneous=False) + table12.set_border_width(5) + table12.set_col_spacings(5) + table12.set_row_spacings(5) + notebook1.append_page(table12, tab_label=Gtk.Label(_('Text'))) # label1 = Gtk.Label(_('Set text to encode: ')) label1.set_alignment(0, .5) - table1.attach( + table12.attach( label1, 0, 1, 0, 1, xoptions=Gtk.AttachOptions.SHRINK, yoptions=Gtk.AttachOptions.SHRINK) # - self.entry1 = Gtk.Entry() - self.entry1.set_alignment(0) - self.entry1.set_width_chars(40) - table1.attach( - self.entry1, 1, 2, 0, 1, + self.entry12 = Gtk.Entry() + self.entry12.set_alignment(0) + self.entry12.set_width_chars(40) + table12.attach( + self.entry12, 1, 2, 0, 1, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) + # + self.button12 = Gtk.Button(_('Encode')) + self.button12.connect('clicked', self.encode, 'text') + table12.attach( + self.button12, 0, 2, 1, 2, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) # + table11 = Gtk.Table(rows=1, columns=1, homogeneous=False) + table11.set_border_width(5) + table11.set_col_spacings(5) + table11.set_row_spacings(5) + notebook1.append_page(table11, tab_label=Gtk.Label(_('Geolocation'))) + scrolledwindow0 = Gtk.ScrolledWindow() + scrolledwindow0.set_policy(Gtk.PolicyType.AUTOMATIC, + Gtk.PolicyType.AUTOMATIC) + scrolledwindow0.set_shadow_type(Gtk.ShadowType.ETCHED_OUT) + scrolledwindow0.set_size_request(500, 400) + table11.attach( + scrolledwindow0, 0, 1, 0, 1, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) + + self.viewer = WebKit.WebView() + self.viewer.connect('title-changed', self.title_changed) + self.viewer.connect('geolocation-policy-decision-requested', + self.on_permission_request) + self.viewer.open('file://' + comun.HTML_WAI) + # self.viewer.open('/home/atareao/Escritorio/whereami.html') + scrolledwindow0.add(self.viewer) + scrolledwindow0.set_size_request(500, 400) + # self.button1 = Gtk.Button(_('Encode')) - self.button1.connect('clicked', self.encode) - table1.attach( - self.button1, 0, 2, 1, 2, + self.button1.connect('clicked', self.encode, 'geolocation') + table11.attach( + self.button1, 0, 1, 1, 2, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) + # + self.coordinates = None + self.time = time.time() + self.message_queue = queue.Queue() + # + # + table13 = Gtk.Table(rows=2, columns=2, homogeneous=False) + table13.set_border_width(5) + table13.set_col_spacings(5) + table13.set_row_spacings(5) + notebook1.append_page(table13, + tab_label=Gtk.Label(_('Telephone number'))) + # + label1 = Gtk.Label(_('Set number to encode:')) + label1.set_alignment(0, .5) + table13.attach( + label1, 0, 1, 0, 1, + xoptions=Gtk.AttachOptions.SHRINK, + yoptions=Gtk.AttachOptions.SHRINK) + # + self.entry13 = Gtk.Entry() + self.entry13.set_alignment(0) + self.entry13.set_width_chars(40) + table13.attach( + self.entry13, 1, 2, 0, 1, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) # - self.image1 = Gtk.Image() - table1.attach( - self.image1, 0, 2, 2, 3, + self.button13 = Gtk.Button(_('Encode')) + self.button13.connect('clicked', self.encode, 'telephone') + table13.attach( + self.button13, 0, 2, 1, 2, xoptions=Gtk.AttachOptions.FILL, - yoptions=Gtk.AttachOptions.FILL) + yoptions=Gtk.AttachOptions.SHRINK) + # + table14 = Gtk.Table(rows=2, columns=2, homogeneous=False) + table14.set_border_width(5) + table14.set_col_spacings(5) + table14.set_row_spacings(5) + notebook1.append_page(table14, + tab_label=Gtk.Label(_('Email'))) + # + label1 = Gtk.Label(_('Set email:')) + label1.set_alignment(0, .5) + table14.attach( + label1, 0, 1, 0, 1, + xoptions=Gtk.AttachOptions.SHRINK, + yoptions=Gtk.AttachOptions.SHRINK) + # + self.entry14 = Gtk.Entry() + self.entry14.set_alignment(0) + self.entry14.set_width_chars(40) + table14.attach( + self.entry14, 1, 2, 0, 1, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) + # + button14 = Gtk.Button(_('Encode')) + button14.connect('clicked', self.encode, 'email') + table14.attach( + button14, 0, 2, 1, 2, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) + # + table15 = Gtk.Table(rows=2, columns=2, homogeneous=False) + table15.set_border_width(5) + table15.set_col_spacings(5) + table15.set_row_spacings(5) + notebook1.append_page(table15, + tab_label=Gtk.Label(_('Url'))) + # + label1 = Gtk.Label(_('Set url:')) + label1.set_alignment(0, .5) + table15.attach( + label1, 0, 1, 0, 1, + xoptions=Gtk.AttachOptions.SHRINK, + yoptions=Gtk.AttachOptions.SHRINK) + # + self.entry15 = Gtk.Entry() + self.entry15.set_alignment(0) + self.entry15.set_width_chars(40) + table15.attach( + self.entry15, 1, 2, 0, 1, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) # - self.button2 = Gtk.Button(_('Save as') + '...') - self.button2.connect('clicked', self.save_encoded) - table1.attach( - self.button2, 0, 2, 3, 4, + button15 = Gtk.Button(_('Encode')) + button15.connect('clicked', self.encode, 'url') + table15.attach( + button15, 0, 2, 1, 2, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) # - table2 = Gtk.Table(rows=4, columns=2, homogeneous=False) - table2.set_border_width(5) - table2.set_col_spacings(5) - table2.set_row_spacings(5) - notebook.append_page(table2, tab_label=Gtk.Label(_('Decode'))) + table16 = Gtk.Table(rows=3, columns=2, homogeneous=False) + table16.set_border_width(5) + table16.set_col_spacings(5) + table16.set_row_spacings(5) + notebook1.append_page(table16, + tab_label=Gtk.Label(_('Wifi Login'))) + # + label1 = Gtk.Label(_('SSID/Network name:')) + label1.set_alignment(0, .5) + table16.attach( + label1, 0, 1, 0, 1, + xoptions=Gtk.AttachOptions.SHRINK, + yoptions=Gtk.AttachOptions.SHRINK) + # + self.entry161 = Gtk.Entry() + self.entry161.set_alignment(0) + self.entry161.set_width_chars(40) + table16.attach( + self.entry161, 1, 2, 0, 1, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) + # + label1 = Gtk.Label(_('Password:')) + label1.set_alignment(0, .5) + table16.attach( + label1, 0, 1, 1, 2, + xoptions=Gtk.AttachOptions.SHRINK, + yoptions=Gtk.AttachOptions.SHRINK) # - self.button3 = Gtk.Button(_('Load qrcode image')) - self.button3.connect('clicked', self.load_qrcode) - table2.attach( - self.button3, 0, 2, 0, 1, + self.entry162 = Gtk.Entry() + self.entry162.set_visibility(False) + self.entry162.set_alignment(0) + self.entry162.set_width_chars(40) + table16.attach( + self.entry162, 1, 2, 1, 2, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) # - self.image2 = Gtk.Image() - table2.attach( - self.image2, 0, 2, 1, 2, + label1 = Gtk.Label(_('Network type:')) + label1.set_alignment(0, .5) + table16.attach( + label1, 0, 1, 2, 3, + xoptions=Gtk.AttachOptions.SHRINK, + yoptions=Gtk.AttachOptions.SHRINK) + self.liststore163 = Gtk.ListStore(str, str) + self.liststore163.append([_('WEP'), 'WEP']) + self.liststore163.append([_('WPA/WPA2'), 'WPA']) + self.liststore163.append([_('No encryption'), 'nopass']) + self.combobox163 = Gtk.ComboBox.new() + self.combobox163.set_model(self.liststore163) + cell163 = Gtk.CellRendererText() + self.combobox163.pack_start(cell163, True) + self.combobox163.add_attribute(cell163, 'text', 0) + select_value_in_combo(self.combobox163, 'wpa') + table16.attach(self.combobox163, 1, 2, 2, 3, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.FILL, + xpadding=5, ypadding=5) + button16 = Gtk.Button(_('Encode')) + button16.connect('clicked', self.encode, 'wifi') + table16.attach( + button16, 0, 2, 3, 4, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.SHRINK) # + # + # + self.notebook2 = Gtk.Notebook() + hbox.pack_start(self.notebook2, False, False, 0) + # + table21 = Gtk.Table(rows=2, columns=2, homogeneous=False) + table21.set_border_width(5) + table21.set_col_spacings(5) + table21.set_row_spacings(5) + self.notebook2.append_page(table21, tab_label=Gtk.Label(_('Encode'))) + # + self.image21 = Gtk.Image() + table21.attach( + self.image21, 0, 2, 0, 1, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.FILL) + self.image21.set_size_request(400, 400) # - self.button4 = Gtk.Button(_('Decode')) - self.button4.connect('clicked', self.decode) - table2.attach( - self.button4, 0, 2, 2, 3, + label21 = Gtk.Label(_('Encoded text:')) + label21.set_alignment(0, .5) + table21.attach( + label21, 0, 1, 1, 2, + xoptions=Gtk.AttachOptions.SHRINK, + yoptions=Gtk.AttachOptions.SHRINK) + # + self.entry21 = Gtk.Entry() + self.entry21.set_alignment(0) + self.entry21.set_editable(False) + self.entry21.set_width_chars(40) + table21.attach( + self.entry21, 1, 2, 1, 2, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) # - label2 = Gtk.Label(_('Decoded') + ': ') - label2.set_alignment(0, 0.5) - table2.attach( - label2, 0, 1, 3, 4, + # + table22 = Gtk.Table(rows=2, columns=2, homogeneous=False) + table22.set_border_width(5) + table22.set_col_spacings(5) + table22.set_row_spacings(5) + self.notebook2.append_page(table22, tab_label=Gtk.Label(_('Decode'))) + # + self.image22 = Gtk.Image() + table22.attach( + self.image22, 0, 2, 0, 1, + xoptions=Gtk.AttachOptions.FILL, + yoptions=Gtk.AttachOptions.FILL) + self.image22.set_size_request(400, 400) + # + label22 = Gtk.Label(_('Decoded') + ': ') + label22.set_alignment(0, 0.5) + table22.attach( + label22, 0, 1, 1, 2, xoptions=Gtk.AttachOptions.SHRINK, yoptions=Gtk.AttachOptions.SHRINK) # - self.entry2 = Gtk.Entry() - self.entry2.set_alignment(0) - self.entry2.set_width_chars(50) - table2.attach( - self.entry2, 1, 2, 3, 4, + self.entry22 = Gtk.Entry() + self.entry22.set_alignment(0) + self.entry22.set_width_chars(50) + table22.attach( + self.entry22, 1, 2, 1, 2, xoptions=Gtk.AttachOptions.FILL, yoptions=Gtk.AttachOptions.SHRINK) # - self.about_button = Gtk.Button(stock=Gtk.STOCK_DIALOG_INFO) - self.about_button.connect('clicked', self.about_action) - vbox.pack_start(self.about_button, False, False, 0) + self.init_menu(hbox) # self.show_all() + def init_menu(self, vbox): + menubar = Gtk.MenuBar() + vbox.pack_start(menubar, False, False, 0) + accel_group = Gtk.AccelGroup() + self.add_accel_group(accel_group) + + ################################################################ + self.filemenu = Gtk.Menu.new() + self.filem = Gtk.MenuItem.new_with_label(_('File')) + self.filem.set_submenu(self.filemenu) + # + self.menus = {} + # + self.menus['load'] = Gtk.ImageMenuItem.new_with_label(_('load file')) + self.menus['load'].connect('activate', + self.on_menu_clicked, 'load') + self.menus['load'].add_accelerator( + 'activate', accel_group, ord('L'), Gdk.ModifierType.CONTROL_MASK, + Gtk.AccelFlags.VISIBLE) + self.filemenu.append(self.menus['load']) + self.filemenu.append(Gtk.SeparatorMenuItem()) + self.menus['save-as'] = Gtk.ImageMenuItem.new_with_label(_('Save as')) + self.menus['save-as'].connect('activate', + self.on_menu_clicked, 'save-as') + self.menus['save-as'].add_accelerator( + 'activate', accel_group, ord('S'), Gdk.ModifierType.CONTROL_MASK, + Gtk.AccelFlags.VISIBLE) + self.filemenu.append(self.menus['save-as']) + + menubar.append(self.filem) + self.filehelp = Gtk.Menu.new() + self.fileh = Gtk.MenuItem.new_with_label(_('Help')) + self.fileh.set_submenu(self.get_help_menu()) + # + menubar.append(self.fileh) + + def on_menu_clicked(self, widget, option): + if option == 'save-as': + self.save_encoded() + elif option == 'load': + self.load_qrcode() + + def get_help_menu(self): + help_menu = Gtk.Menu() + # + homepage_item = Gtk.MenuItem(label=_( + 'Homepage')) + homepage_item.connect('activate', + lambda x: webbrowser.open('http://www.atareao.es\ +/apps/my-weather-indicator-para-ubuntu/')) + homepage_item.show() + help_menu.append(homepage_item) + # + help_item = Gtk.MenuItem(label=_( + 'Get help online...')) + help_item.connect('activate', + lambda x: webbrowser.open('http://www.atareao.es\ +/apps/my-weather-indicator-para-ubuntu/')) + help_item.show() + help_menu.append(help_item) + # + translate_item = Gtk.MenuItem(label=_( + 'Translate this application...')) + translate_item.connect('activate', + lambda x: webbrowser.open('http://www.atareao.es\ +/apps/my-weather-indicator-para-ubuntu/')) + translate_item.show() + help_menu.append(translate_item) + # + bug_item = Gtk.MenuItem(label=_( + 'Report a bug...')) + bug_item.connect('activate', + lambda x: webbrowser.open('https://github.com/atareao\ +/my-weather-indicator/issues')) + bug_item.show() + help_menu.append(bug_item) + # + separator = Gtk.SeparatorMenuItem() + separator.show() + help_menu.append(separator) + # + twitter_item = Gtk.MenuItem(label=_( + 'Follow me in Twitter')) + twitter_item.connect('activate', + lambda x: webbrowser.open( + 'https://twitter.com/atareao')) + twitter_item.show() + help_menu.append(twitter_item) + # + googleplus_item = Gtk.MenuItem(label=_( + 'Follow me in Google+')) + googleplus_item.connect('activate', + lambda x: webbrowser.open( + 'https://plus.google.com/\ +118214486317320563625/posts')) + googleplus_item.show() + help_menu.append(googleplus_item) + # + facebook_item = Gtk.MenuItem(label=_( + 'Follow me in Facebook')) + facebook_item.connect('activate', + lambda x: webbrowser.open( + 'http://www.facebook.com/elatareao')) + facebook_item.show() + help_menu.append(facebook_item) + # + about_item = Gtk.MenuItem.new_with_label(_('About')) + about_item.connect('activate', self.about_action) + about_item.show() + separator = Gtk.SeparatorMenuItem() + separator.show() + help_menu.append(separator) + help_menu.append(about_item) + # + help_menu.show() + return help_menu + def about_action(self, widget): ad = Gtk.AboutDialog() ad.set_name(comun.APPNAME) @@ -188,8 +519,8 @@ ad.run() ad.destroy() - def decode(self, widget): - pixbuf = self.image2.get_pixbuf() + def decode(self): + pixbuf = self.image22.get_pixbuf() if pixbuf is not None and self.qrcode_file is not None: mtempfile = tempfile.NamedTemporaryFile(mode='w+b', prefix='gqrcode', @@ -206,10 +537,37 @@ salida = utf8Data.decode("utf-8").split('QR-Code:')[1] if salida.endswith('\n'): salida = salida[:-1] - self.entry2.set_text(salida) + self.entry22.set_text(salida) + self.notebook2.set_current_page(1) - def encode(self, widget): - to_encode = self.entry1.get_text() + def encode(self, widget, option): + if option == 'geolocation': + to_encode = 'geo:%1.4f,%1.4f' % (self.lat, self.lng) + elif option == 'text': + to_encode = self.entry12.get_text() + elif option == 'telephone': + to_encode = 'TEL:'+self.entry13.get_text() + elif option == 'email': + to_encode = 'MAILTO:'+self.entry14.get_text() + elif option == 'url': + to_encode = self.entry15.get_text() + if not to_encode.startswith('http://') and\ + not to_encode.startswith('https://'): + if to_encode.startswith('//'): + to_encode = 'http:' + to_encode + elif to_encode.startswith('/'): + to_encode = 'http:/' + to_encode + else: + to_encode = 'http://' + to_encode + elif option == 'wifi': + ssid = self.entry161.get_text() + password = self.entry162.get_text() + network_type = get_selected_value_in_combo(self.combobox163) + print(ssid, password, network_type) + to_encode = 'WIFI:T:%s;S:%s;P:%s;;' % ( + network_type, ssid, password) + else: + return qr = qrcode.QRCode( version=0, error_correction=qrcode.constants.ERROR_CORRECT_L, @@ -222,12 +580,14 @@ f = open(mtempfile, 'wb') image.save(f) f.close() - pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(mtempfile, 255, 255) - self.image1.set_from_pixbuf(pixbuf) + pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(mtempfile, 400, 400) + self.image21.set_from_pixbuf(pixbuf) if os.path.exists(mtempfile): os.remove(mtempfile) + self.notebook2.set_current_page(0) + self.entry21.set_text(to_encode) - def load_qrcode(self, widget): + def load_qrcode(self): fcd = Gtk.FileChooserDialog( _('Set file to load qrcode'), self, Gtk.FileChooserAction.OPEN, @@ -248,10 +608,11 @@ filename = fcd.get_filename() if os.path.exists(filename): pixbuf = GdkPixbuf.Pixbuf.new_from_file_at_size(filename, - 255, 255) - self.image2.set_from_pixbuf(pixbuf) + 400, 400) + self.image22.set_from_pixbuf(pixbuf) self.qrcode_file = filename fcd.destroy() + self.decode() def update_preview_cb(self, file_chooser, preview): filename = file_chooser.get_preview_filename() @@ -264,8 +625,8 @@ file_chooser.set_preview_widget_active(have_preview) return - def save_encoded(self, widget): - pixbuf = self.image1.get_pixbuf() + def save_encoded(self): + pixbuf = self.image21.get_pixbuf() if pixbuf is not None: fcd = Gtk.FileChooserDialog( _('Set file to save encode image'), @@ -290,6 +651,79 @@ def close_application(self, widget): self.destroy() + def search_location(self): + self.set_wait_cursor() + self.web_send('findme()') + self.set_normal_cursor() + + ''' + ##########################ENGINE#################################### + ''' + + def inicialize(self): + self.web_send('mlat=%s;' % (self.lat)) + self.web_send('mlon=%s;' % (self.lon)) + + def work(self): + while Gtk.events_pending(): + Gtk.main_iteration() + msg = self.web_recv() + print(' **** msg **** ') + print(msg) + print(' **** *** **** ') + if msg: + try: + if msg.startswith('lon='): + longitude, latitude = msg.split(',') + longitude = longitude[4:] + latitude = latitude[4:] + self.search_location() # latitude, longitude) + print(self.lat, self.lng) + print(latitude, longitude) + self.lat = float(latitude) + self.lng = float(longitude) + self.web_send('center(%s, %s)' % (self.lat, self.lng)) + except Exception as e: + msg = None + print('Error: %s' % e) + if msg == 'exit': + self.close_application(None) + + def on_permission_request(self, widget, frame, geolocationpolicydecision): + WebKit.geolocation_policy_allow(geolocationpolicydecision) + return True + + ''' + #########################BROWSER#################################### + ''' + + def title_changed(self, widget, frame, title): + if title != 'null': + self.message_queue.put(title) + self.work() + + def web_recv(self): + if self.message_queue.empty(): + return None + else: + msg = self.message_queue.get() + print('recivied: %s' % (msg)) + return msg + + def web_send(self, msg): + print('send: %s' % (msg)) + self.viewer.execute_script(msg) + + def set_wait_cursor(self): + self.get_root_window().set_cursor(Gdk.Cursor(Gdk.CursorType.WATCH)) + while Gtk.events_pending(): + Gtk.main_iteration() + + def set_normal_cursor(self): + self.get_root_window().set_cursor(Gdk.Cursor(Gdk.CursorType.ARROW)) + while Gtk.events_pending(): + Gtk.main_iteration() + if __name__ == '__main__': gqrcode = GQRCode() Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/gqrcode.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/gqrcode.pyc differ diff -Nru gqrcode-0.2.0/src/marker.svg gqrcode-0.3.0/src/marker.svg --- gqrcode-0.2.0/src/marker.svg 1970-01-01 00:00:00.000000000 +0000 +++ gqrcode-0.3.0/src/marker.svg 2016-04-10 16:42:27.000000000 +0000 @@ -0,0 +1,24 @@ + + + + + + + + + + Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/base.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/base.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/constants.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/constants.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/exceptions.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/exceptions.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/base.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/base.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/__init__.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/__init__.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/pil.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/pil.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/pure.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/pure.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/__pycache__/base.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/__pycache__/base.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/__pycache__/__init__.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/__pycache__/__init__.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/__pycache__/pil.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/__pycache__/pil.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/__pycache__/pure.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/__pycache__/pure.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/__pycache__/svg.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/__pycache__/svg.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/image/svg.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/image/svg.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/__init__.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/__init__.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/main.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/main.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/__pycache__/base.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/__pycache__/base.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/__pycache__/constants.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/__pycache__/constants.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/__pycache__/exceptions.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/__pycache__/exceptions.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/__pycache__/__init__.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/__pycache__/__init__.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/__pycache__/main.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/__pycache__/main.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/__pycache__/util.cpython-34.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/__pycache__/util.cpython-34.pyc differ Binary files /tmp/tmpjL61ok/cPTY6yXJdS/gqrcode-0.2.0/src/qrcode/util.pyc and /tmp/tmpjL61ok/u2sxczvonT/gqrcode-0.3.0/src/qrcode/util.pyc differ diff -Nru gqrcode-0.2.0/src/whereami.html gqrcode-0.3.0/src/whereami.html --- gqrcode-0.2.0/src/whereami.html 1970-01-01 00:00:00.000000000 +0000 +++ gqrcode-0.3.0/src/whereami.html 2016-04-10 16:42:12.000000000 +0000 @@ -0,0 +1,152 @@ + + + + + + + + + + + + + +
+ + + diff -Nru gqrcode-0.2.0/template1/de.po gqrcode-0.3.0/template1/de.po --- gqrcode-0.2.0/template1/de.po 2012-02-18 08:56:53.000000000 +0000 +++ gqrcode-0.3.0/template1/de.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: German\n" @@ -17,45 +17,158 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Encode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Set Text zu codieren:" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Speichern unter" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Set Text zu codieren:" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Encode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "Load qrcode Bild" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "decodiert" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Speichern unter" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "Ein Antrag auf kodieren und dekodieren" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "Set Datei qrcode Last" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "Set Datei zu verschlüsseln Bild speichern" + +#~ msgid "Load qrcode image" +#~ msgstr "Load qrcode Bild" diff -Nru gqrcode-0.2.0/template1/en.po gqrcode-0.3.0/template1/en.po --- gqrcode-0.2.0/template1/en.po 2012-02-18 08:56:52.000000000 +0000 +++ gqrcode-0.3.0/template1/en.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: English\n" @@ -17,45 +17,158 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Encode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Set text to encode: " -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Save as" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Set text to encode: " + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Encode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "Load qrcode image" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "Decoded" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Save as" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "An application to code and decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "Set file to load qrcode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "Set file to save encode image" + +#~ msgid "Load qrcode image" +#~ msgstr "Load qrcode image" diff -Nru gqrcode-0.2.0/template1/es.po gqrcode-0.3.0/template1/es.po --- gqrcode-0.2.0/template1/es.po 2012-02-18 08:56:53.000000000 +0000 +++ gqrcode-0.3.0/template1/es.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: Spanish\n" @@ -17,45 +17,158 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Codificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Introduce el texto a codificar:" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Guardar como" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Introduce el texto a codificar:" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Codificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Descodificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "Cargar la imagen qrcode" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "Descodificado" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Guardar como" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "Una aplicación para codificar y decodificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "Establecer el archivo para cargar qrcode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "Establecer el archivo para guardar la imagen codificada" + +#~ msgid "Load qrcode image" +#~ msgstr "Cargar la imagen qrcode" diff -Nru gqrcode-0.2.0/template1/eu.po gqrcode-0.3.0/template1/eu.po --- gqrcode-0.2.0/template1/eu.po 2012-02-18 08:56:52.000000000 +0000 +++ gqrcode-0.3.0/template1/eu.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: Basque\n" @@ -16,45 +16,153 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 -msgid "Decode" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +msgid "Set number to encode:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +msgid "Encoded text:" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 +msgid "Decode" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "" diff -Nru gqrcode-0.2.0/template1/fr.po gqrcode-0.3.0/template1/fr.po --- gqrcode-0.2.0/template1/fr.po 2012-02-18 08:56:53.000000000 +0000 +++ gqrcode-0.3.0/template1/fr.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: French\n" @@ -17,45 +17,158 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Du texte à coder" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Encode:" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Enregistrer sous" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Encode:" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Du texte à coder" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "image QRCode charge" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "décodé" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Enregistrer sous" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "Une demande pour coder et décoder" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "Set de fichier à charger QRCode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "Définir pour enregistrer le fichier image coder" + +#~ msgid "Load qrcode image" +#~ msgstr "image QRCode charge" diff -Nru gqrcode-0.2.0/template1/gl.po gqrcode-0.3.0/template1/gl.po --- gqrcode-0.2.0/template1/gl.po 2012-02-18 08:56:53.000000000 +0000 +++ gqrcode-0.3.0/template1/gl.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: Galician\n" @@ -16,45 +16,158 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Conxunto de texto para codificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Encoder:" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Gardar como" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Encoder:" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Conxunto de texto para codificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "imaxe qrcode Carga" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "decodificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Gardar como" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "Unha aplicación para codificar e decodificar" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "conxunto de arquivos para cargar o QRCode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "conxunto de arquivos para gardar a imaxe codificar" + +#~ msgid "Load qrcode image" +#~ msgstr "imaxe qrcode Carga" diff -Nru gqrcode-0.2.0/template1/it.po gqrcode-0.3.0/template1/it.po --- gqrcode-0.2.0/template1/it.po 2012-02-18 08:56:52.000000000 +0000 +++ gqrcode-0.3.0/template1/it.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: Italian\n" @@ -17,45 +17,158 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Testo Set per la codifica" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Codifica:" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Salva come" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Codifica:" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Testo Set per la codifica" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "QRCode immagine del carico" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "Decoded" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Salva come" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "Una domanda di codificare e decodificare" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "file da caricare QRCode Set" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "Set per salvare file immagine codificare" + +#~ msgid "Load qrcode image" +#~ msgstr "QRCode immagine del carico" diff -Nru gqrcode-0.2.0/template1/ro.po gqrcode-0.3.0/template1/ro.po --- gqrcode-0.2.0/template1/ro.po 2012-02-18 08:56:53.000000000 +0000 +++ gqrcode-0.3.0/template1/ro.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: Romanian\n" @@ -18,45 +18,158 @@ "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Set text pentru a codifica" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Codare:" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Salvare ca" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Codare:" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Set text pentru a codifica" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "qrcode imagine de încărcare" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "decodate" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Salvare ca" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "O cerere de cod şi a decoda" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "fişier setate să se încarce qrcode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "Set fişier pentru a salva imaginea codifica" + +#~ msgid "Load qrcode image" +#~ msgstr "qrcode imagine de încărcare" diff -Nru gqrcode-0.2.0/template1/template1.pot gqrcode-0.3.0/template1/template1.pot --- gqrcode-0.2.0/template1/template1.pot 2012-02-18 08:56:52.000000000 +0000 +++ gqrcode-0.3.0/template1/template1.pot 2016-04-10 19:52:11.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,45 +17,153 @@ "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 -msgid "Decode" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +msgid "Set number to encode:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +msgid "Encoded text:" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 +msgid "Decode" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "" diff -Nru gqrcode-0.2.0/template1/tr.po gqrcode-0.3.0/template1/tr.po --- gqrcode-0.2.0/template1/tr.po 2012-02-18 08:56:53.000000000 +0000 +++ gqrcode-0.3.0/template1/tr.po 2016-04-10 19:52:11.000000000 +0000 @@ -5,9 +5,9 @@ # msgid "" msgstr "" -"Project-Id-Version: gqrcode 0.1.5\n" +"Project-Id-Version: gqrcode 0.3.0\n" "Report-Msgid-Bugs-To: lorenzo.carbonell.cerezo@gmail.com\n" -"POT-Creation-Date: 2012-02-18 09:56+0100\n" +"POT-Creation-Date: 2016-04-10 21:52+0200\n" "PO-Revision-Date: 2011-03-27 10:06+0200\n" "Last-Translator: Lorenzo \n" "Language-Team: Turkish\n" @@ -17,45 +17,158 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:93 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:104 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:92 +msgid "Geolocation" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:112 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:145 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:174 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:203 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:232 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:297 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:312 msgid "Encode" msgstr "Kodlama" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:95 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:128 +msgid "Text" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:130 msgid "Set text to encode: " msgstr "Set metin kodlamak için:" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:111 -msgid "Save as" -msgstr "Farklı Kaydet" +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:157 +msgid "Telephone number" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:159 +#, fuzzy +msgid "Set number to encode:" +msgstr "Set metin kodlamak için:" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:186 +msgid "Email" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:188 +msgid "Set email:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:215 +msgid "Url" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:217 +msgid "Set url:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:244 +msgid "Wifi Login" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:246 +msgid "SSID/Network name:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:261 +msgid "Password:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:277 +msgid "Network type:" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:284 +msgid "WEP" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:285 +msgid "WPA/WPA2" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:286 +msgid "No encryption" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:321 +#, fuzzy +msgid "Encoded text:" +msgstr "Kodlama" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:119 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:128 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:342 msgid "Decode" msgstr "Decode" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:121 -msgid "Load qrcode image" -msgstr "Yük QRCode image" - -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:132 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:351 msgid "Decoded" msgstr "Decoded" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:152 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:378 +msgid "File" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:383 +msgid "load file" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:391 +msgid "Save as" +msgstr "Farklı Kaydet" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:401 +msgid "Help" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:416 +msgid "Homepage" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:424 +msgid "Get help online..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:432 +msgid "Translate this application..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:440 +msgid "Report a bug..." +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:452 +msgid "Follow me in Twitter" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:460 +msgid "Follow me in Google+" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:469 +msgid "Follow me in Facebook" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:476 +msgid "About" +msgstr "" + +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:492 msgid "An application to code and decode" msgstr "kodu ve şifresini çözmek için bir uygulama" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:205 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:592 msgid "Set file to load qrcode" msgstr "Set dosya QRCode yük" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:210 -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:246 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:598 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:639 msgid "png files" msgstr "" -#: /home/atareao/Dropbox/tp/gqrcode/src/gqrcode.py:240 +#: /home/lorenzo/CloudStation/Programacion/Python/current/gqrcode/src/gqrcode.py:632 msgid "Set file to save encode image" msgstr "Set dosya kodlamak görüntü kaydetmek için" + +#~ msgid "Load qrcode image" +#~ msgstr "Yük QRCode image"