summaryrefslogtreecommitdiff
path: root/po
diff options
context:
space:
mode:
Diffstat (limited to 'po')
-rw-r--r--po/LINGUAS65
-rw-r--r--po/Makefile.in.in222
-rw-r--r--po/POTFILES.in13
-rw-r--r--po/POTFILES.skip7
-rw-r--r--po/af.po764
-rw-r--r--po/ar.po791
-rw-r--r--po/ast.po768
-rw-r--r--po/az.po709
-rw-r--r--po/bg.po850
-rw-r--r--po/bo.po818
-rw-r--r--po/ca.po861
-rw-r--r--po/ca@valencia.po854
-rw-r--r--po/ce.po704
-rw-r--r--po/cs.po855
-rw-r--r--po/da.po855
-rw-r--r--po/de.po892
-rw-r--r--po/el.po864
-rw-r--r--po/en_GB.po850
-rw-r--r--po/eo.po851
-rw-r--r--po/es.po874
-rw-r--r--po/et.po838
-rw-r--r--po/eu.po852
-rw-r--r--po/fi.po850
-rw-r--r--po/fr.po891
-rw-r--r--po/gd.po795
-rw-r--r--po/gl.po850
-rw-r--r--po/he.po847
-rw-r--r--po/hr.po850
-rw-r--r--po/hu.po855
-rw-r--r--po/hy.po706
-rw-r--r--po/id.po785
-rw-r--r--po/it.po873
-rw-r--r--po/ja.po768
-rw-r--r--po/kk.po707
-rw-r--r--po/km.po790
-rw-r--r--po/ky.po706
-rw-r--r--po/lt.po720
-rw-r--r--po/lv.po777
-rw-r--r--po/mhr.po710
-rw-r--r--po/ms.po847
-rw-r--r--po/my.po778
-rw-r--r--po/nb.po848
-rw-r--r--po/nl.po870
-rw-r--r--po/oc.po854
-rw-r--r--po/pa.po728
-rw-r--r--po/pl.po868
-rw-r--r--po/pt.po878
-rw-r--r--po/pt_BR.po873
-rw-r--r--po/ro.po858
-rw-r--r--po/ru.po871
-rw-r--r--po/sd.po712
-rw-r--r--po/se.po706
-rw-r--r--po/shn.po704
-rw-r--r--po/sk.po830
-rw-r--r--po/sl.po850
-rw-r--r--po/sq.po811
-rw-r--r--po/sr.po857
-rw-r--r--po/sv.po856
-rw-r--r--po/ta.po709
-rw-r--r--po/te.po839
-rw-r--r--po/th.po843
-rw-r--r--po/tr.po866
-rw-r--r--po/ug.po851
-rw-r--r--po/uk.po852
-rw-r--r--po/ur.po711
-rw-r--r--po/uz.po714
-rw-r--r--po/vi.po766
-rw-r--r--po/zh_CN.po834
-rw-r--r--po/zh_TW.po825
69 files changed, 53046 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS
new file mode 100644
index 0000000..5e7ab67
--- /dev/null
+++ b/po/LINGUAS
@@ -0,0 +1,65 @@
+af
+ar
+ast
+az
+bg
+bo
+ca
+ca@valencia
+ce
+cs
+da
+de
+el
+en_GB
+eo
+es
+et
+eu
+fi
+fr
+gd
+gl
+he
+hr
+hu
+hy
+id
+it
+ja
+kk
+km
+ky
+lt
+lv
+mhr
+ms
+my
+nb
+nl
+oc
+pa
+pl
+pt_BR
+pt
+ro
+ru
+sd
+se
+shn
+sk
+sl
+sq
+sr
+sv
+ta
+te
+th
+tr
+ug
+uk
+ur
+uz
+vi
+zh_CN
+zh_TW
diff --git a/po/Makefile.in.in b/po/Makefile.in.in
new file mode 100644
index 0000000..06a8cfe
--- /dev/null
+++ b/po/Makefile.in.in
@@ -0,0 +1,222 @@
+# Makefile for program source directory in GNU NLS utilities package.
+# Copyright (C) 1995, 1996, 1997 by Ulrich Drepper <drepper@gnu.ai.mit.edu>
+# Copyright (C) 2004-2008 Rodney Dawes <dobey.pwns@gmail.com>
+#
+# This file may be copied and used freely without restrictions. It may
+# be used in projects which are not available under a GNU Public License,
+# but which still want to provide support for the GNU gettext functionality.
+#
+# - Modified by Owen Taylor <otaylor@redhat.com> to use GETTEXT_PACKAGE
+# instead of PACKAGE and to look for po2tbl in ./ not in intl/
+#
+# - Modified by jacob berkman <jacob@ximian.com> to install
+# Makefile.in.in and po2tbl.sed.in for use with glib-gettextize
+#
+# - Modified by Rodney Dawes <dobey.pwns@gmail.com> for use with intltool
+#
+# We have the following line for use by intltoolize:
+# INTLTOOL_MAKEFILE
+
+GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
+PACKAGE = @PACKAGE@
+VERSION = @VERSION@
+
+SHELL = @SHELL@
+
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+top_builddir = @top_builddir@
+VPATH = @srcdir@
+
+prefix = @prefix@
+exec_prefix = @exec_prefix@
+datadir = @datadir@
+datarootdir = @datarootdir@
+libdir = @libdir@
+DATADIRNAME = @DATADIRNAME@
+itlocaledir = $(prefix)/$(DATADIRNAME)/locale
+subdir = po
+install_sh = @install_sh@
+# Automake >= 1.8 provides @mkdir_p@.
+# Until it can be supposed, use the safe fallback:
+mkdir_p = $(install_sh) -d
+
+INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+
+GMSGFMT = @GMSGFMT@
+MSGFMT = @MSGFMT@
+XGETTEXT = @XGETTEXT@
+INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
+INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
+MSGMERGE = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --dist
+GENPOT = INTLTOOL_EXTRACT="$(INTLTOOL_EXTRACT)" XGETTEXT="$(XGETTEXT)" srcdir=$(srcdir) $(INTLTOOL_UPDATE) --gettext-package $(GETTEXT_PACKAGE) --pot
+
+ALL_LINGUAS = @ALL_LINGUAS@
+
+PO_LINGUAS=$(shell if test -r $(srcdir)/LINGUAS; then grep -v "^\#" $(srcdir)/LINGUAS; else echo "$(ALL_LINGUAS)"; fi)
+
+USER_LINGUAS=$(shell if test -n "$(LINGUAS)"; then LLINGUAS="$(LINGUAS)"; ALINGUAS="$(ALL_LINGUAS)"; for lang in $$LLINGUAS; do if test -n "`grep \^$$lang$$ $(srcdir)/LINGUAS 2>/dev/null`" -o -n "`echo $$ALINGUAS|tr ' ' '\n'|grep \^$$lang$$`"; then printf "$$lang "; fi; done; fi)
+
+USE_LINGUAS=$(shell if test -n "$(USER_LINGUAS)" -o -n "$(LINGUAS)"; then LLINGUAS="$(USER_LINGUAS)"; else if test -n "$(PO_LINGUAS)"; then LLINGUAS="$(PO_LINGUAS)"; else LLINGUAS="$(ALL_LINGUAS)"; fi; fi; for lang in $$LLINGUAS; do printf "$$lang "; done)
+
+POFILES=$(shell LINGUAS="$(PO_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.po "; done)
+
+DISTFILES = Makefile.in.in POTFILES.in $(POFILES)
+EXTRA_DISTFILES = ChangeLog POTFILES.skip Makevars LINGUAS
+
+POTFILES = \
+# This comment gets stripped out
+
+CATALOGS=$(shell LINGUAS="$(USE_LINGUAS)"; for lang in $$LINGUAS; do printf "$$lang.gmo "; done)
+
+.SUFFIXES:
+.SUFFIXES: .po .pox .gmo .mo .msg .cat
+
+AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
+INTLTOOL_V_MSGFMT = $(INTLTOOL__v_MSGFMT_$(V))
+INTLTOOL__v_MSGFMT_= $(INTLTOOL__v_MSGFMT_$(AM_DEFAULT_VERBOSITY))
+INTLTOOL__v_MSGFMT_0 = @echo " MSGFMT" $@;
+
+.po.pox:
+ $(MAKE) $(GETTEXT_PACKAGE).pot
+ $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox
+
+.po.mo:
+ $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $<
+
+.po.gmo:
+ $(INTLTOOL_V_MSGFMT)file=`echo $* | sed 's,.*/,,'`.gmo \
+ && rm -f $$file && $(GMSGFMT) -o $$file $<
+
+.po.cat:
+ sed -f ../intl/po2msg.sed < $< > $*.msg \
+ && rm -f $@ && gencat $@ $*.msg
+
+
+all: all-@USE_NLS@
+
+all-yes: $(CATALOGS)
+all-no:
+
+$(GETTEXT_PACKAGE).pot: $(POTFILES)
+ $(GENPOT)
+
+install: install-data
+install-data: install-data-@USE_NLS@
+install-data-no: all
+install-data-yes: all
+ linguas="$(USE_LINGUAS)"; \
+ for lang in $$linguas; do \
+ dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \
+ $(mkdir_p) $$dir; \
+ if test -r $$lang.gmo; then \
+ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
+ echo "installing $$lang.gmo as $$dir/$(GETTEXT_PACKAGE).mo"; \
+ else \
+ $(INSTALL_DATA) $(srcdir)/$$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \
+ echo "installing $(srcdir)/$$lang.gmo as" \
+ "$$dir/$(GETTEXT_PACKAGE).mo"; \
+ fi; \
+ if test -r $$lang.gmo.m; then \
+ $(INSTALL_DATA) $$lang.gmo.m $$dir/$(GETTEXT_PACKAGE).mo.m; \
+ echo "installing $$lang.gmo.m as $$dir/$(GETTEXT_PACKAGE).mo.m"; \
+ else \
+ if test -r $(srcdir)/$$lang.gmo.m ; then \
+ $(INSTALL_DATA) $(srcdir)/$$lang.gmo.m \
+ $$dir/$(GETTEXT_PACKAGE).mo.m; \
+ echo "installing $(srcdir)/$$lang.gmo.m as" \
+ "$$dir/$(GETTEXT_PACKAGE).mo.m"; \
+ else \
+ true; \
+ fi; \
+ fi; \
+ done
+
+# Empty stubs to satisfy archaic automake needs
+dvi info ctags tags CTAGS TAGS ID:
+
+# Define this as empty until I found a useful application.
+install-exec installcheck:
+
+uninstall:
+ linguas="$(USE_LINGUAS)"; \
+ for lang in $$linguas; do \
+ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \
+ rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \
+ done
+
+check: all $(GETTEXT_PACKAGE).pot
+ rm -f missing notexist
+ srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m
+ if [ -r missing -o -r notexist ]; then \
+ exit 1; \
+ fi
+
+mostlyclean:
+ rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp
+ rm -f .intltool-merge-cache
+
+clean: mostlyclean
+
+distclean: clean
+ rm -f Makefile Makefile.in POTFILES stamp-it
+ rm -f *.mo *.msg *.cat *.cat.m *.gmo
+
+maintainer-clean: distclean
+ @echo "This command is intended for maintainers to use;"
+ @echo "it deletes files that may require special tools to rebuild."
+ rm -f Makefile.in.in
+
+distdir = ../$(PACKAGE)-$(VERSION)/$(subdir)
+dist distdir: $(DISTFILES)
+ dists="$(DISTFILES)"; \
+ extra_dists="$(EXTRA_DISTFILES)"; \
+ for file in $$extra_dists; do \
+ test -f $(srcdir)/$$file && dists="$$dists $(srcdir)/$$file"; \
+ done; \
+ for file in $$dists; do \
+ test -f $$file || file="$(srcdir)/$$file"; \
+ ln $$file $(distdir) 2> /dev/null \
+ || cp -p $$file $(distdir); \
+ done
+
+update-po: Makefile
+ $(MAKE) $(GETTEXT_PACKAGE).pot
+ tmpdir=`pwd`; \
+ linguas="$(USE_LINGUAS)"; \
+ for lang in $$linguas; do \
+ echo "$$lang:"; \
+ result="`$(MSGMERGE) -o $$tmpdir/$$lang.new.po $$lang`"; \
+ if $$result; then \
+ if cmp $(srcdir)/$$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \
+ rm -f $$tmpdir/$$lang.new.po; \
+ else \
+ if mv -f $$tmpdir/$$lang.new.po $$lang.po; then \
+ :; \
+ else \
+ echo "msgmerge for $$lang.po failed: cannot move $$tmpdir/$$lang.new.po to $$lang.po" 1>&2; \
+ rm -f $$tmpdir/$$lang.new.po; \
+ exit 1; \
+ fi; \
+ fi; \
+ else \
+ echo "msgmerge for $$lang.gmo failed!"; \
+ rm -f $$tmpdir/$$lang.new.po; \
+ fi; \
+ done
+
+Makefile POTFILES: stamp-it
+ @if test ! -f $@; then \
+ rm -f stamp-it; \
+ $(MAKE) stamp-it; \
+ fi
+
+stamp-it: Makefile.in.in $(top_builddir)/config.status POTFILES.in
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/Makefile.in CONFIG_HEADERS= CONFIG_LINKS= \
+ $(SHELL) ./config.status
+
+# Tell versions [3.59,3.63) of GNU make not to export all variables.
+# Otherwise a system limit (for SysV at least) may be exceeded.
+.NOEXPORT:
diff --git a/po/POTFILES.in b/po/POTFILES.in
new file mode 100644
index 0000000..93a99e0
--- /dev/null
+++ b/po/POTFILES.in
@@ -0,0 +1,13 @@
+# List of source files containing translatable strings.
+# Please keep this file sorted alphabetically.
+[encoding: UTF-8]
+[type: gettext/glade]data/simple-scan.ui
+data/simple-scan.desktop.in
+data/org.gnome.SimpleScan.gschema.xml.in
+src/book.vala
+src/book-view.vala
+src/page.vala
+src/page-view.vala
+src/scanner.vala
+src/simple-scan.vala
+src/ui.vala
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
new file mode 100644
index 0000000..6c210b4
--- /dev/null
+++ b/po/POTFILES.skip
@@ -0,0 +1,7 @@
+src/book.c
+src/book-view.c
+src/page.c
+src/page-view.c
+src/scanner.c
+src/simple-scan.c
+src/ui.c
diff --git a/po/af.po b/po/af.po
new file mode 100644
index 0000000..336b225
--- /dev/null
+++ b/po/af.po
@@ -0,0 +1,764 @@
+# Afrikaans translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-09-03 08:13+0000\n"
+"Last-Translator: Dawid de Jager <dawid.dejager@gmail.com>\n"
+"Language-Team: Afrikaans <af@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Verleen toegang"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Gebruikersnaam vir hulpbron:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Wagwoord:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Voor en agter"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Voor"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Terug"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Eenvoudige Skandeer"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_andeer"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Enkel _Bladsy"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Alle Bladsye Vanaf _Voerder"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Staak skandering"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teks"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-pos"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Bladsy"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Roteer _linksom"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Roteer _regsom"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Insny"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Geen"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter (VSA)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal (VSA)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Pasmaak"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Roteer Insnit"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Beweeg na regs"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Hulp"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Inhoud"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Begin 'n nuwe dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nuwe"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Skandeer 'n enkelbladsy vanaf die skandeerder"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skandeer"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Stoor dokument na 'n lêer"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Stoor"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Staak huidige skandering"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Stop"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Roteer die bladsy na links (anti-kloksgewys)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Roteer linksom"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Roteer die bladsy na regs (kloksgewys)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Roteer regsom"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Snoei die gekose bladsy"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Insny"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Voorkeure"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Skandeer B_ron"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Teks resolusie"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Foto resolusie:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skandeer Kant:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Bladsy grootte:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skandeer dokumente"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Skanderingstoestel"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipe dokument wat geskandeer word"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Wydte van papier in tiendes van 'n mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Die wydte van die papier in tiendes van 'n mm (of 0 vir outomatiese "
+"bespeuring)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Hoogte van papier in tiendes van 'n mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Die hoogte van die papier in tiendes van 'n mm (of 0 vir outomatiese "
+"papierbespeuring)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolusie van geskandeerde teks"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolusie van geskandeerde foto's"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Kant van bladsy om te skandeer"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Gids om lêers in te stoor"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Die gids om die lêers in stoor. Verstek is die dokumente gids indien "
+"onveranderd"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Geen skandeerders is beskikbaar nie. Koppel asb.'n skandeerder."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Kan nie aan skandeerder koppel nie"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nie in staat om te begin skandeer nie"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Skandering het misluk"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Geskandeerde dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Geskandeerde dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Stoor as..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Beeldlêers"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Alle lêers"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Kon nie die leêr stoor nie"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Aangaande Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Arthur Rilke https://launchpad.net/~arthurrilke\n"
+" Chris Mostert https://launchpad.net/~cvmostert\n"
+" Dawid de Jager https://launchpad.net/~dawiddj\n"
+" Jacques Botha https://launchpad.net/~jacquesb\n"
+" Johann-jlconradie https://launchpad.net/~johann-jlconradie\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" Willem van der Colff https://launchpad.net/~wilalla"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (verstek resolusie)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (hoë resolusie)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Verander _skandeerder"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Gebruik:\n"
+#~ "%s [TOESTEL...] - Skandeerder"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Skanderingsrigting"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Wydte van geskandeerde beeld in pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Venster wydte in pixels"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Venster hoogte in pixels"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Kontrolleer asseblief u installasie"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Hoogte van geskandeerde beeld in pixels"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Die hoogte van geskandeerde beeld in pixels. Die waarde is verander na die "
+#~ "waarde van die laaste geskandeerde bladsy."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolusie van die laaste geskandeerde beeld"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Die wydte van geskandeerde beeld in pixels. Die waarde is verstel na die "
+#~ "waarde van die laaste geskandeerde bladsy."
diff --git a/po/ar.po b/po/ar.po
new file mode 100644
index 0000000..aaff403
--- /dev/null
+++ b/po/ar.po
@@ -0,0 +1,791 @@
+# Arabic translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 08:56+0000\n"
+"Last-Translator: Khaled Hosny <khaledhosny@eglug.org>\n"
+"Language-Team: Arabic <ar@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_خوّل"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "اسم _مستخدم المورد:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_كلمة السر:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "الخلف والأمام"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "الأمام"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "الخلف"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "الماسحة الضوئية"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "م_ستند"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "امسح"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "صفحة مفردة"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "كل الصفحات من _المغذّي"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "أو_قف المسح"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "نص"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "صورة"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_بريد إلكتروني"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_صفحة"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "أدر ي_سارًا"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "أدر ي_مينًا"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "ا_قتصاص"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "لا _شيء"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_خطاب"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "_قانوني"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_مخصص"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "أ_در الاقتصاص"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "تحرك لليسار"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "تحرك لليمين"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_مساعدة"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "ال_محتويات"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "ابدأ مستندا جديدا"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "جديد"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "امسح صفحة مفردة من الماسحة"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "امسح"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "احفظ المستند في ملف"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "احفظ"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "أوقف المسح الحالي"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "أوقف"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "أدر الصفحة لليسار (عكس عقارب الساعة)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "أدر يسارا"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "أدر الصفحة لليمين (مع عقارب الساعة)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "أدر يمينا"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "اقتص الصفحة المحددة"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "اقتصاص"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "التفضيلات"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "م_صدر المسح:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "ميز ال_نص"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "ميز ال_صورة:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "جهة المسح:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "حجم الصفحة:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "امسح المستندات"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "الجهاز الذي سيمسح منه"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "جهاز SANE للحصول على الصور منه."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "نوع المستند الذي يجري مسحه"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"نوع المستند الممسوح. هذا الإعداد يتقرر على أساس ميز المسح، والألوان، ومرحلة "
+"ما بعد المعاجلة."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "عرض الورقة بأعشار الملم"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "عرض الورقة بأعشار الملم (أو 0 لاكتشاف الورقة آليا)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "ارتفاع الورقة بأعشار الملم"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "ارتفاع الورقة بأعشار الملم (أو 0 لاكتشاف الورقة آليا)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "ميز مسح النصوص"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "الميز بالنقطة في البوصة الذي سيستخدم عند مسح النصوص."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "ميز مسح الصور"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "الميز بالنقطة في البوصة الذي سيستخدم عند مسح الصور."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "الجهة التي ستُمسح"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "جهة الصفحة التي ستُمسح."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "دليل حفظ الملفات"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr "الدليل الذي ستحفظ به الملفات. يستخدم دليل المستندات إذا لم يحدد هنا."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "لا توجد أي ماسحات. من فضلك وصّل ماسحة."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "تعذّر الاتصال بالماسحة"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "تعذّر بدء المسح"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "خطأ في التواصل مع الماسحة"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "اعرض رقم الإصدارة"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "اطبع رسائل التنقيح"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "أصلح ملفات PDF المولدة باستخدام إصدارات قديمة من الماسحة الضوئية"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "فشل المسح"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "مستند ممسوح"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[جهاز...] - أداة مسح ضوئي"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "نفّذ '%s --help' لعرض القائمة الكاملة لخيارات سطر الأوامر المُتاحة."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "مستند ممسوح.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "اسم مستخدم وكلمة سر مطلوبين للنفاذ إلى '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "لم يُعثر على أي ماسحة"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "يرجى التحقق من أنّ الماسحة متصلة وتعمل"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "احفظ كـ..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "ملفات الصور"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "كل الملفات"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "اختر _نوع الملف"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF‏ (مستند متعدد الصفحات)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "‏JPEG (مضغوط)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "‏PNG (غير فقود)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "فشل حفظ الملف"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "ستضيع جميع التغييرات للأبد إذا لم تحفظ."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "أأحفظ المستند الحالي؟"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "ارفض التغيرات"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "تعذّر حفظ الصورة للمعاينة"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "تعذر فتح معاين الصور"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "تعذّر فتح ملف المساعدة"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"هذا البرنامج حر، يمكنك توزيعه و/أو تعديله حسب بنود رخصة جنو العمومية \n"
+"كما نشرتها مؤسسة البرامج الحرة، الإصدار الثالث أو أي إصدار أحدث (حسب "
+"رغبتك).\n"
+"\n"
+"هذا البرنامج يوزع على أمل أن يكون مفيداً، ولكن دون أية ضمانات، بما في ذلك \n"
+"ضمانات قابلية البرنامج للتسويق أو الملاءمة لغرض معين. انظر نص رخصة جنو\n"
+"العمومية لمزيد من التفاصيل.\n"
+"\n"
+"من المفترض أنك تلقيت نسخة من رخصة جنو العمومية مع هذا البرنامج.\n"
+"إذا لم يحدث هذا فانظر <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "عن \"الماسحة الضوئية\""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "أداة بسيطة لمسح المستندات"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Ahmed Mohammed https://launchpad.net/~ahmedqatar\n"
+" Ali AlNoaimi https://launchpad.net/~el7r\n"
+" Ibrahim Saed https://launchpad.net/~ibraheem5000\n"
+" Kaïs Bejaoui https://launchpad.net/~kais\n"
+" Khaled Hosny https://launchpad.net/~khaledhosny\n"
+" Usama Akkad https://launchpad.net/~damascene\n"
+" abdallah alemran https://launchpad.net/~abukhallad\n"
+" benohb https://launchpad.net/~hamid\n"
+" hitham https://launchpad.net/~hitham-mil\n"
+" rashed alhazimi https://launchpad.net/~linex"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "هل ترغب بحفظ المستند قبل الخروج؟"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "أُخرج دون حفظ"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d نقطة\\بوصة (مبدئي)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d نقطة\\بوصة (مسودة)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d نقطة\\بوصة (دقة عالية)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d نقطة\\بوصة"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "غيّر _الماسحة"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "آلي"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "يحفظ المستند..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "يحفظ الصفحة %d من أصل %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#×D7;6"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "ارتفاع النافذة بالبكسل"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "عرض النافذة بالبكسل"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "ارتفاع الصورة الممسوحة بالبكسل"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "صحيح إن كانت نافذة البرنامج مكبرة"
+
+#~ msgid "Direction of scan"
+#~ msgstr "اتجاه المسح"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "اتجاه الماسحة عبر الصفحة الممسوحة . يمكن أن يكون: 'top-to-bottom' 'bottom-"
+#~ "to-top' 'left-to-right' 'right-to-left'"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "نوع المستند الذي يجري مسحه. 'text' للمستندات النصية، 'photo' للصور. يحدد هذا "
+#~ "الإعداد دقة المسح والألوان والمعالجة البعدية."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "عرض الصورة الممسوحة بالبكسل. تحدث هذه القيمة حسب ما كانت عليه الصورة السابقة."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "ارتفاع الصورة الممسوحة بالبكسل. تحدث هذه القيمة حسب ما كانت عليه الصورة "
+#~ "السابقة."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "عرض الصورة الممسوحة بالبكسل."
+
+#~ msgid "Files missing"
+#~ msgstr "ملفات مفقودة"
+
+#~ msgid "Please check your installation"
+#~ msgstr "من فضلك تحقق من تثبيتك"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "الميز بالنقطة في البوصة للصورة الممسوحة سابقا."
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "اتجاه الماسحة خلال الصفحة الممسوحة."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "ميز آخر صورة ممسوحة"
diff --git a/po/ast.po b/po/ast.po
new file mode 100644
index 0000000..1616f79
--- /dev/null
+++ b/po/ast.po
@@ -0,0 +1,768 @@
+# Asturian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 08:57+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Asturian <ast@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizar"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Nome d'usuariu pal recursu:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Contraseña"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Documentu"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "U_na páxina"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Tol_es páxines dende l'alimentador"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Testu"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Semeya"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Páxina"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Voltiar a la e_squierda"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Voltiar a la _Drecha"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Recortar"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Dengún"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Carta"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Lle_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4 × 6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizáu"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Voltiar recorte"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Ayuda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferencies"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Escan_ear:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brillu:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contraste:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Calidá:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Triba de documentu escaneándose. Esta configuración afita la resolución "
+"d'escanéu, colores y post-procesamientu."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Brillu d'escanéu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Axuste del brillu dende -100 a 100 (siendo 0 ensin axuste)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contraste del escanéu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Axuste de contraste dende -100 a 100 (siendo 0 ensin axuste)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "El llau de la páxina a escanear."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Calidá de la compresión de JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Calidá de la compresión de JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nun puede coneutase col escáner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nun puede anicase l'escáner"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Fallu de comunicación col escáner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Amosar versión"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Amosar mensaxes de depuración"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Iguar ficheros PDF con versiones anteriores de Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Falló al escanerr"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[PRESÉU...] - Utilidá d'escanéu"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Executa '%s --help' pa ver una llista completa de les opciones disponibles "
+"na llinia de comandos."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Documentu Escaneáu.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Zarrar"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Requierse nome d'usuariu y contraseña p'acceder a '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nun se deteutó dengún escáner"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Por favor comprueba que l'escáner ta coneutáu y activáu"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Guardar como..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Encaboxar"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Guardar"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Falló al guardar el ficheru"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nun pudo guardase la imaxe de previsualización"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Tocante a Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Una cenciella ferramienta pa escanear documentos"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" Rodrigo Toraño Valle https://launchpad.net/~rodrigo-torval\n"
+" Xuacu Saturio https://launchpad.net/~xuacusk8\n"
+" ivarela https://launchpad.net/~ivarela"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Más escuru"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Más claru"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Menos"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Más"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mínimu"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Máximu"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Guardando documentu..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Guardando la páxina %d de %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Usu:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opciones de GTK+:\n"
+#~ " --class=CLASE Clas de programa como s'usa pol xestor de "
+#~ "ventanes\n"
+#~ " --name=NOME Nome del programa como s'usa pol xestor de "
+#~ "ventanes\n"
+#~ " --screen=PANTALLA Pantalla X qu'usar\n"
+#~ " --sync Facer que les llamaes les X seyan "
+#~ "síncrones\n"
+#~ " --gtk-module=MÓDULOS Cargar módulos GTK+ adicionales\n"
+#~ " --g-fatal-warnings Facer que tolos avisos seyan fatales"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Por favor, comprueba la instalación"
+
+#~ msgid "Files missing"
+#~ msgstr "Ficheros non alcontraos"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "La direición del escáner a traviés de la páxina escaneada."
diff --git a/po/az.po b/po/az.po
new file mode 100644
index 0000000..1ccf094
--- /dev/null
+++ b/po/az.po
@@ -0,0 +1,709 @@
+# Azerbaijani translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Azerbaijani <az@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Hər iki üz"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Ön"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Geri"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "_AvtoYükləmədəki bütün səhifələr"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr ""
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Seçilmiş səhifəni kəs"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Kəs"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Emin Mastizada https://launchpad.net/~emin25"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
diff --git a/po/bg.po b/po/bg.po
new file mode 100644
index 0000000..3fb10b8
--- /dev/null
+++ b/po/bg.po
@@ -0,0 +1,850 @@
+# Bulgarian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-12-01 09:04+0000\n"
+"Last-Translator: Svetoslav Stefanov <svetlisashkov@yahoo.com>\n"
+"Language-Team: Bulgarian <bg@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Идентификация"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Потребителско име за ресурса:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Парола:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Предна и обратна страна"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Предна страна"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Обратна страна"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Опростено сканиране"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Документ"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Ска_ниране"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Една _страница"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Всички страници от _подавача"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Спири сканирането"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Текст"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Снимка"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "Изпрати по _имейл"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Страница"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Завърти _наляво"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Завърти на_дясно"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Изрежи"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Нищо"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US _Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Персонализирано"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Завърти изрязаното"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Премести наляво"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Премести надясно"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Помощ"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Съдържание"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Създай нов документ"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Нов"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Сканиране на една страница със скенера"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Сканирай"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Съхрани документа като файл"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Съхрани"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Спри текущото сканиране"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Спри"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Завърти страницата на ляво (обратно на часовниковата стрелка)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Завърти наляво"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Завърти страницата на дясно (по часовниковата стрелка)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Завърти надясно"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Изрежи избраната страница"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Изрежи"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Настройки"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Изт_очник на сканиране:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Резолюция на текста:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Резолюция на снимката:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Избор на страна за сканиране:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Размер на листа:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Яркост:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Контраст:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Качество:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Сканиране на документи"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Устройство за сканиране"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE устройство за получаване на изображения."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Вид на сканираният документ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Видът на сканирания документ. Тази настройка регулира резолюцията, "
+"дълбочината на цветовете, както и пост-обработката."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Ширина на хартията в десетки милиметри"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Широчина на листа в десетки милиметри (избери 0 за автоматично разпознаване)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Височина на хартията в десетки милиметри"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Височина на хартията в десетки милиметри (или 0 за автоматично разпознаване)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Яркост на изображението"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Настройката на яркостта от -100 до 100 (0 — не се променя)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Контраст на изображението"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Настройката на контраста от -100 до 100 (0 — не се променя)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Резолюция на текстовите сканирания"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Резолюция в точки-за-инч при сканиране на текст."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Резолюция за сканиране на фотографиите"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Резолюция в точки-за-инч при сканиране на снимки."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Страна на листа за сканиране"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "От коя страна на страницата да се сканира."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Папка за съхраняване на файловете"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Папка за съхраняване на файловете. По подразбиране се използва папката с "
+"документи."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Стойността на качеството, за използваната JPEG компресия"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Стойността на качеството, за използваната JPEG компресия."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Няма налични скенери. Моля свържете скенер."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Не може да се осъществи връзка със скенера"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Сканирането не може да бъде стартирано"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Грешка при комуникацията със скенера"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Покажи версията"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Показвай съобщения за изчистване на грешки"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Поправи PDF файловете, създадени с по-стари версии на Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Неусшно сканиране"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Сканиран документ"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Инструмент за сканиране"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Изпълнете „%s --help“, за да видите списъка с всички опции на командния ред."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Сканиран документ.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Затвори"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Необходими са потребителско име и парола за достъп до '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Не са открити скенери"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Моля проверете дали скенерът ви е свързан и включен"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Съхрани като..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Отмени"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Съхрани"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Файлове с изображения"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Всички файлове"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Избор на _тип файл"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (документ с много страници)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (компресирани)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (без загуби на качеството)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Неусшно съхраняване на файла"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Ако не запазите, промените ще бъдат изгубени."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Да съхраним ли текущия документ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Откажи промените"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Изображението не може да бъде запазено за предварителен преглед"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Невъзможно е отварянето на приложение за преглед на изображението"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Помощния файл не може да бъде отворен"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Тази програма е свободен софтуер: можете да я редистрибутирате и/или "
+"модифицирате\n"
+"под условията на GNU General Public License, публикуван от\n"
+"Free Software Foundation, или под версия 3 на Лиценза, или\n"
+"(по ваше усмотрение) която и да е следваща версия.\n"
+"\n"
+"Тази програма е дистрибутирана с надеждата, че ще бъде полезна,\n"
+"но БЕЗ КАКВАТО И ДА Е ГАРАНЦИЯ; без дори предполагаемата гаранция на\n"
+"ПРОДАВАЕМОСТТА или СПОСОБНОСТТА ЗА СПЕЦИФИЧНА УПОТРЕБА. Погледнете\n"
+"GNU General Public License за повече детайли.\n"
+"\n"
+"Вие би трябвало да сте получили копие на GNU General Public License\n"
+"заедно с тази програма. Ако това не е така, вижте "
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "За програмата"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Инструмент за опростено сканиране на документи"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Atanas Kovachki https://launchpad.net/~zdar\n"
+" Boyan Sotirov https://launchpad.net/~lz1dsb\n"
+" Krasimir Chonov https://launchpad.net/~kchonov\n"
+" Miroslav E. Hadzhiev (Хаджиев) https://launchpad.net/~xtigyro\n"
+" Svetoslav Stefanov https://launchpad.net/~svetlisashkov\n"
+" Tora Shiro https://launchpad.net/~tora-shiro\n"
+" i.raynov https://launchpad.net/~ivaylo-raynov\n"
+" Филип Андонов https://launchpad.net/~vonodna"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Да съхраня ли документа, преди да затворите програмата?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Излез без запазване"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (по подразбиране)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (чернова)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (висока разделителна способност)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Смени _скенера"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Автоматично"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Тъмно"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Светло"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Малко"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Много"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Минимално"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Максимално"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Съхраняване на документа..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Съхраняване на страница %d от %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Липсващи файлове"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Употреба:\n"
+#~ " %s [УСТРОЙСТВО...] - Инструмент за сканиране"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Посока на сканиране"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Посоката на скенера през сканираната страница. Може да бъде една от "
+#~ "следните: 'отгоре-надолу' 'отдолу-нагоре' 'от лява-надясно' 'от дясно-наляво'"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Височина на сканираното изображение в пиксели"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Страна на листа за сканиране. Тя може да бъде една от следните: \"двете\" "
+#~ "\"предна\" \"обратна\""
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Типове документи, които се сканират. 'текст' за текстови документи, 'фото' "
+#~ "за снимки. Тези настройки определят разделителната способност на "
+#~ "сканирането, цветовете и последващата обработка."
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Ширина на прозореца в пиксели"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Помощни опции:\n"
+#~ " -d, --debug Печатане на дебъг съобщения\n"
+#~ " -v, --version Показване на версията\n"
+#~ " -h, --help Показване на помощните опции\n"
+#~ " --help-all Показване всички помощни опции\n"
+#~ " --help-gtk Показване на GTK+ опции"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Височина на прозореца в пиксели"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Ширина на сканираните изображения в пиксели"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Опции на GTK+:\n"
+#~ " --class=КЛАС Класът на програмата, използван от мениджъра на прозорци\n"
+#~ " --name=ИМЕ Името на програмата, използвано от мениджъра на прозорци\n"
+#~ " --screen=ДИСПЛЕЙ Дисплеят на X, който да се ползва\n"
+#~ " --sync Извикванията на X да са синхронни\n"
+#~ " --gtk-module=МОДУЛИ Зареждане на допълнителни модули на GTK+\n"
+#~ " --g-fatal-warnings Всички предупреждения да се считат за грешки"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE ако прозореца на приложението е максимизиран."
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Посоката на сканиране на страницата."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Ширина на сканираните изображения в пиксели. Тази стойност се обновява при "
+#~ "всяко ново сканиране."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Височина на сканираните изображения в пиксели. Тази стойност се обновява при "
+#~ "всяко ново сканиране."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Резолюция в точки-за-инч от предишното сканирано изображение."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Резолюция на последното сканирано изображение"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Моля, проверете дали правилно сте инсталирали програмата"
diff --git a/po/bo.po b/po/bo.po
new file mode 100644
index 0000000..ee038d3
--- /dev/null
+++ b/po/bo.po
@@ -0,0 +1,818 @@
+# Tibetan translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Tibetan <bo@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "ཐོབ་ཐང་སྟེར_A"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "གཏེར་མཛོད་སྤྱོད་མཁན་གྱི་མིང་_U:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "གསང་གྲངས_P:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "རྒྱབ་ཕྱོགས་དང་མདུན་ཕྱོགས"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "མདུན་ཕྱོགས"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "རྒྱབ་ཕྱོགས"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "པར་བཤུ་དཀྱུས་མ"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "ཡི་གེ_D"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "པར་བཤུ_a"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "ཤོག་བུ་རྐང་ཅིག _P"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "སྤྲོད་མཁན་ནས་བྱུང་བའི་ཤོག་ལེབ་ཡོངས་རྫོགས _F"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "པར་ལེན་མཚམས་བཞག_S"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "ཡི་གེ"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "པར"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "གློག་འཕྲིན_E"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "ཤོག་ལེབ_P"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "གཡོན་སྐོར _L"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "གཡས་སྐོར་ _R"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "གཅོད_C"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "ཅི་མེད་པ_N"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "འཕྲིན་ཡིག_L"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "ཁྲིམས་མཐུན_g"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "སྲོལ་རྒྱུན_C"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "དྲས་གཅོད་སྐོར་བ_R"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "གཡོན་ལ་སྤོར"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "གཡས་ལ་སྤོར"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "རོགས་རམ_H"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "ནང་གསེས_C"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "ཡིག་གེ་གསར་འཛུགས"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "གསར་པ"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "པར་བཤུ་ཆས་ནས་བྱུང་བའི་ཤོག་བུ་རྐང་ཅིག་དེ་པར་བཤུ"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "པར་བཤུ"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "ཡི་གེ་ཡིག་ཆའི་ནང་གསོག་ཉར"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "གསོག་ཉར"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "པར་བཤུ་བྱེད་བཞིན་པ་དེ་མཚམས་བཞག"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "མཚམས་བཞག"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "ཤོག་ལེབ་གཡོན་སྐོར་རྒྱག་པ"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "གཡོན་སྐོར"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "ཤོག་ལེབ་གཡས་སྐོར་རྒྱག་པ"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "གཡས་སྐོར"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "བདམས་ཟིན་པའི་ཤོག་ལེབ་གཅད་བཟོ"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "གཅད"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "རང་མོས་སྒྲིག་བཟོ"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "པར་བཤུ་གཏེར་མཛོད_o:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "ཡི་གེའི་སྤུས་ཚད_T"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "པར་གྱི་སྤྭུས་ཚད"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "ཟུར་པར་བཤུ"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "ཤོག་ལེབ་ཞེང་ཚད"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "ཡིག་གེ་པར་བཤུ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "འབྱུང་ཁུངས་མི་འདྲ་བའི་པར་བཤུ་སྒྲིག་ཆས"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "པར་རིས་འདོནསའི་SANE་སྒྲིག་ཆས་"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "པར་བཤུ་ཡིག་ཆའི་རིགས"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "ཤོག་ལེབ་ཀྱི་མཐོ་ཚད་བཅུ་ཆའི་རྨིད་སྟོང་ཆ་ཚོད་"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "ཡི་གེའི་པར་བཤུའི་སྤུས་ཚད"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "པར་བཤུའི་སྤུས་ཚད"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "པར་བཤུ་དགོས་པའི་ཤོག་ཟུར"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ཡིག་ཆ་གསོག་སྣོད"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"ཡིག་ཆ་གསོག་སའི་གནས། "
+"གལ་སྲིད་རང་མོས་སྒྲིག་འཛུགས་མེད་ན་སྔོན་འཛུགས་འཇུག་སྣོད་བེད་སྤྱོད"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "པར་བཤུ་ཆས་བསྒྲིགས་མི་འདུག པར་བཤུ་ཆས་ཞིག་སྒྲིགས་རོགས"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "པར་བཤུ་ཆས་དང་སྦྲེལ་མ་ཐུབ"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "པར་བཤུ་འགོ་འཛུགས་མ་ཐུབ"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "པར་བཤུ་ཆས་དང་འབྲེལ་གཏུགས་མ་ཐུབ་པའི་ནོར་འཁྲུལ"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "པར་བཤུ་བྱེད་མ་ཐུབ་པ"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "པར་བཤུ་ཚར་བའི་ཡི་གེ"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "པར་བཤུས་ཡིག་ཆ.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "'%s'མཁོ་སྤྱོད་བྱེད་པར་སྤྱོད་མཁན་མིང་དང་གསང་གྲངས་དགོས་པ"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "པར་བཤུ་ཆས་རྙེད་མ་བྱུང་"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "ཁྱོད་ཀྱི་པར་བཤུ་ཆས་སྦྲེལ་ཡོད་པ་དང་གློག་བཏང་ཡོད་པར་དག་བཤེར་བྱེད་རོགས"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "ཉར་སྟངས་་་"
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "གཟུགས་བརྙན་ཡིག་ཆ"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "ཡིག་ཆ་ཡོངས་རྫོགས"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "ཡིག་ཆའི་རིགས་གདམ་པ_T"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF(ཤོག་ལེབ་མང་པོའི་ཡིག་ཆ)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (བསྡུ་འཇུག)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (བོར་བརླག་མ་ཤོར་བ)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "ཡིག་ཆ་གསོག་འཇོག་བྱེད་མ་ཐུབ"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "ཁྱོད་ཀྱིས་གསོག་འཇོག་མ་བྱས་ན་བཟོ་བཅོས་རྣམས་ནམ་ཡང་བརླགས་འགྲོ་ངེས"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "དང་ཐོག་གི་ཡིག་ཆ་ཉར་ཚགས"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "བཟོ་བཅོས་རྣམས་འདོར་བ"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "སྔོན་ལྟ་ཉེར་སྤྱོད་ཁ་ཕྱེ་མ་ཐུབ་པ"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "རོགས་འདེགས་ཡིག་ཆ་ཁ་ཕྱེ་མ་ཐུབ"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "པར་བཤུ་བ་དཀྱུས་མའི་སྐོར"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "ཡིག་ཆ་པར་བཤུ་ཆས་དཀྱུས་མ"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Tennom https://launchpad.net/~tennomyathog"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "ཕྱིར་འཐེན་མ་བྱས་གོང་གསོག་འཇོག་བྱེད་པ"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "གསོག་འཇོག་མ་བྱས་པར་ཕྱིར་འཐེན"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (སྔོན་འཛུགས)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (ཟིན་བྲིས)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (སྤུས་ཚད་མཐོན་པོ)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "པར་བཤུ་ཆས་བརྗེ་བ_S"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "ར་ང་འགུལ་ངང"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "པར་བཤུ་ཁ་ཕྱོགས"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "པར་བཤུ་བྱས་ཟིན་པའི་གཟུགས་བརྙན་མཐོ་ཚད་ཀྱི་ཚོན་གྲངས"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "ཐེངས་རྗེས་མར་པར་བཤུའི་གཟུགས་བརྙན་གྱི་སྤུས་ཚད"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "གལ་སྲིད་ཉེར་སྤྱོད་སྒེའུ་ཁུང་རྒྱ་བསྐྱེད་ཚར་ན་TRUEའམ་་བདེན་པར་འཛུགས"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "པར་བཤུ་ཆས་ཀྱི་ཁ་ཕྱོགས་ནི་ཤོག་ལེབ་ཡོངས་ཁྱབ་ཡིན་པ་དང་གཤམ་གྱི་འདེམས་ཀ་བཞི་སྟེ། "
+#~ "'གོང་ནས་འོག' 'འོག་ནས་གོང' 'གཡོན་ནས་གཡས' 'གཡས་ནས་གཡོན'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "ཐེངས་རྗེས་མའི་པར་བཤུའི་པར་རིས་མཐོ་ཚད་ཀྱི་ཚོན་གྲངས། ཐོབ་གྲངས་འདི་ "
+#~ "ཐེངས་རྗེས་མའི་པར་བཤུ་འདྲ་པར་གསར་བསྒྱུར་བྱས་ཟིན"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "པར་བཤུ་ཡིག་ཆའི་རིགས། 'ཡི་གེ'ནི་ཡིག་གེ་ཡིག་ཆ་ཡིན་པ། 'པར'ནི་ "
+#~ "པར་རིས་ཡིག་ཆ་ཡིན་པ། སྒྲིག་འཛུགས་འདིའི་པར་བཤུའི་སྤུས་ཚད། "
+#~ "ཚོན་མདོག་དང་འཇུག་མཐའི་འགུལ་སྐྱོད་ཐག་གཅོད་བྱེད"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Width of scanned image in pixels"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Window height in pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Window width in pixels"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "རོགས་རམ་འདེམས་ཐོ:\n"
+#~ " -d, --སྐྱོན་གསོ སྐྱོན་གསོ་ཡི་གེ་པར་རྒྱག་པ\n"
+#~ " -v, --པར་གཞི པར་གཞི་གསར་པ་མངོན་པ\n"
+#~ " -h, -རོགས་རམ རོགས་རམ་འདེམས་ཐོ་མངོན་པ\n"
+#~ " --རོགས་རམ་ཡོངས་རྫོགས རོགས་རམ་འདེམས་ཐོ་ཡོངས་རྫོགས་མངོན་པ\n"
+#~ " --gtkརོགས་འདེགས GTK+ འདེམས་ཐོ་མངོན་པ"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ འདེམས་ཐོ:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+
+#~ msgid "Files missing"
+#~ msgstr "ཡིག་ཆ་བརླགས་ཚར་འདུག"
+
+#~ msgid "Please check your installation"
+#~ msgstr "ཁྱོད་ཀྱི་སྒྲིག་འཇུག་ཞིབ་བཤེར་གནང་རོགས"
diff --git a/po/ca.po b/po/ca.po
new file mode 100644
index 0000000..3ea3620
--- /dev/null
+++ b/po/ca.po
@@ -0,0 +1,861 @@
+# Catalan translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 08:57+0000\n"
+"Last-Translator: David Planella <david.planella@ubuntu.com>\n"
+"Language-Team: Catalan <ca@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autoritza"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Nom d'usuari del recurs:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Contrasenya:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Ambdues cares"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Anvers de la pàgina"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Revers de la pàgina"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Escaneig senzill"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Document"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Esc_aneja"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Pàgina _individual"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Totes les pàgines de l'a_limentador"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Atura l'escaneig"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Envia per correu"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Pàgina"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Gira a l'_esquerra"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Gira a la _dreta"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Escapçament"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Cap"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Carta EUA"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal EUA"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalitzat"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Gira l'escapçament"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "A_juda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "C_ontingut"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Comença un document nou"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nou"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Escaneja una sola pàgina de l'escàner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Escaneja"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Desa el document en un fitxer"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Desa"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Atura l'escaneig actual"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Atura"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Gireu la pàgina cap a l'esquerra (en sentit antihorari)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Gira a l'esquerra"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Gireu la pàgina cap a la dreta (en sentit horari)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Gira a la dreta"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Escapça la pàgina seleccionada"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Escapça"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferències"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Font d'_escaneig:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Resolució de text:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Resolució fotogràfica:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Cara a escanejar:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Mida de la pàgina:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brillantor:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualitat:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Escanegeu documents"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Dispositiu d'escaneig"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispositiu SANE per a l'adquisició d'imatges."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipus de document a escanejar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"El tipus de document que s'està escanejant. Aquest paràmetre decideix la "
+"resolució d'escaneig, els colors i el processament posterior."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Amplada del paper en dècimes de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"L'amplada del paper en dècimes de mm (o 0 per la detecció automàtica del "
+"paper)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Alçada del paper en dècimes parts d'un mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"L'alçada del paper en dècimes de mm (o 0 per la detecció automàtica del "
+"paper)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Brillantor de l'escaneig"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "L'ajustament de la brillantor, de -100 a 100 (on 0 significa cap)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contrast de l'escaneig"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "L'ajustament del contrast, de -100 a 100 (on 0 significa cap)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolució per l'escaneig de text"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "La resolució en punts per polzada quan s'escanegi text."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolució per l'escaneig de fotos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "La resolució en punts per polzada quan s'escanegin fotos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Cara de la pàgina a escanejar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "La cara de la pàgina a escanejar."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Directori on desar els fitxers"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"El directori on desar els fitxers. Per defecte serà el directori de "
+"documents si no es defineix."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Valor de la qualitat a utilitzar per la compressió JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Valor de la qualitat a utilitzar per la compressió JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "No hi ha cap escàner disponible. Si us plau, connecteu-ne un."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "No s'ha pogut connectar a l'escàner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "No s'ha pogut iniciar l'escaneig"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "S'ha produït un error en comunicar-se amb l'escàner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Mostra la versió de llançament"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Mostra els missatges de depuració"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Arregla els fitxers PDF generats amb versions anteriors de l'Escaneig senzill"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Ha fallat l'escaneig"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Document escanejat"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DISPOSITIU...] - Utilitat d'escaneig"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Executeu «%s --help» per veure la llista completa d'opcions disponibles de "
+"la línia d'ordres."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Document escanejat.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Tanca"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Cal un usuari i contrasenya per a accedir a «%s»"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "No s'ha detectat cap escàner"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Comproveu que l'escàner està connectat i engegat"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Anomena i desa..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Cancel·la"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "De_sa"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Fitxers d'imatge"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Tots els fitxers"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Seleccioneu el _tipus de fitxer"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (document multipàgina)."
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (comprimit)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sense pèrdua)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "No s'ha pogut desar el fitxer"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Si no ho deseu, els canvis es perdran per sempre més."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Voleu desar el document actual?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Descarta els canvis"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "No s'ha pogut desar la imatge per previsualitzar-la"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "No s'ha pogut obrir l'aplicació de previsualització d'imatges"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "No s'ha pogut obrir el fitxer d'ajuda"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Aquest programa és programari lliure: podeu redistribuir-lo l'i/o modificar-"
+"lo\n"
+"sota els termes de la Llicència Pública General GNU (GNU GPL) segons publica "
+"la \n"
+"Fundació de Programari Lliure, qualsevol versió 3 de la Llicència, o \n"
+"(si ho trieu) qualsevol versió més recent. \n"
+"\n"
+"Aquest programa és distribuït en l'esperança que serà útil, \n"
+"però SENSE CAP GARANTIA; fins i tot sense la garantia implicada de \n"
+"MERCANDABILITAT o ADEQUAT PER UN PROPÒSIT PARTICULAR.\n"
+"Vegeu la Llicència Pública General GNU (GNU GPL) per més detalls. \n"
+"\n"
+"Hauríeu d'haver rebut una còpia de la Llicència Pública General GNU (GNU "
+"GPL)\n"
+"juntament amb aquest programa. Si no, mireu <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Quant a l'escaneig senzill"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Eina senzilla d'escaneig de documents"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Adolfo Jayme https://launchpad.net/~fitojb\n"
+" David Planella https://launchpad.net/~dpm\n"
+" J. https://launchpad.net/~jose-manuel-rodriguez-moreno\n"
+" J. Gregpori Raya https://launchpad.net/~gregori\n"
+" Joan Duran https://launchpad.net/~jodufi\n"
+" Sergi https://launchpad.net/~scaparrosj\n"
+" Siegfried Gevatter https://launchpad.net/~rainct\n"
+" SiscoGarcia https://launchpad.net/~sisco\n"
+" pancake https://launchpad.net/~pancake"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Voleu desar el document abans de sortir?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Surt sense desar"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d ppp (predeterminat)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d ppp (esborrany)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d ppp (alta resolució)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Canvia l'e_scàner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automàtic"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Més fosc"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Més clar"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Menys"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Més"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mínim"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Màxim"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "S'està desant el document..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "S'està desant la pàgina %d de %d"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Forma d'ús:\n"
+#~ " %s [DISPOSITIU...] - Utilitat d'escaneig"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opcions de la GTK+:\n"
+#~ " --class=CLASSE Classe del programa tal com l'utilitza el "
+#~ "gestor de finestres\n"
+#~ " --name=NOM Nom del programa tal com l'utilitza el "
+#~ "gestor de finestres\n"
+#~ " --screen=PANTALLA Pantalla X a utilitzar\n"
+#~ " --sync Fa que les crides X siguin síncrones\n"
+#~ " --gtk-module=MÒDULS Carrega mòduls de la GTK+ addicionals\n"
+#~ " --g-fatal-warnings Fa que tots els avisos siguin fatals"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Comproveu la vostra instal·lació"
+
+#~ msgid "Files missing"
+#~ msgstr "Manquen fitxers"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Alçada de la imatge escanejada en píxels"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direcció de l'escaneig"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "El costat de la pàgina a escanejar. Pot ser un dels següents: «both» "
+#~ "(ambdós), «front» (frontal) o «back» (dorsal)"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "La direcció de l'escaneig a través de la pàgina escanejada. Pot ser una de "
+#~ "les següents: «top-to-bottom» (de dalt a baix), «bottom-to-top» (de baix a "
+#~ "dalt), «left-to-right» (d'esquerra a dreta) o «right-to-left» (de dreta a "
+#~ "esquerra)."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE (cert) si la finestra de l'aplicació està maximitzada"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "L'alçada de la imatge escanejada en píxels. Aquest valor s'ha actualitzat al "
+#~ "que tenia l'última pàgina escanejada."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "La resolució en punts per polzada de la imatge prèviament escanejada."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolució de l'última imatge escanejada"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Tipus de document a escanejar. «text» per documents de text o «photo» per "
+#~ "fotos. Aquest paràmetre decideix la resolució de l'escaneig, els colors i el "
+#~ "postprocessament."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Alçada de la finestra en píxels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Amplada de la finestra en píxels"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "L'amplada de la imatge escanejada en píxels. Aquest valor s'ha actualitzat "
+#~ "al que tenia l'última pàgina escanejada."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Amplada de la imatge escanejada en píxels"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Ajuda per a les opcions:\n"
+#~ " -d, --debug Mostra els missatges de depuració\n"
+#~ " -v, --version Mostra la versió del programa\n"
+#~ " -h, --help Mostra l'ajuda de les opcions\n"
+#~ " --help-all Mostra l'ajuda de totes les opcions\n"
+#~ " --help-gtk Mostra l'ajuda de les opcions de la GTK+"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "La direcció de l'escànner a través de la pàgina escanejada."
diff --git a/po/ca@valencia.po b/po/ca@valencia.po
new file mode 100644
index 0000000..5d75aed
--- /dev/null
+++ b/po/ca@valencia.po
@@ -0,0 +1,854 @@
+# Catalan (Valencian) translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Catalan (Valencian) <ca@valencia@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autoritza"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Nom d'usuari del recurs:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Contrasenya:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Ambdues cares"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Anvers de la pàgina"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Revers de la pàgina"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Escaneig senzill"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Document"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Esc_aneja"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Pàgina _individual"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Totes les pàgines de l'a_limentador"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Atura l'escaneig"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Envia per correu"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Pàgina"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Gira a l'_esquerra"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Gira a la _dreta"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Escapçament"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Cap"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Carta EUA"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal EUA"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalitzat"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Gira l'escapçament"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mou a l'esquerra"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mou a la dreta"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "A_juda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "C_ontingut"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Comença un document nou"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nou"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Escaneja una sola pàgina de l'escàner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Escaneja"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Alça el document en un fitxer"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Alça"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Atura l'escaneig actual"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Atura"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Gireu la pàgina cap a l'esquerra (en sentit antihorari)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Gira a l'esquerra"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Gireu la pàgina cap a la dreta (en sentit horari)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Gira a la dreta"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Escapça la pàgina seleccionada"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Escapça"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferències"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Font d'_escaneig:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Resolució de text:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Resolució fotogràfica:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Cara a escanejar:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Mida de la pàgina:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brillantor:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualitat:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Escanegeu documents"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Dispositiu d'escaneig"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispositiu SANE per a l'adquisició d'imatges."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipus de document a escanejar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"El tipus de document que s'està escanejant. Este paràmetre decideix la "
+"resolució d'escaneig, els colors i el processament posterior."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Amplada del paper en dècimes de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"L'amplada del paper en dècimes de mm (o 0 per la detecció automàtica del "
+"paper)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Alçada del paper en dècimes parts d'un mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"L'alçada del paper en dècimes de mm (o 0 per la detecció automàtica del "
+"paper)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Brillantor de l'escaneig"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "L'ajustament de la brillantor, de -100 a 100 (on 0 significa cap)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contrast de l'escaneig"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "L'ajustament del contrast, de -100 a 100 (on 0 significa cap)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolució per l'escaneig de text"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "La resolució en punts per polzada quan s'escanegi text."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolució per l'escaneig de fotos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "La resolució en punts per polzada quan s'escanegin fotos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Cara de la pàgina a escanejar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "La cara de la pàgina a escanejar."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Directori on alçar els fitxers"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"El directori on alçar els fitxers. Per defecte serà el directori de "
+"documents si no es defineix."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Valor de la qualitat a utilitzar per la compressió JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Valor de la qualitat a utilitzar per la compressió JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "No hi ha cap escàner disponible. Per favor, connecteu-ne un."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "No s'ha pogut connectar a l'escàner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "No s'ha pogut iniciar l'escaneig"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "S'ha produït un error en comunicar-se amb l'escàner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Mostra la versió de llançament"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Mostra els missatges de depuració"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Arregla els fitxers PDF generats amb versions anteriors de l'Escaneig senzill"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Ha fallat l'escaneig"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Document escanejat"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DISPOSITIU...] - Utilitat d'escaneig"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Executeu «%s --help» per veure la llista completa d'opcions disponibles de "
+"la línia d'ordes."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Document escanejat.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Tanca"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Cal un usuari i contrasenya per a accedir a «%s»"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "No s'ha detectat cap escàner"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Comproveu que l'escàner està connectat i engegat"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Anomena i alça..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Cancel·la"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "Al_ça"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Fitxers d'imatge"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Tots els fitxers"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Seleccioneu el _tipus de fitxer"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (document multipàgina)."
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (comprimit)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sense pèrdua)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "No s'ha pogut alçar el fitxer"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Si no ho alceu, els canvis es perdran per sempre més."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Voleu alçar el document actual?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Descarta els canvis"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "No s'ha pogut alçar la imatge per previsualitzar-la"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "No s'ha pogut obrir l'aplicació de previsualització d'imatges"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "No s'ha pogut obrir el fitxer d'ajuda"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Este programa és programari lliure: podeu redistribuir-lo l'i/o modificar-"
+"lo\n"
+"sota els termes de la Llicència Pública General GNU (GNU GPL) segons publica "
+"la \n"
+"Fundació de Programari Lliure, qualsevol versió 3 de la Llicència, o \n"
+"(si ho trieu) qualsevol versió més recent. \n"
+"\n"
+"Este programa és distribuït en l'esperança que serà útil, \n"
+"però SENSE CAP GARANTIA; fins i tot sense la garantia implicada de \n"
+"MERCANDABILITAT o ADEQUAT PER UN PROPÒSIT PARTICULAR.\n"
+"Vegeu la Llicència Pública General GNU (GNU GPL) per més detalls. \n"
+"\n"
+"Hauríeu d'haver rebut una còpia de la Llicència Pública General GNU (GNU "
+"GPL)\n"
+"juntament amb este programa. Si no, mireu <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Quant a l'escaneig senzill"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Eina senzilla d'escaneig de documents"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" David Planella https://launchpad.net/~dpm\n"
+" Joan Duran https://launchpad.net/~jodufi"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Voleu alçar el document abans d'eixir?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Ix sense alçar"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d ppp (predeterminat)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d ppp (esborrany)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d ppp (alta resolució)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Canvia l'e_scàner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automàtic"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Més fosc"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Més clar"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Menys"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Més"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mínim"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Màxim"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "S'està desant el document..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "S'està desant la pàgina %d de %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direcció de l'escaneig"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Alçada de la imatge escanejada en píxels"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolució de l'última imatge escanejada"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE (cert) si la finestra de l'aplicació està maximitzada"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "La direcció de l'escaneig a través de la pàgina escanejada. Pot ser una de "
+#~ "les següents: «top-to-bottom» (de dalt a baix), «bottom-to-top» (de baix a "
+#~ "dalt), «left-to-right» (d'esquerra a dreta) o «right-to-left» (de dreta a "
+#~ "esquerra)."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "El costat de la pàgina a escanejar. Pot ser un dels següents: «both» "
+#~ "(ambdós), «front» (frontal) o «back» (dorsal)"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "La resolució en punts per polzada de la imatge prèviament escanejada."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Amplada de la imatge escanejada en píxels"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Alçada de la finestra en píxels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Amplada de la finestra en píxels"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Forma d'ús:\n"
+#~ " %s [DISPOSITIU...] - Utilitat d'escaneig"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Ajuda per a les opcions:\n"
+#~ " -d, --debug Mostra els missatges de depuració\n"
+#~ " -v, --version Mostra la versió del programa\n"
+#~ " -h, --help Mostra l'ajuda de les opcions\n"
+#~ " --help-all Mostra l'ajuda de totes les opcions\n"
+#~ " --help-gtk Mostra l'ajuda de les opcions de la GTK+"
+
+#~ msgid "Files missing"
+#~ msgstr "Manquen fitxers"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Comproveu la vostra instal·lació"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "La direcció de l'escànner a través de la pàgina escanejada."
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opcions de la GTK+:\n"
+#~ " --class=CLASSE Classe del programa tal com l'utilitza el "
+#~ "gestor de finestres\n"
+#~ " --name=NOM Nom del programa tal com l'utilitza el "
+#~ "gestor de finestres\n"
+#~ " --screen=PANTALLA Pantalla X a utilitzar\n"
+#~ " --sync Fa que les crides X siguin síncrones\n"
+#~ " --gtk-module=MÒDULS Carrega mòduls de la GTK+ addicionals\n"
+#~ " --g-fatal-warnings Fa que tots els avisos siguin fatals"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Tipus de document a escanejar. «text» per documents de text o «photo» per "
+#~ "fotos. Aquest paràmetre decideix la resolució de l'escaneig, els colors i el "
+#~ "postprocessament."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "L'alçada de la imatge escanejada en píxels. Aquest valor s'ha actualitzat al "
+#~ "que tenia l'última pàgina escanejada."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "L'amplada de la imatge escanejada en píxels. Aquest valor s'ha actualitzat "
+#~ "al que tenia l'última pàgina escanejada."
diff --git a/po/ce.po b/po/ce.po
new file mode 100644
index 0000000..d01b322
--- /dev/null
+++ b/po/ce.po
@@ -0,0 +1,704 @@
+# Chechen translation for simple-scan
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-08-12 08:40+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Chechen <ce@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr ""
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr ""
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr ""
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr ""
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
diff --git a/po/cs.po b/po/cs.po
new file mode 100644
index 0000000..d3f5232
--- /dev/null
+++ b/po/cs.po
@@ -0,0 +1,855 @@
+# Czech translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2013-12-18 12:25+0000\n"
+"Last-Translator: Tadeáš Pařík <tadeas.parik@gmail.com>\n"
+"Language-Team: Czech <cs@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizovat"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Vlastní pojmenování zdroje:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Heslo:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Přední a zadní"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Přední"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Zadní"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Jednoduché skenování"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_enovat"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Jedna _stránka"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Všechny stránky z _podavače"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Zastavit skenování"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fotografie"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-mail"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Stránka"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Otočit do_leva"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Otočit dop_rava"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Oříznout"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "Žád_né"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Vlastní"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Otočit ořez"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Posunout doleva"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Posunout doprava"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Nápověda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Obsah"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Vytvořit nový dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nový"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Naskenovat jednu stránku ze skeneru"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skenovat"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Uložit dokument do souboru"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Uložit"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Zastavit probíhající skenování"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Zastavit"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Otočit stránku doleva (proti směru hodinových ručiček)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Otočit doleva"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Otočit stránku doprava (po směru hodinových ručiček)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Otočit doprava"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Oříznout vybranou stránku"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Oříznout"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Předvolby"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Zdroj skenování:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Rozlišení textu:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Rozlišení fotografie:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skenovat stranu:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Velikost stránky:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Jas:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kvalita:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Naskenovat dokumenty"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Zařízení určené ke skenování"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Zařízení SANE pro načítání obrázků."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Typ skenovaného dokumentu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Typ skenovaného dokumentu. Toto nastavení rozhoduje o rozlišení skenování, "
+"barvách a následném zpracování."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Šířka papíru v desetinách milimetru"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Šířka papíru v desetinách milimetru (nebo 0 pro automatické zjištění papíru)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Výška papíru v desetinách milimetru"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Výška papíru v desetinách milimetru (nebo 0 pro automatické zjištění papíru)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Jas skenu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Nastavení jasu od -100 do 100 (0 žádná hodnota)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontrast skenu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Nastavení kontrastu od -100 do 100 (0 žádná hodnota)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Rozlišení pro skenování textu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Rozlišení v bodech na palec použité při skenování textu."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Rozlišení pro skenování fotografií"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Rozlišení v bodech na palec použité při skenování fotografií."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Strana stránky ke skenování"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Strana stránky ke skenování."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Adresář pro ukládání souborů"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Adresář pro ukládání souborů. Standardně se ukládají do adresáře Dokumenty, "
+"pokud není nastaveno."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Hodnota kvality u JPEG komprese"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Hodnota kvality u JPEG komprese."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Není k dispozici žádný skener. Připojte prosím zařízení."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nelze navázat spojení se skenerem"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nelze zahájit skenování"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Při komunikaci se skenerem došlo k chybě"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Zobrazit verzi vydání"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Vypisovat debugovací zprávy"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Oprava PDF souborů generovaných se starší verzí nástroje Jednoduché skenování"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Skenování selhalo"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Skenovaný dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ZAŘÍZENÍ...] - Nástroj pro skenování"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Spustit příkaz „%s --help“ k zobrazení úplného seznamu dostupných přepínačů "
+"příkazové řádky."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Naskenovaný dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "Z_avřít"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Pro přístup k '%s' je vyžadováno uživatelské jméno a heslo"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nenalezen žádný skener"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Zkontrolujte prosím, že je váš skener připojen a zapnut"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Uložit jako..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Zrušit"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Uložit"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Soubory obrázků"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Všechny soubory"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Zvolit _typ souboru"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (vícestránkový dokument)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (komprimovaný)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (bezeztrátový)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Uložení souboru selhalo"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Pokud neuložíte, změny budou nenávratně ztraceny."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Uložit stávající dokument?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Zahodit změny"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nezdařilo se uložit obrázek pro náhled"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Nelze otevřít aplikaci s náhledem obrázku"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Nelze otevřít soubor s nápovědou"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Tento program je svobodný software: můžete jej šířit a/nebo upravovat\n"
+"podle ustanovení GNU General Public License vydané\n"
+"Free Software Foundation, buď verze 3 této licence nebo\n"
+"(dle vlastního uvážení) kterékoliv pozdější verze.\n"
+"\n"
+"Tento program je šířen v naději, že bude užitečný, avšak BEZ JAKÉKOLIV\n"
+"ZÁRUKY; neposkytují se ani odvozené záruky PRODEJNOSTI anebo\n"
+"VHODNOSTI PRO URČITÝ ÚČEL. Další podrobnosti hledejte\n"
+"v GNU General Public License.\n"
+"\n"
+"Kopii GNU General Public License byste měli obdržet spolu s tímto "
+"programem.\n"
+"Pokud ne, přečtěte si ji na stránce <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "O aplikaci Jednoduché skenování"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Jednoduchý nástroj pro skenování dokumentů"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Adrian Guniš https://launchpad.net/~andygun\n"
+" Jan Hrdina https://launchpad.net/~jan-hrdina\n"
+" Marv-CZ https://launchpad.net/~marek-manet\n"
+" Ondra Kadlec https://launchpad.net/~o-kadlec\n"
+" Petr R. https://launchpad.net/~ateps-r\n"
+" Petr Šimáček https://launchpad.net/~petr-simacek\n"
+" Tadeáš Pařík https://launchpad.net/~pariktadeas\n"
+" Vitezslav Kotrla https://launchpad.net/~vitezslav-kotrla\n"
+" Vojtěch Trefný https://launchpad.net/~vojtech.trefny\n"
+" la_serpe https://launchpad.net/~tom-mil"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Uložit dokument před ukončením?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Ukončit bez uložení"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (výchozí)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (náčrt)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (vysoké rozlišení)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Změnit _skener"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automaticky"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Tmavší"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Světlejší"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Méně"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Více"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Ukládání dokumentu..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Ukládání strany %d z %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Zkontrolujte prosím svoji instalaci"
+
+#~ msgid "Files missing"
+#~ msgstr "Soubory chybí"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Výška skenovaného obrázku v pixelech"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Směr skenování"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Výška okna v pixelech"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Šířka okna v pixelech"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Šířka skenovaného obrázku v pixelech"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "Nastavit na hodnotu PRAVDA, pokud má být okno maximalizované"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Rozlišení posledního skenovaného obrázku"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Směr skenování stránky. Jsou dostupné následující možnosti: 'top-to-bottom' "
+#~ "'bottom-to-top' 'left-to-right' 'right-to-left'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Výška skenovaného obrázku v pixelech. Tato hodnota je přizpůsobena posledně "
+#~ "skenované stránce."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Rozlišení posledně skenovaného obrázku v bodech na palec."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Typ skenovaného dokumentu. 'text' pro textové dokumenty, 'photo' pro "
+#~ "fotografie. Toto nastavení rozhoduje o rozlišení skenování, barvách a "
+#~ "následném zpracování."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Šířka skenovaného obrázku v pixelech. Tato hodnota je přizpůsobena posledně "
+#~ "skenované stránce."
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Přepínače nápovědy:\n"
+#~ " -d, --debug Vypisovat ladicí informace\n"
+#~ " -v, --version Zobrazit verzi vydání\n"
+#~ " -h, --help Zobrazit přepínače nápovědy\n"
+#~ " --help-all Zobrazit všechny přepínače nápovědy\n"
+#~ " --help-gtk Zobrazit přepínače GTK+"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Použití:\n"
+#~ " %s [ZAŘÍZENÍ...] - Skenovací nástroj"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Přepínače GTK+:\n"
+#~ " --class=TŘÍDA Třída programu, jak je použita okenním "
+#~ "správcem\n"
+#~ " --name=NÁZEV Název programu, jak je použit okenním "
+#~ "správcem\n"
+#~ " --screen=OBRAZOVKA Obrazovka X, která se má použít\n"
+#~ " --sync Volání X budou synchronní\n"
+#~ " --gtk-module=MODULY Načte přídavné moduly GTK+\n"
+#~ " --g-fatal-warnings Všechna varování budou kritická"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Strana stránky ke skenování. Může to být jedna z následujících hodnot: "
+#~ "„both“ (obě), „front“ (přední), „back“ (zadní)"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Směr skenování stránky."
diff --git a/po/da.po b/po/da.po
new file mode 100644
index 0000000..9c20bef
--- /dev/null
+++ b/po/da.po
@@ -0,0 +1,855 @@
+# Danish translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-10-10 12:13+0000\n"
+"Last-Translator: AJenbo <anders@jenbo.dk>\n"
+"Language-Team: Danish <da@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorisér"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Br_ugernavn for ressource:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Adgangskode:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "For- og bagside"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Forside"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Bagside"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simpel skanning"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_an"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Enkelt side"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Alle sider fra _arkføderen"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Stop skanning"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tekst"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Billede"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Send med e-post"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Side"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rotér mod _venstre"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rotér mod _højre"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Beskær"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ingen"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Brugertilpasset"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotér beskæring"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Flyt til venstre"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Flyt til højre"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Hjælp"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Indhold"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Start et nyt dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nyt"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Skan en enkelt side fra skanneren"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skan"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Gem dokument som en fil"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Gem"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Stop den igangværende skanning"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Stop"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Rotér siden mod venstre (mod uret)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rotér mod venstre"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Rotér siden mod højre (med uret)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rotér mod højre"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Beskær den markerede side"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Beskær"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Indstillinger"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Skanner_kilde:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Tekstopløsning:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Billedopløsning:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skan side:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Sidestørrelse:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Lysstyrke:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kvalitet:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skan dokumenter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Enhed at skanne fra"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE-enhed at erhverve billeder fra."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Type af dokument der bliver skannet"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Hvilken slags dokument der skal skannes. Denne indstilling bestemmer "
+"opløsningen, farver og efterbehandling."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Bredde af papir i tiendedele millimeter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Bredde af papir i tiendedele millimeter (eller 0 for automatisk "
+"papirstørelse)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Højde af papir i tiendedele millimeter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Højde af papir tiendedele millimeter (eller 0 for automatisk papirstørelse)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Lysstyrke for skanning"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Lysstyrkejusteringen mellem -100 og 100 (hvor 0 betyder ingen)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontrast for skanning"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Kontrastjusteringen mellem -100 og 100 (hvor 0 betyder ingen)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Opløsning for tekstskan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"Opløsningen i punkter per tomme, der skal bruges når der skannes tekst."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Opløsning for billedskan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"Opløsningen i punkter per tomme, der skal bruges når der skannes foto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Papirside der skal skannes"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Hvilken side af papiret der skal skannes."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Mappe til at gemme filer i"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr "Mappen til at gemme filer i. Som standard bruges dokumentmappen."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Kvalitetsværdi der bruges til JPEG-komprimering"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Kvalitetsværdi der bruges til JPEG-komprimering."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Ingen skanner tilgængelig. Tilslut en skanner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Kunne ikke forbinde til sḱanner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Kunne ikke starte skanning"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Fejl under kommunikation med skanner."
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Vis versionsnummer"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Skriv fejlsøgningsbeskeder"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Ret PDF-filer oprettet med ældre versioner af Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Skanning mislykkedes"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Skannet dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ENHED...] - Skanningsredskab"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Udfør \"%s --help\" for at se den fulde liste af tilgængelige "
+"kommandolinjetilvalg."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Skannet dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Luk"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Brugernavn og adgangskode er krævet for at tilgå \"%s\""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Ingen skannere fundet"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Kontrollér venligst at skanneren er tændt og sluttet til"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Gem som..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Annullér"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Gem"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Billedfiler"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Alle filer"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Vælg fil_type"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (flersidet dokument)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (komprimeret)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (tabsfri)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Kunne ikke gemme fil"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Hvis du ikke gemmer, vil ændringer gå permanent tabt."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Gem nuværende dokument?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Kassér ændringer"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Kan ikke gemme billede for forhåndsvisning"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Kunne ikke åbne programmet til forhåndsvisning af billeder"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Kan ikke åbne hjælpefil"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Dette program er fri software: du kan redistribuere det og / eller\n"
+"ændredet under GNU General Public License som offentliggjort af\n"
+"Free Software Foundation, enten version 3 af den licens, eller\n"
+"(efter dit valg) enhver senere version.\n"
+"\n"
+"Dette program er distribueret i håb om, at det vil være nyttigt,\n"
+"men UDEN NOGEN GARANTI, endda uden den underforståede garanti\n"
+"SALGBARHED eller EGNETHED TIL ET BESTEMT FORMÅL. Se\n"
+"GNU General Public License for flere detaljer.\n"
+"\n"
+"Du burde have modtaget en kopi af GNU General Public License\n"
+"sammen med dette program. Hvis ikke, se <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Om Simpel skanning"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Simpelt dokumentskanningsværktøj"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" AJenbo https://launchpad.net/~ajenbo\n"
+" Aputsiaq Niels Janussen https://launchpad.net/~aj\n"
+" Ask Hjorth Larsen https://launchpad.net/~askhl\n"
+" David Nielsen https://launchpad.net/~davidnielsen-deactivatedaccount\n"
+" Joe Hansen https://launchpad.net/~joedalton2\n"
+" Kjetil Birkeland Moe https://launchpad.net/~kjetilbmoe\n"
+" MadsRH https://launchpad.net/~madsrh\n"
+" Marcus Møller https://launchpad.net/~marcusmoller\n"
+" Niels Kjøller Hansen https://launchpad.net/~kjoller\n"
+" TLE https://launchpad.net/~k-nielsen81\n"
+" Torben Gundtofte-Bruun https://launchpad.net/~torbengb"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Gem dokumentet før der afsluttes?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Afslut uden at gemme"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (standard)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (udkast)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (høj opløsning)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Skift _skanner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatisk"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Mørkere"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Lysere"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mindre"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mere"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maksimum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Gemmer dokument ..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Gemmer side %d ud af %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Kontrollér venligst din installation"
+
+#~ msgid "Files missing"
+#~ msgstr "Filer mangler"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Skanneretning"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Retningen af skanneren på tværs af siden der skannes. Den kan være én af de "
+#~ "følgende: \"top-to-bottom\" \"bottom-to-top\" \"left-to-right\" \"right-to-"
+#~ "left\""
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Højde af skannet billede i pixel"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "SAND hvis programvinduet er maksimeret."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Højden af skannede billede i pixel. Denne værdi opdateres svarende til "
+#~ "sidste skannede side."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Opløsningen af det sidste billede der blev skannet"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Type af dokument der skannes. \"text\" for tekst dokumenter, \"photo\" for "
+#~ "billeder. Denne indstilling træffer valget for skanningsopløsning, farver og "
+#~ "efterbehandling."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Bredden af skannede billede i pixel. Denne værdi opdateres svarende til "
+#~ "sidste skannede side."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Opløsningen i punkter per tomme, på det forrige skannede billede."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Bredde af skannet billede i pixel"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Hjælpetilvalg:\n"
+#~ " -d, --debug Udskriv fejlfindingsbeskeder\n"
+#~ " -v, --version Vis udgivelsesversion\n"
+#~ " -h, --help Vis hjælp for tilvalg\n"
+#~ " --help-all Vis hjælp for alle tilvalg\n"
+#~ " --help-gtk Vis tilvalg for GTK+"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Brug:\n"
+#~ " %s [ENHED...] - Skanningsværktøj"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+-tilvalg:\n"
+#~ " --class=KLASSE Programklasse, som den bruges af "
+#~ "vindueshåndteringen\n"
+#~ " --name=NAVN Programnavnet, som det bruges af "
+#~ "vindueshåndteringen\n"
+#~ " --screen=SKÆRM X-skærm, der skal bruges\n"
+#~ " --sync Gør X-kald synkrone\n"
+#~ " --gtk-module=MODULER Indlæs ekstra GTK+-moduler\n"
+#~ " --g-fatal-warnings Gør alle advarsler fatale"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Papirside der skal skannes. Den kan være følgende: 'both' 'front' 'back'"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Vindueshøjde i pixel"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Vinduesbredde i pixel"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Skannerens retning hen over siden."
diff --git a/po/de.po b/po/de.po
new file mode 100644
index 0000000..a60abde
--- /dev/null
+++ b/po/de.po
@@ -0,0 +1,892 @@
+# German translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 08:58+0000\n"
+"Last-Translator: Daniel Schury <das.surst@gmail.com>\n"
+"Language-Team: German <de@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Legitimieren"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Benutzername für Quelle:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Passwort:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Vorder- und Rückseite"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Vorderseite"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Rückseite"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sc_annen"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Einzelne Seite"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Alle Seiten aus dem _Papiereinzug"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Scanvorgang anhalten"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Seiten umsortieren"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-Mail"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Seite"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "_Links herum drehen"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "_Rechts herum drehen"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Zuschneiden"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Nicht zuschneiden"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US _Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US _Legal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4\" × 6\""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Benutzerdefiniert"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Zuschneideauswahl _drehen"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Nach links schieben"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Nach rechts schieben"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Hilfe"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "I_nhalt"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Neues Dokument erstellen"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Neu"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Eine einzelne Seite vom Scanner einscannen"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Scannen"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Als Datei speichern"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Speichern"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Aktuellen Scanvorgang unterbrechen"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Anhalten"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Die Seite links herum drehen (Gegen den Uhrzeigersinn)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Links herum drehen"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Die Seite rechts herum drehen (Im Uhrzeigersinn)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rechts herum drehen"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Die gewählte Seite zurechtschneiden"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Zuschneiden"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Einstellungen"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Scan-_Quelle:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Text-Auflösung:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Foto-_Auflösung:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Zu scannende Seite:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Seitengröße:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Helligkeit:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualität:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Dokumente scannen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Scangerät"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE-Gerät, von dem Bilder angefordert werden."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Typ des zu scannenden Dokuments"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Typ des zu scannenden Dokuments. Diese Einstellung entscheidet über die "
+"Auflösung, Farben und Nachbearbeitung."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Seitenbreite in Zehntelmillimetern"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Seitenbreite in Zehntelmillimetern (oder 0 für automatische Papiererkennung)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Papierhöhe in Zehntelmillimetern"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Papierhöhe in Zehntelmillimetern (oder 0 für automatische Papiererkennung)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Helligkeit des Scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Helligkeitseinstellung von -100 bis 100 (0 keine)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontrast des Scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Kontrasteinstellung von -100 bis 100 (0 keine)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Auflösung von Text-Scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Die für Text zu verwendende Auflösung in DPI (Punkte pro Zoll)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Auflösung von Foto-Scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Die für Fotos zu verwendende Auflösung in DPI (Punkte pro Zoll)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Zu scannende Seite des Blattes"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Die zu scannende Seite."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Verzeichnis, in dem die Dateien gespeichert werden"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Das Verzeichnis, in dem die Dateien gespeichert werden. Vorgabe ist das "
+"Dokumente-Verzeichnis, wenn nicht gesetzt."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Qualitätswert für die JPEG-Komprimierung"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Qualitätswert, der für die JPEG-Komprimierung verwendet werden soll."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Keine Scanner verfügbar. Bitte schließen Sie einen Scanner an."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Verbindung zu Scanner konnte nicht hergestellt werden"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Scanvorgang konnte nicht gestartet werden"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Fehler bei der Kommunikation mit dem Scanner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Versionsinformation anzeigen"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Fehlerdiagnosemeldungen anzeigen"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Repariere PDF-Dateien, die mit einer älteren Version von Simpe Scan erstellt "
+"wurden"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Scannen fehlgeschlagen"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Gescanntes Dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[GERÄT …] - Scan-Werkzeug"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Rufen Sie »%s --help« auf, um eine vollständige Liste der verfügbaren "
+"Befehlszeileoptionen zu erhalten."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Gescanntes Dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "S_chließen"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+"Für den Zugriff auf »%s« werden ein Benutzername und ein Passwort benötigt"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Kein Scanner gefunden"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"Bitte überprüfen Sie, ob Ihr Scanner angeschlossen und eingeschaltet ist"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Speichern unter …"
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "Abbre_chen"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Speichern"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Bilddateien"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Alle Dateitypen"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Datei-_Typ auswählen"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (Mehrseitiges Dokument)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (Verlustbehaftet)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (Verlustfrei)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Datei konnte nicht gespeichert werden"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+"Wenn Sie nicht speichern, werden die Änderungen unwiderruflich verworfen."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Aktuelles Dokument speichern?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Änderungen verwerfen"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Vorschaubild kann nicht gespeichert werden"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Bildvorschauanwendung konnte nicht gestartet werden"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Vertauschen"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Unverändert lassen"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Die Hilfedatei konnte nicht geöffnet werden"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Dieses Programm ist freie Software, Sie können es weitergeben\n"
+"und/oder verändern, solange Sie sich an die Vorgaben der GNU\n"
+"General Public License halten, wie von der Free Software\n"
+"Foundation festgelegt; entweder in Version 3 der Lizenz oder\n"
+"(nach Ihrem Ermessen) in jeder folgenden Version.\n"
+"\n"
+"Das Programm wurde mit dem Ziel veröffentlicht, dass Sie es\n"
+"nützlich finden, jedoch OHNE JEDWEDE GARANTIE, sogar\n"
+"ohne eine implizite Garantie der VERKAUFBARKEIT oder der\n"
+"NUTZBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Für mehr\n"
+"Informationen lesen Sie bitte die GNU General Public License\n"
+"(GNU GPL).\n"
+"\n"
+"Mit dem Programm sollten Sie außerdem eine Kopie der GNU\n"
+"General Public License erhalten haben. Falls dem nicht so\n"
+"ist, finden Sie diese im Internet unter\n"
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Über Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Einfaches Werkzeug zum Scannen von Dokumenten"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" .daniel. https://launchpad.net/~faessje\n"
+" Alexander Wilms https://launchpad.net/~alexander-wilms\n"
+" Alvaro Aleman https://launchpad.net/~alvaroaleman\n"
+" Charon https://launchpad.net/~markus-lobedann\n"
+" Daniel Schury https://launchpad.net/~surst\n"
+" Daniel Winzen https://launchpad.net/~q-d\n"
+" Dennis Baudys https://launchpad.net/~thecondordb\n"
+" Dennisgamer https://launchpad.net/~dennis-ertelt\n"
+" Dominik Grafenhofer https://launchpad.net/~dpjg\n"
+" EgLe https://launchpad.net/~egle1\n"
+" Felix https://launchpad.net/~apoapo\n"
+" Franz E. https://launchpad.net/~franzellendorff\n"
+" Funky Future https://launchpad.net/~funky-future\n"
+" Ghenrik https://launchpad.net/~ghenrik-deactivatedaccount\n"
+" HOMBRESINIESTRO https://launchpad.net/~hombre\n"
+" Hendrik Brandt https://launchpad.net/~heb\n"
+" Hendrik Knackstedt https://launchpad.net/~hennekn\n"
+" Jan https://launchpad.net/~jancborchardt-deactivatedaccount\n"
+" John Doe https://launchpad.net/~jodo-deactivatedaccount\n"
+" Julian Gehring https://launchpad.net/~julian-gehring\n"
+" Jörg BUCHMANN https://launchpad.net/~jorg-buchmann\n"
+" Lars Vopicka https://launchpad.net/~lars+vopicka-deactivatedaccount\n"
+" Marcel Schmücker https://launchpad.net/~versus666-deactivatedaccount\n"
+" Martin Lettner https://launchpad.net/~m.lettner\n"
+" Mathias Dietrich https://launchpad.net/~theghost\n"
+" Moritz Baumann https://launchpad.net/~mo42\n"
+" Raphael J. Schmid https://launchpad.net/~raphael-j-schmid\n"
+" Stefan Buchholz https://launchpad.net/~stef-buchholz\n"
+" Steve G. https://launchpad.net/~sgo.ger\n"
+" Thomas Heidrich https://launchpad.net/~gnuheidix\n"
+" Tobias Bannert https://launchpad.net/~toba\n"
+" UweS https://launchpad.net/~uwes\n"
+" Webschiff https://launchpad.net/~webschiff\n"
+" William Glover https://launchpad.net/~williamglover\n"
+" simon danner https://launchpad.net/~simondanner\n"
+" staedtler-przyborski https://launchpad.net/~staedtler-przyborski\n"
+" tlue https://launchpad.net/~tlueber"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Dokument vor dem Beenden speichern?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Beenden ohne zu speichern"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (Vorgabe)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (Entwurf)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (Hohe Auflösung)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "_Scanner wechseln"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatisch"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Dunkler"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Heller"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Weniger"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mehr"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Dokument wird gespeichert …"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Seite %d von %d wird gespeichert"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Dateien nicht gefunden"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+-Optionen:\n"
+#~ " --class=KLASSE Die vom Fensterverwalter verwendete "
+#~ "Programmklasse\n"
+#~ " --name=NAME Der vom Fensterverwalter verwendete "
+#~ "Programmname\n"
+#~ " --screen=ANZEIGE Zu verwendende X-Anzeige\n"
+#~ " --sync X-Aufrufe synchron durchführen\n"
+#~ " --gtk-module=MODULE Zusätzliche GTK+-Module laden\n"
+#~ " --g-fatal-warnings All Warnungen werden zu fatalen"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Bitte überprüfen Sie Ihre Installation"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Fensterhöhe in Pixel"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Fensterbreite in Pixel"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Höhe des gescannten Bilds in Pixel"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Scanverzeichnis"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Auflösung des zuletzt gescannten Bildes"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Die Scanrichtung im Verhältnis zur zu gescannten Seite. Kann eins der "
+#~ "folgenden sein: »Oben nach Unten«, »Unten nach Oben«, »Links nach Rechts« "
+#~ "oder »Rechts nach Links«"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Die Breite des gescannten Fotos in Pixeln. Der Wert wird entsprechend der "
+#~ "zuletzt gescannten Seite übernommen."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Die Höhe des gescannten Bilds in Pixel. Der Wert wird entsprechend der "
+#~ "zuletzt gescannten Seite übernommen."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE wenn das Anwendungsfenster maximiert ist"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "Die Auflösung in DPI (Punkte pro Zoll) des zuletzt eingescannten Bildes."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Breite des gescannten Bilds in Pixel"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Hilfeoptionen:\n"
+#~ " -d, --debug Zeigt Debug-Nachrichten\n"
+#~ " -v, --version Zeigt Versionsnummer\n"
+#~ " -h, --help Zeigt die Hilfeoptionen\n"
+#~ " --help-all Zeigt alle Hilfeoptionen\n"
+#~ " --help-gtk Zeigt GTK+-Optionen"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Verwendung:\n"
+#~ " %s [GERÄT...] - Scanwerkzeug"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Die zu scannende Seite des Papiers. Mögliche Werte sind: »Beide«, "
+#~ "»Vorderseite« und »Rückseite«."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Typ des zu scannenden Dokuments. »text« steht für Textdokumente, »photo« für "
+#~ "Fotos. Die Einstellungen bestimmen die Scan-Auflösung, -Farbe und -"
+#~ "Nachbearbeitung."
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Die Richtung des Scanners über die gescannte Seite."
diff --git a/po/el.po b/po/el.po
new file mode 100644
index 0000000..c4d9a31
--- /dev/null
+++ b/po/el.po
@@ -0,0 +1,864 @@
+# Greek translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2013-07-03 07:45+0000\n"
+"Last-Translator: John Pag <ioanpagges@gmail.com>\n"
+"Language-Team: Greek <el@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Εξουσιοδότηση"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Όνομα _χρήστη για πόρο:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Κωδικός:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Πρόσοψη και πίσω όψη"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Πρόσοψη"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Πίσω όψη"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Σάρωση"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Έγγραφο"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "_Σάρωση"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Μια_σελίδα"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Όλες τις σελίδες από την _τροφοδοσία"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Διακοπή σάρωσης"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "ΚΕΙΜΕΝΟ"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Φωτογραφία"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Email"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Σελίδα"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Περιστροφή _αριστερά"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Περιστροφή _δεξιά"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Περικοπή"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Κανένα"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6 ίντσες"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Προσαρμοσμένο"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Περιστροφή περικοπής"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Μετακίνηση αριστερά"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Μετακίνηση δεξιά"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Βοήθεια"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Περιεχόμενα"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Δημιουργία νέου εγγράφου"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Νέο"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Σάρωση μίας σελίδας από τον σαρωτή"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Σάρωση"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Αποθήκευση εγγράφου σε αρχείο"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Αποθήκευση"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Διακοπή τρέχουσας σάρωσης"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Διακοπή"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Περιστροφή της σελίδας αριστερά"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Περιστροφή αριστερά"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Περιστροφή της σελίδας δεξιά"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Περιστροφή δεξιά"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Περικοπή της επιλεγμένης σελίδας"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Περικοπή"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Προτιμήσεις"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Πηγή σάρωσης:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Ανάλυση _κειμένου:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Ανάλυση _φωτογραφίας:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Πλευρά σάρωσης"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Μέγεθος σελίδας:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Φωτεινότητα:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Αντίθεση:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Ποιότητα:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Σάρωση εγγράφων"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Συσκευή που χρησιμοποιείται για σάρωση"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Συσκευή SANE που χρησιμοποιείται για την λήψη εικόνων."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Ο τύπος του εγγράφου που σαρώνεται"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Ο τύπος του έγγραφου που σαρώνεται. Αυτή η ρύθμιση καθορίζει την ανάλυση, "
+"το χρώμα και την μετα-επεξεργασία της σάρωσης."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Πλάτος του χαρτιού σε δέκατα του χιλιοστού (mm)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Πλάτος του χαρτιού σε δέκατα του χιλιοστού (mm) (ή 0 για την αυτόματη "
+"ανίχνευση χαρτιού)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Ύψος σελίδας σε δέκατα του χιλιοστού (mm)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Ύψος του χαρτιού σε δέκατα του χιλιοστού (mm) (ή 0 για την αυτόματη "
+"ανίχνευση χαρτιού)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Φωτεινότητα σάρωσης"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Προσαρμογή της φωτεινότητας από -100 έως 100 (0 χωρίς προσαρμογή)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Αντίθεση σάρωσης"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Προσαρμογή της αντίθεσης από -100 έως 100 (0 χωρίς προσαρμογή)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Ανάλυση για σάρωση κειμένου"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"Η ανάλυση σε κουκκίδες ανά ίντσα που θα χρησιμοποιηθεί στην σάρωση κειμένων."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Ανάλυση για σάρωση φωτογραφιών"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"Η ανάλυση σε κουκκίδες ανά ίντσα που θα χρησιμοποιηθεί στην σάρωση "
+"φωτογραφιών."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Πλευρά σελίδας για σάρωση"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Η πλευρά της σελίδας για σάρωση."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Κατάλογος στον οποίο θα αποθηκευτούν τα αρχεία"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Ο κατάλογος στον οποίο θα αποθηκευτούν τα αρχεία. Αν δεν ορισθεί, προεπιλογή "
+"είναι ο κατάλογος εγγράφων."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Τιμή της ποιότητας που θα χρησιμοποιηθεί για τη συμπίεση JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Τιμή της ποιότητας που θα χρησιμοποιηθεί για τη συμπίεση JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Δεν υπάρχουν διαθέσιμοι σαρωτές. Παρακαλούμε συνδέστε ένα σαρωτή."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Αδύνατη η σύνδεση με τον σαρωτή"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Αδύνατη η εκκίνηση της σάρωσης"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Σφάλμα κατά την επικοινωνία με τον σαρωτή"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Προβολή αριθμού έκδοσης"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Εμφάνιση μηνυμάτων εντοπισμού σφαλμάτων"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Διόρθωση αρχείων PDF που δημιουργήθηκαν με παλαιότερες εκδόσεις του "
+"λογισμικού Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Η σάρωση απέτυχε"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Σαρωμένο"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ΣΥΣΚΕΥΗ…] - Εφαρμογή σάρωσης"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Εκτελέστε «%s --help» για να δείτε την πλήρη λίστα των διαθέσιμων επιλογών "
+"εντολής γραμμής."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Σαρωμένο.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Κλείσιμο"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Απαιτείται όνομα χρήστη και κωδικός για την πρόσβαση στο '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Δεν ανιχνεύθηκαν σαρωτές"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"Παρακαλούμε βεβαιωθείτε ότι ο σαρωτής σας είναι συνδεδεμένος και σε "
+"λειτουργία"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Αποθήκευση ως..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Ακύρωση"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "Απο_θήκευση"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Αρχεία εικόνων"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Όλα τα αρχεία"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Επιλογή _τύπου αρχείου"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (έγγραφο πολλαπλών σελίδων)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (συμπιεσμένο)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (δίχως συμπίεση)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Αποτυχία αποθήκευσης του αρχείου"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Αν δεν αποθηκεύσετε, οι αλλαγές θα χαθούν μόνιμα."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Αποθήκευση του τρέχοντος εγγράφου;"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Απόρριψη αλλαγών"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Αδυναμία αποθήκευσης σελίδας για προεπισκόπηση"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Αδύνατο το άνοιγμα της εφαρμογής προβολής εικόνων"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Αδύνατο το άνοιγμα του αρχείου βοήθειας"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Αυτό το πρόγραμμα είναι ελεύθερο λογισμικό: Επιτρέπεται η αναδιανομή ή/και "
+"τροποποίησή του υπό τους όρους της Γενικής Άδειας Δημόσιας Χρήσης GNU (GNU "
+"General Public License), όπως αυτή έχει δημοσιευτεί από το Ίδρυμα Ελεύθερου "
+"Λογισμικού (Free Software Foundation) – είτε της έκδοσης 3 της Άδειας, είτε "
+"(κατ' επιλογήν) οποιασδήποτε μεταγενέστερης έκδοσης.\n"
+"\n"
+"Το πρόγραμμα αυτό διανέμεται με την ελπίδα ότι θα αποδειχθεί χρήσιμο, παρόλα "
+"αυτά ΧΩΡΙΣ ΚΑΜΙΑ ΕΓΓΥΗΣΗ – χωρίς ούτε και την σιωπηρή εγγύηση "
+"ΕΜΠΟΡΕΥΣΙΜΟΤΗΤΑΣ ή ΚΑΤΑΛΛΗΛΟΤΗΤΑΣ ΓΙΑ ΣΥΓΚΕΚΡΙΜΕΝΗ ΧΡΗΣΗ. Για περισσότερες "
+"λεπτομέρειες ανατρέξτε στη Γενική Άδεια Δημόσιας Χρήσης GNU (GNU General "
+"Public License).\n"
+"\n"
+"Θα πρέπει να έχετε λάβει ένα αντίγραφο της Γενικής Άδειας Δημόσιας Χρήσης "
+"GNU (GNU General Public License) μαζί με αυτό το πρόγραμμα. Εάν όχι, δείτε "
+"εδώ: <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Περί Σάρωσης"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Απλό εργαλείο σάρωσης εγγράφων"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Alex Ferguson https://launchpad.net/~thoughtmonster\n"
+" Christos Spyroglou https://launchpad.net/~cspyroglou\n"
+" Filippos Kolyvas https://launchpad.net/~fkol-k4\n"
+" George Christofis https://launchpad.net/~geochr\n"
+" Jennie Petoumenou https://launchpad.net/~jennie\n"
+" John Pag https://launchpad.net/~ioanpagges\n"
+" Michael Kotsarinis https://launchpad.net/~mk73628\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Simos Xenitellis https://launchpad.net/~simosx\n"
+" Thanos Lefteris https://launchpad.net/~alefteris\n"
+" stavros daliakopoulos https://launchpad.net/~stavrosd\n"
+" tomash.ghz https://launchpad.net/~ghz-tomash\n"
+" trix https://launchpad.net/~panelc"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Αποθήκευση του εγγράφου πριν την έξοδο;"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Έξοδος χωρίς Αποθήκευση"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (προεπιλογή)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (πρόχειρο)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (υψηλή ανάλυση)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Αλλαγή _σαρωτή"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Αυτόματο"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Σκοτεινότερο"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Φωτεινότερο"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Λιγότερο"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Περισσότερο"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Ελάχιστο"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Μέγιστο"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Αποθήκευση εγγράφου..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Αποθήκευση σελίδας %d από %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Ύψος εικόνας σάρωσης σε εικονοστοιχεία"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "ΑΛΗΘΕΣ αν το παράθυρο της εφαρμογής είναι μεγιστοποιημένο"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Κατεύθυνση σάρωσης"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Ανάλυση τελευταίας σαρωμένης εικόνας"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Ο τύπος του εγγράφου που σαρώνεται. 'text' για έγγραφα κειμένου, 'photo' για "
+#~ "φωτογραφίες. Αυτή η ρύθμιση καθορίζει την ανάλυση σάρωσης, τα χρώματα και τη "
+#~ "μετέπειτα επεξεργασία."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Ύψος παραθύρου σε εικονοστοιχεία"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Το πλάτος της σαρωμένης εικόνας σε εικονοστοιχεία. Η τιμή αυτή ενημερώνεται "
+#~ "με το πλάτος της τελευταίας σαρωμένης σελίδας."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Το ύψος της σαρωμένης εικόνας σε εικονοστοιχεία. Η τιμή αυτή ενημερώνεται με "
+#~ "το ύψος της τελευταίας σαρωμένης σελίδας."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Πλάτος της σαρωμένης εικόνας σε εικονοστοιχεία"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Πλάτος παραθύρου σε εικονοστοιχεία"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Χρήση:\n"
+#~ " %s [ΣΥΣΚΕΥΗ...] - Εφαρμογή σάρωσης"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Επιλογές βοήθειας:\n"
+#~ " -d, --debug Εμφάνιση μηνυμάτων αποσφαλμάτωσης\n"
+#~ " -v, --version Εμφάνιση αριθμού έκδοσης\n"
+#~ " -h, --help Εμφάνιση επιλογών βοήθειας\n"
+#~ " --help-all Εμφάνιση όλων των επιλογών βοήθειας\n"
+#~ " --help-gtk Εμφάνιση επιλογών GTK+"
+
+#~ msgid "Files missing"
+#~ msgstr "Λείπουν αρχεία"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Παρακαλούμε ελέγξτε την εγκατάσταση σας"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Η κατεύθυνση του σαρωτή κατά μήκος της σαρωμένης σελίδας. Μπορεί να είναι "
+#~ "κάποιο από τα εξής: 'top-to-bottom' (από πάνω προς τα κάτω) 'bottom-to-top' "
+#~ "(από κάτω προς τα πάνω) 'left-to-right' (από αριστερά προς δεξιά) 'right-to-"
+#~ "left' (από δεξιά προς αριστερά)"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Η ανάλυση σε κουκκίδες ανά ίντσα της προηγούμενης σαρωμένης εικόνας."
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Επιλογές GTK+:\n"
+#~ " --class=CLASS Κλάση προγράμματος χρησιμοποιούμενη από το "
+#~ "διαχειριστή παραθύρων\n"
+#~ " --name=NAME Όνομα προγράμματος χρησιμοποιούμενο από το "
+#~ "διαχειριστή παραθύρων\n"
+#~ " --screen=SCREEN Οθόνη X προς χρήση\n"
+#~ " --sync Να είναι σύγχρονες οι κλήσεις στο X\n"
+#~ " --gtk-module=MODULES Φόρτωση πρόσθετων αρθρωμάτων GTK+\n"
+#~ " --g-fatal-warnings Να είναι όλες οι προειδοποιήσεις μοιραίες"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Ο προσανατολισμός του σαρωτή στη σαρωμένη σελίδα"
diff --git a/po/en_GB.po b/po/en_GB.po
new file mode 100644
index 0000000..db92a46
--- /dev/null
+++ b/po/en_GB.po
@@ -0,0 +1,850 @@
+# English (United Kingdom) translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 08:58+0000\n"
+"Last-Translator: James Thorrold <jameslin@inbox.com>\n"
+"Language-Team: English (United Kingdom) <en_GB@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Authorise"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Username for resource:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Password:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Front and Back"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Front"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Back"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Document"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sc_an"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Single _Page"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "All Pages From _Feeder"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Stop Scan"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Photo"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Reorder Pages"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-mail"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Page"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rotate _Left"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rotate _Right"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Crop"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_None"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Custom"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotate Crop"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Move Left"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Move Right"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Help"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Contents"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Start a new document"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "New"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Scan a single page from the scanner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Scan"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Save document to a file"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Save"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Stop the current scan"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Stop"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Rotate the page to the left (anti-clockwise)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rotate Left"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Rotate the page to the right (clockwise)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rotate Right"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Crop the selected page"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Crop"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferences"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Scan S_ource:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Text Resolution:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Photo Resolution:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Scan Side:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Page Size:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brightness:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Quality:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Scan Documents"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Device to scan from"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE device to acquire images from."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Type of document being scanned"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colours and post-processing."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Width of paper (in tenths of a mm)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Height of paper (in tenths of a mm)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Brightness of scan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "The brightness adjustment from -100 to 100 (0 being none)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contrast of scan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "The contrast adjustment from -100 to 100 (0 being none)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolution for text scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "The resolution in dots-per-inch to use when scanning text."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolution for photo scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "The resolution in dots-per-inch to use when scanning photos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Page side to scan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "The page side to scan."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Directory to save files to"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr "The folder where files are saved. Default is the Documents folder."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Quality value to use for JPEG compression"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Quality value to use for JPEG compression."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "No scanners available. Please connect a scanner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Unable to connect to scanner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Unable to start scan"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Error communicating with scanner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Show release version"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Print debugging messages"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Fix PDF files generated with older versions of Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Failed to scan"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Scanned Document"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Scanning utility"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Run '%s --help' to see a full list of available command line options."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Scanned Document.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Close"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Username and password required to access '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "No scanners detected"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Please check your scanner is connected and powered on"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Save As..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Cancel"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Save"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Image Files"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "All Files"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Select File _Type"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (multi-page document)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (compressed)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (lossless)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Failed to save file"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "If you don't save, changes will be permanently lost."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Save current document?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Discard Changes"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Unable to save image for preview"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Unable to open image preview application"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Combine sides"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Combine sides (reverse)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Reverse"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Keep unchanged"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Unable to open help file"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public Licence as published by\n"
+"the Free Software Foundation, either version 3 of the Licence, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public Licence for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public Licence\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "About Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Simple document scanning tool"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Alex Denvir https://launchpad.net/~coldfff\n"
+" Andi Chandler https://launchpad.net/~bing\n"
+" Anthony Harrington https://launchpad.net/~untaintableangel\n"
+" GeorgeB https://launchpad.net/~solar.george\n"
+" James Thorrold https://launchpad.net/~jthorrold\n"
+" Jonathon Hodges https://launchpad.net/~jonblondie\n"
+" Kaustav Das Modak https://launchpad.net/~kaustav-dasmodak\n"
+" Malcolm Parsons https://launchpad.net/~malcolm-parsons\n"
+" Tomasz Chabowski https://launchpad.net/~tomasz-chabowski-googlemail"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Save document before quitting?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Quit without Saving"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (default)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (draft)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (high resolution)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "New Document"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Document"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "E-mail..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Print..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Help"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "About"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Quit"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Change _Scanner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatic"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Darker"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Lighter"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Less"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "More"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Saving document..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Saving page %d out of %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Please check your installation"
+
+#~ msgid "Files missing"
+#~ msgstr "Files missing"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direction of scan"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE if the application window is maximised"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "The height of scanned image in pixels. This value is updated to the height "
+#~ "of the last image scanned."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolution of last scanned image"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "The width of scanned image in pixels. This value is updated to the width of "
+#~ "the last image scanned."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "The resolution of the last image scanned (in dots-per-inch)."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Type of document being scanned. 'Text' for text documents, 'Photo' for "
+#~ "photos. This determines the scan resolution, colour and post-processing "
+#~ "settings."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Window height (in pixels)"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Window width (in pixels)"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Width of scanned image (in pixels)"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "The direction of the scanner across the scanned page."
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Height of scanned image (in pixels)"
diff --git a/po/eo.po b/po/eo.po
new file mode 100644
index 0000000..ccc52bf
--- /dev/null
+++ b/po/eo.po
@@ -0,0 +1,851 @@
+# Esperanto translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+# Tiffany Antopolski <tiffany.antopolski@gmail.com>, 2011.
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-08-16 11:04+0000\n"
+"Last-Translator: Michael Moroni <michael.moroni@openmailbox.org>\n"
+"Language-Team: Esperanto\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+"Language: eo\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "R_ajtigi"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Sal_utnomo por risurco:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Pasvorto:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Antaŭo kaj malantaŭo"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Antaŭo"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Dorso"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simpla skano"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokumento"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_ani"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Unuopa _paĝo"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Ĉiuj paĝoj el _papero-metilo"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Haltigi _skani"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teksto"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "R_etpoŝto"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Paĝo"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Turni _maldekstren"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Turni _dekstren"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "Stu_ci"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Neniu"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US _Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Propre"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotacii la stoco-lokon"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Movi maldekstren"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Movi dekstren"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Helpo"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Enhavo"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Komenci novan dokumenton"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nova"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Skani unuopan paĝon el la skanilo"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skani"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Konservi dokumenton en dosiero"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Konservi"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Haltigi la aktualan skanon"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Haltigi"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Rotacii la paĝon maldekstren (maldekstrume)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Turni maldekstren"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Rotacci la paĝon dekstren (dekstrume)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Turni dekstren"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Stuci la elektitan paĝon"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Stuci"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Agordoj"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Skano-f_onto:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Teksta distingivo"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Fotaĵa distingivo:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skano-flanko:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Paĝo-grando:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skani dokumentojn"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "La aparato el kiu skani"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE aparato de kiu akiri bildojn."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Speco de dokumento kiu estas skanata"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"La skanota dokumentspeco. Ĉi tiu agordo difinas la skandistingivon, -"
+"kolorojn kaj -posttraktadon."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Larĝo de papero en dekonaj millimetroj"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La larĝo de la papero en dekonoj de millimetro (aŭ 0 por aŭtomata detekti)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Alto de Papero en dekonaj millimetroj"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La alto de la papero en dekonoj de millimetro (aŭ 0 por aŭtomata detekti)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Distingivo por tekstoskanoj"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "La distingvo en punktoj en coloj uzi kiam skanantaj teksto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Distingivo por fotoskanoj"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "La distingvo en punktoj en coloj uzi kiam skanantaj fotoj."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Paĝoflankon skani"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "La skanota paĝoflanko"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Dosierujo al kiu konservi"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"La dosierujo al kiu konservi dosierojn. La dokumentoj dosierujo estas la "
+"defaŭlto, se malagordi."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Neniuj skaniloj disponeblaj. Bonvolu konekti skanilon."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Ne povas konekto kun skanilo"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Ne povas komenci skani"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Eraro kiam konektanta kun skanilo"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Montri eldonversion"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Presi mesaĝojn pri sencimigo"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Ripari PDF-dosierojn generitajn per antaŭaj versioj de Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Ne sukcesi skani"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Skanita Dokumento"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[APARATO...] - Skanutilaĵo"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Lanĉu '%s --help' por vidi plenan liston da disponeblaj komandliniaj opcioj."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Skanita Dokumento.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Salutnomo kaj pasvorto estas necesa aliri '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Neniuj skaniloj eltrovis"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Bonvolu kontrolas ke via skanilo estas kenekta kaj kurentŝalta"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Konservi kiel..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Bildo-dosieroj"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Ĉiuj dosieroj"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Elekti speco de dosieron"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (multpaĝa dokumento)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (densigita)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (senperda)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Ne sukcesis konservi la dosieron"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Se vi ne konservas, ŝanĝoj estos perditaj permanente."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Konservi la nunan dokumenton?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Forlasi Ŝanĝojn"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Ne eblas konservi bildon por antaŭrigardo"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Ne eblis malfermi bild-dosieron"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Ne eblis malfermi help-dosieron"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Ĉi tiu verko estas libera programo; vi povas ĝin pludistribui kaj/aŭ modifi\n"
+"je la kondiĉoj de la GNUa Ĝenerala Publika Permesilo, eldonita de\n"
+"Free Software Foundation, laŭ versio 3 de tiu Permesilo aŭ,\n"
+"se vi preferas, ajna posta versio.\n"
+"\n"
+"Ni distribuas ĉi tiun programon esperante ke ĝi estos utila,\n"
+"tamen SEN IA AJN GARANTIO, i.a. sen la implica garantio pri\n"
+"SURMERKATIGEBLO aŭ TAŬGECO POR IU KONKRETA CELO. Pliajn detalojn vidu "
+"en la GNUa Ĝenerala Publika Permesilo.\n"
+"\n"
+"Ekzemplero de la GNUa Ĝenerala Publika Permesilo devas esti liverita\n"
+"al vi kun ĉi tiu programo; se vi ĝin ne ricevis, turnu vin al "
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Pri simpla skani"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Simpla ilo por skanantaj dokumentoj"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Donald Rogers https://launchpad.net/~dero9753\n"
+" Kristjan SCHMIDT https://launchpad.net/~kristjan-eo\n"
+" Leo Arias https://launchpad.net/~elopio\n"
+" Michael Moroni https://launchpad.net/~airon90\n"
+" Patrick (Petriko) Oudejans https://launchpad.net/~patrickoudejans\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Tiffany Antopolski https://launchpad.net/~mimico-tiffany"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Konservi dokumenton antaŭe ĉesanta?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Fini sen konservanta"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d punktoj en colo (defaŭlto)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d punktoj en colo (malneto)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d punktoj en colo (alta distingivo)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d punktoj en colo"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Ŝanĝi _Skanilo"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Aŭtomata"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Konservado de dokumento..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Konservado de paĝo %d el %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direkto de skani"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Alto de skaninta bildo en rastrumeroj"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Distingivo de bildon skaninta antaŭe"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VERA se la apliko-fenestro estas maksimumigita"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "La direkto de la skanilo trans la skanita paĝo. Ĝi povi esti: 'supre-"
+#~ "malsupren' 'malsupre-supren' 'maldekstre-dekstre' 'dekstre-maldekstren'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "La alto de la skanita bildo en rastrumeroj. Ĉi tiu valoro estas ĝisdatigita "
+#~ "al tion de la paĝo antaŭa."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "La flanko de paĝo skani. Povas esti unu el ĉi tiuj: 'ambaŭ' 'antaŭa' "
+#~ "'malantaŭa'"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "La distingivo en punktoj en coloj de la bildo kiu estis skanita antaŭe."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "La larĝo de la skanita bildo en rastrumeroj. Ĉi tiu valoro estas "
+#~ "ĝisdatigita al tion de la paĝo antaŭa."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Speco de dokumento estas skanata. 'teksto' por tekstoj dokumentoj, 'bildo' "
+#~ "por bildoj. Ĉi tio agordo decidas pri la distingvo, koloroj kaj "
+#~ "posttraktanta."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Larĝo de skaninta bildo en rastrumeroj"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Fenestro-alto en rastrumeroj"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Fenestro-larĝo en rastrumeroj"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Uzo:\n"
+#~ " %s [APARATO...] - Skananta ilo"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Helpa Opcioj:\n"
+#~ " -d, --debug Presi sencimigaj mesaĝoj\n"
+#~ " -v, --version Montri eldonversio\n"
+#~ " -h, --help Montri helpajn opciojn\n"
+#~ " --help-all Montri ĉiujn helpajn opciojn"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Opcioj:\n"
+#~ " --class=KLASO Programo-klaso kiel estas uzita de la "
+#~ "fenestro administrilo\n"
+#~ " --name=NOMO Programo-nomo kiel estas uzita de la "
+#~ "fenestro administrilo\n"
+#~ " --screen=EKRANO X ekarano uzi\n"
+#~ " --sync Fari X pasigoj sinkrona (sinkronigi)\n"
+#~ " --gtk-module=MODULAJ Ŝargi suplementaj GTK+ moduloj\n"
+#~ " --g-fatal-warnings Fari ĉiujn avertojn neripareblaj"
+
+#~ msgid "Files missing"
+#~ msgstr "Dosieroj estas perdiĝantoj"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Bonvolu kontroli vian instalaĵon"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "La direkto de la skanilo trans la skanota paĝo"
diff --git a/po/es.po b/po/es.po
new file mode 100644
index 0000000..193fa42
--- /dev/null
+++ b/po/es.po
@@ -0,0 +1,874 @@
+# Spanish translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-07-22 10:50+0000\n"
+"Last-Translator: Adolfo Jayme <fitoschido@gmail.com>\n"
+"Language-Team: Spanish <es@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizar"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Nombre de _usuario para el recurso:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Contraseña:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Anverso y reverso"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Anverso"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Reverso"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Documento"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Esc_anear"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Una página"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Todas las páginas del _alimentador"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "D_etener escaneado"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Texto"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Reordenar las páginas"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Correo"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Página"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Girar a la i_zquierda"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Girar a la _derecha"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Recortar"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ninguno"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Carta"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "_Oficio"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4 × 6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizado"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Girar recorte"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mover a la izquierda"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mover a la derecha"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "Ay_uda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Contenido"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Crear un documento nuevo"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nuevo"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Escanear una sola página desde el escáner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Escanear"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Guardar documento a un archivo"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Guardar"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Detiene el escaneado actual"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Detener"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Girar la página a la izquierda (contrario a las agujas del reloj)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Girar a la izquierda"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Girar la página a la derecha (sentido de las agujas del reloj)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Girar a la derecha"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Recortar la página seleccionada"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Recortar"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferencias"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Origen de escaneo:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Resolución de _texto:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Resolución de _fotografía:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Cara a escanear:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Tamaño de página:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brillo:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contraste:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Calidad:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Escanear documentos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Para escanear desde el dispositivo"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispositivo SANE desde donde adquirir las imágenes."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipo de documento que está siendo escaneado"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipo de documento escaneándose. Esta configuración establece la resolución "
+"de escaneo, colores y post-procesamiento."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Anchura del papel en décimas de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La anchura del papel en décimas de mm (0 para detección automática del "
+"papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Altura del papel en décimas de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La altura del papel en décimas de mm (0 para detección automática del papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Brillo de escaneo"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Ajuste del brillo desde -100 a 100 (siendo 0 sin ajuste)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contraste del escaneo"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Ajuste de contraste desde -100 a 100 (siendo 0 sin ajuste)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolución para los escaneados de texto"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "La resolución en puntos por pulgada a usar al escanear texto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolución para los escaneados de fotografías"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "La resolución en puntos por pulgada a usar al escanear fotografías."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Cara a escanear de la página"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "El lado de la página a escanear."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Directorio en el que guardar los archivos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"El directorio en el que se guardarán los archivos. Por defecto será el "
+"directorio de documentos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Calidad de la compresión de JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Calidad de la compresión de JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "No hay escáneres disponibles. Conecte un escáner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "No se pudo conectar al escáner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Incapaz de iniciar el escaneo"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Error comunicándose con el escáner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Mostrar el número de versión"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Mostrar mensajes de depuración"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Arreglar archivos PDF generados con versiones anteriores de Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Falló al escanear"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Documento escaneado"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DISPOSITIVO…] - Utilidad de escaneo"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Ejecute «%s --help» para ver una lista completa de las opciones de línea de "
+"órdenes disponibles."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Documento.pdf escaneado"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Cerrar"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Usuario y contraseña necesarios para acceder a «%s»"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "No se detectó ningún escáner"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Compruebe que su escáner está encendido y conectado"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Guardar como…"
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Guardar"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Archivos de imagen"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Todos los archivos"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Seleccione el _tipo de archivo"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (documento multipágina)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (comprimido)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sin pérdida)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Falló al guardar el archivo"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Los cambios se perderán permanentemente si no los guarda."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "¿Guardar el documento actual?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Descartar cambios"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "No se pudo guardar la imagen para previsualización"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "No se puede abrir la aplicación de previsualización de imágenes"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Combinar lados"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Combinar lados (invertido)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Invertir"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Mantener sin cambios"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "No se pudo abrir el archivo de ayuda"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Este programa es software libre: puede redistribuirlo o modificarlo\n"
+"en los términos de la Licencia Pública General de GNU publicada por la\n"
+"Free Software Foundation, en su versión 3 o, a su elección, cualquiera\n"
+"posterior.\n"
+"\n"
+"Este programa se distribuye con la esperanza de que sea útil,\n"
+"pero SIN NINGUNA GARANTÍA; ni siquiera la garantía implícita de\n"
+"COMERCIABILIDAD o ADECUACIÓN A UN OBJETIVO PARTICULAR. Vea la\n"
+"Licencia Pública General de GNU para más detalles.\n"
+"\n"
+"Debe haber recibido una copia de la Licencia Pública General de GNU\n"
+"con este programa. Si no fuera así, vea <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Acerca de Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Herramienta sencilla para escanear documentos"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" A. Emmanuel Mendoza https://launchpad.net/~a.emmanuelmendoza\n"
+" Adolfo Jayme https://launchpad.net/~fitojb\n"
+" Antonio Sánchez https://launchpad.net/~antoniosanchez\n"
+" Carlos Alberto Ospina https://launchpad.net/~atah\n"
+" Dante Díaz https://launchpad.net/~dante\n"
+" DiegoJ https://launchpad.net/~diegojromerolopez\n"
+" Edgardo Fredz https://launchpad.net/~edgardo-fredz\n"
+" FAMM https://launchpad.net/~famm94-deactivatedaccount\n"
+" Genesis Bustamante https://launchpad.net/~genmarc\n"
+" Guillermo RP https://launchpad.net/~guille-arp\n"
+" Jonay https://launchpad.net/~jonay-santana\n"
+" Jose Luis Tirado https://launchpad.net/~txelu70\n"
+" Julian Alarcon https://launchpad.net/~alarconj\n"
+" Martin Albisetti https://launchpad.net/~beuno\n"
+" Monkey https://launchpad.net/~monkey-libre\n"
+" Paco Molinero https://launchpad.net/~franciscomol\n"
+" Ricardo Pérez López https://launchpad.net/~ricardo\n"
+" Topo https://launchpad.net/~miguita\n"
+" Vladimir Rojas https://launchpad.net/~vladyrojas\n"
+" almejo https://launchpad.net/~alejandro-vera\n"
+" daironmedina https://launchpad.net/~dairon\n"
+" elXATU https://launchpad.net/~elxatu\n"
+" felix.anadon@gmail.com https://launchpad.net/~felix-anadon\n"
+" fosk https://launchpad.net/~oscarrdg\n"
+" hhlp https://launchpad.net/~hhlp-deactivatedaccount\n"
+" serrador https://launchpad.net/~fserrador"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "¿Guardar el documento antes de salir?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Salir sin guardar"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d ppp (predeterminado)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d ppp (borrador)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d ppp (alta resolución)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Documento nuevo"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Documento"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Correo..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Imprimir…"
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Ayuda"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Acerca de"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Salir"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Cambiar _escáner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automático"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Más oscuro"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Más claro"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Menos"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Más"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mínima"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Máxima"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Guardando el documento…"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Guardando la página %d de %d"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opciones de GTK+:\n"
+#~ " --class=CLASE Clase de programa como se usa por el "
+#~ "gestor de ventanas\n"
+#~ " --name=NOMBRE Nombre del programa como se usa por el "
+#~ "gestor de ventanas\n"
+#~ " --screen=PANTALLA Pantalla X que usar\n"
+#~ " --sync Hacer que las llamadas las X sean "
+#~ "síncronas\n"
+#~ " --gtk-module=MÓDULOS Cargar módulos GTK+ adicionales\n"
+#~ " --g-fatal-warnings Hacer que todos los avisos sean fatales"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Faltan archivos"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Uso:\n"
+#~ " %s [DISPOSITIVO...] - utilidad de escaneo"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Verifique su instalación"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Dirección de escaneo"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Altura de la imagen escaneada en píxeles"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "La dirección del escáner a través de la página escaneada. Puede ser "
+#~ "cualquiera de los siguientes: 'top-to-bottom' 'bottom-to-top' 'left-to-"
+#~ "right' 'right-to-left'"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "La anchura de la imagen escaneada. Este valor se actualiza con el que tuvo "
+#~ "la última página escaneada"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "La altura de la imagen escaneada. Este valor se actualiza con el que tuvo la "
+#~ "última página escaneada"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Anchura de la imagen escaneada"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Altura de la ventana en píxeles"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Anchura de la ventana en píxeles"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opciones de ayuda:\n"
+#~ " -d, --debug Muestra mensajes de depuración\n"
+#~ " -v, --version Muestra la versión\n"
+#~ " -h, --help Muestra opciones de ayuda\n"
+#~ " --help-all Muestra todas las opciones de ayuda\n"
+#~ " --help-gtk Muestra opciones de GTK+"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VERDADERO si la ventana de la aplicación está maximizada"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolución de la última imagen escaneada"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "La resolución en puntos por pulgada de la imagen escaneada anteriormente."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Tipo del documento que va a ser escaneado. «Texto» para documentos de texto, "
+#~ "«Fotografía» para fotografías. Esta opción determina la resolución, los "
+#~ "colores y el post-procesamiento del escaneado."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "La cara a escanear de la página. Puede ser uno de los siguientes: «ambas», "
+#~ "«anverso» o «reverso»."
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "La dirección del escáner a través de la página escaneada."
diff --git a/po/et.po b/po/et.po
new file mode 100644
index 0000000..dc5e2b6
--- /dev/null
+++ b/po/et.po
@@ -0,0 +1,838 @@
+# Estonian translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 08:59+0000\n"
+"Last-Translator: mahfiaz <mahfiaz@gmail.com>\n"
+"Language-Team: Estonian <et@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autoriseeri"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Kasutajanimi allika jaoks:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Parool:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Esi- ja tagakülg"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Esikülg"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Tagakülg"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Lihtne skannija"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_annimine"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Üks _lehekülg"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Kõik lehed _söötjast"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Lõpeta skannimine"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tekst"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-post"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Lehekülg"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Pööra _vasakule"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Pööra _paremale"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Kärbi"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Puudub"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US _Legal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Kohandatud"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Pööramisega kärbe"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "A_bi"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Sisu"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Uue dokumendi alustamine"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Uus"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Ühe lehekülje skannimine skannerist"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skanni"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Dokumendi salvestamine faili"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Salvesta"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Selle skannimise lõpetamine"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Lõpeta"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Lehekülje pööramine vasakule (vastupäeva)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Vasakule pööramine"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Lehekülje pööramine paremale (päripäeva)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Paremale pööramine"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Valitud lehekülje kärpimine"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Kärbi"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Eelistused"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Skannimise _allikas:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Teksti eraldusvõime:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Foto eraldusvõime:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Slaidi skannimine:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Lehekülje suurus:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Dokumentide skannimine"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Seade, millest skannida"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE-seade, millest pilte hankida."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Skannitava dokumenti tüüp"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Paberi laius kümnendikmillimeetrites"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "Paberi laius kümnendikmillimeetrites (automaatseks tuvastuseks 0)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Paberi kõrgus kümnendikmillimeetrites"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Paberi kõrgus kümnendikmillimeetrites (paberi automaatseks tuvastamiseks 0)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Tekstiskannide eraldusvõime"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Teksti skannimisel kasutatav lahutus, punktides tolli kohta."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Fotoskannide eraldusvõime"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Piltide skannimisel kasutatav lahutus, punktides tolli kohta."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Skannitav lehe külg"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Kataloog, kuhu failid salvestada"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Kataloog, kuhu failid salvestada. Kui määramata, on vaikeväärtus dokumentide "
+"kataloog."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Skannereid pole saadaval. Palun ühenda skanner arvutiga."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Skanneriga ei suudetud ühenduda"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Skannimist ei suudetud alustada"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Tõrge skanneriga suhtlemisel"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Versiooninumbri näitamine"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Näita veasilumise sõnumeid"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Skannimine nurjus"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Skannitud dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "Käivita '%s --help', et näha kõiki käsurea valikuid."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Skannitud dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "'%s' ligipääsuks on vajalik kasutajanimi ja parool"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Ühtegi skannerit ei tuvastatud"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Kontrolli, kas skanner on ühendatud ja sisse lülitatud"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Salvesta kui..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Pildifailid"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Kõik failid"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Vali faili _tüüp"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (mitmeleheküljeline dokument)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (tihendatud)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (kadudeta)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Faili salvestamine nurjus"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Kui sa ei salvesta, lähevad muudatused jäädavalt kaotsi."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Kas salvestada see dokument?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Tühista muudatused"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Eelvaate pildi salvestamine ebaõnnestus"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Pildi eelvaatluse rakendust ei suudetud käivitada"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Abiteabe faili pole võimalik avada"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"See programm on vaba tarkvara. Te võite seda edasi levitada ja/või muuta "
+"vastavalt GNU Üldise Avaliku Litsentsi tingimustele, nagu need on Vaba "
+"Tarkvara Fondi poolt avaldatud; kas Litsentsi versioon number 3 või "
+"(vastavalt Teie valikule) ükskõik milline hilisem versioon.\n"
+"\n"
+"Seda programmi levitatakse lootuses, et see on kasulik, kuid ILMA IGASUGUSE "
+"GARANTIITA; isegi KESKMISE/TAVALISE KVALITEEDI GARANTIITA või SOBIVUSELE "
+"TEATUD KINDLAKS EESMÄRGIKS. Üksikasjade suhtes vaata GNU Üldist Avalikku "
+"Litsentsi.\n"
+"\n"
+"Koos Nautilusega oleks sa pidanud saama ka koopia GNU Üldisest Avalikust "
+"Litsentsist; juhul kui sa seda ei saanud, siis vaata "
+"<http://www.gnu.org/licences/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Lihtsast skannijast lähemalt"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Lihtne dokumendi skaneerimise tööriist"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Jalakas https://launchpad.net/~jalakas\n"
+" Madis Veskimeister https://launchpad.net/~avalikarvamus\n"
+" mahfiaz https://launchpad.net/~mahfiaz"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Kas salvestada dokument enne väljumist?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Välju ilma salvestamata"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (vaikimisi)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (mustand)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (kõrge kvaliteet)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "_Skanneri vahetamine"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automaatne"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Dokumendi salvestamine..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4 x 6 tolli"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Skannitud piltide kõrgus pikslites"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "Tõene, kui rakenduse aken on maksimeeritud"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Skannimise suund"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Viimase skannitud pildi eraldusvõime"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Skanneeritava lehe suund skanneris. See võib olla üks järgnevaist: 'top-to-"
+#~ "bottom' (ülalt alla), 'bottom-to-top' (alt üles), 'left-to-right' (vasakult "
+#~ "paremale), 'right-to-left' (paremalt vasakule)."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Skannitava dokumendi tüüp. 'Tekst' on tekstidokumentide jaoks, 'foto' on "
+#~ "fotode jaoks. See säte määrab skannimise eraldusvõime, värvid ja "
+#~ "järeltöötluse."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Skannitud piltide laius pikslites. Väärtust uuendatakse vastavalt viimati "
+#~ "skannitud lehele."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Skannitud pildi kõrgus pikslites. Seda väärtust uuendatakse vastavalt "
+#~ "viimati skannitud lehele."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Viimati skannitud pildi eraldusvõime, ühik on punkti tolli kohta."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Skannitud pildi laius pikslites"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Akna kõrgus pikslites"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Akna laius pikslites"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Kasutus:\n"
+#~ " %s [SEADE...] - Skannimise vahend"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Abi valikud:\n"
+#~ " -d, --debug Silumisteadete printimine\n"
+#~ " -v, --version Versiooni kuvamine\n"
+#~ " -h, --help Abi valikute kuvamine\n"
+#~ " --help-all Kõigi abi valikute kuvamine\n"
+#~ " --help-gtk GTK+ valikute kuvamine"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ võtmed:\n"
+#~ " --class=KLASS Aknahalduri poolt kasutatav programmi klass\n"
+#~ " --name=NIMI Aknahalduri poolt kasutatav programmi nimi\n"
+#~ " --screen=EKRAAN Kasutatav X'i ekraan\n"
+#~ " --sync X'i kutsungid sünkroonseks\n"
+#~ " --gtk-module=MOODULID Täiendavate GTK+ moodulite laadimine\n"
+#~ " --g-fatal-warnings Kõikide hoiatuste muutmine saatuslikuks"
+
+#~ msgid "Files missing"
+#~ msgstr "Puuduvad failid"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Palun kontrolli paigaldust"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Lehe külg, mida skannida. See võib olla üks järgnevaist: 'both', 'front', "
+#~ "'back'."
diff --git a/po/eu.po b/po/eu.po
new file mode 100644
index 0000000..ab5c267
--- /dev/null
+++ b/po/eu.po
@@ -0,0 +1,852 @@
+# Basque translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-03-11 21:02+0000\n"
+"Last-Translator: Asier Sarasua Garmendia <Unknown>\n"
+"Language-Team: Basque <eu@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Baimendu"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Erabiltzaile-izena baliabiderako:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Pasahitza:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Aurrealdea eta atzealdea"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Aurrealdea"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Atzealdea"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokumentua"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Es_kaneatu"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Orrialde bakarra"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "_Elikagailuko orri guztiak"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Gelditu eskaneatzea"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Testua"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Argazkia"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Berrordenatu orrialdeak"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Posta elektronikoa"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Orrialdea"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Biratu e_zkerrera"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Biratu e_skuinera"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Moztu"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Bat ere ez"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "AEBetako gutuna"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "AEBetako le_gala"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Pertsonalizatua"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Biratu mozketa"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mugitu ezkerrera"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mugitu eskuinera"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Laguntza"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Edukiak"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Hasi dokumentu berria"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Berria"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Eskaneatu eskanerreko orrialde bakarra"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Eskaneatu"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Gorde dokumentua fitxategi batean"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Gorde"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Gelditu uneko eskaneatzea"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Gelditu"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Biratu orrialdea ezkerrera (erlojuaren kontrako noranzkoan)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Biratu ezkerrera"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Biratu orrialdea eskuinra (erlojuaren noranzkoan)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Biratu eskuinera"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Moztu hautatutako orrialdea"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Moztu"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Hobespenak"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Eskaneatze-_jatorria:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Testu-bereizmena:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Ar_gazki-bereizmena:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Eskaneatze-aldea:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Orrialde-tamaina:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Distira:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrastea:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kalitatea:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Eskaneatu dokumentuak"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Eskaneatze-gailua"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Irudiak eskuratzeko erabiliko den SANE gailua."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Eskaneatuko den dokumentu-mota"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Eskaneatuko den dokumentu-mota. Ezarpen honek eskaneatzearen bereizmena, "
+"koloreak eta posprozesatzea finkatzen du."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Paperaren zabalera mm hamarrenetan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Eskaneatutako paperaren zabalera milimetro hamarrenetan (edo 0 paperaren "
+"detekzio automatikorako)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Paperaren altuera mm hamarrenetan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Eskaneatutako paperaren altuera milimetro hamarrenetan (edo 0 paperaren "
+"detekzio automatikorako)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Eskanerraren distira"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Distiraren doiketa, -100etik 100era (0 = distirarik ez)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Eskanerraren kontrastea"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Kontrastearen doiketa, -100etik 100era (0 = kontrasterik ez)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Bereizmena testuen eskaneatzerako"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Testua eskaneatzen erabiliko den bereizmena (puntuak hazbeteko)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Bereizmena argazkien eskaneatzerako"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Argazkiak eskaneatzen erabiliko den bereizmena (puntuak hazbeteko)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Eskaneatuko den aldea"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Eskaneatuko den orrialdea."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Fitxategiak gordetzeko direktorioa"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Fitxategiak gordeko diren direktorioa. Ez bada ezer ezartzen, balio "
+"lehenetsia dokumentuen direktorioa da."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Kalitatearen balioa, JPEG konpresioan erabiltzeko"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Kalitatearen balioa, JPEG konpresioan erabiltzeko."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Ez dago eskanerrik erabilgarri. Mesedez, konektatu eskaner bat."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Ezin da eskanerrarekin konektatu"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Ezin da eskanerra abiarazi"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Errorea eskanerrarekin komunikatzean"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Erakutsi bertsioa"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Inprimatu arazketa-mezuak"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Konpondu Simple Scan-en bertsio zaharragoekin sortutako PDF fitxategiak"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Ezin izan da eskaneatu"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Eskaneatutako dokumentua"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Eskaneatze-aplikazioa"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "Exekutatu '%s --help' komando-lerroko aukera guztiak zerrendatzeko."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Dokumentu.pdf eskaneatuta"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Itxi"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Erabiltzaile-izena eta pasahitza behar dira '%s' atzitzeko"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Ez da eskanerrik detektatu"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Egiaztatu zure eskanerra konektatuta eta piztuta dagoela"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Gorde honela..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Utzi"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Gorde"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Irudi-fitxategiak"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Fitxategi guztiak"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Hautatu fit_xategi-mota"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (orrialde anitzeko dokumentua)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (konprimitua)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (galerarik gabea)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Ezin izan da fitxategia gorde"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Gordetzen ez baduzu, aldaketak betiko galduko dira."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Gorde uneko dokumentua?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Baztertu aldaketak"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Ezin izan da aurrebistarako irudia gorde"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Ezin izan da ireki irudiaren aurrebistarako aplikazioa"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Konbinatu aldeak"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Konbinatu aldeak (alderantziz)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Alderantziz"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Mantendu aldatu gabe"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Ezin izan da ireki laguntza-fitxategia"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Simple Scan-i buruz"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Dokumentuak eskaneatzeko tresna sinplea"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Asier Iturralde Sarasola https://launchpad.net/~asier-iturralde\n"
+" Asier Sarasua Garmendia https://launchpad.net/~asarasuagarmendia\n"
+" Ibai Oihanguren Sala https://launchpad.net/~ibai-oihanguren\n"
+" Iñaki Larrañaga Murgoitio https://launchpad.net/~dooteo-zundan\n"
+" Jon Legarrea https://launchpad.net/~jonlegarrea-deactivatedaccount\n"
+" Kaiet https://launchpad.net/~kaiett\n"
+" Oier Mees https://launchpad.net/~oier\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Xabier Isla Rodriguez https://launchpad.net/~xabier.isla"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Gorde dokumentua irten baino lehen?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Irten gorde gabe"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (lehenetsia)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (zirriborroa)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (bereizmen altua)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Dokumentu berria"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Dokumentua"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Bidali postaz..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Inprimatu..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Laguntza"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Honi buruz"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Irten"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Aldatu e_skanerra"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatikoa"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Ilunago"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Argiago"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Gutxiago"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Gehiago"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimoa"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximoa"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Dokumentua gordetzen..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "%d orria (%d-etik) gordetzen"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Fitxategiak falta dira"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Eskaneatutako irudiaren altuera pixeletan"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Eskaneatutako azken irudiaren bereizmena"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Erabilera:\n"
+#~ " %s [GAILUA...] - Eskaneatzeko utilitatea"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Egiaztatu instalazioa"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Eskanerraren noranzkoa eskaneatuko den orrialdean zehar. Hurrengoetako bat "
+#~ "izan daiteke: 'goitik behera' 'behetik gora' 'ezkerretik eskuinera' "
+#~ "'eskuinetik ezkerrera'"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE aplikazio-leihoa maximizatuta badago"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Eskaneatuko den aldea. Hurrengoetako bat izan daiteke: 'biak' 'aurrealdea' "
+#~ "'atzealdea'"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Eskaneatutako irudiaren zabalera pixeletan. Parametro hau eskaneatutako "
+#~ "azken orrialdearen baliora eguneratzen da."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Eskaneatutako irudiaren altuera pixeletan. Parametro hau eskaneatutako azken "
+#~ "orrialdearen baliora eguneratzen da."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Eskaneatuko den dokumentu-mota, 'testua' testu-dokumentuak badira, "
+#~ "'argazkia' argazkiak badira. Ezarpen honek eskaneatze-bereizmena, koloreak "
+#~ "eta post-tratamendua finkatzen du."
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Leihoaren zabalera pixeletan"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Leihoaren altuera pixeletan"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Eskaneatutako irudiaren zabalera pixeletan"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Aurretik eskaneatutako irudiaren bereizmena (puntuak hazbeteko)."
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ aukerak:\n"
+#~ " --class=KLASEA Programaren klasea leiho-kudeatzaileak darabilen modura\n"
+#~ " --name=IZENA Programaren izena leiho-kudeatzaileak darabilen modura\n"
+#~ " --screen=PANTAILA X pantaila erabiltzeko\n"
+#~ " --sync Egin X dei sinkrono\n"
+#~ " --gtk-module=MODULUAK Kargatu GTK+ modulu gehigarriak\n"
+#~ " --g-fatal-warnings Egin abisu guztiak larri"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Laguntza-aukerak:\n"
+#~ " -d, --debug Inprimatu arazketa-mezuak\n"
+#~ " -v, --version Erakutsi argitaratze-bertsioa\n"
+#~ " -h, --help Erakutsi laguntza-aukerak\n"
+#~ " --help-all Erakutsi laguntza-aukera guztiak\n"
+#~ " --help-gtk erakutsi GTK+ aukerak"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Eskaneatzearen noranzkoa"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Eskanerraren zentzua eskaneatutako orrian zehar."
diff --git a/po/fi.po b/po/fi.po
new file mode 100644
index 0000000..523be5a
--- /dev/null
+++ b/po/fi.po
@@ -0,0 +1,850 @@
+# Finnish translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2013-09-22 12:07+0000\n"
+"Last-Translator: Jiri Grönroos <Unknown>\n"
+"Language-Team: Finnish <fi@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Valtuuta"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Resurssin _käyttäjänimi:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Salasana:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Etu- ja takapuoli"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Etupuoli"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Takapuoli"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Kuvanluku"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Asiakirja"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Lue kuv_a"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Yksi _sivu"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Kaikki sivut _laitteelta"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Py_säytä kuvanluku"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teksti"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Valokuva"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Järjestä sivut"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Sähköposti"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Sivu"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Kierrä _vasemmalle"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Kierrä _oikealle"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Rajaa"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ei mitään"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US Legal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Muu"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Kierr_ä rajausta"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Siirrä vasemmalle"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Siirrä oikealle"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "O_hje"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Sisältö"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Aloita uusi asiakirja"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Uusi"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Lue yksi sivu kuvanlukijalta"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Lue"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Tallenna asiakirja tiedostoon"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Tallenna"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Pysäytä kuvan lukeminen"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Pysäytä"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Kierrä sivua vasemmalle (vastapäivään)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Kierrä vasemmalle"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Kierrä sivua oikealle (myötäpäivään)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Kierrä oikealle"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Rajaa nykyistä sivua"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Rajaa"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Asetukset"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Lue lähtee_stä:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Tekstin tarkkuus:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Valokuvan tarkkuus:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Luettava puoli:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Sivun koko:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Kirkkaus:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrasti:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Laatu:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Lue asiakirjoja kuvanlukijalta"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Laite jolta luetaan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE-laite jolta kuvat luetaan."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Luettavan asiakirjan tyyppi"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Luettavan asiakirjan tyyppi. Tämä asetus määrittää tarkkuuden, värit ja "
+"jälkiprosessoinnin."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Paperin leveys kymmenesosamilleinä"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Paperin leveys kymmenesosamilleinä (tai 0 automaattista paperintunnistusta "
+"varten)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Paperin pituus kymmenesosamilleinä"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Paperin pituus kymmenesosamilleinä (tai 0 automaattista paperintunnistusta "
+"varten)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Kuvanluvun kirkkaus"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Kirkkaussäätö asteikolla -100 - 100 (0 on ei yhtään)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kuvanluvun kontrasti"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Kontrastisäätö asteikolla -100 - 100 (0 on ei yhtään)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Tarkkuus tekstin lukemiseen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Käytettävä resoluutio pisteinä tuumaa kohti skannattaessa tekstiä."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Tarkkuus valokuvien luvulle"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Käytettävä resoluutio pisteinä tuumaa kohti skannattaessa kuvia."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Skannattava puoli"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Skannattavan sivun puoli."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Kansio, johon tiedostot tallennetaan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Kansio, johon tiedostot tallennetaan. Oletusasetus on Asiakirjat-kansio."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "JPEG-pakkaukseen käytettävä laatuarvo"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "JPEG-pakkaukseen käytettävä laatuarvo."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Kuvanlukijoita ei löydy. Yhdistä kuvanlukija."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Kuvanlukijaan ei voi yhdistää"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Kuvanluvun käynnistäminen ei onnistu"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Virhe viestinnässä kuvanlukijan kanssa"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Näytä julkaisuversio"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Tulosta virheenjäljitysviestit"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Korjaa vanhemmilla Kuvanlukijan versioilla luodut PDF-tiedostot"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Kuvanluku epäonnistui"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Kuvanlukuasiakirja"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[LAITE...] - Skannaus apuohjelma"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "Näet kaikki komentorivivalitsimet komennolla \"%s --help\""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Asiakirja kuvanlukijasta.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Sulje"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Käyttäjänimi ja salasana vaaditaan laitteelle ”%s” pääsemiseksi"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Kuvanlukijoita ei havaittu"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Varmista että kuvanlukijasi on yhdistetty ja kytketty päälle"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Tallenna nimellä..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Peru"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Tallenna"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Kuvatiedostot"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Kaikki tiedostot"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Valitse tiedosto_tyyppi"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (monisivuinen asiakirja)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (pakattu)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (häviötön)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Tiedoston tallennus epäonnistui"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Jos et tallenna, muutokset katoavat pysyvästi."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Tallennetaanko nykyinen asiakirja?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Hylkää muutokset"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Esikatselun tallennus epäonnistui"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Esikatselusovelluksen avaus epäonnistui"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Yhdistä puolet"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Yhdistä puolet (käänteinen)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Käänteinen"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Säilytä muuttumattomana"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Ohjetiedostoa ei voi avata"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Tämä ohjelma on vapaa ohjelmisto: voit jakaa sitä eteenpäin ja/tai muokata\n"
+"sitä Free Software Foundationin julkaiseman GNU General Publis Licence:n "
+"ehtojen mukaisesti,\n"
+"joko Lisenssin version 3, tai\n"
+"(valintasi mukaan) minkä tahansa muun\n"
+"\n"
+"Tätä ohjelmaa jaetaan siinä toivossa että se olisi käyttökelpoinen,\n"
+"mutta ILMAN MITÄÄN TAKUUTA; ilman edes epäsuoraa takuuta\n"
+"KAUPALLISUUDESTA tai HYÖDYSTÄ YKSITTÄISEEN TARKOITUKSEEN. Katso\n"
+"lisätietoja lisenssistä GNU General Public Licence.\n"
+"\n"
+"Sinun olisi pitänyt saada kopio lisenssistä GNU General Public Licence\n"
+"tämän ohjelman mukana. Jos et saanut, katso lisätietoja osoitteesta "
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Tietoja sovelluksesta"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Yksinkertainen asiakirjojen kuvanlukutyökalu"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Elias Julkunen https://launchpad.net/~eliasj\n"
+" Heidi Mattila https://launchpad.net/~hessuk\n"
+" Jiri Grönroos https://launchpad.net/~jiri-gronroos\n"
+" Juhani Numminen https://launchpad.net/~jsonic\n"
+" Ncl8 https://launchpad.net/~crofle\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Saku Salo https://launchpad.net/~sos\n"
+" Timo Jyrinki https://launchpad.net/~timo-jyrinki\n"
+" Ville Pilvio https://launchpad.net/~vpilvio"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Tallennetaanko asiakirja ennen sovelluksen sulkemista?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Sulje tallentamatta"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (oletus)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (vedos)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (korkea tarkkuus)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Uusi asiakirja"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Asiakirja"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Sähköposti..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Tulosta..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Ohje"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Tietoja"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Lopeta"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Muuta _kuvanlukijaa"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automaattinen"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Tummempi"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Vaaleampi"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Vähemmän"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Enemmän"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Heikompi"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Parempi"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Tallennetaan asiakirjaa..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Tallennetaan sivua %d/%d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+-valitsimet:\n"
+#~ " --class=LUOKKA Ikkunahallinnan käyttämä ohjelmaluokka\n"
+#~ " --name=NIMI Ikkunahallinnan käyttämä ohjelman nimi\n"
+#~ " --screen=RUUTU Käytettävä X-ruutu\n"
+#~ " --sync Tee X-kutsut synkronisesti\n"
+#~ " --gtk-module=MODUULIT Lataa lisäksi GTK+-moduulit\n"
+#~ " --g-fatal-warnings Tee kaikista varoituksista kuolettavia"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Lukemisen suunta"
+
+#~ msgid "Files missing"
+#~ msgstr "Tiedostoja puuttuu"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Luetun kuvan korkeus pikseleissä"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Viimeisimmän luetun kuvan tarkkuus"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Ikkunan korkeus pikseleinä"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Ikkunan leveys pikseleinä"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Tarkista asennuksesi tila"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "Arvo TOSI, jos sovelluksen ikkuna on suurennettu"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Käyttö:\n"
+#~ " %s [LAITE...] - Kuvanlukutyökalu"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Luettavan kuvan korkeus pikseleinä. Arvo päivittyy viimeisimmän luetun sivun "
+#~ "mukaan."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Luettavan kuvan leveys pikseleinä"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Skannattavan kuvan leveys pikseleinä. Arvo päivittyy viimeksi skannatun "
+#~ "sivun mukaan."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr "Skannattava puoli. Mahdollisia valintoja ovat: molemmat, etu ja taka"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Skannattavan dokumentin luokka. Valitse 'teksti' tekstidokumentteja varten "
+#~ "tai 'kuva' kuvia varten. Tämä asetus määrää skannaus koon, värit ja "
+#~ "jälkiprosessoinnin."
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Apuvalinnat:\n"
+#~ " -d, --debug Tulosta virheenjäljitysviestit\n"
+#~ " -v, --version Näytä jakeluversio\n"
+#~ " -h, --help Näytä apuvalinnat\n"
+#~ " --help-all Näytä kaikki apuvalinnat\n"
+#~ " --help-gtk Näytä kaikki GTK+-valinnat"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Viimeksi skannatun kuvan resoluutio pisteinä tuumaa kohti."
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Skannerin suunta skannatun sivun yli. Se voi olla jokin seuraavista: 'top-to-"
+#~ "bottom' 'bottom-to-top' 'left-to-right' 'right-to-left' ('ylhäältä alas' "
+#~ "'alhaalta ylös' 'vasemmalta oikealle' 'oikealta vasemmalle')"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Skannerin kulkusuunta skannattavan sivun suhteen."
diff --git a/po/fr.po b/po/fr.po
new file mode 100644
index 0000000..b9100bf
--- /dev/null
+++ b/po/fr.po
@@ -0,0 +1,891 @@
+# French translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-09-27 21:23+0000\n"
+"Last-Translator: 65GYgzf <Unknown>\n"
+"Language-Team: French <fr@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autoriser"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Utilisateur :"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Mot de passe :"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Recto verso"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Recto"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Verso"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Outil de numérisation Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Document"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Nu_mériser"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Page unique"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Toutes les pages du _bac"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Arrêter la numérisation"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Texte"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Photo"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Réorganiser les pages"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Courriel"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Page"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Pivoter vers la _gauche"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Pivoter vers la _droite"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "Re_cadrer"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "Aucu_n"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter (US)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "_Legal (US)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personnalisé"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Pivote_r la selection"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Déplacer à gauche"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Déplacer à droite"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Aide"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Contenus"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Créer un nouveau document"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nouveau"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Numériser une seule page depuis le scanner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Numériser"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Enregistrer le document dans un fichier"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Enregistrer"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Arrêter la numérisation en cours"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Arrêter"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+"Pivoter la page vers la gauche (sens inverse des aiguilles d'une montre)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Pivoter vers la gauche"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Pivoter la page vers la droite (sens des aiguilles d'une montre)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Pivoter vers la droite"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Recadrer la page sélectionnée"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Recadrer"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Préférences"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "S_ource de numérisation :"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Résolution pour le _texte :"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Résolution pour la _photo :"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Face à numériser :"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Taille de page :"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Luminosité :"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contraste :"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualité :"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Numériser des documents"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Numériser depuis"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Périphérique SANE à utiliser pour l'acquisition des images."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Nature du document qui va être numérisé"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Type de document numérisé. Ce réglage définit la résolution de numérisation, "
+"les couleurs et le post-traitement."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Largeur du papier en dixièmes de mm."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La largeur du papier en dixièmes de mm (ou 0 pour une détection automatique "
+"du papier)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Hauteur du papier en dixièmes de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La hauteur du papier en dixièmes de mm (ou 0 pour une détection automatique "
+"du papier)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Luminosité de la numérisation"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Ajustement de la luminosité de -100 à 100 (0 pour aucun)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contraste de la numérisation"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Ajustement du contraste de -100 à 100 (0 pour aucun)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Résolution des numérisations de textes"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"La résolution en points par pouce à utiliser lors de la numérisation de "
+"texte."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Résolution des numérisations de photos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"La résolution en points par pouce à utiliser lors de la numérisation de "
+"photos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Face(s) de la page à numériser"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Le côté de la page à numériser."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Dossier dans lequel les fichiers sont enregistrés"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Le dossier où les fichiers sont enregistrés. S'il n'est pas défini, le "
+"dossier documents sera utilisé par défaut."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Taux de qualité à utiliser pour la compression JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Taux de qualité à utiliser pour la compression JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+"Aucun périphérique de numérisation disponible. Veuillez en connecter un."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Impossible de se connecter au scanner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Impossible de démarrer la numérisation"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Erreur de communication avec le scanner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Affiche la version du logiciel"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Afficher les messages de débogage"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Corriger les fichiers PDF générés avec les anciennes versions de Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Échec de la numérisation"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Document numérisé"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Outil de numérisation"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Exécutez « %s --help » pour voir la liste complète des options disponibles "
+"en ligne de commande."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Document.pdf numérisé"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Fermer"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Nom d'utilisateur et mot de passe nécessaires pour accéder à « %s »"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Aucun scanner n'a été détecté."
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Veuillez vérifier que votre scanner est connecté et sous tension."
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Enregistrer sous…"
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Annuler"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Sauvegarder"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Fichiers images"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Tous les fichiers"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Sélectionnez le _type de fichier"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (document multi-pages)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (compressé)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sans perte)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Impossible d'enregistrer le fichier"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+"Si vous n'enregistrez pas, les modifications seront définitivement perdues."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Enregistrer le document actuel ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Abandonner les modifications"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Impossible d'enregistrer l'image pour la prévisualiser"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Impossible d'ouvrir l'aperçu de l'image"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Associer les côtés"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Associer les côtés (inverser)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Inverser"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Maintenir inchangé"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Impossible d'ouvrir le fichier d'aide"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Ce programme est libre, vous pouvez le redistribuer et/ou le modifier\n"
+"selon les termes de la licence publique générale (GPL) GNU publiée\n"
+"par la Free Software Foundation, dans sa version 3 ou supérieure\n"
+"(selon votre choix).\n"
+"\n"
+"Ce programme est distribué dans l'espoir d'être utile, mais\n"
+"SANS AUCUNE GARANTIE, y compris les garanties de \n"
+"COMMERCIALISATION ou d'ADAPTATION A UN BUT SPÉCIFIQUE.\n"
+"Consultez la licence publique générale GNU pour plus de détails.\n"
+"\n"
+"Vous devez avoir reçu une copie de la licence publique générale GNU\n"
+"en même temps que ce programme ; si ce n'est pas le cas, consultez\n"
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "À propos de Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Numériser simplement vos documents"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" 65GYgzf https://launchpad.net/~65gygzf\n"
+" Alexandre Franke https://launchpad.net/~afranke\n"
+" Alexandre Pliarchopoulos https://launchpad.net/~al-pliar\n"
+" Antoine Pernot https://launchpad.net/~antoinepernot\n"
+" Audiger Jeremy https://launchpad.net/~tankypon\n"
+" Bruno Patri https://launchpad.net/~bruno666-deactivatedaccount\n"
+" Christophe Herot https://launchpad.net/~tictoc-free\n"
+" Darknautilus https://launchpad.net/~darknautilus\n"
+" David Bosman https://launchpad.net/~david-bosman\n"
+" Emmanuel Sunyer https://launchpad.net/~esunyer\n"
+" Fabien Lusseau https://launchpad.net/~fabien-beosfrance\n"
+" Florent Thévenet https://launchpad.net/~florent-thevenet\n"
+" François Tissandier https://launchpad.net/~baloo\n"
+" Grégoire Seux https://launchpad.net/~kamaradclimber\n"
+" Guillaume Lanquepin-Chesnais https://launchpad.net/~guyomel\n"
+" Jean Marc https://launchpad.net/~m-balthazar\n"
+" Jörg BUCHMANN https://launchpad.net/~jorg-buchmann\n"
+" Kaïs Bejaoui https://launchpad.net/~kais\n"
+" Manuel Berrocal https://launchpad.net/~manu-berrocal\n"
+" Nicolas Delvaux https://launchpad.net/~malizor\n"
+" Olivier Febwin https://launchpad.net/~febcrash\n"
+" Ozouli.SaLeH https://launchpad.net/~ouzouli\n"
+" Pascal Maugendre https://launchpad.net/~pmaugendre\n"
+" Paul Forget https://launchpad.net/~paul92\n"
+" Pierre Slamich https://launchpad.net/~pierre-slamich\n"
+" RemiJ https://launchpad.net/~remij\n"
+" Simon THOBY https://launchpad.net/~simonthoby\n"
+" Stanislas Michalak https://launchpad.net/~stanislas-michalak\n"
+" Sylvie Gallet https://launchpad.net/~sylvie-gallet\n"
+" Xavier Verne https://launchpad.net/~xavier-verne\n"
+" YannUbuntu https://launchpad.net/~yannubuntu\n"
+" beudbeud https://launchpad.net/~beudbeud\n"
+" blackbg https://launchpad.net/~corentin-cadiou\n"
+" loic08 https://launchpad.net/~loic08\n"
+" londumas https://launchpad.net/~helion331990\n"
+" torglut https://launchpad.net/~torglut"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Enregistrer le document avant de quitter ?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Quitter sans enregistrer"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d ppp (par défaut)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d ppp (brouillon)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d ppp (haute résolution)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Nouveau document"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Document"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Courrier électronique..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Imprimer…"
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Aide"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "À propos"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Quitter"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Changer de _scanner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatique"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Plus foncé"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Plus clair"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Moins"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Plus"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Enregistrement du document…"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Enregistrement de la page %d sur %d"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Veuillez vérifier votre installation"
+
+#~ msgid "Files missing"
+#~ msgstr "Fichiers manquants"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Usage :\n"
+#~ " %s [PÉRIPHÉRIQUE...] - utilitaire de numérisation"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Options GTK+ :\n"
+#~ " --class=CLASSE Classe du programme telle qu'utilisée par le gestionnaire "
+#~ "de fenêtres\n"
+#~ " --name=NOM Nom du programme tel qu'utilisé par le gestionnaire de "
+#~ "fenêtres\n"
+#~ " --screen=ÉCRAN Écran X à utiliser\n"
+#~ " --sync Rendre les appels X synchrones\n"
+#~ " --gtk-module=MODULES Charger des modules GTK+ supplémentaires\n"
+#~ " --g-fatal-warnings Rendre tous les avertissements fatals"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Hauteur de la fenêtre en pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Largeur de la fenêtre en pixels"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VRAI si la fenêtre de l'application est maximisée"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "La hauteur de l'image numérisée en pixels. Cette valeur est mise à jour en "
+#~ "fonction de la dernière page numérisée."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "La largeur de l'image numérisée en pixels. Cette valeur est mise à jour en "
+#~ "fonction de la dernière page numérisée."
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Hauteur de l'image numérisée en pixels"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Résolution de la dernière image numérisée"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Sens de numérisation"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Options d'aide :\n"
+#~ " -d, --debug Affiche les messages d'erreur\n"
+#~ " -v, --version Affiche le numéro de version\n"
+#~ " -h, --help Affiche les options d'aide\n"
+#~ " --help-all Affiche toutes les options d'aide\n"
+#~ " --help-gtk Affiche les options de GTK+"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Direction du balayage lors de la numérisation de la page. Celle-ci peut "
+#~ "être : de haut en bas ; de bas en haut ; de gauche à droite ; de droite à "
+#~ "gauche"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "La résolution de la dernière image numérisée en points par pouce."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Largeur de l'image numérisée en pixels"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Nature du document qui va être numérisé. « texte » pour les documents texte, "
+#~ "« photo » pour les photographies. Ce paramètre détermine la résolution de "
+#~ "numérisation, le nombre de couleurs et les traitements postérieurs."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "La ou les faces de la page à numériser. Cela peut être au choix : « Recto "
+#~ "verso », « Recto » ou « Verso »"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Le sens du scanner par rapport à la page numérisée."
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
diff --git a/po/gd.po b/po/gd.po
new file mode 100644
index 0000000..0db90bd
--- /dev/null
+++ b/po/gd.po
@@ -0,0 +1,795 @@
+# Gaelic; Scottish translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Gaelic; Scottish <gd@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "Ùg_hdarraich"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_An t-ainm-cleachdaiche airson a' ghoireis:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Facal-faire:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "A h-aghaidh 's a cùl"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "A h-aghaidh"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "A cùl"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Sganadh simplidh"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Sgrìobhainn"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sg_anaich"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Duilleag shingilte"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Gach duilleag a tha san _bhiathadair"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Cuir _stad air an sganadh"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teacsa"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Dealbh"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Post-d"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Duilleag"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Cuairtich gu _tuathail"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Cuairtich gu _deiseil"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Bearr"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "Cha_n eil gin"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Litir"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Gnàthaichte"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Cuairtich an raon bearraidh"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Gluais gun taobh chlì"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Gluais gun taobh deas"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Cobhair"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Clàr-innse"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Tòisich air sgrìobhainn ùr"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Ùr"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Sganaich duilleag shingilte on sganair"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Sganaich"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Sàbhail an sgrìobhainn mar fhaidhle"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Sàbhail"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Cuir stad air an sganadh làithreach"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Stad"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Cuairtich an duilleag gu tuathail"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Cuairtich gu tuathail"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Cuairtich an duilleag gu deiseil"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Cuairtich gu deiseil"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Bearr an duilleag a thagh thu"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Bearr"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Roghainnean"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Tùs an _sganaidh:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Dùmhlachd-bhreacaidh an teacsa:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Dùmhlachd-bhreacaidh an deilbh:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Sganaich taobh:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Meud na duilleige:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Soilleireachd:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Iomsgaradh:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Càileachd:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Sganaich sgrìobhainnean"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "An t-uidheam a nì an sganadh"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "An t-uidheam SANE a gheibhear na h-ìomhaighean uaithe."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Seòrsa na sgrìobhainne a tha 'ga sganadh"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Seòrsa na sgrìobhainne a tha 'ga sganadh. Tha an roghainn seo a' "
+"suidheachadh dùmhlachd-bhreacaidh, dathan agus iar-ghiullachd an sgana."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Leud a' phàipeir ann an deicheamhan de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Leud a' phàipeir ann an deicheamhan de mm (no 0 airson mothachadh fèin-"
+"obrachail do leud a' phàipeir)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Àirde a' phàipeir ann an deicheamhan de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Àirde a' phàipeir ann an deicheamhan de mm (no 0 airson mothachadh fèin-"
+"obrachail do dh'àirde a' phàipeir)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Soilleireachd an sgana"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+"Socrachadh na soilleireachd eadar -100 agus 100 ('s ciall dha 0 nach bi gin "
+"ann)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Iomsgaradh an sgana"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+"Socrachadh an iomsgaraidh eadar -100 agus 100 ('s ciall dha 0 nach bi gin "
+"ann)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "An dùmhlachd-bhreacaidh airson sganadh teacsa"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"Dùmhlachd-bhreacaidh, ann a dotagan gach òirleach, a chleachdar airson "
+"sganadh teacsa."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "An dùmhlachd-bhreacaidh airson sganadh dhealbhan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"Dùmhlachd-bhreacaidh, ann a dotagan gach òirleach, a chleachdar airson "
+"sganadh dhealbhan."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Dè taobh na duilleige a tha ri sganadh"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Dè taobh na duilleige a tha ri sganadh."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Am pasgan san dèid na faidhlichean a shàbhaladh ann"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Am pasgan san dèid na faidhlichean a shàbhaladh ann. Thèid an sàbhaladh ann "
+"am pasgan nan sgrìobhainnean a ghnàth mur an deach seo atharrachadh."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Ìre na càileachd a thèid a chleachdadh airson dùmhlachdh JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Ìre na càileachd a thèid a chleachdadh airson dùmhlachdh JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Chan eil sganair sam bith ri làimh. Feuch is ceangail sganair ris."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Cha b' urrainn dhuinn ceangal ris an sganair."
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Cha b' urrainn tòiseachadh air an sganadh"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Thachair mearachd nuair a bha sinn a' conaltradh ris an sganair"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Seall tionndadh an sgaoilidh"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Clò-bhuail teachdaireachdan dì-bhugachaidh"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Càirich faidhlichean PDF a chaidh a chruthachadh le seann-tionndaidhean de "
+"Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Dh'fhàillig an sganadh"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Sgrìobhainn sganaichte"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Goireas sganaidh"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Ruith \"%s --help\" airson liosta shlàn dhe na roghainnean command line a "
+"tha ri làimh fhaicinn."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Sgrìobhainn sganaichte.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Dùin"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+"Tha feum air ainm-cleachdaiche agus facal-faire mus faighear cothrom air "
+"\"%s\""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Cha deach sganair sam bith a lorg"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Dèan cinnteach gu bheil sganair ceangailte ris agus gu bheil e air"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Sàbhail mar..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Sguir dheth"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Sàbhail"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Faidhlichean deilbh"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Na h-uile faidhle"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Tagh _seòrsa an fhaidhle"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF {sgrìobhainn ioma-dhuilleagach}"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (dùmhlaichte)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (gun chall càileachd)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Cha b' urrainn dhuinn a shàbhaladh ann am faidhle"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+"Mur an sàbhail thu e, thèid atharrachadh sam bith a rinn thu air chall."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "A bheil thu airson an sgrìobhainn làithreach a shàbhaladh?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Tilg air falbh na h-atharraichean"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Cha ghabh an ìomhaigh a shàbhaladh airson a ro-shealladh"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Chan urrainn dhuinn an aplacaid fhosgladh a ro-sheallas an ìomhaigh"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Chan urrainn dhuinn faidhle na cobharach fhosgladh"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Mu dhèidhinn gleus simplidh nan sgana"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Inneal simplidh airson sganadh sgrìobhainnean"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Akerbeltz https://launchpad.net/~fios\n"
+" alasdair caimbeul https://launchpad.net/~alexd-deactivatedaccount"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "A bheil thu airson an sgrìobhainn a shàbhaladh mus dèan sinn fàgail?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Fàg gun a shàbhaladh"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (bun-roghainn)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (dreachd)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (dùmhlachd-bhreacaidh àrd)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Atharraich an _sganair"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Gu fèin-obrachail"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Nas duirche"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Nas soilleire"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Nas lugha"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Barrrachd"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "As lugha"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "As motha"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "A' sàbhaladh na sgrìobhainn..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "A' sàbhaladh duilleag %d a-mach à %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Àirde na h-uinneige ann am piosgailean"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Leud na h-uinneige ann am piosgailean"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE ma tha uinneag na h-aplacaid air a làn-mheudachadh"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Comhair an sganair thairis air an duilleag a tha 'ga sganadh."
+
+#~ msgid "Direction of scan"
+#~ msgstr "Comhair an sgana"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Àirde na h-ìomhaigh a tha 'ga sganadh ann am piosgailean"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Leud na h-ìomhaigh a tha 'ga sganadh ann am piogsailean. Thèid leud na "
+#~ "duilleige mu dheireadh a chaidh a sganadh a chur an-seo."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Àirde na h-ìomhaigh a tha 'ga sganadh ann am piogsailean. Thèid àirde na "
+#~ "duilleige mu dheireadh a chaidh a sganadh a chur an-seo."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Leud na h-ìomhaigh a tha 'ga sganadh ann am piogsailean"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "Dùmhlachd-bhreacaidh, ann a dotagan gach òirleach, na h-ìomhaighe a chaidh a "
+#~ "sganadh roimhe."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr ""
+#~ "Dùmhlachd-bhreacaidh na h-ìomhaighe a chaidh a sganadh turas mu dheireadh"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Thoir sùil air an stàladh agad"
+
+#~ msgid "Files missing"
+#~ msgstr "Tha faidhlichean a dhìth"
diff --git a/po/gl.po b/po/gl.po
new file mode 100644
index 0000000..3c619c9
--- /dev/null
+++ b/po/gl.po
@@ -0,0 +1,850 @@
+# Galician translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2013-10-05 07:56+0000\n"
+"Last-Translator: Fran Diéguez <Unknown>\n"
+"Language-Team: Galician <gl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizar"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Nome de _usuario para o recurso:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Contrasinal:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Anverso e reverso"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Anverso"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Atrás"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Escaner sinxelo"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Documento"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Esc_anear"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Única _páxina"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Todas as páxinas do _alimentador"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Deter o escaneado"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Texto"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fotografía"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Reordenar as páxinas"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "Correo-_e"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Páxina"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rotar á _esquerda"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rotar á _dereita"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Recortar"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ningún"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Carta"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizado"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotar o recorte"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mover á esquerda"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mover á dereita"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Axuda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Contidos"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Iniciar un novo documento"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Novo"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Escanear unha única páxina desde o escaner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Escanear"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Gardar o documento nun ficheiro"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Gardar"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Deter o escaneo actual"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Deter"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Xirar a páxina á esquerda (sentido contrario ao reloxo)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rotar á esquerda"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Xirar a páxina á dereita (sentido do reloxo)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rotar á dereita"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Recortar a páxina seleccionada"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Recortar"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferencias"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Orixe de escaneo:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Resolución de _texto:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Resolución _fotográfica:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Cara a escanear:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Tamaño da páxina:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brillo:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contraste:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Calidade:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Escanear documentos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Dispositivo desde o que escanear"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispositivo SANE desde o que adquirir as imaxes."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipo de documento que está sendo escaneado"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipo de documento a escanear. Esta opción decide a resolución, cores e post-"
+"procesado do escaneado"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Largura do papel en décimas de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"A largura do papel en décimas de mm (ou 0 para a detección automática do "
+"papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Altura do papel en décimas de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"A altura do papel en décimas de mm (ou 0 para a detección automática do "
+"papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Brillo do escaneo"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Axuste de brillo de -100 a 100 (0 é ningún)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contraste do escaneo"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Axuste de contraste de -100 a 100 (0 é ningún)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolución para o escaneado de texto"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Resolución en puntos por polgada a usar cando se escanean textos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolución para o escaneado de fotos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Resolución en puntos por polgada a usar cando se escanean fotos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Cara da páxina a escanear"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "O lado da páxina a escanear."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Directorio no que gardar os ficheiros"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"O directorio no que se gardarán os ficheiros. Por omisión usarase o "
+"directorio de documentos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Valor de calidade a usar na compresión JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Valor de calidade a usar na compresión JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Non hai escáneres dispoñíbeis. Conecte un escáner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Non foi posíbel conectar co escáner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Non foi posíbel iniciar o escaneado"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Produciuse un erro na comunicación co escáner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Mostrar a versión de publicación"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Mostrar mensaxes de depuración"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Arranxar ficheiros PDF xerados con versións antigas de Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Produciuse un fallo ao escanear"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Documento escaneado"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DISPOSITIVO...] - Utilidade de escaneado"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Ejecute «%s --help» para ver unha lista completa das opcións de liña de "
+"ordes dispoñíbeis."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Document.pdf escaneado"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Pechar"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Requírese o nome de usuario e o contrasinal para acceder a «%s»"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Non se detectou ningún escáner"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Verifique que o seu escáner está conectado e aceso"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Gardar como..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Gardar"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Ficheiros de imaxes"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Todos os ficheiros"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Elixa o _tipo de ficheiro"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (documento de múltiples páxinas)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (comprimido)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sen perdas)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Produciuse un fallo ao gardar o ficheiro"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Se non garda o ficheiro, os seus cambios perderanse permanentemente."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Gardar o documento actual?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Rexeitar os cambios"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Non foi posíbel gardar a imaxe da miniatura"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Non se pode abrir o aplicativo de vista previa da imaxe"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Combinar lados"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Combinar lados (inverso)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Inverter"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Manter sen cambios"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Non é posíbel abrir o ficheiro de axuda"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Este programa é software libre: pode redistribuilo ou modificalo\n"
+"nos termos da GNU General Public License publicada pola\n"
+"Free Software Foundation, na súa versión 3 ou, a súa elección, calquera\n"
+"posterior.\n"
+"\n"
+"Este programa distribúese coa esperanza de que sexa útil,\n"
+"pero SEN NINGUNHA GARANTíA; ni tan sequera a garantía implícita de\n"
+"COMERCIABILIDADE o ADECUACIÓN A UN OBXECTIVO PARTICULAR. Vexa a\n"
+"GNU General Public License para máis detalles.\n"
+"\n"
+"Debe haber recibido una copia de la GNU General Public License\n"
+"con este programa. Si no fuera así, vea <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Acerca de Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Ferramenta sinxela de escaneado de documentos"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Fran Diéguez https://launchpad.net/~frandieguez\n"
+" Manuel Xosé Lemos https://launchpad.net/~mxlemos\n"
+" Marcos Lans https://launchpad.net/~markooss\n"
+" Miguel Anxo Bouzada https://launchpad.net/~mbouzada\n"
+" Robert Ancell https://launchpad.net/~robert-ancell"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Gardar o documento antes de saír?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Saír sen gardar"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d ppp (predeterminada)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d ppp (borrador)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d ppp (alta resolución)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Novo documento"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Documento"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Correo electrónico..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Imprimir..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Axuda"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Sobre"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Saír"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Cambiar o _escáner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automático"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Máis escuro"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Máis claro"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Menos"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Máis"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mínimo"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Máximo"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Gardando o documento..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Gardando páxina %d de %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Uso:\n"
+#~ " %s [DISPOSITIVO...] - Utilidade de escaneo"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Comprobe a súa instalación"
+
+#~ msgid "Files missing"
+#~ msgstr "Faltan ficheiros"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Dirección de escaneado"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Altura da imaxe escaneada en píxeles"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "A dirección do escáner a través da páxina escaneada. Pode ser calquera dos "
+#~ "seguintes: «top-to-bottom» «bottom-to-top» «left-to-right» «right-to-left»"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "O tipo de documento que se vai a escanear. «text» para documentos de texto, "
+#~ "«photo» para fotos. Esta opción determina a resolución, as cores e o "
+#~ "postprocesamento do escaneado."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VERDADEIRO se a xanela do aplicativo está maximizada"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Largura da imaxe escaneada"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Altura da xanela en píxeles"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Largura da xanela en píxeles"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opcións de axuda:\n"
+#~ " -d, --debug Mostra as mensaxes de depuración\n"
+#~ " -v, --version Mostra a versión\n"
+#~ " -h, --help Mostra as opcións de axuda\n"
+#~ " --help-all Mostra todas as opcións de axuda\n"
+#~ " --help-gtk Mostra as opcións de GTK+"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolución da última imaxe escaneada"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Resolución en puntos por polgada da imaxe escaneada anteriormente."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "A cara da páxina que desexe escanear. Pode ser un dos seguintes: «ambos», "
+#~ "«anverso» e «recverso»"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "A dirección do escáner sobre a páxina escaneada."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "A largura da imaxe escaneada. Este valor actualizase co que tivo a última "
+#~ "páxina escaneada."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "A altura da imaxe escaneada. Este valor actualizase co que tivo a última "
+#~ "páxina escaneada."
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opcións de GTK+:\n"
+#~ " --class=CLASS Clase do programa tal como é usada polo "
+#~ "xestor de xanelas.\n"
+#~ " --name=NAME Nome do programa tal como é usado polo "
+#~ "xestor de xanelas.\n"
+#~ " --screen=SCREEN Pantalla X a usar\n"
+#~ " --sync Facer chamadas X síncronas\n"
+#~ " --gtk-module=MODULES Cargar módulos GTK+ adicionais\n"
+#~ " --g-fatal-warnings Converter todos os avisos en erros fatais"
diff --git a/po/he.po b/po/he.po
new file mode 100644
index 0000000..a4ddf54
--- /dev/null
+++ b/po/he.po
@@ -0,0 +1,847 @@
+# Hebrew translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:01+0000\n"
+"Last-Translator: Robert Ancell <robert.ancell@canonical.com>\n"
+"Language-Team: Hebrew <he@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_אימות"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_שם המשתמש עבור המשאב:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_ססמה:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "גב וחזית"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "חזית"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "גב"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "סריקה פשוטה"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "מ_סמך"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "_סריקה"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "עמוד _בודד"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "כל הדפים מהמ_זין"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "ע_צירת הסריקה"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "טקסט"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "צילום"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_דוא״ל"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_עמוד"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "סיבוב _שמאלה"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "סיבוב _ימינה"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_חיתוך"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_ללא"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_מכתב"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "_פוליו"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "ה_תאמה אישית"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_סיבוב חיתוך"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "ע_זרה"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_תוכן"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "התחלת מסמך חדש"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "חדש"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "סריקת עמוד בודד מהסורק"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "סריקה"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "שמירת המסמך לקובץ"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "שמירה"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "עצירת הסריקה הנוכחית"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "עצירה"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "סיבוב העמוד לשמאל (נגד כיוון השעון)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "סיבוב שמאלה"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "סיבוב העמוד לימין (עם כיוון השעון)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "סיבוב ימינה"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "חיתוך העמוד שנבחר"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "חיתוך"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "העדפות"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_מקור הסריקה:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "ר_זולוציית הטקסט:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_רזולוציית התמונה:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "הצד הנסרק:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "מידות הדף:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "בהירות:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "ניגודיות:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "איכות:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "סריקת מסמכים"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Device to scan from"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE device to acquire images from."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Type of document being scanned"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Width of paper in tenths of a mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Height of paper in tenths of a mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "בהירות הסריקה"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "התאמת הבהירות מ־‎-100 ועד 100 (0 - ללא השפעה)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "ניגודיות הסריקה"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "התאמת הניגודיות מ־‎-100 ועד 100 (0 - ללא השפעה)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolution for text scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "The resolution in dots-per-inch to use when scanning text."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolution for photo scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "The resolution in dots-per-inch to use when scanning photos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Page side to scan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "The page side to scan."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Directory to save files to"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"The directory to save files to. Defaults to the documents directory if unset."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "ערך האיכות לשימוש לדחיסת JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "ערך האיכות לשימוש לדחיסת JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "אין סורקים זמינים. נא לחבר סורק."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "לא ניתן להתחבר לסורק"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "לא ניתן להתחיל בסריקה"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "אירעה שגיאה בעת ההתקשרות עם הסורק"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Show release version"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Print debugging messages"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "תיקון קובצי PDF שנוצרו באמצעות גרסאות ישנות יותר של Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "הסריקה נכשלה"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "מסמך שנסרק"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Scanning utility"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Run '%s --help' to see a full list of available command line options."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "מסמך סרוק.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "ס_גירה"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "נדרשים שם משתמש וססמה כדי לגשת אל '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "לא נמצאו סורקים"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "יש לבדוק כי הסורק מחובר ומופעל"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "שמירה בשם..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_ביטול"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_שמירה"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "קובצי תמונה"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "כל הקבצים"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "בחירת _סוג הקובץ"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (מסמך מרובה עמודים)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (דחוס)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (ללא אבדן נתונים)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "שמירת הקובץ נכשלה"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "ללא שמירה, השינויים יאבדו לעד."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "האם לשמור את המסמך הנוכחי?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "התעלמות מהשינויים"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "לא ניתן לשמור את התמונה לתצוגה מקדימה"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "לא ניתן לפתוח את היישום להצגה מקדימה של תמונות"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "לא ניתן לפתוח את קובץ העזרה"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"תכנית זו היא תוכנה חופשית; באפשרותך יכול להפיצה מחדש ו/או לשנות אותה על-פי "
+"תנאי הרישיון הציבורי הכללי של GNU כפי שפורסם על ידי קרן התכנה החופשית; בין "
+"אם גרסה 3 של הרישיון, ובין אם (לפי בחירתך) כל גרסה מאוחרת שלו.\n"
+"\n"
+"תכנית זו מופצת בתקווה שתהיה מועילה, אבל בלא אחריות כלשהי; ואפילו ללא האחריות "
+"המשתמעת בדבר מסחריותה או התאמתה למטרה מסוימת. לפרטים נוספים, ניתן לעיין "
+"ברישיון הציבורי הכללי של GNU.\n"
+"\n"
+"לתכנית זו אמור להיות מצורף עותק של הרישיון הציבורי הכללי של GNU; במידה שלא, "
+"ניתן לעיין ב־<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "על אודות Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "כלי פשוט לסריקת מסמכים"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Amit Yaron https://launchpad.net/~amityaron87\n"
+" Ddorda https://launchpad.net/~ddorda\n"
+" Dudu Edri https://launchpad.net/~duduedri96\n"
+" Liel Fridman https://launchpad.net/~lielft\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Shlomil https://launchpad.net/~shlomister\n"
+" Yaron https://launchpad.net/~sh-yaron"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "האם לשמור את המסמך בטרם היציאה?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "לצאת ללא שמירה"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (בררת מחדל)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (טיוטה)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (רזולוציה גבוהה)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "ב_חירה בסורק אחר"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "אוטומטי"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "כהה יותר"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "בהיר יותר"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "פחות"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "יותר"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "מזערי"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "מרבי"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "המסמך נשמר...‏"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "נשמר העמוד %d מתוך %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+
+#~ msgid "Please check your installation"
+#~ msgstr "יש לבדוק את ההתקנה"
+
+#~ msgid "Files missing"
+#~ msgstr "חסרים קבצים"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Height of scanned image in pixels"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE if the application window is maximized"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direction of scan"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolution of last scanned image"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Window height in pixels"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "The resolution in dots-per-inch of the previously scanned image."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Width of scanned image in pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Window width in pixels"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "The direction of the scanner across the scanned page."
diff --git a/po/hr.po b/po/hr.po
new file mode 100644
index 0000000..bf5b203
--- /dev/null
+++ b/po/hr.po
@@ -0,0 +1,850 @@
+# Croatian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:01+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Croatian <hr@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Ovlasti"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Korisničko ime za izvor:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Lozinka:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Prednje i stražnje"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Prednje"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Natrag"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Jednostavno skeniranje"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_eniraj"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Jedna _stranica"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Sve stranice iz _uvlakača"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Zaustavi skeniranje"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tekst"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fotografija"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-pošta"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Stranica"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rotiraj _lijevo"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rotiraj _desno"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Izreži"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ništa"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Prilagođeno"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotiraj isječak"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Pomakni ulijevo"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Pomakni udesno"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Pomoć"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Sadržaj"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Započni novi dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Novo"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Skeniraj jednu stranicu sa skenera"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skeniraj"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Spremi dokument u datoteku"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Spremi"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Prekini trenutno skeniranje"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Zaustavi"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Zaokreni stranicu ulijevo (obrnuto od kazaljke na satu)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Zaokreni ulijevo"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Zaokreni stranicu udesno (u smjeru kazaljke na satu)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Zaokreni udesno"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Izreži odabranu stranicu"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Izreži"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Osobitosti"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Izvor skeniranja:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Rezolucija teksta:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Rezolucija slike"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Stranica skeniranja:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Veličina stranice:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skenirajte dokumente"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Uređaj za skeniranje"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE uređaj iz kojeg se dobiva slika."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Vrsta dokumenat koji se skenira"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Vrsta dokumenta koji se skenira. Ova postavka određuje razlučivost, boju i "
+"naknadnu obradu."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Širina papira u desetinkama milimetra"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Širina papira u desetinkama milimetra (ili 0 za automatsko prepoznavanje "
+"papira)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Visina papira u desetinkama milimetra"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Visina papira u desetinkama milimetra (ili 0 za automatsko prepoznavanje "
+"papira)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Rezolucija za skeniranje teksta"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"Rezolucija u točkama po inču za korištenje prilikom skeniranja teksta."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Rezolucija za skeniranje fotografija"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"Rezolucija u točkama po inču za korištenje prilikom skeniranja slika."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Strana lista za skeniranje"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Strana stranice za skeniranje."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Direktorij za pohranu datoteka"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Direktorij za pohranu datoteka. Ako nije postavljeno, koristi se direktorij "
+"dokumenata."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Nema dostupnih skenera. Molim spojite skener."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nije moguće povezati se na skener"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Početak skeniranja nije moguć"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Greška pri komunikaciji sa skenerom"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Prikaži inačicu izdanja"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Ispiši poruke ispravljanja grešaka"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Popravi PDF datoteke koje je generirala starija inačica Simple Scana"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Neuspjelo skeniranje"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Skenirani dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[UREĐAJ...] - Alat za skeniranje"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Pokrenite '%s --help' kako biste vidjeli potpunu listu dostupnih mogućnosti "
+"naredbenog retka."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Skenirani dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Korisničko ime i lozinka su potrebni za pristup '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Niti jedan skener nije otkriven"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Molim provjerite je li skener spojen i uključen"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Spremi kao..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Slikovne datoteke"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Sve datoteke"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Odaberite _vrstu datoteke"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (dokument od više stranica)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (komprimirano)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (bez gubitaka)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Neuspjelo pohranjivanje datoteke"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Ako ne spremite, promjene će biti trajno izgubljene."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Pohraniti trenutni dokument?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Odbaci promjene"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Spremanje slike za pretpregled nije uspjelo"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Nije moguće otvoriti program za pregled slike"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Nije moguće otvoriti datoteku pomoći"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "O jednostavnom skeniranju"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Alat za jednostavno skeniranje"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Ante Karamatić https://launchpad.net/~ivoks\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" Renato Kalanj https://launchpad.net/~renato-kalanj\n"
+" Saša Teković https://launchpad.net/~hseagle2015\n"
+" Tina Kružić https://launchpad.net/~tina-kruzic\n"
+" jfk- https://launchpad.net/~jfk-\n"
+" student4 https://launchpad.net/~iputnik-msn"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Pohraniti dokument prije prekida rada?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Prekini bez spremanja"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (zadano)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (nacrt)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (visoka rezolucija)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Promjeni _Skener"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatski"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Smjer skeniranja"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Smjer skenera preko skeniranih stranica. Može biti: 's vrha na dno' 's dna "
+#~ "na vrh' 's lijeva na desno \",\" s desna na lijevo \""
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Visina skenirane slike u pikselima"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "ISTINA ako je prozor aplikacije maksimalan"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Visina skenirane slike u pikselima. Ova vrijednost se ažurira na vrijednost "
+#~ "zadnje skenirane stranice."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Rezolucija zadnje skenirane slike"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Vrsta dokumenata koji se skenira. 'tekst' za tekstualne dokumente, 'slika' "
+#~ "za slike. Ova postavka odlučuje o rezoluciji skeniranja, boji i obradi nakon "
+#~ "skeniranja."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Rezolucija u točkama po inču prethodno skenirane slike."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Širina skenirane slike u pikselima"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Širina skenirane slike u pikselima. Ova vrijednost se ažurira na vrijednost "
+#~ "zadnje skenirane stranice."
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Širina prozora u pikselima"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Pomoćne opcije:\n"
+#~ " -d, --debug Ispiši poruke za debuggiranje\n"
+#~ " -v, --version Prikaži verziju programa\n"
+#~ " -h, --help Prikaži pomoćne opcije\n"
+#~ " --help-all Prikaži sve pomoćne opcije\n"
+#~ " --help-gtk Prikaži GTK+ opcije"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Visina prozora u pikselima"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Upotreba:\n"
+#~ " %s [UREĐAJ...] - Korist skeniranja"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Opcije:\n"
+#~ " --class=CLASS Klasa programa koju koristi upravitelj prozora\n"
+#~ " --name=NAME Ime programa koji koristi upravitelj prozora\n"
+#~ " --screen=SCREEN X zaslon za korištenje\n"
+#~ " --sync Učinite X pozive sinkroniziranima\n"
+#~ " --gtk-module=MODULES Učitavanje dodatnih GTK+ modula\n"
+#~ " -g-fatal-warnings Učinite sva upozorenja kobnima"
+
+#~ msgid "Files missing"
+#~ msgstr "Nedostaju datoteke"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Molim provjerite vašu instalaciju"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr "Strana lista za skeniranje. Može biti: 'obje' 'prednja' 'stražnja'"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Smjer skenera preko skenirane stranice."
diff --git a/po/hu.po b/po/hu.po
new file mode 100644
index 0000000..0445e2e
--- /dev/null
+++ b/po/hu.po
@@ -0,0 +1,855 @@
+# Hungarian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-02-18 14:14+0000\n"
+"Last-Translator: Gabor Kelemen <kelemeng@openscope.org>\n"
+"Language-Team: Hungarian <hu@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Felhatalmazás"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Felhasználónév az erőforráshoz:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Jelszó:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Előlap és hátlap"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Előlap"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Hátlap"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokumentum"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sz_kennelés"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Egy _oldal"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Minden oldal az _adagolóból"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Szkennelés megállítása"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Szöveg"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fénykép"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Oldalak újrarendezése"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-mail"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Oldal"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Forgatás b_alra"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Forgatás _jobbra"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Vágás"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Nincs vágás"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Egyéni"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Vágott rész fo_rgatása"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mozgatás balra"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mozgatás jobbra"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Súgó"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Tartalom"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Új dokumentum létrehozása"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Új"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Egy oldal szkennelése az eszközről"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Szkennelés"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Dokumentum fájlba mentése"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Mentés"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "A jelenlegi szkennelés leállítása"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Leállít"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Az oldal elforgatása balra (az óra járásával ellentétesen)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Forgatás balra"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Az oldal elforgatása jobbra (az óra járásával egyezően)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Forgatás jobbra"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "A kiválasztott oldal vágása"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Vágás"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Beállítások"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Szkennelés _forrása:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Szöveg felbontása:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Fotó felbontása:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Oldal szkennelése:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Oldalméret:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Fényerő:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontraszt:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Minőség:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Dokumentumok szkennelése"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "A szkennelő eszkőz"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Képek beszerzése erről a SANE eszközről"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "A szkennelt dokumentum típusa"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"A szkennelt dokumentum típusa. Ez a beállítás meghatározza a beolvasott "
+"oldal felbontását, színeit és utófeldolgozását."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Papír szélessége tizedmilliméterben"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Papír szélessége tizedmilliméterben (0 az automatikus papírfelismeréshez)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Papír magassága tizedmilliméterben"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Papír magassága tizedmilliméterben (0 az automatikus papírfelismeréshez)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "A beolvasás fényereje"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "A fényerő változtatása -100-tól 100-ig (0=nincs)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "A beolvasás kontrasztja"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "A kontraszt változtatása -100-tól 100-ig (0=nincs)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Szövegek szkennelésének felbontása"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Szövegek szkennelésnél használandó DPI felbontás."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Fotók szkennelésének felbontása"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Fotók szkennelésnél használandó DPI felbontás."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Lapok szkennelendő oldala"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "A lap szkennelendő oldala."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Fájlok mentése ebbe a könyvtárba"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"A fájlok mentésének helye. Alapértelmezésben a Dokumentumok mappa, ha nincs "
+"beállítva."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "A minőségi tényező megadása a JPEG tömörítéshez"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "A minőségi tényező megadása a JPEG tömörítéshez."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Nem található szkenner. Csatlakoztasson egyet."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nem sikerült csatlakozni a szkennerhez"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nem sikerült elindítani a szkennelést"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Kommunikációs hiba a szkennerrel"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Verziószám megjelenítése"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Hibakeresési üzenetek kiírása"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "A Simple Scan régebbi verzióival készült PDF fájlok javítása"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "A szkennelés meghiúsult"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Beszkennelt dokumentum"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ESZKÖZ…] – Szkennelő segédprogram"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Futtassa a(z) „%s --help” parancsot a parancssori kapcsolók listájáért."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Szkennelt dokumentum.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Bezárás"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "A(z) „%s” eléréséhez felhasználónév és jelszó szükséges"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nem található szkenner"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"Ellenőrizze, hogy a szkenner csatlakoztatva van, és be van-e kapcsolva"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Mentés másként…"
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Mégse"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Mentés"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Képfájlok"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Minden fájl"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Válasszon fájl_típust"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (többoldalas dokumentum)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (tömörített)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (veszteségmentes)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "A fájl mentése sikertelen"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Ha nem ment, akkor a változtatások véglegesen elvesznek."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Mentse az aktuális dokumentumot?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Módosítások eldobása"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "A képfájlt nem lehet elmenteni előnézethez"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Nem nyitható meg az előnézetet megjelenítő alkalmazás"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Oldalak egyesítése"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Oldalak egyesítése (fordított)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Fordított"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Maradjon változatlan"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "A súgófájl nem nyitható meg"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Ez a program szabad szoftver, terjesztheti és/vagy módosíthatja a Free "
+"Software Foundation által kiadott GNU General Public License harmadik (vagy "
+"bármely későbbi) változatában foglaltak alapján.\n"
+"\n"
+"Ezt a programot abban a reményben terjesztjük, hogy hasznos lesz, de nem "
+"vállalunk SEMMIFÉLE GARANCIÁT, még olyan értelemben sem, hogy a program "
+"MEGFELELŐ MINŐSÉGŰ, alkalmas-e a KÖZREADÁSRA, vagy EGY BIZONYOS FELADAT "
+"ELVÉGZÉSÉRE. További részletekért tanulmányozza a GNU GPL licencet.\n"
+"\n"
+"A programhoz a GNU General Public License egy példánya is jár, ha nem kapta "
+"meg, itt elolvashatja: <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Simple Scan névjegye"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Egyszerű dokumentumszkennelés"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Gabor Kelemen https://launchpad.net/~kelemeng\n"
+" Krasznecz Zoltán https://launchpad.net/~krasznecz-zoltan\n"
+" Muszela Balázs https://launchpad.net/~bazsi86-deactivatedaccount\n"
+" Mátyás Demeter https://launchpad.net/~mathias-demeter\n"
+" Papp Bence https://launchpad.net/~sclegnrbs\n"
+" Pittmann Tamás https://launchpad.net/~zaivaldi\n"
+" Péter Trombitás https://launchpad.net/~trombipeti\n"
+" Richard Somlói https://launchpad.net/~ricsipontaz\n"
+" Szávics Dániel https://launchpad.net/~szavics-dani-deactivatedaccount\n"
+" csola48 https://launchpad.net/~mail-csordaslaszlo\n"
+" Úr Balázs https://launchpad.net/~urbalazs"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Menti a dokumentumot kilépés előtt?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Kilépés mentés nélkül"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (alapértelmezett)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (vázlat)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (nagy felbontás)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Új dokumentum"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Dokumentum"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "E-mail…"
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Nyomtatás…"
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Súgó"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Névjegy"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Kilépés"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "_Szkennerváltás"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatikus"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Sötétebb"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Világosabb"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Kevesebb"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Több"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Dokumentum mentése..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "%d. oldal mentése, összesen %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Hiányzó fájl"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Használat:\n"
+#~ " %s [ESZKÖZ...] - Szkennelő segédprogram"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Ellenőrizze a telepítést"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ beállításai\n"
+#~ " --class=OSZTÁLY A program osztálya, ahogy az ablakkezelő "
+#~ "használja\n"
+#~ " --name=NÉV A programnév, ahogy az ablakkezelő "
+#~ "használja\n"
+#~ " --display=MEGJELENÍTŐ Használandó X-megjelenítő\n"
+#~ " --screen=KÉPERNYŐ Használandó X-képernyő\n"
+#~ " --sync Legyenek szinkron X-hívások\n"
+#~ " --gtk-module=MODULOK További GTK+ modulok betöltése\n"
+#~ " --g-fatal-warnings Minden figyelmeztetés végzetes legyen"
+
+#~ msgid "Direction of scan"
+#~ msgstr "A szkennelés íránya"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "Igaz, ha az alkalmazás teljes képernyős módban van"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "A szkennelés iránya, a lehetséges értékek a következők: „top-to-bottom” "
+#~ "(fentről lefelé), „bottom-to-top” (lentről felfelé) „left-to-right” (balról "
+#~ "jobbra), „right-to-left” (jobbról balra)"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "A szkennelt dokumentum típusa. „text” a szöveges dokumentumokhoz, „photo” a "
+#~ "fotókhoz. Ez a beállítás határozza meg a szkennelt dokumentum felbontását, "
+#~ "színeit és utófeldolgozását."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Ablak magassága képpontban"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Ablak szélessége képpontban"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Súgókapcsolók:\n"
+#~ " -d, --debug Hibakeresési üzenetek megjelenítése\n"
+#~ " -v, --version Verziószám megjelenítése\n"
+#~ " -h, --help Súgókapcsolók megjelenítése\n"
+#~ " -help-all Minden súgókapcsoló megjelenítése\n"
+#~ " --help-gtk GTK+ kapcsolók megjelenítése"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "A szkennelt kép magassága képpontban"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "A szkennelt kép szélessége képpontban. Mindig a legutolsó szkennelés "
+#~ "eredményét veszi fel."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "A szkennelt kép magassága képpontban. Mindig a legutolsó szkennelés "
+#~ "eredményét veszi fel."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "A szkennelt kép szélessége képpontban"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Az utoljára beszkennelt kép DPI felbontása."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Az utoljára beszkennelt kép felbontása"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Lapok szkennelendő oldala. A lehetséges értékek: „both” (mindkettő) „front” "
+#~ "(előlap), „back” (hátlap)"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "A szkennelés iránya a szkennelt lap fölött."
diff --git a/po/hy.po b/po/hy.po
new file mode 100644
index 0000000..0031f6f
--- /dev/null
+++ b/po/hy.po
@@ -0,0 +1,706 @@
+# Armenian translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Armenian <hy@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Ետ"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr ""
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Serj Safarian https://launchpad.net/~safarian"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
diff --git a/po/id.po b/po/id.po
new file mode 100644
index 0000000..727778c
--- /dev/null
+++ b/po/id.po
@@ -0,0 +1,785 @@
+# Indonesian translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-01-18 00:43+0000\n"
+"Last-Translator: Andika Triwidada <andika@gmail.com>\n"
+"Language-Team: Indonesian <id@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "Otoris_asikan"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Nama pengg_una untuk sumber daya:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Sandi:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Depan dan Belakang"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Depan"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Belakang"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Pemindai Ringkas"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokumen"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Pind_ai"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Satu _Halaman"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Semua Halaman Dari _Feeder"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Berhenti _Memindai"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teks"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "Sur_el"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Halaman"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Nihil"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4x6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Ubahan"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Puta_r dan Potong"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Pindah Ke Kiri"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Pindah Ke Kanan"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Isi"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Pindai"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Putar halaman ke kiri (berlawanan arah jarum jam)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Putar halaman ke kanan (searah jarum jam)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferensi"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Sumber Pindai:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Resolusi _Teks:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Resolusi _Foto:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Kecerahan:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontras:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kualitas:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Pindai Dokumen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Perangkat untuk memindai"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Perangkat SANE yang dipakai untuk mengambil gambar."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipe dokumen yang akan dipindai"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipe dokumen yang akan dipindai. Pengaturan ini menentukan resolusi, warna, "
+"dan pasca-proses pemindaian."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Lebar kertas dalam persepuluhan milimeter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Lebar kertas dalam persepuluhan mm (atau 0 untuk deteksi kertas otomatis)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Panjang kertas dalam persepuluh mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Panjang kertas dalam sepersepuluh mm (atau 0 jika kertas dideteksi otomatis)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Kecerahan pemindaian"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Penyesuaian kecerahan dari -100 ke 100 (0 berarti nihil)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontras pemindaian"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Penyesuaian kontras dari -100 ke 100 (0 berarti nihil)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolusi untuk pemindaian teks"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Resolusi dalam dots-per-inch yang digunakan dalam pemindaian teks."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolusi untuk pemindaian foto"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Resolusi dalam dots-per-inch yang digunakan dalam pemindaian foto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Sisi halaman yang dipindai"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Sisi halaman yang dipindai."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Simpan berkas ke direktori"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Direktori tempat menyimpan berkas. Akan disimpan ke direktori dokumen jika "
+"belum diset."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Nilai kualitas yang akan dipakai untuk kompresi JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Nilai kualitas yang akan dipakai untuk kompresi JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Tidak ada pemindai yang tersedia. Mohon hubungkan pemindai."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Tak dapat terhubung ke pemindai"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Tak dapat memulai pemindaian"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Galat saat berhubungan dengan pemindai"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Tampilkan versi rilis"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Cetak pesan pengawakutuan"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Perbaiki berkas PDF yang dibuat dengan Simple Scan versi lawas"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Gagal memindai"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Dokumen Terpindai"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[PERANGKAT...] - Utilitas pemindaian"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "Jalankan '%s --help' untuk daftar lengkap opsi yang tersedia."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Dokumen Hasil Pindai.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Tutup"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Nama pengguna dan kata sandi dibutuhkan untuk mengakses '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Tidak ada pemindai yang terdeteksi"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"Mohon periksa apakah pemindai Anda terhubung dan dalam keadaan menyala"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Simpan Sebagai..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Batal"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Simpan"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Berkas Citra"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Semua Berkas"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Pilih _Tipe Berkas"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (dokumen multi-halaman)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (terkompresi)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (lossless)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Gagal menyimpan berkas"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Jika Anda tidak menyimpan, perubahan akan hilang secara permanen."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Simpan dokumen saat ini?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Buang Perubahan"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Tak dapat menyimpan gambar untuk pratinjau"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Tidak dapat membuka aplikasi pratinjau gambar"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Tak dapat membuka berkas bantuan"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Program ini adalah perangkat lunak bebas: anda dapat mendistribusikan\n"
+"kembali dan/atau memodifikasinya dibawah termsdari GNU General \n"
+"Public License sebagaimana dipublikasi oleh Free Software Foundation,\n"
+"baik lisensi versi 3 maupun (sesuai pilihan anda) versi yang lain.\n"
+"Program ini didistribusikan dengan harapan akan menjadi berguna,\n"
+"namun TANPA PEMBENARAN; bahkan tanpa pembenaran tersirat untuk\n"
+" DIPERDAGANGKAN atau KESESUAIAN UNTUK TUJUAN TERTENTU. lihat\n"
+"GNU General Public License untuk detail selengkapnya.\n"
+"\n"
+"Anda seharusnya mendapat salinan GNU General Public License\n"
+"bersama program ini. Bila tidak, lihat <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Tentang Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Alat pemindai dokumen sederhana"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Abdul Munif Hanafi https://launchpad.net/~nafica-coroz\n"
+" Andika Triwidada https://launchpad.net/~andika\n"
+" Arief Setiadi Wibowo https://launchpad.net/~q-thrynx\n"
+" Budi Prasetyo https://launchpad.net/~bprast1\n"
+" Hace https://launchpad.net/~hardikris\n"
+" La Ode Adam Saputra https://launchpad.net/~laode-saputra\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" Putu Wiramaswara Widya https://launchpad.net/~wiramaswara\n"
+" Rahman Yusri Aftian https://launchpad.net/~aftian\n"
+" Trisno Pamuji https://launchpad.net/~tri.snowman\n"
+" Viktor Aditya https://launchpad.net/~victoraditya91\n"
+" Waluyo Adi Siswanto https://launchpad.net/~was-wlk\n"
+" idham khaidir https://launchpad.net/~kenzoabeta\n"
+" imsoft https://launchpad.net/~khoirul-im\n"
+" jemmy surya https://launchpad.net/~jemmy"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Simpan dokumen sebelum keluar"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Keluar tanpa menyimpan"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (default)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (draft)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (resolusi tinggi)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Ganti _Pemindai"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Otomatis"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Lebih Gelap"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Lebih Terang"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Kurang"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Lebih"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maksimum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Menyimpan dokumen..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Menyimpan halaman %d dari %d"
+
+#~ msgid "Files missing"
+#~ msgstr "Berkas hilang"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolusi pemindaian terakhir"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Arah pemindaian"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Arah pemindaian terhadap halaman yang dipindai."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE jika jendela aplikasi dimaksimalkan"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Resolusi dalam dots-per-inch dari gambar sebelumnya."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Tinggi jendela dalam piksel"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Lebar jendela dalam piksel"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Tinggi gambar terpindai dalam piksel"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Lebar gambar terpindai dalam piksel. Nilai ini diupdate sesuai halaman "
+#~ "terakhir yang pernah dipindai."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Tinggi gambar terpindai dalam piksel. Nilai ini diupdate sesuai halaman "
+#~ "terakhir yang pernah dipindai."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Lebar gambar terpindai dalam piksel"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Mohon periksa instalasi Anda"
diff --git a/po/it.po b/po/it.po
new file mode 100644
index 0000000..fb1892a
--- /dev/null
+++ b/po/it.po
@@ -0,0 +1,873 @@
+# Italian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-08-22 07:09+0000\n"
+"Last-Translator: Leonardo Corato <leocor@gmail.com>\n"
+"Language-Team: Italian <it@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizza"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Nome utente per la risorsa:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "Pass_word:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Fronte e retro"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Fronte"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Retro"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Documento"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "_Acquisisci"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Pagina singola"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "_Tutte le pagine dal caricatore"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Ferma l'acqui_sizione"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Testo"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Riordina pagine"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Email"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Pagina"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Ruota a _sinistra"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Ruota a _destra"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Ritaglio"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Nessuno"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US _Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizzato"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Ruota ritaglio"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Sposta a sinistra"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Sposta a destra"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "A_iuto"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Sommario"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Crea un nuovo documento"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nuovo"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Acquisisce una pagina singola dallo scanner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Acquisisci"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Salva documento in un file"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Salva"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Interrompe l'acquisizione in corso"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Ferma"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Ruota la pagina a sinistra (senso antiorario)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Ruota a sinistra"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Ruota la pagina a destra (senso orario)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Ruota a destra"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Ritaglia la pagina selezionata"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Ritaglia"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferenze"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "S_orgente di acquisizione:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Risoluzione _testo:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Risoluzione foto:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Lato acquisizione:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Dimensione pagina:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Luminosità:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contrasto:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualità:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Acquisisci documenti"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Dispositivo di acquisizione"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispositivo SANE da cui acquisire le immagini."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipo del documento da acquisire"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipo del documento da acquisire. Questa impostazione influenza la "
+"risoluzione, il numero dei colori e l'elaborazione successiva "
+"all'acquisizione."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Larghezza del foglio in decimi di mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"L'altezza del foglio in decimi di mm (0 per il rilevamento automatico)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Altezza del foglio in decimi di mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Altezza del foglio in decimi di mm (0 per il rilevamento automatico)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Luminosità dell'acquisizione"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+"La regolazione della luminosità da -100 a 100 (0 per alcuna luminosità)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contrasto dell'acquisizione"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "La regolazione del contrasto da -100 a 100 (0 per alcun contrasto)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Risoluzione per acquisizione testo"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"La risoluzione in punti per pollice da usare per l'acquisizione di testi."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Risoluzione per acquisizione foto"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"La risoluzione in punti per pollice da usare per l'acquisizione di foto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Lato della pagina da acquisire"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Lato della pagina da acquisire."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Directory dove salvare i file"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"La directory dove salvare i file. Il valore predefinito è la directory dei "
+"documenti."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Indica il valore della qualità per la compressione JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Indica il valore della qualità per la compressione JPEG"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Nessuno scanner disponibile. Collegare uno scanner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Impossibile connettersi allo scanner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Impossibile avviare l'acquisizione"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Errore di comunicazione con lo scanner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Mostra la versione del rilascio"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Stampa i messaggi di debug"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Corregge file PDF generati con una vecchia versione di Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Acquisizione non riuscita"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Documento acquisito"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DISPOSITIVO...] - Strumento per l'acquisizione"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Eseguire \"%s --help\" per l'elenco completo delle opzioni disponibili a "
+"riga di comando."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Documento-acquisito.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Chiudi"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Sono richiesti nome utente e password per accedere a «%s»"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nessuno scanner rilevato"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Controllare che lo scanner sia collegato e acceso"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Salva come..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "A_nnulla"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Salva"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "File immagine"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Tutti i file"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Seziona il _tipo di file"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (documento multi-pagina)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (compresso)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (senza perdita di qualità)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Salvataggio file non riuscito"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Se non si salva le modifiche andranno perse per sempre."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Salvare il documento corrente?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Scarta le modifiche"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Impossibile salvare l'immagine per l'anteprima"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+"Impossibile aprire l'applicazione per la visualizzazione delle anteprime"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Unisci lati"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Unisci lati (inverso)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Inverso"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Mantieni non modificato"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Impossibile aprire il file di aiuto"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Questo programma è software libero; è possibile ridistribuirlo e/o "
+"modificarlo\n"
+"secondo i termini della licenza GNU General Public License, come pubblicata\n"
+"dalla Free Software Foundation; versione 2 della Licenza, o (a scelta) una\n"
+"versione più recente.\n"
+"\n"
+"Questo programma è distribuito nella speranza che possa risultare utile,\n"
+"ma SENZA ALCUNA GARANZIA, nemmeno la garanzia implicita di \n"
+"COMMERCIABILITÀ o APPLICABILITÀ PER UNO SCOPO PARTICOLARE. Per\n"
+"maggiori dettagli consultare la GNU General Public License.\n"
+"\n"
+"La traduzione in Italiano di questa licenza è solo a fini informativi. Per "
+"la licenza in Inglese con validità legale consultate "
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Informazioni su Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Semplice strumento per l'acquisizione di documenti"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Alberto https://launchpad.net/~pajeronda\n"
+" Alessio Treglia https://launchpad.net/~quadrispro\n"
+" Claudio Arseni https://launchpad.net/~claudio.arseni\n"
+" DM74S https://launchpad.net/~danielsan474\n"
+" Daniele Napolitano https://launchpad.net/~dnax88\n"
+" Daniele Sapino https://launchpad.net/~daniele-sapino\n"
+" Federico Foschini https://launchpad.net/~undicizeri\n"
+" Federico Pontelli https://launchpad.net/~fpontelli\n"
+" Giasone https://launchpad.net/~giasone\n"
+" Giovanni Mottola https://launchpad.net/~trottola-deactivatedaccount\n"
+" Leonardo Corato https://launchpad.net/~leocor\n"
+" Luca Reverberi https://launchpad.net/~socketreve\n"
+" Marco Lazzaroni https://launchpad.net/~marcolazzaroni\n"
+" Milo Casagrande https://launchpad.net/~milo\n"
+" Paolo Sammicheli https://launchpad.net/~xdatap1\n"
+" Sergio Santoro https://launchpad.net/~tauer92\n"
+" Vincenzo Ninni https://launchpad.net/~wampon\n"
+" alexinfurs https://launchpad.net/~alexinfurs\n"
+" lory https://launchpad.net/~lorenzo-themax\n"
+" matrobriva https://launchpad.net/~matrobriva\n"
+" phede92 https://launchpad.net/~phede92"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Salvare il documento prima di uscire?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Esci senza salvare"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (predefinita)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (bozza)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (alta risoluzione)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Nuovo documento"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Documento"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Email..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Stampa..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Aiuto"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Informazioni"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Esci"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Cambia _scanner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatico"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Più scura"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Più chiara"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Minore"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Maggiore"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minima"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Massima"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Salvataggio del documento..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Salvataggio pagina %d di %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "File mancanti"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Altezza della finestra in pixel"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Larghezza della finestra in pixel"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Altezza dell'immagine acquisita in pixel"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direzione dell'acquisizione"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Risoluzione dell'ultima immagine acquisita"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Larghezza dell'immagine acquisita in pixel"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Larghezza dell'immagine acquisita in pixel. Questo valore è aggiornato "
+#~ "all'ultima acquisizione."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Altezza dell'immagine acquisita in pixel. Questo valore è aggiornato "
+#~ "all'ultima acquisizione."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "La risoluzione in punti per pollice del documento precedentemente acquisito."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VERO se la finestra dell'applicazione è massimizzata"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "La direzione di acquisizione. Può essere uno dei seguenti valori: \"top-to-"
+#~ "bottom\" (dall'alto in basso), \"bottom-to-top\" (dal basso in alto), \"left-"
+#~ "to-right\" (da sinistra a destra), \"right-to-left\" (da destra a sinistra)"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Uso:\n"
+#~ " %s [DISPOSITIVO...] - Strumento di acquisizione"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opzioni d'aiuto:\n"
+#~ " -d, --debug Visualizza i messaggi di debug\n"
+#~ " -v, --version Mostra la versione in uso\n"
+#~ " -h, --help Mostra il menù di aiuto\n"
+#~ " --help-all Mostra il menù di aiuto completo\n"
+#~ " --help-gtk Mostra le opzioni di GTK+"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opzioni GTK+:\n"
+#~ " --class=CLASS Classe del programma utilizzata dal "
+#~ "gestore di finestre\n"
+#~ " --name=NAME Nome del programma utilizzato dal gestore "
+#~ "di finestre\n"
+#~ " --screen=SCREEN Screen X da utilizzare\n"
+#~ " --sync Rende le chiamate a X sincrone\n"
+#~ " --gtk-module=MODULES Carica moduli GTK+ aggiuntivi\n"
+#~ " --g-fatal-warnings Rende fatali tutti gli avvertimenti"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Verificare l'installazione"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "I lati della pagina da acquisire. Può essere uno dei seguenti: \"entrambi\" "
+#~ "\"fronte\" \"retro\""
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Tipo di documento da acquisire. \"text\" per documenti di testo, \"photo\" "
+#~ "per fotografie. Questa impostazione influenza la risoluzione "
+#~ "dell'acquisizione, le impostazioni di colore e la post-produzione."
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "La direzione dell'acquisizione lungo la pagina."
diff --git a/po/ja.po b/po/ja.po
new file mode 100644
index 0000000..bfcfebb
--- /dev/null
+++ b/po/ja.po
@@ -0,0 +1,768 @@
+# Japanese translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:03+0000\n"
+"Last-Translator: Shushi Kurose <md81bird@hitaki.net>\n"
+"Language-Team: Japanese <ja@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "認証(_A)"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "リソースに対するユーザ名(_U):"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "パスワード(_P):"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "表面と裏面"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "表面"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "戻る"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "シンプルスキャン"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "ドキュメント(_D)"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "スキャン(_A)"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "一枚のページ(_P)"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "フィーダより全てのページ(_F)"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "スキャン停止(_S)"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "テキスト"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "写真"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "電子メール(_E)"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "ページ(_P)"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "左へ回転(_L)"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "右へ回転(_R)"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "切り抜き(_C)"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "なし(_N)"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US レター(_L)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US リーガル(_G)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "カスタム(_C)"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "切り抜きを回転(_R)"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "ヘルプ(_H)"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "コンテンツ(_C)"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "新規ドキュメントの作成"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "新規"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "一枚のページをスキャンします"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "スキャン"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "ドキュメントをファイルに保存"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "保存"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "スキャンを停止します"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "停止"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "ページを左回転 (反時計回り)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "左へ回転"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "ページを右回転 (時計回り)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "右へ回転"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "選択した範囲の切り抜き"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "切り抜き"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "設定"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "スキャンする対象(_O):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "テキストの画素数(_T):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "写真の画素数(_P):"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "スキャン面:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "ページサイズ:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "明るさ:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "コントラスト:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "品質:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "ドキュメントをスキャンします"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "スキャンするデバイス"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "画像を取得する SANE デバイスです。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "スキャンするドキュメントの種類"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr "スキャンされる文書の種類。この設定により、画像の解像度、色の深度、事後処理が決定されます。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "10mm単位での紙の幅"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "10mm単位の用紙の高さ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "10mm単位の紙の高さ (または 0 で自動紙検知)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "スキャンの明るさ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "-100から100までの範囲で明るさを調節する (0は無調整)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "スキャンのコントラスト"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "-100から100までの範囲でコントラストを調節する (0は無調整)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "テキストスキャンの解像度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "テキストをスキャンするときの解像度(DPI)です。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "写真スキャンの解像度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "写真をスキャンするときの解像度(DPI)です。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "スキャンする面"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "スキャンされる面"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ファイルを保存するディレクトリ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr "ファイルを保存するディレクトリです。設定されていない場合、標準でドキュメントディレクトリに保存されます。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "JPEGの圧縮に使用する品質の値"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "JPEGの圧縮に使用する品質の値です。"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "利用可能なスキャナがありません。スキャナを接続してください。"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "スキャナに接続できません"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "スキャンを開始できません"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "スキャナとの通信に失敗しました"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "リリースバージョンを表示"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "デバッグメッセージを表示"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "古いバージョンの Simple Scan によって生成されたPDFファイルを修復する"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "スキャンに失敗しました"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[デバイス...] - スキャンユーティリティ"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "'%s --help' を実行すると利用可能なすべてのコマンドラインオプションの一覧が表示されます"
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "スキャンされたドキュメント.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "閉じる(_C)"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "'%s' にアクセスするにはユーザ名とパスワードが必要です"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "スキャナが検出されていません"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "スキャナが接続されて電源が入っているか確認してください"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "名前を付けて保存..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "キャンセル(_C)"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "保存(_S)"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "ファイルの保存に失敗しました"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "プレビュー用の画像を保存できません"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Simple Scan について"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "ドキュメントのスキャンを行うシンプルなツールです"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Akira Tanaka https://launchpad.net/~akira-tanaka\n"
+" Hajime Mizuno https://launchpad.net/~mizuno-as\n"
+" Jeroen Hoek https://launchpad.net/~mail-jeroenhoek\n"
+" Jun Kobayashi https://launchpad.net/~jkbys\n"
+" Kenichi Ito https://launchpad.net/~ken-i54k\n"
+" Kentaro Kazuhama https://launchpad.net/~kazken3\n"
+" Koichi Akabe https://launchpad.net/~vbkaisetsu\n"
+" MANABE Akinari https://launchpad.net/~maaanaari\n"
+" Shushi Kurose https://launchpad.net/~kuromabo\n"
+" Tosiki Iga https://launchpad.net/~tosiki-iga"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "スキャナを変更(_S)"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "暗く"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "明るく"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "弱く"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "強く"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "最小"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "最大"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "ドキュメントを保存しています..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "%2$dページ中%1$dページを保存しています"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "ファイルが見つかりません"
+
+#~ msgid "Please check your installation"
+#~ msgstr "インストールされているか確認してください"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "使い方:\n"
+#~ " %s [DEVICE...] - スキャンニング装置"
+
+#~ msgid "Direction of scan"
+#~ msgstr "スキャン方向"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "スキャンされる画像の高さ(ピクセル)"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr "スキャンする面のことです。次のうちから 1 つ選択できます: '両面' '表面' '裏面'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr "ピクセル単位のスキャンされたイメージの高さです。この値は最後にスキャンしたページのものに更新されます。"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "アプリケーションのウィンドウを最大化するには TRUE にします"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "最後にスキャンした画像の解像度"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "ウィンドウの高さ(ピクセル)"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "ウィンドウの幅(ピクセル)"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "前にスキャンした画像の解像度(DPI)です。"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "スキャン画像の幅(ピクセル)"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "スキャナの走査方向"
diff --git a/po/kk.po b/po/kk.po
new file mode 100644
index 0000000..38836f6
--- /dev/null
+++ b/po/kk.po
@@ -0,0 +1,707 @@
+# Kazakh translation for simple-scan
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Kazakh <kk@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Құпия сөз:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Бет жағы"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Сырты"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Мәтін"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Фото"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "_Солға бұру"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "_Оңға бұру"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "Қ_иып жіберу"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ешнәрсе"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr ""
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr ""
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr ""
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Көмек"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "Құра_масы"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Жаңа"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Іздеу"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Сақтау"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Тоқтау"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Солға бұру"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Оңға бұру"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Қиып жіберу"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Баптаулары"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Қалайша сақтау..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Бүкіл файлдар"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Сақтамасаңыз, өзгерістер қайтпастай жоғалады."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Өзгерістерді ысырып тастау"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Көмек ақпараты файлын ашу мүмкін емес"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" arruah https://launchpad.net/~arruah\n"
+" jmb_kz https://launchpad.net/~jmb-kz"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Авто"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
diff --git a/po/km.po b/po/km.po
new file mode 100644
index 0000000..1dc9517
--- /dev/null
+++ b/po/km.po
@@ -0,0 +1,790 @@
+# Khmer translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Khmer <km@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "ការ​អនុញ្ញាត"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "ឈ្មោះ​អ្នកប្រើ​ធនធាន ៖"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "ពាក្យសម្ងាត់ ៖"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "មុខ នឹង​ក្រោយ"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "មុខ"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "ថយក្រោយ"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "ស្កេន​ធម្មតា"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "ឯកសារ"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "ស្កេន"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "ទំព័រ​ម្ខាង"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "ទំព័រ​ទាំងអស់​ពី​កម្មវិធី​មតិ"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "ឈប់​ស្កេន"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "អត្ថបទ"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "រូបថត"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "អ៊ីមែល"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "ទំព័រ"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "បង្វិល​ឆ្វេង"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "បង្វិល​ស្ដាំ"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "ច្រឹប"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "គ្មាន"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "សំបុត្រ"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "ស្រប​ច្បាប់"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "ផ្ទាល់ខ្លួន"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "បង្វិល​ការ​ច្រឹប"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "ផ្លាស់ទី​ទៅ​ឆ្វេង"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "ផ្លាស់ទី​ទៅ​ស្ដាំ"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "ជំនួយ"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "មាតិកា"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "ចាប់ផ្ដើម​ឯកសារ​ថ្មី"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "ថ្មី"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "ស្កេន​ទំព័រ​ទោល​ពី​ម៉ាស៊ីន​ស្កេន"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "ស្កេន"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "រក្សាទុក​ឯកសារ​ទៅ​ឯកសារ"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "រក្សាទុក"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "បញ្ឈប់​ការ​ស្កេន​បច្ចុប្បន្ន"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "ឈប់"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "បង្វិល​ទំព័រ​ទៅ​ឆ្វេង (ច្រាស​ទ្រនិច​នាឡិកា)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "បង្វិល​ឆ្វេង"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "បង្វិល​ទំព័រ​ទៅ​ស្ដាំ (ស្រប​ទ្រនិច​នាឡិកា)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "បង្វិល​ស្ដាំ"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "ច្រឹប​ទំព័រ​ដែល​បាន​ជ្រើស"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "ច្រឹប"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "ចំណូលចិត្ត"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "ស្កេន​ប្រភព ៖"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "គុណភាព​បង្ហាញ​អត្ថបទ ៖"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "គុណភាព​បង្ហាញ​រូបថត ៖"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "ស្កេន​ចំហៀង ៖"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "ទំហំ​ទំព័រ ៖"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "ពន្លឺ ៖"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "កម្រិត​ពណ៌ ៖"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "គុណភាព ៖"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "ស្កេន​ឯកសារ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "ឧបករណ៍​ដែល​ត្រូវ​ស្កេន"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "ឧបករណ៍ SANE ដើម្បី​ទៅ​យក​រូបភាព ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "ប្រភេទ​ឯកសារ​ដែល​កំពុង​ត្រូវ​បាន​ស្កេន"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"ប្រភេទ​ឯកសារ​ដែល​កំពុង​ត្រូវ​បាន​ស្កេន ។ "
+"ការ​កំណត់​នេះ​អាស្រ័យ​ទៅលើ​គុណភាព​បង្ហាញ ពណ៌ "
+"និង​ការ​ដំណើរការ​ជាមុន​របស់​ម៉ាស៊ីន​ស្កេន ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "ទទឹង​ក្រដាស ១/១០ ម.ម"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "ទទឹង​ក្រដាស ១/១០ ម.ម. (ឬ ០ សម្រាប់​ទិស​ក្រដាស​ស្វ័យប្រវត្តិ) ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "កម្ពស់​ក្រដាស ១/១០ ម.ម."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "កម្ពស់​ក្រដាស ១/១០ ម.ម. (ឬ ០ សម្រាប់​ទិស​ក្រដាស​ស្វ័យប្រវត្តិ) ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "ពន្លឺ​វិភាគ​រក"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "ការ​កែតម្រូវ​ពន្លឺ​ពី -១០០ ដល់ ១០០ (០ នឹង​គ្មាន)។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "កម្រិត​ពណ៌​វិភាគរក"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "ការ​កែតម្រូវ​កម្រិត​ពណ៌​ពី -១០០ ដល់ ១០០ (០ នឹង​គ្មាន)។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "គុណភាព​បង្ហាញ​សម្រាប់​ការ​ស្កេន​អត្ថបទ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"គុណភាព​បង្ហាញ​គិតជា​ចំណុច​ក្នុង​មួយ​អ៊ិន្ឈ៍ "
+"ដែល​ត្រូវ​ប្រើ​នៅ​ពេល​ស្កេន​អត្ថបទ ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "គុណភាព​បង្ហាញ​សម្រាប់​ការ​ស្កេន​រូបថត"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"គុណភាព​បង្ហាញ​គិតជា​ចំណុច​ក្នុង​មួយ​អ៊ិន្ឈ៍ "
+"ដែល​ត្រូវ​ប្រើ​នៅ​ពេល​ស្កេន​រូបថត ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "ចំហៀង​ទំព័រ​ដែល​ត្រូវ​ស្កេន"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "ចំហៀង​ទំព័រ​ដែល​ត្រូវ​ស្កេន ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ថត​ដែល​ត្រូវ​រក្សាទុក​ឯកសារ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"ថត​ដែល​ត្រូវ​រក្សាទុក​ឯកសារ ។ "
+"លំនាំដើម​ទៅកាន់​ថត​ឯកសារ​ប្រសិនបើ​មិន​បាន​កំណត់ ។"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "តម្លៃ​គុណភាព​​ប្រើ​សម្រាប់ JPEG compression"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "តម្លៃ​គុណភាព​ប្រើ​សម្រាប់ JPEG compression ។"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "ពុំ​មាន​ម៉ាស៊ីន​ស្កេន​ទេ សូម​តភ្ជាប់​ម៉ាស៊ីន​ស្កេន ។"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "មិន​អាច​តភ្ជាប់​ម៉ាស៊ីន​ស្កេន​បាន​ទេ"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "មិន​អាច​ចាប់ផ្ដើម​ស្កេន​បាន​ទេ"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "កំហុស​ក្នុង​ការ​ទាក់ទង​ទៅកាន់​ម៉ាស៊ីន​ស្កេន"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "បង្ហាញ​កំណែ​ការ​ចេញផ្សាយ"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "បោះពុម្ព​សារ​បំបាត់​កំហុស"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"ជួសជុល​ឯកសារ PDF ដែល​បាន​បង្កើត​ជាមួយ​កំណែ​ចាស់​របស់​ម៉ាស៊ីន​ស្កេន​ធម្មតា"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "បាន​បរាជ័យ​ក្នុង​ការ​ស្កេន"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "ឯកសារ​ដែល​បាន​ស្កេន"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ឧបករណ៍...] - ការ​ស្កេន​ឧបករណ៍​ប្រើប្រាស់"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"ដំណើរការ '%s --help' ដើម្បី​មើល​បញ្ជី​ពេញលេញ​នៃ​បន្ទាត់​បញ្ជា​ដែល​មាន ។"
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Document.pdf ដែល​បាន​ស្កេន"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "បិទ"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "ទាមទារ​ឈ្មោះ​អ្នកប្រើ និង​ពាក្យសម្ងាត់​ដើម្បី​ចូលដំណើរការ '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "រក​មិន​ឃើញ​ម៉ាស៊ីន​ស្កេន"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"សូម​ពិនិត្យមើល​ម៉ាស៊ីន​ស្កេន​របស់​អ្នក​ថា​តើ​បាន​តភ្ជាប់ "
+"និង​បើក​កុងតាក់​ហើយ​ឬនៅ"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "រក្សាទុក​ជា..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "បោះបង់"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "រក្សាទុក"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "ឯកសារ​រូបភាព"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "ឯកសារ​ទាំងអស់"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "ជ្រើស​ប្រភេទ​ឯកសារ"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (ឯកសារ​ច្រើន​ទំព័រ)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (បាន​បង្ហាប់)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (គ្មាន​ការ​បាត់បង់)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "បាន​បរាជ័យ​ក្នុង​ការ​រក្សាទុក​ឯកសារ"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+"ប្រសិនបើ​អ្នក​មិន​រក្សាទុក​ទេ "
+"ការ​ផ្លាស់ប្ដូរ​ទាំងឡាយ​និង​ត្រូវ​បាន​បាត់បង់​ជា​អចិន្ត្រៃយ៍ ។"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "រក្សាទុក​ឯកសារ​បច្ចុប្បន្ន ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "បោះបង់​ការ​ផ្លាស់ប្ដូរ"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "មិន​អាច​រក្សាទុក​រូបភាព​សម្រាប់​ការ​មើល​ជាមុន​បាន​ទេ"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "មិន​អាច​បើក​កម្មវិធី​មើល​រូបភាព​ជាមុន​បាន​ទេ"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "បញ្ច្រាស"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "មិន​អាច​បើក​ឯកសារ​ជំនួយ​បាន​ទេ"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"នេះ​ជា​កម្មវិធី​ឥត​បង់​ថ្លៃ ៖ អ្នក​អាច​ចែកចាយ និង/ឬ​កែប្រែ​វា​បាន\n"
+"ក្រោម​លក្ខខណ្ឌ​អាជ្ញាប័ណ្ណ​សាធារណៈ​ទូទៅ GNU ដែល​បាន​ចេញផ្សាយ​ដោយ\n"
+"មូលនិធិ​កម្មវិធី​ឥត​បង់​ថ្លៃ ទាំង​អាជ្ញាប័ណ្ណ​កំណែ ៣ ឬ\n"
+"(នៅ​ជម្រើស​របស់​អ្នក) កំណែ​ក្រោយ​ទៀត​ក៏ដោយ ។\n"
+"\n"
+"កម្មវិធី​នេះ​ត្រូវ​បាន​ចែកចាយ​ដោយ​សង្ឃឹម​ថា​នឹង​មាន​ប្រយោជន៍\n"
+"ប៉ុន្តែ​ដោយ​គ្មាន​ការ​ធានា​ណាមួយ​ទេ សូម្បីតែ​ការ​ធានា​ដែល​បាន​បញ្ជាក់​ដោយ\n"
+"ការ​ធ្វើ​ជំនួញ ឬ​ភាព​សមរម្យ​សម្រាប់​គោលបំណង​ជាក់លាក់​ក៏ដោយ ។ សូម​មើល\n"
+"អាជ្ញាប័ណ្ណ​សាធារណៈ​ទូទៅ GNU សម្រាប់​សេចក្ដី​លម្អិត ។\n"
+"\n"
+"អ្នក​គួរតែ​បាន​ទទួល​ច្បាប់​ចម្លង​នៃ​អាជ្ញាប័ណ្ណ​សាធារណៈ​ទូទៅ GNU\n"
+"ជាមួយ​កម្មវិធី​នេះ ។ ប្រសិនបើ​មិន​បាន​ទទួល​ទេ "
+"សូម​មើល<http://www.gnu.org/licenses/> ។"
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "អំពី​ការ​ស្កេន​ធម្មតា"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "ឧបករណ៍​ស្កេន​ធម្មតា"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" KL https://launchpad.net/~sumoisrock\n"
+" Khoem Sokhem https://launchpad.net/~khoemsokhem\n"
+" Noy Shoung https://launchpad.net/~noyshoung\n"
+" Seng Sutha https://launchpad.net/~sutha"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "រក្សាទុក​ឯកសារ​មុន​ពេល​បិទ​ឬ ?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "បិទ​ដោយ​មិន​រក្សាទុក"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (លំនាំដើម)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (ពង្រាង)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (គុណភាព​បង្ហាញ​ខ្ពស់)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "ឯកសារ​ថ្មី"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "ឯកសារ"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "បោះពុម្ព..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "ជំនួយ​"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "អំពី"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "ចេញ"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "ប្ដូរ​ម៉ាស៊ីន​ស្កេន"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "ស្វ័យប្រវត្តិ"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "ងងឹត"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "ស្រាល"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "តិចជាង"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "ផ្សេងទៀត"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "អប្បបរមា"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "អតិបរមា"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "កំពុង​រក្សាទុក​ឯកសារ..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "រក្សាទុក​ទំព័រ %d ផុត​សម័យ %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "ទទឹង​បង្អួច​គិតជា​ភិកសែល"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "កម្ពស់​បង្អួច​គិតជា​ភិកសែល"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "ពិត​ប្រសិនបើ​បង្អួច​កម្មវិធី​ត្រូវ​បាន​បង្រួម​អតិបរមា"
+
+#~ msgid "Direction of scan"
+#~ msgstr "ទិស​នៃ​ការ​ស្កេន"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "ទិស​ម៉ាស៊ីន​ស្កេន​កាត់តាម​ទំព័រ​ដែល​បាន​ស្កេន ។"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "ទទឹង​រូបភាព​ដែល​បាន​ស្កេន​គិតជា​ភីកសែល"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "ទទឹង​រូបភាព​ដែល​បាន​ស្កេន​គិតជា​ភីកសែល ។ "
+#~ "តម្លៃ​នេះ​ត្រូវ​បាន​ធ្វើ​បច្ចុប្បន្នភាព​ទៅកាន់​អ្វី​ដែល​ជា​ទំព័រ​ស្កេន​ចុងក្រ"
+#~ "ោយ ។"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "កម្ពស់​រូបភាព​ដែល​បាន​ស្កេន​គិតជា​ភីកសែល"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "កម្ពស់​រូបភាព​ដែល​បាន​ស្កេន​គិតជា​ភីកសែល ។ "
+#~ "តម្លៃ​នេះ​ត្រូវ​បាន​ធ្វើ​បច្ចុប្បន្នភាព​ទៅកាន់​អ្វី​ដែល​ជា​ទំព័រ​ស្កេន​ចុងក្រ"
+#~ "ោយ ។"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "គុណភាព​បង្ហាញ​សម្រាប់​រូបភាព​ដែល​បាន​ស្កេន​ចុងក្រោយ"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "គុណភាព​បង្ហាញ​គិតជា​ចំណុច​ក្នុង​មួយ​អ៊ិន្ឈ៍ នៃ​រូបភាព​ដែល​បាន​ស្កេន​មុន ។"
+
+#~ msgid "Files missing"
+#~ msgstr "បាត់​ឯកសារ"
+
+#~ msgid "Please check your installation"
+#~ msgstr "សូម​ពិនិត្យមើល​ការ​ដំឡើង​របស់​អ្នក"
diff --git a/po/ky.po b/po/ky.po
new file mode 100644
index 0000000..d0eda3d
--- /dev/null
+++ b/po/ky.po
@@ -0,0 +1,706 @@
+# Kirghiz translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Kirghiz <ky@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr ""
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr ""
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr ""
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr ""
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Saltanat Osmonova https://launchpad.net/~salta007"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
diff --git a/po/lt.po b/po/lt.po
new file mode 100644
index 0000000..f582b62
--- /dev/null
+++ b/po/lt.po
@@ -0,0 +1,720 @@
+# Lithuanian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:03+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Lithuanian <lt@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr ""
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr ""
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr ""
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr ""
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Perkelti kairėn"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Perkelti dešinėn"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Skaitymo š_altinis:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Skaistis:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrastas:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kokybė:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Nuskaitomo dokumento tipas. Ši nuostata apsprendžia skaitymo skiriamąją "
+"gebą, spalvas ir baigiamąjį apdorojimą."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Nuskenuoto dokumento skaistis"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Skaisčio derinimas nuo -100 iki 100 (0 nėra)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Nuskenuoto dokumento kontrastas"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Kontrasto derinimas nuo -100 iki 100 (0 nėra)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Puslapio pusė, kurią nuskaityti."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Kokybės reikšmė JPEG glaudinimui"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Kokybės reikšmė JPEG glaudinimui."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Rodyti leidimo versiją"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Išvesti derinimo pranešimus"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Pataisyti PDF failus sugeneruotus su senesnėmis „Paprasto skenavimo“ "
+"versijomis"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ĮTAISAS...] - skaitymo paslaugų programa"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Norėdami pamatyti komandų eilutės parametrų sąrašą, paleiskite „%s --help“."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Užverti"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Atsisakyti"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "Į_rašyti"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Jeigu neišsaugosite, pakeitimai bus nesugrąžinamai prarasti."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Išsaugoti šį dokumentą?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Atmesti pakeitimus"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nepavyko išsaugoti paveikslo peržiūrai"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Aurimas Fišeras https://launchpad.net/~aurimas-gmail\n"
+" Johnsonas https://launchpad.net/~uran54\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" Mantas Kriaučiūnas https://launchpad.net/~mantas\n"
+" Rytis Ūsalis https://launchpad.net/~rytis-usalis\n"
+" Vincas Dargis https://launchpad.net/~talkless\n"
+" romasg https://launchpad.net/~romasg"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Išsaugoti dokumentą prieš išeinant iš programos?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Išeiti neišsaugant"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatinis"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Tamsesnis"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Šviesesnis"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mažiau"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Daugiau"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mažiausia"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Didžiausia"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Saugomas dokumentas..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Saugomas puslapis %d iš %d"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Skaitytuvo kryptis per skaitomą puslapį."
diff --git a/po/lv.po b/po/lv.po
new file mode 100644
index 0000000..ff8c8be
--- /dev/null
+++ b/po/lv.po
@@ -0,0 +1,777 @@
+# Latvian translation for simple-scan
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-10-07 21:28+0000\n"
+"Last-Translator: Rūdolfs Mazurs <Unknown>\n"
+"Language-Team: Latvian <lv@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizēties"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Res_ursa lietotājvārds:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Parole:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Priekšpuse un aizmugure"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Priekšpuse"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Aizmugure"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Vienkārša skenēšana"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokuments"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_enēt"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Viena la_pa"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Visas lapas no _padeves"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Apturēt _skenēšanu"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teksts"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-pasts"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "La_pa"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Pagriezt pa _kreisi"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Pag_riezt pa labi"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "Ap_cirst"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Bez"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Pielāgots"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Pag_riezt apciršanu"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Pārvietot pa kreisi"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Pārvietot pa labi"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Palīdzība"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Saturs"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Sākt jaunu dokumentu"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Jauns"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Ieskenēt vienu lapu no skenera"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skenēt"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Saglabāt dokumentu datnē"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Saglabāt"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Apturēt pašreizējo skenēšanu"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Apturēt"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Pagriezt lapu pa kreisi (pretēji pulksteņa rādītāja virzienam)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Pagriezt pa kreisi"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Pagriezt lapu pa labi (pulksteņa rādītāja virzienā)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Pagriezt pa labi"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Apcirst izvēlēto lapu"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Apcirst"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Iestatījumi"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Skenēšanas av_ots:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Teksta izšķirtspēja:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Fotogrāfijas izšķirts_pēja:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skenējamā puse:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Lapas izmērs:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Gaišums:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrasts:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kvalitāte:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skenēt dokumentus"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Ierīce, no kuras skenēt"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE ierīce, no kuras iegūt attēlus."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Skenējamā dokumenta veids"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Skenējamā dokumenta veids. Šīs iestatījums nosaka skenēšanas izšķirtspēju, "
+"krāsas un pēcapstrādi."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Papīra platums mm desmitdaļās"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Papīra platums mm desmitdaļās (vai 0 automātiskai papīra biezuma "
+"noteikšanai)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Papīra garums mm desmitdaļās"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Papīra garums mm desmitdaļās (vai 0 automātiskai papīra biezuma noteikšanai)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Skenējuma gaišums"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Gaišuma pielāgojums no -100 līdz 100 (0 nozīmē nekāds)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Skenējuma kontrasts"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Kontrasta pielāgojums no -100 līdz 100 (0 nozīmē nekāds)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Teksta skenējumu izšķirtspēja"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Izšķirtspēja punktos/collā, skenējot tekstu."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Fotogrāfiju skenējumu izšķirtspēja"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Izšķirtspēja punktos/collā, skenējot fotogrāfijas."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Skenējamā lapas puse"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Skenējamās lapas puse."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Direktorija, kurā saglabāt datnes"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Direktorija, kurā saglabāt datnes. Pēc noklusējuma datnes tiks glabātas "
+"dokumentu direktorijā."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Kvalitātes vērtība, ko izmantot JPEG saspiešanai"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Kvalitātes vērtība, ko izmantot JPEG saspiešanai."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Skeneris nav atrasts. Lūdzu, pievienojiet skeneri."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Neizdevās savienoties ar skeneri"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Neizdevās sākt skenēšanu"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Kļūda, sazinoties ar skeneri"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Rādīt laidiena versiju"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Drukāt atkļūdošanas ziņojumus"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Salabot PDF datnes, kas ir veidotas ar vecākām Simple Scan versijām"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Neizdevās skenēt"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Skenēts dokuments"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[IERĪCE...] - skenēšanas utilītprogramma"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Palaidiet “%s --help”, lai redzētu pilnu pieejamo komandrindas opciju "
+"sarakstu."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Ieskenēts Dokuments.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Aizvērt"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Lai piekļūtu “%s”, ir vajadzīgs lietotājvārds un parole"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nav atrasts neviens skeneris"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Lūdzu, pārbaudiet, vai skeneris ir pievienots un ieslēgts"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Saglabāt kā..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "At_celt"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Saglabāt"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Attēlu datnes"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Visas datnes"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Norādīt datnes _tipu"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (vairāku lapu dokuments)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (saspiests)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (bez zudumiem)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Neizdevās saglabāt datni"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Ja nesaglabāsiet, izmaiņas neatgriezeniski pazudīs."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Saglabāt šo dokumentu?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Izmest izmaiņas"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nevar saglabāt attēlu priekšskatīšanai"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Neizdevās atvērt attēlu priekšskatīšanas lietotni"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Pagriezt"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Paturēt nemainīti"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Nevar atvērt palīdzības datni"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Šī programma ir brīva programmatūra; jūs varat to izplatīt tālāk un/vai "
+"modificēt saskaņā ar GNU Vispārējās publiskās licences noteikumiem, ko "
+"publicējis Brīvas programmatūras fonds; izmantojiet Licences versiju 3 vai "
+"(pēc jūsu izvēles) jebkuru vēlāku versiju.Šī programma tiek izplatīta "
+"cerībā, ka tā būs noderīga, taču BEZ JEBKĀDĀM GARANTIJĀM; pat bez šķietamām "
+"KOMERCIĀLAS VĒRTĪBAS un PIEMĒROTĪBAS KONKRĒTIEM NOLŪKIEM garantijām. Sīkāku "
+"informāciju meklējiet GNU Vispārējā publiskajā licencē.Jums vajadzēja saņemt "
+"GNU Vispārējās publiskās licences kopiju kopā ar šo programmu; ja jūs to "
+"nesaņēmāt, skatiet <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Par Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Vienkāršs dokumentu skenēšanas rīks"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Jānis-Marks Gailis https://launchpad.net/~jeanmarc-gailis\n"
+" Pēteris Krišjānis https://launchpad.net/~pecisk-gmail\n"
+" Rihards Pfeifle https://launchpad.net/~spr1nt3r\n"
+" Rūdolfs Mazurs https://launchpad.net/~rudolfs-mazurs"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Pirms iziešanas saglabāt dokumentu?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Iziet nesaglabājot"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (noklusējuma)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (melraksts)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (augsta izšķirtspēja)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Jauns dokuments"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Dokuments"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Epasts..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Drukāt..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Palīdzība"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Par"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Iziet"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Mainīt _skeneri"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automātiski"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Tumšāks"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Gaišāks"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mazāk"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Vairāk"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimums"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maksimums"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Saglabā dokumentu..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Saglabā lapu %d no %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Skenēšanas virziens"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Skenētā attēla augstums pikseļos"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Skenētā attēla platums pikseļos. Šī vērtība tiek atjaunināta uz pēdējās "
+#~ "skenētās lapas."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Skenētā attēla platums pikseļos"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Loga augstums pikseļos"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Loga platums pikseļos"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Lūdzu, pārbaudiet instalāciju"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Pēdējā skenētā attēla izšķirtspēja"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Skenētā attēla augstums pikseļos. Šī vērtība tiek atjaunināta, ņemot vērā "
+#~ "pēdējo skenēto lapu."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Iepriekšēji skenētā attēla izšķirtspēja punktos/collā."
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Skenera virziens pāri skenējamai lapai."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "PATIESS, ja lietotnes logs ir maksimizēts"
+
+#~ msgid "Files missing"
+#~ msgstr "Pietrūkst datņu"
diff --git a/po/mhr.po b/po/mhr.po
new file mode 100644
index 0000000..b7cfe09
--- /dev/null
+++ b/po/mhr.po
@@ -0,0 +1,710 @@
+# Mari (Meadow) translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Mari (Meadow) <mhr@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Шолыпмут:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Шрифт"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Документ"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Ик _лаштык"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Текст"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Фотосӱрет"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Лаштык"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Лектыш"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Иктат"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Серыш"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Йӱла"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Шола"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Пурла"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Полышык"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Содержаний"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "У"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Аныклаш"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Шогалташ"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Лектыш"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Келыштарымаш-влак"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Лаштыкын кугыт"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Ыштыш-кучыш:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Сканироватлыме документ"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Max Romanov https://launchpad.net/~dr-max-romanov\n"
+" Снежана https://launchpad.net/~snezhana-yandemerova-94"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Пычкемышрак"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
diff --git a/po/ms.po b/po/ms.po
new file mode 100644
index 0000000..8e669e9
--- /dev/null
+++ b/po/ms.po
@@ -0,0 +1,847 @@
+# Malay translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:04+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Malay <ms@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Benarkan"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Nama pengguna untuk sumber:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Katalaluan:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Hadapan dan Belakang"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Hadapan"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Ke belakang"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Pengimbas Ringkas"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokumen"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "I_mbas"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Halaman Tunggal"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Semua Halaman Dari _Suapan"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Henti Imbas"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teks"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Tertib Semula Halaman"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Emel"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Halaman"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Putar Ke Ki_ri"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Putar Ke Ka_nan"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Crop"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Tiada"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Tersendiri"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Putar & Kerat"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Alih Ke Kiri"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "ALih Ke Kanan"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Bantuan"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Kandungan"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Mulakan dokumen baru"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Baru"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Imbas halaman tunggal dari pengimbas"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Imbas"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Simpan dokumen ke fail"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Simpan"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Hentikan Imbasan semasa"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Henti"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Putar halaman ke kiri (lawan-jam)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Putar Ke Kiri"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Putar halaman ke kanan (arah-jam)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Putar Ke Kanan"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Kerat halaman pilihan"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Kerat"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Keutamaan"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Imbas Su_mber:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Resolusi _Teks:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Resolusi _Foto:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Imbas Sisi:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Saiz Halaman:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Kecerahan:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Beza Jelas:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kualiti:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Imbas Dokumen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Peranti untuk diimbas dari"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Peranti SANE untuk memperoleh imej dari."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Jenis dokumen yang diimbas"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Jenis dokumen yang akan diimbas. Tetapan ini menentukan resolusi, warna dan "
+"post-pemproses imbasan."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Lebar kertas dalam persepuluh mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Lebar kertas dalam persepuluh mm (atau 0 untuk pengesanan kertas secara "
+"automatik)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Tinggi ketar dalam persepuluh mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Tinggi kertas dalam persepuluh mm (atau 0 untuk pengesanan kertas secara "
+"automatik)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Kecerahan imbasan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Pelarasan kecerahan dari -100 hingga 100 (0 tiada perubahan)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Beza jelas imbasan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Pelarasan beza jelas dari -100 hingga 100 (0 tiada perubahan)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolusi untuk imbasan teks"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Resolusi dalam titik-se-inci yang digunakan semasa mengimbas teks."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolusi untuk imbasan foto"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Resolusi dalam titik-se-inci yang digunakan semasa mengimbas foto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Sisi halaman untuk diimbaskan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Sisi halaman untuk diimbas."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Direktori untuk menyimpan fail ke"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Direktori untuk menyimpan fail. Nilai lalai direktori dokumen jika tidak "
+"ditetapkan."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Nilai kualiti yang digunakan untuk pemampatan JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Nilai kualiti yang digunakan untuk pemampatan JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Tiada pengimbas hadir. Sila sambungkan pengimbas."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Tidak boleh menyambung kepada pengimbas"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Tidak boleh memulakan imbasan"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Ralat berkomunikasi dengan pengimbas"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Papar versi keluaran"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Papar mesej penyahpepijatan"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Baiki fail PDF yang dijana dengan versi lama Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Gagal mengimbas"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Dokumen Terimbas"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Utiliti mengimbas"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Jalankan '%s --help' untuk melihat senarai penuh pilihan baris perintah yang "
+"ada."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Dokumen Diimbas.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Tutup"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Nama pengguna dan kata laluan diperlukan untuk mencapai '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Tiada pengimbas dikesan"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Sila semak pengimbas anda sama ada ia bersambung dan dihidupkan"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Simpan Sebagai..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Batal"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Simpan"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Fail Imej"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Semua Fail"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Pilih Jenis _Fail"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (dokumen berbilang-halaman)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (termampat)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (tidak hilang)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Gagal menyimpan fail"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Jika anda tidak simpan, semua perubahan akan hilang."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Simpan dokumen semasa"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Abai Perubahan"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Tidak boleh menyimpan imej untuk pratonton"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Tidak boleh membuka aplikasi partonton imej"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Gabung sisi"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Gabung sisi (songsang)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Songsang"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Kekal tidak berubah"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Tidak boleh membuka fail bantuan"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Perisian ini adalah perisian bebas; anda boleh mengedarkannya dan/atau "
+"mengubahsuainya dibawah terma Pelesenan Awam Am GNU yang diterbitkan oleh "
+"Free Software Foundation, versi 3.\\n\n"
+"\n"
+"Perisian ini diedarkan dengan harapan ianya akan berguna, TANPA SEBARANG "
+"JAMINAN; termasuk juga KESESUAIAN UNTUK DIPASARKAN, JAMINAN KUALITI, atau "
+"JAMINAN ATAS APA JUA SEBAB. Sila lihat GNU General Public License untuk "
+"maklumat lanjut.\n"
+"\n"
+"Anda seharusnya menerima satu salinan Lesen Awam Am GNU bersama-sama dengan "
+"pengurus skrip Nautilus; jika tidak, laporkannya ke Free Software "
+"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Mengenai Pengimbas Ringkas"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Alat mengimbas dokumen mudah"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" CL TAN https://launchpad.net/~tcl111985\n"
+" Khairul Aizat Kamarudzzaman https://launchpad.net/~fenris\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" abuyop https://launchpad.net/~abuyop\n"
+" ahmad akmal bin mohd idris https://launchpad.net/~mamahopsk87"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Simpan dokumen sebelum keluar?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Keluar tanpa Menyimpan"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (tersedia)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (draf)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (resolusi tinggi)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Dokumen Baharu"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Dokumen"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Emel..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Cetak..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Bantuan"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Perihal"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Keluar"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Ubah _Pengimbas"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatik"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Lebih Gelap"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Lebih Cerah"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Kurang"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Lagi"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maksimum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Menyimpan dokumen..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Menyimpan halaman %d daripada %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Arah imbasan"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "BENAR jika tetingkap aplikasi dimaksimakan"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolusi imej terakhir yang diimbas"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Arah pengimbas menerusi halaman yang diimbas. Ia boleh jadi salah satu yang "
+#~ "berikut: 'atas-ke-bawah' 'bawah-ke-atas' 'kiri-ke-kanan' 'kanan-ke-kiri'"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Tinggi imej terimbas dalam piksel"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Lebar imej terimbas dalam piksel"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Lebar tetingkap dalam piksel"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Tinggi tetingkap dalam piksel"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Penggunaan:\n"
+#~ " %s [DEVICE...] - Utiliti pengimbasan"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Sila semak pemasangan anda"
+
+#~ msgid "Files missing"
+#~ msgstr "Fail hilang"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Lebar imej yang diimbas dalam piksel. Nilai ini dikemaskini berdasarkan "
+#~ "halaman yang terakhir diimbas."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Tinggi imej yang diimbas dalam piksel. Nilai ini dikemaskini merujuk pada "
+#~ "halaman yang terakhir diimbas."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Sisi halaman untuk diimbaskan. ia boleh salah satu seperti berikut: 'kedua-"
+#~ "dua' 'hadapan' 'belakang'"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Resolusi dalam titik-se-inci imej yang terdahulu diimbas."
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Pilihan Bantuan:\n"
+#~ " -d, --debug Papar mesej penyahpepijat\n"
+#~ " -v, --version Papar versi pelepasan\n"
+#~ " -h, --help Papar pilihan bantuan\n"
+#~ " --help-all Papar semua pilihan bantuan\n"
+#~ " --help-gtk Papar pilihan GTK+"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Jenis dokumen yang diimbaskan. 'teks' untuk dokumen teks, 'foto' untuk foto. "
+#~ "Tetapan ini menentukan resolusi, warna dan pra-pemprosesan imbasan."
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Pilihan GTK+:\n"
+#~ " --class=CLASS Kelas program yang digunakan oleh pengurus tetingkap\n"
+#~ " --name=NAME Nama program yang digunakan oleh pengurus tetingkap\n"
+#~ " --screen=SCREEN Skrin X yang digunakan\n"
+#~ " --sync Lakukan penyegerakan panggilan X\n"
+#~ " --gtk-module=MODULES Muat modul GTK+ tambahan\n"
+#~ " --g-fatal-warnings Jadikan semua amaran mati"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Arah pengimbas merentasi halaman terimbas."
diff --git a/po/my.po b/po/my.po
new file mode 100644
index 0000000..4aedaa2
--- /dev/null
+++ b/po/my.po
@@ -0,0 +1,778 @@
+# Burmese translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Burmese <my@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_A ခွင့်ပြုခြင်း"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Username for resource:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Pစကားဝှက်"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "အရှေ့နှင့်အနောက်"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "အရှေ့"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "နောက်သို့"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "ရိုးရိုး Scan ဖတ်ခြင်း"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dစာရွက်စာတမ်း"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sc_an"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_P ရိုးရိုး Scan ဖတ်ခြင်း"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "_F Feeder မှ စာမျက်နှာအားလုံး"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_S Scan ရပ်မည်။"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "စာ"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "ဓာတ်ပုံ"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Eအီးမေး"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Pစာမျက်နှာ"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "_L ဘယ်ဖက်လှည့်ပါ။"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "_R ညာဖက်သို့လှည့်မည်။"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_C ဖြတ်ပါ။"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Nဘာမှမဟုတ်"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_L စာ"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Custom"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotate Crop"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "ဘယ်ဖက်သို့ရွှေ့ပါ။"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "ညာဖက်သို့ရွှေ့ပါ။"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_H အကူအညီ"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_ C ခေါင်းစဉ်"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "အသစ်စတင်ရန်"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "အသစ်"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Scanner ထဲမှ စာမျက်နှာ တစ်ရွက်တည်းကို Scan ဖတ်မည်။"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Scan"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "ဖိုင် တစ်ခုထဲသို့ စာရွက်စာတမ်း ကိုသိမ်းပါ။"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "သိမ်းဆည်းပါ"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "ယခု Scan ဖတ်နေခြင်းကိုရပ်မည်။"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "ရပ်မည်"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "စာမျက်နှာကို ဘယ်ဖက်သို့လှည့်ပါ။(နာရီလက်တံပြောင်းပြန်)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "ဘယ်ဖက် လှည့်ပါ။"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "စာမျက်နှာကို ညာဖက်သို့လှည့်ပါ။ (နာရီလက်တံ)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "ညာဖက်လှည့်ပါ။"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "ရွေးချယ်ထားသောစာမျက်နှာကို ဖြတ်ပါ။"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "ဖြတ်ပါ။"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferences"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Scan S_ource:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Text Resolution:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Pဓာတ်ပုံ resolution-"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Scan Side:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "စာရွက်အရွယ်အစား"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Scan Documents"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "ဘယ်ကိရိယာမှ Scan ဖတ်မည်..."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE device to acquire images from."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Scan ဖတ်မည့် စာရွက်စာတမ်း အမျိုးအစား"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Width of paper in tenths of a mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Height of paper in tenths of a mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolution for text scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "The resolution in dots-per-inch to use when scanning text."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolution for photo scans"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "The resolution in dots-per-inch to use when scanning photos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Page side to scan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "The page side to scan."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ဖိုင်ကိုသိမ်းရန်အတွက်နေရာ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"The directory to save files to. Defaults to the documents directory if unset."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Scanner နှင့်ချိတ်ဆက်ထားခြင်းမရှိပါ။ Scanner နှင့်ချိတ်ဆက်ပါ။"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Scanner နှင့်မချိတ်ဆက်နိုင်ပါ။"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Scan မစတင်နိုင်ပါ။"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Scanner နှင့်ချိတ်ဆက်ရင်းအမှားအယွင်းဖြစ်ခဲ့သည်။"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "ထုတ်လုပ်သော ဗားရှင်းကို ပြပါ"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Debugging messages ကိုစာရွက်ထုတ်မည်။"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Fix PDF files generated with older versions of Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Scan မဖတ်ဖြစ်ပါ။"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Scan ဖတ်ပြီးသော စာရွက်စာတမ်း"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Scanning utility"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "အမိန့်ပေး စာရင်း အပြည့်အစုံမြင်ရရန် '%s--help' ဖြင့် ခိုင်းပါ"
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Scanned Document.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "'%s' ကိုသုံးရန်အတွက်သုံးစွဲသူအမည်နှင့် စကားဝှက်လိုအပ်ပါသည်။"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Scanner ရှာမတွေ့ပါ။"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"သင်၏ Scanner ကိုချိတ်ဆက်ပြီးကြောင်း၊ "
+"ပါဝါဖွင့်ထားကြောင်းသေချာအောင်ပြန်လည်စစ်ဆေးပါ။"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Save As..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Image Files"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "ဖိုင်အလုံးစုံ"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "_T ဖိုင်အမျိုးအစားရွေးပါ။"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (multi-page document)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (compressed)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (lossless)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "ဖိုင်ကိုမသိမ်းဖြစ်ပါ။"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "မသိမ်းပါက၊ ပြောင်းလဲမူများသည် လုံးဝပျက်သွားပါလိမ့်မည်။"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "ယခုစာရွက်စာတမ်းကိုသိမ်းမလား။"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Discard Changes"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "ကြည့်ရူရန်အတွက် ပုံများကိုမသိမ်းနိုင်ပါ။"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Unable to open image preview application"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "အကူအညီဖိုင်ကို မဖွင့်နိုင်ပါ။"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "ရိုးရှင်းစွာ Scan ဖတ်ခြင်းအကြောင်း"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Simple document scanning tool"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Bone Pyae Sone https://launchpad.net/~bonepyaesone\n"
+" Pyae Sone https://launchpad.net/~gipsyhnh"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "မပိတ်ခင် စာရွက်စာတမ်းများကိုသိမ်းမလား။"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "မသိမ်းပဲနှင့်ထွက်မည်။"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (default)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (draft)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (high resolution)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Change _Scanner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "အလိုအလျှောက်"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Height of scanned image in pixels"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Scan ၏ လားရာ"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "The direction of the scanner across the scanned page."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE if the application window is maximized"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolution of last scanned image"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Window height in pixels"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "The resolution in dots-per-inch of the previously scanned image."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Width of scanned image in pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Window width in pixels"
+
+#~ msgid "Files missing"
+#~ msgstr "ဖိုင်များပျောက်နေပါသည်။"
+
+#~ msgid "Please check your installation"
+#~ msgstr "သင်၏ စက်ထဲသို့သွင်းခြင်းကို ပြန်လည်စစ်ဆေးပါ။"
diff --git a/po/nb.po b/po/nb.po
new file mode 100644
index 0000000..74b057b
--- /dev/null
+++ b/po/nb.po
@@ -0,0 +1,848 @@
+# Norwegian Bokmal translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-09-02 16:41+0000\n"
+"Last-Translator: Kjetil Birkeland Moe <kjetil@skifremme.no>\n"
+"Language-Team: Norwegian Bokmal <nb@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-09-03 06:05+0000\n"
+"X-Generator: Launchpad (build 17196)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autoriser"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Brukernavn for ressurs:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Passord:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "For- og bakside"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Forside"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Bakside"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_ann"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Enkel _side"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Alle sider fra papirmater"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Stopp skanning"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tekst"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Bilde"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Omplasser sider"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-post"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Side"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Roter mot _venstre"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Roter mot _høyre"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Beskjær"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ingen"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US _Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "E_gendefinert"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Roter beskjæringsområdet"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Flytt til venstre"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Flytt til høyre"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Hjelp"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Innhold"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Begynn et nytt dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Ny"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Skann én enkel side fra skanneren"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skann"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Lagre dokument til fil"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Lagre"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Stopp skanning"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Stopp"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Roter siden til venstre (mot urviseren)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Roter mot venstre"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Roter siden til høyre (med urviseren)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Roter mot høyre"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Beskjær valgt side"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Beskjær"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Innstillinger"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Hent fra:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Tekstoppløsning"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Bildeoppløsning:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skann side:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Sidestørrelse:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Lysstyrke:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kvalitet:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skann dokumenter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Enhet det skal skannes fra"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE-enhet som bilder skal hentes fra."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Dokumenttype som skannes"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Dokumenttype som skal scannes. Denne innstillingen endrer oppløsning, farger "
+"og etterbehandling."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Papirbredde i tiendels millimeter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Papirbredden i tiendels millimeter (eller 0 for automatisk gjenkjenning)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Papirhøyde i tiendels millimeter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Papirhøyde i tiendels millimeter (eller 0 for automatisk gjenkjenning)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Skanningens ysstyrke"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Justering av lysstyrke fra -100 til 100 (0 betyr ingen lys)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Skanningens kontrastforsterkning"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+"Justering av kontrast fra -100 til 100 (en verdi på 0 gir ingen "
+"forsterkning)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Oppløsning for tekstskanning"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Oppløsningen i punkter-per-tomme for skanning av tekst."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Oppløsning for bildeskanning"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Oppløsning i punkter-per-tomme for skanning av bilder."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Side som skal skannes"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Siden som skal scannes."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Lagre filer i mappe"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr "Mappen filer skal lagres til. Standard er dokumentmappen."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Kvalitetsverdi som skal brukes til JPEG-komprimering"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Kvalitetsverdi som skal brukes til JPEG-komprimering"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Ingen skanner tilgjengelig. Vennligst koble til en skanner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Klarte ikke å koble til skanneren"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Klarte ikke å sette i gang skanneren"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Det oppsto en kommunikasjonsfeil mellom skanneren og datamaskinen"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Vis utgivelsesversjon"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Vis feilsøkingsmeldinger"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Reparer PDF-filer som er opprettet med eldre versjoner av Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Klarte ikke å utføre skanningen"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Skannet dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ENHET...] - Scanneutstyr"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Kjør «%s --help» for å se en full liste over tilgjengelige kommandolinjevalg."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Skannet_dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Lukk"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Behøver brukernavn og passord for å få tilgang til '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Fant ingen skannere"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Undersøk om skanneren er riktig tilkoblet, og at den er slått på"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Lagre som..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Avbryt"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Lagre"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Bildefiler"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Alle Filer"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Velg fil_type"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (flersidig dokument)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (komprimert)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (tapsfri)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Lagring av fil mislyktes"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Hvis du ikke lagrer vil endringene gå tapt."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Lagre gjeldende dokument?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Forkast endringer"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Kunne ikke lagre forhåndsvisning"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Åpning av forhåndsvisning mislyktes"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Kombiner sider"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Kombiner sider (omvendt)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Omvendt"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Behold uendret"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Kan ikke åpne hjelpfil"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Om Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Enkelt verktøy for å skanne dokumenter"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Hans Rødtang https://launchpad.net/~hansrodtang\n"
+" Kenneth Salvesen https://launchpad.net/~kesalves\n"
+" Kjetil Birkeland Moe https://launchpad.net/~kjetilbmoe\n"
+" Kåre Birger Lapstuen https://launchpad.net/~lapstue\n"
+" Mats Taraldsvik https://launchpad.net/~meastp\n"
+" Åka Sikrom https://launchpad.net/~akrosikam"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Lagre dokumentet før du avslutter?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Avslutt uten å lagre"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (standard)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (kladd)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (høy oppløsning)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Nytt dokument"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Dokument"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "E-post …"
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Skriv ut …"
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Hjelp"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Om"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Avslutt"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Bytt _skanner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatisk"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Mørkere"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Lysere"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mindre"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mer"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maksimum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Lagrer dokument …"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Lagrer side nr. %d av %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Manglende filer"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Høyde på skannede bilder, i pixler"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Skanneretning"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Oppløsning på sist skannede bilde"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Retning skanneren skal gjøre over siden. Den kan være en av følgende: 'topp-"
+#~ "til-bunn' 'bunn-til-topp' 'venstre-til-høyre' 'høyre-til-venstre'"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Dokumenttype som skannes. 'tekst' for tekstdokumenter, 'bilde' for bilder. "
+#~ "Denne innstillinger bestemmer oppløsning, farger og etterbehandling for "
+#~ "skanningen."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Bredden på skannede bilder, i pixler. Denne verdien settes til størrelsen "
+#~ "fra sist skannede side."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Høyden på skannet bilde, i pixler. Verdien settes til sist skannede side."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "SANN hvis programvinduet er maksimert"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Oppløsning i punkter-per-tomme til sist utførte skanning."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Vindushøyde i pixler"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Vindusbredde i pixler"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Bredde på skannet bilde, i pixler"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Alternativer for hjelp:\n"
+#~ " -d, --debug Vis feilsøkingsinformasjon\n"
+#~ " -v, --version Vis utgivelsesinformasjon\n"
+#~ " -h, --help Vis alternativer for hjelp\n"
+#~ " --help-all Vis alle alternativer for hjelp\n"
+#~ " --help-gtk Vis alternativer for GTK+"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Bruk:\n"
+#~ " %s [ENHET...] - Skanneutstyr"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Vennligst undersøk installasjonen"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Siden som skal skannes. Det kan være én av følgende: 'begge' 'forside' "
+#~ "'bakside'"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Retningen til scanneren over den scannede siden."
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..0e61ef9
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,870 @@
+# Dutch translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:04+0000\n"
+"Last-Translator: Robert Ancell <robert.ancell@canonical.com>\n"
+"Language-Team: Dutch <nl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "Toest_aan"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Gebr_uikersnaam voor bron:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Wachtwoord:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Voor- en achterzijde"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Voorzijde"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Achterzijde"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Scannen"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Document"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sc_annen"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Enkele _pagina"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Alle pagina's van in_voer"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Scan _stoppen"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tekst"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-mailen"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Pagina"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "_Linksom draaien"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "_Rechtsom draaien"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Bijsnijden"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Geen"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "VS _Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "VS Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Aangepast"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Bijsnijden d_raaien"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Naar links verplaatsen"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Naar rechts verplaatsen"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Hulp"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Inhoud"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Een nieuw document beginnen"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nieuw"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Een enkele pagina scannen"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Scannen"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Document naar een bestand opslaan"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Opslaan"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "De huidige scan stoppen"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Stoppen"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "De pagina linksom draaien (tegen de klok in)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Linksom draaien"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "De pagina rechtsom draaien (met de klok mee)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rechtsom draaien"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "De geselecteerde pagina bijsnijden"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Bijsnijden"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Voorkeuren"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Scanner:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Tekstresolutie:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Fotoresolutie:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Scangrootte:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Paginagrootte:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Helderheid:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kwaliteit:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Documenten scannen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Te gebruiken scanapparaat"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE-apparaat om beeld van te ontvangen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Type document dat gescand wordt"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Het type document dat gescand wordt. Deze instelling bepaalt de te scannen "
+"resolutie, kleuren en nabewerking."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Breedte van het papier in tienden van een mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"De breedte van het papier in tienden van een mm (of 0 voor automatische "
+"papierdetectie)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Hoogte van het papier in tienden van een mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"De hoogte van het papier in tienden van een mm (of 0 voor automatische "
+"papierdetectie)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Helderheid van de scan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Aanpassing van de helderheid van -100 tot 100 (0 is geen)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contrast van de scan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Aanpassing van het contrast van -100 tot 100 (0 is geen)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolutie voor gescande tekst"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"De te gebruiken resolutie in punten-per-inch (dtp) tijdens het scannen van "
+"tekst."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolutie voor gescande foto's"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"De te gebruiken resolutie in punten-per-inch (dtp) tijdens het scannen van "
+"foto's."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Te scannen paginazijde"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "De paginazijde om te scannen."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Map om bestanden in op te slaan"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"De map waarin bestanden worden opgeslagen. Dit is standaard de map "
+"Documenten indien niet ingesteld."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "De kwaliteitswaarde die gebruikt zal worden voor JPEG-compressie"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "De kwaliteitswaarde die gebruikt zal worden voor JPEG-compressie."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+"Geen scanners beschikbaar. Sluit een scanner aan om dit programma te "
+"gebruiken."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Kan niet verbinden met de scanner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Kan de scan niet starten"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Fout tijdens het communiceren met de scanner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Uitgaveversie tonen"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Debugberichten weergeven"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"PDF-bestanden repareren die gegenereerd zijn door oudere versies van Simple "
+"Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Scannen is mislukt"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Gescand document"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[APPARAAT...] - Hulpmiddel voor scannen"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Voer ‘%s --help’ uit om een volledige lijst van alle opdrachtregelopties te "
+"zien."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Gescand document.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Sluiten"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Gebruikersnaam en wachtwoord vereist om toegang te krijgen tot '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Geen scanners gevonden"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Controleer of uw scanner is aangesloten en is ingeschakeld"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Opslaan als..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Annuleren"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Opslaan"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Afbeeldingsbestanden"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Alle bestanden"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Bestands_type selecteren"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (document met meerdere pagina's)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (gecomprimeerd)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (lossless)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Bestand opslaan mislukt"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Als u niet opslaat, zullen wijzigingen permanent verloren gaan."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Huidige document opslaan?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Wijzigingen negeren"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Opslaan van afbeelding voor voorvertoning mislukt"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Kan toepassing voor voorvertoning van afbeelding niet openen"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Kon hulpbestand niet openen"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Dit programma is vrije software: u mag het verspreiden en/of wijzigen onder\n"
+"de voorwaarden van de GNU General Public License zoals gepubliceerd\n"
+"door de Free Software Foundation, onder versie 3 van de licentie of\n"
+"(naar uw keuze) een latere versie.\n"
+"\n"
+"Dit programma is gedistribueerd in de hoop dat het nuttig zal zijn maar "
+"ZONDER\n"
+"ENIGE GARANTIE; zelfs zonder de impliciete garanties die GEBRUIKELIJK\n"
+"ZIJN IN DE HANDEL of voor BRUIKBAARHEID VOOR EEN SPECIFIEK DOEL.\n"
+"Zie de GNU General Public License voor meer details.\n"
+"\n"
+"U zou een kopie van de GNU General Public License moeten\n"
+"ontvangen samen met dit programma. Als dat niet het geval is, zie\n"
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Info over Scanhulpmiddel"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Eenvoudig hulpmiddel voor het scannen van documenten"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Elco https://launchpad.net/~eajnab\n"
+" Hannie Dumoleyn https://launchpad.net/~lafeber-dumoleyn\n"
+" Jeroen Hoek https://launchpad.net/~mail-jeroenhoek\n"
+" Martijn Bastiaan https://launchpad.net/~hmb1\n"
+" Michaël Van Dorpe https://launchpad.net/~michael-vandorpe\n"
+" Rachid https://launchpad.net/~rachidbm\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Sense Egbert Hofstede https://launchpad.net/~sense\n"
+" Sven Vranckx https://launchpad.net/~sven-vranckx\n"
+" Tico https://launchpad.net/~co-ti\n"
+" Tino Meinen https://launchpad.net/~a-t-meinen\n"
+" Wouter Bolsterlee https://launchpad.net/~uws\n"
+" cumulus007 https://launchpad.net/~cumulus-007\n"
+" kay https://launchpad.net/~kay20\n"
+" rob https://launchpad.net/~rvdb"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Document opslaan voor afsluiten?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Afsluiten zonder opslaan"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (standaard)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (klad)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (hoge resolutie)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "_Scanner wijzigen"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatisch"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Donkerder"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Lichter"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Minder"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Meer"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Bezig met opslaan van document..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Bezig met opslaan van pagina %d van %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Ontbrekende bestanden"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Gebruik:\n"
+#~ " %s [APPARAAT...] - Hulpmiddel voor scannen"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Controleer uw installatie"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Opties:\n"
+#~ " --class=KLASSE Programmaklasse, zoals gebruikt door de "
+#~ "vensterbeheerder\n"
+#~ " --name=NAAM Programmanaam, zoals gebruikt door de "
+#~ "vensterbeheerder\n"
+#~ " --screen=SCHERM Te gebruiken X-scherm\n"
+#~ " --sync X-aanroepen synchroon maken\n"
+#~ " --gtk-module=MODULES Aanvullende GTK+-modules laden\n"
+#~ " --g-fatal-warnings Alle waarschuwingen fataal maken"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE als het programmavenster gemaximaliseerd is"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Scanrichting"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Vensterhoogte in pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Vensterbreedte in pixels"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Hulpopties:\n"
+#~ " -d, --debug Debugberichten weergeven\n"
+#~ " -v, --version Versienummer weergeven\n"
+#~ " -h, --help Hulpopties weergeven\n"
+#~ " --help-all Alle hulpopties weergeven\n"
+#~ " --help-gtk GTK+-opties weergeven"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "De richting van de scanner over de gescande pagina. Dit kan een van de "
+#~ "volgende waarden zijn: 'top-to-bottom' 'bottom-to-top' 'left-to-right' "
+#~ "'right-to-left'"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Type document dat gescand wordt. 'text' voor tekstdocumenten, 'photo' voor "
+#~ "foto's. Deze instelling bepaalt de scanresolutie, de kleuren en naverwerking."
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Hoogte van gescande afbeelding in pixels"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "De hoogte van de gescande afbeelding in pixels. Deze waarde representeert de "
+#~ "laatst gescande pagina."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "De resolutie in punten-per-inch (dtp) van de vorige gescande afbeelding."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolutie van laatste gescande afbeelding"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "De breedte van de gescande afbeelding in pixels. Deze waarde representeert "
+#~ "de laatst gescande pagina."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Breedte van gescande afbeelding in pixels"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "De te scannen paginazijde. Mogelijke waarden zijn ‘both’, ‘front’ en ‘back’."
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "De richting van de scanner over de te scannen pagina."
diff --git a/po/oc.po b/po/oc.po
new file mode 100644
index 0000000..e873eca
--- /dev/null
+++ b/po/oc.po
@@ -0,0 +1,854 @@
+# Occitan (post 1500) translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2013-10-15 16:43+0000\n"
+"Last-Translator: Cédric VALMARY (Tot en òc) <cvalmary@yahoo.fr>\n"
+"Language-Team: Occitan (post 1500) <oc@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizar"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Utilizaire :"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "Sen_hal :"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Recto verso"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Fàcia"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Precedenta"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Aisina de numerizacion simpla"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Document"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Nu_merizar"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Pagina unica"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Totas las paginas del _nauc"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Arrestar la numerizacion"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tèxte"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fòto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Corrièl"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Pagina"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Pivotar cap a es_quèrra"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Pivotar cap a _drecha"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "Re_quadrar"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Pas cap"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter (US)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "_Legal (US)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizar"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Pivota_r la seleccion"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Se desplaçar cap a esquèrra"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Se desplaçar cap a drecha"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Ajuda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Ensenhador"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Crear un document novèl"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Novèl"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Numerizar una sola pagina dempuèi lo scanner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Numerizar"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Enregistrar lo document dins un fichièr"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Enregistrar"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Arrestar la numerizacion en cors"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Arrèsta"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+"Pivotar la pagina cap a esquèrra (sens invèrse de las agulhas d'una mòstra)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rotacion a esquèrra"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Pivotar la pagina cap a drecha (sens de las agulhas d'una mòstra)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rotacion a drecha"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Requadrar la pagina seleccionada"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Requadrar"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferéncias"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "F_ont de numerizacion :"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Resolucion del _Tèxte :"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Resolucion de la _fòto :"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Fàcia de numerizar :"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Talha de la pagina :"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Luminositat :"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contraste :"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualitat :"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Numerizar de documents"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Numerizar dempuèi"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Periferic SANE d'utilizar per l'aquisicion dels imatges."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Natura del document que va èsser numerizat"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipe de document numerizat. Aqueste reglatge definís la resolucion de "
+"numerizacion, las colors e lo post-tractament."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Largor del papièr en desens de mm."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La largor del papièr en desens de mm (o 0 per una deteccion automatica del "
+"papièr)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Nautor del papièr en desens de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"La nautor del papièr en desens de mm (o 0 per una deteccion automatica del "
+"papièr)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Luminositat de la numerizacion"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Ajustament de la luminositat de -100 a 100 (0 per pas cap)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contraste de la numerizacion"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Ajustament del contraste de -100 a 100 (0 per pas cap)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolucion per de numerizacions de tèxtes"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"La resolucion en punts per poce d'utilizar al moment de la numerizacion de "
+"tèxte."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolucion per de numerizacions de fòtos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"La resolucion en punts per poce d'utilizar al moment de la numerizacion de "
+"fòtos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Fàcia(s) de la pagina de numerizar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Lo costat de la pagina de numerizar."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Dorsièr ont los fichièrs son enregistrats"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Lo dorsièr ont los fichièrs son enregistrats. S'es pas definit, lo dorsièr "
+"documents serà utilizat per defaut."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Taus de qualitat d'utilizar per la compression JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Taus de qualitat d'utilizar per la compression JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Cap de periferic de numerizacion pas disponible. Connectatz-ne un."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Impossible de se connectar al scanner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Impossible d'aviar la numerizacion"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Error de comunicacion amb lo scanner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Aficha la version del logicial"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Afichar los messatges de desbugatge"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Corregir los fichièrs PDF generats amb las ancianas versions de Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Fracàs de la numerizacion"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Document numerizat"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Aisina de numerizacion"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Aviatz « %s --help » per veire la lista completa de opcions disponiblas en "
+"linha de comanda"
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Document.pdf numerizat"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Tampar"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Nom d'utilizaire e senhal necessaris per accedir a « %s »"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Cap de scanner es pas estat detectat"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Verificatz que vòstre scanner es connectat e jos tension"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Enregistrar jos..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "A_nullar"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Salvar"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Fichièrs imatges"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Totes los fichièrs"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Seleccionatz lo _tipe de fichièr"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (document multipaginas)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (compressat)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sens pèrda)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Impossible d'enregistrar lo fichièr"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "S'enregistratz pas, las modificacions seràn perdudas definitivament."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Enregistrar lo document actual ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Abandonar las modificacions"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Impossible d'enregistrar l'imatge per lo previsualizar"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Impossible de dobrir l'aplicacion de previsualizacion d'imatge"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Impossible de dobrir lo fichièr d'ajuda"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Aqueste programa es liure, lo podètz redistribuir e/o lo modificar\n"
+"segon los tèrmes de la licéncia publica generala (GPL) GNU publicada\n"
+"per la Free Software Foundation, dins sa version 3 o superiora\n"
+"(coma volètz).\n"
+"\n"
+"Aqueste programa es distribuit dins l'esper d'èsser util, mas\n"
+"SENS CAP DE GARANTIA, inclusas las garantias de \n"
+"COMERCIALIZACION o d'ADAPTACION A UNA TÒCA ESPECIFICA.\n"
+"Consultez la licence publique générale GNU pour plus de détails.\n"
+"\n"
+"Vos cal aver recebut una còpia de la licéncia publica generala GNU\n"
+"al meteis temps qu'aqueste programa ; s'es pas lo cas, consultatz\n"
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "A prepaus de Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Numerizar simplament vòstres documents"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Cédric VALMARY (Tot en òc) https://launchpad.net/~cvalmary\n"
+" Quentin Pagès https://launchpad.net/~kwentin"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Enregistrar lo document abans de quitar ?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Quitar sens enregistrar"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d ppp (per defaut)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d ppp (borrolhon)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d ppp (nauta resolucion)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Cambiar de _scanner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatic"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Mai escur"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Mai clar"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mens"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mai"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Enregistrament del document..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Enregistrament de la pagina %d sus %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4 &#xD7; 6"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Nautor de l'imatge numerizat en pixèls"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Sens de numerizacion"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolucion del darrièr imatge numerizat"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Direccion del balejatge al moment de la numerizacion de la pagina. Aquela "
+#~ "pòt èsser : d'amont cap aval ; d'aval cap amont ; d'esquèrra cap a drecha ; "
+#~ "de drecha cap a esquèrra"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Natura del document que serà numerizat. « tèxte » pels documents tèxte, "
+#~ "« fòto » per las fotografias. Aquel paramètre determina la resolucion de la "
+#~ "numerizacion, lo nombre de colors e los tractaments posteriors."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "La nautor de l'imatge numerizat en pixèls. Aquesta valor es mesa a jorn en "
+#~ "foncion de la darrièra pagina numerizada."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VERAI se la fenèstra de l'aplicacion es maximizada"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "La resolucion del darrièr imatge numerizat en punts per poce."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "La largor de l'imatge numerizat en pixèls. Aquesta valor es mesa a jorn en "
+#~ "foncion de la darrièra pagina numerizada."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Nautor de la fenèstra en pixèls"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Largor de la fenèstra en pixèls"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Largor de l'imatge numerizat en pixèls"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opcions d'ajuda :\n"
+#~ " -d, --debug Aficha los messatges d'error\n"
+#~ " -v, --version Aficha lo numèro de version\n"
+#~ " -h, --help Aficha las opcions d'ajuda\n"
+#~ " --help-all Aficha totas las opcions d'ajuda\n"
+#~ " --help-gtk Aficha las opcions de GTK+"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Usatge :\n"
+#~ " %s [PERIFERIC...] - utilitari de numerizacion"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opcions GTK+ :\n"
+#~ " --class=CLASSA Classa del programa tala coma utilizada pel gestionari de "
+#~ "fenèstras\n"
+#~ " --name=NOM Nom del programa tal coma utilizat pel gestionari de fenèstras\n"
+#~ " --screen=ECRAN Ecran X d'utilizar\n"
+#~ " --sync Rendre los apèls X sincròns\n"
+#~ " --gtk-module=MODULS Cargar de moduls GTK+ suplementaris\n"
+#~ " --g-fatal-warnings Rendre totes los avertiments fatals"
+
+#~ msgid "Files missing"
+#~ msgstr "Fichièrs mancants"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Verificatz vòstra installacion"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "La o las fàcias de la pagina de numerizar. Aquò pòt èsser : « Recto verso », "
+#~ "« Recto » o « Verso »"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Lo sens de l'escanèr per rapòrt a la pagina numerizada."
diff --git a/po/pa.po b/po/pa.po
new file mode 100644
index 0000000..8104b87
--- /dev/null
+++ b/po/pa.po
@@ -0,0 +1,728 @@
+# Punjabi translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Punjabi <pa@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "ਪਰਮਾਣਿਤ(_A)"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "ਸਰੋਤ ਲਈ ਯੂਜ਼ਰ-ਨਾਂ(_U):"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "ਪਾਸਵਰਡ(_P):"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "ਅੱਗੇ ਅਤੇ ਪਿੱਛੇ"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "ਅੱਗੇ"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "ਪਿੱਛੇ"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "ਸੌਖਾ ਸਕੈਨ"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "ਡੌਕੂਮੈਂਟ(_D)"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "ਸਕੈਨ ਕਰੋ(_a)"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "ਇੱਕਲਾ ਸਫ਼ਾ(_P)"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "ਫੀਡਰ ਤੋਂ ਸਭ ਸਫ਼ੇ(_F)"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "ਸਕੈਨ ਨੂੰ ਰੋਕੋ(_S)"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "ਟੈਕਸਟ"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "ਫੋਟੋ"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "ਈਮੇਲ(_E)"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "ਸਫ਼ਾ(_P)"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "ਖੱਬੇ ਘੁੰਮਾਓ(_L)"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "ਸੱਜੇ ਘੁੰਮਾਓ(_R)"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "ਕਰੋਪ ਕਰੋ(_C)"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "ਕੁਝ ਨਹੀਂ(_N)"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "ਪੱਤਰ(_L)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "ਲੀਗਲ(_g)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "ਕਸਟਮ(_C)"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "ਕਰੋਪ ਨੂੰ ਘੁੰਮਾਓ(_R)"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "ਮੱਦਦ(_H)"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "ਸਮੱਗਰੀ(_C)"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "ਨਵਾਂ ਡੌਕੂਮੈਂਟ ਸ਼ੁਰੂ ਕਰੋ"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "ਨਵਾਂ"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "ਸਕੈਨਰ ਤੋਂ ਇੱਕਲਾ ਸਫ਼ਾ ਸਕੈਨ ਕਰੋ"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "ਸਕੈਨ"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "ਡੌਕੂਮੈਂਟ ਫਾਇਲ ਵਿੱਚ ਸੰਭਾਲੋ"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "ਸੰਭਾਲੋ"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "ਮੌਜੂਦਾ ਸਕੈਨ ਰੋਕੋ"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "ਰੋਕੋ"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "ਸਫ਼ੇ ਨੂੰ ਖੱਬੇ ਘੁੰਮਾਉ (ਘੜੀ ਦੀ ਉਲਟ ਦਿਸ਼ਾ ਵਿੱਚ)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "ਖੱਬੇ ਘੁੰਮਾਓ"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "ਸਫ਼ੇ ਨੂੰ ਸੱਜੇ ਘੁੰਮਾਉ (ਘੜੀ ਦੀ ਦਿਸ਼ਾ ਵਿੱਚ)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "ਸੱਜੇ ਘੁੰਮਾਓ"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "ਚੁਣੇ ਸਫ਼ੇ ਨੂੰ ਕਰੋਪ ਕਰੋ"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "ਕਰੋਪ ਕਰੋ"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "ਮੇਰੀ ਪਸੰਦ"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "ਸਕੈਨ ਸਰੋਤ(_o):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "ਟੈਕਸਟ ਰੈਜ਼ੋਲੂਸ਼ਨ(_T):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "ਫੋਟੋ ਰੈਜ਼ੋਲੂਸ਼ਨ(_P):"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "ਸਕੈਨ ਸਾਈਡ"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "ਸਫਾ ਆਕਾਰ:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "ਸਕੈਨ ਕੀਤੇ ਡੌਕੂਮੈਂਟ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "ਸਕੈਨ ਕਰਨ ਲਈ ਜੰਤਰ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "ਚਿੱਤਰ ਲੈਣ ਲਈ ਸੈਨ (SANE) ਜੰਤਰ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "ਸਕੈਨ ਕੀਤੇ ਜਾਣ ਵਾਲੇ ਡੌਕੂਮੈਂਟ ਦੀ ਕਿਸਮ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "ਟੈਕਸਟ ਸਕੈਨ ਲਈ ਰੈਜ਼ੋਲੂਸ਼ਨ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "ਫੋਟੋ ਸਕੈਨ ਲਈ ਰੈਜੋਲੂਸ਼ਨ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "ਸਕੈਨ ਕਰਨ ਲਈ ਸਫ਼ੇ ਦਾ ਪਾਸਾ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ਫਾਇਲਾਂ ਸੰਭਾਲਣ ਲਈ ਡਾਇਰੈਕਟਰੀ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"ਫਾਇਲਾਂ ਸੰਭਾਲਣ ਲਈ ਡਾਇਰੈਕਟਰੀ ਹੈ। ਜੇ ਸੈੱਟ ਨਾ ਕੀਤਾ ਤਾਂ ਡਿਫਾਲਟ ਡੌਕੂਮੈਂਟ ਡਾਇਰੈਕਟਰੀ "
+"ਹੈ।"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "ਕੋਈ ਵੀ ਸਕੈਨਰ ਉਪਲੱਬਧ ਨਹੀਂ ਹੈ। ਸਕੈਨਰ ਨਾਲ ਕੁਨੈਕਟ ਕਰੋ ਜੀ।"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "ਸਕੈਨਰ ਨਾਲ ਜੁੜਨ ਲਈ ਅਸਮਰੱਥ"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "ਸਕੈਨ ਕਰਨਾ ਸ਼ੁਰੂ ਕਰਨ ਲਈ ਅਸਮਰੱਥ"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "ਸਕੈਨਰ ਨਾਲ ਸੰਚਾਰ ਕਰਨ ਦੌਰਾਨ ਗਲਤੀ"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "ਸਕੈਨ ਕਰਨ ਲਈ ਫੇਲ੍ਹ"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "ਸਕੈਨ ਕੀਤੇ ਡੌਕੂਮੈਂਟ"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "ਸਕੈਨ ਕੀਤਾ ਡੌਕੂਮੈਂਟ.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "'%s' ਵਰਤਣ ਲਈ ਯੂਜ਼ਰ-ਨਾਂ ਅਤੇ ਪਾਸਵਰਡ ਚਾਹੀਦਾ ਹੈ"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "ਕੋਈ ਸਕੈਨਰ ਨਹੀਂ ਮਿਲਿਆ"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "ਆਪਣੇ ਜੁੜ ਹੋਏ ਸਕੈਨਰ ਨੂੰ ਚੈੱਕ ਕਰੋ ਅਤੇ ਚਾਲੂ ਕਰੋ"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "ਇੰਝ ਸੰਭਾਲੋ..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "ਚਿੱਤਰ ਫਾਇਲਾਂ"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "ਸਭ ਫਾਇਲਾਂ"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "ਫਾਇਲ ਕਿਸਮ ਚੁਣੋ(_T)"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (ਬਹੁ-ਸਫ਼ਾ ਡੌਕੂਮੈਂਟ)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (compressed)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (lossless)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "ਫਾਇਲ ਸੰਭਾਲਣ ਲਈ ਫੇਲ੍ਹ ਹੈ"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "ਜੇ ਤੁਸੀਂ ਨਾ ਸੰਭਾਲਿਆ ਤਾਂ ਸਭ ਬਦਲਾਅ ਖਤਮ ਹੋ ਜਾਣਗੇ।"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "ਮੌਜੂਦਾ ਡੌਕੂਮੈਂਟ ਸੰਭਾਲਣਾ ਹੈ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "ਬਦਲਾਅ ਅਣਡਿੱਠੇ"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "ਚਿੱਤਰ ਝਲਕ ਐਪਲੀਕੇਸ਼ਨ ਖੋਲ੍ਹਣ ਲਈ ਅਸਮਰੱਥ"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "ਮੱਦਦ ਫਾਇਲ ਖੋਲ੍ਹਣ ਲਈ ਅਸਮਰੱਥ"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "ਸੈਂਪਲ ਸਕੈਨ ਬਾਰੇ"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "ਸੈਂਪਲ ਡੌਕੂਮੈਂਟ ਸਕੈਨਿੰਗ ਟੂਲ"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" A S Alam https://launchpad.net/~aalam-users"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "ਕੀ ਬੰਦ ਕਰਨ ਤੋਂ ਪਹਿਲਾਂ ਡੌਕੂਮੈਂਟ ਸੰਭਾਲਣਾ ਹੈ?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "ਬਿਨਾਂ ਸੰਭਾਲੇ ਬੰਦ ਕਰਨਾ ਹੈ"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (ਡਿਫਾਲਟ)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (draft)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (ਵੱਧ ਰੈਜ਼ੋਲੂਸ਼ਨ)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "ਸਕੈਨਰ ਬਦਲੋ(_S)"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "ਆਟੋਮੈਟਿਕ"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "ਸਕੈਨ ਦੀ ਦਿਸ਼ਾ"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "ਵਰਤੋਂ:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+
+#~ msgid "Please check your installation"
+#~ msgstr "ਆਪਣੀ ਇੰਸਟਾਲੇਸ਼ਨ ਚੈੱਕ ਕਰੋ ਜੀ"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "ਆਖਰੀ ਸਕੈਨ ਕੀਤੇ ਚਿੱਤਰ ਦਾ ਰੈਜ਼ੋਲੂਸ਼ਨ"
diff --git a/po/pl.po b/po/pl.po
new file mode 100644
index 0000000..3811b65
--- /dev/null
+++ b/po/pl.po
@@ -0,0 +1,868 @@
+# Polish translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-07-06 15:24+0000\n"
+"Last-Translator: Piotr Drąg <piotrdrag@gmail.com>\n"
+"Language-Team: Polish <pl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "Upow_ażnij"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Nazwa _użytkownika dla zasobu:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Hasło:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Przód i tył"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Przód"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Tył"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Proste skanowanie"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_anowanie"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Pojedyncza strona"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "_Wszystkie strony z podajnika"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Zatrzymaj _skanowanie"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tekst"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Zdjęcie"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Zmień kolejność stron"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-mail"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Strona"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Obróć w _lewo"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Obróć w p_rawo"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Przytnij"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Brak"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Własny"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Ob_róć obszar przycięcia"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Przesuń w lewo"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Przesuń w prawo"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "Pomo_c"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Spis treści"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Tworzy nowy dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nowy"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Skanuje pojedynczą stronę ze skanera"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skanuj"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Zapisuje dokument do pliku"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Zapisz"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Zatrzymuje bieżące skanowanie"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Zatrzymaj"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Obraca stronę w lewo (przeciwnie do ruchu wskazówek zegara)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Obróć w lewo"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Obraca stronę w prawo (zgodnie z ruchem wskazówek zegara)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Obróć w prawo"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Przycina wybraną stronę"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Przytnij"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferencje"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Źródło skan_owania:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Rozdzielczość tekstu:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Rozdzielczość z_djęcia:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skanowanie stron:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Rozmiar strony:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Jasność:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Jakość:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skanowanie dokumentów"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Urządzenie skanujące"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Urządzenie SANE do pobierania obrazu."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Typ skanowanego dokumentu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Typ skanowanego dokumentu. To ustawienie decyduje o rozdzielczości "
+"skanowania, kolorach i przetwarzaniu końcowym."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Szerokość papieru w dziesiątkach milimetrów"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Szerokość papieru w dziesiątkach milimetrów (lub 0 dla automatycznego "
+"wykrywania papieru)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Wysokość papieru w dziesiątkach milimetrów"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Wysokość papieru w dziesiątkach milimetrów (lub 0 dla automatycznego "
+"wykrywania papieru)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Jasność skanowania"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Dostosowanie jasności, od -100 do 100 (0 oznacza brak)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontrast skanowania"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Dostosowanie kontrastu, od -100 do 100 (0 oznacza brak)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Rozdzielczość skanowanego tekstu"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"Rozdzielczość do użycia podczas skanowania tekstu w punktach na cal (DPI)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Rozdzielczość skanowanych zdjęć"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"Rozdzielczość do użycia podczas skanowania zdjęć w punktach na cal (DPI)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Strona do skanowania"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Strona kartki do skanowania."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Katalog do zapisania plików"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Katalog do zapisywania plików. Jeśli nie ustawiono, używa domyślnego "
+"katalogu Dokumenty."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Wartość jakości używana do kompresji JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Wartość jakości używana do kompresji JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Brak dostępnych skanerów. Proszę podłączyć skaner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nie można połączyć ze skanerem"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nie można rozpocząć skanowania"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Błąd podczas komunikacji ze skanerem"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Wyświetla informacje o wersji"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Wyświetla komunikaty diagnozowania błędów"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Naprawia pliki PDF utworzone przy użyciu starszych wersji programu"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Skanowanie się nie powiodło"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Zeskanowany dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[URZĄDZENIE] - Narzędzie do skanowania"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Wykonanie polecenia \"%s --help\" wyświetli pełną listę dostępnych opcji "
+"wiersza poleceń."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Zeskanowany dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "Za_mknij"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Uzyskanie dostępu do \"%s\" wymaga podania nazwy użytkownika i hasła"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nie wykryto żadnego skanera"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Proszę sprawdzić, czy skaner jest podłączony i włączony"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Zapisz jako..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Anuluj"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Zapisz"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Pliki obrazów"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Wszystkie pliki"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Proszę wybrać _typ pliku"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (dokument wielostronicowy)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (skompresowany)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (bezstratny)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Zapisanie pliku się nie powiodło"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Zmiany zostaną bezpowrotnie utracone, jeśli nie zostaną zapisane."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Zapisać bieżący dokument?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Odrzuć zmiany"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nie można zapisać podglądu obrazu"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Nie można otworzyć programu podglądu obrazów"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Połącz strony"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Połącz strony (odwrotnie)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Odwrotnie"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Bez zmiany"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Nie można otworzyć pliku pomocy"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Niniejszy program jest wolnym oprogramowaniem; można go rozprowadzać dalej\n"
+"i/lub modyfikować na warunkach Powszechnej Licencji Publicznej GNU, wydanej\n"
+"przez Fundację Wolnego Oprogramowania (Free Software Foundation) - według\n"
+"wersji trzeciej tej Licencji lub którejś z późniejszych wersji.\n"
+"\n"
+"Niniejszy program rozpowszechniany jest z nadzieją, iż będzie on użyteczny -"
+"\n"
+"jednak BEZ JAKIEJKOLWIEK GWARANCJI, nawet domyślnej gwarancji\n"
+"PRZYDATNOŚCI HANDLOWEJ albo PRZYDATNOŚCI DO OKREŚLONYCH\n"
+"ZASTOSOWAŃ. W celu uzyskania bliższych informacji należy zapoznać się z\n"
+"Powszechną Licencją Publiczną GNU.\n"
+"\n"
+"Z pewnością wraz z niniejszym programem dostarczono także egzemplarz\n"
+"Powszechnej Licencji Publicznej GNU (GNU General Public License); jeśli nie\n"
+"- proszę odwiedzić stronę internetową <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "O programie"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Proste narzędzie do skanowania dokumentów"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Arkadiusz Błasiak https://launchpad.net/~ares1112\n"
+" GTriderXC https://launchpad.net/~gtriderxc\n"
+" Kuba Mędrek https://launchpad.net/~kubix-medrek\n"
+" Marcin Kozioł https://launchpad.net/~lord-dark666\n"
+" Michał Sawicz https://launchpad.net/~saviq\n"
+" Miłosz Kosobucki https://launchpad.net/~mikom\n"
+" P.W. https://launchpad.net/~piwsko\n"
+" Piotr Drąg https://launchpad.net/~raven46\n"
+" Piotr Sokół https://launchpad.net/~psokol\n"
+" Piotr Strębski https://launchpad.net/~strebski\n"
+" Piotr Łukomiak https://launchpad.net/~pioluk\n"
+" Rafał Szalecki https://launchpad.net/~perex\n"
+" Szymon Waliczek https://launchpad.net/~majster-pl\n"
+" Tomasz 'Zen' Napierala https://launchpad.net/~tzn\n"
+" Tomasz Dominikowski https://launchpad.net/~dominikowski\n"
+" Wiatrak https://launchpad.net/~wiatrak."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Zapisać dokument przed zakończeniem programu?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Zakończ bez zapisywania"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d DPI (domyślnie)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d DPI (szkic)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d DPI (wysoka rozdzielczość)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d DPI"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Nowy dokument"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Dokument"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "E-mail..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Wydrukuj..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Pomoc"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "O programie"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Zakończ"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Zmień _skaner"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatyczny"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Ciemniej"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Jaśniej"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mniejszy"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Większy"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimalnie"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maksymalnie"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Zapisywanie dokumentu..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Zapisywanie strony %d z %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4x6\""
+
+#~ msgid "Files missing"
+#~ msgstr "Nie można odnaleźć plików"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Użycie:\n"
+#~ " %s [URZĄDZENIE...] - Narzędzie do skanowania"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Wysokość zeskanowanego obrazu w pikselach"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Kierunek skanowania"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Rozdzielczość ostatnio zeskanowanego obrazu"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Kierunek skanowania na skanowanej stronie. Może być jednym z następujących: "
+#~ "\"top-to-bottom\" (od góry do dołu), \"bottom-to-top\" (od dołu do góry), "
+#~ "\"left-to-right\" (od lewej do prawej), \"right-to-left\" (od prawej do "
+#~ "lewej)"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Typ skanowanego dokumentu. Wartość \"text\" (tekst) dla dokumentów "
+#~ "tekstowych, \"photo\" (zdjęcie) dla zdjęć. To ustawienie decyduje o "
+#~ "rozdzielczości skanowania, kolorach i możliwości późniejszej obróbki."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Szerokość zeskanowanego obrazu w pikselach. Ta wartość jest aktualizowana do "
+#~ "tej, jaka wynosiła podczas ostatniego skanowania."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Wysokość zeskanowanego obrazu w pikselach. Ta wartość jest aktualizowana do "
+#~ "tej, jaka wynosiła podczas ostatniego skanowania."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "Wartość \"True\", jeśli okno programu jest zmaksymalizowane"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Rozdzielczość ostatnio skanowanego obrazu w punktach na cal (dpi)."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Wysokość okna w pikselach"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Szerokość okna w pikselach"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Szerokość zeskanowanego obrazu w pikselach"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opcje pomocy:\n"
+#~ " -d, --debug Wyświetla komunikaty drukowania\n"
+#~ " -v, --version Wyświetla wersję programu\n"
+#~ " -h, --help Wyświetla opcje pomocy\n"
+#~ " --help-all Wyświetla wszystkie opcje pomocy\n"
+#~ " --help-gtk Wyświetla opcje GTK+"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Proszę sprawdzić poprawność instalacji"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Strona do skanowania. Może wynosić jedną z wartości: \"both\" (obie), "
+#~ "\"front\" (przód), \"back\" (tył)"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opcje GTK+:\n"
+#~ " --class=KLASA Klasa programu używana przez menedżera "
+#~ "okien\n"
+#~ " --name=NAZWA Nazwa programu używana przez menedżera "
+#~ "okien\n"
+#~ " --screen=EKRAN Używany ekran X\n"
+#~ " --sync Synchroniczne wywołania X\n"
+#~ " --gtk-module=MODUŁY Wczytuje dodatkowe moduły biblioteki GTK+\n"
+#~ " --g-fatal-warnings Wszystkie ostrzeżenia są krytyczne"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Kierunek skanowania strony."
diff --git a/po/pt.po b/po/pt.po
new file mode 100644
index 0000000..a4cbb4a
--- /dev/null
+++ b/po/pt.po
@@ -0,0 +1,878 @@
+# Portuguese translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-07-24 15:38+0000\n"
+"Last-Translator: Paulo Henriques <Unknown>\n"
+"Language-Team: Portuguese <pt@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizar"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Nome do _utilizador para o recurso:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Palavra-Passe:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Frente e Verso"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Frente"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Verso"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Digitalização Simples"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Documento"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Digit_alizar"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Página Única"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Todas as páginas a partir do _Alimentador"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Parar Digitalização"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Texto"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Reordenar Páginas"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Email"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Página"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rodar para a _Esquerda"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rodar para a _Direita"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Cortar"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Nenhum"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Carta"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizar"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rodar Recorte"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mover para a Esquerda"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mover para a Direita"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Ajuda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Conteúdos"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Iniciar um novo documento"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Novo"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Digitalizar uma página no digitalizador"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Digitalizar"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Guardar documento num ficheiro"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Guardar"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Parar a digitalização actual"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Parar"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Rodar a página para a esquerda (contra ponteiros do relógio)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rodar para a Esquerda"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Rodar a página para a direita (ponteiros do relógio)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rodar para a Direita"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Cortar a página selecionada"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Recortar"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferências"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Origem da Digitalizaçã_o:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Resolução do _Texto:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Resolução da Foto:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Lado da digitalização"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Tamanho da Página:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brilho:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contraste:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualidade:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Digitalizar Documentos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Dispositivo de onde digitalizar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispositivo SANE para obter imagens"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipo do documento a ser digitalizado"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipo de documento a ser digitalizado. Esta configuração decide sobre a "
+"resolução de digitalização, cores e pós-processamento."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Largura do papel em milímetros"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"A largura do papel em milimetros (ou 0 para detecção automática de papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Altura da folha em décimos de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"A altura do papel em milímetros (ou 0 para detecção automática de papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Brilho da digitalização"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "O ajuste do brilho desde -100 a 100 (0 sendo nenhum)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contraste da digitalização"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "O ajuste do contraste desde -100 a 100 (0 sendo nada)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolução para digitalização de textos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"A resolução em pontos-por-polegada a ser usada quando digitalizar texto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolução para digitalização de fotos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"A resolução em pontos-por-polegadas a ser usada quando digitalizar fotos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Lado da página a digitalizar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "O lado da página para digitalizar."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Pasta para guardar os ficheiros"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"O directório no qual salvar os ficheiros. Usa o directório de documentos "
+"predefinido se não for configurado."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Valor de qualidade a usar na compressão JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Valor de qualidade a usar na compressão JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Nenhum digitalizador disponível. Por favor, ligue um scanner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Impossível ligar ao scanner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Não é possível iniciar a digitalização"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Erro de comunicação com scanner"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Mostrar a versão de lançamento"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Imprimir mensagens de depuração"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Compatibilizar ficheiros PDF gerados por versões mais antigas do Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Falhou ao digitalizar"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Documento digitalizado"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Utilitário de digitalização"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Execute '%s --help' para consultar uma lista completa das opções de linha de "
+"comando disponíveis."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Documento Digitalizado.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "Fechar"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "É necessário utilizador e palavra-passe para aceder a '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nenhum scanner detectado"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Verifique se o seu scanner está conectado e ligado"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Guardar Como..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "Cancelar"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "Guardar"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Ficheiros de imagem"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Todos os ficheiros"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Seleccionar _Tipo de ficheiro"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (documento multi-página)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (comprimido)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sem perdas)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Falhou ao guardar o ficheiro"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Se não guardar, as alteração serão perdidas permanentemente."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Guardar documento actual?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Descartar Alterações"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Incapaz de gravar imagem para pré-visualização"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Não foi possível abrir a aplicação de visualização de imagem"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Combinar lados"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Combinar Lados (inverso)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Inverter"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Manter inalterado"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Não foi possível abrir o ficheiro da ajuda"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Este programa é software livre: você pode redistribuí-lo e/ou modificá-lo\n"
+"sob os termos da Licença Pública Geral GNU como publicado pela\n"
+"Free Software Foundation, seja a versão 3 da licença, ou (na sua opinião)\n"
+"alguma versão posterior.\n"
+"\n"
+"Este programa é distribuído na esperança de que seja útil, mas\n"
+"SEM NENHUMA GARANTIA; mesmo a garantia implicada de COMERCIALIZAÇÃO\n"
+"ou APTIDÃO PARA UMA FINALIDADE PARTICULAR. Veja a Licença Pública\n"
+"Geral GNU para mais detalhes.\n"
+"\n"
+"Você deve ter recebido uma cópia da Licença Pública Geral GNU juntamente a "
+"\n"
+"este programa. Caso contrário, veja <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Acerca do Digitalização Simples (Simple Scan)"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Ferramenta simples para digitalizar documentos"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Alessio Treglia https://launchpad.net/~quadrispro\n"
+" Alexandre Fidalgo https://launchpad.net/~alexandremagnos15\n"
+" Almufadado https://launchpad.net/~almufadado\n"
+" André Lopes https://launchpad.net/~zipatei\n"
+" António PT https://launchpad.net/~antoniopt\n"
+" Carlos Manuel https://launchpad.net/~crolidge\n"
+" Claudio Novais https://launchpad.net/~claudiocn\n"
+" Daniel Carvalho https://launchpad.net/~danielcarvalhobt\n"
+" David Gomes https://launchpad.net/~davidgomes\n"
+" Diogo Lavareda https://launchpad.net/~diogolavareda\n"
+" Fernando Carvalho https://launchpad.net/~phaetonkde\n"
+" Filipe André Pinho https://launchpad.net/~pinhoadas\n"
+" Flavio https://launchpad.net/~flaviocarpin\n"
+" Gusrubin https://launchpad.net/~gusrubin\n"
+" Hélder Portela https://launchpad.net/~helderp666\n"
+" IvoGuerreiro https://launchpad.net/~ivoguerreiro\n"
+" Jaime Pereira https://launchpad.net/~jaimepereira\n"
+" Jose Almeida https://launchpad.net/~josealmeida\n"
+" Luis Pratas https://launchpad.net/~luispratas\n"
+" Marco Paulo Martins Sousa https://launchpad.net/~marcomsousa\n"
+" Maria Loureiro https://launchpad.net/~cloureiro\n"
+" Paulo Henriques https://launchpad.net/~pajohenriques\n"
+" Ricardo Conde https://launchpad.net/~turotulco\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Sérgio Faria https://launchpad.net/~sergio91pt\n"
+" Tiago Carrondo https://launchpad.net/~tcarrondo\n"
+" Tiago Silva https://launchpad.net/~tiagosilva\n"
+" joao dourado https://launchpad.net/~sjdourado\n"
+" styluss https://launchpad.net/~styluss"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Guardar documento antes de sair?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Sair SEM Guardar"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (predefinido)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (rascunho)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (alta-resolução)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Novo Documento"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Documento"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "E-mail..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Imprimir..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Ajuda"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Sobre"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Sair"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Alterar _digitalizador"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automático"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Escurecer"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Clarear"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Menos"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mais"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mínimo"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Máximo"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "A guardar o documento..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "A guardar a página %d de %d"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Por favor, verifique a sua instalação"
+
+#~ msgid "Files missing"
+#~ msgstr "Ficheiros em falta"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Utilização:\n"
+#~ " %s [DISPOSITIVO...] - Utilitário de digitalização"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Altura da imagem digitalizada em pixeis"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direcção da digitalização"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolução da última imagem digitalizada"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VERDADE se a janela da aplicação está maximizada."
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "A direcção do digitalizador através da página digitalizada pode ser uma das "
+#~ "seguintes: 'de cima para baixo' 'de baixo para cima' 'esquerda para direita' "
+#~ "'direita para esquerda'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "A altura da imagem digitalizada em pixels. Este valor é actualizado com o "
+#~ "valor da última página digitalizada."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "O lado da página para digitalizar. Pode ser uma das seguintes: 'ambas' "
+#~ "'frente' 'verso'"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Tipo de documento a ser digitalizado. 'texto' para documentos de texto, "
+#~ "'foto' para fotos. Este ajuste define a resolução de digitalização, cores e "
+#~ "pós-processamento."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "A largura da imagem digitalizada em pixels. Este valor é actualizado com o "
+#~ "valor da última imagem que foi digitalizada."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "A resolução em pontos-por-polegada da imagem anteriormente digitalizada."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Altura da janela em pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Largura da janela em pixels"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opções de ajuda:\n"
+#~ " -d, --debug Imprime mensagens de depuração\n"
+#~ " -v, --version Mostra a versão do lançamento\n"
+#~ " -h, --help Mostra as opções de ajuda\n"
+#~ " --help-all Mostra todas as opções de ajuda\n"
+#~ " --help-gtk Mostra as opções do GTK+"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Largura da imagem digitalizada em pixels"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opções GTK+:\n"
+#~ "--class=CLASS Classe do Programa tal como usado pelo gestor de "
+#~ "janelas\n"
+#~ "--name=NAME Nome do Programa tal como usado pelo gestor de "
+#~ "janelas\n"
+#~ "--screen=SCREEN Ecrã X a ser usado\n"
+#~ "--sync Fazer a chamadas ao ecrã X sincronas\n"
+#~ "--gtk-module=MODULES Carregar módulos GTK+ adicionais\n"
+#~ "--g-fatal-warnings Tornar todos os avisos fatais"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "A direção do scanner através da página digitalizada."
diff --git a/po/pt_BR.po b/po/pt_BR.po
new file mode 100644
index 0000000..1cc74ed
--- /dev/null
+++ b/po/pt_BR.po
@@ -0,0 +1,873 @@
+# Brazilian Portuguese translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2013-04-16 12:21+0000\n"
+"Last-Translator: Neliton Pereira Jr. <nelitonpjr@gmail.com>\n"
+"Language-Team: Brazilian Portuguese <pt_BR@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizar"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Nome de _usuário para o recurso:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Senha:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Frente e verso"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Frente"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Verso"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Digitalizador simples"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Documento"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Digit_alizar"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Página única"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Todas as páginas do ali_mentador"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Par_ar digitalização"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Texto"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-mail"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Página"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Girar à _esquerda"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Girar à di_reita"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "Re_cortar"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Nenhum"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Carta"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "_Ofício"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizar"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "Gira_r área recortada"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mover para a esquerda"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mover para a direita"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "A_juda"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Conteúdo"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Iniciar um novo documento"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Novo"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Digitalizar uma página no digitalizador"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Digitalizar"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Salvar documento em arquivo"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Salvar"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Parar a digitalização atual"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Parar"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Girar a página à esquerda (sentido anti-horário)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Girar à esquerda"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Girar a página à direita (sentido horário)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Girar à direita"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Recortar a página selecionada"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Recortar"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferências"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Origem da digitalizaçã_o:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Resolução do _texto:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Resolução da _foto:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Lado a digitalizar:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Tamanho da página:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Brilho:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contraste:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Qualidade:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Digitalizar documentos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Dispositivo de onde digitalizar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispositivo de onde o SANE adquirire imagens."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipo do documento a ser digitalizado"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipo de documento a ser digitalizado. Esta configuração define a resolução "
+"da digitalização, cores e pós-processamento."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Largura do papel em décimos de milímetro"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"A largura do papel em décimos de mm (ou 0 para detecção automática de papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Altura do papel em décimos de milímetro"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"A altura do papel em décimos de milímetro (ou 0 para detecção automática de "
+"papel)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Luminosidade do digitalizador"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "O ajuste de luminosidade de -100 para 100 (0 sendo nenhum)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contraste do digitalizador"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "O ajuste do contraste de -100 para 100 (0 sendo nenhum)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Resolução para digitalização de textos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"A resolução em pontos por polegada a ser usada na digitalização e textos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Resolução para digitalização de fotos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"A resolução em pontos por polegadas a ser usada na digitalização de fotos."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Lado da página a ser digitalizado"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "O lado da página a ser digitalizado."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Diretório para salvar arquivos"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"O diretório no qual salvar os arquivos. Se não configurado, o diretório "
+"Documentos é usado como padrão."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Qualidade para usar na compressão JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Qualidade para usar na compressão JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+"Nenhum digitalizador disponível. Por favor, conecte um digitalizador."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Não foi possível conectar-se ao digitalizador"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Não foi possível iniciar o digitalizador"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Erro na comunicação com o digitalizador"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Mostrar versão de lançamento"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Imprimir mensagens de depuração"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Corrigir arquivos PDF gerados com versões anteriores do Digitalizador simples"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Falha ao digitalizar"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Documento digitalizado"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DISPOSITIVO...] - Utilitário de digitalização"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Execute '%s --help' para ver a lista completa de opções disponíveis para "
+"linha de comando."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Documento digitalizado.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "Fe_char"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "É necessário o nome de usuário e senha para acessar '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nenhum digitalizador detectado"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Por favor verifique se o seu digitalizador está conectado e ligado"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Salvar como..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Cancelar"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Salvar"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Arquivos de imagem"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Todos os arquivos"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Selecionar _tipo de arquivo"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (documento com múltiplas páginas)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (comprimido)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (sem perdas)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Falha ao salvar o arquivo"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Se você não salvar, as alterações serão permanentemente perdidas."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Salvar documento atual?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Descartar alterações"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Não é possível salvar imagem para visualização"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Não foi possível abrir o aplicativo de visualização de imagem"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Não foi possível abrir o arquivo de ajuda"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Este programa é uma software livre: você pode redistribuí-lo e/ou modificá-"
+"lo\n"
+"sob os termos da Licença Pública Geral GNU conforme publicada pela\n"
+"Free Software Foundation, seja a versão 3 da licença, ou (se preferir)\n"
+"alguma versão posterior.\n"
+"\n"
+"Este programa é distribuído na expectativa de que seja útil, mas\n"
+"SEM NENHUMA GARANTIA; nem mesmo a garantia implícita de COMERCIALIZAÇÃO\n"
+"ou ADEQUAÇÃO PARA UMA FINALIDADE EM PARTICULAR. Veja a Licença Pública\n"
+"Geral GNU para mais detalhes.\n"
+"\n"
+"Você deve ter recebido uma cópia da Licença Pública Geral GNU juntamente a\n"
+"este programa. Caso contrário, acesse <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Sobre o Digitalizador simples"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Ferramenta simples para digitalizar documentos"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Almufadado https://launchpad.net/~almufadado\n"
+" André Gondim https://launchpad.net/~andregondim\n"
+" Benjamim Gois https://launchpad.net/~benjamim-gois\n"
+" Celio Alves https://launchpad.net/~celio.alves\n"
+" Celio Ricardo Quaio Goetten https://launchpad.net/~celioric\n"
+" Celso H. L. S. Junior https://launchpad.net/~celsojunior\n"
+" Fábio Nogueira https://launchpad.net/~fnogueira\n"
+" Matheus Pacheco de Andrade https://launchpad.net/~matheusp-andrade-"
+"deactivatedaccount\n"
+" Neliton Pereira Jr. https://launchpad.net/~nelitonpjr\n"
+" Pablo Diego Moço https://launchpad.net/~pablodm89\n"
+" Paulo José https://launchpad.net/~pauloup\n"
+" Paulo Pernomian https://launchpad.net/~paulopernomian\n"
+" Rafael Neri https://launchpad.net/~rafepel\n"
+" Rafael Zenni https://launchpad.net/~rafaeldz\n"
+" Salomão Carneiro de Brito https://launchpad.net/~salomaocar\n"
+" Tiago Hillebrandt https://launchpad.net/~tiagohillebrandt\n"
+" Vitor da Silva Gonçalves https://launchpad.net/~vitorsgoncalves\n"
+" Vítor Avelino https://launchpad.net/~vitoravelino\n"
+" andbelo https://launchpad.net/~andbelo\n"
+" kahue https://launchpad.net/~kahuemm\n"
+" millemiglia https://launchpad.net/~dnieper650"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Salvar o documento antes de sair?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Sair sem salvar"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (padrão)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (rascunho)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (alta resolução)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d ppp"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Alterar _digitalizador"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automático"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Mais escuro"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Mais claro"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Menos"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mais"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Mínima"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Máxima"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Salvando documento..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Salvando página %d de %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Por favor verifique a sua instalação"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opções do GTK+:\n"
+#~ " --class=CLASS Classe de programa como usada pelo "
+#~ "gerenciador de janelas\n"
+#~ " --name=NAME Nome do programa como usado pelo "
+#~ "gerenciador de janelas\n"
+#~ " --screen=SCREEN Tela X a ser usada\n"
+#~ " --sync Torna as chamadas do X síncronas\n"
+#~ " --gtk-module=MODULES Carrega módulos adicionais do GTK+\n"
+#~ " --g-fatal-warnings Torna todos os avisos fatais"
+
+#~ msgid "Files missing"
+#~ msgstr "Arquivos faltando"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Uso:\n"
+#~ " %s [DISPOSITIVO...] - Utilitário de escaneamento"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Altura da imagem digitalizada em pixels"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Altura da janela em pixels"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Largura da janela em pixels"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Largura da imagem digitalizada em pixels"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "A resolução em pontos por polegada da imagem previamente digitalizada."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Resolução da última imagem digitalizada"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "A altura da imagem digitalizada em pixels. Este valor é atualizado com o "
+#~ "valor da última página digitalizada."
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direção da digitalização"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "A direção do digitalizador através da página digitalizada pode ser uma das "
+#~ "seguintes: 'de cima para baixo' 'de baixo para cima' 'esquerda para direita' "
+#~ "'direita para esquerda'"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Tipo de documento sendo digitalizado. 'texto' para documentos de texto, "
+#~ "'foto' para fotos. Este ajuste define a resolução de digitalização, cores e "
+#~ "pós-processamento."
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opções de ajuda:\n"
+#~ " -d, --debug Imprime mensagens de depuração\n"
+#~ " -v, --version Mostra a versão do lançamento\n"
+#~ " -h, --help Mostra as opções de ajuda\n"
+#~ " --help-all Mostra todas as opções de ajuda\n"
+#~ " --help-gtk Mostra as opções do GTK+"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "O lado da página para digitalizar. Pode ser uma das seguintes: 'ambas' "
+#~ "'frente' 'verso'"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "A largura da imagem digitalizada em pixels. Este valor é atualizado com o "
+#~ "valor da última imagem que foi digitalizada."
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "VERDADEIRO se a janela do aplicativo estiver maximizada"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "A direção em que o digitalizador percorre a página digitalizada."
diff --git a/po/ro.po b/po/ro.po
new file mode 100644
index 0000000..b2ff513
--- /dev/null
+++ b/po/ro.po
@@ -0,0 +1,858 @@
+# Romanian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+# Lucian Adrian Grijincu <lucian.grijincu@gmail.com>, 2010.
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-09-11 18:43+0000\n"
+"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>\n"
+"Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+"Language: ro\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizează"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Numele de _utilizator pentru resursă:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Parolă:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Față și verso"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Față"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Verso"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Scanare simplă"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Document"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sc_anează"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "O singură _pagină"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Toate paginile de la tava cu _foi de hârtie"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "Oprește _scanarea"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Email"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Pagină"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rotește la _stânga"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rotește la _dreapta"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "De_cupează"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Niciunul"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Scrisoare"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Personalizat"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotește zona decupată"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Mută la stânga"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Mută la dreapta"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Ajutor"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Cuprins"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Începeți un document nou"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nou"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Scanați o singură pagină din scaner"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Scanează"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Salvează documentul ca fișier"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Salvează"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Oprește scanarea curentă"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Oprește"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Rotește pagina la stânga (în sens invers acelor de ceasornic)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rotește la stânga"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Rotește pagina la dreapta (în sensul acelor de ceasornic)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rotește la dreapta"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Decupează pagina selectată"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Decupează"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Preferințe"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "S_ursă scanare:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Rezoluție _text:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Rezoluție _foto :"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Partea scanată:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Dimensiunea paginii:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Luminozitate:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Contrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Calitate:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Scanează documente"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Dispozitiv de folosit pentru scanare"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Dispozitivul SANE din care se preiau imaginile."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Tipul de document scanat"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipul de document care va fi scanat. Această opțiune determină rezoluția de "
+"scanare, culoarea și post-procesarea."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Lățimea hârtiei în zecimi de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Lățimea hârtiei în zecimi de mm (sau 0 pentru detectarea automată a hârtiei)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Înălțimea hârtiei în zecimi de mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Înălțimea hârtiei în zecimi de mm (sau 0 pentru detectarea automată a "
+"hârtiei)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Luminozitate scanare"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Reglare luminozitate de la -100 la 100 (0 fiind nimic)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Contrast scanare"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Reglare contrast de la -100 la 100 (0 fiind nimic)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Rezoluția pentru scanări text"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Rezoluția în dpi (dots-per-inch) folosită la scanarea de text."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Rezoluția pentru scanări foto"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Rezoluția în dpi (dots-per-inch) folosită la scanarea fotografiilor."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Partea de scanat a paginii"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Fața paginii care va fi scanată."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Dosarul în care să se salveze fișierele"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Dosarul în care să se salveze fișierele. Dacă nu este definit, fișierele "
+"sunt salvate în dosarul de documente."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Valoare calitate pentru compresia JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Valoare calitate pentru compresia JPEG"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Nu există niciun scaner disponibil. Conectați un scaner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nu s-a putut realiza conexiunea la scaner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nu s-a putut porni scanarea"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Eroare la comunicarea cu scanerul"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Arată versiunea"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Afișează mesajele pentru depanare"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Repară fișiere PDF generate cu versiuni mai vechi ale programului scanare "
+"simplă"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Scanarea a eșuat"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Document scanat"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "DISPOZITIV...] - Utilitar pentru scanare"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Rulați „%s --help” pentru a consulta lista completă a opțiunilor pentru "
+"comenzile mediului text."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Document scanat.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "Înc_hide"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Sunt necesare numele de utilizator și parola pentru a accesa „%s”"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nu a fost detectat niciun scaner"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Verificați dacă scanerul este conectat și pornit"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Salvează ca..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Anulare"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Salvează"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Fișiere imagine"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Toate fișierele"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Alegeți _tipul de fișier"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (document cu mai multe pagini)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (comprimat)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (fără pierderi)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Salvarea fișierului a eșuat"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Dacă nu salvați, modificările vor fi pierdute definitiv."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Salvați documentul curent?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Renunță la modificări"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nu se poate salva imaginea pentru a prezenta o previzualizare"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Nu s-a putut deschide aplicația de previzualizare a imaginilor"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Nu se poate deschide fișierul de ajutor"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Acest program este liber: îl puteți redistribui și/sau modifica în "
+"conformitate cu\n"
+"termenii Licenței Publice Generale GNU, așa cum este publicată de către\n"
+"Free Software Foundation, fie versiunea 3 a Licenței, fie\n"
+"(la alegerea dumneavoastră) orice versiune ulterioară.\n"
+"\n"
+"Acest program este distribuit cu speranța că va fi util,\n"
+"dar FĂRĂ NICIO GARANȚIE; nici măcar cu garanția implicită de\n"
+"VANDABILITATE sau CONFORMITATE CU UN ANUMIT SCOP. Consultați\n"
+"Licența Publică Generală GNU pentru mai multe detalii.\n"
+"\n"
+"Dumneavoastră ar trebui să fi primit o copie a Licenței Publice Generale "
+"GNU\n"
+"împreună cu acest program. În caz contrar, consultați "
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Despre „Scanare simplă”"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Utilitar pentru scanarea simplă a documentelor"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Adi Roiban https://launchpad.net/~adiroiban\n"
+" Angelescu https://launchpad.net/~titus0818\n"
+" Claudia Cotună https://launchpad.net/~special4ti\n"
+" Dan Telecan https://launchpad.net/~telecan-dan\n"
+" Lucian Adrian Grijincu https://launchpad.net/~lucian.grijincu\n"
+" Marian Vasile https://launchpad.net/~marianvasile-ubuntu\n"
+" ValentinV https://launchpad.net/~valentinverde\n"
+" sfantu https://launchpad.net/~sfantus1"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Salvați documentul înainte de ieșire?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Închide fără a salva"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (implicit)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (ciornă)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (rezoluție înaltă)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Schimbă _scanerul"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automată"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Mai întunecat"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Mai luminos"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mai puțin"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mai mult"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minim"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maxim"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Se salvează documentul..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Se salvează pagina %d din %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Verificați instalarea"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Utilizare:\n"
+#~ " %s [DISPOZITIV...] - Utilitar de scanare"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Rezoluția ultimei imagini scanate"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Lățimea imaginii scanate, în pixeli"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Direcția scanării"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Înălțimea imaginii scanate, în pixeli"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "ADEVĂRAT dacă fereastra aplicației este mărită la maximum"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Direcția scanerului peste pagina scanată. Poate fi una dintre următoarele: "
+#~ "„top-to-bottom”, „bottom-to-top”, „left-to-right”, „right-to-left”"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Înălțimea imaginii scanate, în pixeli. Această valoare este actualizată la "
+#~ "cea corespunzătoare paginii scanate precedent."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Partea de scanat a paginii. Poate fi una din următoarele: „ambele”, „față”, "
+#~ "„verso”"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Rezoluția în dpi (dots-per-inch) a imaginii scanate precedent."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Lățimea imaginii scanate, în pixeli. Această valoare este actualizată la cea "
+#~ "corespunzătoare paginii scanate precedent."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Tipul de document scanat. „text” pentru documentele în format text, „photo” "
+#~ "pentru fotografii. Aceste configurări decid rezoluția, culorile și post-"
+#~ "procesarea scanării."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Înălțimea ferestrei, în pixeli"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Lățimea ferestrei, în pixeli"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Opțiuni de ajutor:\n"
+#~ " -d, --debug Tipărește mesajele de depanare\n"
+#~ " -v, --version Afișează versiunea lansată\n"
+#~ " -h, --help Afișează opțiuni de ajutor\n"
+#~ " --help-all Afișează toate opțiunile de ajutor\n"
+#~ " --help-gtk Afișează opțiuni GTK+"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Opțiuni GTK+:\n"
+#~ " --class=CLASĂ Clasa de program folosită de "
+#~ "administratorul de ferestre\n"
+#~ " --name=NUME Nume program folosit de administratorul de "
+#~ "ferestre\n"
+#~ " --screen=ECRAN Ecranul X folosit\n"
+#~ " --sync Efectuează X apeluri sincrone\n"
+#~ " --gtk-module=MODULE Încarcă module GTK+ adiționale\n"
+#~ " --g-fatal-warnings Consideră toate avertismentele fatale"
+
+#~ msgid "Files missing"
+#~ msgstr "Lipsesc fișierele"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Direcția scanerului față de pagina scanată."
diff --git a/po/ru.po b/po/ru.po
new file mode 100644
index 0000000..8f15dbb
--- /dev/null
+++ b/po/ru.po
@@ -0,0 +1,871 @@
+# Russian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-07-10 05:43+0000\n"
+"Last-Translator: Jay ZDLin <Unknown>\n"
+"Language-Team: Russian <ru@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "Р_азрешить"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Имя поль_зователя для ресурса:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Пароль:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Обе стороны"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Лицевая сторона"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Обратная сторона"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Простое сканирование"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Документ"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "От_сканировать"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Одна _страница"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Все страницы из _автоподатчика"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Остановить сканирование"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Текст"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Фотография"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Организация страниц"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "Отправить по _электронной почте"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Страница"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Повернуть в_лево"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Повернуть в_право"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Обрезать"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Нет"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US _Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Другое..."
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Повернуть выбранное"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Переместить влево"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Переместить вправо"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Справка"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Содержание"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Создать новый документ"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Создать"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Отсканировать одну страницу со сканера"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Отсканировать"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Сохранить документ в файл"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Сохранить"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Прервать выполняемое сканирование"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Завершить"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Повернуть страницу влево (против часовой стрелки)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Повернуть влево"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Повернуть страницу вправо (по часовой стрелке)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Повернуть вправо"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Обрезать выбранную страницу"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Обрезать"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Параметры"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Ист_очник сканирования:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Р_азрешение текста:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Разрешение фотографии:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Сканируемая сторона:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Размер листа:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Яркость:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Контрастность:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Качество:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Сканирование документов"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Устройство сканирования"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Устройство SANE для получения изображений."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Тип сканируемого документа"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Тип сканируемого документа. Эта настройка отвечает за разрешение, глубину "
+"цвета и пост-обработку."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Ширина бумаги, см"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "Ширина бумаги в десятках мм (или 0 для автоматического определения)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Высота бумаги в десятых долях мм"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "Высота бумаги в десятках мм (или 0 для автоматического определения)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Яркость изображения"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Значение яркости от -100 до 100 (0 — без изменений)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Контрастность изображения"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Значение контрастности от -100 до 100 (0 — без изменений)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Разрешение для сканирования текста"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Разрешение в точках на дюйм при сканировании текста."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Разрешение для сканирования фотографий"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Разрешение в точках на дюйм при сканировании фотографий."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Сторона страницы для сканирования"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Сторона страницы для сканирования."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Папка для сохранения файлов"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Папка для сохранения файлов. По умолчанию используется папка с документами."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Значение качества, используемого для сжатия JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Значение качества, используемого для сжатия JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Нет доступного сканера. Подключите его."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Не могу подключиться к сканеру"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Не могу начать сканирование"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Ошибка при работе со сканером"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Показать версию"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Показать сообщения отладки"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Исправить PDF-файлы, созданные предыдущими версиями Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Сканирование не удалось"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Отсканированный документ"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] — Устройство сканирования"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "Выполните '%s --help', чтобы вывести полный список доступных опций."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Сканированный документ.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Закрыть"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Для доступа к '%s' нужны имя пользователя и пароль"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Сканеры не обнаружены"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Пожалуйста, проверьте, что сканер подсоединён и включен"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Сохранить как..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Отменить"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "Со_хранить"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Файлы изображений"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Все файлы"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Выберите _тип файла"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (многостраничный документ)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (сжатый)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (без потерь в качестве)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Не удалось сохранить файл"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Если не выполнить сохранение, все изменения будут утеряны."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Сохранить текущий документ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Отменить изменения"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Не удалось сохранить изображение для предварительного просмотра"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Невозможно открыть программу для просмотра изображений"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Объединить стороны"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Объединить стороны (в обратном порядке)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "В обратном порядке"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Оставить без изменений"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Не удалось открыть файл справки"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Эта программа является свободным программным обеспечением: вы можете "
+"распространять и/или модифицировать её согласно условиям Открытого "
+"лицензионного соглашения GNU (GNU General Public License), опубликованного "
+"Free Software Foundation, версии 3 или (на ваш выбор) более поздней. \n"
+"Эта программа распространяется с надеждой на то, что она будет полезна "
+"пользователям, однако БЕЗ КАКИХ-ЛИБО ГАРАНТИЙ; не гарантируется также "
+"КОММЕРЧЕСКОЕ КАЧЕСТВО или ВОЗМОЖНОСТЬ РЕШЕНИЯ ОПРЕДЕЛЕННЫХ ЗАДАЧ. Более "
+"подробная информация содержится в тексте Открытого лицензионного соглашения "
+"GNU (GNU General Public License). \n"
+"Копия текста Открытого лицензионного соглашения GNU (GNU General Public "
+"License) должная поставляться с этой программой. В остальных случаях "
+"пройдите по ссылке: <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "О программе"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Простой инструмент для сканирования документов"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Aleksey Kabanov https://launchpad.net/~ak099\n"
+" Alexander Telenga https://launchpad.net/~telenga\n"
+" Alexandre Prokoudine https://launchpad.net/~alexandre-prokoudine\n"
+" Alexey Kotlyarov https://launchpad.net/~koterpillar\n"
+" Andrew Sudarikov https://launchpad.net/~andrey-interra\n"
+" Arsa Chernikov https://launchpad.net/~arsa-chernikov\n"
+" Artem Popov https://launchpad.net/~artfwo\n"
+" AsstZD https://launchpad.net/~eskaer-spamsink\n"
+" Dmitri Konoplev https://launchpad.net/~knoplef\n"
+" Dmitriy \"Simplehuman\" Fedorov https://launchpad.net/~simplehuman\n"
+" Dmitry Shachnev https://launchpad.net/~mitya57\n"
+" Dr Gregory House https://launchpad.net/~greghouse\n"
+" DronAn[BY] https://launchpad.net/~andyak77\n"
+" Eugene Marshal https://launchpad.net/~lowrider\n"
+" Evgeny https://launchpad.net/~evgeny-ig\n"
+" Igor Zubarev https://launchpad.net/~igor.zubarev\n"
+" Int https://launchpad.net/~howrudoin\n"
+" Ivan Bulychev https://launchpad.net/~vanyok\n"
+" Jay ZDLin https://launchpad.net/~black-buddha666\n"
+" KEIII https://launchpad.net/~cashagent\n"
+" Net4Hack https://launchpad.net/~networkforhackers\n"
+" Novichkov Alexander https://launchpad.net/~berkut\n"
+" Oleg https://launchpad.net/~oleg-devyatilov\n"
+" Oleg Koptev https://launchpad.net/~koptev-oleg\n"
+" Pavel Nazarov https://launchpad.net/~alsvartr\n"
+" Sergey Loshakov https://launchpad.net/~sergeylo\n"
+" Sergey Sedov https://launchpad.net/~serg-sedov\n"
+" Stanislav Bazhenov https://launchpad.net/~stanislav-bajenov\n"
+" Stas Solovey https://launchpad.net/~whats-up\n"
+" Victor Mireyev https://launchpad.net/~victor-mireyev\n"
+" Vitaly Zawullon Katraev https://launchpad.net/~zawullon\n"
+" evilzipik https://launchpad.net/~evilzipik\n"
+" vasilisc https://launchpad.net/~vasilisc\n"
+" Илья Калитко https://launchpad.net/~kalitko-ilya007"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Сохранить документ перед выходом?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Выйти без сохранения"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (по умолчанию)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (черновик)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (высокое разрешение)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Новый документ"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Документ"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Отправить..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Печать..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Справка"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "О программе"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Завершить"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Сменить _сканер"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Выбрать автоматически"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Темнее"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Светлее"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Меньше"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Больше"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Мин."
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Макс."
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Сохранение документа..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Сохранение страницы %d из %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Использование:\n"
+#~ " %s [УСТРОЙСТВО...] - Инструмент для сканирования"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Параметры GTK+:\n"
+#~ " --class=КЛАСС Класс программы в оконном менеджере\n"
+#~ " --name=НАЗВАНИЕ Название программы в оконном менеджере\n"
+#~ " --screen=ЭКРАН Используемый экран X\n"
+#~ " --sync Сделать вызовы X синхронными\n"
+#~ " --gtk-module=МОДУЛИ Загрузить дополнительные модули GTK+\n"
+#~ " --g-fatal-warnings Сделать все предупреждения фатальными"
+
+#~ msgid "Files missing"
+#~ msgstr "Файлы отсутствуют"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Пожалуйста, проверьте правильность установки программы"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Высота отсканированного изображения в пикселах"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Направление сканирования"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Высота отсканированного изображения в пикселах. Это значение обновляется при "
+#~ "каждом новом сканировании."
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Направление сканирования. Возможны следующие варианты: 'top-to-bottom' "
+#~ "'bottom-to-top' 'left-to-right' 'right-to-left'"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE, если окно приложения развёрнуто на весь экран"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "Разрешение в точках на дюйм предыдущего отсканированного изображения."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Разрешение последнего отсканированного изображения"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Высота окна в пикселах"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Ширина окна в пикселах"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Использование:\n"
+#~ " -d, --debug выводить отладочные сообщения\n"
+#~ " -v, --version показать информацию о версии\n"
+#~ " -h, --help показать эту справку\n"
+#~ " --help-all показать все ключи справки\n"
+#~ " --help-gtk показать ключи GTK+"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Ширина отсканированного изображения в пикселах. Это значение обновляется при "
+#~ "каждом новом сканировании."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Ширина отсканированного изображения в пикселах"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Сторона страницы для сканирования. Может быть: 'с обоих сторон', 'лицевая', "
+#~ "'обратная'"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Направление сканирования страницы."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Тип сканируемого документа. 'Текст' для текстовых документов, 'Фотография' "
+#~ "для фотографий. Выбор типа определяет разрешение, цвета и пост-обработку при "
+#~ "сканировании."
diff --git a/po/sd.po b/po/sd.po
new file mode 100644
index 0000000..3aac221
--- /dev/null
+++ b/po/sd.po
@@ -0,0 +1,712 @@
+# Sindhi translation for simple-scan
+# Copyright (c) 2011 Rosetta Contributors and Canonical Ltd 2011
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2011.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Sindhi <sd@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_اجازت ڏيو"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_ڳجھو لفظ:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "اڳيون ۽ پويون"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "اڳيون"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "پوئتي"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "سادو اسڪين"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_دستاويز"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "_اسڪين"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "هڪڙو _صفحو"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "اسڪين _روڪيو"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "تحرير"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "فوٽو"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_ايميل"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_صفحو"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "_کاٻي ڦيرايو"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "_ساڄي ڦيرايو"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_ڪاٽيو"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_ڪوبه نه"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_مرضي مطابق"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "کاٻي چوريو"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "ساڄي چوريو"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_مدد"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_مواد"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "نئون دستاويز بنايو"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "نئون"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "اسڪينر مان هڪڙو صفحو اسڪين ڪريو"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "اسڪين"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "دستاويز کي فائل ۾ سانڍيو"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "سانڍيو"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "هلندڙ اسڪين روڪيو"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "روڪيو"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "کاٻي ڦيرايو"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "ساڄي ڦيرايو"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "چونڊيل صفحي کي ڪاٽيو"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "ڪاٽيو"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "ترجيحون"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "پاسو اسڪين ڪريو:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "صفحي جي ماپ:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "دستاويزات اسڪين ڪريو"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "اسڪين ڪرڻ لاءِ اوزار"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "اسڪين ٿيندڙ دستاويز جو قسم"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "اسڪين ڪرڻ لاءِ صفحي جو پاسو"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "فائلون سانڍڻ لاءِ خانو"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "اسڪين ڪرڻ ۾ ناڪامي"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "اسڪين ٿيل دستاويز"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "اسڪين دستاويز.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "هينئن سانڍيو..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "شڪل فائلون"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "تمام فائلون"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "فائل جو _قسم چونڊيو"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "فائل سانڍڻ ۾ ناڪامي"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "هاڻوڪو دستاويز سانڍيو؟"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "تبديليون منسوخ ڪريو"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "سهڪاري فائل ڀرڻ ۾ ناڪام"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "سادي اسڪين بابت"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "سادو دستاويز اسڪين ڪندڙ اوزار"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Abdul-Rahim Nizamani https://launchpad.net/~ghaffari"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "نڪرڻ کان پهرين دستاويز سانڍيو؟"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "سانڍڻ بغير نڪرو"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "اسڪينر _تبديل ڪريو"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "پاڻمرادو"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "Direction of scan"
+#~ msgstr "اسڪين جو رخ"
+
+#~ msgid "Files missing"
+#~ msgstr "فائلون وڃايل"
diff --git a/po/se.po b/po/se.po
new file mode 100644
index 0000000..536c03d
--- /dev/null
+++ b/po/se.po
@@ -0,0 +1,706 @@
+# Northern Sami translation for simple-scan
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-08-18 11:22+0000\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: Northern Sami <se@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Beassansátni:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Ovdabealli"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Maŋos"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokumeanta"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Teaksta"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fotografiija"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-boasta"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Čuohpa"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr ""
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr ""
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr ""
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Sirdde olgešguvlui"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Veahkki"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Ođđa"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Oza"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Vurke"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Bisset"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Jorat olgešguvlui"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Oidimat"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Vurke nugo …"
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Buot fiillat"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Simple Scan-dieđut"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Christopher Forster https://launchpad.net/~christopherforster"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automáhtalaš"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
diff --git a/po/shn.po b/po/shn.po
new file mode 100644
index 0000000..53b78e1
--- /dev/null
+++ b/po/shn.po
@@ -0,0 +1,704 @@
+# Shan translation for simple-scan
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Shan <shn@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr ""
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr ""
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr ""
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr ""
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
diff --git a/po/sk.po b/po/sk.po
new file mode 100644
index 0000000..b138f29
--- /dev/null
+++ b/po/sk.po
@@ -0,0 +1,830 @@
+# Slovak translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:07+0000\n"
+"Last-Translator: Robert Ancell <robert.ancell@canonical.com>\n"
+"Language-Team: Slovak <sk@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Schváliť"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Užívateľské meno pre zdroj:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Heslo:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Jednoduché skenovanie"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Jedna stránka"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "_Všetky stránky zo zásobníka"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Zastaviť skenovanie"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fotografia"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Stránka"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Otočiť _doľava"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Otočiť do_prava"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Orezanie"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "Žia_dne"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "US _List"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Vlastné"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Otočiť výrez"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Pomocník"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Vytvoriť nový dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nový"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Oskenovať jednu stránku zo skeneru"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skenovať"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Uložiť"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Otočiť doľava"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Otočiť doprava"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Orezanie"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Predvoľby"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Zdroj s_kenovania:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Jas:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kvalita:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skenovať dokumenty"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Zariadenie z ktorého skenovať"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Zariadenie SANE z ktorého získať obrázky."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Druh dokumentu ktorý sa skenuje"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Typ dokumentu ktorý sa skenuje. Toto nastavenie určuje rozlíšenie, farby a "
+"spracovanie tohto skenu."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Žiaden skener nie je k dispozícii. Prosím pripojte skener."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nie je možné pripojiť sa ku skeneru"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nie je možné začať skenovať"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Chyba v komunikácii so skenerom"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Zobrazí verziu vydania"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Vypíše správy ladenia"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Opraviť .pdf súbory vytvorené staršími verziami programu Jednoduché "
+"skenovanie"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Skenovanie zlyhalo"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ZARIADENIE…] - Nástroj na skenovanie"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Zoznam všetkých dostupných volieb príkazového riadka zobrazíte spustením „%s "
+"--help“."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Naskenovaný dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Meno používateľa a heslo je vyžadované pre prístup k '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Žiadne skenery neboli nájdené"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Prosím skontrolujte či je skener pripojený a zapnutý"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Uložiť ako..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Ukladanie súboru zlyhalo"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nepodarilo sa uložiť obraz na náhľad"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Tento program je slobodný softvér: môžete ho šíriť a/alebo upravovať podľa "
+"podmienok Všeobecnej verejnej licencie GNU (GNU General Public Licence) "
+"vydanej Nadáciou slobodného softvéru (Free Software Foundation) a to buď "
+"podľa verzie 3 tejto licencie, alebo (podľa vášho uváženia) ktorejkoľvek "
+"neskoršej verzie.\n"
+"\n"
+"Tento program je šírený v nádeji, že bude užitočný, avšak BEZ AKEJKOĽVEK "
+"ZÁRUKY. Neposkytujú sa ani odvodené záruky PREDAJNOSTI alebo VHODNOSTI PRE "
+"URČITÝ ÚČEL. Ďalšie podrobnosti nájdete vo Všeobecnej verejnej licencii "
+"GNU.\n"
+"\n"
+"Spolu s týmto programom by ste mali obdržať kópiu Všeobecnej verejnej "
+"licencie GNU. Ak sa tak nestalo, navštívte <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "O programe Jednoduché skenovanie"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Nástroj na jednoduché skenovanie dokumentov"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" 6205 https://launchpad.net/~6205-reactivated-deactivatedaccount\n"
+" Alessio Treglia https://launchpad.net/~quadrispro\n"
+" Laco Gubík https://launchpad.net/~laco\n"
+" Pavol Klačanský https://launchpad.net/~pavolzetor\n"
+" Robert Ancell https://launchpad.net/~robert-ancell"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Zmeniť _skener"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Ukladá sa dokument…"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Ukladá sa %d. strana z %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Prosím skontrolujte vašu inštaláciu"
+
+#~ msgid "Files missing"
+#~ msgstr "Chýbajúce súbory"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Smer skeneru naprieč skenovanou stránkou. Môže to byť jedno z následujúcich: "
+#~ "'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE pokiaľ je aplikačné okno v maximálnej veľkosti"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Smer skenovania"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Druh dokumentu ktorý sa skenuje. 'text' pre textové dokumenty, 'photo' pre "
+#~ "fotografie. Táto hodnota určuje rozlíšenie skenovania, farby a koncové "
+#~ "spracovanie."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Výška okna v pixeloch"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Šírka okna v pixeloch"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Šírka skenovaného obrázku. Táto hodnota sa aktualizuje podľa poslednej "
+#~ "skenovanej stránky."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Výška skenovaného obrázku. Táto hodnota sa aktualizuje podľa poslednej "
+#~ "skenovanej stránky."
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Možnosti pomocníka:\n"
+#~ " -d, --debug Zobraziť ladiace správy\n"
+#~ " -v, --version Zobraziť verziu vydania\n"
+#~ " -h, --help Zobraziť možnosti pomocníka\n"
+#~ " --help-all Zobraziť všetky možnosti pomocníka\n"
+#~ " --help-gtk Zobraziť GTK+ možnosti"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Použitie:\n"
+#~ " %s [ZARIADENIE...] - Skenovacia pomôcka"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Options:\n"
+#~ " --class=TRIEDA Trieda programu použitá správcom okien\n"
+#~ " --name=MENO Meno programu použité správcom okien\n"
+#~ " --screen=OBRAZOVKA X obrazovka ktorá sa má použiť\n"
+#~ " --sync Zmeniť X volania na asynchrónne\n"
+#~ " --gtk-module=MODULY Zaviesť dodatočné GTK+ moduly\n"
+#~ " --g-fatal-warnings Zmeniť všetky upozornenia na terminálne"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Výška skenovaného obrázku"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Šírka skenovaného obrázku v pixeloch"
diff --git a/po/sl.po b/po/sl.po
new file mode 100644
index 0000000..df8051c
--- /dev/null
+++ b/po/sl.po
@@ -0,0 +1,850 @@
+# Slovenian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:19+0000\n"
+"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
+"Language-Team: Slovenian <sl@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Pooblasti"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Uporabniško ime za vir:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Geslo:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Prednja in hrbtna stran"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Prednja stran"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Hrbtna stran"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Enostavno optično branje"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Op_tično branje"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Ena _stran"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Vse strani iz _podajalnika"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Zaustavi optično branje"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Besedilo"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fotografija"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Elektronska pošta"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Stran"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Zavrti _levo"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Zavrti _desno"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Obreži"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Brez"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Pismo"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Velikost ZDA Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Po meri"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Zavrti obrezovano območje"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Premakni levo"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Premakni desno"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "Pomo_č"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Vsebina"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Začni nov dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Novo"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Optično branje ene strani iz optičnega bralnika"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Optično branje"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Shrani dokument v datoteko"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Shrani"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Zaustavi trenutno optično branje"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Zaustavi"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Obrni stran v levo (nasprotna smer urinega kazalca)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Zavrti levo"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Obrni stran v desno (smer urinega kazalca)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Zavrti desno"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Obreži izbrano stran"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Obreži"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Možnosti"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Vir optičnega branja:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Ločljivost besedila:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Ločljivost fotografij:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Stran optičnega branja:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Velikost strani:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Svetlost:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kakovost:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Optično preberite dokumente"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Naprava za optično branje"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Naprava SANE za pridobivanje slik."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Vrsta optično branega dokumenta"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Vrsta dokumenta za optično branje. Ta nastavitev določi ločljivost tiskanja, "
+"barve in poobdelovo."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Širina papirja v desetinkah milimetra"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Širina papirja v desetinkah milimetra (ali 0 za samodejno zaznavanje)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Višina papirja v desetinkah milimetra"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Višina papirja v desetinkah milimetra (ali 0 za samodejno zaznavanje "
+"papirja)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Svetlost optičnega branja"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Prilagoditev svetlosti od -100 do 100 (0 kot brez)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontrast optičnega branja"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Prilagoditev kontrasta od -100 do 100 (0 kot brez)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Ločljivost za optično branje besedil"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Ločljivost optičnega branja besedil v točkah na palec (dpi)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Ločljivost za optično branje fotografij"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Ločljivost optičnega branja fotografij v točkah na palec (dpi)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Stran strani za optično branje"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Stran strani za optično branje."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Mapa za shranjevanje datotek"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Mapa za shranjevanje datotek. Privzeto mapa dokumentov, če ni nastavljena."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Vrednost kakovosti za stiskanje JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Vrednost kakovosti za stiskanje JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Ni optičnih bralnikov na voljo. Priklopite optični bralnik."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Z optičnim bralnikom se ni mogoče povezati"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Optičnega branja ni mogoče začeti"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Napaka med sporazumevanjem z optičnim bralnikom"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Pokaži podrobnosti različice"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Izpiši razhroščevalna sporočila"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Popravi datoteke PDF ustvarjene s starejšimi različicami programa Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Optično branje je spodletelo"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Optično bran dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[NAPRAVA ...] - pripomoček optičnega branja"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "Za popoln seznam možnosti ukazne vrstice zaženite '%s --help'."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Optično bran dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Zapri"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Za dostop do '%s' je zahtevano uporabniško ime in geslo"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Optičnega bralnika ni mogoče zaznati"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Preverite, če je vaš optični bralnik povezan in vklopljen"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Shrani kot ..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Prekliči"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Shrani"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Slikovne datoteke"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Vse datoteke"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Izberite _vrsto datoteke"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (večstranski dokument)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (stisnjen)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (brez izgub)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Shranjevanje datoteke je spodletelo"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "V primeru, da sprememb ne shranite, bodo trajno izgubljene."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Naj bo trenutni dokument shranjen?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Zavrzi vse spremembe"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Ni bilo mogoče shraniti slike za predogled"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Ni mogoče odpreti programa predogleda slik"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Ni mogoče odpreti datoteke pomoči"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Ta program je prosta programska oprema; program lahko širite in/ali "
+"spreminjate\n"
+"pod pogoji Splošnega javnega dovoljenja kot je objavljena s strani Free "
+"Software \n"
+"Foundation; ali različico 3 Licence ali (na vašo željo) katerakoli kasnejša "
+"različica.\n"
+"\n"
+"Ta program je distribuiran v upanju da bo uporaben,\n"
+"toda BREZ KAKRŠNIHKOLI ZAGOTOVIL; tudi brez impliciranih\n"
+"zagotovila za PRODAJO ali PRIMERNOST ZA DOLOČEN NAMEN. \n"
+"Oglejte si GNU General Public Licence za več podrobnosti.\n"
+"\n"
+"Skupaj s programom bi morali prejeti tudi kopijo splošnega javnega potrdila; "
+"\n"
+"v primeru, da kopije niste prejeli si oglejte <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "O programu"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Preprosto orodje za optično branje dokumentov"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Andrej Znidarsic https://launchpad.net/~andrej.znidarsic\n"
+" Damir Jerovšek https://launchpad.net/~jierro\n"
+" Klemen Košir https://launchpad.net/~klemen.kosir\n"
+" Robert Hrovat https://launchpad.net/~robi-hipnos\n"
+" Sasa Batistic https://launchpad.net/~sasa-batistic\n"
+" grofaty https://launchpad.net/~grofaty"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Ali naj bo dokument pred končanjem programa shranjen?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Končaj brez shranjevanja"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d točk na palec (privzeto)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d točk na palec (osnutek)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d točk na palec (visoka ločljivost)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d točk na palec"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Spremeni _optični bralnik"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Samodejno"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Temenjše"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Svetlejše"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Manj"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Več"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Najmanj"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Največ"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Shranjevanje dokumenta ..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Shranjevanje strani %d od %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Datoteke manjkajo"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "PRAV, če je okno programa razpeto"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Višina okna v točkah"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Širina okna v točkah"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Možnosti pomoči\n"
+#~ " -d, --debug Natisne sporočila razhroščevanja\n"
+#~ " -v, --version Pokaže podrobnosti različice\n"
+#~ " -h, --help Pokaže možnosti pomoči\n"
+#~ " --help-all Pokaže vse možnosti pomoči\n"
+#~ " --help-gtk Pokaže možnosti GTK+"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Stran strani za optično branje. Lahko je eno od naslednjega: 'obe' 'spredaj' "
+#~ "'zadaj'"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Višina optično prebrane slike v točkah"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Smer optičnega branja"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Ločljivost zadnjega optičnega branja"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Smer optičnega branja čez optično brano stran. Lahko je ena od naslednjih: "
+#~ "'od-zgoraj-navzdol' 'od-spodaj-navzgor' 'od-leve-proti-desni' 'od-desne-"
+#~ "proti-levi'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Višina optično brane slike v točkah. Ta vrednost je posodobljena na vrednost "
+#~ "zadnje optično prebrane strani."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Ločljivost zadnjega optičnega branja v točkah na palec (dpi)"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Vrsta optično branega dokumenta. 'besedilo' za dokumente z besedilom, "
+#~ "'fotografije' za fotografije. Ta nastavitev določi ločljivost optičnega "
+#~ "branja, barve in nadaljnje obdvelovanje"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Širina optično brane slike v točkah. Ta vrednost je posodobljena na vrednost "
+#~ "zadnje optično brane strani."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Širina optično brane slike v točkah"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Uporaba:\n"
+#~ " %s [NAPRAVA ...] - Pripomoček optičnega branja"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Možnosti GTK+:\n"
+#~ " --class=CLASS Programski razred uporabljen v upravljalniku oken\n"
+#~ " --name=NAME Ime programa, ki je uporabljen v upravljalniku oken\n"
+#~ " --screen=SCREEN Zaslon X za uporabo\n"
+#~ " --sync Uskladi klice X\n"
+#~ " --gtk-module=MODULES Naloži dodatnemodule GTK+\n"
+#~ " --g-fatal-warnings Naredi vsa opozorila usodna"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Preverite svojo namestitev"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Smer optičnega bralnika na optično brani strani."
diff --git a/po/sq.po b/po/sq.po
new file mode 100644
index 0000000..eab711a
--- /dev/null
+++ b/po/sq.po
@@ -0,0 +1,811 @@
+# Albanian translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:08+0000\n"
+"Last-Translator: Alket Rexhepi <alketii@gmail.com>\n"
+"Language-Team: Albanian <sq@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:30+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Autorizo"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Emri i përdoruesit për resursin:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Fjalëkalim:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Para dhe Mbrapa"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Përball"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Mbrapa"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Skanim i thjeshtë"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokumenti"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Sk_anim"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Faqe_e_vetme"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Të Gjitha Faqet Nga _Ushqyesi"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Ndalo Skanimin"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Tekst"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Email"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Faqe"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rrotullo _Majtas"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rrotullo _Djathtas"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "Preje"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Asnjë"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Shkronjë"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Sipas përdoruesit"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Prerje me Rrotullim"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Lëvize Majtas"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Lëvize Djathtas"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Ndihmë"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Përmbajtje"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Filloje një dokument të ri"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "I ri"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Skanoje një faqe të thjeshtë prej skanerit"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skanim"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Ruaje dokumentin tek një fajll"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Ruaj"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Ndaloje skanimin e tanishëm"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Ndalo"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Rrotulloje faqen majtas (kundër akrepave të orës)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rrotullo Majtas"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Rrotullo faqen në të djathtë"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rrotullo Djathtas"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Preje faqen e përzgjedhur"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Prej"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Parapëlqimet"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Skanoje b_urimin"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Rezolucioni i Tekstit:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Rezolucioni i Fotos:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Skanoje anën"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Përmasa e Faqes:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Ndriçimi:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrasti:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Cilësia:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Skanoj Dokumentet"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Paisje për te skanuar prej"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Pajisja SANE prej të cilës do merren imazhet."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Lloji i dokumentit që do të skanohet"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Tipi i dokumentit që do të skanohet. Ky parametër vendos rezolucionin e "
+"skanimit, ngjyrat dhe pas përpunimin."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Gjerësia e letrës në të dhjetat e mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Gjerësia e letrës në të dhjetat e mm (ose 0 për dallim automatik të letrës)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Lartësia e letrës në dhjetat e një mm"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Lartësia e letrës në të dhjetat e mm (ose 0 për dallim automatik të letrës)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Ndriçimi i shkëlqimit"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Rregullimi i ndriçimit nga -100 tek 100 (0 është asnjë)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontrasti i skanimit"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Rregullimi i kontrastit nga -100 tek 100 (0 është asnjë)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Rezulucion per skanimet e teksteve"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Rezolucioni në pika për inç që do të përdoret kur skanohet tekst."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Rezulucion për skanimet e fotove"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Rezolucioni në pika për inç që do të përdoret kur skanohen foto."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Anë e faqes për tu skanuar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Ana e faqes që do të skanohet."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Vend për ti ruajtur gjërat"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Drejtoria ku do të ruhen skedarët. Parazgjedhja është drejtoria e "
+"dokumentëve nëse nuk zgjidhet ndonjë tjetër."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Vlera e cilësisë që do të përdoret në ngjashjen e JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Vlera e cilësisë që do të përdoret në ngjashjen e JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Nuk ka skanera të disponueshëm. Ju lutemi të lidhni një skaner."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Nuk jemi në gjendje të lidhim një skaner"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Nuk munda të nis skanimin"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Gabim gjatë komunikimit me skanerin"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Shfaq versionin e programit"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Printo mesazhet e gabimeve"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Rregullo skedarët PDF të krijuar nga versione më të vjetra të Skanimit të "
+"Thjeshtë"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Skanimi dështoi"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Dokumenti i Skanuar"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Mjet i skanimit"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Nis '%s --ndihmë' për të parë një listë të plotë të linjave të disponueshme "
+"të komandës."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Dokumenti i Skanuar.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Mbylle"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Emri i përdoruesit dhe skanimi kërkohet për të hyrë në '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Nuk u dalluan skanera"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"Ju lutemi të kontrolloni nëse skaneri juaj është i lidhur dhe i ndezur"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Ruaje Si..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Anullo"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Ruaje"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Kartela Pamje"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Të Gjithë Skedarët"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Zgjidh Llojin e _Skedarit"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (dokument shumë faqësh)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (i ngjeshur)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (pa humbje)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Dështuam në ruajtjen e skedarit"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Nëse nuk ruani, ndryshimet do të humbasin përgjithmonë."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Ta ruaj dokumentin e tanishëm?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Anullo Ndryshimet"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Nuk jemi në gjendje ta ruajmë imazhin për parapamje"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Nuk jam në gjendje të hap programin për parapamjen e imazhit"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "E pamundur hapja e file të ndihmës"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Ky program është falas: ju mund ta shpërndani atë/ose modifikoni\n"
+"atë nën termat e Liçensës së Përgjithshme Publike të GNU siç publikohet nga\n"
+"Fondacioni i Programeve Falas, si për versionin 3 të liçensës, ose\n"
+"(sipas zgjedhjes suaj) çdo version të mëvonshëm.\n"
+"\n"
+"Ky program shpërndahet me shpresën se do të jetë i dobishëm,\n"
+"por PA ASNJË GARANCI; madje edhe pa garancinë e shprehur se\n"
+"do jetë i TREGTUESHËM apo i PËRSHTATSHËM PËR NJË QËLLIM TË VEÇANTË. Shikoni\n"
+"Liçensën e Përgjithshme Publike GNU për më tepër detaje.\n"
+"\n"
+"Ju duhet të keni marrë një kopje të Liçensës së Përgjithshme Publike të GNU\n"
+"me këtë program. Nëse jo, shikoni <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Rreth Skanimit të Thjeshtë"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Mjet i thjeshtë për skanimin e dokumenteve"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Alket Rexhepi https://launchpad.net/~alketii\n"
+" Gent Thaçi https://launchpad.net/~gentthaci\n"
+" Vilson Gjeci https://launchpad.net/~vilsongjeci"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Ta ruaj dokumentin para daljes?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Dil pa e ruajtur"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (e parazgjedhur)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (i thjeshtë)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (rezolucion i lartë)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Ndrysho _Skanerin"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatik"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Më e Errët"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Më e lehtë"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Më Pak"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Më tepër"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maksimum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Ruajtje e dokumentit..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Ruajtja e faqes %d nga %d"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Drjetim i skanimit"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Lartësia e figurës së skanuar në pixella"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Lartësia e dritares në piksel"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Gjerësia e dritares në piksel"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Përdorimi:\n"
+#~ " %s [DEVICE...] - Mjeti skanues"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Ju lutemi të kontrolloni instalimin tuaj"
+
+#~ msgid "Files missing"
+#~ msgstr "Skedarët mungojnë"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "E VËRTETË nëse dritarja e programit është maksimizuar"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Rezulucioni i imazhit të fundit të skanuar"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Drejtimi i skanerit përmes faqes së skanuar."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Gjerësia e imazhit të skanuar në pikselë. Kjo vlerë përditësohet në vlerën e "
+#~ "faqes së fundit."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Lartësia e imazhit të skanuar në pikselë. Kjo vlerë përditësohet sipas faqes "
+#~ "së fundit të skanuar."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Rezolucioni në pika për inç i faqes së mëparshme të skanuar."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Gjerësia e imazhit të skanuar në pikselë"
diff --git a/po/sr.po b/po/sr.po
new file mode 100644
index 0000000..253bd6b
--- /dev/null
+++ b/po/sr.po
@@ -0,0 +1,857 @@
+# Serbian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# Мирослав Николић <miroslavnikolic@rocketmail.com>, 2011—2014.
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-02-28 14:28+0000\n"
+"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
+"Language-Team: Serbian translators\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:31+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+"Language: sr\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Овласти"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Корисничко име за извор:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Лозинка:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Лице и позадина"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Лице"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Позадина"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Обично скенирање"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Документ"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "С_кенирај"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Једну _страницу"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Све странице из _фиоке"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Заустави скенирање"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Текст"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Слика"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Ел. пошта"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Страница"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Окрени на _лево"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Окрени на _десно"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Опсеци"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ништа"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "А_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "А_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "А_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Америчко писмо"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "_Легал"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Произвољно"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Заокрени опсечено"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Помери улево"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Помери удесно"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "По_моћ"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Садржај"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Покрените нови документ"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Ново"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Скенирајте једну страницу са скенера"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Скенирај"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Сачувајте документ у датотеку"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Сачувај"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Зауставите текуће скенирање"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Заустави"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Окрените страну на лево (супротно смеру казаљке на сату)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Окрени на лево"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Окрените страну на десно (у смеру казаљке на сату)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Окрени на десно"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Одрежите изабрану страну"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Одрежи"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Поставке"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Извор _скенирања:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Резолуција _текста:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Ре_золуција слике:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Странице за скенирање:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Величина странице:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Освјетљај:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Контраст:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Квалитет:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Скенирајте документе"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Уређај са ког ће се скенирати"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "САНЕ уређај са ког ће се унети слике."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Врста документа који ће бити скениран"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Врста документа који ће бити скениран. Ово подешавање одлучује о резолуцији, "
+"бојама и завршној обради скенирања."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Ширина папира у десетом делу милиметра"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Ширина папира у десетом делу милиметра (или 0 за самостално откривање "
+"папира)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Висина папира у десетом делу милиметра"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Висина папира у десетом делу милиметра (или 0 за самостално откривање "
+"папира)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Осветљај скенирања"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Дотеривање осветљаја од -100 до 100 (0 значи ништа)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Контраст скенирања"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Дотеривање контраста од -100 до 100 (0 значи ништа)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Резолуција за скенирања текста"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"Резолуција у тачкама-по-инчу (dpi) која ће бити коришћена при скенирању "
+"текста."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Резолуција за скенирања слика"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"Резолуција у тачкама-по-инчу (dpi) која ће бити коришћена при скенирању "
+"фотографија."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Страна странице за скенирање"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Страна странице за скенирање."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Директоријум за чување датотека"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Директоријум у коме ће бити сачуване датотеке. Ако није постављено онда је "
+"то основни директоријум докумената."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Вредност квалитета за ЈПЕГ сажимање"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Вредност квалитета која ће се користити за ЈПЕГ сажимање."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Нема доступних скенера. Молим прикључите скенер."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Не могу да се повежем са скенером"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Не могу да започнем скенирање"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Грешка у коминикацији са скенером"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Приказује издање програма"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Исписује поруке за отклањање грешака"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Поправи ПДФ датотеке створене старијим издањима Једноставног скенирања"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Нисам успео да скенирам"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Скенирани документ"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[УРЕЂАЈ...] — алатка за скенирање"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Покрените „%s --help“ за потпуни списак свих опција из командне линије."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Скенирани документ.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Затвори"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Корисничко име и лозинка су обавезни за приступ „%s“"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Нема откривених скенера"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Проверите да ли је скенер повезан и укључен"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Сачувај као..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Откажи"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Сачувај"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Датотеке слика"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Све датотеке"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "_Изабери врсту датотеке"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "ПДФ (документ са више страна)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "ЈПЕГ (сажето)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "ПНГ (без губитака)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Нисам успео да сачувам датотеку"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Уколико не сачувате, измене ће бити трајно изгубљене."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Да сачувам текући документ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Одбаци измене"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Не могу да сачувам слику за преглед"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Не могу да отворим програм за приказивање слика"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Не могу да отворим датотеку помоћи"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Овај програм је слободан софтвер: можете га делити и/или\n"
+"мењати под условима Гнуове Опште јавне лиценце коју је\n"
+"објавила Задужбина слободног софтвера, било верзије 3\n"
+"лиценце, или (по вашем избору) било које новије верзије.\n"
+"\n"
+"Овај програм се расподељује у нади да ће бити користан,\n"
+"али БЕЗ ИКАКВЕ ГАРАНЦИЈЕ, чак и без примењене гаранције\n"
+"ТРЖИШНЕ ВРЕДНОСТИ или ПРИЛАГОЂЕНОСТИ ОДРЕЂЕНОЈ НАМЕНИ.\n"
+"Погледајте ГНУ Општу јавну лиценцу за више детаља.\n"
+"\n"
+"Требали сте да примите примерак ГНУ Опште јавне лиценце\n"
+"уз овај програм. Ако нисте, погледајте:\n"
+"http://www.gnu.org/licenses/."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "О Једноставном скенирању"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Једноставна алатка за скенирање докумената"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Ivan Petrovic https://launchpad.net/~ivanpetrovic\n"
+" Kosava https://launchpad.net/~kosava\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" Michael Hoth https://launchpad.net/~hoth-einbeck\n"
+" Марко М. Костић https://launchpad.net/~marko-m-kostic\n"
+" Мирослав Николић https://launchpad.net/~lipek"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Да сачувам документ пре него што изађем?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Изађи без чувања"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d тпи (основно)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d тпи (нацрт)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d тпи (висока резолуција)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d тпи"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Промени _скенер"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Самостално"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Тамније"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Светлије"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Мање"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Више"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Најмање"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Највише"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Чувам документ..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Чувам %d. страницу од укупно %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Проверите вашу инсталацију"
+
+#~ msgid "Files missing"
+#~ msgstr "Недостају датотеке"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Правац скенирања"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Резолуција последње скениране слике"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Резолуција у тачкама-по-инчу (dpi) претходно скениране слике."
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Висина скениране слике у тачкама"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "ТАЧНО ако је прозор програма увећан"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Усмерење скенера преко скениране странице."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Ширина скениране слике у тачкама"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Висина прозора у тачкама"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Ширина прозора у тачкама"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Усмерење скенера преко скениране странице. Може бити једна од следећих "
+#~ "вредности: „top-to-bottom“ (одозго-на-доле), „bottom-to-top“ (одоздо-на-"
+#~ "горе), „left-to-right“ (слева-на-десно) или „right-to-left“ (сдесна-на-лево)."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Страна странице за скенирање. Може бити једна од следећих вредности: „both“ "
+#~ "(обе), „front“ (наличје) или „back“ (позадина)."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Врста документа који ће бити скениран. „text“ (текст) за документа, „photo“ "
+#~ "(фотографија) за фотографије. Ово подешавање одлучује о резолуцији, бојама и "
+#~ "завршној обради скенирања."
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Коришћење:\n"
+#~ " %s [УРЕЂАЈ...] — алатка за скенирање"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Опције помоћи:\n"
+#~ " -d, --debug Исписује поруке за исправљање грешака\n"
+#~ " -v, --version Исписује издање програма\n"
+#~ " -h, -?, --help Приказује опције помоћи\n"
+#~ " --help-all Приказује све опције помоћи\n"
+#~ " --help-gtk Приказује Гтк+ опције"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Гтк+ опције:\n"
+#~ " --class=CLASS Класа програма коју користи управљач "
+#~ "прозора\n"
+#~ " --name=NAME Име програма које користи управљач "
+#~ "прозора\n"
+#~ " --screen=SCREEN Икс екран за коришћење\n"
+#~ " --sync Усаглашава позиве Икса\n"
+#~ " --gtk-module=MODULES Учитава допунске Гтк+ модуле\n"
+#~ " --g-fatal-warnings Чини сва упозорења кобним"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Ширина скениране слике у тачкама. Ова вредност се аутоматски поставља на "
+#~ "величину последње скениране странице."
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Висина скениране слике у тачкама. Ова вредност се аутоматски поставља на "
+#~ "величину последње скениране странице."
diff --git a/po/sv.po b/po/sv.po
new file mode 100644
index 0000000..750abd6
--- /dev/null
+++ b/po/sv.po
@@ -0,0 +1,856 @@
+# Swedish translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:08+0000\n"
+"Last-Translator: Daniel Nylander <yeager@ubuntu.com>\n"
+"Language-Team: Swedish <sv@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "A_uktorisera"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Användarnamn för källa:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Lösenord:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Fram- och baksida"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Framsida"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Baksida"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Enkel bildinläsning"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "Läs _in"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Enkel _sida"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Alla sidor från _matare"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Stoppa inläsning"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Text"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Foto"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Ändra sidordning"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_E-post"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Sida"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Rotera åt _vänster"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Rotera åt _höger"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Beskär"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Ingen"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4x6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "An_passad"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Rotera beskär"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Hjälp"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Innehåll"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Starta ett nytt dokument"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Nytt"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Läs in en enstaka sida från bildläsaren"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Läs in"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Spara dokument till en fil"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Spara"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Stoppa den aktuella bildinläsningen"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Stoppa"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Rotera sidan åt vänster (motsols)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Rotera åt vänster"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Rotera sidan åt höger (medsols)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Rotera åt höger"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Beskär den valda sidan"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Beskär"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Inställningar"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Inläsnings_källa:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Textupplösning:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Fotoupplösning:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Inläsningssida:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Sidstorlek:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Ljusstyrka:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Kontrast:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kvalitet:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Läs in dokument"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Enhet att läsa in från"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "SANE-enhet att hämta in bilder från."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Typ av dokument som ska läsas in"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Typ av dokument att läsa in. Denna inställning bestämmer inläsningens "
+"upplösning, färger och efterbehandling."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Bredd på pappret i tiondels millimeter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Bredd på pappret i tiondels millimeter (eller 0 för automatisk "
+"pappersidentifiering)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Höjd på pappret i tiondels millimeter"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Höjd på pappret i tiondels millimeter (eller 0 för automatisk "
+"pappersidentifiering)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Ljusstyrka i skanningen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Instöllningen av ljusstyrkan från -100 till 100 (0 betyder ingen)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Kontrasten på skanningen"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Inställningen av kontrast från -100 till 100 (0 betyder ingen)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Upplösning för textinläsningar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Upplösning i punkter per tum att använda när text läses in."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Upplösning för fotoinläsningar"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Upplösningen i punkter per tum att använda när foton läses in."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Sida att läsa in"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Papprets sida att läsa in."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Katalog att spara filer i"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Katalogen att spara filer i. Standardvärdet är dokumentkatalogen om den inte "
+"är inställd."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Kvalitets värde i JPEG kompression"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Kvalitets värde i JPEG kompression"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Inga bildläsare finns tillgängliga. Anslut en bildläsare."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Kan inte ansluta till bildläsare"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Kan inte starta inläsning"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Fel i kommunikation med bildläsare"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Visa utgåvans version"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Skriv ut felsökningsmeddelanden"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Laga PDF-filer som skapades med äldre versioner av Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Misslyckades med att läsa in"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Inläst dokument"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ENHET...] - Bildinläsningsverktyg"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Kör \"%s --help\" för en komplett lista över tillgängliga "
+"kommandoradsflaggor."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Inläst dokument.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Stäng"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Användarnamn och lösenord krävs för åtkomst till \"%s\""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Inga bildinläsare hittades"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Kontrollera att din bildläsare är ansluten och påslagen"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Spara som..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Avbryt"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Spara"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Bildfiler"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Alla filer"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Välj fil_typ"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (flersidigt dokument)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (komprimerad)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (förlustfri)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Misslyckades med att spara filen"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Om du inte sparar så kommer ändringarna att gå förlorade."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Spara aktuellt dokument?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Förkasta ändringar"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Kunde inte spara bild för förhandsvisning"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Kunde inte öppna förhandsvisningsprogrammet för bilder"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "Kombinera sidor"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "Kombinera sidor (omvänt)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "Omvänt"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Behåll oförändrad"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Kunde inte öppna hjälpfilen"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Detta program är fri programvara. Du kan distribuera det och/eller\n"
+"modifiera det under villkoren i GNU General Public License, publicerad\n"
+"av Free Software Foundation, antingen version 3 eller (om du så vill)\n"
+"någon senare version.\n"
+"\n"
+"Detta program distribueras i hopp om att det ska vara användbart,\n"
+"men UTAN NÅGON SOM HELST GARANTI, även utan underförstådd\n"
+"garanti om SÄLJBARHET eller LÄMPLIGHET FÖR NÅGOT\n"
+"SPECIELLT ÄNDAMÅL. Se GNU General Public License för ytterligare\n"
+"information.\n"
+"\n"
+"Du bör ha fått en kopia av GNU General Public License tillsammans\n"
+"med detta program. Om inte, se <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Om Enkel bildinläsning"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Enkelt verktyg för inläsning av dokument"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Anders Pamdal https://launchpad.net/~anders-pamdal\n"
+" Arve Eriksson https://launchpad.net/~031299870-telia\n"
+" Daniel Nylander https://launchpad.net/~yeager\n"
+" Erik Hellberg https://launchpad.net/~erik-hellberg85\n"
+" Jens Askengren https://launchpad.net/~jens-askengren\n"
+" Peter Ahlgren https://launchpad.net/~peter.ahlgren\n"
+" Simba https://launchpad.net/~the-funnyboy\n"
+" Simon Hammarström https://launchpad.net/~simmeson\n"
+" Teodor Jönsson https://launchpad.net/~teodor-jonsson-sogeti-"
+"deactivatedaccount"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Spara dokumment innan du avslutar?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Avsluta utan att spara"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (standard)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (utkast)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (hög upplösning)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Nytt dokument"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Dokument"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "E-post..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Skriv ut..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Hjälp"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Om"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Avsluta"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "Byt _bildinläsare"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Automatiskt"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Mörkare"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Ljusare"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Mindre"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Mer"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Minimum"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Maximum"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Sparar dokument..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Sparar sida %d av %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Riktning för inläsning"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Användning:\n"
+#~ " %s [ENHET...] - Inläsningsverktyg"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Kontrollera din installation"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Höjd för den inlästa bilden i bildpunkter"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Upplösning för senaste inlästa bild"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Bredd för den inlästa bilden i bildpunkter"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Fönsterhöjd i bildpunkter"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Fönsterbredd i bildpunkter"
+
+#~ msgid "Files missing"
+#~ msgstr "Filer saknas"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE om programfönstret är maximerat"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Hjälpflaggor:\n"
+#~ " -d, --debug Skriv ut felsökningsmeddelanden\n"
+#~ " -v, --version Visa utgåvans version\n"
+#~ " -h, --help Visa hjälpflaggor\n"
+#~ " --help-all Visa alla hjälpflaggor\n"
+#~ " --help-gtk Visa GTK+-flaggor"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+-flaggor:\n"
+#~ " --class=KLASS Programklass som används av "
+#~ "fönsterhanteraren\n"
+#~ " --name=NAMN Programnamn som används av "
+#~ "fönsterhanteraren\n"
+#~ " --screen=SKÄRM X-skärm att använda\n"
+#~ " --sync Gör X-anrop synkrona\n"
+#~ " --gtk-module=MODULER Läs in ytterligare GTK+-moduler\n"
+#~ " --g-fatal-warnings Gör alla varningar ödesdigra"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Höjd för den inlästa bilden i bildpunkter. Detta värde uppdateras till vad "
+#~ "som senaste inlästa bilden använde."
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Riktningen för bildläsaren över den inlästa sidan. Det kan vara en av "
+#~ "följande: \"top-to-bottom\" \"bottom-to-top\" \"left-to-right\" \"right-to-"
+#~ "left\""
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "Upplösningen i punkter per tum för den föregående inlästa bilden."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Bredd för den inlästa bilden i bildpunkter. Detta värde uppdateras till vad "
+#~ "som senaste inlästa bilden använde."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Typ av dokument som läses in. \"text\" för textdokument, \"photo\" för "
+#~ "foton. Denna inställning bestämmer inläsningens upplösning, färger och "
+#~ "efterbehandling."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Sidan att läsa in. Det kan vara en av följande: \"both\" \"front\" \"back\""
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Riktningen för bildläsaren över den inlästa sidan."
diff --git a/po/ta.po b/po/ta.po
new file mode 100644
index 0000000..18f7466
--- /dev/null
+++ b/po/ta.po
@@ -0,0 +1,709 @@
+# Tamil translation for simple-scan
+# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2014-03-22 13:36+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Tamil <ta@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_அனுமதியளி"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "முன் மற்றும் பின்"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "முன்னால்"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "பின் செல்க"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "தனி _பக்கம்"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "அனைத்து பக்கங்களை பீடர் இருந்து உள்ளன"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "உரை"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr ""
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_மின்னஞ்சல்"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "இடதுபுறமாக சுழற்று"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_ வெட்டு"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr ""
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr ""
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr ""
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "(_C) தனிப்பயன்"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "வலப்பக்கம் நகர்"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_உதவி"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_உள்ளடக்கங்கள்"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "வலப்பக்கம் சுழற்று"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "தேர்வு செய்த பக்கத்தை வெட்டு"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "பக்க அளவு:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" P. Suresh https://launchpad.net/~monni-suresh\n"
+" Ramesh https://launchpad.net/~rame20002007\n"
+" SyedKhaleel Jageer https://launchpad.net/~jskcse4\n"
+" mano-மனோ https://launchpad.net/~manoj-neyveli"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
diff --git a/po/te.po b/po/te.po
new file mode 100644
index 0000000..7fc6711
--- /dev/null
+++ b/po/te.po
@@ -0,0 +1,839 @@
+# Telugu translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:08+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Telugu <te@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "అధికారమిచ్చు(_A)"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "వనరుకు వాడుకరిపేరు(_U):"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "సంకేతపదం(_P):"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "ముందు మరియు వెనుక"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "ముందుభాగం"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "వెనుకకు"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "సింపుల్ స్కాన్"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "పత్రం (_D)"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "స్కాన్(_a)"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "ఒక పేజీ(_P)"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "ఫీడర్ నుండి అన్ని పేజీలు(_F)"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "స్కాన్ ఆపు(_S)"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "పాఠ్యం"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "ఫొటో"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "ఈమెయిల్(_E)"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "పేజీ(_P)"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "ఎడమవైపు తిప్పు (_L)"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "కుడివైపు తిప్పు(_R)"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "క్రాప్ చేయి(_C)"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "ఏదీకాదు(_N)"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "లెటర్ (_L)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "లీగల్ (_g)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "మలచుకొను(_C)"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "క్రాప్‌చేసినదానిని తిప్పు(_R)"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "ఎడమకు జరుపు"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "కుడి వైపు జరుపు"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "సహాయం (_H)"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "విషయసూచిక(_C)"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "ఒక కొత్త పత్రాన్ని ప్రాంరంభించు"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "కొత్త"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "స్కానర్ నుండి ఒకే ఒక పేజీ స్కాన్ చేయి"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "స్కాన్"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "పత్రాన్ని ఫైలులో దాచు"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "భద్రపరచు"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "ప్రస్తుత స్కాన్ ఆపు"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "ఆపు"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "ఎడమవైపుకు త్రిప్పు (అపసవ్య)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "ఎడమవైపు తిప్పు"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "కుడి వైపుకు త్రిప్పు (సవ్య)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "కుడివైపు తిప్పు"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "ఎంపికైన పెజీ అంచులుసవరించు"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "అంచులుసవరించు"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "ప్రాధాన్యతలు"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "స్కాన్ మూలం (_o):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "పాఠ విభాజకత (_T)"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "ఫొటో విభాజకత(_P)"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "స్కాన్ చేయు ప్రక్క:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "పేజీ పరిమాణం:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "పత్రాలు స్కాన్ చేయు"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "స్కాన్ చేయుటకు పరికరం"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "బొమ్మలు తెచ్చుకొనుటకు SANE పరికరం."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "స్కాన్ చేయబడుచున్న పత్ర రకం"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "పేపర్ వెడల్పు (మిమీ లో దశాంశభాగం)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"పేపర్ వెడల్పు మిల్లీమీటర్ లో దశాంశభాగాలలో (లేక 0 స్వయంచాలక పేపర్ పొడవు "
+"కనుగొనటానికి)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "పేపర్ ఎత్తు (మిమీలో దశాంశభాగం)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"పేపర్ పొడవు మిల్లీమీటర్ లో దశాంశభాగాలలో (లేక 0 స్వయంచాలక పేపర్ పొడవు "
+"కనుగొనటానికి)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "పాఠ్య స్కాన్‌లకు విభాజకత"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "పాఠం స్కాన్ చేయుటకు వాడవలసిన విభాజకత (అంగుళానికి చుక్కలు)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "ఫొటో స్కాన్‌లకు విభాజకత"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "ఫొటోలు స్కాన్ చేయుటకు వాడవలసిన విభాజకత (అంగుళానికి చుక్కలు)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "ఏ వైపునుంచి పేజీని స్కాన్‌చేయాలి"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "పేజీని స్కాన్ చేయవలసిన భాగం."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ఫైళ్లు దాచవలసిన సంచయం"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"ఫైళ్లు దాచవలసిన సంచయం. గమ్యస్థానం ఇవ్వనట్లైతే పత్రాల (Documents) అప్రమేయ "
+"సంచయం వాడబడుతుంది."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "ఏ స్కానర్‌లు అందుబాటులోలేవు. దయచేసి ఒక స్కానర్‌ను అనుసంధానించండి."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "స్కానర్‌కు అనుసంధానించలేకపోతోంది"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "స్కాన్ ప్రారంభించుట వీలుకాలేదు"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "స్కానర్‌తో వర్తమాన దోషం"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "విడుదల రూపాంతరాన్ని చూపించు"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "దోషశుద్ధి సందేశాలను ముద్రించు"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "స్కాన్‌చేయుటలో విఫలమైంది"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "స్కాన్‌చేయబడిన పత్రం"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "అందుబాటులో వున్న అదేశ వరుస ఐచ్చికముల కొరకు '%s --help' నడుపు."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "స్కాన్‌చేయబడిన పత్రం.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "'%s' వాడుటకు వాడుకరిపేరు మరియు సంకేతపదం కావాలి"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "ఏ స్కానర్‌లు కనిపెట్టబడలేదు"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+"మీ స్కానర్ విద్యుత్తుచే చేతనమై కంప్యూటర్‌కు అనుసంధానమైనదో లేదో చూడండి."
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "ఇలా దాచు..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "బొమ్మ ఫైళ్లు"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "అన్ని ఫైళ్ళు"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "ఫైల్ రకం ఎంచుకోండి( _T)"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (బహుళ-పేజి పత్రం)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (కుదించిన)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (నష్టంలేని)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "ఫైల్ దాచుటలో విఫలమైంది"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "ఒకవేళ మీరు దాచకపోతే, మార్పులను శాశ్వతముగా కోల్పోతారు."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "ప్రస్తుత పత్రాన్ని దాచాలా?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "మార్పులు వదలివేయి"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "మునుజూపు కొరకు బొమ్మను భద్రపరుచులేకపోతున్నది"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "బొమ్మ మునుజూపు అనువర్తనం తెరచుట వీలుకాలేదు"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "సహాయ ఫైలు తెరువలేకపోయింది"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"ఈ ప్రోగ్రామ్ ‌వుచిత సాఫ్ట్వేర్: మీరు తిరిగి పంపిణీ లేక మార్పులు, ఫ్రీ "
+"సాఫ్ట్వేర్ ఫౌండేషన్ వారి GNU General Public License రూపాంతరము 3 లేక తరువాతి "
+"రూపాంతరం(మీ కిష్టమైతే) చేయవచ్చు.\n"
+"\n"
+"\n"
+"ఈ ప్రోగ్రామ్ వుపయోగంగా వుంటుందని పంపిణీ చేస్తున్నాము. ఏవిధమైన హామీ, "
+"వ్యాపారయోగ్యమని, లేక ఒకనొక పనికి తగినదని హామీలు లేవు. మరిన్ని వివరాలకు "
+"చూడండి GNU General Public License\n"
+"\n"
+"GNU General Public License మీకు దీనితో ఇచ్చి వుండాలి\n"
+" లేనిచో చూడండి <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "సింపుల్ స్కాన్ గురించి"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "సులభంగా పత్ర స్కానింగ్‌చేయు సాధనం"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Launchpad Translations Administrators https://launchpad.net/~rosetta\n"
+" Praveen Illa https://launchpad.net/~telugulinux\n"
+" arjuna rao chavala https://launchpad.net/~arjunaraoc\n"
+" వీవెన్ https://launchpad.net/~veeven"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "నిష్క్రమించేముందు పత్రాన్ని దాచాలా?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "దాచకుండా నిష్క్రమించు"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (అప్రమేయ)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (చిత్తు)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (ఉన్నత విభాజకత)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "స్కానర్‌ను మార్చు(_S)"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "స్వయంచాలక"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE అనువర్తనం విండో గరిష్ఠ పరిమాణంలో చూపబడుతున్నట్లైతే"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr "స్కాన్ చేయుటకు పేజీ భాగం. రెండువైపుల పైన, వెనుక,"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "ఇటీవల స్కాన్ చేయబడిన బొమ్మ విభాజకత (అంగుళానికి చుక్కలు)"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "స్కాన్ మార్గం స్కాన్ పేజీపై. 'పైనుండి క్రిందికి' ' క్రింది నుండి పైకి' "
+#~ "'ఎడమనుండికుడి' 'కుడినుండిఎడమ'"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "స్కాన్ చేయబడుచున్న పత్ర రకం 'పాఠం' పాఠ్యపత్రములకు, 'ఫోటో' ఫొటోలకొరకు. ఈ "
+#~ "అమరిక స్కాన్ విభాజకత, రంగులు మరియు స్కాన్ చేసినతరువాత పనులు నిర్ణయించును"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "స్కాన్‌చేయబడిన బొమ్మ ఎత్తు(పిక్సెళ్ళలో)"
+
+#~ msgid "Direction of scan"
+#~ msgstr "స్కాన్‌చేయు దిశ"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "ఇటీవలి స్కాన్‌చేయబడిన బొమ్మ విభాజకత"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "స్కాన్ చేయబడిన బొమ్మ ఎత్తు పిక్సెళ్ళలో. ఇటీవలి స్కాన్‌చేసిన పేజీ అధారంగా ఈ "
+#~ "విలువ మార్చబడుతుంది."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "విండో ఎత్తు పిక్సెళ్ళలో"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "విండో వెడల్పు పిక్సెళ్ళలో"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "స్కాన్ చేయబడిన బొమ్మ వెడల్పు పిక్సెళ్ళలో. ఇటీవలి స్కాన్‌చేసిన పేజీ అధారంగా "
+#~ "ఈ సంఖ్యమార్చబడుతుంది."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "స్కాన్‌చేయబడిన బొమ్మ వెడల్పు(పిక్సెళ్ళలో)"
+
+#~ msgid "Files missing"
+#~ msgstr "కనబడని ఫైళ్లు"
+
+#~ msgid "Please check your installation"
+#~ msgstr "దయచేసి మీ స్థాపనని సరిచూసుకోండి"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "సహాయ ఎంపికలు:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "వాడుక:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ ఎంపికలు:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
diff --git a/po/th.po b/po/th.po
new file mode 100644
index 0000000..cd4b9d4
--- /dev/null
+++ b/po/th.po
@@ -0,0 +1,843 @@
+# Thai translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:09+0000\n"
+"Last-Translator: AnuchitChalothorn <anoochit@gmail.com>\n"
+"Language-Team: Thai <th@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_อนุญาต"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_ชื่อผู้ใช้ทรัพยากร :"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "รหัส_ผ่าน:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "หน้าและหลัง"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "หน้า"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "หลัง"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "เ_อกสาร"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "สแกน"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_หน้าเดี่ยว"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "ทุกหน้าจาก_ตัวป้อนกระดาษ"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_หยุดสแกน:"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "ข้อความ"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "ภาพถ่าย"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_อีเมล"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_หน้า"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "หมุน_ซ้าย"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "หมุน_ขวา"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_ตัด"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "ไ_ม่มี"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_จดหมาย"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_กำหนดเอง"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "หมุ_นภาพตัด"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "ย้ายไปทางซ้าย"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "ย้ายไปทางขวา"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_วิธีใช้"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "เ_นื้อหา"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "เริ่มเอกสารใหม่"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "สร้าง"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "สแกนหน้าเดียวจากเครื่องสแกน"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "สแกน"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "บันทึกเอกสารเป็นแฟ้ม"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "บันทึก"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "หยุดการสแกนขณะนี้"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "หยุด"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "หมุนหน้าไปทางซ้าย (ทวนเข็มนาฬิกา)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "หมุนซ้าย"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "หมุนหน้าไปทางขวา (ตามเข็มนาฬิกา)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "หมุนขวา"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "ตัดหน้าที่เลือก"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "ตัด"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "คุณสมบัติ"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "แ_หล่งสแกน:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "ความละเอียด_ข้อความ:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "ความละเอียด_ภาพถ่าย:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "สแกนด้าน:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "ขนาดกระดาษ :"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "สแกนเอกสาร"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "เครื่องสแกนจาก"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "อุปกรณ์ SANE เพื่อรับภาพจาก"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "ชนิดของเอกสารที่ถูกสแกน"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"ชนิดของเอกสารที่จะสแกน การตั้งค่านี้มีผลต่อความละเอียดการสแกน สี "
+"และการประมวลผลหลังสแกน"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "ความกว้างของกระดาษใน 10 ของมิลลิเมตร"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"ความกว้างของกระดาษใน 10 ของมิลลิเมตร (หรือ 0 สำหรับการตรวจสอบกระดาษอัตโนมัติ)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "ความสูงของกระดาษใน 10 ของมิลลิเมตร"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"ความสูงของกระดาษใน 10 ของมิลลิเมตร (หรือ 0 สำหรับการตรวจสอบกระดาษอัตโนมัติ)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "ความละเอียดการสแกนข้อความ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "ความละเอียด เป็นจุดต่อนิ้วที่จะใช้เมื่อการสแกนข้อความ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "ความละเอียดการสแกนภาพถ่าย"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "ความละเอียด เป็นจุดต่อนิ้วที่จะใช้เมื่อการสแกนภาพ"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "หน้ากระดาษ ด้านที่จะสแกน"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "ด้านกระดาษที่จะสแกน"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ไดเรคทอรีเพื่อบันทึกไฟล์"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"ไดเรกทอรีที่ใช้บันทึกแฟ้ม ค่าเริ่มต้นไดเรกทอรีสำหรับเอกสารถ้าไม่มีการตั้งค่า"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "เครื่องสแกนไม่สามารถใช้ได้ โปรดเชื่อมต่อเครื่องสแกน"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "ไม่สามารถเชื่อมต่อเครื่องสแกน"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "ไม่สามารถเริ่มต้นการสแกน"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "การสื่อสารกับเครื่องสแกนผิดพลาด"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "แสดงรุ่นที่ออก"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "แสดงข้อความข้อบกพร่อง"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "ซ่อมแฟ้ม PDF ที่ถูกสร้างด้วย Simple Scan รุ่นที่เก่ากว่า"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "การสแกนล้มเหลว"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "เอกสารที่สแกนแล้ว"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - เครื่องมือกำลังสแกน"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "เรียก '%s --help' เพื่อดูตัวเลือกทั้งหมดที่มีของบรรทัดคำสั่ง"
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "สแกน Document.pdf แล้ว"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "ต้องการชื่อผู้ใช้และรหัสผ่านเพื่อเข้าใช้ '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "ไม่พบเครื่องสแกน"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "กรุณาตรวจสอบการเชื่อมต่อเครื่องสแกนของคุณและเปิดเครื่อง"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "บันทึกเป็น..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "แฟ้มภาพ"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "แฟ้มทั้งหมด"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "เลือก_ประเภทแฟ้ม"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (เอกสารหลายหน้า)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (บีบอัดแล้ว)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (lossless)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "การบันทึกแฟ้มล้มเหลว"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "ถ้าคุณไม่บันทึกการแก้ไขทั้งหมดจะสูญหายอย่างถาวร"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "บันทึกเอกสารปัจจุบัน"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "ยกเลิกการเปลี่ยนแปลง"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "ไม่สามารถบัญทึกรูปภาพตัวอย่าง"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "ไม่สามารถเปิดโปรแกรมแสดงภาพได้"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "ไม่สามารถเปิดแฟ้มเอกสารวิธีใช้"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "เกี่ยวกับ Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "เครื่องมือสแกนเอกสารอย่างง่าย"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Anuchit Chalothorn https://launchpad.net/~anuchit-redlinesoft\n"
+" AnuchitChalothorn https://launchpad.net/~anuchit\n"
+" Manop Pornpeanvichanon(มานพ พรเพียรวิชานนท์) "
+"https://launchpad.net/~manoppornpeanvichanon\n"
+" SiraNokyoongtong https://launchpad.net/~gumara\n"
+" kijjaz https://launchpad.net/~kijjaz-gmail"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "บันทึกเอกสารก่อนปิดหรือไม่?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "ปิดโดยไม่บันทึก"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (ค่าปริยาย)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (ภาพร่าง)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (ความละเอียดสูง)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "เ_ปลี่ยนเครื่องสแกน"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "อัตโนมัติ"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "ทิศทางของการสแกน"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "ความสูงของภาพที่สแกน เป็นพิกเซล"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "ความละเอียดของภาพที่สแกนล่าสุด"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "เป็นจริง ถ้าหน้าต่างโปรแกรมขนายเต็มหน้าจอ"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "ทิศทางการสแกนข้ามหน้าสแกน มีความสามารถดังนี้: 'บน-ไป-ล่าง' 'ล่าง-ไป-บน' "
+#~ "'ซ้าย-ไป-ขวา' 'ขวา-ไป-ซ้าย'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "ความสูงของภาพที่สแกน เป็นพิกเซล ค่านี้มีการปรับปรุงจากหน้าที่สแกนล่าสุด"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr "สแกนหน้ากระดาษ สามารถสแกนได้จากนี้ :'ทั้งคู่' 'หน้า' 'หลัง'"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "ความละเอียด เป็นจุดต่อ นิ้วของภาพที่สแกนก่อนหน้านี้"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "ความกว้างของภาพที่สแกน เป็นพิกเซล ค่านี้มีการปรับปรุงจากหน้าที่สแกนล่าสุด"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "ชนิดของเอกสารที่ถูกสแกน 'ข้อความ'สำหรับเอกสารข้อความ'รูปภาพ'สำหรับภาพถ่าย "
+#~ "การตั้งค่านี้ตัดสินใจในการสแกนความละเอียดของสีและหลังการประมวลผล"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "ความกว้างของภาพที่ สแกนเป็นพิกเซล"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "ความสูงของหน้าต่างเป็นพิกเซล"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "ความกว้างของหน้าต่างเป็นพิกเซล"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "ตัวเลือก GTK+:\n"
+#~ " --class=CLASS "
+#~ "คลาสของโปรแกรมตามที่ใช้โดยโปรแกรมจัดการหน้าต่าง\n"
+#~ " --name=NAME "
+#~ "ชื่อของโปรแกรมตามที่ใช้โดยโปรแกรมจัดการหน้าต่าง\n"
+#~ " --screen=SCREEN สกรีน X ที่จะใช้\n"
+#~ " --sync ทำให้การเรียก X เป็นแบบหยุดคอย "
+#~ "(synchronous)\n"
+#~ " --gtk-module=MODULES โหลดมอดูล GTK+ เพิ่มเติม\n"
+#~ " --g-fatal-warnings ถือว่าคำเตือนต่างๆ "
+#~ "ที่เกิดขึ้นเป็นความผิดพลาดร้ายแรง"
+
+#~ msgid "Files missing"
+#~ msgstr "ไม่พบแฟ้ม"
+
+#~ msgid "Please check your installation"
+#~ msgstr "กรุณาตรวจสอบการติดตั้งของคุณ"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "ทิศทางของสแกนเนอร์ตอนสแกนผ่านหน้ากระดาษ"
diff --git a/po/tr.po b/po/tr.po
new file mode 100644
index 0000000..ecfaf72
--- /dev/null
+++ b/po/tr.po
@@ -0,0 +1,866 @@
+# Turkish translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:09+0000\n"
+"Last-Translator: Robert Ancell <robert.ancell@canonical.com>\n"
+"Language-Team: Turkish <tr@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Yetkilendir"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "Kaynak için _kullanıcı adı:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Parola:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Ön ve Arka taraf"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Ön taraf"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Arka taraf"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Basit Tarama"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Belge"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "T_ara"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "_Tek Sayfa"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Kaynaktaki Tüm _Sayfalar"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "_Taramayı Durdur"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Metin"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Fotoğraf"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Eposta"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Sayfa"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "_Sola Döndür"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Sa_ğa Çevir"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Kırp"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Hiçbiri"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Harf"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Ya_sal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Özel"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Kırpmayı Döndür"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Sola Taşı"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Sağa Taşı"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Yardım"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_İçindekiler"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Yeni bir belge başlat"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Yeni"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Tarayıcıdan tek bir sayfa tara"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Tara"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Belgeyi bir dosyaya kaydet"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Kaydet"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Geçerli taramayı durdur"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Durdur"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Sayfayı sola döndür (saat yönünün tersine)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Sola Döndür"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Sayfayı sağa döndür (saat yönünde)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Sağa Döndür"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Seçili sayfayı kırp"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Kırp"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Tercihler"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Ta_rama Kaynağı:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "_Metin Çözünürlüğü:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "_Fotoğraf Çözünürlüğü:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Taranacak taraf:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Sayfa Boyutu:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Parlaklık:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Karşıtlık:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Kalite:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Belgeleri Tara"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Tarama yapılacak aygıt"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Görüntülerin alınacağı SANE aygıtı"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Taranacak belgenin türü"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Taranacak belge türü. Bu ayar tarama kalitesi, renkler ve son işlemlere göre "
+"belirlenir."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Ondabirlik mm cinsinden kağıdın genişliği"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Ondabirlik mm cinsinden kağıdın genişliği ( ya da otomatik kağıt tespiti "
+"için 0)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Ondabirlik mm cinsinden kağıdın yüksekliği"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Ondabirlik mm cinsinden kağıdın yüksekliği ( ya da otomatik kağıt tespiti "
+"için 0)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Tarama parlaklığı"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "-100'den 100'e (0 hiçbiri) parlaklık ayarlaması"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Tarama karşıtlığı"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "-100'den 100'e (0 hiçbiri) karşıtlık ayarlaması"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Metin taramaları için çözünürlük"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+"Metin tararken kullanılacak inç başına nokta sayısı cinsinden çözünürlük."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Fotoğraf taramaları için çözünürlük"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+"Fotoğrafları tararken kullanılacak inç başına nokta sayısı cinsinden "
+"çözünürlük."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Taranacak sayfa tarafı"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Taranacak sayfa yüzü."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Dosyaların kaydedileceği dizin"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Dosyaların kaydedileceği dizin. Ayarlanmadıysa, belgeler dizini "
+"varsayılandır."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "JPEG sıkıştırması için kalite değeri"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "JPEG sıkıştırması için kalite değeri"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "Mevcut hiçbir tarayıcı yok. Lütfen bir tarayıcı bağlayın."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Tarayıcıya bağlanılamadı"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Tarama başlatılamadı"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Tarayıcı ile iletişim kurulamıyor"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Dağıtım sürümünü göster"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Hata ayıklama iletilerini yazdır"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "Basit Tarama'nın eski sürümlerince üretilen PDF dosyalarını düzelt"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Tarama başarısız oldu"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Taranmış Belge"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[AYGIT...] - Tarama uygulaması"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Kullanılabilir komut satırı seçeneklerinin tam listesini görmek için '%s --"
+"help' komutunu çalıştırın."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Taranan Belge.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "_Kapat"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "'%s' kaynağına erişmek için kullanıcı adı ve parola gerekiyor"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Tarayıcı bulunamadı"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Lütfen tarayıcınızın bağlı ve açık olduğundan emin olun"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Farklı Kaydet..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Vazgeç"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "_Kaydet"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Resim Dosyaları"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Tüm Dosyalar"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Dosya _Türünü Seç"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (çok sayfalı belge)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (sıkıştırılmış)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (kayıpsız)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Dosya kaydedilemedi"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Eğer kaydetmezseniz, değişiklikler tamamen kaybedilecek."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Mevcut belgeyi kaydet?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Değişiklikleri Geri Al"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Görüntü, önizleme için kaydedilemiyor"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Görüntü ön izleme uygulaması açılamıyor"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Yardım dosyası açılamıyor"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Bu program özgür yazılımdır: Yeniden dağıtabilir ve/veya Özgür Yazılım Vakfı "
+"tarafından yayınlanmış 3. sürüm lisans veya isterseniz herhangi sonraki "
+"sürüm ile GNU Genel Kamu Lisansı sözleşmesi altında düzenleyebilirsiniz.\n"
+"\n"
+"Bu program HERHANGİ GARANTİSİ OLMAKSIZIN; hatta TİCARETE UYGUNLUK veya BELLİ "
+"BİR AMACA UYGUNLUK garantisi bile olmaksızın, kullanışlı olması umularak "
+"dağıtıldı.\n"
+"Daha fazla bilgi için GNU Genel Kamu Lisansı'na bakın.\n"
+"\n"
+"Bu program ile birlikte GNU Genel Kamu Lisansı'nın bir kopyasını almış "
+"olmalısınız.\n"
+"Eğer almadıysanız bile şuraya bakınız: <http://www.gnu.org/licenses/>"
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Basit Tarama Hakkında"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Basit bir belge tarama aracı"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Angel Spy https://launchpad.net/~dilara.ekinci\n"
+" Cihan Ersoy https://launchpad.net/~cihan.ersoy\n"
+" Efe Çiftci https://launchpad.net/~efeciftci\n"
+" Erkut Tiryakioglu https://launchpad.net/~erkut-tiryakioglu\n"
+" Fatih Bostancı https://launchpad.net/~fbostanci\n"
+" Hasan Yılmaz https://launchpad.net/~hasanyilmaz\n"
+" Kaan Y. https://launchpad.net/~mr-kxyzup\n"
+" Mesut Muhammet Şahin https://launchpad.net/~messah\n"
+" Murat Bişkin https://launchpad.net/~muratbiskin\n"
+" Mustafa Yılmaz https://launchpad.net/~apshalasha\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Yalçın Can https://launchpad.net/~yalcin.can\n"
+" aries https://launchpad.net/~sonagirbas\n"
+" kulkke https://launchpad.net/~kulkke\n"
+" mandza https://launchpad.net/~filmovi\n"
+" ubuntuki https://launchpad.net/~aleverzurumlu\n"
+" İbrahim Çelik https://launchpad.net/~ibrahimcelik89"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Çıkmadan önce belgeyi kaydet?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Kaydetmeden Çık"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (varsayılan)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (taslak)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (yüksek çözünürlük)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "_Tarayıcı Değiştir"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Otomatik"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Daha Koyu"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "Daha Açık"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "Daha Az"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "Daha Fazla"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "En Az"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "En Çok"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Belge kaydediliyor..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Kaydedilen sayfa: %d / %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Usage:\n"
+#~ " %s [AYGIT...] - Tarama aracı"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ Seçenekleri: \n"
+#~ " --class=SINIF Pencere yöneticisi tarafından kullanılan "
+#~ "program sınıfı\n"
+#~ " --name=İSİM Pencere yöneticisi tarafından kullanılacak "
+#~ "program ismi\n"
+#~ " --screen=EKRAN Kullanılacak X ekranı\n"
+#~ " --sync X çağrılarını eş zamanlı yapar\n"
+#~ " --gtk-module=MODULLER Tüm ek GTK+ modullerini yükler\n"
+#~ " --g-fatal-warnings Tüm uyarıları ölümcül yapar"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Lütfen kurulumunuzu denetleyiniz"
+
+#~ msgid "Files missing"
+#~ msgstr "Dosyalar eksik"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Pencerenin piksel cinsinden yüksekliği"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Taranan görüntünün piksel cinsinden genişliği"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Pencerenin piksel cinsinden genişliği"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Yardım Seçenekleri:\n"
+#~ " -d, --debug Hata ayıklama iletilerini yaz\n"
+#~ " -v, --version Sürüm numarasını göster\n"
+#~ " -h, --help Yardım seçeneklerini göster\n"
+#~ " -help-all Tüm yardım seçeneklerini göster\n"
+#~ " --help-gtk GTK+ seçeneklerini göster"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Tarama yönü"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Taranan görüntünün piksel cinsinden yüksekliği"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Tarayıcının taranan sayfa boyunca yönü. Şunlardan biri olabilir: 'yukarıdan "
+#~ "aşağıya' 'aşağıdan yukarıya' 'soldan sağa' 'sağdan sola'"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Taranan görüntünün piksel cinsinden yüksekliği. Bu değer en son taranan "
+#~ "sayfaya göre güncellenir."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "Bir önceki taranan görüntünün inç başına nokta sayısı cinsinden çözünürlüğü."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "En son taranan görüntünün çözünürlüğü"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Taranan görüntünün piksel cinsinden genişliği. Bu değer en son taranan "
+#~ "sayfaya göre güncellenir."
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Taranan belgenin türü. Metin belgeleri için 'metin', fotoğraflar için "
+#~ "'fotoğraf'. Bu ayar tarama çözünürlüğünü, renkleri ve tarama sonrası "
+#~ "işlemleri belirler."
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Taranacak sayfa tarafı. Şu seçeneklerden biri olabilir: 'her iki taraf' 'ön "
+#~ "taraf' 'arka taraf'"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "Uygulama penceresi ekranı kapladığında DOĞRU (TRUE)"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Tarayıcının taranmış sayfa boyunca yönü."
diff --git a/po/ug.po b/po/ug.po
new file mode 100644
index 0000000..520c0c0
--- /dev/null
+++ b/po/ug.po
@@ -0,0 +1,851 @@
+# Uyghur translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-08-07 01:17+0000\n"
+"Last-Translator: Sahran <Unknown>\n"
+"Language-Team: Uyghur Computer Science Association <ubuntu-l10n-"
+"ug@lists.launchpad.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+"X-Poedit-Language: Uighur\n"
+"X-Poedit-SourceCharset: utf-8\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "كىملىك دەلىللە(_A)"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "مەنبەنىڭ ئىشلەتكۈچى ئاتى(_U):"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "ئىم(_P):"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "ئالدى-كەينى"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "ئالدى"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "كەينى"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "ئاددىي شويلىلاش"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "پۈتۈك(_D)"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "شويلىلا(_A)"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "بىرلا بەت(_P)"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "كىرگۈزۈلگەن ھەممە بەتلەر(_F)"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "شويلىلاشنى توختات(_S)"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "تېكىست"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "سۈرەت"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "ئېلخەت(_E)"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "بەت(_P)"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "سولغا چۆرگىلەت(_L)"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "ئوڭغا چۆرگىلەت(_R)"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "قىرقى(_C)"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "يوق(_N)"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "US Legal(_G)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "ئىختىيارى(_C)"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "قىرقىغاننى چۆرگىلەت(_R)"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "ئوڭغا يۆتكە"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "ياردەم(_H)"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "مەزمۇنلار(_C)"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "يېڭى ھۆججەت قۇرىدۇ"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "يېڭى"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "شويلىلىغۇچتىن پەقەت بىر بەتنىلا شويلىلايدۇ"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "شويلىلاش"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "پۈتۈكنى ھۆججەتكە ساقلايدۇ"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "ساقلا"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "نۆۋەتتىكى شويلىلاش باسقۇچىنى توختىتىدۇ"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "توختا"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "بەتنى سولغا چۆرگىلىتىدۇ(سائەت يۆلىنىشىگە قارشى)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "سولغا چۆرگىلەت"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "بەتنى ئوڭغا چۆرگىلىتىدۇ (سائەت يۆلىنىشىدە)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "ئوڭغا چۆرگىلەت"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "تاللانغان بەتنى قىرقىيدۇ"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "قىرقى"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "مايىللىق"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "شويلىلاش مەنبەسى(_O):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "تېكىست ئېنىقلىقى(_T):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "سۈرەت ئېنىقلىقى(_P):"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "شويلىلايدىغان يۈزى:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "قەغەز چوڭلۇقى:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "يورۇقلۇقى:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "سېلىشتۇرما دەرىجىسى:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "سۈپىتى:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "پۈتۈك شويلىلاش"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "شويلىلايدىغان ئۈسكۈنە"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "رەسىمگە ئېرىشىدىغان SANE ئۈسكۈنىسى."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "شويلىلانغان پۈتۈكنىڭ تىپى"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"ھۆججەت تىپى تەكشۈرۈلۈۋاتىدۇ، بۇ تەڭشەك بولسا ئېنىقلىق دەرىجىسى، رەڭگى ۋە "
+"كېيىنكى بىرتەرەپ قىلىشنى بېكىتىدۇ."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "قەغەزنىڭ ئوندىن بىر مىللىمېتىرلىق كەڭلىكى"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"قەغەزنىڭ ئوندىن بىر مىللىمېتىرلىق كەڭلىكى (ياكى قەغەزنى ئۆزلۈكىدىن بايقاش "
+"ئۈچۈن 0 )"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "قەغەز ئېگىزلىكى (mm 0.1 ئېنىقلىقىدا)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"قەغەزنىڭ ئوندىن بىر مىللىمېتىرلىق ئېگىزلىكى (ياكى قەغەزنى ئۆزلۈكىدىن بايقاش "
+"ئۈچۈن 0 )"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "شويلىلاش يورۇقلۇقى"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "يورۇقلۇق تەڭشىكى -100 دىن 100 گىچە(0 تەڭشەلمىگەن)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "شويلىلاش ئاق-قارىلىقى"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "ئاق-قارىلىق تەڭشىكى -100 دىن 100 گىچە(0 تەڭشەلمىگەن)."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "تېكىست شويلىلاشنىڭ ئېنىقلىقى"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "DPI (چېكىت ھەر دىيۇيم) تېكىستلەرگە ئىشلىتىدىغان قىممەت"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "سۈرەت شويلىلاشنىڭ ئېنىقلىقى"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "DPI (چېكىت ھەر دىيۇيم) سۈرەتلەرگە ئىشلىتىدىغان قىممەت"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "شويلىلايدىغان بەت يۈزى"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "شويلىلايدىغان بەت يۈزى."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "ھۆججەتنى ساقلايدىغان مۇندەرىجە"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"ھۆججەتنى ساقلايدىغان مۇندەرىجە. بەلگىلەنمىگەن ۋاقىتتا ئىشلىتىدىغان "
+"مۇندەرىجىدۇر."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "JPEG پرېسىنىڭ سۈپىتىنى بەلگىلەيدىغان قىممەت"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "JPEG پرېسىنىڭ سۈپىتىنى بەلگىلەيدىغان قىممىتى."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "شويلىلىغۇچ مەۋجۇت ئەمەس. شويلىلىغۇچنى چېتىڭ."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "شويلىلىغۇچقا باغلانغىلى بولمىدى"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "شويلىلاشنى باشلىغىلى بولمىدى"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "شويلىلىغۇچ بىلەن ئالاقە باغلاشتا خاتالىق كۆرۈلدى"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "نەشرىنى كۆرسەت"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "سازلاش ئۇچۇرلىرىنى كۆرسەت"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"كونا نەشردىكى «ئاددىي شويلىلاش» ئارقىلىق ياسالغان PDF ھۆججىتىنى ئوڭلاش"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "شويلىلاش مەغلۇپ بولدى"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "شويلىلانغان ھۆججەت"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ئۈسكۈنە...] - شويلىلاش قورالى."
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"'%s --help' ئىجرا قىلىنسا بۇيرۇق قۇرى تاللانمىسىنىڭ تولۇق تىزىمى كۆرۈنىدۇ."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "شويلىلانغان Document.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "ياپ(_C)"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "‹%s› كىرىش ئۈچۈن ئىشلەتكۈچى نامى ۋە مەخپىي نومۇر كېرەك"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "شويلىلىغۇچ تېپىلمىدى"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "شويلىلىغۇچ چېتىلغانمۇ توكى ئۇلانغانمۇ تەكشۈرۈڭ"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "باشقا ئاتتا ساقلا…"
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "ئەمەلدىن قالدۇر(_C)"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "ساقلا(_S)"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "سۈرەت ھۆججەتلىرى"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "بارلىق ھۆججەتلەر"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "ھۆججەت تىپىنى تاللا(_T)"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (كۆپ بەتلىك پۈتۈكلەر)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (پرېسلانغان)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (خورىماس)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "ھۆججەتكە ساقلىغىلى بولمىدى"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "ساقلانمىسا، ئۆزگەرتىشلەرنىڭ ھەممىسى مەڭگۈلۈككە يوقىلىدۇ"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "ھازىرقى پۈتۈكنى ساقلىسۇنمۇ؟"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "ئۆزگەرتىشنى تاشلىۋەت"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "ئالدىن كۆرىدىغان رەسىمنى ساقلىغىلى بولمىدى."
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "رەسىمنى ئالدىن كۆرۈش پروگراممىسىنى قوزغاتقىلى بولمىدى"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "ياردەم ھۆججىتىنى ئاچقىلى بولمىدى"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"بۇ بىر ئەركىن دېتال، سىز بۇنى تارقاتسىڭىز ياكى\n"
+"ئۆزگەرتسىڭىز بولىدۇ، ئەمما Free Software Foundation \n"
+"دىن بەلگىلەنگەن GNU General Public نىڭ قائىدىسىگە رىئايە\n"
+"قىلىشىڭىز لازىم: ئۈچىنچى نۇسخىسىدا ياكى ئۇنىڭ كەينىدىكى \n"
+"نۇسخىسىدا.\n"
+"بۇ پروگرامما ھېچقانداق بىر كاپالەتنى ئۈستىگە ئالمايدۇ،\n"
+"ھەم بۇنى سېتىشقا كاپالەتلىك قىلمايدۇ، بۇ بىر سىزنىڭ \n"
+"ئىشلىتىشىڭىز ئۈچۈن ياسالغان پروگرامما.\n"
+"بۇ توغرىسىدىكى ئۇچۇرلارنى GNU General Public License \n"
+"دىن ئۇقۇڭ.\n"
+"\n"
+"سىز بۇ پروگرامما بىلەن بىر GNU General Public License\n"
+"نىڭ كۆچۈرمىسىگە ئېرىشكەن بۆلىشىڭىز مۇمكىن، بولمىسا ئۇنى \n"
+"<http://www.gnu.org/licenses/> دا تاپالايسىز."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "«ئاددىي شويلىلاش» ھەققىدە"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "ئاددىي پۈتۈك شويلىلاش قورالى"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" BULBUL https://launchpad.net/~bulbul-mm\n"
+" Burkut https://launchpad.net/~burkut-k\n"
+" Gheyret T.Kenji https://launchpad.net/~gheyretkenji\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Sahran https://launchpad.net/~sahran\n"
+" Shatur.uigur https://launchpad.net/~azimat\n"
+" azimat https://launchpad.net/~azimat-uigur\n"
+" umar tumur https://launchpad.net/~umar-tumur"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "ئاخىرلاشتۇرۇشتىن ئاۋۋال ھازىرقى پۈتۈكنى ساقلىسۇنمۇ؟"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "ساقلىماي ئاخىرلاشتۇر"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (كۆڭۈلدىكى)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (دەسلەپكى نۇسخا)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (يۇقىرى ئېنىقلىق)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "شويلىلىغۇچنى ئالماشتۇرۇڭ(_S)"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "ئاپتوماتىك"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "قارىراق"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "يورۇقراق"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "كىچىك"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "تېخىمۇ كۆپ"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "ئەڭ كىچىك"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "ئەڭ چوڭ"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "پۈتۈكنى ساقلاۋاتىدۇ…"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "ساقلاۋاتقىنى %d/%d - بەت"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "سكەنلىگەن بەتنىڭ سىكەن يۆلىنشىگە بولغان ماسلىقى تۆۋەندىكىدىن بىرسى بۇلىشى "
+#~ "مۇنكىن: ‹ئۈستىدىن ئاستىغا›، ‹ئاستىدىن ئۈستىگە›، ‹سولدىن ئوڭغا›، ‹ئوڭدىن "
+#~ "سولغا›"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "سكەنلىگەن رەسىمنىڭ تىپى. تېكىست ھۆججەتلەر ئۈچۈن ‹تېكىست›، رەسىملەر ئۈچۈن "
+#~ "ر‹رەسىم›. بۇ سەپلىمە سكەن ئېنىقلىقىنى، رەڭ ۋە كېيىنكى باسقۇچلارنى "
+#~ "بەلگىلەيدۇ."
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "ئىشلىتىلىشى\n"
+#~ "%s[ئەسۋاب...] - سكەن قورالى"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "ياردەم تاللانمىلىرى:\n"
+#~ "-d,--debug Debug-ئۇچۇرلىرىنى كۆرسىتىدۇ\n"
+#~ "-v,--نۇسخا نۇسخا نۇمۇرىنى كۆرسىتىدۇ\n"
+#~ "-h,--ياردەم ياردەم تاللانمىلىرىنى كۆرسىتىدۇ\n"
+#~ "-help-all ھەممە ياردەم تاللانمىلىرىنى كۆرسىتىدۇ\n"
+#~ "-help-gtk GTK+ تاللانمىلىرىنى كۆرسىتىدۇ"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTk+ تاللانمىلىرى:\n"
+#~ "--class= كۆزنەك باشقۇرغۇچى ئىشلىتىدىغان پروگگرام تۈرى\n"
+#~ "--name=كۆزنەك باشقۇرغۇچى ئىشلىتىدىغان نام\n"
+#~ "--screen= ئشلىتىلىدغان X ئېكرانى\n"
+#~ "--sync X- ماس قەدەملەشتۈرۈشنى قوزغىتىشنى ئىجرا قىلىش\n"
+#~ "--gtk-module باشقا بىر GTK+ Module نى قوزغىتىش\n"
+#~ "--g-fatal-warnigs ھەممە ئاگاھلاندۇرۇشلار خەتەرگە ئايلىندۇ"
+
+#~ msgid "Files missing"
+#~ msgstr "ھۆججەت تېپىلمىدى"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "تەسۋىر ئالغۇچ تەسۋىرگە ئېلىنىپ بولغان بەتتىن ئۆتىدۇ."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "كۆزنەك ئېگىزلىكى (پىكسېل)"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "كۆزنەك كەڭلىكى (پىكسېل)"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE ئەپ كۆزنەك چوڭايتىلغان بولسا"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "تەسۋىر يايىدىغان سۈرەتنىڭ كەڭلىكى (پىكسېل). بۇ ئاخىرقى قېتىملىق تەسۋىر "
+#~ "يايغان بەتنىڭ قىممىتى."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "تەسۋىر يايىدىغان سۈرەتنىڭ كەڭلىكى (پىكسېل)"
+
+#~ msgid "Direction of scan"
+#~ msgstr "تەسۋىر يېيىش يۆنىلىشى"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "تەسۋىر يايغان سۈرەتنىڭ ئېگىزلىكى (پىكسېل)"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "تەسۋىر يايغان سۈرەتنىڭ ئېگىزلىكى (پىكسېل). بۇ ئاخىرقى قېتىم تەسۋىر يايغان "
+#~ "بەتنىڭ قىممىتى."
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "ئاخىرقى قېتىم تەسۋىر يايغان رەسىمنىڭ ئېنىقلىقى (چېكىت ھەر دىيۇيم)"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "ئاخىرقى قېتىم تەسۋىر يايغان رەسىمنىڭ ئېنىقلىقى"
+
+#~ msgid "Please check your installation"
+#~ msgstr "ئورنىتىشنى تەكشۈرۈپ بېقىڭ"
diff --git a/po/uk.po b/po/uk.po
new file mode 100644
index 0000000..f2eb755
--- /dev/null
+++ b/po/uk.po
@@ -0,0 +1,852 @@
+# Ukrainian translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+#
+# Yuri Chornoivan <yurchor@gmail.com>, 2009.
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 11:28+0000\n"
+"Last-Translator: Yuri Chornoivan <yurchor@gmail.com>\n"
+"Language-Team: Ukrainian <translation@linux.org.ua>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Уповноваження"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "_Користувач ресурсу:"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Пароль:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Передній і зворотний боки"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Передній бік"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Зворот"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Просте сканування"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "Д_окумент"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "С_канування"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Одинарна _сторінка"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Всі сторінки з _лотка"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "П_рипинити сканування"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Текстовий"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Фотографія"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "Перевпорядкувати сторінки"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Надіслати ел. поштою"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "С_торінка"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Обернути _ліворуч"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Обернути п_раворуч"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Обрізати"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Без обрізання"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "_Нетипові"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Обернути область обрізання"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "Пересунути ліворуч"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "Пересунути праворуч"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Довідка"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Вміст"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "Почати новий документ"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Створити"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "Сканувати одну сторінку"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Сканувати"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "Зберегти документ до файла"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Зберегти"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "Припинити поточне сканування"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Зупинити"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "Обертати сторінку ліворуч (проти годинникової стрілки)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Обернути ліворуч"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "Обертати сторінку праворуч (за годинниковою стрілкою)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "Обернути праворуч"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "Обрізати позначену сторінку"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Обрізати"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Налаштування"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "_Джерело даних сканування:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "Роздільна здатність _тексту:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "Роздільна здатність _фотографій:"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "Бік сканування:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "Розмір сторінки:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Яскравість:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Контрастність:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Якість:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "Сканувати документи"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "Пристрій сканування"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "Пристрій SANE, з якого слід отримувати зображення."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "Тип документа, який ви скануєте"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Тип документа, який сканується. За значенням цього параметра визначається "
+"роздільна здатність сканування, кольори та способи остаточної обробки."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "Ширина паперу у десятих міліметра"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Ширина паперу у десятих міліметра (або 0 для автоматичного визначення паперу)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "Висота паперу у десятих міліметра"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+"Висота паперу у десятих міліметра (або 0 для автоматичного визначення паперу)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Яскравість сканування"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Коригування яскравості від -100 до 100 (0 — не коригувати)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Контрастність сканування"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Коригування контрастності від -100 до 100 (0 — не коригувати)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "Роздільна здатність для сканування тексту"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "Роздільна здатність у точках на дюйм для сканування тексту."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "Роздільна здатність для сканування фотографій"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "Роздільна здатність у точках на дюйм для сканування фотографій."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "Бік сторінки, який слід сканувати"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Бік сторінки, який буде скановано."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "Каталог збережених файлів"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+"Каталог, до якого слід зберігати файли. Якщо не буде вказано, типовим "
+"вважатиметься каталог документів."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Значення якості, яке буде використано під час стискання JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Значення якості, яке буде використано під час стискання JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+"Не вдалося виявити жодного сканера. Будь ласка, з’єднайте сканер з "
+"комп’ютером."
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Не вдалося з’єднатися зі сканером"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Не вдалося розпочати сканування"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Помилка під час спроби обміну даними зі сканером"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Показати версію випуску"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Показувати діагностичні повідомлення"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Виправити файли PDF, створені за допомогою застарілих версій Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Помилка сканування"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "Сканований документ"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[ПРИСТРІЙ...] — програма для сканування"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Виконайте « %s --help», щоб побачити повний перелік доступних параметрів "
+"командного рядка."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Сканований документ.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "За_крити"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Для доступу до «%s» слід вказати ім’я користувача та пароль"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Сканерів не виявлено"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Будь ласка, перевірте, чи з’єднано ваш сканер і чи увімкнено його"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Зберегти як..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "_Скасувати"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "З_берегти"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "Файли зображень"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Всі файли"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "Вибрати _тип файла"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (багатосторінковий документ)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (стиснений)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (без втрат)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Не вдалося зберегти файл"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "Якщо ви не збережете внесені зміни, їх буде втрачено остаточно."
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "Зберегти поточний документ?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "Відкинути зміни"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Не вдалося зберегти зображення для попереднього перегляду"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "Не вдалося запустити програму для перегляду зображення"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr "З’єднувати збоку"
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr "З’єднувати збоку (у зворотному порядку)"
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr "У зворотному порядку"
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "Не змінювати"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "Не вдалося відкрити файл довідки"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Ця програма є вільним програмним забезпеченням; ви можете поширювати її "
+"і/або змінювати її за умов дотримання GNU General Public License у тому "
+"вигляді, у якому її оприлюднено Free Software Foundation; версії 3 цієї "
+"ліцензії, або (за потреби) будь-якої пізнішої версії.\n"
+"\n"
+"Ця програма поширюється у сподіванні, що вона буде корисною, але БЕЗ БУДЬ-"
+"ЯКИХ ГАРАНТІЙ; навіть без очевидної гарантії КОМЕРЦІЙНОЇ ЦІННОСТІ або "
+"ПРИДАТНОСТІ ДЛЯ ЯКОЇСЬ МЕТИ. Докладніше про це ви можете дізнатися з \n"
+"GNU General Public License.\n"
+"Разом з цією програмою ви маєте отримати копію GNU General Public License. "
+"Якщо ви її не отримали, зверніться за адресою "
+"<http://www.gnu.org/licenses/>, щоб дізнатися про подальші дії."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Про «Просте сканування»"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Інструмент для спрощення сканування документів"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Sergiy Gavrylov https://launchpad.net/~gavro\n"
+" Serhey Kusyumoff (Сергій Кусюмов) https://launchpad.net/~sergemine\n"
+" Yuri Chornoivan https://launchpad.net/~yurchor-gmail\n"
+" passtas https://launchpad.net/~passtas"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "Зберегти документ перед виходом?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Вийти без збереження"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d т/д (типова)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d т/д (чернетка)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d т/д (висока роздільність)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d т/д"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "Новий документ"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "Документ"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "Надіслати ел. поштою…"
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "Надрукувати…"
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "Довідка"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "Про програму"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "Вийти"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "З_мінити сканер"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Автоматично"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "темніше"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "світліше"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "менше"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "більше"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "Мінімальна"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "Максимальна"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "Збереження документа…"
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "Зберігаємо сторінку %d з %d"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Користування:\n"
+#~ " %s [ПРИСТРІЙ...] — інструмент сканування"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Параметри GTK+:\n"
+#~ " --class=КЛАС Клас програми, який використовуватиметься "
+#~ "інструментом керування вікнами\n"
+#~ " --name=НАЗВА Назва програми, що використовуватиметься "
+#~ "інструментом керування вікнами\n"
+#~ " --screen=ЕКРАН Екран сервера X, яким слід скористатися\n"
+#~ " --sync Синхронізувати виклики X\n"
+#~ " --gtk-module=МОДУЛІ Завантажити додаткові модулі GTK+\n"
+#~ " --g-fatal-warnings Завершувати роботу у разі появи попереджень"
+
+#~ msgid "Files missing"
+#~ msgstr "Не виявлено таких файлів"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Будь ласка, перевірте, чи належним чином встановлено програму"
+
+#~ msgid "Direction of scan"
+#~ msgstr "Напрямок сканування"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "Якщо позначено, вікно програми буде максимізовано"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "Напрямок сканування сторінки. Може мати такі значення: «top-to-bottom» "
+#~ "(згори вниз), «bottom-to-top» (знизу вгору), «left-to-right» (зліва "
+#~ "праворуч), «right-to-left» (справа ліворуч)"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr ""
+#~ "Тип документа, який ви скануєте. «text» — текстовий документ, «photo» — "
+#~ "фотографії. Значення цього параметра впливає на роздільну здатність "
+#~ "сканування, використання кольорів та остаточну обробку зображення."
+
+#~ msgid "Window height in pixels"
+#~ msgstr "Висота вікна у пікселях"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "Ширина вікна у пікселях"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "Додаткові параметри:\n"
+#~ " -d, --debug Виводити діагностичні повідомлення\n"
+#~ " -v, --version Показати відомості щодо випуску\n"
+#~ " -h, --help Показати довідку щодо параметрів\n"
+#~ " --help-all Показати всі параметри\n"
+#~ " --help-gtk Показати параметри GTK+"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "Висота сканованого зображення у пікселях"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr ""
+#~ "Висота сканованого зображення у пікселях. Це значення буде оновлено на те, "
+#~ "яке було використано для попереднього зображення."
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr ""
+#~ "Ширина сканованого зображення у пікселях. Це значення буде оновлено на те, "
+#~ "яке було використано для попереднього зображення."
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "Ширина сканованого зображення у пікселях"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr ""
+#~ "Роздільна здатність у точках на дюйм попереднього сканованого зображення."
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "Роздільна здатність попереднього сканованого зображення"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr ""
+#~ "Бік паперу, який слід сканувати. Може мати такі значення: 'both' 'front' "
+#~ "'back'"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Напрямок сканування на сканованій сторінці."
diff --git a/po/ur.po b/po/ur.po
new file mode 100644
index 0000000..ccd5b8e
--- /dev/null
+++ b/po/ur.po
@@ -0,0 +1,711 @@
+# Urdu translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Urdu <ur@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr ""
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "پیچھے"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr ""
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr ""
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "عبارت"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "تصویر"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr ""
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr ""
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr ""
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr ""
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr ""
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr ""
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "نیا"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "محفوظ کریں"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "رکیۓ"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "ترجیحات"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr ""
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr ""
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr ""
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Midhat Ali https://launchpad.net/~midhatali\n"
+" Shehzad Ashiq Ali https://launchpad.net/~shehzadashiq\n"
+" Shoaib Mirza https://launchpad.net/~monymirza"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
diff --git a/po/uz.po b/po/uz.po
new file mode 100644
index 0000000..b60a0a1
--- /dev/null
+++ b/po/uz.po
@@ -0,0 +1,714 @@
+# Uzbek translation for simple-scan
+# Copyright (c) 2012 Rosetta Contributors and Canonical Ltd 2012
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-04-17 06:12+0000\n"
+"Last-Translator: Launchpad Translations Administrators <Unknown>\n"
+"Language-Team: Uzbek <uz@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr ""
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Maxfiy soʻz:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "Olidi va Orqasi"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "Oldingi"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "Orqaga"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Simple Scan"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Dokument"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "_Skan qilish"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr ""
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr ""
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Matn"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Rasm"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "_Email"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr ""
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Chapga burish"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "_O'nga burish"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Kesish"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Yoʻq"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Xat"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr ""
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr ""
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr ""
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Yordam"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "_Tarkibi"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "Yangi"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "Skan qilish"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "Saqlash"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "Toʻxtatish"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "Chapga burish"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "O'nga burish"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "Kesish"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Мослашлар"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr ""
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr ""
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr ""
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr ""
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr ""
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr ""
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr ""
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Релиз версиясини кўрсатиш"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "Дебаг хабарларини чоп қилиш"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr ""
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr ""
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Мавжуд буйруқлар ва мосламаларнинг тўлиқ рўйхатини кўриш учун '%s --help''ни "
+"ишга туширинг."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr ""
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr ""
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr ""
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr ""
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr ""
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "Hamma fayllar"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr ""
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Simple Scan haqida"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr ""
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Sardorbek Pulatov https://launchpad.net/~prockrammer"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "Saqlamasdan chiqib ketish"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (default)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "_Skaner almashrirish"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "Avtomatik"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr ""
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Files missing"
+#~ msgstr "Fayllar topilmadi"
diff --git a/po/vi.po b/po/vi.po
new file mode 100644
index 0000000..94d4b20
--- /dev/null
+++ b/po/vi.po
@@ -0,0 +1,766 @@
+# Vietnamese translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-07-23 09:09+0000\n"
+"Last-Translator: Robert Ancell <robert.ancell@canonical.com>\n"
+"Language-Team: Vietnamese <vi@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "_Xác thực"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr ""
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "_Mật khẩu:"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr ""
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr ""
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr ""
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "Quét đơn giản"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "_Tài liệu"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr ""
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "Trang Đơn"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "Tất cả trang từ _Khay (Feeder)"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "Văn bản"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "Ảnh chụp"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr ""
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "_Trang"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "Xoay _trái"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "Xoay _Phải"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "_Xén"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "_Không có"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "_Letter"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "Le_gal"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr ""
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "Tự _chọn"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "_Xoay phần Xén trên màn hình (_Rotate Crop)"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr ""
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr ""
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "_Trợ giúp"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr ""
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr ""
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr ""
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr ""
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr ""
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr ""
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr ""
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr ""
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr ""
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr ""
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr ""
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "Tùy thích"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "Quét _Nguồn:"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr ""
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr ""
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr ""
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr ""
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "Độ sáng:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "Độ tương phản:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "Chất lượng:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr ""
+"Loại tài liệu đang quét hình. Tùy chọn này sẽ quyết định độ phân giải quét "
+"hình, màu và quy trình xử lý sau quét hình."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "Độ sáng quét hình"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "Chỉnh độ sáng từ -100 đến 100 (0 là không có)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "Độ tương phản quét hình"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "Chỉnh độ tương phản từ -100 đến 100 (0 là không có)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "Bên trang cần quét hình."
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr ""
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "Xác định chất lượng khi nén ảnh dạng JPEG"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "Xác định chất lượng khi nén ảnh dạng JPEG."
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr ""
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "Không nối được với máy quét hình"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "Không quét hình được"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "Lỗi khi giao dịch với máy quét hình"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "Hiện phiên bản phát hành"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "In ra thông tin gỡ lỗi"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr ""
+"Chỉnh các tệp PDF đã được tạo ra bởi các phiên bản cũ hơn của Simple Scan"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "Quét hình thất bại"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr ""
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[DEVICE...] - Công cụ quét hình"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr ""
+"Chạy lệnh '%s --help' để xem danh sách tất cả các tùy chọn dòng lệnh."
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "Tài liệu quét.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr ""
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "Tên đăng nhập và mật mã cần thiết để truy cập '%s'"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "Không phát hiện máy quét hình nào hết"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "Vui lòng kiểm tra đã cắm và bật máy quét hình chưa"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "Lưu thành..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr ""
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr ""
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr ""
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr ""
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr ""
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr ""
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr ""
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr ""
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "Không lưu được tệp"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr ""
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr ""
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr ""
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "Không lưu được ảnh cho xem trước"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr ""
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr ""
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"Phần mềm này là phần mềm tự do: bạn có thể phân phối lại cũng như sửa đổi\n"
+"nó căn cứ vào giấy phép GNU General Public License do\n"
+"Free Software Foundation đã công bố, theo phiên bản 3 của giấy phép, hoặc\n"
+"(tùy thích) bất kỳ phiên bản sau.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "Về Simple Scan"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "Công cụ đơn giản để quét tài liệu"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Duong H. Nguyen https://launchpad.net/~cmpitg\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Vu Do Quynh https://launchpad.net/~vu-do-quynh"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr ""
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr ""
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr ""
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr ""
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr ""
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr ""
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr ""
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr ""
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "Tối hơn"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr ""
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr ""
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr ""
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr ""
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr ""
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr ""
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr ""
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "Cách dùng:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "Lựa chọn GTK+ :\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+
+#~ msgid "Please check your installation"
+#~ msgstr "Vui lòng kiểm tra lại việc cài đặt"
+
+#~ msgid "Files missing"
+#~ msgstr "Thiếu các tệp"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "Hướng quét trang của máy quét hình"
diff --git a/po/zh_CN.po b/po/zh_CN.po
new file mode 100644
index 0000000..b329eec
--- /dev/null
+++ b/po/zh_CN.po
@@ -0,0 +1,834 @@
+# Chinese (Simplified) translation for simple-scan
+# Copyright (c) 2009 Rosetta Contributors and Canonical Ltd 2009
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-09-20 08:05+0000\n"
+"Last-Translator: Dennis Kuang <Unknown>\n"
+"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "认证(_A)"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "资源用户名(_U):"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "密码(_P):"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "正面和背面"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "正面"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "背面"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "扫描易"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "文档(_D)"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "扫描(_A)"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "单页(_P)"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "传送来的所有页面(_F)"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "停止扫描(_S)"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "文本"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "照片"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr ""
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "电子邮件(_E)"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "页面(_P)"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "向左旋转(_L)"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "向右旋转(_R)"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "剪裁(_C)"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "无(_N)"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "信件(_L)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "法定(_G)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "自定义(_C)"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "旋转剪裁(_R)"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "左移"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "右移"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "帮助(_H)"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "内容(_C)"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "开始一个新的文档"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "新建"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "从扫描仪扫描一个单页"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "扫描"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "将文档保存为文件"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "保存"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "停止当前扫描"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "停止"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "左旋页面 (逆时针)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "逆时针旋转"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "右旋页面 (顺时针)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "顺时针旋转"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "裁剪选中的页面"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "剪裁"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "首选项"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "扫描来源(_O):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "文字分辨率(_T):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "图像分辨率(_P):"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "扫描页面:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "页面大小:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "亮度:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "对比度:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "质量:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "扫描文档"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "扫描设备"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "从 SANE 设备获取图像。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "扫描文档的类型"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr "要扫描的文件类型。此设置将决定扫描的分辨率、色彩和预处理。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "纸张的宽度 (以 0.1mm 计)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "纸张的宽度 (以 0.1mm 计,0 代表自动检查纸张)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "纸张的高度 (以 0.1mm 计)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "纸张的高度 (以 0.1mm 计,0 代表自动检查纸张)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "扫描亮度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "从 -100 到 100 的亮度调节(0 为不作调节)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "扫描对比度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "从 -100 到 100 的对比度调节(0 为不作调节)"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "文本扫描分辨率"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "上次扫描文档的分辨率 (点/英寸)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "照片扫描分辨率"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "扫描照片时使用的分辨率 (点/英寸)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "扫描纸张的哪面"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "要扫描的页面。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "保存文件的文件夹:"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr "用于保存文件的文件夹。如果不设置,默认使用 文档 文件夹。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "JPEG 压缩质量"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "JPEG 压缩质量"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "没有可用的扫描仪。请连接一个扫描仪。"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "无法连接到扫描仪"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "无法开始扫描"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "与扫描仪通信错误"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "显示版本信息"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "显示调试信息"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "修复旧版扫描易生成的 PDF 文件"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "扫描失败"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "扫描的文档"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[设备...] - 扫描工具"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "运行“%s --help”来查看可用命令行选项的完整列表。"
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "扫描的文件.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "关闭(_C)"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "使用“%s”需要用户名和密码"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "没有发现扫描仪"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "请检查您的扫描仪已经连接并且打开"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "保存为..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "取消(_C)"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "保存(_S)"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "图像文件"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "所有文件"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "选择文件类型(_T)"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (多页文档)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (压缩)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (无损)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "保存文件错误"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "如果您不保存,变更将永久丢失。"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "保存当前文档?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "放弃更改"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "无法保存用以预览的图像"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "无法打开图像预览软件"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr ""
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "无法打开帮助文件"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"本程序为自由软件;您可依据自由软件基金会所发布的 GNU 通用公共授权条款,\n"
+"对本程序进行重新分发和/或修改;无论您依据的是本授权的第三版,或(您自由\n"
+"选择的)任一日后发行的版本。\n"
+"\n"
+"本程序是基于使用目的而加以发布,然而不承担何担保责任;亦无对适售性或特\n"
+"定目的适用性所为的默示性担保。详情请参照 GNU 通用公共授权。\n"
+"\n"
+"您应已收到附随于本程序的 GNU 通用公共授权的副本;如果没有,请参照\n"
+"<http://www.gnu.org/licenses/>."
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "关于扫描易"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "简易的文件扫描工具"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Alexey Kotlyarov https://launchpad.net/~koterpillar\n"
+" Aron Xu https://launchpad.net/~happyaron\n"
+" Carlos Gong https://launchpad.net/~bfsugxy\n"
+" David Gao https://launchpad.net/~davidgao1001\n"
+" Dennis Kuang https://launchpad.net/~denniskrq\n"
+" Dingyuan Wang https://launchpad.net/~abcdoyle888\n"
+" Heling Yao https://launchpad.net/~hyao\n"
+" Jimhu https://launchpad.net/~huyiwei\n"
+" Wang Dianjin https://launchpad.net/~tuhaihe\n"
+" Wylmer Wang https://launchpad.net/~wantinghard\n"
+" Xhacker Liu https://launchpad.net/~xhacker\n"
+" YunJian https://launchpad.net/~tld5yj\n"
+" YunQiang Su https://launchpad.net/~wzssyqa\n"
+" ZhangCheng https://launchpad.net/~xxzc\n"
+" zixue.liu https://launchpad.net/~zixue"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "退出前保存文档?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "退出且不保存"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (默认)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (草稿)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (高分辨率)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr ""
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr ""
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr ""
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr ""
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr ""
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr ""
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr ""
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "更换扫描仪(_S)"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "自动"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "较深"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "稍浅"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "较少"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "更多"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "最小值"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "最大值"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "正在保存文档..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "正在保存 %d/%d 页"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "用法:\n"
+#~ " %s [设备...] - 扫描工具"
+
+#~ msgid "Please check your installation"
+#~ msgstr "请检查您的安装"
+
+#~ msgid "Files missing"
+#~ msgstr "文件丢失"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ 选项:\n"
+#~ " --class=CLASS 窗口管理器所用的程序类\n"
+#~ " --name=NAME 窗口管理器所用的程序名\n"
+#~ " --screen=SCREEN 要使用的 X 屏幕\n"
+#~ " --sync 同步 X 调用\n"
+#~ " --gtk-module=MODULES 加载额外的 GTK+ 模块\n"
+#~ " --g-fatal-warnings 将所有警告置为致命"
+
+#~ msgid "Direction of scan"
+#~ msgstr "扫描方向"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr "扫描仪扫描页面的方式。可以是如下几种:顶部到底部、底部到顶部、左边到右边,右边到左边"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr "扫描文档的类型。“文本”适用于文本文档,“照片”适用于照片。这些设置将会决定扫描分辨率、色彩和预处理。"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "帮助选项:\n"
+#~ " -d, --debug 输出调试信息\n"
+#~ " -v, --version 显示版本信息\n"
+#~ " -h, --help 显示帮助选项\n"
+#~ " --help-all 显示所有帮助选项\n"
+#~ " --help-gtk 显示 GTK+ 选项"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "TRUE 如果应用程序窗口是最大化的"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "上次扫描图片的分辨率 (点/英寸)。"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "上次扫描的图片分辨率"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "所扫描图像的的高度 (以像素计)"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr "所扫描图像的宽度 (以像素计)。这是上次扫描的页面的值。"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr "所扫描图像的高度 (以像素计)。这是上次扫描的页面的值。"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "窗口高度 (像素)"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "窗口宽度 (像素)"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "所扫描图像的宽度 (以像素计)。"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr "扫描纸张的哪面。可以是以下值:“正面” “背面” “均扫描”"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "扫描仪相对于被扫描页面的方向。"
diff --git a/po/zh_TW.po b/po/zh_TW.po
new file mode 100644
index 0000000..cd87955
--- /dev/null
+++ b/po/zh_TW.po
@@ -0,0 +1,825 @@
+# Chinese (Traditional) translation for simple-scan
+# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
+# This file is distributed under the same license as the simple-scan package.
+# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: simple-scan\n"
+"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
+"POT-Creation-Date: 2014-08-18 17:31+1200\n"
+"PO-Revision-Date: 2012-10-25 09:21+0000\n"
+"Last-Translator: Walter Cheuk <wwycheuk@gmail.com>\n"
+"Language-Team: Chinese (Traditional) <zh_TW@li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Launchpad-Export-Date: 2014-08-19 06:32+0000\n"
+"X-Generator: Launchpad (build 17156)\n"
+
+#. Button to submit authorization dialog
+#: ../data/simple-scan.ui.h:2
+msgid "_Authorize"
+msgstr "授權(_A)"
+
+#. Label beside username entry
+#: ../data/simple-scan.ui.h:4
+msgid "_Username for resource:"
+msgstr "資源的使用者名稱(_U):"
+
+#. Label beside password entry
+#: ../data/simple-scan.ui.h:6
+msgid "_Password:"
+msgstr "密碼(_P):"
+
+#. Combo box label for scanning both sides of a page
+#: ../data/simple-scan.ui.h:8
+msgid "Front and Back"
+msgstr "正面與背面"
+
+#. Combo box label for scanning the front side of a page
+#: ../data/simple-scan.ui.h:10
+msgid "Front"
+msgstr "正面"
+
+#. Combo box label for scanning the back side of a page
+#: ../data/simple-scan.ui.h:12
+msgid "Back"
+msgstr "背面"
+
+#. Title of scan window
+#: ../data/simple-scan.ui.h:14 ../data/simple-scan.desktop.in.h:1
+msgid "Simple Scan"
+msgstr "掃描易"
+
+#. Label on document menu (contains actions for this document, e.g. save, print)
+#: ../data/simple-scan.ui.h:16
+msgid "_Document"
+msgstr "文件(_D)"
+
+#. Scan menu item
+#: ../data/simple-scan.ui.h:18
+msgid "Sc_an"
+msgstr "掃描(_A)"
+
+#. Toolbar scan menu item to scan a single page from the scanner
+#: ../data/simple-scan.ui.h:20
+msgid "Single _Page"
+msgstr "單一頁面(_P)"
+
+#. Toolbar scan menu item to scan all pages from a document feeder
+#: ../data/simple-scan.ui.h:22
+msgid "All Pages From _Feeder"
+msgstr "來自進紙匣的所有頁面(_F)"
+
+#. Menu entry to stop current scan
+#: ../data/simple-scan.ui.h:24
+msgid "_Stop Scan"
+msgstr "停止掃描(_S)"
+
+#: ../data/simple-scan.ui.h:25
+msgid "Text"
+msgstr "文字"
+
+#: ../data/simple-scan.ui.h:26
+msgid "Photo"
+msgstr "相片"
+
+#. Menu item to reorder pages
+#. Title of dialog to reorder pages
+#: ../data/simple-scan.ui.h:28 ../src/ui.vala:1181 ../src/ui.vala:1694
+msgid "Reorder Pages"
+msgstr "重新排列頁面"
+
+#. Label on email menu item
+#: ../data/simple-scan.ui.h:30
+msgid "_Email"
+msgstr "電子郵件(_E)"
+
+#. Page menu (contains action for each page, e.g. delete, crop)
+#: ../data/simple-scan.ui.h:32
+msgid "_Page"
+msgstr "頁面(_P)"
+
+#. Menu item to rotate page to left (anti-clockwise)
+#: ../data/simple-scan.ui.h:34
+msgid "Rotate _Left"
+msgstr "向左旋轉(_L)"
+
+#. Menu item to rotate page to right (clockwise)
+#: ../data/simple-scan.ui.h:36
+msgid "Rotate _Right"
+msgstr "向右旋轉(_R)"
+
+#. Label for page crop submenu
+#: ../data/simple-scan.ui.h:38
+msgid "_Crop"
+msgstr "裁切(_C)"
+
+#. Radio button for no crop
+#: ../data/simple-scan.ui.h:40
+msgid "_None"
+msgstr "無(_N)"
+
+#. Radio button for cropping page to A4 size
+#: ../data/simple-scan.ui.h:42
+msgid "A_4"
+msgstr "A_4"
+
+#. Radio button for cropping page to A5 size
+#: ../data/simple-scan.ui.h:44
+msgid "A_5"
+msgstr "A_5"
+
+#. Radio button for cropping page to A6 size
+#: ../data/simple-scan.ui.h:46
+msgid "A_6"
+msgstr "A_6"
+
+#. Radio button for cropping page to US letter size
+#: ../data/simple-scan.ui.h:48
+msgid "_Letter"
+msgstr "美規信紙 (_Letter)"
+
+#. Radio button for cropping to page to US legal size
+#: ../data/simple-scan.ui.h:50
+msgid "Le_gal"
+msgstr "美規長信紙 (Le_gal)"
+
+#. Radio button for cropping page to 4x6 inch
+#: ../data/simple-scan.ui.h:52
+msgid "4×6"
+msgstr "4×6"
+
+#. Radio button for cropping to custom page size
+#: ../data/simple-scan.ui.h:54
+msgid "_Custom"
+msgstr "自訂(_C)"
+
+#. Menu item to rotate the crop area
+#: ../data/simple-scan.ui.h:56
+msgid "_Rotate Crop"
+msgstr "旋轉裁切區域(_R)"
+
+#. Menu item to move the selected page to the left
+#: ../data/simple-scan.ui.h:58
+msgid "Move Left"
+msgstr "左移"
+
+#. Menu item to move the selected page to the right
+#: ../data/simple-scan.ui.h:60
+msgid "Move Right"
+msgstr "右移"
+
+#. Label on help menu
+#: ../data/simple-scan.ui.h:62
+msgid "_Help"
+msgstr "幫助(_H)"
+
+#. Help|Contents menu
+#: ../data/simple-scan.ui.h:64
+msgid "_Contents"
+msgstr "內容(_C)"
+
+#. Tooltip for new document button
+#: ../data/simple-scan.ui.h:66
+msgid "Start a new document"
+msgstr "起始一份新文件"
+
+#: ../data/simple-scan.ui.h:67
+msgid "New"
+msgstr "新增"
+
+#. Tooltip for scan toolbar button
+#: ../data/simple-scan.ui.h:69
+msgid "Scan a single page from the scanner"
+msgstr "從掃描器掃描單一頁面"
+
+#. Label on scan toolbar item
+#: ../data/simple-scan.ui.h:71
+msgid "Scan"
+msgstr "掃描"
+
+#. Tooltip for save toolbar button
+#: ../data/simple-scan.ui.h:73
+msgid "Save document to a file"
+msgstr "將文件儲存至檔案"
+
+#: ../data/simple-scan.ui.h:74 ../src/ui.vala:1695
+msgid "Save"
+msgstr "儲存"
+
+#. Tooltip for stop button
+#: ../data/simple-scan.ui.h:76
+msgid "Stop the current scan"
+msgstr "停止目前的掃描"
+
+#: ../data/simple-scan.ui.h:77
+msgid "Stop"
+msgstr "停止"
+
+#. Tooltip for rotate left (counter-clockwise) button
+#: ../data/simple-scan.ui.h:79
+msgid "Rotate the page to the left (counter-clockwise)"
+msgstr "將頁面向左旋轉 (逆時針方向)"
+
+#. Label on rotate page left (anti-clockwise) item
+#: ../data/simple-scan.ui.h:81
+msgid "Rotate Left"
+msgstr "向左旋轉"
+
+#. Tooltip for rotate right (clockwise) button
+#: ../data/simple-scan.ui.h:83
+msgid "Rotate the page to the right (clockwise)"
+msgstr "將頁面向右旋轉 (順時針方向)"
+
+#. Label on rotate page right (clockwise) item
+#: ../data/simple-scan.ui.h:85
+msgid "Rotate Right"
+msgstr "向右旋轉"
+
+#: ../data/simple-scan.ui.h:86
+msgid "Crop the selected page"
+msgstr "裁切所選的頁面"
+
+#: ../data/simple-scan.ui.h:87
+msgid "Crop"
+msgstr "裁切"
+
+#. Title of preferences dialog
+#: ../data/simple-scan.ui.h:89 ../src/ui.vala:1702
+msgid "Preferences"
+msgstr "偏好設定"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:91
+msgid "Scan S_ource:"
+msgstr "掃描來源(_O):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:93
+msgid "_Text Resolution:"
+msgstr "文字解析度(_T):"
+
+#. Label beside scan source combo box
+#: ../data/simple-scan.ui.h:95
+msgid "_Photo Resolution:"
+msgstr "相片解析度(_P):"
+
+#. Label beside scan side combo box
+#: ../data/simple-scan.ui.h:97
+msgid "Scan Side:"
+msgstr "掃描面:"
+
+#. Label beside page size combo box
+#: ../data/simple-scan.ui.h:99
+msgid "Page Size:"
+msgstr "頁面大小:"
+
+#. Label beside brightness scale
+#: ../data/simple-scan.ui.h:101
+msgid "Brightness:"
+msgstr "亮度:"
+
+#. Label beside contrast scale
+#: ../data/simple-scan.ui.h:103
+msgid "Contrast:"
+msgstr "反差:"
+
+#. Label beside quality scale
+#: ../data/simple-scan.ui.h:105
+msgid "Quality:"
+msgstr "品質:"
+
+#: ../data/simple-scan.desktop.in.h:2
+msgid "Scan Documents"
+msgstr "掃描文件"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:1
+msgid "Device to scan from"
+msgstr "要從哪個裝置掃描"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:2
+msgid "SANE device to acquire images from."
+msgstr "取得影像用的 SANE 裝置。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:3
+msgid "Type of document being scanned"
+msgstr "掃描中文件的類型"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:4
+msgid ""
+"Type of document being scanned. This setting decides on the scan resolution, "
+"colors and post-processing."
+msgstr "掃描中文件的類型。這個設定值決定掃描的解析度、色彩、後製處理。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:5
+msgid "Width of paper in tenths of a mm"
+msgstr "以 0.1 mm 為單位的紙張寬度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:6
+msgid ""
+"The width of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "以 0.1 mm 為單位的紙張寬度 (或 0 以作為自動紙張偵測)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:7
+msgid "Height of paper in tenths of a mm"
+msgstr "以 0.1 mm 為單位的紙張高度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:8
+msgid ""
+"The height of the paper in tenths of a mm (or 0 for automatic paper "
+"detection)."
+msgstr "以 0.1 mm 為單位的紙張高度 (或 0 以作為自動紙張偵測)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:9
+msgid "Brightness of scan"
+msgstr "掃描亮度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:10
+msgid "The brightness adjustment from -100 to 100 (0 being none)."
+msgstr "調整亮度,由 -100 至 100 (0 代表無)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:11
+msgid "Contrast of scan"
+msgstr "掃描反差"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:12
+msgid "The contrast adjustment from -100 to 100 (0 being none)."
+msgstr "調整反差,由 -100 至 100 (0 代表無)。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:13
+msgid "Resolution for text scans"
+msgstr "文字掃描的解析度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:14
+msgid "The resolution in dots-per-inch to use when scanning text."
+msgstr "當掃描文字時使用的解析度,單位為 dpi。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:15
+msgid "Resolution for photo scans"
+msgstr "相片掃描的解析度"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:16
+msgid "The resolution in dots-per-inch to use when scanning photos."
+msgstr "當掃描相片時使用的解析度,單位為 dpi。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:17
+msgid "Page side to scan"
+msgstr "要掃描的頁面"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:18
+msgid "The page side to scan."
+msgstr "要掃描的頁面。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:19
+msgid "Directory to save files to"
+msgstr "儲存檔案的目錄"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:20
+msgid ""
+"The directory to save files to. Defaults to the documents directory if unset."
+msgstr "儲存檔案到何目錄。如果沒有預設值的話,設值會是「文件」目錄。"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:21
+msgid "Quality value to use for JPEG compression"
+msgstr "JPEG 壓縮品質"
+
+#: ../data/org.gnome.SimpleScan.gschema.xml.in.h:22
+msgid "Quality value to use for JPEG compression."
+msgstr "JPEG 壓縮品質。"
+
+#. Error displayed when no scanners to scan with
+#: ../src/scanner.vala:840
+msgid "No scanners available. Please connect a scanner."
+msgstr "沒有可用的掃描器。請連接一部掃描器。"
+
+#. Error displayed when cannot connect to scanner
+#: ../src/scanner.vala:870
+msgid "Unable to connect to scanner"
+msgstr "無法連接到掃描器"
+
+#. Error display when unable to start scan
+#: ../src/scanner.vala:1222
+msgid "Unable to start scan"
+msgstr "無法起始掃描"
+
+#. Error displayed when communication with scanner broken
+#: ../src/scanner.vala:1235 ../src/scanner.vala:1332
+msgid "Error communicating with scanner"
+msgstr "與掃描器溝通時發生錯誤"
+
+#. Help string for command line --version flag
+#: ../src/simple-scan.vala:21
+msgid "Show release version"
+msgstr "顯示發行版本"
+
+#. Help string for command line --debug flag
+#: ../src/simple-scan.vala:24
+msgid "Print debugging messages"
+msgstr "列印除錯訊息"
+
+#: ../src/simple-scan.vala:26
+msgid "Fix PDF files generated with older versions of Simple Scan"
+msgstr "修正由舊版本「簡易掃描」產生的 PDF 檔案"
+
+#. Title of error dialog when scan failed
+#: ../src/simple-scan.vala:297
+msgid "Failed to scan"
+msgstr "掃描失敗"
+
+#. Default filename to use when saving document (and extension will be added, e.g. .jpg)
+#: ../src/simple-scan.vala:316
+msgid "Scanned Document"
+msgstr "掃描的文件"
+
+#. Arguments and description for --help text
+#: ../src/simple-scan.vala:543
+msgid "[DEVICE...] - Scanning utility"
+msgstr "[裝置...] - 掃描公用程式"
+
+#. Text printed out when an unknown command-line argument provided
+#: ../src/simple-scan.vala:554
+#, c-format
+msgid "Run '%s --help' to see a full list of available command line options."
+msgstr "執行「%s --help」來查看所有命令列可用選項的完整清單。"
+
+#: ../src/ui.vala:188
+msgid "Scanned Document.pdf"
+msgstr "掃描的文件.pdf"
+
+#: ../src/ui.vala:316 ../src/ui.vala:1746
+msgid "_Close"
+msgstr "關閉(_C)"
+
+#. Label in authorization dialog. '%s' is replaced with the name of the resource requesting authorization
+#: ../src/ui.vala:324
+#, c-format
+msgid "Username and password required to access '%s'"
+msgstr "要存取「%s」需要提供使用者名稱與密碼"
+
+#. Warning displayed when no scanners are detected
+#: ../src/ui.vala:369
+msgid "No scanners detected"
+msgstr "沒有偵測到掃描器"
+
+#. Hint to user on why there are no scanners detected
+#: ../src/ui.vala:371
+msgid "Please check your scanner is connected and powered on"
+msgstr "請檢查您的掃描器是否連接,並且是否開啟電源"
+
+#. Save dialog: Dialog title
+#: ../src/ui.vala:507 ../src/ui.vala:1696
+msgid "Save As..."
+msgstr "另存為..."
+
+#: ../src/ui.vala:510 ../src/ui.vala:672
+msgid "_Cancel"
+msgstr "取消(_C)"
+
+#: ../src/ui.vala:511 ../src/ui.vala:673
+msgid "_Save"
+msgstr "儲存(_S)"
+
+#. Save dialog: Filter name to show only image files
+#: ../src/ui.vala:521
+msgid "Image Files"
+msgstr "影像檔"
+
+#. Save dialog: Filter name to show all files
+#: ../src/ui.vala:527
+msgid "All Files"
+msgstr "所有檔案"
+
+#.
+#: ../src/ui.vala:532
+msgid "Select File _Type"
+msgstr "選取檔案類型(_T)"
+
+#. Save dialog: Label for saving in PDF format
+#: ../src/ui.vala:546
+msgid "PDF (multi-page document)"
+msgstr "PDF (多頁文件)"
+
+#. Save dialog: Label for saving in JPEG format
+#: ../src/ui.vala:552
+msgid "JPEG (compressed)"
+msgstr "JPEG (壓縮)"
+
+#. Save dialog: Label for saving in PNG format
+#: ../src/ui.vala:558
+msgid "PNG (lossless)"
+msgstr "PNG (無損)"
+
+#. Title of error dialog when save failed
+#: ../src/ui.vala:647
+msgid "Failed to save file"
+msgstr "儲存檔案失敗"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:670
+msgid "If you don't save, changes will be permanently lost."
+msgstr "如果您不儲存,變更將會永久消失。"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:706
+msgid "Save current document?"
+msgstr "是否儲存目前文件?"
+
+#. Button in dialog to create new document and discard unsaved document
+#: ../src/ui.vala:708
+msgid "Discard Changes"
+msgstr "放棄變更"
+
+#. Error message display when unable to save image for preview
+#: ../src/ui.vala:990
+msgid "Unable to save image for preview"
+msgstr "無法儲存影像以供預覽"
+
+#. Error message display when unable to preview image
+#: ../src/ui.vala:1002
+msgid "Unable to open image preview application"
+msgstr "無法開啟影像預覽應用程式"
+
+#. Label on button for combining sides in reordering dialog
+#: ../src/ui.vala:1204
+msgid "Combine sides"
+msgstr ""
+
+#. Label on button for combining sides in reverse order in reordering dialog
+#: ../src/ui.vala:1214
+msgid "Combine sides (reverse)"
+msgstr ""
+
+#. Label on button for reversing in reordering dialog
+#: ../src/ui.vala:1224
+msgid "Reverse"
+msgstr ""
+
+#. Label on button for cancelling page reordering dialog
+#: ../src/ui.vala:1234
+msgid "Keep unchanged"
+msgstr "維持不變"
+
+#. Error message displayed when unable to launch help browser
+#: ../src/ui.vala:1449
+msgid "Unable to open help file"
+msgstr "無法開啟幫助文件檔案"
+
+#. The license this software is under (GPL3+)
+#: ../src/ui.vala:1470
+msgid ""
+"This program is free software: you can redistribute it and/or modify\n"
+"it under the terms of the GNU General Public License as published by\n"
+"the Free Software Foundation, either version 3 of the License, or\n"
+"(at your option) any later version.\n"
+"\n"
+"This program is distributed in the hope that it will be useful,\n"
+"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
+"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
+"GNU General Public License for more details.\n"
+"\n"
+"You should have received a copy of the GNU General Public License\n"
+"along with this program. If not, see <http://www.gnu.org/licenses/>."
+msgstr ""
+"本程式為自由軟體;您可依據自由軟體基金會所發表的 GNU "
+"通用公眾授權條款,對本程式再次發佈和/或修改;無論您依據的是本授權的第三版,或(依您的選擇而定)任何較新的版本。\n"
+"\n"
+"本程式發佈的目的是希望它有用,然而沒有任何保證;亦無對適售性或特定目的適用性所為的暗示性保證。詳情請參照 GNU 通用公眾授權。\n"
+"\n"
+"您應已收到附隨於本程式的 GNU 通用公眾授權的副本;如果沒有,請參照 <http://www.gnu.org/licenses/>。"
+
+#. Title of about dialog
+#: ../src/ui.vala:1473
+msgid "About Simple Scan"
+msgstr "關於「簡易掃描」"
+
+#. Description of program
+#: ../src/ui.vala:1476
+msgid "Simple document scanning tool"
+msgstr "簡易文件掃描工具"
+
+#: ../src/ui.vala:1485
+msgid "translator-credits"
+msgstr ""
+"Launchpad Contributions:\n"
+" Cheng-Chia Tseng https://launchpad.net/~zerng07\n"
+" Chien-Hao Wu https://launchpad.net/~pinychwu\n"
+" Robert Ancell https://launchpad.net/~robert-ancell\n"
+" Roy Chan https://launchpad.net/~roy-chan-linux\n"
+" Walter Cheuk https://launchpad.net/~wwycheuk\n"
+" Yu - Sian , Liu https://launchpad.net/~thomasysliu\n"
+" nckuhuahua https://launchpad.net/~nckuhuahua"
+
+#. Text in dialog warning when a document is about to be lost
+#: ../src/ui.vala:1507
+msgid "Save document before quitting?"
+msgstr "在結束前要儲存文件嗎?"
+
+#. Button in dialog to quit and discard unsaved document
+#: ../src/ui.vala:1509
+msgid "Quit without Saving"
+msgstr "直接退出而不儲存"
+
+#. Preferences dialog: Label for default resolution in resolution list
+#: ../src/ui.vala:1633
+#, c-format
+msgid "%d dpi (default)"
+msgstr "%d dpi (預設)"
+
+#. Preferences dialog: Label for minimum resolution in resolution list
+#: ../src/ui.vala:1636
+#, c-format
+msgid "%d dpi (draft)"
+msgstr "%d dpi (草稿)"
+
+#. Preferences dialog: Label for maximum resolution in resolution list
+#: ../src/ui.vala:1639
+#, c-format
+msgid "%d dpi (high resolution)"
+msgstr "%d dpi (高解析度)"
+
+#. Preferences dialog: Label for resolution value in resolution list (dpi = dots per inch)
+#: ../src/ui.vala:1642
+#, c-format
+msgid "%d dpi"
+msgstr "%d dpi"
+
+#: ../src/ui.vala:1688
+msgid "New Document"
+msgstr "新文件"
+
+#: ../src/ui.vala:1693
+msgid "Document"
+msgstr "文件"
+
+#: ../src/ui.vala:1697
+msgid "Email..."
+msgstr "電子郵件..."
+
+#: ../src/ui.vala:1698
+msgid "Print..."
+msgstr "列印..."
+
+#: ../src/ui.vala:1706
+msgid "Help"
+msgstr "求助"
+
+#: ../src/ui.vala:1707
+msgid "About"
+msgstr "關於"
+
+#: ../src/ui.vala:1708
+msgid "Quit"
+msgstr "結束"
+
+#. Button in error infobar to open preferences dialog and change scanner
+#: ../src/ui.vala:1748
+msgid "Change _Scanner"
+msgstr "變更掃描器(_S)"
+
+#. Combo box value for automatic paper size
+#: ../src/ui.vala:1754
+msgid "Automatic"
+msgstr "自動"
+
+#: ../src/ui.vala:1804
+msgid "Darker"
+msgstr "較深"
+
+#: ../src/ui.vala:1806
+msgid "Lighter"
+msgstr "較淺"
+
+#: ../src/ui.vala:1814
+msgid "Less"
+msgstr "少"
+
+#: ../src/ui.vala:1816
+msgid "More"
+msgstr "多"
+
+#: ../src/ui.vala:1824
+msgid "Minimum"
+msgstr "最小"
+
+#: ../src/ui.vala:1826
+msgid "Maximum"
+msgstr "最大"
+
+#: ../src/ui.vala:1867
+msgid "Saving document..."
+msgstr "正在儲存文件..."
+
+#: ../src/ui.vala:2017
+#, c-format
+msgid "Saving page %d out of %d"
+msgstr "正在儲存 %2$d 頁中的第 %1$d 頁"
+
+#~ msgid "4&#xD7;6"
+#~ msgstr "4&#xD7;6"
+
+#~ msgid "Direction of scan"
+#~ msgstr "掃描的方向"
+
+#~ msgid "Resolution of last scanned image"
+#~ msgstr "上次掃描影像的解析度"
+
+#~ msgid "Window height in pixels"
+#~ msgstr "視窗高度,單位為像素"
+
+#~ msgid "Window width in pixels"
+#~ msgstr "視窗寬度,單位為像素"
+
+#~ msgid "Please check your installation"
+#~ msgstr "請檢查您的安裝是否完整"
+
+#~ msgid "The resolution in dots-per-inch of the previously scanned image."
+#~ msgstr "之前掃描的影像其解析度,單位為 dpi。"
+
+#~ msgid ""
+#~ "Type of document being scanned. 'text' for text documents, 'photo' for "
+#~ "photos. This setting decides on the scan resolution, colors and post-"
+#~ "processing."
+#~ msgstr "掃描中文件的類型。「文字」表示文字型文件,「相片」表示相片型文件。此設定值會決定掃描解析度、色彩,以及後製處理。"
+
+#~ msgid "TRUE if the application window is maximized"
+#~ msgstr "如果應用程式視窗最大化時為 TRUE"
+
+#, c-format
+#~ msgid ""
+#~ "Help Options:\n"
+#~ " -d, --debug Print debugging messages\n"
+#~ " -v, --version Show release version\n"
+#~ " -h, --help Show help options\n"
+#~ " --help-all Show all help options\n"
+#~ " --help-gtk Show GTK+ options"
+#~ msgstr ""
+#~ "求助選項:\n"
+#~ " -d, --debug 顯示除蟲訊息\n"
+#~ " -v, --version 顯示發佈版本\n"
+#~ " -h, --help 顯示求助選項\n"
+#~ " --help-all 顯示所有求助選項\n"
+#~ " --help-gtk 顯示 GTK+ 選項"
+
+#, c-format
+#~ msgid ""
+#~ "Usage:\n"
+#~ " %s [DEVICE...] - Scanning utility"
+#~ msgstr ""
+#~ "用法:\n"
+#~ " %s [裝置...] - 掃瞄工具"
+
+#, c-format
+#~ msgid ""
+#~ "GTK+ Options:\n"
+#~ " --class=CLASS Program class as used by the window "
+#~ "manager\n"
+#~ " --name=NAME Program name as used by the window "
+#~ "manager\n"
+#~ " --screen=SCREEN X screen to use\n"
+#~ " --sync Make X calls synchronous\n"
+#~ " --gtk-module=MODULES Load additional GTK+ modules\n"
+#~ " --g-fatal-warnings Make all warnings fatal"
+#~ msgstr ""
+#~ "GTK+ 選項:\n"
+#~ " --class=CLASS 如同視窗管理程式使用的程式類別\n"
+#~ " --name=NAME 如同視窗管理程式使用的程式名稱\n"
+#~ " --screen=SCREEN 要使用的 X 螢幕\n"
+#~ " --sync 讓 X 呼叫同步化\n"
+#~ " --gtk-module=MODULES 載入額外的 GTK+ 模組\n"
+#~ " --g-fatal-warnings 將所有警告設為嚴重的"
+
+#~ msgid "Height of scanned image in pixels"
+#~ msgstr "掃描影像的高度,單位為像素"
+
+#~ msgid ""
+#~ "The height of scanned image in pixels. This value is updated to what the "
+#~ "last scanned page was."
+#~ msgstr "掃描影像的高度,單位為像素。此數值會根據最近一次掃描頁面的情況更新。"
+
+#~ msgid ""
+#~ "The width of scanned image in pixels. This value is updated to what the last "
+#~ "scanned page was."
+#~ msgstr "掃描影像的寬度,單位為像素。此值會根據最近一次掃描頁面的情況更新。"
+
+#~ msgid "Width of scanned image in pixels"
+#~ msgstr "掃描影像的寬度,單位為像素"
+
+#~ msgid ""
+#~ "The page side to scan. It can be one of the following: 'both' 'front' 'back'"
+#~ msgstr "要掃描的頁面。它可以是下列之一:「both」(兩者)、「front」(正面)、「back」(背面)"
+
+#~ msgid ""
+#~ "The direction of the scanner across the scanned page. It can be one of the "
+#~ "following: 'top-to-bottom' 'bottom-to-top' 'left-to-right' 'right-to-left'"
+#~ msgstr ""
+#~ "掃描器橫越掃描頁面的方向。它可以是下列之一:「top-to-bottom」(頂端到底部)、「bottom-to-top」(底部到頂端)、「left-to-"
+#~ "right」(左到右)、「right-to-left」(右到左)"
+
+#~ msgid "The direction of the scanner across the scanned page."
+#~ msgstr "掃描器跨越掃描頁面的方向。"
+
+#~ msgid "Files missing"
+#~ msgstr "缺少檔案"