diff options
Diffstat (limited to 'apps/dav/l10n/bg.js')
-rw-r--r-- | apps/dav/l10n/bg.js | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/apps/dav/l10n/bg.js b/apps/dav/l10n/bg.js index f4842a46d30..b5879844b13 100644 --- a/apps/dav/l10n/bg.js +++ b/apps/dav/l10n/bg.js @@ -2,7 +2,6 @@ OC.L10N.register( "dav", { "Calendar" : "Календар", - "Todos" : "Задачи", "Personal" : "Личен", "{actor} created calendar {calendar}" : "{actor} направи календар {calendar}", "You created calendar {calendar}" : "Създадохте календара {calendar}", @@ -35,20 +34,9 @@ OC.L10N.register( "{actor} restored event {event} of calendar {calendar}" : "{actor} възстанови събитие {event} от календар {calendar}", "You restored event {event} of calendar {calendar}" : "Вие възстановихте събитие {event} от календар {calendar}", "Busy" : "Зает", - "{actor} created todo {todo} in list {calendar}" : "{actor} създаде задача {todo} в списък {calendar}", - "You created todo {todo} in list {calendar}" : "Създадохте задача {todo} в списък {calendar}", - "{actor} deleted todo {todo} from list {calendar}" : "{actor} изтри задача {todo} от списък {calendar}", - "You deleted todo {todo} from list {calendar}" : "Изтрихте задача {todo} от списък {calendar}", - "{actor} updated todo {todo} in list {calendar}" : "{actor} актуализира задача {todo} в списък {calendar}", - "You updated todo {todo} in list {calendar}" : "Променихте задача {todo} в списък {calendar}", - "{actor} solved todo {todo} in list {calendar}" : "{actor} разреши задача {todo} в списък {calendar}", - "You solved todo {todo} in list {calendar}" : "Разрешихте задача {todo} в списък {calendar}", - "{actor} reopened todo {todo} in list {calendar}" : "{actor} възобнови задача {todo} в списък {calendar}", - "You reopened todo {todo} in list {calendar}" : "Възобновихте задача {todo} в списък {calendar}", "Calendar, contacts and tasks" : "Календар, контакти и задачи", "A <strong>calendar</strong> was modified" : "Промяна на <strong>календар</strong>", "A calendar <strong>event</strong> was modified" : "Промяна на календарно <strong>събитие</strong>", - "A calendar <strong>todo</strong> was modified" : "Промяна на календарна <strong>задача</strong>", "Contact birthdays" : "Рождени дни на контакти", "Death of %s" : "Смърт на %s", "Calendar:" : "Календар:", @@ -174,6 +162,18 @@ OC.L10N.register( "Tentative" : "Несигурно", "Number of guests" : "Брой на гостите ", "Comment" : "Коментар", - "Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно." + "Your attendance was updated successfully." : "Вашето присъствие е актуализирано успешно.", + "Todos" : "Задачи", + "{actor} created todo {todo} in list {calendar}" : "{actor} създаде задача {todo} в списък {calendar}", + "You created todo {todo} in list {calendar}" : "Създадохте задача {todo} в списък {calendar}", + "{actor} deleted todo {todo} from list {calendar}" : "{actor} изтри задача {todo} от списък {calendar}", + "You deleted todo {todo} from list {calendar}" : "Изтрихте задача {todo} от списък {calendar}", + "{actor} updated todo {todo} in list {calendar}" : "{actor} актуализира задача {todo} в списък {calendar}", + "You updated todo {todo} in list {calendar}" : "Променихте задача {todo} в списък {calendar}", + "{actor} solved todo {todo} in list {calendar}" : "{actor} разреши задача {todo} в списък {calendar}", + "You solved todo {todo} in list {calendar}" : "Разрешихте задача {todo} в списък {calendar}", + "{actor} reopened todo {todo} in list {calendar}" : "{actor} възобнови задача {todo} в списък {calendar}", + "You reopened todo {todo} in list {calendar}" : "Възобновихте задача {todo} в списък {calendar}", + "A calendar <strong>todo</strong> was modified" : "Промяна на календарна <strong>задача</strong>" }, "nplurals=2; plural=(n != 1);"); |