Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin

This commit is contained in:
Christopher Allan Webber 2012-04-22 10:06:52 -05:00
commit fe44915922
12 changed files with 120 additions and 20 deletions

View File

@ -9,9 +9,9 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU MediaGoblin\n" "Project-Id-Version: GNU MediaGoblin\n"
"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n" "Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
"POT-Creation-Date: 2012-04-18 08:48-0500\n" "POT-Creation-Date: 2012-04-21 16:36-0500\n"
"PO-Revision-Date: 2012-04-18 14:10+0000\n" "PO-Revision-Date: 2012-04-21 21:33+0000\n"
"Last-Translator: Olle Jonsson <olle.jonsson@gmail.com>\n" "Last-Translator: cwebber <cwebber@dustycloud.org>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -32,6 +32,14 @@ msgstr "Kodeord"
msgid "Email address" msgid "Email address"
msgstr "Email adresse" msgstr "Email adresse"
#: mediagoblin/auth/forms.py:51
msgid "Username or email"
msgstr ""
#: mediagoblin/auth/forms.py:58
msgid "Incorrect input"
msgstr ""
#: mediagoblin/auth/views.py:55 #: mediagoblin/auth/views.py:55
msgid "Sorry, registration is disabled on this instance." msgid "Sorry, registration is disabled on this instance."
msgstr "" msgstr ""
@ -136,6 +144,10 @@ msgstr ""
msgid "Website" msgid "Website"
msgstr "Websted" msgstr "Websted"
#: mediagoblin/edit/forms.py:58
msgid "This address contains errors"
msgstr ""
#: mediagoblin/edit/forms.py:63 #: mediagoblin/edit/forms.py:63
msgid "Old password" msgid "Old password"
msgstr "" msgstr ""
@ -219,6 +231,14 @@ msgstr "MediaGoblin logo"
msgid "Verify your email!" msgid "Verify your email!"
msgstr "" msgstr ""
#: mediagoblin/templates/mediagoblin/base.html:63
msgid "+ Add media"
msgstr ""
#: mediagoblin/templates/mediagoblin/base.html:65
msgid "View your profile"
msgstr ""
#: mediagoblin/templates/mediagoblin/base.html:66 #: mediagoblin/templates/mediagoblin/base.html:66
msgid "Log out" msgid "Log out"
msgstr "" msgstr ""

View File

@ -17,8 +17,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU MediaGoblin\n" "Project-Id-Version: GNU MediaGoblin\n"
"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n" "Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
"POT-Creation-Date: 2012-04-18 08:48-0500\n" "POT-Creation-Date: 2012-04-21 16:36-0500\n"
"PO-Revision-Date: 2012-04-19 17:58+0000\n" "PO-Revision-Date: 2012-04-22 09:37+0000\n"
"Last-Translator: gandaro <jakob.kramer@gmx.de>\n" "Last-Translator: gandaro <jakob.kramer@gmx.de>\n"
"Language-Team: German (http://www.transifex.net/projects/p/mediagoblin/language/de/)\n" "Language-Team: German (http://www.transifex.net/projects/p/mediagoblin/language/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -40,6 +40,14 @@ msgstr "Passwort"
msgid "Email address" msgid "Email address"
msgstr "E-Mail-Adresse" msgstr "E-Mail-Adresse"
#: mediagoblin/auth/forms.py:51
msgid "Username or email"
msgstr "Benutzername oder E-Mail-Adresse"
#: mediagoblin/auth/forms.py:58
msgid "Incorrect input"
msgstr "Fehlerhafte Eingabe"
#: mediagoblin/auth/views.py:55 #: mediagoblin/auth/views.py:55
msgid "Sorry, registration is disabled on this instance." msgid "Sorry, registration is disabled on this instance."
msgstr "Das Registrieren ist auf dieser Instanz leider deaktiviert." msgstr "Das Registrieren ist auf dieser Instanz leider deaktiviert."
@ -144,6 +152,10 @@ msgstr "Biographie"
msgid "Website" msgid "Website"
msgstr "Webseite" msgstr "Webseite"
#: mediagoblin/edit/forms.py:58
msgid "This address contains errors"
msgstr "Diese Adresse ist fehlerhaft"
#: mediagoblin/edit/forms.py:63 #: mediagoblin/edit/forms.py:63
msgid "Old password" msgid "Old password"
msgstr "Altes Passwort" msgstr "Altes Passwort"
@ -227,6 +239,14 @@ msgstr "MediaGoblin-Logo"
msgid "Verify your email!" msgid "Verify your email!"
msgstr "Bitte bestätige deine E-Mail-Adresse!" msgstr "Bitte bestätige deine E-Mail-Adresse!"
#: mediagoblin/templates/mediagoblin/base.html:63
msgid "+ Add media"
msgstr "+ Medien hinzufügen"
#: mediagoblin/templates/mediagoblin/base.html:65
msgid "View your profile"
msgstr "Dein Profil ansehen"
#: mediagoblin/templates/mediagoblin/base.html:66 #: mediagoblin/templates/mediagoblin/base.html:66
msgid "Log out" msgid "Log out"
msgstr "Abmelden" msgstr "Abmelden"
@ -301,7 +321,7 @@ msgstr "Passwort wiederherstellen"
#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:30 #: mediagoblin/templates/mediagoblin/auth/forgot_password.html:30
msgid "Send instructions" msgid "Send instructions"
msgstr "Anleitung senden" msgstr "Anweisungen senden"
#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19 #: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
#, python-format #, python-format

View File

@ -10,8 +10,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU MediaGoblin\n" "Project-Id-Version: GNU MediaGoblin\n"
"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n" "Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
"POT-Creation-Date: 2012-04-18 08:48-0500\n" "POT-Creation-Date: 2012-04-21 16:36-0500\n"
"PO-Revision-Date: 2012-04-18 14:03+0000\n" "PO-Revision-Date: 2012-04-22 10:38+0000\n"
"Last-Translator: aleksejrs <deletesoftware@yandex.ru>\n" "Last-Translator: aleksejrs <deletesoftware@yandex.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -33,6 +33,14 @@ msgstr "Pasvorto"
msgid "Email address" msgid "Email address"
msgstr "Retpoŝtadreso" msgstr "Retpoŝtadreso"
#: mediagoblin/auth/forms.py:51
msgid "Username or email"
msgstr "Salutnomo aŭ retpoŝtadreso"
#: mediagoblin/auth/forms.py:58
msgid "Incorrect input"
msgstr "La enigitaĵo malĝustas"
#: mediagoblin/auth/views.py:55 #: mediagoblin/auth/views.py:55
msgid "Sorry, registration is disabled on this instance." msgid "Sorry, registration is disabled on this instance."
msgstr "Bedaŭrinde, registrado estas malaktivigita en tiu ĉi instalaĵo." msgstr "Bedaŭrinde, registrado estas malaktivigita en tiu ĉi instalaĵo."
@ -137,6 +145,10 @@ msgstr "Bio"
msgid "Website" msgid "Website"
msgstr "Retejo" msgstr "Retejo"
#: mediagoblin/edit/forms.py:58
msgid "This address contains errors"
msgstr "Ĉi tiu adreso enhavas erarojn"
#: mediagoblin/edit/forms.py:63 #: mediagoblin/edit/forms.py:63
msgid "Old password" msgid "Old password"
msgstr "La malnova pasvorto" msgstr "La malnova pasvorto"
@ -220,6 +232,14 @@ msgstr "Emblemo de MediaGoblin"
msgid "Verify your email!" msgid "Verify your email!"
msgstr "Konfirmu viecon de la retpoŝtadreso!" msgstr "Konfirmu viecon de la retpoŝtadreso!"
#: mediagoblin/templates/mediagoblin/base.html:63
msgid "+ Add media"
msgstr "+ Aldoni dosieron"
#: mediagoblin/templates/mediagoblin/base.html:65
msgid "View your profile"
msgstr "Vidi vian profilon"
#: mediagoblin/templates/mediagoblin/base.html:66 #: mediagoblin/templates/mediagoblin/base.html:66
msgid "Log out" msgid "Log out"
msgstr "Elsaluti" msgstr "Elsaluti"

View File

@ -9,8 +9,8 @@ msgstr ""
"Project-Id-Version: GNU MediaGoblin\n" "Project-Id-Version: GNU MediaGoblin\n"
"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n" "Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
"POT-Creation-Date: 2012-04-21 16:36-0500\n" "POT-Creation-Date: 2012-04-21 16:36-0500\n"
"PO-Revision-Date: 2012-04-21 21:33+0000\n" "PO-Revision-Date: 2012-04-22 10:04+0000\n"
"Last-Translator: cwebber <cwebber@dustycloud.org>\n" "Last-Translator: Daniel Koć <kocio@aster.pl>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -33,11 +33,11 @@ msgstr "Adres e-mail"
#: mediagoblin/auth/forms.py:51 #: mediagoblin/auth/forms.py:51
msgid "Username or email" msgid "Username or email"
msgstr "" msgstr "Użytkownik lub adres e-mail"
#: mediagoblin/auth/forms.py:58 #: mediagoblin/auth/forms.py:58
msgid "Incorrect input" msgid "Incorrect input"
msgstr "" msgstr "Nieprawidłowe dane"
#: mediagoblin/auth/views.py:55 #: mediagoblin/auth/views.py:55
msgid "Sorry, registration is disabled on this instance." msgid "Sorry, registration is disabled on this instance."
@ -145,7 +145,7 @@ msgstr "Strona internetowa"
#: mediagoblin/edit/forms.py:58 #: mediagoblin/edit/forms.py:58
msgid "This address contains errors" msgid "This address contains errors"
msgstr "" msgstr "Ten adres zawiera błędy"
#: mediagoblin/edit/forms.py:63 #: mediagoblin/edit/forms.py:63
msgid "Old password" msgid "Old password"
@ -232,11 +232,11 @@ msgstr "Zweryfikuj swój adres e-mail!"
#: mediagoblin/templates/mediagoblin/base.html:63 #: mediagoblin/templates/mediagoblin/base.html:63
msgid "+ Add media" msgid "+ Add media"
msgstr "" msgstr "+ Dodaj media"
#: mediagoblin/templates/mediagoblin/base.html:65 #: mediagoblin/templates/mediagoblin/base.html:65
msgid "View your profile" msgid "View your profile"
msgstr "" msgstr "Zobacz swój profil"
#: mediagoblin/templates/mediagoblin/base.html:66 #: mediagoblin/templates/mediagoblin/base.html:66
msgid "Log out" msgid "Log out"
@ -342,7 +342,7 @@ msgstr "Utwórz je tutaj!"
#: mediagoblin/templates/mediagoblin/auth/login.html:47 #: mediagoblin/templates/mediagoblin/auth/login.html:47
msgid "Forgot your password?" msgid "Forgot your password?"
msgstr "Zapomniałeś hasło?" msgstr "Zapomniałeś hasła?"
#: mediagoblin/templates/mediagoblin/auth/register.html:32 #: mediagoblin/templates/mediagoblin/auth/register.html:32
msgid "Create an account!" msgid "Create an account!"

View File

@ -9,8 +9,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU MediaGoblin\n" "Project-Id-Version: GNU MediaGoblin\n"
"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n" "Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
"POT-Creation-Date: 2012-04-18 08:48-0500\n" "POT-Creation-Date: 2012-04-21 16:36-0500\n"
"PO-Revision-Date: 2012-04-21 09:07+0000\n" "PO-Revision-Date: 2012-04-21 22:12+0000\n"
"Last-Translator: George Pop <gapop@hotmail.com>\n" "Last-Translator: George Pop <gapop@hotmail.com>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -32,6 +32,14 @@ msgstr "Parolă"
msgid "Email address" msgid "Email address"
msgstr "Adresa de e-mail" msgstr "Adresa de e-mail"
#: mediagoblin/auth/forms.py:51
msgid "Username or email"
msgstr "Numele de utilizator sau adresa de e-mail"
#: mediagoblin/auth/forms.py:58
msgid "Incorrect input"
msgstr "Input incorect"
#: mediagoblin/auth/views.py:55 #: mediagoblin/auth/views.py:55
msgid "Sorry, registration is disabled on this instance." msgid "Sorry, registration is disabled on this instance."
msgstr "Ne pare rău, dar înscrierile sunt dezactivate pe acest server." msgstr "Ne pare rău, dar înscrierile sunt dezactivate pe acest server."
@ -136,6 +144,10 @@ msgstr "Biografie"
msgid "Website" msgid "Website"
msgstr "Sit Web" msgstr "Sit Web"
#: mediagoblin/edit/forms.py:58
msgid "This address contains errors"
msgstr "Această adresă prezintă erori"
#: mediagoblin/edit/forms.py:63 #: mediagoblin/edit/forms.py:63
msgid "Old password" msgid "Old password"
msgstr "Vechea parolă" msgstr "Vechea parolă"
@ -219,6 +231,14 @@ msgstr "logo MediaGoblin"
msgid "Verify your email!" msgid "Verify your email!"
msgstr "Verifică adresa de e-mail!" msgstr "Verifică adresa de e-mail!"
#: mediagoblin/templates/mediagoblin/base.html:63
msgid "+ Add media"
msgstr "+ Adaugă fișier media"
#: mediagoblin/templates/mediagoblin/base.html:65
msgid "View your profile"
msgstr "Vezi profilul tău"
#: mediagoblin/templates/mediagoblin/base.html:66 #: mediagoblin/templates/mediagoblin/base.html:66
msgid "Log out" msgid "Log out"
msgstr "Ieșire" msgstr "Ieșire"

View File

@ -8,8 +8,8 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: GNU MediaGoblin\n" "Project-Id-Version: GNU MediaGoblin\n"
"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n" "Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
"POT-Creation-Date: 2012-04-18 08:48-0500\n" "POT-Creation-Date: 2012-04-21 16:36-0500\n"
"PO-Revision-Date: 2012-04-19 10:37+0000\n" "PO-Revision-Date: 2012-04-22 10:35+0000\n"
"Last-Translator: aleksejrs <deletesoftware@yandex.ru>\n" "Last-Translator: aleksejrs <deletesoftware@yandex.ru>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
@ -31,6 +31,14 @@ msgstr "Пароль"
msgid "Email address" msgid "Email address"
msgstr "Адрес электронной почты" msgstr "Адрес электронной почты"
#: mediagoblin/auth/forms.py:51
msgid "Username or email"
msgstr "Имя пользователя или адрес электронной почты"
#: mediagoblin/auth/forms.py:58
msgid "Incorrect input"
msgstr ""
#: mediagoblin/auth/views.py:55 #: mediagoblin/auth/views.py:55
msgid "Sorry, registration is disabled on this instance." msgid "Sorry, registration is disabled on this instance."
msgstr "Извините, на этом разделе регистрация запрещена." msgstr "Извините, на этом разделе регистрация запрещена."
@ -135,6 +143,10 @@ msgstr "Биография"
msgid "Website" msgid "Website"
msgstr "Сайт" msgstr "Сайт"
#: mediagoblin/edit/forms.py:58
msgid "This address contains errors"
msgstr "Этот адрес содержит ошибки"
#: mediagoblin/edit/forms.py:63 #: mediagoblin/edit/forms.py:63
msgid "Old password" msgid "Old password"
msgstr "Старый пароль" msgstr "Старый пароль"
@ -218,6 +230,14 @@ msgstr "Символ MediaGoblin"
msgid "Verify your email!" msgid "Verify your email!"
msgstr "Подтвердите ваш адрес электронной почты!" msgstr "Подтвердите ваш адрес электронной почты!"
#: mediagoblin/templates/mediagoblin/base.html:63
msgid "+ Add media"
msgstr "+ Добавить файл"
#: mediagoblin/templates/mediagoblin/base.html:65
msgid "View your profile"
msgstr "Посмотреть свой профиль"
#: mediagoblin/templates/mediagoblin/base.html:66 #: mediagoblin/templates/mediagoblin/base.html:66
msgid "Log out" msgid "Log out"
msgstr "Завершение сеанса" msgstr "Завершение сеанса"