diff options
Diffstat (limited to 'apps/files/l10n/hu.js')
-rw-r--r-- | apps/files/l10n/hu.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/hu.js b/apps/files/l10n/hu.js index 15b3b68b482..f5387c65f47 100644 --- a/apps/files/l10n/hu.js +++ b/apps/files/l10n/hu.js @@ -310,11 +310,8 @@ OC.L10N.register( "This directory is unavailable, please check the logs or contact the administrator" : "Ez a könyvtár nem érhető el, nézze meg a naplófájlokat vagy lépjen kapcsolatba az adminisztrátorral", "Storage is temporarily not available" : "A tároló átmenetileg nem érhető el", "Unexpected error: {error}" : "Váratlan hiba: {error}", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fájl és {folderCount} mappa","1 fájl és {folderCount} mappa"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fájl és 1 mappa","{fileCount} fájl és 1 mappa"], - "{fileCount} files and {folderCount} folders" : "{fileCount} fájl és {folderCount} mappa", + "_%n file_::_%n files_" : ["%n fájl","%n fájl"], + "_%n folder_::_%n folders_" : ["%n mappa","%n mappa"], "Filename must not be empty." : "A fájlnév nem lehet üres.", "\"{char}\" is not allowed inside a filename." : "„{char}” nem szerepelhet a fájlnévben.", "\"{segment}\" is a reserved name and not allowed for filenames." : "A(z) „{segment}” egy fenntartott név és fájlnevek esetén nem engedélyezett.", @@ -388,8 +385,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Hiba történt a(z) „{fileName}” fájl törlése során.", "No search results in other folders for {tag}{filter}{endtag}" : "Ehhez nincsenek találatok más mappákban: {tag}{filter}{endtag}", "Enter more than two characters to search in other folders" : "Vigyen be legalább két karaktert a más mappákban való kereséshez", - "_%n folder_::_%n folders_" : ["%n mappa","%n mappa"], - "_%n file_::_%n files_" : ["%n fájl","%n fájl"], "{dirs} and {files}" : "{dirs} és {files}", "_including %n hidden_::_including %n hidden_" : ["köztük %n rejtett","köztük %n rejtett"], "You do not have permission to upload or create files here" : "Nincs jogosultsága fájlok ide feltöltéséhez vagy létrehozásához", @@ -428,6 +423,11 @@ OC.L10N.register( "Edit file locally" : "Fájl helyi szerkesztése", "Edit online" : "Online szerkesztés", "Create new templates folder" : "Új sablonmappa létrehozása", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mappa","{folderCount} mappa"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} fájl","{fileCount} fájl"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 fájl és {folderCount} mappa","1 fájl és {folderCount} mappa"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} fájl és 1 mappa","{fileCount} fájl és 1 mappa"], + "{fileCount} files and {folderCount} folders" : "{fileCount} fájl és {folderCount} mappa", "List of favorites files and folders." : "Kedvenc fájlok és mappák felsorolása.", "Personal Files" : "Személyes fájlok", "Text file" : "Szövegfájl", |