diff options
Diffstat (limited to 'apps/files/l10n/hu.js')
-rw-r--r-- | apps/files/l10n/hu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index cfb18d4bed8..3407f6bafa3 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -77,8 +77,6 @@ OC.L10N.register( "\"{name}\" is not an allowed filetype" : "\"{name}\" nem engedélyetett fájltípus", "Storage of {owner} is full, files can not be updated or synced anymore!" : "A {owner} felhasználó tárolója betelt, a fájlok nem frissíthetők és szinkronizálhatók többet!", "Your storage is full, files can not be updated or synced anymore!" : "A tároló tele van, a fájlok nem frissíthetőek vagy szinkronizálhatóak a jövőben.", - "Storage of {owner} is almost full ({usedSpacePercent}%)" : "A {owner} felhasználó tárolója majdnem betelt ({usedSpacePercent}%)", - "Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)", "_matches '{filter}'_::_match '{filter}'_" : ["egyezés '{filter}'","egyezés '{filter}'"], "View in folder" : "Megtekintés mappában", "Copied!" : "Másolva!", @@ -161,6 +159,8 @@ OC.L10N.register( "Text file" : "Szövegfájl", "New text file.txt" : "Új szöveges fájl.txt", "Unshare" : "Megosztás visszavonása", + "Storage of {owner} is almost full ({usedSpacePercent}%)" : "A {owner} felhasználó tárolója majdnem betelt ({usedSpacePercent}%)", + "Your storage is almost full ({usedSpacePercent}%)" : "A tároló majdnem tele van ({usedSpacePercent}%)", "A file or folder has been <strong>changed</strong> or <strong>renamed</strong>" : "A fájl vagy mappa <strong>megváltozott</strong> vagy <strong>át lett nevezve</strong>", "A new file or folder has been <strong>created</strong>" : "Új fájl vagy mappa <strong>létrehozva</strong>", "A file or folder has been <strong>deleted</strong>" : "Fájl vagy mappa <strong>törölve</strong>", |