mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-12 02:50:59 +00:00
Merge branch 'master' of https://github.com/spapas/wagtail into spapas-master
This commit is contained in:
commit
4702ef0acb
166 changed files with 1199 additions and 1151 deletions
|
|
@ -15,7 +15,8 @@ from django.contrib.contenttypes.models import ContentType
|
|||
from django.core.exceptions import ObjectDoesNotExist, ImproperlyConfigured, ValidationError
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.conf import settings
|
||||
from django.utils.translation import ugettext as _, ugettext_lazy as __
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import ugettext_lazy
|
||||
|
||||
from wagtail.wagtailcore.models import Page
|
||||
from wagtail.wagtailcore.util import camelcase_to_underscore
|
||||
|
|
@ -720,5 +721,5 @@ Page.promote_panels = [
|
|||
FieldPanel('seo_title'),
|
||||
FieldPanel('show_in_menus'),
|
||||
FieldPanel('search_description'),
|
||||
], __('Common page configuration')),
|
||||
], ugettext_lazy('Common page configuration')),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
from django import forms
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.contrib.auth.forms import AuthenticationForm, PasswordResetForm
|
||||
from django.utils.translation import ugettext as _, ugettext_lazy as __
|
||||
from django.utils.translation import ugettext as _
|
||||
from django.utils.translation import ugettext_lazy
|
||||
|
||||
class SearchForm(forms.Form):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
@ -38,15 +39,15 @@ class EmailLinkChooserWithLinkTextForm(forms.Form):
|
|||
class LoginForm(AuthenticationForm):
|
||||
username = forms.CharField(
|
||||
max_length=254,
|
||||
widget=forms.TextInput(attrs={'placeholder': __("Enter your username")}),
|
||||
widget=forms.TextInput(attrs={'placeholder': ugettext_lazy("Enter your username")}),
|
||||
)
|
||||
password = forms.CharField(
|
||||
widget=forms.PasswordInput(attrs={'placeholder': __("Enter password")}),
|
||||
widget=forms.PasswordInput(attrs={'placeholder': ugettext_lazy("Enter password")}),
|
||||
)
|
||||
|
||||
|
||||
class PasswordResetForm(PasswordResetForm):
|
||||
email = forms.EmailField(label=_("Enter your email address to reset your password"), max_length=254)
|
||||
email = forms.EmailField(label=ugettext_lazy("Enter your email address to reset your password"), max_length=254)
|
||||
|
||||
def clean(self):
|
||||
cleaned_data = super(PasswordResetForm, self).clean()
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -4,13 +4,14 @@
|
|||
#
|
||||
# Translators:
|
||||
# LyuboslavPetrov <petrov.lyuboslav@gmail.com>, 2014
|
||||
# LyuboslavPetrov <petrov.lyuboslav@gmail.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-24 19:52+0000\n"
|
||||
"Last-Translator: LyuboslavPetrov <petrov.lyuboslav@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -18,29 +19,41 @@ msgstr ""
|
|||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Моля въведете валидно време"
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Фраза за търсене"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Въведете вашият имейл адрес за да си възстановите паролата"
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Моля въведете вашият имейл адрес."
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Не можете да възстановите паролата си тук, понеже акаунта ви се менижира от друг сървър."
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "Този имейл не е разпознат."
|
||||
|
||||
|
|
@ -246,7 +259,7 @@ msgstr "Надолу"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Изтрий"
|
||||
|
||||
|
|
@ -260,7 +273,7 @@ msgstr "Страници очакващи модерация"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Заглавие"
|
||||
|
||||
|
|
@ -270,18 +283,19 @@ msgid "Parent"
|
|||
msgstr "Родител"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Дата"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Вид"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Автор"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Редактирайте тази страница"
|
||||
|
||||
|
|
@ -299,7 +313,7 @@ msgstr "Отхвърлете"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Редакция"
|
||||
|
||||
|
|
@ -313,21 +327,25 @@ msgstr "Преглед"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Вашите последни редакции"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Дата"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Статус"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Преглед на Чернова"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Преглед на живо"
|
||||
|
||||
|
|
@ -486,7 +504,7 @@ msgstr "Промести %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Премести"
|
||||
|
||||
|
|
@ -514,7 +532,7 @@ msgstr "Отмени публикуването на %(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "Отмени публикуването"
|
||||
|
||||
|
|
@ -586,64 +604,59 @@ msgstr "по %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "Преглед на %(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Вид"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Добави дъщерна страница"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Отменете подредбата на дъщерни страници"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Ред"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Позволете подредба на дъщерни страници"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Плъзнете"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Мениджър подстраници на '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Мениджър"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Мениджър на дъщерни страници на '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Добавете дъщерна страница към '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Добавете подстраница"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "Не бяха създадени никакви страници."
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "Защо не <a href=\"%(add_page_url)s\">добавите една</a>?"
|
||||
|
|
@ -698,7 +711,7 @@ msgstr "Следващо"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Няма съвпадение на страници с <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -765,7 +778,7 @@ msgstr "Откъси от код"
|
|||
msgid "Users"
|
||||
msgstr "Потребители"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "Паролата ви бе променена успешно!"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-22 20:54+0000\n"
|
||||
"Last-Translator: Lloople <d.lloople@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -18,29 +18,41 @@ msgstr ""
|
|||
"Language: ca\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Si us plau introdueixi una hora vàlida "
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Termini de cerca"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Escriu el teu correu per reiniciar la teva contrasenya"
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Si us plau escriu el teu correu"
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Ho sentim, no pots reiniciar la teva contrasenya aquí ja que la teva conta d'usuari es administrada per un altre servidor"
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "No es reconeix aquesta adreça de correu"
|
||||
|
||||
|
|
@ -246,7 +258,7 @@ msgstr "Baixa"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Esborra"
|
||||
|
||||
|
|
@ -260,7 +272,7 @@ msgstr "Pàgines a l'espera de moderació"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Títol"
|
||||
|
||||
|
|
@ -270,18 +282,19 @@ msgid "Parent"
|
|||
msgstr "Pare"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Tipus"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Autor"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Edita aquesta pàgina"
|
||||
|
||||
|
|
@ -299,7 +312,7 @@ msgstr "Rebutjar"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Edita"
|
||||
|
||||
|
|
@ -313,21 +326,25 @@ msgstr "Vista prèvia"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Edicions més recents"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Estat"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Visualitza l'esborrany"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Visualitza en viu"
|
||||
|
||||
|
|
@ -486,7 +503,7 @@ msgstr "Mou %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Mou"
|
||||
|
||||
|
|
@ -514,7 +531,7 @@ msgstr "Despublica %(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "Despublica"
|
||||
|
||||
|
|
@ -586,64 +603,59 @@ msgstr "per %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "Explorant %(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Tipus"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Afegeix una pàgina filla"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Desactiva l'ordenació de les pàgines fill"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Ordre"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Activa l'ordenació de les pàgines fill"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Agafa"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Explora les subpàgines de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Explora"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Explora les pàgines filles de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Afegeix una pàgina filla a '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Afegeix subpàgina"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "No s'han creat pàgines."
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "Per què no <a href=\"%(add_page_url)s\">afegeixes una</a>?"
|
||||
|
|
@ -698,7 +710,7 @@ msgstr "Següent"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Ho sentim, cap pàgina coincideix amb <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -765,7 +777,7 @@ msgstr "Retalls"
|
|||
msgid "Users"
|
||||
msgstr "Usuaris"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "S'ha canviat la teva contrasenya!"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-25 17:28+0000\n"
|
||||
"Last-Translator: jspielmann <j@spielmannsolutions.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,29 +19,41 @@ msgstr ""
|
|||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Geben Sie bitte eine gültige Zeit ein!"
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Suchbegriff"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Geben Sie ihre Email Adresse ein um ihr Passwort zurückzusetzen."
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Bitte geben Sie ihre Email Adresse ein."
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Sie können Ihr Passwort hier leider nicht zurücksetzen, da Ihr Benutzerkonto von einem anderen Server verwaltet wird."
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "Die Email-Adresse wurde nicht erkannt."
|
||||
|
||||
|
|
@ -247,7 +259,7 @@ msgstr "Nach unten"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Löschen"
|
||||
|
||||
|
|
@ -261,7 +273,7 @@ msgstr "Seiten, die auf Freischaltung warten"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Titel"
|
||||
|
||||
|
|
@ -271,18 +283,19 @@ msgid "Parent"
|
|||
msgstr "Übergeordnetes Element"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Datum"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Autor"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Diese Seite bearbeiten"
|
||||
|
||||
|
|
@ -300,7 +313,7 @@ msgstr "Ablehnen"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Bearbeiten"
|
||||
|
||||
|
|
@ -314,21 +327,25 @@ msgstr "Vorschau"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Ihre letzen Änderungen"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Datum"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Entwurf anzeigen"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Live anzeigen"
|
||||
|
||||
|
|
@ -487,7 +504,7 @@ msgstr "%(title)s verschieben"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Verschieben"
|
||||
|
||||
|
|
@ -515,7 +532,7 @@ msgstr "%(title)s depublizieren"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "Depublizieren"
|
||||
|
||||
|
|
@ -587,64 +604,59 @@ msgstr "von %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "%(title)s durchstöbern"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Untergeordnete Seite hinzufügen"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Sortierung von untergeordneten Seiten deaktivieren"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Sortierung"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Sortierung von untergeordneten Seiten aktivieren"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Ziehen"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Explorer Teilseiten von '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Durchstöbern"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Explorer untergeordnete Seiten von '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Untergeordnete Seite zu '%(title)s' hinzufügen"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Untergeordnete Seite hinzufügen"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "Es wurden keine Seiten erstellt."
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "<a href=\"%(add_page_url)s\">Fügen Sie doch eine hinzu!</a>"
|
||||
|
|
@ -699,7 +711,7 @@ msgstr "Nächste"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Es gibt leider keine Seiten zum Suchbegriff <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -766,7 +778,7 @@ msgstr "Snippets"
|
|||
msgid "Users"
|
||||
msgstr "Benutzer"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "Ihr Passwort wurde erfolgreich geändert."
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -4,12 +4,13 @@
|
|||
#
|
||||
# Translators:
|
||||
# serafeim <serafeim@torchbox.com>, 2014
|
||||
# serafeim <serafeim@torchbox.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-22 17:59+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:14+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -18,29 +19,41 @@ msgstr ""
|
|||
"Language: el\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Συμπληρώσατε ώρα"
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr "Κοινές ρυθμίσεις σελίδων"
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Όρος αναζήτησης"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr "Εισάγετε το όνομα σας"
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr "Εισάγετε τον κωδικό σας"
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Εισάγετε τη διεύθυνση email σας για να ανανεώσετε τον κωδικό σας"
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Συμπληρώσατε τη διεύθυνση email σας."
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Λυπούμαστε, δε μπορείτε να αλλάξετε τον κωδικό σας διότι το λογαριασμό χρήστη σας τον διαχειρίζεται ένας διαφορετικός εξυπηρετητής."
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "Δε βρέθηκε το email."
|
||||
|
||||
|
|
@ -246,7 +259,7 @@ msgstr "Μετακίνηση κάτω"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Διαγραφή"
|
||||
|
||||
|
|
@ -260,7 +273,7 @@ msgstr "Σελίδες προς έλεγχο"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Τίτλος"
|
||||
|
||||
|
|
@ -270,18 +283,19 @@ msgid "Parent"
|
|||
msgstr "Πατρική"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Ημερομηνία"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Τύπος"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Συγγραφέας"
|
||||
msgid "Edited"
|
||||
msgstr "Διορθωμένη"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Διόρθωση της σελίδας"
|
||||
|
||||
|
|
@ -299,7 +313,7 @@ msgstr "Απόρριψη"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Διόρθωση"
|
||||
|
||||
|
|
@ -313,21 +327,25 @@ msgstr "Προεπισκόπηση"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Οι πιο πρόσφατες διορθώσεις σας"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Ημερομηνία"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Κατάσταση"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Εμφάνιση προσχεδίου"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Εμφάνιση στο site"
|
||||
|
||||
|
|
@ -486,7 +504,7 @@ msgstr "Μετακίνηση της %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Μετακίνηση"
|
||||
|
||||
|
|
@ -514,7 +532,7 @@ msgstr "Απόεκδοστε τη σελίδα %(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "Αποέκδοση"
|
||||
|
||||
|
|
@ -586,64 +604,59 @@ msgstr "από %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "Εξερεύνηση %(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Τύπος"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Προσθήκη σελίδας-παιδί"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Απενεργοποίηση ταξινόμησης σελίδων - παιδιά"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Σειρά"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Ενεργοποίηση ταξινόμησης σελίδων - παιδιά"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Τραβήξτε"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Εξερεύνηση υποσελίδων του '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Εξερεύνηση"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Εξερεύνηση σελίδων - παιδιά της '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Προσθήκη σελίδας - παιδί στην '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Προσθήκη υποσελίδας"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "Δεν έχουν δημιουργηθεί σελίδες."
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "Θέλετε να <a href=\"%(add_page_url)s\">προσθέσετε μία</a>;"
|
||||
|
|
@ -698,7 +711,7 @@ msgstr "Επόμενο"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Δε βρέθηκαν σελίδες που να ταιριάζουν με το <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Λυπούμαστε, καμία σελίδα δε ταιριάζει με το <em>\"%(query_string)s\"</em>"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -765,7 +778,7 @@ msgstr "Snippets"
|
|||
msgid "Users"
|
||||
msgstr "Χρήστες"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "Ο κωδικός σας αλλάχτηκε με επιτυχία!"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\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"
|
||||
|
|
@ -16,29 +16,41 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:17
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:49
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:58
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:71
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:74
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -244,7 +256,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -258,7 +270,7 @@ msgstr ""
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -268,18 +280,19 @@ msgid "Parent"
|
|||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -297,7 +310,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -311,21 +324,25 @@ msgstr ""
|
|||
msgid "Your most recent edits"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -486,7 +503,7 @@ msgstr ""
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -514,7 +531,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -586,64 +603,59 @@ msgstr ""
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr ""
|
||||
|
|
@ -765,7 +777,7 @@ msgstr ""
|
|||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-27 09:05+0000\n"
|
||||
"Last-Translator: fooflare <amos.oviedo@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,29 +19,41 @@ msgstr ""
|
|||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Por favor, escribe una hora válida"
|
||||
|
||||
#: .\forms.py:17
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Término de búsqueda"
|
||||
|
||||
#: .\forms.py:49
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Escribe tu dirección de correo para restablecer tu contraseña"
|
||||
|
||||
#: .\forms.py:58
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Rellena tu dirección de correo por favor."
|
||||
|
||||
#: .\forms.py:71
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Lo sentimos, no puedes restablecer tu contraseña aquí porque tu cuenta es gestionada por otro servidor."
|
||||
|
||||
#: .\forms.py:74
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "No se reconoce la dirección de correo."
|
||||
|
||||
|
|
@ -247,7 +259,7 @@ msgstr "Bajar"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
|
|
@ -261,7 +273,7 @@ msgstr "Páginas en espera de ser moderadas"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Título"
|
||||
|
||||
|
|
@ -271,18 +283,19 @@ msgid "Parent"
|
|||
msgstr "Padre"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Fecha"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Autor"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Editar esta página"
|
||||
|
||||
|
|
@ -300,7 +313,7 @@ msgstr "Rechazar"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
|
|
@ -314,21 +327,25 @@ msgstr "Previsualizar"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Tus ediciones más recientes"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Fecha"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Ver borrador"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Ver en vivo"
|
||||
|
||||
|
|
@ -487,7 +504,7 @@ msgstr "Mover %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Mover"
|
||||
|
||||
|
|
@ -515,7 +532,7 @@ msgstr "No publicar %(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "No publicar"
|
||||
|
||||
|
|
@ -587,64 +604,59 @@ msgstr "por %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "Explorando %(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Añadir página hija"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Deshabilitar organización de páginas hijas"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Habilitar organización de páginas hijas"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Llevar"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Explorar subpáginas de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Explorar"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Explorar páginas hijas de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Añadir página hija a '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Añadir subpágina"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "No ha sido creada ninguna página."
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "Por qué no <a href=\"%(add_page_url)s\">añadir una</a>?"
|
||||
|
|
@ -699,7 +711,7 @@ msgstr "Siguiente"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Lo sentimos, ninguna página contiene <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -766,7 +778,7 @@ msgstr "Fragmentos"
|
|||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "¡Tu contraseña ha sido cambiada con éxito!"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-25 19:42+0000\n"
|
||||
"Last-Translator: unaizalakain <unai@gisa-elkartea.org>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -18,29 +18,41 @@ msgstr ""
|
|||
"Language: eu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Idatzi data egoki bat mesedez"
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Bilaketa terminoa"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Idatzi zure eposta helbidea zure pasahitza berrezartzeko"
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Idatzi zure eposta helbidea mesedez."
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Sentitzen dugu, ezin duzu zure pasahitza hemen berrezarri zure kontua beste zerbitzari batek kudeatzen duelako."
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "Ez da horrelako eposta helbiderik ezagutzen."
|
||||
|
||||
|
|
@ -246,7 +258,7 @@ msgstr "Behera mugitu"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Ezabatu"
|
||||
|
||||
|
|
@ -260,7 +272,7 @@ msgstr "Moderatzeke dauden orrialdeak"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Izenburua"
|
||||
|
||||
|
|
@ -270,18 +282,19 @@ msgid "Parent"
|
|||
msgstr "Gurasoa"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Egilea"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Orrialde hau editatu"
|
||||
|
||||
|
|
@ -299,7 +312,7 @@ msgstr "Ezeztatu"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -313,21 +326,25 @@ msgstr "Aurrikusi"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Zure edizio berrienak"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Egoera"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Borradorea ikusi"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -486,7 +503,7 @@ msgstr ""
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -514,7 +531,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -586,64 +603,59 @@ msgstr ""
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr ""
|
||||
|
|
@ -765,7 +777,7 @@ msgstr ""
|
|||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-26 13:41+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -17,29 +17,41 @@ msgstr ""
|
|||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -245,7 +257,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -259,7 +271,7 @@ msgstr ""
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -269,18 +281,19 @@ msgid "Parent"
|
|||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -298,7 +311,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -312,21 +325,25 @@ msgstr ""
|
|||
msgid "Your most recent edits"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -485,7 +502,7 @@ msgstr ""
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -513,7 +530,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,64 +602,59 @@ msgstr ""
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr ""
|
||||
|
|
@ -764,7 +776,7 @@ msgstr ""
|
|||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-27 09:51+0000\n"
|
||||
"Last-Translator: fooflare <amos.oviedo@gmail.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,29 +19,41 @@ msgstr ""
|
|||
"Language: gl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Por favor, escribe unha hora válida"
|
||||
|
||||
#: .\forms.py:17
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Termo de busca"
|
||||
|
||||
#: .\forms.py:49
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Escribe a túa dirección de correo para restaurar o teu contrasinal"
|
||||
|
||||
#: .\forms.py:58
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Por favor, enche a túa dirección de correo."
|
||||
|
||||
#: .\forms.py:71
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Sentímolo, non podes restablecer o teu contrasinal aquí porque a túa conta é xestionada por outro servidor."
|
||||
|
||||
#: .\forms.py:74
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "Non se recoñece a dirección de correo."
|
||||
|
||||
|
|
@ -247,7 +259,7 @@ msgstr "Baixar"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Eliminar"
|
||||
|
||||
|
|
@ -261,7 +273,7 @@ msgstr "Páxinas en espera de ser moderadas"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Título"
|
||||
|
||||
|
|
@ -271,18 +283,19 @@ msgid "Parent"
|
|||
msgstr "Padre"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Autor"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Editar esta páxina"
|
||||
|
||||
|
|
@ -300,7 +313,7 @@ msgstr "Rexeitar"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Editar"
|
||||
|
||||
|
|
@ -314,21 +327,25 @@ msgstr "Previsualizar"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "As túas edicións máis recentes"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Estado"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Ver borrador"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Ver en vivo"
|
||||
|
||||
|
|
@ -487,7 +504,7 @@ msgstr "Mover %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Mover"
|
||||
|
||||
|
|
@ -515,7 +532,7 @@ msgstr "Non publicar %(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "Non publicar"
|
||||
|
||||
|
|
@ -587,64 +604,59 @@ msgstr "por %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "Explorando %(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Tipo"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Engadir páxina filla"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Deshabilitar organización de páxinas fillas"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Orden"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Habilitar organización de páxinas fillas"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Levar"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Explorar subpáxinas de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Explorar"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Explorar páxinas fillas de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Engadir páxina filla a '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Engadir subpáxina"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "Non foi creada ningunha páxina."
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "¿Por qué non <a href=\"%(add_page_url)s\">engadir unha</a>?"
|
||||
|
|
@ -699,7 +711,7 @@ msgstr "Seguinte"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Sentímolo, ningunha páxina contén <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -766,7 +778,7 @@ msgstr "Fragmentos"
|
|||
msgid "Users"
|
||||
msgstr "Usuarios"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "¡O teu contrasinal foi cambiado correctamente!"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,12 +3,13 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# delgermurun <info@delgermurun.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-25 05:54+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/language/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -17,35 +18,47 @@ msgstr ""
|
|||
"Language: mn\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr ""
|
||||
msgstr "Цахим шуудангийн хаягаа оруулна уу."
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\base.html:7 .\templates\wagtailadmin\home.html:4
|
||||
msgid "Dashboard"
|
||||
msgstr ""
|
||||
msgstr "Хянах самбар"
|
||||
|
||||
#: .\templates\wagtailadmin\base.html:31
|
||||
msgid "Menu"
|
||||
|
|
@ -54,7 +67,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\home.html:22
|
||||
#, python-format
|
||||
msgid "Welcome to the %(site_name)s Wagtail CMS"
|
||||
msgstr ""
|
||||
msgstr "\"%(site_name)s Wagtail CMS\"-д тавтай морил"
|
||||
|
||||
#: .\templates\wagtailadmin\home.html:33
|
||||
msgid ""
|
||||
|
|
@ -97,7 +110,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\account\account.html:23
|
||||
#: .\templates\wagtailadmin\account\change_password.html:4
|
||||
msgid "Change password"
|
||||
msgstr ""
|
||||
msgstr "Нууц үгээ солих"
|
||||
|
||||
#: .\templates\wagtailadmin\account\account.html:27
|
||||
msgid "Change the password you use to log in."
|
||||
|
|
@ -117,15 +130,15 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\account\password_reset\done.html:4
|
||||
#: .\templates\wagtailadmin\account\password_reset\form.html:37
|
||||
msgid "Reset password"
|
||||
msgstr ""
|
||||
msgstr "Нууц үгээ сэргээх"
|
||||
|
||||
#: .\templates\wagtailadmin\account\password_reset\complete.html:15
|
||||
msgid "Password change successful"
|
||||
msgstr ""
|
||||
msgstr "Нууц үг амжилттай солигдлоо"
|
||||
|
||||
#: .\templates\wagtailadmin\account\password_reset\complete.html:16
|
||||
msgid "Login"
|
||||
msgstr ""
|
||||
msgstr "Нэвтрэх"
|
||||
|
||||
#: .\templates\wagtailadmin\account\password_reset\confirm.html:4
|
||||
#: .\templates\wagtailadmin\account\password_reset\confirm.html:26
|
||||
|
|
@ -245,7 +258,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -259,7 +272,7 @@ msgstr ""
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -269,18 +282,19 @@ msgid "Parent"
|
|||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -298,7 +312,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -312,21 +326,25 @@ msgstr ""
|
|||
msgid "Your most recent edits"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -485,7 +503,7 @@ msgstr ""
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -513,7 +531,7 @@ msgstr ""
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -585,64 +603,59 @@ msgstr ""
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr ""
|
||||
|
|
@ -764,7 +777,7 @@ msgstr ""
|
|||
msgid "Users"
|
||||
msgstr ""
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,9 +9,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-25 12:55+0000\n"
|
||||
"Last-Translator: utek <mail@utek.pl>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -19,29 +19,41 @@ msgstr ""
|
|||
"Language: pl\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Proszę wpisać poprawny czas"
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Wyszukiwania fraza"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Podaj swój adres email aby zresetować hasło"
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Podaj swój adres email."
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Przepraszamy, nie możesz zresetować hasła tutaj ponieważ Twoje konto jest zarządzane przez inny serwer."
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "Ten adres email nie został rozpoznany."
|
||||
|
||||
|
|
@ -248,7 +260,7 @@ msgstr "Przesuń w dół"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Usuń"
|
||||
|
||||
|
|
@ -262,7 +274,7 @@ msgstr "Strony oczekujące na przejrzenie"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Tytuł"
|
||||
|
||||
|
|
@ -272,18 +284,19 @@ msgid "Parent"
|
|||
msgstr "Rodzic"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Autor"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Edytuj tę stronę"
|
||||
|
||||
|
|
@ -301,7 +314,7 @@ msgstr "Odrzuć"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Edytuj"
|
||||
|
||||
|
|
@ -315,21 +328,25 @@ msgstr "Podgląd"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Twoje ostatnie zmiany"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Pokaż szkic"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Pokaż na żywo"
|
||||
|
||||
|
|
@ -492,7 +509,7 @@ msgstr "Przesuń %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Przesuń"
|
||||
|
||||
|
|
@ -520,7 +537,7 @@ msgstr "Cofnij publikację %(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "Cofnij publikację"
|
||||
|
||||
|
|
@ -592,64 +609,59 @@ msgstr "przez %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "Przeglądaj %(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Typ"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Dodaj stronę podrzędną"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Wyłącz sortowanie stron podrzędnych"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Porządek"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Włącz sortowanie stron podrzędnych"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Przeciągnij"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Przeglądarka podstron '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Przeglądaj"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Przeglądarka stron podrzędnych '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Dodaj stronę podrzędną do '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Dodaj podstronę"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "Żadna strona nie została stworzona"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "Czemu nie <a href=\"%(add_page_url)s\">dodać kilku</a>?"
|
||||
|
|
@ -705,7 +717,7 @@ msgstr "Naprzód"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Przepraszamy, żadna strona nie pasuje do <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -772,7 +784,7 @@ msgstr "Snippety"
|
|||
msgid "Users"
|
||||
msgstr "Użytkownicy"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "Twoje hasło zostało zmienione poprawnie!"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,9 +8,9 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-24 23:02+0000\n"
|
||||
"Last-Translator: zerolab\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
|
|
@ -18,29 +18,41 @@ msgstr ""
|
|||
"Language: ro\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "Introduceți o oră validă"
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "Termen de căutare"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "Introduceți adresa de e-mail pentru a reseta parola"
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "Introduceți adresa de e-mail."
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "Ne pare rău, dar nu puteți reseta parola aici. Contul dvs. de utilizator este gestionat de un alt server."
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "Adresa e-mail nu este recunoscută."
|
||||
|
||||
|
|
@ -247,7 +259,7 @@ msgstr "Deplasează în jos"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "Șterge"
|
||||
|
||||
|
|
@ -261,7 +273,7 @@ msgstr "Pagini în moderație"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "Titlu"
|
||||
|
||||
|
|
@ -271,18 +283,19 @@ msgid "Parent"
|
|||
msgstr "Bază"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Dată"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "Autor"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "Editează această pagină"
|
||||
|
||||
|
|
@ -300,7 +313,7 @@ msgstr "Respinge"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "Editează"
|
||||
|
||||
|
|
@ -314,21 +327,25 @@ msgstr "Examinare"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "Modificările cele mai recente"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "Dată"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "Status"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "Vezi ciornă"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "Vezi în direct"
|
||||
|
||||
|
|
@ -491,7 +508,7 @@ msgstr "Mută %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "Mută"
|
||||
|
||||
|
|
@ -519,7 +536,7 @@ msgstr "Anulează publicarea %(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "Anulează publicarea"
|
||||
|
||||
|
|
@ -591,64 +608,59 @@ msgstr "de către %(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "Explorare %(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "Tip"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "Adaugă pagină dependentă"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "Dezactivează rânduirea paginilor dependente"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "Ordine"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "Activează rânduirea paginilor dependente"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "Glisează"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "Explorează subpaginile '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "Explorează"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "Explorează paginile dependente de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "Adaugă o pagină dependentă de '%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "Adaugă subpagină"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "Nu a fost creată nici o pagină."
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "De ce să nu <a href=\"%(add_page_url)s\">adăugați una</a>?"
|
||||
|
|
@ -704,7 +716,7 @@ msgstr "Următor"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "Ne pare rău, \"<em>%(query_string)s</em>\" nu se potrivește cu nici o pagină"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -771,7 +783,7 @@ msgstr "Fragmente"
|
|||
msgid "Users"
|
||||
msgstr "Utilizatori"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "Parola a fost schimbată cu succes!"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,47 +1,57 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators: Lihan Li <lilihan.it@gmail.com>, 2014
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:55+0200\n"
|
||||
"PO-Revision-Date: 2014-02-24 17:34+0000\n"
|
||||
"Last-Translator: tomdyson <tom@torchbox.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/zh/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: .\edit_handlers.py:80 .\edit_handlers.py:129 .\edit_handlers.py:133
|
||||
#: .\edit_handlers.py:81 .\edit_handlers.py:130 .\edit_handlers.py:134
|
||||
msgid "Please type a valid time"
|
||||
msgstr "请输入一个有效的时间"
|
||||
|
||||
#: .\forms.py:12
|
||||
#: .\edit_handlers.py:724
|
||||
msgid "Common page configuration"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:18
|
||||
msgid "Search term"
|
||||
msgstr "搜索词"
|
||||
|
||||
#: .\forms.py:44
|
||||
#: .\forms.py:42
|
||||
msgid "Enter your username"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:45
|
||||
msgid "Enter password"
|
||||
msgstr ""
|
||||
|
||||
#: .\forms.py:50
|
||||
msgid "Enter your email address to reset your password"
|
||||
msgstr "输入您的电子邮箱来重置您的密码"
|
||||
|
||||
#: .\forms.py:53
|
||||
#: .\forms.py:59
|
||||
msgid "Please fill your email address."
|
||||
msgstr "请输入你的电子邮件地址。"
|
||||
|
||||
#: .\forms.py:66
|
||||
#: .\forms.py:72
|
||||
msgid ""
|
||||
"Sorry, you cannot reset your password here as your user account is managed "
|
||||
"by another server."
|
||||
msgstr "对不起,你不能在此够重置你的密码,因为您的账号是由其他服务所管理的。"
|
||||
|
||||
#: .\forms.py:69
|
||||
#: .\forms.py:75
|
||||
msgid "This email address is not recognised."
|
||||
msgstr "没有找到这个电子邮件地址。"
|
||||
|
||||
|
|
@ -94,8 +104,7 @@ msgid ""
|
|||
"Your avatar image is provided by Gravatar and is connected to your email "
|
||||
"address. With a Gravatar account you can set an avatar for any number of "
|
||||
"other email addresses you use."
|
||||
msgstr "您的头像图片是由Gravatar提供的,并且关联了您的电子邮件地址。一个Gravatar"
|
||||
"账号可以设置多个电子邮件地址的头像图片。"
|
||||
msgstr "您的头像图片是由Gravatar提供的,并且关联了您的电子邮件地址。一个Gravatar账号可以设置多个电子邮件地址的头像图片。"
|
||||
|
||||
#: .\templates\wagtailadmin\account\account.html:23
|
||||
#: .\templates\wagtailadmin\account\change_password.html:4
|
||||
|
|
@ -203,13 +212,7 @@ msgid_plural ""
|
|||
" There are %(counter)s matches\n"
|
||||
" "
|
||||
msgstr[0] ""
|
||||
"\n"
|
||||
" 有一个匹配\n"
|
||||
" "
|
||||
msgstr[1] ""
|
||||
"\n"
|
||||
" 有 %(counter)s 个匹配\n"
|
||||
" "
|
||||
|
||||
#: .\templates\wagtailadmin\chooser\browse.html:2
|
||||
#: .\templates\wagtailadmin\chooser\search.html:2
|
||||
#: .\templates\wagtailadmin\edit_handlers\page_chooser_panel.html:13
|
||||
|
|
@ -253,7 +256,7 @@ msgstr "向下移动"
|
|||
#: .\templates\wagtailadmin\pages\confirm_delete.html:7
|
||||
#: .\templates\wagtailadmin\pages\edit.html:36
|
||||
#: .\templates\wagtailadmin\pages\list.html:68
|
||||
#: .\templates\wagtailadmin\pages\list.html:189
|
||||
#: .\templates\wagtailadmin\pages\list.html:188
|
||||
msgid "Delete"
|
||||
msgstr "删除"
|
||||
|
||||
|
|
@ -267,7 +270,7 @@ msgstr "这些页面在等待审核"
|
|||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:13
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:12
|
||||
#: .\templates\wagtailadmin\pages\list.html:102
|
||||
#: .\templates\wagtailadmin\pages\list.html:101
|
||||
msgid "Title"
|
||||
msgstr "标题"
|
||||
|
||||
|
|
@ -277,18 +280,19 @@ msgid "Parent"
|
|||
msgstr "上一级"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:15
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "日期"
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:116
|
||||
msgid "Type"
|
||||
msgstr "类型"
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:16
|
||||
msgid "Author"
|
||||
msgstr "作者"
|
||||
msgid "Edited"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\home\pages_for_moderation.html:23
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:21
|
||||
#: .\templates\wagtailadmin\pages\list.html:168
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:167
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit this page"
|
||||
msgstr "编辑这个页面"
|
||||
|
||||
|
|
@ -306,7 +310,7 @@ msgstr "拒绝"
|
|||
#: .\templates\wagtailadmin\home\recent_edits.html:23
|
||||
#: .\templates\wagtailadmin\pages\_moderator_userbar.html:9
|
||||
#: .\templates\wagtailadmin\pages\list.html:56
|
||||
#: .\templates\wagtailadmin\pages\list.html:177
|
||||
#: .\templates\wagtailadmin\pages\list.html:176
|
||||
msgid "Edit"
|
||||
msgstr "编辑"
|
||||
|
||||
|
|
@ -320,21 +324,25 @@ msgstr "预览"
|
|||
msgid "Your most recent edits"
|
||||
msgstr "你最近的编辑"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:13
|
||||
msgid "Date"
|
||||
msgstr "日期"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:14
|
||||
#: .\templates\wagtailadmin\pages\list.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:129
|
||||
#: .\templates\wagtailadmin\pages\list.html:128
|
||||
msgid "Status"
|
||||
msgstr "状态"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:25
|
||||
#: .\templates\wagtailadmin\pages\list.html:59
|
||||
#: .\templates\wagtailadmin\pages\list.html:180
|
||||
#: .\templates\wagtailadmin\pages\list.html:179
|
||||
msgid "View draft"
|
||||
msgstr "查看草稿"
|
||||
|
||||
#: .\templates\wagtailadmin\home\recent_edits.html:28
|
||||
#: .\templates\wagtailadmin\pages\list.html:62
|
||||
#: .\templates\wagtailadmin\pages\list.html:183
|
||||
#: .\templates\wagtailadmin\pages\list.html:182
|
||||
msgid "View live"
|
||||
msgstr "查看在线版"
|
||||
|
||||
|
|
@ -353,13 +361,7 @@ msgid_plural ""
|
|||
" <span>%(total_pages)s</span> Pages\n"
|
||||
" "
|
||||
msgstr[0] ""
|
||||
"\n"
|
||||
" <span>%(total_pages)s</span> 页\n"
|
||||
" "
|
||||
msgstr[1] ""
|
||||
"\n"
|
||||
" <span>%(total_pages)s</span> 页\n"
|
||||
" "
|
||||
|
||||
#: .\templates\wagtailadmin\home\site_summary.html:13
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
@ -433,10 +435,8 @@ msgid ""
|
|||
"\n"
|
||||
" Previewing '%(title)s', submitted by %(submitted_by)s on %(submitted_on)s.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
" 预览 '%(title)s', %(submitted_by)s 在 %(submitted_on)s 提交.\n"
|
||||
" "
|
||||
msgstr "\n 预览 '%(title)s', %(submitted_by)s 在 %(submitted_on)s 提交.\n "
|
||||
|
||||
#: .\templates\wagtailadmin\pages\add_subpage.html:6
|
||||
#, python-format
|
||||
msgid "Create a page in %(title)s"
|
||||
|
|
@ -480,9 +480,7 @@ msgstr[0] ""
|
|||
msgid ""
|
||||
"Alternatively you can unpublish the page. This removes the page from public "
|
||||
"view and you can edit or publish it again later."
|
||||
msgstr ""
|
||||
"你页可以取消发布此页。此页将不能从外部访问,你可以编辑后再次发布。"
|
||||
|
||||
msgstr "你页可以取消发布此页。此页将不能从外部访问,你可以编辑后再次发布。"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\confirm_delete.html:26
|
||||
msgid "Delete it"
|
||||
|
|
@ -499,7 +497,7 @@ msgstr "移动 %(title)s"
|
|||
|
||||
#: .\templates\wagtailadmin\pages\confirm_move.html:6
|
||||
#: .\templates\wagtailadmin\pages\list.html:65
|
||||
#: .\templates\wagtailadmin\pages\list.html:186
|
||||
#: .\templates\wagtailadmin\pages\list.html:185
|
||||
msgid "Move"
|
||||
msgstr "移动"
|
||||
|
||||
|
|
@ -527,7 +525,7 @@ msgstr "停止发布%(title)s"
|
|||
#: .\templates\wagtailadmin\pages\confirm_unpublish.html:6
|
||||
#: .\templates\wagtailadmin\pages\edit.html:33
|
||||
#: .\templates\wagtailadmin\pages\list.html:71
|
||||
#: .\templates\wagtailadmin\pages\list.html:192
|
||||
#: .\templates\wagtailadmin\pages\list.html:191
|
||||
msgid "Unpublish"
|
||||
msgstr "停止发布"
|
||||
|
||||
|
|
@ -599,64 +597,59 @@ msgstr "作者%(modified_by)s"
|
|||
msgid "Exploring %(title)s"
|
||||
msgstr "浏览%(title)s"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:24
|
||||
#: .\templates\wagtailadmin\pages\list.html:117
|
||||
msgid "Type"
|
||||
msgstr "类型"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:53
|
||||
#: .\templates\wagtailadmin\pages\list.html:195
|
||||
#: .\templates\wagtailadmin\pages\list.html:194
|
||||
msgid "Add child page"
|
||||
msgstr "添加子页面"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
msgid "Disable ordering of child pages"
|
||||
msgstr "禁止自页面的顺序"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:95
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:94
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Order"
|
||||
msgstr "顺序"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:97
|
||||
#: .\templates\wagtailadmin\pages\list.html:96
|
||||
msgid "Enable ordering of child pages"
|
||||
msgstr "开启子页面顺序"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:150
|
||||
#: .\templates\wagtailadmin\pages\list.html:149
|
||||
msgid "Drag"
|
||||
msgstr "拖动"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#, python-format
|
||||
msgid "Explorer subpages of '%(title)s'"
|
||||
msgstr "浏览 '%(title)s' 的子页面"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:221
|
||||
#: .\templates\wagtailadmin\pages\list.html:225
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:220
|
||||
#: .\templates\wagtailadmin\pages\list.html:224
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
msgid "Explore"
|
||||
msgstr "浏览"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:229
|
||||
#: .\templates\wagtailadmin\pages\list.html:228
|
||||
#, python-format
|
||||
msgid "Explorer child pages of '%(title)s'"
|
||||
msgstr "浏览 '%(title)s' 的子页面"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
#, python-format
|
||||
msgid "Add a child page to '%(title)s'"
|
||||
msgstr "添加子页面至'%(title)s'"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:231
|
||||
#: .\templates\wagtailadmin\pages\list.html:230
|
||||
msgid "Add subpage"
|
||||
msgstr "添加子页面"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
msgid "No pages have been created."
|
||||
msgstr "没有已保存的页面"
|
||||
|
||||
#: .\templates\wagtailadmin\pages\list.html:240
|
||||
#: .\templates\wagtailadmin\pages\list.html:239
|
||||
#, python-format
|
||||
msgid "Why not <a href=\"%(add_page_url)s\">add one</a>?"
|
||||
msgstr "为什么不<a href=\"%(add_page_url)s\">添加一页</a>?"
|
||||
|
|
@ -682,23 +675,15 @@ msgid_plural ""
|
|||
" There are %(counter)s matches\n"
|
||||
" "
|
||||
msgstr[0] ""
|
||||
"\n"
|
||||
" 有一个匹配\n"
|
||||
" "
|
||||
msgstr[1] ""
|
||||
"\n"
|
||||
" 有%(counter)s个匹配\n"
|
||||
" "
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:17
|
||||
#, python-format
|
||||
msgid ""
|
||||
"\n"
|
||||
" Page %(page_number)s of %(num_pages)s.\n"
|
||||
" "
|
||||
msgstr ""
|
||||
"\n"
|
||||
" 第 %(page_number)s / %(num_pages)s页.\n"
|
||||
" "
|
||||
msgstr "\n 第 %(page_number)s / %(num_pages)s页.\n "
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:24
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:26
|
||||
#: .\templates\wagtailadmin\shared\pagination_nav.html:8
|
||||
|
|
@ -718,7 +703,7 @@ msgstr "往后"
|
|||
#: .\templates\wagtailadmin\pages\search_results.html:43
|
||||
#, python-format
|
||||
msgid "Sorry, no pages match <em>\"%(query_string)s\"</em>"
|
||||
msgstr "对不起,没有页面匹配<em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailadmin\pages\search_results.html:45
|
||||
msgid "Enter a search term above"
|
||||
|
|
@ -742,9 +727,8 @@ msgstr "创建一个新页面"
|
|||
msgid ""
|
||||
"Your new page will be saved in the <em>top level</em> of your website. You "
|
||||
"can move it after saving."
|
||||
msgstr ""
|
||||
"你的新页面将会保存到网站的<em>顶级</em> 你 "
|
||||
"在保存后可以移动."
|
||||
msgstr "你的新页面将会保存到网站的<em>顶级</em> 你 在保存后可以移动."
|
||||
|
||||
#: .\templates\wagtailadmin\shared\main_nav.html:15
|
||||
msgid "Account settings"
|
||||
msgstr "账号设置"
|
||||
|
|
@ -786,7 +770,7 @@ msgstr "片段"
|
|||
msgid "Users"
|
||||
msgstr "用户"
|
||||
|
||||
#: .\views\account.py:23
|
||||
#: .\views\account.py:26
|
||||
msgid "Your password has been changed successfully!"
|
||||
msgstr "您的密码已经更改成功。"
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\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"
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -69,6 +69,7 @@ msgid "Latest documents"
|
|||
msgstr "Последни документи"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Няма съвпадение на документи с <em>\"%(query_string)s\"</em>"
|
||||
|
|
@ -121,11 +122,6 @@ msgstr "Документи"
|
|||
msgid "Uploaded"
|
||||
msgstr "Качени"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Няма съвпадение на документи с <em>\"%(query_string)s\"</em>"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -69,9 +69,10 @@ msgid "Latest documents"
|
|||
msgstr "Últims documents"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ho sentim, no s'han trobat documents que coincideixin amb \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ho sentim, cap document coincideix amb \"<em>%(query_string)s</em\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\_file_field.html:5
|
||||
msgid "Change document:"
|
||||
|
|
@ -121,11 +122,6 @@ msgstr "Documents"
|
|||
msgid "Uploaded"
|
||||
msgstr "Pujat"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ho sentim, cap document coincideix amb \"<em>%(query_string)s</em\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
@ -143,7 +139,7 @@ msgstr "Escull un altre document"
|
|||
|
||||
#: .\views\documents.py:34 .\views\documents.py:43
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
msgstr "Cercar documents"
|
||||
|
||||
#: .\views\documents.py:83
|
||||
msgid "Document '{0}' added."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -69,6 +69,7 @@ msgid "Latest documents"
|
|||
msgstr "Neueste Dokumente"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Es gibt leider keine Dokumente zum Suchbegriff \"<em>%(query_string)s</em>\""
|
||||
|
|
@ -121,11 +122,6 @@ msgstr "Dokumente"
|
|||
msgid "Uploaded"
|
||||
msgstr "Hochgeladen"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Es gibt leider keine Dokumente zum Suchbegriff \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 16:00+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -69,6 +69,7 @@ msgid "Latest documents"
|
|||
msgstr "Τελευταία έγγραφα"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Δε βρέθηκαν έγγραφα που να ταιριάζουν με το \"<em>%(query_string)s</em>\""
|
||||
|
|
@ -121,11 +122,6 @@ msgstr "Έγγραφα"
|
|||
msgid "Uploaded"
|
||||
msgstr "Ανεβασμένο"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Δε βρέθηκαν έγγραφα που να ταιριάζουν με το \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\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"
|
||||
|
|
@ -67,6 +67,7 @@ msgid "Latest documents"
|
|||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
|
@ -119,11 +120,6 @@ msgstr ""
|
|||
msgid "Uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -70,6 +70,7 @@ msgid "Latest documents"
|
|||
msgstr "Últimos documentos"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Lo sentimos, ningún documento contiene \"<em>%(query_string)s</em>\""
|
||||
|
|
@ -122,11 +123,6 @@ msgstr "Documentos"
|
|||
msgid "Uploaded"
|
||||
msgstr "Subidos"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Lo sentimos, ningún documento contiene \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
@ -144,7 +140,7 @@ msgstr "Elegir otro documento"
|
|||
|
||||
#: .\views\documents.py:34 .\views\documents.py:43
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
msgstr "Buscar documentos"
|
||||
|
||||
#: .\views\documents.py:83
|
||||
msgid "Document '{0}' added."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -68,6 +68,7 @@ msgid "Latest documents"
|
|||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
|
@ -120,11 +121,6 @@ msgstr ""
|
|||
msgid "Uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -68,6 +68,7 @@ msgid "Latest documents"
|
|||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
|
@ -120,11 +121,6 @@ msgstr ""
|
|||
msgid "Uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -70,6 +70,7 @@ msgid "Latest documents"
|
|||
msgstr "Últimos documentos"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Sentímolo, ningún documento contén \"<em>%(query_string)s</em>\""
|
||||
|
|
@ -122,11 +123,6 @@ msgstr "Documentos"
|
|||
msgid "Uploaded"
|
||||
msgstr "Subidos"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Sentímolo, ningún documento contén \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
@ -144,7 +140,7 @@ msgstr "Elixir outro documento"
|
|||
|
||||
#: .\views\documents.py:34 .\views\documents.py:43
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
msgstr "Buscar documentos"
|
||||
|
||||
#: .\views\documents.py:83
|
||||
msgid "Document '{0}' added."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/language/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -68,6 +68,7 @@ msgid "Latest documents"
|
|||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
|
@ -120,11 +121,6 @@ msgstr ""
|
|||
msgid "Uploaded"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -71,6 +71,7 @@ msgid "Latest documents"
|
|||
msgstr "Najnowsze dokumenty"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Przepraszamy, żaden dokument nie pasuje do \"<em>%(query_string)s</em>\""
|
||||
|
|
@ -123,11 +124,6 @@ msgstr "Dokumenty"
|
|||
msgid "Uploaded"
|
||||
msgstr "Przesłano"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Przepraszamy, żaden dokument nie pasuje do \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
@ -145,7 +141,7 @@ msgstr "Wybierz inny dokument"
|
|||
|
||||
#: .\views\documents.py:34 .\views\documents.py:43
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
msgstr "Szukaj dokumentów"
|
||||
|
||||
#: .\views\documents.py:83
|
||||
msgid "Document '{0}' added."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -70,6 +70,7 @@ msgid "Latest documents"
|
|||
msgstr "Documente recente"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ne pare rău, \"<em>%(query_string)s</em>\" nu se potrivește cu nici un document"
|
||||
|
|
@ -122,11 +123,6 @@ msgstr "Documente"
|
|||
msgid "Uploaded"
|
||||
msgstr "Încărcat"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ne pare rău, \"<em>%(query_string)s</em>\" nu se potrivește cu nici un document"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,23 +1,21 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators: Lihan Li <lilihan.it@gmail.com>, 2014
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:56+0200\n"
|
||||
"PO-Revision-Date: 2014-02-24 17:34+0000\n"
|
||||
"Last-Translator: tomdyson <tom@torchbox.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:09+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/zh/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: .\models.py:16 .\templates\wagtaildocs\documents\list.html:9
|
||||
msgid "Title"
|
||||
|
|
@ -63,19 +61,13 @@ msgid_plural ""
|
|||
" There are %(counter)s matches\n"
|
||||
" "
|
||||
msgstr[0] ""
|
||||
"\n"
|
||||
" 有1个匹配\n"
|
||||
" "
|
||||
msgstr[1] ""
|
||||
"\n"
|
||||
" 有%(counter)s个匹配\n"
|
||||
" "
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:12
|
||||
msgid "Latest documents"
|
||||
msgstr "最新文档"
|
||||
|
||||
#: .\templates\wagtaildocs\chooser\results.html:19
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "对不起,没有文档匹配\"<em>%(query_string)s</em>\""
|
||||
|
|
@ -128,19 +120,12 @@ msgstr "文档"
|
|||
msgid "Uploaded"
|
||||
msgstr "已上传"
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no documents match \"<em>%(query_string)s</em>\""
|
||||
msgstr "对不起,没有文档匹配\"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtaildocs\documents\results.html:21
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You haven't uploaded any documents. Why not <a "
|
||||
"href=\"%(wagtaildocs_add_document_url)s\">upload one now</a>?"
|
||||
msgstr ""
|
||||
"你没有上传任何文档。 为什么不 <a "
|
||||
"href=\"%(wagtaildocs_add_document_url)s\">上传一份</a>?"
|
||||
msgstr "你没有上传任何文档。 为什么不 <a href=\"%(wagtaildocs_add_document_url)s\">上传一份</a>?"
|
||||
|
||||
#: .\templates\wagtaildocs\edit_handlers\document_chooser_panel.html:9
|
||||
msgid "Clear choice"
|
||||
|
|
@ -150,6 +135,10 @@ msgstr "清除选择"
|
|||
msgid "Choose another document"
|
||||
msgstr "选择另外一份文档"
|
||||
|
||||
#: .\views\documents.py:34 .\views\documents.py:43
|
||||
msgid "Search documents"
|
||||
msgstr ""
|
||||
|
||||
#: .\views\documents.py:83
|
||||
msgid "Document '{0}' added."
|
||||
msgstr "文档'{0}'已添加"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\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"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -137,7 +137,7 @@ msgstr "Изображения"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Няма съвпадение на Изображения с <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -137,7 +137,7 @@ msgstr "Imatges"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ho sentim, cap imatge coincideix amb <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
@ -148,7 +148,7 @@ msgstr "No has pujat cap imatge. Per què no <a href=\"%(wagtailimages_add_image
|
|||
|
||||
#: .\views\images.py:29 .\views\images.py:40
|
||||
msgid "Search images"
|
||||
msgstr ""
|
||||
msgstr "Cercar imatges"
|
||||
|
||||
#: .\views\images.py:92
|
||||
msgid "Image '{0}' updated."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -137,7 +137,7 @@ msgstr "Bilder"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Es gibt leider keine Bilder zum Suchbegriff \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 16:01+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:17+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -137,7 +137,7 @@ msgstr "Εικόνες"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Λυπούμαστε, δεν υπάρχουν εικόνες που να ταιριάζουν με το \"<em>%(query_string)s</em>\""
|
||||
msgstr "Λυπούμαστε, καμία εικόνα δε ταιριάζει με το \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\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"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -138,7 +138,7 @@ msgstr "Imágenes"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Lo sentimos, ninguna imagen contiene \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
@ -149,7 +149,7 @@ msgstr "No has subido imágenes. ¿Por qué no <a href=\"%(wagtailimages_add_ima
|
|||
|
||||
#: .\views\images.py:29 .\views\images.py:40
|
||||
msgid "Search images"
|
||||
msgstr ""
|
||||
msgstr "Buscar imágenes"
|
||||
|
||||
#: .\views\images.py:92
|
||||
msgid "Image '{0}' updated."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/language/gl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -138,7 +138,7 @@ msgstr "Imaxes"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Sentímolo, ningunha imaxe contén \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
@ -149,7 +149,7 @@ msgstr "No subiches imaxes. ¿Por qué non <a href=\"%(wagtailimages_add_image_u
|
|||
|
||||
#: .\views\images.py:29 .\views\images.py:40
|
||||
msgid "Search images"
|
||||
msgstr ""
|
||||
msgstr "Buscar imaxes"
|
||||
|
||||
#: .\views\images.py:92
|
||||
msgid "Image '{0}' updated."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -3,12 +3,13 @@
|
|||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# delgermurun <info@delgermurun.com>, 2014
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/language/mn/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -19,38 +20,38 @@ msgstr ""
|
|||
|
||||
#: .\models.py:22
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "Гарчиг"
|
||||
|
||||
#: .\models.py:39
|
||||
msgid "Not a valid image format. Please use a gif, jpeg or png file instead."
|
||||
msgstr ""
|
||||
msgstr "Буруу форматтай зураг байна. gif, jpeg, png форматыг зөвшөөрнө."
|
||||
|
||||
#: .\models.py:41
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
msgstr "Файл"
|
||||
|
||||
#: .\models.py:47
|
||||
msgid "Tags"
|
||||
msgstr ""
|
||||
msgstr "Шошго"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:3
|
||||
#: .\templates\wagtailimages\edit_handlers\image_chooser_panel.html:19
|
||||
msgid "Choose an image"
|
||||
msgstr ""
|
||||
msgstr "Зургаа сонгоно уу"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:8
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:20
|
||||
msgid "Search"
|
||||
msgstr ""
|
||||
msgstr "Хайх"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:9
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:43
|
||||
msgid "Upload"
|
||||
msgstr ""
|
||||
msgstr "Хуулах"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\chooser.html:23
|
||||
msgid "Popular tags"
|
||||
msgstr ""
|
||||
msgstr "Түгээмэл шошгууд"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\results.html:6
|
||||
#: .\templates\wagtailimages\images\results.html:6
|
||||
|
|
@ -63,75 +64,75 @@ msgid_plural ""
|
|||
"\n"
|
||||
" There are %(counter)s matches\n"
|
||||
" "
|
||||
msgstr[0] ""
|
||||
msgstr[1] ""
|
||||
msgstr[0] "\n1 зураг олдлоо"
|
||||
msgstr[1] "\n%(counter)s зураг олдлоо"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\results.html:13
|
||||
#: .\templates\wagtailimages\images\results.html:13
|
||||
msgid "Latest images"
|
||||
msgstr ""
|
||||
msgstr "Сүүлийн зургууд"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\select_format.html:3
|
||||
msgid "Choose a format"
|
||||
msgstr ""
|
||||
msgstr "Форматаа сонгоно уу"
|
||||
|
||||
#: .\templates\wagtailimages\chooser\select_format.html:17
|
||||
msgid "Insert image"
|
||||
msgstr ""
|
||||
msgstr "Зураг оруулах"
|
||||
|
||||
#: .\templates\wagtailimages\edit_handlers\image_chooser_panel.html:17
|
||||
msgid "Clear image"
|
||||
msgstr ""
|
||||
msgstr "Зургийг цэвэрлэх"
|
||||
|
||||
#: .\templates\wagtailimages\edit_handlers\image_chooser_panel.html:18
|
||||
msgid "Choose another image"
|
||||
msgstr ""
|
||||
msgstr "Өөр зураг сонгох"
|
||||
|
||||
#: .\templates\wagtailimages\images\_file_field.html:6
|
||||
msgid "Change image:"
|
||||
msgstr ""
|
||||
msgstr "Зургийг өөрчлөх:"
|
||||
|
||||
#: .\templates\wagtailimages\images\add.html:4
|
||||
#: .\templates\wagtailimages\images\index.html:19
|
||||
msgid "Add an image"
|
||||
msgstr ""
|
||||
msgstr "Зураг нэмэх"
|
||||
|
||||
#: .\templates\wagtailimages\images\add.html:15
|
||||
msgid "Add image"
|
||||
msgstr ""
|
||||
msgstr "Зураг нэмэх"
|
||||
|
||||
#: .\templates\wagtailimages\images\add.html:25
|
||||
#: .\templates\wagtailimages\images\edit.html:33
|
||||
msgid "Save"
|
||||
msgstr ""
|
||||
msgstr "Хадгалах"
|
||||
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:4
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:8
|
||||
#: .\templates\wagtailimages\images\edit.html:33
|
||||
msgid "Delete image"
|
||||
msgstr ""
|
||||
msgstr "Зургийг устгах"
|
||||
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:16
|
||||
msgid "Are you sure you want to delete this image?"
|
||||
msgstr ""
|
||||
msgstr "Энэ зургийг үнэхээр устгах уу?"
|
||||
|
||||
#: .\templates\wagtailimages\images\confirm_delete.html:19
|
||||
msgid "Yes, delete"
|
||||
msgstr ""
|
||||
msgstr "Тийм, устга"
|
||||
|
||||
#: .\templates\wagtailimages\images\edit.html:4
|
||||
#, python-format
|
||||
msgid "Editing image %(title)s"
|
||||
msgstr ""
|
||||
msgstr "%(title)s зургийг засч байна"
|
||||
|
||||
#: .\templates\wagtailimages\images\edit.html:15
|
||||
msgid "Editing"
|
||||
msgstr ""
|
||||
msgstr "Засч байна"
|
||||
|
||||
#: .\templates\wagtailimages\images\index.html:5
|
||||
#: .\templates\wagtailimages\images\index.html:18
|
||||
msgid "Images"
|
||||
msgstr ""
|
||||
msgstr "Зургууд"
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
|
|
@ -143,28 +144,28 @@ msgstr ""
|
|||
msgid ""
|
||||
"You've not uploaded any images. Why not <a "
|
||||
"href=\"%(wagtailimages_add_image_url)s\">add one now</a>?"
|
||||
msgstr ""
|
||||
msgstr "Та зураг оруулаагүй байна. Яагаад <a href=\\\"%(wagtailimages_add_image_url)s\\\">одоо нэгийг оруулж болохгүй гэж</a>?"
|
||||
|
||||
#: .\views\images.py:29 .\views\images.py:40
|
||||
msgid "Search images"
|
||||
msgstr ""
|
||||
msgstr "Зураг хайх"
|
||||
|
||||
#: .\views\images.py:92
|
||||
msgid "Image '{0}' updated."
|
||||
msgstr ""
|
||||
msgstr "'{0}' зураг засагдлаа."
|
||||
|
||||
#: .\views\images.py:95
|
||||
msgid "The image could not be saved due to errors."
|
||||
msgstr ""
|
||||
msgstr "Зураг энэ алдаануудаас шалтгаалан хадгалагдсангүй."
|
||||
|
||||
#: .\views\images.py:114
|
||||
msgid "Image '{0}' deleted."
|
||||
msgstr ""
|
||||
msgstr "'{0}' зураг устлаа."
|
||||
|
||||
#: .\views\images.py:132
|
||||
msgid "Image '{0}' added."
|
||||
msgstr ""
|
||||
msgstr "'{0}' зураг нэмэгдлээ."
|
||||
|
||||
#: .\views\images.py:135
|
||||
msgid "The image could not be created due to errors."
|
||||
msgstr ""
|
||||
msgstr "Зураг энэ алдаануудаас шалтгаалан хадгалагдсангүй."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/pl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -139,7 +139,7 @@ msgstr "Obrazy"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Przepraszamy, żaden obraz nie pasuje do \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
@ -150,7 +150,7 @@ msgstr "Nie przesłano żadnych obrazów. Czemu nie <a href=\"%(wagtailimages_a
|
|||
|
||||
#: .\views\images.py:29 .\views\images.py:40
|
||||
msgid "Search images"
|
||||
msgstr ""
|
||||
msgstr "Szukaj obrazów"
|
||||
|
||||
#: .\views\images.py:92
|
||||
msgid "Image '{0}' updated."
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:55+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Romanian (http://www.transifex.com/projects/p/wagtail/language/ro/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -138,7 +138,7 @@ msgstr "Imagini"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ne pare rău, \"<em>%(query_string)s</em>\" nu se potrivește cu nici o imagine"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,23 +1,21 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators: Lihan Li <lilihan.it@gmail.com>, 2014
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-22 19:56+0200\n"
|
||||
"PO-Revision-Date: 2014-02-24 17:34+0000\n"
|
||||
"Last-Translator: tomdyson <tom@torchbox.com>\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Chinese (http://www.transifex.com/projects/p/wagtail/language/zh/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: .\models.py:22
|
||||
msgid "Title"
|
||||
|
|
@ -66,13 +64,7 @@ msgid_plural ""
|
|||
" There are %(counter)s matches\n"
|
||||
" "
|
||||
msgstr[0] ""
|
||||
"\n"
|
||||
" 有一个匹配\n"
|
||||
" "
|
||||
msgstr[1] ""
|
||||
"\n"
|
||||
" 有%(counter)s 个匹配\n"
|
||||
" "
|
||||
|
||||
#: .\templates\wagtailimages\chooser\results.html:13
|
||||
#: .\templates\wagtailimages\images\results.html:13
|
||||
msgid "Latest images"
|
||||
|
|
@ -143,16 +135,19 @@ msgstr "图片"
|
|||
#: .\templates\wagtailimages\images\results.html:31
|
||||
#, python-format
|
||||
msgid "Sorry, no images match \"<em>%(query_string)s</em>\""
|
||||
msgstr "对不起,没有图片匹配 \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailimages\images\results.html:34
|
||||
#, python-format
|
||||
msgid ""
|
||||
"You've not uploaded any images. Why not <a "
|
||||
"href=\"%(wagtailimages_add_image_url)s\">add one now</a>?"
|
||||
msgstr "没有任何上传的图片。为什么不 <a href=\"%(wagtailimages_add_image_url)s\">添加一个</a>?"
|
||||
|
||||
#: .\views\images.py:29 .\views\images.py:40
|
||||
msgid "Search images"
|
||||
msgstr ""
|
||||
"没有任何上传的图片。为什么不 <a "
|
||||
"href=\"%(wagtailimages_add_image_url)s\">添加一个</a>?"
|
||||
|
||||
#: .\views\images.py:92
|
||||
msgid "Image '{0}' updated."
|
||||
msgstr "图片 '{0}' 已更新"
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:56+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -40,27 +40,27 @@ msgstr "Пренасочване към страница"
|
|||
msgid "Redirect to any URL"
|
||||
msgstr "Пренасочване към URL"
|
||||
|
||||
#: .\views.py:23 .\views.py:33
|
||||
#: .\views.py:56
|
||||
msgid "Search redirects"
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:79
|
||||
#: .\views.py:69
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr "Пренасочването '{0}' обновено."
|
||||
|
||||
#: .\views.py:82
|
||||
#: .\views.py:72
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr "Пренасочването не бе запазено поради грешки."
|
||||
|
||||
#: .\views.py:100
|
||||
#: .\views.py:90
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr "Пренасочването '{0}' изтрито."
|
||||
|
||||
#: .\views.py:120
|
||||
#: .\views.py:110
|
||||
msgid "Redirect '{0} added."
|
||||
msgstr "Пренасочването '{0}' добавено."
|
||||
|
||||
#: .\views.py:123
|
||||
#: .\views.py:113
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr "Пренасочването не можеше да бъде създадено поради грешки."
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ msgstr[1] "\n Има %(counter)s съвпадения\n "
|
|||
#: .\templates\wagtailredirects\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no redirects match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Няма съвпадение на пренасочвания с \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailredirects\results.html:21
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:56+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/ca/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -40,27 +40,27 @@ msgstr "Redireccionament a una pàgina"
|
|||
msgid "Redirect to any URL"
|
||||
msgstr "Redireccionar a qualsevol URL"
|
||||
|
||||
#: .\views.py:23 .\views.py:33
|
||||
#: .\views.py:56
|
||||
msgid "Search redirects"
|
||||
msgstr ""
|
||||
msgstr "Cerca redireccions"
|
||||
|
||||
#: .\views.py:79
|
||||
#: .\views.py:69
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr "Redireccionament '{0}' actualitzat."
|
||||
|
||||
#: .\views.py:82
|
||||
#: .\views.py:72
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr "És possible que el redireccionament no s'hagi guardat degut a errors."
|
||||
|
||||
#: .\views.py:100
|
||||
#: .\views.py:90
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr "Redireccionamnet '{0}' eliminat."
|
||||
|
||||
#: .\views.py:120
|
||||
#: .\views.py:110
|
||||
msgid "Redirect '{0} added."
|
||||
msgstr "Redireccionament '{0}' afegit."
|
||||
|
||||
#: .\views.py:123
|
||||
#: .\views.py:113
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr "No s'ha pogut crear el redireccionament."
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ msgstr[1] "\nHi han %(counter)s resultats"
|
|||
#: .\templates\wagtailredirects\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no redirects match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Ho sentim, cap redirecció coincideix amb <em>\"%(query_string)s\"</em>"
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailredirects\results.html:21
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:56+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -40,27 +40,27 @@ msgstr "Zu einer Seite weiterleiten"
|
|||
msgid "Redirect to any URL"
|
||||
msgstr "Zu einer URL weiterleiten"
|
||||
|
||||
#: .\views.py:23 .\views.py:33
|
||||
#: .\views.py:56
|
||||
msgid "Search redirects"
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:79
|
||||
#: .\views.py:69
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr "Weiterleitung '{0}' geändert."
|
||||
|
||||
#: .\views.py:82
|
||||
#: .\views.py:72
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr "Aufgrund von Fehlern konnte die Weiterleitung nicht gespeichert werden."
|
||||
|
||||
#: .\views.py:100
|
||||
#: .\views.py:90
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr "Weiterleitung '{0}' gelöscht."
|
||||
|
||||
#: .\views.py:120
|
||||
#: .\views.py:110
|
||||
msgid "Redirect '{0} added."
|
||||
msgstr "Weiterleitung '{0}' hinzugefügt."
|
||||
|
||||
#: .\views.py:123
|
||||
#: .\views.py:113
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr "Aufgrund von Fehlern konnte die Weiterleitung nicht erstellt werden."
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ msgstr[1] "\n Es gibt %(counter)s Ergebnisse\n "
|
|||
#: .\templates\wagtailredirects\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no redirects match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Leider gibt es keine Weiterleitungen zum Suchbegriff \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailredirects\results.html:21
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,8 +8,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 16:01+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:16+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/el/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -40,27 +40,27 @@ msgstr "Ανακατεύθυνση σε σελίδα"
|
|||
msgid "Redirect to any URL"
|
||||
msgstr "Ανακατεύθυση σε κάποια διεύθυση"
|
||||
|
||||
#: .\views.py:23 .\views.py:33
|
||||
#: .\views.py:56
|
||||
msgid "Search redirects"
|
||||
msgstr "Αναζήτηση ανακατευθύνσεων"
|
||||
|
||||
#: .\views.py:79
|
||||
#: .\views.py:69
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr "Η ανακατεύθυνση '{0}' αποθηκεύθηκε."
|
||||
|
||||
#: .\views.py:82
|
||||
#: .\views.py:72
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr "Η ανακατεύθυνση δε μπόρεσε να αποθηκευθεί λόγω σφαλμάτων."
|
||||
|
||||
#: .\views.py:100
|
||||
#: .\views.py:90
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr "Η ανακατεύθυνση '{0}' διαγράφηκε."
|
||||
|
||||
#: .\views.py:120
|
||||
#: .\views.py:110
|
||||
msgid "Redirect '{0} added."
|
||||
msgstr "Η ανακατεύθυνση '{0}' προστέθηκε."
|
||||
|
||||
#: .\views.py:123
|
||||
#: .\views.py:113
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr "Δεν ήταν δυνατή η δημιουργία της ανακατεύθυνσης."
|
||||
|
||||
|
|
@ -142,7 +142,7 @@ msgstr[1] "\nΒρέθηκαν %(counter)s αποτελέσματα"
|
|||
#: .\templates\wagtailredirects\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no redirects match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Λυπούμαστε, δε βρέθηκαν ανακατευθύνσεις που να ταιριάζουν με το \"<em>%(query_string)s</em>\" "
|
||||
msgstr "Λυπούμαστε, καμία ανακατεύθυνση δε ταιριάζει με το \"<em>%(query_string)s</em>\""
|
||||
|
||||
#: .\templates\wagtailredirects\results.html:21
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -8,7 +8,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\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"
|
||||
|
|
@ -38,27 +38,27 @@ msgstr ""
|
|||
msgid "Redirect to any URL"
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:23 .\views.py:33
|
||||
#: .\views.py:56
|
||||
msgid "Search redirects"
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:79
|
||||
#: .\views.py:69
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:82
|
||||
#: .\views.py:72
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:100
|
||||
#: .\views.py:90
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:120
|
||||
#: .\views.py:110
|
||||
msgid "Redirect '{0} added."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:123
|
||||
#: .\views.py:113
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -9,8 +9,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:56+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -41,27 +41,27 @@ msgstr "Redireccionar a una página"
|
|||
msgid "Redirect to any URL"
|
||||
msgstr "Redireccionar a alguna URL"
|
||||
|
||||
#: .\views.py:23 .\views.py:33
|
||||
#: .\views.py:56
|
||||
msgid "Search redirects"
|
||||
msgstr ""
|
||||
msgstr "Buscar redirecciones"
|
||||
|
||||
#: .\views.py:79
|
||||
#: .\views.py:69
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr "Redirección '{0}' actualizada"
|
||||
|
||||
#: .\views.py:82
|
||||
#: .\views.py:72
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr "La redirección no puede ser guardada debido a errores."
|
||||
|
||||
#: .\views.py:100
|
||||
#: .\views.py:90
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr "Redirección '{0}' eliminada."
|
||||
|
||||
#: .\views.py:120
|
||||
#: .\views.py:110
|
||||
msgid "Redirect '{0} added."
|
||||
msgstr "Redirección '{0}' añadida."
|
||||
|
||||
#: .\views.py:123
|
||||
#: .\views.py:113
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr "La redirección no puede ser creada debido a errores."
|
||||
|
||||
|
|
@ -143,7 +143,7 @@ msgstr[1] "\n Hay %(counter)s coincidencias\n "
|
|||
#: .\templates\wagtailredirects\results.html:18
|
||||
#, python-format
|
||||
msgid "Sorry, no redirects match \"<em>%(query_string)s</em>\""
|
||||
msgstr "Lo sentimos, ninguna redirección contiene \"<em>%(query_string)s</em>\""
|
||||
msgstr ""
|
||||
|
||||
#: .\templates\wagtailredirects\results.html:21
|
||||
#, python-format
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -7,8 +7,8 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: Wagtail\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2014-02-28 17:53+0200\n"
|
||||
"PO-Revision-Date: 2014-02-28 15:56+0000\n"
|
||||
"POT-Creation-Date: 2014-03-14 23:02+0200\n"
|
||||
"PO-Revision-Date: 2014-03-14 21:12+0000\n"
|
||||
"Last-Translator: serafeim <serafeim@torchbox.com>\n"
|
||||
"Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/eu/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
|
@ -39,27 +39,27 @@ msgstr ""
|
|||
msgid "Redirect to any URL"
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:23 .\views.py:33
|
||||
#: .\views.py:56
|
||||
msgid "Search redirects"
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:79
|
||||
#: .\views.py:69
|
||||
msgid "Redirect '{0}' updated."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:82
|
||||
#: .\views.py:72
|
||||
msgid "The redirect could not be saved due to errors."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:100
|
||||
#: .\views.py:90
|
||||
msgid "Redirect '{0}' deleted."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:120
|
||||
#: .\views.py:110
|
||||
msgid "Redirect '{0} added."
|
||||
msgstr ""
|
||||
|
||||
#: .\views.py:123
|
||||
#: .\views.py:113
|
||||
msgid "The redirect could not be created due to errors."
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue