Update translations from Transifex

And also remove translations with less than 30% coverage
This commit is contained in:
Karl Hobley 2015-05-13 16:36:14 +01:00
parent eaccdc736c
commit 64a630b8d5
693 changed files with 5274 additions and 69024 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,179 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Lyuboslav Petrov <petrov.lyuboslav@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/wagtail/"
"language/bg/)\n"
"Language: bg\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
"Задайте това като нещо различно от 80, в случай че имате нужда от определен "
"порт да се появи в URL адресите ви (напр. код-разработка на порт 8000). Не "
"се отнася за боравене със заявки (така Port Forwarding ще работи)."
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
"Ако е Вярно, този сайт ще борави със заявки за всички останали хостове, "
"които нямат собствен сайт."
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "Заглавието на страницата както желаете да се вижда"
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
"Името на страницата както ще изглежда в URL-ите. Например http://domain.com/"
"blog/[my-slug]/"
#: models.py:276
msgid "Page title"
msgstr "Заглавие на Страница"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
"Незадължителен. 'Оптимизирано за Търсачки' заглавие. Това ще се появи най-"
"отгоре на браузър прозореца."
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
"Дали линк към тази страница ще се появи в автоматично генерираните менюта"
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,179 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# David Llop <d.lloople@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Catalan (http://www.transifex.com/projects/p/wagtail/language/"
"ca/)\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
"Canvia això per un número diferent de 80 si necessites que aparegui un port "
"específic en les URLs (per ex: port de desenvolupament al 8000). No afecta a "
"la petició actual (el port de reenviament encara funciona)."
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
"Si és cert, aquest lloc s'encarregarà de les peticions de totes les altres "
"màquines que no tenen un lloc establert."
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "El títol de la pàgina que vols que sigui vist pel públic"
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
"El nom de la pàgina que apareixerà en la URL. Per exemple: http://domini.com/"
"blog/[nom]/"
#: models.py:276
msgid "Page title"
msgstr "Títol de la pàgina"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
"Opcional. Títol de 'Motor de cerca amigable'. Això apareixerà al cap damunt "
"de la finetra del navegador"
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
"Si s'enllaça cap aquesta pàgina apareixerà automàticament als menús generats"
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,179 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Jiri Stepanek <stepiiicz@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Czech (http://www.transifex.com/projects/p/wagtail/language/"
"cs/)\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
"Nastavte, pokud potřebujete mít v URL jiné číslo portu než 80 (např. vývoj "
"na portu 8000). Neovlivňuje zpracování requestů (lze tedy použít s "
"přesměrováním portů)."
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
"Je-li nastaveno, bude tento web výchozí pro všechny hostname, která nemají "
"přiřazen žádný web."
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
"%(hostname)s je již nastaven jako výchozí web. Toto nastavení musíte nejprve "
"zrušit."
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "Veřejně viditelný název stránky"
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr "Název stránky viditelný v URL, např. http://domain.com/blog/[my-slug]/"
#: models.py:276
msgid "Page title"
msgstr "Název stránky"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
"Nepovinné. SEO-friendly název. Zobrazí se v horní části okna prohlížeče."
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
"Určuje, zda se bude odkaz na tuto stránku zobrazovat v automaticky "
"generovaných menu"
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr "Datum/čas zobrazení"
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr "Datum/čas expirace"
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,169 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Welsh (http://www.transifex.com/projects/p/wagtail/language/"
"cy/)\n"
"Language: cy\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != "
"11) ? 2 : 3;\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr ""
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -9,26 +9,23 @@ msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"POT-Creation-Date: 2015-04-21 09:38+0100\n"
"PO-Revision-Date: 2015-04-21 08:40+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: German (http://www.transifex.com/projects/p/wagtail/language/"
"de/)\n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
msgstr "Hostname"
#: models.py:54
msgid "Port"
msgstr ""
msgstr "Port"
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
@ -38,15 +35,12 @@ msgstr ""
"soll (z.B. Development Port auf 8000). Dies bezieht sich nicht auf Request "
"Handling, so dass Port Forwarding weiterhin funktioniert."
#: models.py:55
msgid "Root page"
msgstr ""
msgstr "Ursprungsseite"
#: models.py:56
msgid "Is default site"
msgstr ""
msgstr "Ist die standardmäßige Website"
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
@ -54,7 +48,6 @@ msgstr ""
"Falls ausgewählt wird diese Seite Anfragen für alle Hostnamen annehmen, die "
"keinen eigenen Seiteneintrag haben."
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
@ -63,19 +56,15 @@ msgstr ""
"%(hostname)s ist bereits als Standardseite eingestellt. Sie müssen diese "
"Einstellung ändern bevor Sie diese Seite als Standard einstellen können."
#: models.py:266
msgid "Title"
msgstr ""
msgstr "Titel"
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "Der Seitentitel, der öffentlich angezeigt werden soll"
#: models.py:267
msgid "Slug"
msgstr ""
msgstr "Kugel"
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
@ -83,11 +72,9 @@ msgstr ""
"Der Name der Seite, wie er in URLs angezeigt werden soll, z.B. http://domain."
"com/blog/[my-slug]/"
#: models.py:276
msgid "Page title"
msgstr "Seitentitel"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
@ -95,88 +82,67 @@ msgstr ""
"Optional. Suchmaschinenfreundlicher Titel. Wird in der Titelleiste des "
"Browsers angezeigt."
#: models.py:277
msgid "Show in menus"
msgstr ""
msgstr "In Menüs anzeigen"
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
"Ob ein Link zu dieser Seite in automatisch generierten Menüs auftaucht."
#: models.py:278
msgid "Search description"
msgstr ""
msgstr "Suchbeschreibung"
#: models.py:280
msgid "Go live date/time"
msgstr "Veröffentlichungszeitpunkt"
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
msgstr "Bitte geben ein Datum im Format JJJJ-MM-DD hh:mm:ss ei."
#: models.py:281
msgid "Expiry date/time"
msgstr "Verfallszeitpunkt"
#: models.py:710
msgid "expired"
msgstr ""
msgstr "abgelaufen"
#: models.py:712
msgid "scheduled"
msgstr ""
msgstr "geplant"
#: models.py:714
msgid "draft"
msgstr ""
msgstr "Entwurf"
#: models.py:717
msgid "live + draft"
msgstr ""
msgstr "Veröffentlicht + Entwurf"
#: models.py:719
msgid "live"
msgstr ""
msgstr "Veröffentlicht"
#: models.py:885
msgid "Default"
msgstr ""
msgstr "Standard"
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
msgstr "Seite"
msgid "Add/edit pages you own"
msgstr "Bearbeiten/Hinzufügen von Seiten, die Sie besitzen"
msgid "Add/edit any page"
msgstr "Hinzufügen/jede Seite bearbeiten"
msgid "Publish any page"
msgstr "Jede Seite veröffentlichen"
msgid "Lock/unlock any page"
msgstr "Sperren/Entsperren jeder Seite"
msgid "Group"
msgstr "Gruppe"
#: models.py:1176
msgid "Permission type"
msgstr ""
msgstr "Berechtigungstyp"
#: models.py:1402
msgid "Password"
msgstr ""
msgstr "Passwort"
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr "Der Wert darf nicht vollständig Leerzeichen enthalten"

View file

@ -11,26 +11,23 @@ msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"POT-Creation-Date: 2015-04-21 09:38+0100\n"
"PO-Revision-Date: 2015-04-21 08:40+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Greek (http://www.transifex.com/projects/p/wagtail/language/"
"el/)\n"
"Language: el\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: el\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
msgstr "Όνομα κεντρικού υπολογιστή"
#: models.py:54
msgid "Port"
msgstr ""
msgstr "Θυρα"
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
@ -41,15 +38,12 @@ msgstr ""
"8000). Δεν επηρεάζει τον τρόπο που χειρίζονται τις αιτήσεις (οπότε η "
"προώθηση θύρας δουλεύει ακόμα)"
#: models.py:55
msgid "Root page"
msgstr ""
msgstr "Κεντρική σελίδα"
#: models.py:56
msgid "Is default site"
msgstr ""
msgstr "Είναι προεπιλεγμένη τοποθεσία"
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
@ -57,7 +51,6 @@ msgstr ""
"Αν είναι αληθές, το εν λόγω site θα χειρίζεται και τις αιτήσεις για όλα τα "
"άλλα ονόματα που δεν έχουν δική τους εγγραφή"
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
@ -67,19 +60,15 @@ msgstr ""
"απενεργοποιήσετε αυτο προτού μπορείτε να αποθηκεύσετε αυτήν την τοποθεσία ως "
"προεπιλογή."
#: models.py:266
msgid "Title"
msgstr ""
msgstr "Τίτλος"
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "Ο τίτλος της σελίδας έτσι όπως θα εμφανίζεται στο κοινό"
#: models.py:267
msgid "Slug"
msgstr ""
msgstr "Περιθωριο"
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
@ -87,11 +76,9 @@ msgstr ""
"Το όνομα της σελίδας έτσι όπως θα εμφανίζεται στις διευθύνσεις, π.χ http://"
"domain.com/blog/[my-slug]/"
#: models.py:276
msgid "Page title"
msgstr "Τίτλος σελίδας"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
@ -99,89 +86,68 @@ msgstr ""
"Προαιρετικό. Τίτλος που είναι 'φιλικός προς τις μηχανές αναζήτησης'. Θα "
"εμφανιστεί στην κορυφή του παραθύρου."
#: models.py:277
msgid "Show in menus"
msgstr ""
msgstr "Εμφάνιση σε μενού"
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
"Επιλέξτε αν μια σύνδεση σε αυτή τη σελίδα θα εμφανιστεί στα μενού που "
"δημιουργούνται αυτόματα"
#: models.py:278
msgid "Search description"
msgstr ""
msgstr "Περιγραφή αναζήτησης"
#: models.py:280
msgid "Go live date/time"
msgstr "Μετάβαση στην ζωντανή ημερομηνία/ώρα"
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
msgstr "Παρακαλούμε προσθέστε μια ημερομηνία στη μορφή YYYY-MM-DD hh:mm:ss."
#: models.py:281
msgid "Expiry date/time"
msgstr "Ημερομηνία/ώρα λήξης"
#: models.py:710
msgid "expired"
msgstr ""
msgstr "έχει λήξει"
#: models.py:712
msgid "scheduled"
msgstr ""
msgstr "έχει προγραμματιστεί"
#: models.py:714
msgid "draft"
msgstr ""
msgstr "Σχέδιο"
#: models.py:717
msgid "live + draft"
msgstr ""
msgstr "ζωντανα + σχέδιο "
#: models.py:719
msgid "live"
msgstr ""
msgstr "Ζωντανα"
#: models.py:885
msgid "Default"
msgstr ""
msgstr "Προεπιλογή"
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
msgstr "Σελίδα"
msgid "Add/edit pages you own"
msgstr "Προσθήκη σελίδων/Επεξεργασία αυτων που έχετε στην κατοχή σας"
msgid "Add/edit any page"
msgstr "Προσθήκη σελίδων/Επεξεργασία καθε σελιδας"
msgid "Publish any page"
msgstr "Δημοσίευση καθε σελίδας"
msgid "Lock/unlock any page"
msgstr "Κλείδωμα/ξεκλείδωμα κάθε σελίδας"
msgid "Group"
msgstr "Ομάδα"
#: models.py:1176
msgid "Permission type"
msgstr ""
msgstr "Αδεια τύπου "
#: models.py:1402
msgid "Password"
msgstr ""
msgstr "Κωδικός"
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr "Η τιμή δεν μπορεί να εχει εντελώς λευκου χώρου χαρακτήρες"

View file

@ -5,81 +5,76 @@
# Translators:
# fooflare <amos.oviedo@gmail.com>, 2014
# fooflare <amos.oviedo@gmail.com>, 2014
# chimeno <daniel@chimeno.me>, 2015
# fooflare <amos.oviedo@gmail.com>, 2014
# Joaquín Tita <carpincho@gmail.com>, 2014
# José Alaguna <alagunajs@gmail.com>, 2015
# Unai Zalakain <unai@gisa-elkartea.org>, 2014
# Unai Zalakain <unai@gisa-elkartea.org>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"POT-Creation-Date: 2015-04-21 09:38+0100\n"
"PO-Revision-Date: 2015-04-22 02:20+0000\n"
"Last-Translator: José Alaguna <alagunajs@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/wagtail/language/"
"es/)\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
msgstr "Nombre del host"
#: models.py:54
msgid "Port"
msgstr ""
msgstr "Puerto"
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
"Cambia esto a algo que no sea 80 si necesitas que un puerto específico "
"aparezca en las URLs (p.e. desarrollo en el puerto 8000). Esto no afecta al "
"manejo de solicitudes (así que la redirección de puertos sigue funcionando)."
"Cambia esto a algo que no sea el puerto 80 si necesitas que un puerto "
"específico aparezca en las URLs (p.e. desarrollo en el puerto 8000). Esto no "
"afecta al manejo de solicitudes (así que la redirección de puertos sigue "
"funcionando)."
#: models.py:55
msgid "Root page"
msgstr ""
msgstr "Página raíz"
#: models.py:56
msgid "Is default site"
msgstr ""
msgstr "Es sitio por defecto"
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
"Si afirmativo, este sitio manejará solicitudes para todos los demás "
"hostnames que no tengan un site por sí mismos"
"Si es afirmativo, este sitio manejará solicitudes para todos los demás "
"nombres de host que no tengan un sitio para sí mismos"
msgid "Site"
msgstr "Sitio"
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
"%(hostname)s está seleccionado como sitio por defecto. Debe desactivarlo "
"antes de poder seleccionar este sitio como por defecto."
"antes de poder seleccionar este sitio por defecto."
#: models.py:266
msgid "Title"
msgstr ""
msgstr "Título"
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "El título de la página como quieres que sea visto por el público"
#: models.py:267
msgid "Slug"
msgstr ""
msgstr "Marca"
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
@ -87,11 +82,24 @@ msgstr ""
"El nombre de la página tal como aparecerá en URLs p.ej. http://domain.com/"
"blog/[my-slug]/"
#: models.py:276
msgid "Content type"
msgstr "Tipo de contenido"
msgid "Live"
msgstr "En vivo"
msgid "Has unpublished changes"
msgstr "Tiene cambios no publicados"
msgid "URL path"
msgstr "Dirección URL"
msgid "Owner"
msgstr "Propietario"
msgid "Page title"
msgstr "Título de la página"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
@ -99,87 +107,102 @@ msgstr ""
"Opcional. Título 'Amigable para el Motor de Búsqueda'. Aparecerá en la parte "
"superior de la ventana del navegador."
#: models.py:277
msgid "Show in menus"
msgstr ""
msgstr "Mostrar en los menús"
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr "Un enlace a esta página aparecerá en menús generados automáticamente"
#: models.py:278
msgid "Search description"
msgstr ""
msgstr "Descripción para búsquedas"
#: models.py:280
msgid "Go live date/time"
msgstr "Ir en vivo fecha/hora"
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
msgstr "Por favor añada una fecha-hora con el formato YYYY-MM-DD hh:mm:ss."
#: models.py:281
msgid "Expiry date/time"
msgstr "Expiración fecha/hora"
msgstr "Fecha/hora de expiración"
msgid "Expired"
msgstr "Expirado"
msgid "Locked"
msgstr "Bloqueado"
msgid "First published at"
msgstr "Publicado por primera vez a las "
msgid "Latest revision created at"
msgstr "Última revisión creada a las "
#: models.py:710
msgid "expired"
msgstr ""
msgstr "Expiró"
#: models.py:712
msgid "scheduled"
msgstr ""
msgstr "Agendado"
#: models.py:714
msgid "draft"
msgstr ""
msgstr "Borrador"
#: models.py:717
msgid "live + draft"
msgstr ""
msgstr "Ver borrador"
#: models.py:719
msgid "live"
msgstr ""
msgstr "Ver en vivo"
#: models.py:885
msgid "Default"
msgstr ""
msgstr "Predeterminado"
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
msgstr "Página"
msgid "Submitted for moderation"
msgstr "Enviado para moderación"
msgid "Created at"
msgstr "Creado a las"
msgid "User"
msgstr "Usuario"
msgid "Content JSON"
msgstr "Contenido JSON"
msgid "Approved go live at"
msgstr "Aprobado para publicación"
msgid "Page Revision"
msgstr "Revisión de página"
msgid "Add/edit pages you own"
msgstr "Añadir/editar tus propias páginas"
msgid "Add/edit any page"
msgstr "Añadir/editar cualquier página"
msgid "Publish any page"
msgstr "Publicar cualquier página"
msgid "Lock/unlock any page"
msgstr "Bloquear/desbloquear cualquier página"
msgid "Group"
msgstr "Grupo"
#: models.py:1176
msgid "Permission type"
msgstr ""
msgstr "Tipo de permiso"
msgid "Group Page Permission"
msgstr "Grupo de permisos de página"
#: models.py:1402
msgid "Password"
msgstr ""
msgstr "Contraseña"
msgid "Page View Restriction"
msgstr "Página de vista restringida"
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""
msgstr "El valor no puede consistir enteramente en espacios en blanco"

View file

@ -1,168 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Basque (http://www.transifex.com/projects/p/wagtail/language/"
"eu/)\n"
"Language: eu\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr ""
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,168 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/wagtail/language/"
"fa/)\n"
"Language: fa\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr ""
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -10,26 +10,23 @@ msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"POT-Creation-Date: 2015-04-21 09:38+0100\n"
"PO-Revision-Date: 2015-04-21 15:56+0000\n"
"Last-Translator: Benoît Bar <bar.benoit@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/wagtail/language/"
"fr/)\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
msgstr "Nom d'hôte"
#: models.py:54
msgid "Port"
msgstr ""
msgstr "Port"
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
@ -40,15 +37,12 @@ msgstr ""
"Ceci n'affecte pas la prise en charge des requêtes (les redirections de port "
"continuent de fonctionner)."
#: models.py:55
msgid "Root page"
msgstr ""
msgstr "Page racine"
#: models.py:56
msgid "Is default site"
msgstr ""
msgstr "Site par défaut"
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
@ -56,7 +50,9 @@ msgstr ""
"Si oui, ce site gérera toutes les requêtes des autres noms d'hôtes qui n'ont "
"pas de site défini."
#: models.py:117
msgid "Site"
msgstr "Site"
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
@ -65,19 +61,15 @@ msgstr ""
"%(hostname)s est déjà configuré comme site par défaut. Vous devez modifier "
"ce dernier avant de pouvoir sauvegarder ce site comme site par défaut."
#: models.py:266
msgid "Title"
msgstr ""
msgstr "Titre"
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "Le titre de la page comme vous souhaiteriez que les lecteurs la voient"
#: models.py:267
msgid "Slug"
msgstr ""
msgstr "Slug"
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
@ -85,11 +77,24 @@ msgstr ""
"Le nom de la page comme elle apparaîtra dans l'URL e.g http://domain.com/"
"blog/[my-slug]/"
#: models.py:276
msgid "Content type"
msgstr "Type de contenu"
msgid "Live"
msgstr "Publiée"
msgid "Has unpublished changes"
msgstr "Contient des changements non publiés"
msgid "URL path"
msgstr "URL"
msgid "Owner"
msgstr "Auteur"
msgid "Page title"
msgstr "Titre de la page"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
@ -97,89 +102,104 @@ msgstr ""
"Facultatif. Titre SEO. Ce titre apparaîtra en haut de la fenêtre de votre "
"navigateur."
#: models.py:277
msgid "Show in menus"
msgstr ""
msgstr "Faire apparaître dans les menus"
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
"Si un lien vers cette page devra apparaître dans les menus générés "
"automatiquement"
#: models.py:278
msgid "Search description"
msgstr ""
msgstr "Description pour moteurs de recherche"
#: models.py:280
msgid "Go live date/time"
msgstr "Date/heure de publication"
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr "Veuillez ajouter une date/heure au format YYYY-MM-DD hh:mm."
#: models.py:281
msgid "Expiry date/time"
msgstr "Date/heure d'expiration"
#: models.py:710
msgid "Expired"
msgstr "Expirée"
msgid "Locked"
msgstr "Verrouillé"
msgid "First published at"
msgstr "Première publication le"
msgid "Latest revision created at"
msgstr "Dernière version créée le"
msgid "expired"
msgstr "expirée"
#: models.py:712
msgid "scheduled"
msgstr "programmée"
#: models.py:714
msgid "draft"
msgstr "brouillon"
#: models.py:717
msgid "live + draft"
msgstr "publiée + brouillon"
#: models.py:719
msgid "live"
msgstr "publiée"
#: models.py:885
msgid "Default"
msgstr "Par défaut"
#: models.py:1166
msgid "Page"
msgstr "Page"
msgid "Submitted for moderation"
msgstr "Soumettre pour modération"
msgid "Created at"
msgstr "Créé le"
msgid "User"
msgstr "Utilisateur"
msgid "Content JSON"
msgstr "Contenu JSON"
msgid "Approved go live at"
msgstr "Approuvée le"
msgid "Page Revision"
msgstr "Version de page"
msgid "Add/edit pages you own"
msgstr "Ajouter/modifier vos pages"
#: models.py:1167
msgid "Add/edit any page"
msgstr "Ajouter/modifier n'importe quelle page"
#: models.py:1168
msgid "Publish any page"
msgstr "Publier n'importe quelle page"
#: models.py:1169
msgid "Lock/unlock any page"
msgstr "Verrouiller/déverrouiller n'importe quelle page"
#: models.py:1174
msgid "Group"
msgstr ""
msgstr "Group"
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
msgstr "Type de permission"
msgid "Group Page Permission"
msgstr "Permission de page par groupe"
#: models.py:1402
msgid "Password"
msgstr ""
msgstr "Mot de passe"
msgid "Page View Restriction"
msgstr "Confidentialité de page"
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr "La valeur ne peut pas uniquement être des espaces blancs"

View file

@ -1,178 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# fooflare <amos.oviedo@gmail.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Galician (http://www.transifex.com/projects/p/wagtail/"
"language/gl/)\n"
"Language: gl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
"Cambia isto a algo que non sexa o 80 se necesitas que un porto específico "
"apareza nas URLs (p.e. desenvolvemento no porto 8000). Isto non afecta ao "
"manexo de solicitudes (así que a redirección de portos segue funcionando)."
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
"Se é afirmativo, este sitio manexará solicitudes para todos os demais nomes "
"de host que non teñan unha entrada por si mesmos"
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "O título da páxina como queres que sexa visto polo público"
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
"O nome da páxina tal como aparecerá nas URLs p.ex. http://domain.com/blog/"
"[my-slug]/"
#: models.py:276
msgid "Page title"
msgstr "Título da páxina"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
"Opcional. Título 'Amigable para o Motor de Busca'. Aparecerá na parte "
"superior da ventá do navegador."
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr "Un enlace a esta página aparecerá en menús xerados automáticamente"
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

Binary file not shown.

View file

@ -0,0 +1,92 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# bjesus <bjesus@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-21 09:38+0100\n"
"PO-Revision-Date: 2015-04-26 15:18+0000\n"
"Last-Translator: bjesus <bjesus@gmail.com>\n"
"Language-Team: Hebrew (Israel) (http://www.transifex.com/projects/p/wagtail/"
"language/he_IL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: he_IL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Site"
msgstr "אתר"
msgid "Title"
msgstr "כותרת"
msgid "Content type"
msgstr "סוג תוכן"
msgid "Live"
msgstr "לייב"
msgid "Has unpublished changes"
msgstr "מכיל שינויים שלא פורסמו"
msgid "URL path"
msgstr "כתובת URL"
msgid "Owner"
msgstr "בעלים"
msgid "Page title"
msgstr "כותרת העמוד"
msgid "Show in menus"
msgstr "הצגה בתפריטים"
msgid "Search description"
msgstr "תיאור עבור מנועי חיפוש"
msgid "Go live date/time"
msgstr "מועד עליה לאוויר"
msgid "Expired"
msgstr "פג תוקף"
msgid "Locked"
msgstr "נעול"
msgid "expired"
msgstr "פק תוקף"
msgid "scheduled"
msgstr "מתוזמן"
msgid "draft"
msgstr "טיוטה"
msgid "live + draft"
msgstr "לייב + טיוטה"
msgid "live"
msgstr "לייב"
msgid "Default"
msgstr "ברירת מחדל"
msgid "Page"
msgstr "עמוד"
msgid "User"
msgstr "משתמש"
msgid "Page Revision"
msgstr "מהדורת עמוד"
msgid "Add/edit pages you own"
msgstr "הוספת/עריכת דפים שאתה הבעלים שלהם"
msgid "Add/edit any page"
msgstr "הוספת/עריכת כל עמוד"

View file

@ -3,166 +3,90 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Alessio Di Stasio <aledista@gmail.com>, 2015
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"POT-Creation-Date: 2015-04-21 09:38+0100\n"
"PO-Revision-Date: 2015-05-08 22:15+0000\n"
"Last-Translator: Alessio Di Stasio <aledista@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/wagtail/language/"
"it/)\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
msgstr "Hostname"
#: models.py:54
msgid "Port"
msgstr ""
msgstr "Porta"
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
msgstr "Pagina di root"
#: models.py:56
msgid "Is default site"
msgstr ""
msgstr "è sito di default"
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
msgid "Site"
msgstr "Sito"
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
msgstr "Titolo"
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
msgid "Owner"
msgstr "Proprietario"
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr ""
msgstr "Titolo pagina"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
msgstr "Descrizione della ricerca"
#: models.py:280
msgid "Go live date/time"
msgstr ""
msgid "Expired"
msgstr "Scaduto"
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
msgid "Locked"
msgstr "Bloccato"
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
msgstr "scaduto"
#: models.py:712
msgid "scheduled"
msgstr ""
msgstr "schedulato"
#: models.py:714
msgid "draft"
msgstr ""
msgstr "bozza"
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
msgstr "Pagina"
msgid "Created at"
msgstr "Creato alle"
msgid "User"
msgstr "Utente"
msgid "Page Revision"
msgstr "Revisione pagina"
msgid "Publish any page"
msgstr "Pubblica ogni pagina"
msgid "Lock/unlock any page"
msgstr "Blocca/sblocca ogni pagina"
msgid "Group"
msgstr "Gruppo"
#: models.py:1176
msgid "Permission type"
msgstr ""
msgstr "Tipo di permesso"
msgid "Group Page Permission"
msgstr "Permesso della pagina del gruppo"
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""
msgstr "Parola chiave"

View file

@ -1,168 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Japanese (http://www.transifex.com/projects/p/wagtail/"
"language/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr ""
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,169 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Delgermurun Purevkhuuu <info@delgermurun.com>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Mongolian (http://www.transifex.com/projects/p/wagtail/"
"language/mn/)\n"
"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr "Хуудасны гарчиг"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,168 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Dutch (http://www.transifex.com/projects/p/wagtail/language/"
"nl/)\n"
"Language: nl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr ""
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,168 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/"
"wagtail/language/nl_NL/)\n"
"Language: nl_NL\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr ""
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
#: models.py:276
msgid "Page title"
msgstr ""
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr ""
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr ""
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

View file

@ -1,181 +0,0 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# utek <mail@utek.pl>, 2014
# utek <mail@utek.pl>, 2014
msgid ""
msgstr ""
"Project-Id-Version: Wagtail\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-04-17 13:05+0100\n"
"PO-Revision-Date: 2015-04-17 11:49+0000\n"
"Last-Translator: Karl Hobley <karl@torchbox.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/wagtail/language/"
"pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
#: models.py:53
msgid "Hostname"
msgstr ""
#: models.py:54
msgid "Port"
msgstr ""
#: models.py:54
msgid ""
"Set this to something other than 80 if you need a specific port number to "
"appear in URLs (e.g. development on port 8000). Does not affect request "
"handling (so port forwarding still works)."
msgstr ""
"Ustaw na inną wartość niż 80 jeżeli istnieje potrzeba pojawienia się "
"konkretnego portu w URLach (np. port wersji roboczej 8000). Nie ma wpływu na "
"obsługę żądań (przekierowanie portów będzie nadal działało)."
#: models.py:55
msgid "Root page"
msgstr ""
#: models.py:56
msgid "Is default site"
msgstr ""
#: models.py:56
msgid ""
"If true, this site will handle requests for all other hostnames that do not "
"have a site entry of their own"
msgstr ""
"Wartość true sprawi, że ta strona będzie obsługiwała żądania wszystkich "
"innych hostów, które nie mają ustawionej strony."
#: models.py:117
#, python-format
msgid ""
"%(hostname)s is already configured as the default site. You must unset that "
"before you can save this site as default."
msgstr ""
#: models.py:266
msgid "Title"
msgstr ""
#: models.py:266
msgid "The page title as you'd like it to be seen by the public"
msgstr "Tytuł strony jaki chcesz żeby był widoczny publicznie."
#: models.py:267
msgid "Slug"
msgstr ""
#: models.py:267
msgid ""
"The name of the page as it will appear in URLs e.g http://domain.com/blog/"
"[my-slug]/"
msgstr ""
"Nazwa strony, która będzie wyświetlana w URLach np. http://domain.com/blog/"
"[my-slug]/"
#: models.py:276
msgid "Page title"
msgstr "Tytuł strony"
#: models.py:276
msgid ""
"Optional. 'Search Engine Friendly' title. This will appear at the top of the "
"browser window."
msgstr ""
"Opcjonalne. Tytuł 'przyjazny wyszukiwarkom'. Będzie widoczny się na górze "
"okna przeglądarki."
#: models.py:277
msgid "Show in menus"
msgstr ""
#: models.py:277
msgid ""
"Whether a link to this page will appear in automatically generated menus"
msgstr ""
"Czy link do tej strony zostanie wyświetlony w menu tworzonym automatycznie."
#: models.py:278
msgid "Search description"
msgstr ""
#: models.py:280
msgid "Go live date/time"
msgstr "Data/czas publikacji"
#: models.py:280 models.py:281
msgid "Please add a date-time in the form YYYY-MM-DD hh:mm."
msgstr ""
#: models.py:281
msgid "Expiry date/time"
msgstr "Data/czas ważności"
#: models.py:710
msgid "expired"
msgstr ""
#: models.py:712
msgid "scheduled"
msgstr ""
#: models.py:714
msgid "draft"
msgstr ""
#: models.py:717
msgid "live + draft"
msgstr ""
#: models.py:719
msgid "live"
msgstr ""
#: models.py:885
msgid "Default"
msgstr ""
#: models.py:1166
msgid "Add/edit pages you own"
msgstr ""
#: models.py:1167
msgid "Add/edit any page"
msgstr ""
#: models.py:1168
msgid "Publish any page"
msgstr ""
#: models.py:1169
msgid "Lock/unlock any page"
msgstr ""
#: models.py:1174
msgid "Group"
msgstr ""
#: models.py:1175 models.py:1401
msgid "Page"
msgstr ""
#: models.py:1176
msgid "Permission type"
msgstr ""
#: models.py:1402
msgid "Password"
msgstr ""
#: validators.py:15
msgid "Value cannot be entirely whitespace characters"
msgstr ""

Some files were not shown because too many files have changed in this diff Show more