diff options
author | Nextcloud bot <bot@nextcloud.com> | 2016-11-17 01:07:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2016-11-17 01:07:02 +0000 |
commit | ab18d2f55ef2b8de32dc238ef49e0d65d7228f11 (patch) | |
tree | 9557d832ea49546434f6f344aa9f8e6c7dc44f9d /apps/files/l10n/bg_BG.js | |
parent | 8a02647e659509b8ce118aab4b7d7a6243fca524 (diff) | |
download | nextcloud-server-ab18d2f55ef2b8de32dc238ef49e0d65d7228f11.tar.gz nextcloud-server-ab18d2f55ef2b8de32dc238ef49e0d65d7228f11.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/bg_BG.js')
-rw-r--r-- | apps/files/l10n/bg_BG.js | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/apps/files/l10n/bg_BG.js b/apps/files/l10n/bg_BG.js index 40c1852276f..9df693c7203 100644 --- a/apps/files/l10n/bg_BG.js +++ b/apps/files/l10n/bg_BG.js @@ -67,11 +67,11 @@ OC.L10N.register( "New folder" : "Нова папка", "Upload" : "Качване", "An error occurred while trying to update the tags" : "Възникна грешка при опита за промяна на етикети", - "A new file or folder has been <strong>created</strong>" : "<strong>Създаване</strong> на нов файл / папка", - "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Промяна</strong> или <strong>преименуване</strong> на файл / папка", - "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Изпращай известия само при създаване / промяна на <strong>любими файлове</strong> <em>(Само за потока)</em>", - "A file or folder has been <strong>deleted</strong>" : "<strong>Изтриване</strong> на файл / папка", - "A file or folder has been <strong>restored</strong>" : "<strong>Възстановяване</strong> на на файл / папка", + "Changed by %2$s" : "Променен от %2$s", + "Deleted by %2$s" : "Изтрит от %2$s", + "Restored by %2$s" : "Възстанвен от %2$s", + "Renamed by %2$s" : "Преимеуван от %2$s", + "Moved by %2$s" : "Преместен от %2$s", "You created %1$s" : "Вие създадохте %1$s", "%2$s created %1$s" : "%2$s създаде %1$s", "%1$s was created in a public folder" : "%1$s е създаден в публична папка", @@ -85,11 +85,9 @@ OC.L10N.register( "%2$s renamed %3$s to %1$s" : "%2$s преименува %3$s на %1$s", "You moved %2$s to %1$s" : "Вие преместихте %2$s в %1$s", "%2$s moved %3$s to %1$s" : "%2$s премести %3$s в %1$s", - "Changed by %2$s" : "Променен от %2$s", - "Deleted by %2$s" : "Изтрит от %2$s", - "Restored by %2$s" : "Възстанвен от %2$s", - "Renamed by %2$s" : "Преимеуван от %2$s", - "Moved by %2$s" : "Преместен от %2$s", + "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "<strong>Промяна</strong> или <strong>преименуване</strong> на файл / папка", + "A new file or folder has been <strong>created</strong>" : "<strong>Създаване</strong> на нов файл / папка", + "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Изпращай известия само при създаване / промяна на <strong>любими файлове</strong> <em>(Само за потока)</em>", "Upload (max. %s)" : "Качи (макс. %s)", "File handling" : "Операция с файла", "Maximum upload size" : "Максимален размер", @@ -137,6 +135,8 @@ OC.L10N.register( "No entries in this folder match '{filter}'" : "Нищо в тази папка не пасва на '{filter}'", "{newname} already exists" : "{newname} вече съществува", "A file or folder has been <strong>changed</strong>" : "<strong>Промяна</strong> на файл / папка", + "A file or folder has been <strong>deleted</strong>" : "<strong>Изтриване</strong> на файл / папка", + "A file or folder has been <strong>restored</strong>" : "<strong>Възстановяване</strong> на на файл / папка", "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via WebDAV</a>" : "Ползвайте следния адрес <a href=\"%s\" target=\"_blank\">за да достъпите файловете чрез WebDAV</a>", "Cancel upload" : "Прекрати качването" }, |