Skip to content

Commit

Permalink
Update translations.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed May 29, 2015
1 parent 2e88918 commit 88b96b8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ text eol=crlf
*.jpg binary
*.xcf binary
*.zip binary
*.po binary
#*.po binary

# Custom for Visual Studio
*.cs diff=csharp
Expand Down
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -216,3 +216,9 @@ pip-log.txt
.mr.developer.cfg

*.zip



# Emacs autosave files
\#*#

2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class SmartEjectBase(InterfaceActionBase):
description = _('UI plugin to Check for Duplicate/Missing/Added Books when Ejecting Devices.')
supported_platforms = ['windows', 'osx', 'linux']
author = 'Jim Miller'
version = (2, 0, 4)
version = (2, 0, 5)
minimum_calibre_version = (0, 8, 57)

#: This field defines the GUI plugin class that contains all the code
Expand Down
2 changes: 1 addition & 1 deletion translations/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: calibre-plugins\n"
"POT-Creation-Date: 2014-12-27 13:16+Central Standard Time\n"
"PO-Revision-Date: 2015-03-11 19:24+0000\n"
"PO-Revision-Date: 2015-04-17 11:34+0000\n"
"Last-Translator: Simon_Schuette <simonschuette@arcor.de>\n"
"Language-Team: German (http://www.transifex.com/projects/p/calibre-plugins/language/de/)\n"
"MIME-Version: 1.0\n"
Expand Down
6 changes: 3 additions & 3 deletions translations/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
#
# Translators:
# Adolfo Jayme Barrientos, 2014
# Jellby <jellby@yahoo.com>, 2014
# Jellby <jellby@yahoo.com>, 2014-2015
msgid ""
msgstr ""
"Project-Id-Version: calibre-plugins\n"
"POT-Creation-Date: 2014-12-27 13:16+Central Standard Time\n"
"PO-Revision-Date: 2014-07-08 19:40+0000\n"
"PO-Revision-Date: 2015-04-17 13:02+0000\n"
"Last-Translator: Jellby <jellby@yahoo.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/calibre-plugins/language/es/)\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -42,7 +42,7 @@ msgstr "Libros de la lista de lectura que hay que sincronizar"
#: config.py:155
msgid ""
"Check Reading List plugin for books ready to Sync to the current device."
msgstr "Comprobar el complemento de listas de lectura para localizar libros que estén listos para sincronizar con el dispositivo actual."
msgstr "Comprobar el complemento Reading Lists para localizar libros que estén listos para sincronizar con el dispositivo actual."

#: config.py:161
msgid "Duplicated Books"
Expand Down

0 comments on commit 88b96b8

Please sign in to comment.