| 1 | # Bulgarian translation of libgdata po-file.
|
|---|
| 2 | # Copyright (C) 2011 Free Software Foundation, Inc.
|
|---|
| 3 | # This file is distributed under the same license as the libgdata package.
|
|---|
| 4 | # Ivaylo Valkov <ivaylo@e-valkov.org>, 2011.
|
|---|
| 5 | #
|
|---|
| 6 | msgid ""
|
|---|
| 7 | msgstr ""
|
|---|
| 8 | "Project-Id-Version: libgdata master\n"
|
|---|
| 9 | "Report-Msgid-Bugs-To: \n"
|
|---|
| 10 | "POT-Creation-Date: 2011-02-15 06:39+0200\n"
|
|---|
| 11 | "PO-Revision-Date: 2011-02-15 06:39+0200\n"
|
|---|
| 12 | "Last-Translator: Ivaylo Valkov <ivaylo@e-valkov.org>\n"
|
|---|
| 13 | "Language-Team: Bulgarian <dict@fsa-bg.org>\n"
|
|---|
| 14 | "Language: bg\n"
|
|---|
| 15 | "MIME-Version: 1.0\n"
|
|---|
| 16 | "Content-Type: text/plain; charset=UTF-8\n"
|
|---|
| 17 | "Content-Transfer-Encoding: 8bit\n"
|
|---|
| 18 | "Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|---|
| 19 |
|
|---|
| 20 | #: ../gdata/gdata-download-stream.c:571 ../gdata/gdata-upload-stream.c:753
|
|---|
| 21 | msgid "Stream is already closed"
|
|---|
| 22 | msgstr "Потокът вече е затворен"
|
|---|
| 23 |
|
|---|
| 24 | #. Translators: the parameter is an error message
|
|---|
| 25 | #: ../gdata/gdata-parsable.c:245 ../gdata/gdata-parsable.c:256
|
|---|
| 26 | #, c-format
|
|---|
| 27 | msgid "Error parsing XML: %s"
|
|---|
| 28 | msgstr "Грешка при анализа на XML документа: %s"
|
|---|
| 29 |
|
|---|
| 30 | #. Translators: this is a dummy error message to be substituted into "Error parsing XML: %s".
|
|---|
| 31 | #: ../gdata/gdata-parsable.c:258
|
|---|
| 32 | msgid "Empty document."
|
|---|
| 33 | msgstr "Празен документ."
|
|---|
| 34 |
|
|---|
| 35 | #. Translators: the parameter is the name of an XML element, including the angle brackets ("<" and ">").
|
|---|
| 36 | #. *
|
|---|
| 37 | #. * For example:
|
|---|
| 38 | #. * A <title> element was missing required content.
|
|---|
| 39 | #: ../gdata/gdata-parser.c:66
|
|---|
| 40 | #, c-format
|
|---|
| 41 | msgid "A %s element was missing required content."
|
|---|
| 42 | msgstr "Липсва задължителното съдържание за елемент %s."
|
|---|
| 43 |
|
|---|
| 44 | #. Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">")),
|
|---|
| 45 | #. * and the second parameter is the erroneous value (which was not in ISO 8601 format).
|
|---|
| 46 | #. *
|
|---|
| 47 | #. * For example:
|
|---|
| 48 | #. * The content of a <media:group/media:uploaded> element ("2009-05-06 26:30Z") was not in ISO 8601 format.
|
|---|
| 49 | #: ../gdata/gdata-parser.c:82
|
|---|
| 50 | #, c-format
|
|---|
| 51 | msgid "The content of a %s element (\"%s\") was not in ISO 8601 format."
|
|---|
| 52 | msgstr ""
|
|---|
| 53 | "Съдържанието („%2$s“) на елемент от вида %1$s не е във формат ISO 8601."
|
|---|
| 54 |
|
|---|
| 55 | #. Translators: the first parameter is the name of an XML property, the second is the name of an XML element
|
|---|
| 56 | #. * (including the angle brackets ("<" and ">")) to which the property belongs, and the third is the unknown value.
|
|---|
| 57 | #. *
|
|---|
| 58 | #. * For example:
|
|---|
| 59 | #. * The value of the @time property of a <media:group/media:thumbnail> element ("00:01:42.500") was unknown.
|
|---|
| 60 | #: ../gdata/gdata-parser.c:102
|
|---|
| 61 | #, c-format
|
|---|
| 62 | msgid "The value of the %s property of a %s element (\"%s\") was unknown."
|
|---|
| 63 | msgstr "Стойността („%3$s“) на атрибута %1$s на елемента %2$s беше неизвестна."
|
|---|
| 64 |
|
|---|
| 65 | #. Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">")),
|
|---|
| 66 | #. * and the second parameter is the unknown content of that element.
|
|---|
| 67 | #. *
|
|---|
| 68 | #. * For example:
|
|---|
| 69 | #. * The content of a <gphoto:access> element ("protected") was unknown.
|
|---|
| 70 | #: ../gdata/gdata-parser.c:120
|
|---|
| 71 | #, c-format
|
|---|
| 72 | msgid "The content of a %s element (\"%s\") was unknown."
|
|---|
| 73 | msgstr "Съдържанието („%2$s“) на елемент от вида %1$s беше неизвестно."
|
|---|
| 74 |
|
|---|
| 75 | #. Translators: the first parameter is the name of an XML element (including the angle brackets ("<" and ">")),
|
|---|
| 76 | #. * and the second is the name of an XML property which it should have contained.
|
|---|
| 77 | #. *
|
|---|
| 78 | #. * For example:
|
|---|
| 79 | #. * A required property of a <entry/gAcl:role> element (@value) was not present.
|
|---|
| 80 | #: ../gdata/gdata-parser.c:140
|
|---|
| 81 | #, c-format
|
|---|
| 82 | msgid "A required property of a %s element (%s) was not present."
|
|---|
| 83 | msgstr "Липсва задължителният атрибут (%2$s) на елемент от вида %1$s."
|
|---|
| 84 |
|
|---|
| 85 | #. Translators: the first two parameters are the names of XML properties of an XML element given in the third
|
|---|
| 86 | #. * parameter (including the angle brackets ("<" and ">")).
|
|---|
| 87 | #. *
|
|---|
| 88 | #. * For example:
|
|---|
| 89 | #. * Values were present for properties @rel and @label of a <entry/gContact:relation> element when only one of the
|
|---|
| 90 | #. * two is allowed.
|
|---|
| 91 | #: ../gdata/gdata-parser.c:163
|
|---|
| 92 | #, c-format
|
|---|
| 93 | msgid ""
|
|---|
| 94 | "Values were present for properties %s and %s of a %s element when only one "
|
|---|
| 95 | "of the two is allowed."
|
|---|
| 96 | msgstr ""
|
|---|
| 97 | "Открит е eлемент от вида %3$s с атрибути %1$s и %2$s, но елементът може да "
|
|---|
| 98 | "има максимум един от двата атрибута."
|
|---|
| 99 |
|
|---|
| 100 | #. Translators: the parameter is the name of an XML element, including the angle brackets ("<" and ">").
|
|---|
| 101 | #. *
|
|---|
| 102 | #. * For example:
|
|---|
| 103 | #. * A required element (<entry/title>) was not present.
|
|---|
| 104 | #: ../gdata/gdata-parser.c:182
|
|---|
| 105 | #, c-format
|
|---|
| 106 | msgid "A required element (%s) was not present."
|
|---|
| 107 | msgstr "Не е наличен задължителен елемент (%s)."
|
|---|
| 108 |
|
|---|
| 109 | #. Translators: the parameter is the name of an XML element, including the angle brackets ("<" and ">").
|
|---|
| 110 | #. *
|
|---|
| 111 | #. * For example:
|
|---|
| 112 | #. * A singleton element (<feed/title>) was duplicated.
|
|---|
| 113 | #: ../gdata/gdata-parser.c:197
|
|---|
| 114 | #, c-format
|
|---|
| 115 | msgid "A singleton element (%s) was duplicated."
|
|---|
| 116 | msgstr "Беше открит дубликат за уникален елемент (%s)."
|
|---|
| 117 |
|
|---|
| 118 | #: ../gdata/gdata-service.c:430
|
|---|
| 119 | msgid "The server returned a malformed response."
|
|---|
| 120 | msgstr "Сървърът върна неправилен отговор."
|
|---|
| 121 |
|
|---|
| 122 | #: ../gdata/gdata-service.c:473
|
|---|
| 123 | #, c-format
|
|---|
| 124 | msgid "Cannot connect to the service's server."
|
|---|
| 125 | msgstr "Неуспех при връзка към сървъра за услугата."
|
|---|
| 126 |
|
|---|
| 127 | #: ../gdata/gdata-service.c:478
|
|---|
| 128 | #, c-format
|
|---|
| 129 | msgid "Cannot connect to the proxy server."
|
|---|
| 130 | msgstr "Неуспех при връзка към сървъра-посредник."
|
|---|
| 131 |
|
|---|
| 132 | #. Translators: the parameter is an error message returned by the server.
|
|---|
| 133 | #: ../gdata/gdata-service.c:484
|
|---|
| 134 | #, c-format
|
|---|
| 135 | msgid "Invalid request URI or header, or unsupported nonstandard parameter: %s"
|
|---|
| 136 | msgstr ""
|
|---|
| 137 | "Неправилен адрес, заглавна част или неподдържан нестандартен параметър на "
|
|---|
| 138 | "заявката: %s"
|
|---|
| 139 |
|
|---|
| 140 | #. Translators: the parameter is an error message returned by the server.
|
|---|
| 141 | #: ../gdata/gdata-service.c:490
|
|---|
| 142 | #, c-format
|
|---|
| 143 | msgid "Authentication required: %s"
|
|---|
| 144 | msgstr "Необходимо е удостоверяване: %s"
|
|---|
| 145 |
|
|---|
| 146 | #. Translators: the parameter is an error message returned by the server.
|
|---|
| 147 | #: ../gdata/gdata-service.c:495
|
|---|
| 148 | #, c-format
|
|---|
| 149 | msgid "The requested resource was not found: %s"
|
|---|
| 150 | msgstr "Заявеният ресурс не беше намерен: %s"
|
|---|
| 151 |
|
|---|
| 152 | #. Translators: the parameter is an error message returned by the server.
|
|---|
| 153 | #: ../gdata/gdata-service.c:501
|
|---|
| 154 | #, c-format
|
|---|
| 155 | msgid "The entry has been modified since it was downloaded: %s"
|
|---|
| 156 | msgstr "Записът се е променил от последното изтегляне: %s"
|
|---|
| 157 |
|
|---|
| 158 | #. Translators: the first parameter is an HTTP status,
|
|---|
| 159 | #. * and the second is an error message returned by the server.
|
|---|
| 160 | #: ../gdata/gdata-service.c:515
|
|---|
| 161 | #, c-format
|
|---|
| 162 | msgid "Error code %u when authenticating: %s"
|
|---|
| 163 | msgstr "Получен е код за грешка „%u“ при удостоверяване: %s"
|
|---|
| 164 |
|
|---|
| 165 | #. Translators: the first parameter is an HTTP status,
|
|---|
| 166 | #. * and the second is an error message returned by the server.
|
|---|
| 167 | #: ../gdata/gdata-service.c:521
|
|---|
| 168 | #, c-format
|
|---|
| 169 | msgid "Error code %u when querying: %s"
|
|---|
| 170 | msgstr "Получен е код за грешка „%u“ от заявката: %s"
|
|---|
| 171 |
|
|---|
| 172 | #. Translators: the first parameter is an HTTP status,
|
|---|
| 173 | #. * and the second is an error message returned by the server.
|
|---|
| 174 | #: ../gdata/gdata-service.c:527
|
|---|
| 175 | #, c-format
|
|---|
| 176 | msgid "Error code %u when inserting an entry: %s"
|
|---|
| 177 | msgstr "Получен е код за грешка „%u“ при добавяне на запис: %s"
|
|---|
| 178 |
|
|---|
| 179 | #. Translators: the first parameter is an HTTP status,
|
|---|
| 180 | #. * and the second is an error message returned by the server.
|
|---|
| 181 | #: ../gdata/gdata-service.c:533
|
|---|
| 182 | #, c-format
|
|---|
| 183 | msgid "Error code %u when updating an entry: %s"
|
|---|
| 184 | msgstr "Получен е код за грешка „%u“ при обновяване на запис: %s"
|
|---|
| 185 |
|
|---|
| 186 | #. Translators: the first parameter is an HTTP status,
|
|---|
| 187 | #. * and the second is an error message returned by the server.
|
|---|
| 188 | #: ../gdata/gdata-service.c:539
|
|---|
| 189 | #, c-format
|
|---|
| 190 | msgid "Error code %u when deleting an entry: %s"
|
|---|
| 191 | msgstr "Получен е код за грешка „%u“ при изтриване на запис: %s"
|
|---|
| 192 |
|
|---|
| 193 | #. Translators: the first parameter is an HTTP status,
|
|---|
| 194 | #. * and the second is an error message returned by the server.
|
|---|
| 195 | #: ../gdata/gdata-service.c:545
|
|---|
| 196 | #, c-format
|
|---|
| 197 | msgid "Error code %u when downloading: %s"
|
|---|
| 198 | msgstr "Получен е код за грешка „%u“ при изтегляне: %s"
|
|---|
| 199 |
|
|---|
| 200 | #. Translators: the first parameter is an HTTP status,
|
|---|
| 201 | #. * and the second is an error message returned by the server.
|
|---|
| 202 | #: ../gdata/gdata-service.c:551
|
|---|
| 203 | #, c-format
|
|---|
| 204 | msgid "Error code %u when uploading: %s"
|
|---|
| 205 | msgstr "Получен е код за грешка „%u“ при качване: %s"
|
|---|
| 206 |
|
|---|
| 207 | #. Translators: the first parameter is a HTTP status,
|
|---|
| 208 | #. * and the second is an error message returned by the server.
|
|---|
| 209 | #: ../gdata/gdata-service.c:557
|
|---|
| 210 | #, c-format
|
|---|
| 211 | msgid "Error code %u when running a batch operation: %s"
|
|---|
| 212 | msgstr "Получен е код за грешка „%u“ при пакетна обработка: %s"
|
|---|
| 213 |
|
|---|
| 214 | #: ../gdata/gdata-service.c:686
|
|---|
| 215 | msgid "A CAPTCHA must be filled out to log in."
|
|---|
| 216 | msgstr "За да влезете, попълнете данните от CAPTCHA."
|
|---|
| 217 |
|
|---|
| 218 | #: ../gdata/gdata-service.c:710
|
|---|
| 219 | msgid "Your username or password were incorrect."
|
|---|
| 220 | msgstr "Потребителското име или паролата са грешни."
|
|---|
| 221 |
|
|---|
| 222 | #. Translators: the parameter is a URI for further information.
|
|---|
| 223 | #: ../gdata/gdata-service.c:729
|
|---|
| 224 | #, c-format
|
|---|
| 225 | msgid "Your account's e-mail address has not been verified. (%s)"
|
|---|
| 226 | msgstr ""
|
|---|
| 227 | "Пощенският адрес към регистрацията ви не е бил потвърден. За повече "
|
|---|
| 228 | "информация посетете %s."
|
|---|
| 229 |
|
|---|
| 230 | #. Translators: the parameter is a URI for further information.
|
|---|
| 231 | #: ../gdata/gdata-service.c:734
|
|---|
| 232 | #, c-format
|
|---|
| 233 | msgid "You have not agreed to the service's terms and conditions. (%s)"
|
|---|
| 234 | msgstr ""
|
|---|
| 235 | "Не сте приели правилата и условията на услугата. За повече информация "
|
|---|
| 236 | "посетете %s."
|
|---|
| 237 |
|
|---|
| 238 | #. Translators: the parameter is a URI for further information.
|
|---|
| 239 | #: ../gdata/gdata-service.c:740
|
|---|
| 240 | #, c-format
|
|---|
| 241 | msgid ""
|
|---|
| 242 | "This account has been migrated. Please log in online to receive your new "
|
|---|
| 243 | "username and password. (%s)"
|
|---|
| 244 | msgstr ""
|
|---|
| 245 | "Тази регистрация е била обновена. За да получите новото си потребителско име "
|
|---|
| 246 | "и парола, влезте в услугата през браузър. За повече информация посетете %s."
|
|---|
| 247 |
|
|---|
| 248 | #. Translators: the parameter is a URI for further information.
|
|---|
| 249 | #: ../gdata/gdata-service.c:745
|
|---|
| 250 | #, c-format
|
|---|
| 251 | msgid "This account has been deleted. (%s)"
|
|---|
| 252 | msgstr "Тази регистрация е била изтрита. За повече информация посетете %s."
|
|---|
| 253 |
|
|---|
| 254 | #. Translators: the parameter is a URI for further information.
|
|---|
| 255 | #: ../gdata/gdata-service.c:750
|
|---|
| 256 | #, c-format
|
|---|
| 257 | msgid "This account has been disabled. (%s)"
|
|---|
| 258 | msgstr "Тази регистрация е била спряна. За повече информация посетете %s."
|
|---|
| 259 |
|
|---|
| 260 | #. Translators: the parameter is a URI for further information.
|
|---|
| 261 | #: ../gdata/gdata-service.c:755
|
|---|
| 262 | #, c-format
|
|---|
| 263 | msgid "This account's access to this service has been disabled. (%s)"
|
|---|
| 264 | msgstr ""
|
|---|
| 265 | "Достъпът до тази услуга е бил спрян за тази регистрация. За повече "
|
|---|
| 266 | "информация вижте %s."
|
|---|
| 267 |
|
|---|
| 268 | #. Translators: the parameter is a URI for further information.
|
|---|
| 269 | #: ../gdata/gdata-service.c:760
|
|---|
| 270 | #, c-format
|
|---|
| 271 | msgid "This service is not available at the moment. (%s)"
|
|---|
| 272 | msgstr "В момента тази услуга е недостъпна. За повече информация вижте %s."
|
|---|
| 273 |
|
|---|
| 274 | #. Translators: the parameter is the URI which is invalid.
|
|---|
| 275 | #: ../gdata/gdata-service.c:1065
|
|---|
| 276 | #, c-format
|
|---|
| 277 | msgid "Invalid redirect URI: %s"
|
|---|
| 278 | msgstr "Неправилен адрес за пренасочване: %s"
|
|---|
| 279 |
|
|---|
| 280 | #: ../gdata/gdata-service.c:1641
|
|---|
| 281 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:490
|
|---|
| 282 | #: ../gdata/services/youtube/gdata-youtube-service.c:778
|
|---|
| 283 | msgid "The entry has already been inserted."
|
|---|
| 284 | msgstr "Записът вече е бил добавен."
|
|---|
| 285 |
|
|---|
| 286 | #. Translators: the first parameter is the name of an XML element (including the angle brackets
|
|---|
| 287 | #. * ("<" and ">"), and the second parameter is the erroneous value (which was not in hexadecimal
|
|---|
| 288 | #. * RGB format).
|
|---|
| 289 | #. *
|
|---|
| 290 | #. * For example:
|
|---|
| 291 | #. * The content of a <entry/gCal:color> element ("00FG56") was not in hexadecimal RGB format.
|
|---|
| 292 | #: ../gdata/services/calendar/gdata-calendar-calendar.c:385
|
|---|
| 293 | #, c-format
|
|---|
| 294 | msgid "The content of a %s element (\"%s\") was not in hexadecimal RGB format."
|
|---|
| 295 | msgstr ""
|
|---|
| 296 | "Съдържанието („%s“) на елемент от вида %s не беше в шестнадесетичен формат "
|
|---|
| 297 | "ЧЗС (RGB)."
|
|---|
| 298 |
|
|---|
| 299 | #: ../gdata/services/calendar/gdata-calendar-service.c:281
|
|---|
| 300 | #: ../gdata/services/calendar/gdata-calendar-service.c:326
|
|---|
| 301 | msgid "You must be authenticated to query all calendars."
|
|---|
| 302 | msgstr ""
|
|---|
| 303 | "За да правите заявки за всички календари, влезте с потребител и парола."
|
|---|
| 304 |
|
|---|
| 305 | #: ../gdata/services/calendar/gdata-calendar-service.c:368
|
|---|
| 306 | #: ../gdata/services/calendar/gdata-calendar-service.c:413
|
|---|
| 307 | #: ../gdata/services/calendar/gdata-calendar-service.c:454
|
|---|
| 308 | #: ../gdata/services/calendar/gdata-calendar-service.c:510
|
|---|
| 309 | msgid "You must be authenticated to query your own calendars."
|
|---|
| 310 | msgstr ""
|
|---|
| 311 | "За да правите заявки за собствените си календари, влезте с потребител и "
|
|---|
| 312 | "парола."
|
|---|
| 313 |
|
|---|
| 314 | #: ../gdata/services/calendar/gdata-calendar-service.c:463
|
|---|
| 315 | #: ../gdata/services/calendar/gdata-calendar-service.c:519
|
|---|
| 316 | msgid "The calendar did not have a content URI."
|
|---|
| 317 | msgstr "Липсва адрес за съдържанието на календара."
|
|---|
| 318 |
|
|---|
| 319 | #: ../gdata/services/contacts/gdata-contacts-service.c:229
|
|---|
| 320 | #: ../gdata/services/contacts/gdata-contacts-service.c:275
|
|---|
| 321 | msgid "You must be authenticated to query contacts."
|
|---|
| 322 | msgstr "За да правите заявки за контакти, влезте с потребител и парола."
|
|---|
| 323 |
|
|---|
| 324 | #: ../gdata/services/contacts/gdata-contacts-service.c:384
|
|---|
| 325 | #: ../gdata/services/contacts/gdata-contacts-service.c:430
|
|---|
| 326 | msgid "You must be authenticated to query contact groups."
|
|---|
| 327 | msgstr ""
|
|---|
| 328 | "За да правите заявки за групи от контакти, влезте с потребител и парола."
|
|---|
| 329 |
|
|---|
| 330 | #: ../gdata/services/contacts/gdata-contacts-service.c:466
|
|---|
| 331 | msgid "The group has already been inserted."
|
|---|
| 332 | msgstr "Групата вече е била добавена."
|
|---|
| 333 |
|
|---|
| 334 | #: ../gdata/services/contacts/gdata-contacts-service.c:472
|
|---|
| 335 | msgid "You must be authenticated to insert a group."
|
|---|
| 336 | msgstr "За да добавяте групи, влезте с потребител и парола."
|
|---|
| 337 |
|
|---|
| 338 | #: ../gdata/services/documents/gdata-documents-document.c:274
|
|---|
| 339 | msgid "You must be authenticated to download documents."
|
|---|
| 340 | msgstr "За да изтегляте документи, влезте с потребител и парола."
|
|---|
| 341 |
|
|---|
| 342 | #: ../gdata/services/documents/gdata-documents-service.c:369
|
|---|
| 343 | #: ../gdata/services/documents/gdata-documents-service.c:420
|
|---|
| 344 | msgid "You must be authenticated to query documents."
|
|---|
| 345 | msgstr "За да правите заявки за документи, влезте с потребител и парола."
|
|---|
| 346 |
|
|---|
| 347 | #: ../gdata/services/documents/gdata-documents-service.c:527
|
|---|
| 348 | msgid "You must be authenticated to upload documents."
|
|---|
| 349 | msgstr "За да качвате документи, влезте с потребител и парола."
|
|---|
| 350 |
|
|---|
| 351 | #: ../gdata/services/documents/gdata-documents-service.c:533
|
|---|
| 352 | msgid "The document has already been uploaded."
|
|---|
| 353 | msgstr "Документът вече е бил качен."
|
|---|
| 354 |
|
|---|
| 355 | #: ../gdata/services/documents/gdata-documents-service.c:587
|
|---|
| 356 | msgid "You must be authenticated to update documents."
|
|---|
| 357 | msgstr "За да обновявате документи, влезте с потребител и парола."
|
|---|
| 358 |
|
|---|
| 359 | #: ../gdata/services/documents/gdata-documents-service.c:650
|
|---|
| 360 | #, c-format
|
|---|
| 361 | msgid ""
|
|---|
| 362 | "The content type of the supplied document ('%s') could not be recognized."
|
|---|
| 363 | msgstr ""
|
|---|
| 364 | "Неуспех при разпознаването на вида на съдържанието на предоставения документ "
|
|---|
| 365 | "(„%s“)."
|
|---|
| 366 |
|
|---|
| 367 | #: ../gdata/services/documents/gdata-documents-service.c:698
|
|---|
| 368 | #: ../gdata/services/documents/gdata-documents-service.c:882
|
|---|
| 369 | msgid "You must be authenticated to move documents and folders."
|
|---|
| 370 | msgstr "За да местите документи и папки, влезте с потребител и парола."
|
|---|
| 371 |
|
|---|
| 372 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:210
|
|---|
| 373 | msgid "You must specify a username or be authenticated to query a user."
|
|---|
| 374 | msgstr "За да правите заявки за потребител, влезте с потребител и парола."
|
|---|
| 375 |
|
|---|
| 376 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:264
|
|---|
| 377 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:319
|
|---|
| 378 | msgid "Query parameter not allowed for albums."
|
|---|
| 379 | msgstr "Заявката за албуми не може да има параметър."
|
|---|
| 380 |
|
|---|
| 381 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:271
|
|---|
| 382 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:327
|
|---|
| 383 | msgid "You must specify a username or be authenticated to query all albums."
|
|---|
| 384 | msgstr "За да правите заявки за всички албуми, влезте с потребител и парола."
|
|---|
| 385 |
|
|---|
| 386 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:345
|
|---|
| 387 | msgid "The album did not have a feed link."
|
|---|
| 388 | msgstr "Липсва списък с емисии за албума."
|
|---|
| 389 |
|
|---|
| 390 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:496
|
|---|
| 391 | msgid "You must be authenticated to upload a file."
|
|---|
| 392 | msgstr "За да качвате файлове, влезте с потребител и парола."
|
|---|
| 393 |
|
|---|
| 394 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:573
|
|---|
| 395 | msgid "The album has already been inserted."
|
|---|
| 396 | msgstr "Албумът вече е бил добавен."
|
|---|
| 397 |
|
|---|
| 398 | #: ../gdata/services/picasaweb/gdata-picasaweb-service.c:579
|
|---|
| 399 | msgid "You must be authenticated to insert an album."
|
|---|
| 400 | msgstr "За да добавяте албуми, влезте с потребител и парола."
|
|---|
| 401 |
|
|---|
| 402 | #: ../gdata/services/youtube/gdata-youtube-service.c:416
|
|---|
| 403 | #, c-format
|
|---|
| 404 | msgid "This service is not available at the moment."
|
|---|
| 405 | msgstr "В момента услугата е недостъпна."
|
|---|
| 406 |
|
|---|
| 407 | #: ../gdata/services/youtube/gdata-youtube-service.c:421
|
|---|
| 408 | #, c-format
|
|---|
| 409 | msgid "You must be authenticated to do this."
|
|---|
| 410 | msgstr "За да извършите действието, влезте с потребител и парола."
|
|---|
| 411 |
|
|---|
| 412 | #: ../gdata/services/youtube/gdata-youtube-service.c:426
|
|---|
| 413 | #, c-format
|
|---|
| 414 | msgid ""
|
|---|
| 415 | "You have made too many API calls recently. Please wait a few minutes and try "
|
|---|
| 416 | "again."
|
|---|
| 417 | msgstr ""
|
|---|
| 418 | "Направили сте прекалено много заявки към програмния интерфейс (API) за много "
|
|---|
| 419 | "кратко време. Изчакайте няколко минути и опитайте отново."
|
|---|
| 420 |
|
|---|
| 421 | #: ../gdata/services/youtube/gdata-youtube-service.c:429
|
|---|
| 422 | #, c-format
|
|---|
| 423 | msgid ""
|
|---|
| 424 | "You have exceeded your entry quota. Please delete some entries and try again."
|
|---|
| 425 | msgstr ""
|
|---|
| 426 | "Превишили сте лимита си за записи. Изтрийте някои записи и опитайте отново."
|
|---|
| 427 |
|
|---|
| 428 | #. Translators: the first parameter is an error code, which is a coded string.
|
|---|
| 429 | #. * The second parameter is an error domain, which is another coded string.
|
|---|
| 430 | #. * The third parameter is the location of the error, which is either a URI or an XPath.
|
|---|
| 431 | #: ../gdata/services/youtube/gdata-youtube-service.c:436
|
|---|
| 432 | #: ../gdata/services/youtube/gdata-youtube-service.c:442
|
|---|
| 433 | #, c-format
|
|---|
| 434 | msgid ""
|
|---|
| 435 | "Unknown error code \"%s\" in domain \"%s\" received with location \"%s\"."
|
|---|
| 436 | msgstr ""
|
|---|
| 437 | "Беше върнат неизвестен код за грешка „%1$s“ за местоположението „%3$s“ към "
|
|---|
| 438 | "домейна „%2$s“."
|
|---|
| 439 |
|
|---|
| 440 | #: ../gdata/services/youtube/gdata-youtube-service.c:460
|
|---|
| 441 | #, c-format
|
|---|
| 442 | msgid "Unknown and unparsable error received."
|
|---|
| 443 | msgstr "Получи се неизвестна грешка, която не може да бъде обработена."
|
|---|
| 444 |
|
|---|
| 445 | #: ../gdata/services/youtube/gdata-youtube-service.c:682
|
|---|
| 446 | #: ../gdata/services/youtube/gdata-youtube-service.c:729
|
|---|
| 447 | msgid "The video did not have a related videos <link>."
|
|---|
| 448 | msgstr "Липсват връзка (<link>) за сходни видео клипове за клипа."
|
|---|
| 449 |
|
|---|
| 450 | #: ../gdata/services/youtube/gdata-youtube-service.c:784
|
|---|
| 451 | msgid "You must be authenticated to upload a video."
|
|---|
| 452 | msgstr "За да качвате видео клипове, влезте с потребител и парола."
|
|---|