diff options
Diffstat (limited to 'apps/files_sharing/l10n')
-rw-r--r-- | apps/files_sharing/l10n/bg.js | 5 | ||||
-rw-r--r-- | apps/files_sharing/l10n/bg.json | 5 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hu.js | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/hu.json | 3 |
4 files changed, 14 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/bg.js b/apps/files_sharing/l10n/bg.js index 4c10fa4a42d..63909c874a1 100644 --- a/apps/files_sharing/l10n/bg.js +++ b/apps/files_sharing/l10n/bg.js @@ -31,12 +31,14 @@ OC.L10N.register( "Downloaded by {email}" : "Изтеглен от {email}", "Shared as public link" : "Споделено с публична връзка", "Removed public link" : "Премахни публичната връзка", + "You shared {file} as public link" : "Споделихте {file} публична връзка", "You removed public link for {file}" : "Премахнахте публична връзка към файла {file}", "Shared with {user}" : "Споделен с {user}", "{actor} shared with {user}" : "{actor} сподели с {user}", "Shared by {actor}" : "Споделено от {actor}", - "You shared {file} with {user}" : "Вие споделихте {file} с {user}", + "You shared {file} with {user}" : "Споделихте {file} с {user}", "{actor} shared {file} with you" : "{actor} сподели {file} с вас", + "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "<strong>Сваляне</strong>на файл, споделен чрез имейл или публична връзка", "A file or folder was shared from <strong>another server</strong>" : "Споделяне на файл / папка с <strong>друг сървър</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Споделяне</strong> на файл / папка", "Please specify a file or folder path" : "Моля въведете път до файл или папка", @@ -60,6 +62,7 @@ OC.L10N.register( "the link expired" : "валидността на връзката е изтекла", "sharing is disabled" : "споделянето е изключено", "For more info, please ask the person who sent this link." : "За допълнителна информация, моля питай човека, който е изпратил връзката.", + "Toggle grid view" : "Превключи решетъчния изглед", "Download %s" : "Изтегли %s", "Select or drop files" : "Изберете файл или преместете с мишката", "Uploading files…" : "Качване на файлове…", diff --git a/apps/files_sharing/l10n/bg.json b/apps/files_sharing/l10n/bg.json index 18841f31285..f326e34b73c 100644 --- a/apps/files_sharing/l10n/bg.json +++ b/apps/files_sharing/l10n/bg.json @@ -29,12 +29,14 @@ "Downloaded by {email}" : "Изтеглен от {email}", "Shared as public link" : "Споделено с публична връзка", "Removed public link" : "Премахни публичната връзка", + "You shared {file} as public link" : "Споделихте {file} публична връзка", "You removed public link for {file}" : "Премахнахте публична връзка към файла {file}", "Shared with {user}" : "Споделен с {user}", "{actor} shared with {user}" : "{actor} сподели с {user}", "Shared by {actor}" : "Споделено от {actor}", - "You shared {file} with {user}" : "Вие споделихте {file} с {user}", + "You shared {file} with {user}" : "Споделихте {file} с {user}", "{actor} shared {file} with you" : "{actor} сподели {file} с вас", + "A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "<strong>Сваляне</strong>на файл, споделен чрез имейл или публична връзка", "A file or folder was shared from <strong>another server</strong>" : "Споделяне на файл / папка с <strong>друг сървър</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Споделяне</strong> на файл / папка", "Please specify a file or folder path" : "Моля въведете път до файл или папка", @@ -58,6 +60,7 @@ "the link expired" : "валидността на връзката е изтекла", "sharing is disabled" : "споделянето е изключено", "For more info, please ask the person who sent this link." : "За допълнителна информация, моля питай човека, който е изпратил връзката.", + "Toggle grid view" : "Превключи решетъчния изглед", "Download %s" : "Изтегли %s", "Select or drop files" : "Изберете файл или преместете с мишката", "Uploading files…" : "Качване на файлове…", diff --git a/apps/files_sharing/l10n/hu.js b/apps/files_sharing/l10n/hu.js index e32a594990d..4afc03d6065 100644 --- a/apps/files_sharing/l10n/hu.js +++ b/apps/files_sharing/l10n/hu.js @@ -63,12 +63,15 @@ OC.L10N.register( "{user} unshared {file} from you" : "{user} visszavonta tőled {file} megosztását", "Shared with {user}" : "Megosztva vele: {user}", "Removed share for {user}" : "{user} megosztása eltávolítva", + "You removed yourself" : "Eltávolítottad magadat", + "{actor} removed themselves" : "{actor} eltávolították magukat", "{actor} shared with {user}" : "{actor} megosztotta vele: {user}", "{actor} removed share for {user}" : "{actor} eltávolította {user} megosztását", "Shared by {actor}" : "Megosztotta: {actor}", "{actor} removed share" : "{actor} eltávolította a megosztást", "You shared {file} with {user}" : "Megosztottad ezt: {file} vele: {user}", "You removed {user} from {file}" : "Eltávolítottad ezt: {user} tőle: {file}", + "{actor} removed themselves from {file}" : "{actor} eltávolították magukat a {file}-ból", "{actor} shared {file} with {user}" : "{actor} megosztotta ezt: {file} vele: {user}", "{actor} removed {user} from {file}" : "{actor} eltávolította ezt: {user} innen: {file}", "{actor} shared {file} with you" : "{actor} megosztotta veled ezt: {file}", diff --git a/apps/files_sharing/l10n/hu.json b/apps/files_sharing/l10n/hu.json index 4414b097d3a..86ba10c68af 100644 --- a/apps/files_sharing/l10n/hu.json +++ b/apps/files_sharing/l10n/hu.json @@ -61,12 +61,15 @@ "{user} unshared {file} from you" : "{user} visszavonta tőled {file} megosztását", "Shared with {user}" : "Megosztva vele: {user}", "Removed share for {user}" : "{user} megosztása eltávolítva", + "You removed yourself" : "Eltávolítottad magadat", + "{actor} removed themselves" : "{actor} eltávolították magukat", "{actor} shared with {user}" : "{actor} megosztotta vele: {user}", "{actor} removed share for {user}" : "{actor} eltávolította {user} megosztását", "Shared by {actor}" : "Megosztotta: {actor}", "{actor} removed share" : "{actor} eltávolította a megosztást", "You shared {file} with {user}" : "Megosztottad ezt: {file} vele: {user}", "You removed {user} from {file}" : "Eltávolítottad ezt: {user} tőle: {file}", + "{actor} removed themselves from {file}" : "{actor} eltávolították magukat a {file}-ból", "{actor} shared {file} with {user}" : "{actor} megosztotta ezt: {file} vele: {user}", "{actor} removed {user} from {file}" : "{actor} eltávolította ezt: {user} innen: {file}", "{actor} shared {file} with you" : "{actor} megosztotta veled ezt: {file}", |