diff options
Diffstat (limited to 'apps/files/l10n/sl.js')
-rw-r--r-- | apps/files/l10n/sl.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/files/l10n/sl.js b/apps/files/l10n/sl.js index c9415140183..92014718d8a 100644 --- a/apps/files/l10n/sl.js +++ b/apps/files/l10n/sl.js @@ -240,11 +240,8 @@ OC.L10N.register( "This operation is forbidden" : "To dejanje ni dovoljeno!", "This directory is unavailable, please check the logs or contact the administrator" : "Mapa ni na voljo. Preverite dnevnik in stopite v stik s skrbnikom sistema.", "Storage is temporarily not available" : "Shramba trenutno ni na voljo", - "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], - "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], - "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], - "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], - "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", + "_%n file_::_%n files_" : ["%n datoteka","%n datoteki","%n datoteke","%n datotek"], + "_%n folder_::_%n folders_" : ["%n mapa","%n mapi","%n mape","%n mape"], "Filename must not be empty." : "Ime datoteke ne sme biti prazno.", "No favorites yet" : "Ni še dodanih priljubljenih predmetov", "Files and folders you mark as favorite will show up here" : "Datoteke ali mape, ki so označene kot priljubljene, bodo zbrane na tem mestu.", @@ -310,8 +307,6 @@ OC.L10N.register( "Error deleting file \"{fileName}\"." : "Prišli je do napake med brisanjem datoteke »{fileName}«.", "No search results in other folders for {tag}{filter}{endtag}" : "Za iskalni niz {tag}{filter}{endtag} ni zadetkov v nobeni mapi", "Enter more than two characters to search in other folders" : "Vpišite več kot dva znaka za iskanje po drugih mapah", - "_%n folder_::_%n folders_" : ["%n mapa","%n mapi","%n mape","%n mape"], - "_%n file_::_%n files_" : ["%n datoteka","%n datoteki","%n datoteke","%n datotek"], "{dirs} and {files}" : "{dirs} in {files}", "_including %n hidden_::_including %n hidden_" : ["vključujoč %n skrito","vključujoč %n skriti","vključujoč %n skrite","vključujoč %n skritih"], "You do not have permission to upload or create files here" : "Ni ustreznih dovoljenja za pošiljanje ali ustvarjanje novih datotek", @@ -350,6 +345,11 @@ OC.L10N.register( "Edit file locally" : "Uredi datoteko krajevno", "Edit online" : "Uredi na spletu", "Create new templates folder" : "Ustvari novo začasno mapo", + "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} mapa","{folderCount} mapi","{folderCount} mape","{folderCount} map"], + "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} datoteka","{fileCount} datoteki","{fileCount} datoteke","{fileCount} datotek"], + "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 datoteka in {folderCount} mapa","1 datoteka in {folderCount} mapi","1 datoteka in {folderCount} mape","1 datoteka in {folderCount} map"], + "_{fileCount} file and 1 folder_::_{fileCount} files and 1 folder_" : ["{fileCount} datoteka in 1 mapa","{fileCount} datoteki in 1 mapa","{fileCount} datoteke in 1 mapa","{fileCount} datotek in 1 mapa"], + "{fileCount} files and {folderCount} folders" : "{fileCount} datotek in {folderCount} map", "List of favorites files and folders." : "Seznam priljubljenih datotek in map.", "Personal Files" : "Osebne datoteke", "Text file" : "Besedilna datoteka", |