Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
valoq
zathura
Commits
d9e74bb1
Commit
d9e74bb1
authored
Apr 13, 2015
by
Moritz Lipp
Browse files
Merge branch 'release/0.3.3'
parents
722c219f
c6e7be98
Changes
45
Expand all
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
d9e74bb1
Copyright (c) 2009-201
4
pwmt.org
Copyright (c) 2009-201
5
pwmt.org
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
...
...
Makefile
View file @
d9e74bb1
...
...
@@ -12,7 +12,7 @@ LIBS += $(SQLITE_LIB)
SOURCE
=
$(OSOURCE)
CPPFLAGS
+=
-DWITH_SQLITE
else
SOURCE
=
$(
filter-out
database-sqlite.c,
$(OSOURCE)
)
SOURCE
=
$(
filter-out
${PROJECT}
/
database-sqlite.c,
$(OSOURCE)
)
endif
ifneq
($(WITH_MAGIC),0)
...
...
@@ -68,8 +68,8 @@ all: options ${PROJECT} po build-manpages
# pkg-config based version checks
.version-checks/%
:
config.mk
$(QUIET)
test
$
(
$
(
*
)
_VERSION_CHECK
)
-eq
0
||
\
pkg-config
--atleast-version
$
(
$
(
*
)
_MIN_VERSION
)
$
(
$
(
*
)
_PKG_CONFIG_NAME
)
||
(
\
echo
"The minium required version of
$
(*) is
$
(
$
(*)_MIN_VERSION)"
&&
\
${PKG_CONFIG}
--atleast-version
$
(
$
(
*
)
_MIN_VERSION
)
$
(
$
(
*
)
_PKG_CONFIG_NAME
)
||
(
\
echo
"The mini
m
um required version of
$
(*) is
$
(
$
(*)_MIN_VERSION)"
&&
\
false
\
)
@
mkdir
-p
.version-checks
...
...
@@ -87,8 +87,8 @@ ${PROJECT}/version.h: ${PROJECT}/version.h.in config.mk
-e
's/ZVMINOR/
${ZATHURA_VERSION_MINOR}
/'
\
-e
's/ZVREV/
${ZATHURA_VERSION_REV}
/'
\
-e
's/ZVAPI/
${ZATHURA_API_VERSION}
/'
\
-e
's/ZVABI/
${ZATHURA_ABI_VERSION}
/'
${PROJECT}
/version.h.in
>
version.h.tmp
$(QUIET)
mv
version.h.tmp
${PROJECT}
/version.h
-e
's/ZVABI/
${ZATHURA_ABI_VERSION}
/'
${PROJECT}
/version.h.in
>
${PROJECT}
/
version.h.tmp
$(QUIET)
mv
${PROJECT}
/
version.h.tmp
${PROJECT}
/version.h
${PROJECT}/dbus-interface-definitions.c
:
data/org.pwmt.zathura.xml
$(QUIET)
echo
'#include "dbus-interface-definitions.h"'
>
$@
.tmp
...
...
@@ -143,8 +143,8 @@ ${BUILDDIR_DEBUG}/%.o: %.c
${BUILDDIR_DEBUG}/${BINDIR}/${PROJECT}
:
${OBJECTS_DEBUG}
$(
call
colorecho,CC,
$@
)
@
mkdir
-p
${BUILDDIR_DEBUG}
/
${BINDIR}
$(QUIET)${CC}
${SFLAGS}
${LDFLAGS}
\
-o
${BUILDDIR_DEBUG}
/
${BINDIR}
/
${PROJECT}
${OBJECTS}
${LIBS}
$(QUIET)${CC}
${LDFLAGS}
\
-o
${BUILDDIR_DEBUG}
/
${BINDIR}
/
${PROJECT}
${OBJECTS
_DEBUG
}
${LIBS}
debug
:
${BUILDDIR_DEBUG}/${BINDIR}/${PROJECT}
...
...
@@ -166,8 +166,8 @@ ${BUILDDIR_GCOV}/%.o: %.c
${BUILDDIR_GCOV}/${BINDIR}/${PROJECT}
:
${OBJECTS_GCOV}
$(
call
colorecho,CC,
$@
)
@
mkdir
-p
${BUILDDIR_GCOV}
/
${BINDIR}
$(QUIET)${CC}
${SFLAGS}
${LDFLAGS}
${GCOV_CFLAGS}
${GCOV_LDFLAGS}
\
-o
${BUILDDIR_GCOV}
/
${BINDIR}
/
${PROJECT}
${OBJECTS}
${LIBS}
$(QUIET)${CC}
${LDFLAGS}
${GCOV_CFLAGS}
${GCOV_LDFLAGS}
\
-o
${BUILDDIR_GCOV}
/
${BINDIR}
/
${PROJECT}
${OBJECTS
_GCOv
}
${LIBS}
gcov
:
options ${BUILDDIR_GCOV}/${BINDIR}/${PROJECT}
$(QUIET)${MAKE}
-C
tests run-gcov
...
...
@@ -188,8 +188,8 @@ clean:
${TARFILE}
\
${TARDIR}
\
${PROJECT}
.pc
\
version.h
\
version.h.tmp
\
${PROJECT}
/
version.h
\
${PROJECT}
/
version.h.tmp
\
${PROJECT}
/dbus-interface-definitions.c
\
${PROJECT}
/dbus-interface-definitions.c.tmp
\
${PROJECT}
/css-definitions.c
\
...
...
@@ -213,13 +213,13 @@ ${PROJECT}.pc: ${PROJECT}.pc.in config.mk
valgrind
:
debug
$(QUIET)G_SLICE
=
always-malloc
G_DEBUG
=
gc-friendly
${VALGRIND}
${VALGRIND_ARGUMENTS}
\
.
/
${PROJECT}
-debug
${BUILDDIR_DEBUG}
/
${BINDIR}
/
${PROJECT}
gdb
:
debug
$(QUIET)
cgdb
${PROJECT}
-debug
$(QUIET)
cgdb
${BUILDDIR_DEBUG}
/
${BINDIR}
/
${PROJECT}
test
:
${OBJECTS}
$(QUIET)
make
-C
tests run
$(QUIET)
$(MAKE)
-C
tests run
dist
:
clean build-manpages
$(QUIET)
tar
-czf
$(TARFILE)
--exclude
=
.gitignore
\
...
...
@@ -228,7 +228,7 @@ dist: clean build-manpages
doc/_build/
$(PROJECT)
.1 doc/_build/
$(PROJECT)
rc.5
doc
:
$(QUIET)
make
-C
doc
$(QUIET)
$(MAKE)
-C
doc
po
:
$(QUIET)${MAKE}
-C
po
...
...
@@ -298,7 +298,7 @@ uninstall: uninstall-headers
$(QUIET)
rm
-f
$(DESTDIR)$(APPDATAPREFIX)
/
$(PROJECT)
.appdata.xml
$(MAKE)
-C
po uninstall
-include
$(wildcard
.depend
/*.dep)
-include
$(wildcard
${DEPENDDIR}
/*.dep)
.PHONY
:
all options clean doc debug valgrind gdb dist doc install uninstall
\
test po install-headers uninstall-headers update-po install-manpages
\
...
...
README
View file @
d9e74bb1
...
...
@@ -7,7 +7,7 @@ Requirements
------------
gtk3
glib (>= 2.28)
girara (>= 0.2.
0
)
girara (>= 0.2.
4
)
sqlite3 (optional, >= 3.5.9)
check (for tests)
intltool
...
...
config.mk
View file @
d9e74bb1
...
...
@@ -6,7 +6,7 @@ PROJECT = zathura
ZATHURA_VERSION_MAJOR
=
0
ZATHURA_VERSION_MINOR
=
3
ZATHURA_VERSION_REV
=
2
ZATHURA_VERSION_REV
=
3
# If the API changes, the API version and the ABI version have to be bumped.
ZATHURA_API_VERSION
=
2
# If the ABI breaks for any reason, this has to be bumped.
...
...
@@ -18,7 +18,7 @@ VERSION = ${ZATHURA_VERSION_MAJOR}.${ZATHURA_VERSION_MINOR}.${ZATHURA_VERSION_RE
# girara
GIRARA_VERSION_CHECK
?=
1
GIRARA_MIN_VERSION
=
0.2.
3
GIRARA_MIN_VERSION
=
0.2.
4
GIRARA_PKG_CONFIG_NAME
=
girara-gtk3
# glib
GLIB_VERSION_CHECK
?=
1
...
...
@@ -29,13 +29,16 @@ GTK_VERSION_CHECK ?= 1
GTK_MIN_VERSION
=
3.0
GTK_PKG_CONFIG_NAME
=
gtk+-3.0
# pkg-config binary
PKG_CONFIG
?=
pkg-config
# database
# To disable support for the sqlite backend set WITH_SQLITE to 0.
WITH_SQLITE
?=
$(
shell
(
pkg-config
--atleast-version
=
3.5.9 sqlite3
&&
echo
1
)
||
echo
0
)
WITH_SQLITE
?=
$(
shell
(
${PKG_CONFIG}
--atleast-version
=
3.5.9 sqlite3
&&
echo
1
)
||
echo
0
)
# synctex
# To use the embedded copy of the syntex parser set WITH_SYSTEM_SYNCTEX to 0.
WITH_SYSTEM_SYNCTEX
?=
$(
shell
(
pkg-config
synctex
&&
echo
1
)
||
echo
0
)
WITH_SYSTEM_SYNCTEX
?=
$(
shell
(
${PKG_CONFIG}
synctex
&&
echo
1
)
||
echo
0
)
# mimetype detection
# To disable support for mimetype detction with libmagic set WITH_MAGIC to 0.
...
...
@@ -63,24 +66,24 @@ PLUGINDIR ?= ${LIBDIR}/zathura
LOCALEDIR
?=
${PREFIX}
/share/locale
# libs
GTK_INC
?=
$(
shell
pkg-config
--cflags
gtk+-3.0
)
GTK_LIB
?=
$(
shell
pkg-config
--libs
gtk+-3.0
)
GTK_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
gtk+-3.0
)
GTK_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
gtk+-3.0
)
GTHREAD_INC
?=
$(
shell
pkg-config
--cflags
gthread-2.0
)
GTHREAD_LIB
?=
$(
shell
pkg-config
--libs
gthread-2.0
)
GTHREAD_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
gthread-2.0
)
GTHREAD_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
gthread-2.0
)
GMODULE_INC
?=
$(
shell
pkg-config
--cflags
gmodule-no-export-2.0
)
GMODULE_LIB
?=
$(
shell
pkg-config
--libs
gmodule-no-export-2.0
)
GMODULE_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
gmodule-no-export-2.0
)
GMODULE_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
gmodule-no-export-2.0
)
GLIB_INC
?=
$(
shell
pkg-config
--cflags
glib-2.0
)
GLIB_LIB
?=
$(
shell
pkg-config
--libs
glib-2.0
)
GLIB_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
glib-2.0
)
GLIB_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
glib-2.0
)
GIRARA_INC
?=
$(
shell
pkg-config
--cflags
girara-gtk3
)
GIRARA_LIB
?=
$(
shell
pkg-config
--libs
girara-gtk3
)
GIRARA_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
girara-gtk3
)
GIRARA_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
girara-gtk3
)
ifneq
(${WITH_SQLITE},0)
SQLITE_INC
?=
$(
shell
pkg-config
--cflags
sqlite3
)
SQLITE_LIB
?=
$(
shell
pkg-config
--libs
sqlite3
)
SQLITE_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
sqlite3
)
SQLITE_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
sqlite3
)
endif
ifneq
(${WITH_MAGIC},0)
...
...
@@ -89,11 +92,11 @@ MAGIC_LIB ?= -lmagic
endif
ifneq
($(WITH_SYSTEM_SYNCTEX),0)
SYNCTEX_INC
?=
$(
shell
pkg-config
--cflags
synctex
)
SYNCTEX_LIB
?=
$(
shell
pkg-config
--libs
synctex
)
SYNCTEX_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
synctex
)
SYNCTEX_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
synctex
)
else
ZLIB_INC
?=
$(
shell
pkg-config
--cflags
zlib
)
ZLIB_LIB
?=
$(
shell
pkg-config
--libs
zlib
)
ZLIB_INC
?=
$(
shell
${PKG_CONFIG}
--cflags
zlib
)
ZLIB_LIB
?=
$(
shell
${PKG_CONFIG}
--libs
zlib
)
endif
INCS
=
${GIRARA_INC}
${GTK_INC}
${GTHREAD_INC}
${GMODULE_INC}
${GLIB_INC}
...
...
doc/man/_bugs.txt
View file @
d9e74bb1
If GDK_NATIVE_WINDOWS is enabled you will experience problems with large
documents. In this case zathura might crash or pages cannot be rendered
properly. Disabling GDK_NATIVE_WINDOWS fixes this issue.
properly. Disabling GDK_NATIVE_WINDOWS fixes this issue. The same issue may
appear, if overlay-scrollbar is enabled in GTK_MODULES.
doc/man/_commands.txt
View file @
d9e74bb1
...
...
@@ -33,3 +33,6 @@ write(!)
export
Export attachments
dump
Write values, descriptions, etc. of all current settings to a file.
doc/man/conf.py
View file @
d9e74bb1
...
...
@@ -11,7 +11,7 @@ templates_path = ['_templates']
# -- Project configuration ------------------------------------------------
project
=
'zathura'
copyright
=
'20
14
, pwmt.org'
copyright
=
'20
09-2015
, pwmt.org'
version
=
'0.2.7'
release
=
'0.2.7'
...
...
@@ -19,5 +19,5 @@ release = '0.2.7'
man_pages
=
[
(
'zathura.1'
,
'zathura'
,
'a document viewer'
,
[
'pwmt.org'
],
1
),
(
'zathurarc.5'
,
'zathurarc'
,
'
a document viewer
'
,
[
'pwmt.org'
],
5
)
(
'zathurarc.5'
,
'zathurarc'
,
'
zathura configuration file
'
,
[
'pwmt.org'
],
5
)
]
doc/man/zathurarc.5.rst
View file @
d9e74bb1
...
...
@@ -2,14 +2,6 @@
zathurarc
=========
--------------------------
zathura configuration file
--------------------------
:Author: pwmt.org
:Date: VERSION
:Manual section: 5
SYNOPSIS
========
...
...
@@ -80,6 +72,16 @@ the *zathurarc* file to make those changes permanent:
map [mode] <binding> <shortcut function> <argument>
include - Including another config file
---------------------------------------
This commands allows to include other configuration files. If a relative path is
given, the path will be resolved relative to the configuration file that is
currently processed.
::
include another-config
Mode
^^^^
The ``map`` command expects several arguments where only the ``binding`` as well as
...
...
@@ -651,6 +653,14 @@ values are "plain", "sqlite" (if built with sqlite support) and "null". If
* Value type: String
* Default value: plain
dbus-service
^^^^^^^^^^^^^^^^^^^
En/Disables the D-Bus service. If the services is disabled, SyncTeX forward
synchronization is not available.
* Value type: Boolean
* Default value: true
incremental-search
^^^^^^^^^^^^^^^^^^
En/Disables incremental search (search while typing).
...
...
@@ -927,13 +937,6 @@ Defines the command executed for SyncTeX backward synchronization.
* Value type: String
* Default value:
syntex-dbus-service
^^^^^^^^^^^^^^^^^^^
En/Disables the D-Bus service required for SyncTeX forward synchronization.
* Value type: Boolean
* Default value: true
index-fg
^^^^^^^^
Defines the foreground color of the index mode.
...
...
po/Makefile
View file @
d9e74bb1
...
...
@@ -52,7 +52,7 @@ install: ${MOS}
uninstall
:
${MOS}
$(ECHO)
removing translations
$(QUIET)
set
-e
&&
for
f
in
$^
;
do
\
rm
-f
$(LOCALEDIR)
/
$$
f
;
\
rm
-f
$(DESTDIR)
$(LOCALEDIR)
/
$$
f
;
\
done
.PHONY
:
all clean update-po install uninstall
po/ca.po
View file @
d9e74bb1
...
...
@@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: zathura\n"
"Report-Msgid-Bugs-To: http://bugs.pwmt.org\n"
"POT-Creation-Date: 201
4-11-08 12:31
+0
1
00\n"
"PO-Revision-Date: 201
4-10-08 15:39
+0
1
00\n"
"POT-Creation-Date: 201
5-04-13 19:42
+0
2
00\n"
"PO-Revision-Date: 201
5-04-13 19:45
+0
2
00\n"
"Last-Translator: Sebastian Ramacher <sebastian+dev@ramacher.at>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/zathura/language/"
"ca/)\n"
...
...
@@ -20,274 +20,26 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Poedit 1.5.4\n"
#: ../zathura/print.c:64 ../zathura/print.c:211
#, c-format
msgid "Printing failed: %s"
msgstr ""
#: ../zathura/callbacks.c:232
#: ../zathura/callbacks.c:233
#, c-format
msgid "'%s' must not be 0. Set to 1."
msgstr ""
#: ../zathura/callbacks.c:30
9
#: ../zathura/callbacks.c:3
1
0
#, c-format
msgid "Invalid input '%s' given."
msgstr "Entrada invàlida '%s'."
#: ../zathura/callbacks.c:34
5
#: ../zathura/callbacks.c:34
6
#, c-format
msgid "Invalid index '%s' given."
msgstr "Índex invàlid '%s'."
#: ../zathura/callbacks.c:584
#, c-format
msgid "Copied selected text to clipboard: %s"
msgstr "Copiat el text seleccionat al porta-retalls: %s"
#: ../zathura/commands.c:36 ../zathura/commands.c:76 ../zathura/commands.c:103
#: ../zathura/commands.c:152 ../zathura/commands.c:268
#: ../zathura/commands.c:298 ../zathura/commands.c:324
#: ../zathura/commands.c:422 ../zathura/commands.c:549
#: ../zathura/shortcuts.c:415 ../zathura/shortcuts.c:1222
#: ../zathura/shortcuts.c:1251 ../zathura/shortcuts.c:1278
msgid "No document opened."
msgstr "No s'ha obert cap document."
#: ../zathura/commands.c:42 ../zathura/commands.c:82 ../zathura/commands.c:109
#: ../zathura/commands.c:427
msgid "Invalid number of arguments given."
msgstr "Nombre d'arguments invàlids."
#: ../zathura/commands.c:53
#, c-format
msgid "Could not update bookmark: %s"
msgstr "No s'ha pogut crear el marcador: %s"
#: ../zathura/commands.c:55
#, c-format
msgid "Could not create bookmark: %s"
msgstr "No s'ha pogut crear el marcador: %s"
#: ../zathura/commands.c:60
#, c-format
msgid "Bookmark successfully updated: %s"
msgstr "Marcador actualitzat correctament: %s"
#: ../zathura/commands.c:62
#, c-format
msgid "Bookmark successfully created: %s"
msgstr "Marcador creat correctament: %s"
#: ../zathura/commands.c:88
#, c-format
msgid "Removed bookmark: %s"
msgstr "Esborrat el marcador: %s"
#: ../zathura/commands.c:90
#, c-format
msgid "Failed to remove bookmark: %s"
msgstr "No s'ha pogut esborrar el marcador: %s"
#: ../zathura/commands.c:116
#, c-format
msgid "No such bookmark: %s"
msgstr "Marcador no existent: %s"
#: ../zathura/commands.c:162
msgid "Title"
msgstr ""
#: ../zathura/commands.c:163
msgid "Author"
msgstr ""
#: ../zathura/commands.c:164
msgid "Subject"
msgstr ""
#: ../zathura/commands.c:165
msgid "Keywords"
msgstr ""
#: ../zathura/commands.c:166
msgid "Creator"
msgstr ""
#: ../zathura/commands.c:167
msgid "Producer"
msgstr ""
#: ../zathura/commands.c:168
msgid "Creation date"
msgstr ""
#: ../zathura/commands.c:169
msgid "Modification date"
msgstr ""
#: ../zathura/commands.c:174 ../zathura/commands.c:196
msgid "No information available."
msgstr "Cap informació disponible."
#: ../zathura/commands.c:234
msgid "Too many arguments."
msgstr "Massa arguments."
#: ../zathura/commands.c:245
msgid "No arguments given."
msgstr "Cap argument subministrat."
#: ../zathura/commands.c:304 ../zathura/commands.c:330
msgid "Document saved."
msgstr "Document desat."
#: ../zathura/commands.c:306 ../zathura/commands.c:332
msgid "Failed to save document."
msgstr "No s'ha pogut desar el document."
#: ../zathura/commands.c:309 ../zathura/commands.c:335
msgid "Invalid number of arguments."
msgstr "Nombre d'arguments invàlids."
#: ../zathura/commands.c:446
#, c-format
msgid "Couldn't write attachment '%s' to '%s'."
msgstr "No s'ha pogut escriure el fitxer adjunt '%s' a '%s'."
#: ../zathura/commands.c:448
#, c-format
msgid "Wrote attachment '%s' to '%s'."
msgstr "S'ha escrit el fitxer adjunt '%s' a '%s'."
#: ../zathura/commands.c:492
#, c-format
msgid "Wrote image '%s' to '%s'."
msgstr "S'ha escrit la imatge '%s' a '%s'."
#: ../zathura/commands.c:494
#, c-format
msgid "Couldn't write image '%s' to '%s'."
msgstr "No s'ha pogut escriure la imatge '%s' a '%s'."
#: ../zathura/commands.c:501
#: ../zathura/callbacks.c:588
#, c-format
msgid "Unknown image '%s'."
msgstr "Imatge desconeguda '%s'."
#: ../zathura/commands.c:505
#, c-format
msgid "Unknown attachment or image '%s'."
msgstr "Imatge o fitxer adjunt desconegut '%s'."
#: ../zathura/commands.c:562
msgid "Argument must be a number."
msgstr "L'argument ha de ser un nombre."
#: ../zathura/page-widget.c:561
msgid "Loading..."
msgstr "Carregant..."
#: ../zathura/page-widget.c:1006
msgid "Copy image"
msgstr "Copia la imatge"
#: ../zathura/page-widget.c:1007
msgid "Save image as"
msgstr "Desa imatge com a"
#: ../zathura/main.c:56
msgid "Reparents to window specified by xid"
msgstr "Reassigna a la finestra especificada per xid"
#: ../zathura/main.c:58
msgid "Path to the config directory"
msgstr "Ruta al directori de configuració"
#: ../zathura/main.c:59
msgid "Path to the data directory"
msgstr "Camí al directori de dades"
#: ../zathura/main.c:60
msgid "Path to the cache directory"
msgstr ""
#: ../zathura/main.c:61
msgid "Path to the directories containing plugins"
msgstr "Camí al directori que conté els plugins"
#: ../zathura/main.c:62
msgid "Fork into the background"
msgstr "Bifurca en segon pla"
#: ../zathura/main.c:63
msgid "Document password"
msgstr "Contrasenya del document"
#: ../zathura/main.c:64
msgid "Page number to go to"
msgstr ""
#: ../zathura/main.c:65
msgid "Log level (debug, info, warning, error)"
msgstr "Nivell de registre (depuració, informació, advertiments, errors)"
#: ../zathura/main.c:66
msgid "Print version information"
msgstr "Imprimeix informació sobre la versió"
#: ../zathura/main.c:67
msgid "Synctex editor (forwarded to the synctex command)"
msgstr "Editor synctex (reenviat a l'ordre synctex)"
#: ../zathura/main.c:68
msgid "Move to given synctex position"
msgid "Copied selected text to selection %s: %s"
msgstr ""
#: ../zathura/main.c:69
msgid "Highlight given position in the given process"
msgstr ""
#: ../zathura/main.c:70
msgid "Start in a non-default mode"
msgstr ""
#: ../zathura/links.c:203 ../zathura/links.c:282
msgid "Failed to run xdg-open."
msgstr "No s'ha pogut executar xdg-open."
#: ../zathura/links.c:221
#, c-format
msgid "Link: page %d"
msgstr "Enllaçar: pàgina %d"
#: ../zathura/links.c:228
#, c-format
msgid "Link: %s"
msgstr "Enllaç: %s"
#: ../zathura/links.c:232
msgid "Link: Invalid"
msgstr "Enllaç: Invàlid"
#: ../zathura/completion.c:250
#, c-format
msgid "Page %d"
msgstr "Pàgina %d"
#: ../zathura/completion.c:293
msgid "Attachments"
msgstr "Fitxers adjunts"
#. add images
#: ../zathura/completion.c:324
msgid "Images"
msgstr "Imatges"
#: ../zathura/shortcuts.c:1132
msgid "This document does not contain any index"
msgstr "Aquest document no conté cap índex"
#. zathura settings
#: ../zathura/config.c:144
msgid "Database backend"
...
...
@@ -567,7 +319,199 @@ msgstr "Realça els resultats de recerca actual"
msgid "Show version information"
msgstr "Mostra informació sobre la versió"
#: ../zathura/zathura.c:204 ../zathura/zathura.c:1043
#: ../zathura/commands.c:36 ../zathura/commands.c:76 ../zathura/commands.c:103
#: ../zathura/commands.c:152 ../zathura/commands.c:268
#: ../zathura/commands.c:298 ../zathura/commands.c:324
#: ../zathura/commands.c:423 ../zathura/commands.c:550
#: ../zathura/shortcuts.c:417 ../zathura/shortcuts.c:1227
#: ../zathura/shortcuts.c:1257 ../zathura/shortcuts.c:1284
msgid "No document opened."
msgstr "No s'ha obert cap document."
#: ../zathura/commands.c:42 ../zathura/commands.c:82 ../zathura/commands.c:109
#: ../zathura/commands.c:428
msgid "Invalid number of arguments given."
msgstr "Nombre d'arguments invàlids."
#: ../zathura/commands.c:53
#, c-format
msgid "Could not update bookmark: %s"
msgstr "No s'ha pogut crear el marcador: %s"
#: ../zathura/commands.c:55
#, c-format
msgid "Could not create bookmark: %s"
msgstr "No s'ha pogut crear el marcador: %s"
#: ../zathura/commands.c:60
#, c-format
msgid "Bookmark successfully updated: %s"
msgstr "Marcador actualitzat correctament: %s"
#: ../zathura/commands.c:62
#, c-format
msgid "Bookmark successfully created: %s"
msgstr "Marcador creat correctament: %s"
#: ../zathura/commands.c:88
#, c-format
msgid "Removed bookmark: %s"
msgstr "Esborrat el marcador: %s"
#: ../zathura/commands.c:90
#, c-format
msgid "Failed to remove bookmark: %s"
msgstr "No s'ha pogut esborrar el marcador: %s"
#: ../zathura/commands.c:116
#, c-format
msgid "No such bookmark: %s"
msgstr "Marcador no existent: %s"
#: ../zathura/commands.c:162
msgid "Title"
msgstr ""
#: ../zathura/commands.c:163
msgid "Author"
msgstr ""
#: ../zathura/commands.c:164
msgid "Subject"
msgstr ""
#: ../zathura/commands.c:165
msgid "Keywords"