blob: ad81cfa435c02638b3ca86597dbf011957f5aea2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
|
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Stefan Ilivanov <ilivanov@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: ownCloud\n"
"Report-Msgid-Bugs-To: http://owncloud.shapado.com/\n"
"POT-Creation-Date: 2011-09-23 18:17+0200\n"
"PO-Revision-Date: 2011-09-06 08:41+0000\n"
"Last-Translator: ep98 <ilivanov@gmail.com>\n"
"Language-Team: Bulgarian (Bulgaria) (http://www.transifex.net/projects/p/owncloud/team/bg_BG/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg_BG\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: appinfo/app.php:7
msgid "Files"
msgstr "Файлове"
#: templates/admin.php:5
msgid "Maximum upload size"
msgstr "Макс. размер за качване"
#: templates/index.php:9
msgid "Upload"
msgstr "Качване"
#: templates/index.php:16
msgid "New Folder"
msgstr "Нова папка"
#: templates/index.php:24
msgid "Nothing in here. Upload something!"
msgstr "Няма нищо, качете нещо!"
#: templates/index.php:31
msgid "Name"
msgstr "Име"
#: templates/index.php:33
msgid "Download"
msgstr "Изтегляне"
#: templates/index.php:37
msgid "Size"
msgstr "Размер"
#: templates/index.php:38
msgid "Modified"
msgstr "Променено"
#: templates/index.php:38
msgid "Delete"
msgstr "Изтриване"
#: templates/index.php:46
msgid "Upload too large"
msgstr "Файлът е прекалено голям"
#: templates/index.php:48
msgid ""
"The files you are trying to upload exceed the maximum size for file uploads "
"on this server."
msgstr ""
"Файловете които се опитвате да качите са по-големи от позволеното за "
"сървъра."
|