-
-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[main] | ||
host = https://www.transifex.com | ||
|
||
[peek.peekpot] | ||
source_file = po/peek.pot | ||
source_lang = en | ||
type = PO | ||
file_filter = po/<lang>.po |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,22 @@ | ||
# Translation file for peek - an animated GIF recorder | ||
# Copyright (C) 2016 Philipp\ Wolfer\ <[email protected]> | ||
# SOME DESCRIPTIVE TITLE. | ||
# Copyright (C) YEAR Philipp\ Wolfer\ <[email protected]> | ||
# This file is distributed under the same license as the peek package. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. | ||
# | ||
# | ||
# Translators: | ||
# Philipp Wolfer <[email protected]>, 2016 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: peek \n" | ||
"Project-Id-Version: Peek\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-01-07 10:44+0100\n" | ||
"PO-Revision-Date: 2016-01-07 10:41+0100\n" | ||
"POT-Creation-Date: 2016-01-07 11:38+0100\n" | ||
"PO-Revision-Date: 2016-01-07 10:40+0000\n" | ||
"Last-Translator: Philipp Wolfer <[email protected]>\n" | ||
"Language-Team: GERMAN\n" | ||
"Language: de\n" | ||
"Language-Team: German (http://www.transifex.com/phwolfer/peek/language/de/)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: de\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
|
||
#: src/peek-application-window.vala:290 | ||
msgid "_Cancel" | ||
|
@@ -30,7 +32,7 @@ msgstr "Recorder für animierte GIFs" | |
|
||
#: ui/application-window.ui:117 | ||
msgid "_Record" | ||
msgstr "_Auf_nehmen" | ||
msgstr "Auf_nehmen" | ||
|
||
#: ui/preferences.ui:78 | ||
msgid "User interface" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: peek \n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2016-01-07 10:44+0100\n" | ||
"POT-Creation-Date: 2016-01-07 11:38+0100\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
#!/bin/sh | ||
|
||
# Push the source file to the server | ||
tx push -s | ||
|
||
# Download completed translations from transifex | ||
tx pull -a --minimum-perc=100 |