mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-05 03:34:56 +01:00
Drop po/zathura.pot from the repo.
This commit is contained in:
parent
d1cd82fe68
commit
5c8d1bdba2
5 changed files with 4 additions and 245 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -13,3 +13,4 @@ zathura.pc
|
||||||
gcov/
|
gcov/
|
||||||
*.swp
|
*.swp
|
||||||
version.h
|
version.h
|
||||||
|
doc/
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -18,7 +18,7 @@ OBJECTS = $(patsubst %.c, %.o, $(SOURCE))
|
||||||
DOBJECTS = $(patsubst %.c, %.do, $(SOURCE))
|
DOBJECTS = $(patsubst %.c, %.do, $(SOURCE))
|
||||||
|
|
||||||
all: options ${PROJECT}
|
all: options ${PROJECT}
|
||||||
$(MAKE) -C po
|
$(QUIET)${MAKE} -C po
|
||||||
|
|
||||||
options:
|
options:
|
||||||
@echo ${PROJECT} build options:
|
@echo ${PROJECT} build options:
|
||||||
|
|
1
po/.gitignore
vendored
1
po/.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
POTFILES.in*
|
POTFILES.in*
|
||||||
*.mo
|
*.mo
|
||||||
|
zathura.pot
|
||||||
|
|
|
@ -10,7 +10,7 @@ include ../common.mk
|
||||||
all: ${MOS}
|
all: ${MOS}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS))
|
rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS)) ${PROJECT}.pot
|
||||||
|
|
||||||
POTFILES.in: $(wildcard ../*.c)
|
POTFILES.in: $(wildcard ../*.c)
|
||||||
$(QUIET) set -e && rm -f $@.tmp && touch $@.tmp && \
|
$(QUIET) set -e && rm -f $@.tmp && touch $@.tmp && \
|
||||||
|
|
243
po/zathura.pot
243
po/zathura.pot
|
@ -1,243 +0,0 @@
|
||||||
# SOME DESCRIPTIVE TITLE.
|
|
||||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
||||||
# This file is distributed under the same license as the PACKAGE package.
|
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
||||||
#
|
|
||||||
#, fuzzy
|
|
||||||
msgid ""
|
|
||||||
msgstr ""
|
|
||||||
"Project-Id-Version: PACKAGE VERSION\n"
|
|
||||||
"Report-Msgid-Bugs-To: \n"
|
|
||||||
"POT-Creation-Date: 2012-03-05 12:39+0100\n"
|
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
||||||
"Language: \n"
|
|
||||||
"MIME-Version: 1.0\n"
|
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
|
||||||
|
|
||||||
#: ../callbacks.c:149
|
|
||||||
msgid "Failed to run xdg-open."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../callbacks.c:175
|
|
||||||
#, c-format
|
|
||||||
msgid "Invalid input '%s' given."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../callbacks.c:209
|
|
||||||
#, c-format
|
|
||||||
msgid "Invalid index '%s' given."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:28 ../commands.c:63 ../commands.c:90 ../commands.c:132
|
|
||||||
#: ../commands.c:335
|
|
||||||
msgid "No document opened."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:34 ../commands.c:69 ../commands.c:96 ../commands.c:341
|
|
||||||
msgid "Invalid number of arguments given."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:42
|
|
||||||
#, c-format
|
|
||||||
msgid "Bookmark successfuly updated: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:48
|
|
||||||
#, c-format
|
|
||||||
msgid "Could not create bookmark: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:52
|
|
||||||
#, c-format
|
|
||||||
msgid "Bookmark successfuly created: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:75
|
|
||||||
#, c-format
|
|
||||||
msgid "Removed bookmark: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:77
|
|
||||||
#, c-format
|
|
||||||
msgid "Failed to remove bookmark: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:103
|
|
||||||
#, c-format
|
|
||||||
msgid "No such bookmark: %s"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:194
|
|
||||||
msgid "Too many arguments."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:203
|
|
||||||
msgid "No arguments given."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:218 ../commands.c:235 ../commands.c:261
|
|
||||||
msgid "No open document."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:241 ../commands.c:267
|
|
||||||
msgid "Document saved."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:243 ../commands.c:269
|
|
||||||
msgid "Failed to save document."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:246 ../commands.c:272
|
|
||||||
msgid "Invalid number of arguments."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:354
|
|
||||||
#, c-format
|
|
||||||
msgid "Couldn't write attachment '%s' to '%s'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../commands.c:356
|
|
||||||
#, c-format
|
|
||||||
msgid "Wrote attachment '%s' to '%s'."
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. zathura settings
|
|
||||||
#: ../config.c:68
|
|
||||||
msgid "Database backend"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:70
|
|
||||||
msgid "Zoom step"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:72
|
|
||||||
msgid "Padding between pages"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:74
|
|
||||||
msgid "Number of pages per row"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:76
|
|
||||||
msgid "Scroll step"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:78
|
|
||||||
msgid "Zoom minimum"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:80
|
|
||||||
msgid "Zoom maximum"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:82
|
|
||||||
msgid "Recoloring (dark color)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:84
|
|
||||||
msgid "Recoloring (light color)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:86
|
|
||||||
msgid "Color for highlighting"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:88
|
|
||||||
msgid "Color for highlighting (active)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:92
|
|
||||||
msgid "Transparency for highlighting"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:94
|
|
||||||
msgid "Render 'Loading ...'"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:95
|
|
||||||
msgid "Adjust to when opening file"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:97
|
|
||||||
msgid "Show hidden files and directories"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:99
|
|
||||||
msgid "Show directories"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#. define default inputbar commands
|
|
||||||
#: ../config.c:221
|
|
||||||
msgid "Add a bookmark"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:222
|
|
||||||
msgid "Delete a bookmark"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:223
|
|
||||||
msgid "List all bookmarks"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:224
|
|
||||||
msgid "Close current file"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:225
|
|
||||||
msgid "Show file information"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:226
|
|
||||||
msgid "Show help"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:227
|
|
||||||
msgid "Open document"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:228
|
|
||||||
msgid "Print document"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:229
|
|
||||||
msgid "Save document"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:230
|
|
||||||
msgid "Save document (and force overwriting)"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../config.c:231
|
|
||||||
msgid "Save attachments"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../document.c:383 ../document.c:407 ../document.c:426 ../document.c:448
|
|
||||||
#: ../document.c:467 ../document.c:489 ../document.c:508 ../document.c:551
|
|
||||||
#: ../document.c:571 ../document.c:594 ../document.c:623 ../document.c:652
|
|
||||||
#: ../document.c:676 ../document.c:697 ../document.c:718
|
|
||||||
#, c-format
|
|
||||||
msgid "%s not implemented"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../zathura.c:55
|
|
||||||
msgid "Reparents to window specified by xid"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../zathura.c:56
|
|
||||||
msgid "Path to the config directory"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../zathura.c:57
|
|
||||||
msgid "Path to the data directory"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../zathura.c:58
|
|
||||||
msgid "Path to the directories containing plugins"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
#: ../zathura.c:59
|
|
||||||
msgid "Fork into the background"
|
|
||||||
msgstr ""
|
|
Loading…
Reference in a new issue