Add Bulgarian translation files
This commit is contained in:
BIN
apps/document_comments/locale/bg/LC_MESSAGES/django.mo
Normal file
BIN
apps/document_comments/locale/bg/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
97
apps/document_comments/locale/bg/LC_MESSAGES/django.po
Normal file
97
apps/document_comments/locale/bg/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,97 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# <pkoldamov@gmail.com>, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2012-07-23 15:36-0400\n"
|
||||
"PO-Revision-Date: 2012-07-06 07:43+0000\n"
|
||||
"Last-Translator: koldo <pkoldamov@gmail.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#: __init__.py:19 __init__.py:20
|
||||
msgid "delete"
|
||||
msgstr "изтриване"
|
||||
|
||||
#: __init__.py:21
|
||||
msgid "add comment"
|
||||
msgstr "добави коментар"
|
||||
|
||||
#: __init__.py:22
|
||||
msgid "comments"
|
||||
msgstr "коментари"
|
||||
|
||||
#: __init__.py:26
|
||||
msgid "date"
|
||||
msgstr "дата"
|
||||
|
||||
#: __init__.py:30
|
||||
msgid "user"
|
||||
msgstr "потребител"
|
||||
|
||||
#: __init__.py:34
|
||||
msgid "comment"
|
||||
msgstr "коментар"
|
||||
|
||||
#: permissions.py:7
|
||||
msgid "Comments"
|
||||
msgstr "Коментари"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Create new comments"
|
||||
msgstr "Създаване на нови коментари"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Delete comments"
|
||||
msgstr "Изтриване на коментари"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "View comments"
|
||||
msgstr "Преглед на коментари"
|
||||
|
||||
#: views.py:36
|
||||
msgid "Must provide at least one comment."
|
||||
msgstr "Трябва да направите поне един коментар."
|
||||
|
||||
#: views.py:46
|
||||
#, python-format
|
||||
msgid "Comment \"%s\" deleted successfully."
|
||||
msgstr "Коментарът \"%s\" е изтрит успешно."
|
||||
|
||||
#: views.py:48
|
||||
#, python-format
|
||||
msgid "Error deleting comment \"%(comment)s\": %(error)s"
|
||||
msgstr "Грешка при изтриване на коментар \"%(comment)s\": %(error)s"
|
||||
|
||||
#: views.py:63
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete the comment: %s?"
|
||||
msgstr "Сигурни ли сте, че искате да изтриете коментара: %s?"
|
||||
|
||||
#: views.py:65
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete the comments: %s?"
|
||||
msgstr "Сигурни ли сте, че искате да изтриете коментарите: %s?"
|
||||
|
||||
#: views.py:99
|
||||
msgid "Comment added successfully."
|
||||
msgstr "Коментарът е добавен узпешно."
|
||||
|
||||
#: views.py:106
|
||||
#, python-format
|
||||
msgid "Add comment to document: %s"
|
||||
msgstr "Добавяне на коментар към документ: %s"
|
||||
|
||||
#: views.py:126
|
||||
#, python-format
|
||||
msgid "comments: %s"
|
||||
msgstr "коментари: %s"
|
||||
Reference in New Issue
Block a user