-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
English translatiosn with the same value than the translatable strings extracted.
- Loading branch information
1 parent
705f406
commit a2f79d5
Showing
2 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
# English translations for PROJECT. | ||
# Copyright (C) 2019 ORGANIZATION | ||
# This file is distributed under the same license as the PROJECT project. | ||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2019. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: PROJECT VERSION\n" | ||
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" | ||
"POT-Creation-Date: 2019-12-07 17:36+0000\n" | ||
"PO-Revision-Date: 2019-12-07 17:37+0000\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language: en\n" | ||
"Language-Team: en <LL@li.org>\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1)\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=utf-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Babel 2.6.0\n" | ||
|
||
#: templates/404.html:4 | ||
msgid "Page does not exist!" | ||
msgstr "Page does not exist!" | ||
|
||
#: templates/404.html:9 | ||
msgid "The page you requested doesn't exist!" | ||
msgstr "The page you requested doesn't exist!" | ||
|
||
#: templates/archives.html:4 | ||
msgid "All entries" | ||
msgstr "All entries" | ||
|
||
#: templates/archives.html:8 | ||
msgid "Archive" | ||
msgstr "Archive" | ||
|
||
#: templates/author.html:4 templates/author.html:8 | ||
msgid "Articles by" | ||
msgstr "Articles by" | ||
|
||
#: templates/authors.html:4 templates/authors.html:8 | ||
msgid "Authors" | ||
msgstr "Authors" | ||
|
||
#: templates/base.html:84 | ||
msgid "Website generated with" | ||
msgstr "Website generated with" | ||
|
||
#: templates/base.html:84 | ||
msgid "theme by" | ||
msgstr "theme by" | ||
|
||
#: templates/base.html:94 | ||
msgid "All rights reserved ©" | ||
msgstr "All rights reserved ©" | ||
|
||
#: templates/categories.html:4 templates/categories.html:8 | ||
msgid "Categories" | ||
msgstr "Categories" | ||
|
||
#: templates/category.html:4 templates/category.html:8 | ||
msgid "Articles categorized in" | ||
msgstr "Articles categorized in" | ||
|
||
#: templates/index.html:6 | ||
msgid "Welcome to" | ||
msgstr "Welcome to" | ||
|
||
#: templates/index.html:6 | ||
msgid "!" | ||
msgstr "!" | ||
|
||
#: templates/index.html:8 | ||
msgid "We are in" | ||
msgstr "We are in" | ||
|
||
#: templates/index.html:8 | ||
msgid "and" | ||
msgstr "and" | ||
|
||
#: templates/index.html:15 | ||
msgid "Last entries" | ||
msgstr "Last entries" | ||
|
||
#: templates/tag.html:4 templates/tag.html:8 | ||
msgid "Articles tagged with" | ||
msgstr "Articles tagged with" | ||
|
||
#: templates/tags.html:4 templates/tags.html:8 | ||
msgid "Tags" | ||
msgstr "Tags" | ||
|