@@ -6,6 +6,10 @@ export const en_EN = {
66 LBL_STATUS : '{0} directories, {1} files, {2} bytes total' ,
77 LBL_DATE : 'Date' , // FIXME: Move to client
88 LBL_LOADING : 'Loading {0}' ,
9+ DIALOG_MKDIR_MESSAGE : 'Create new directory' ,
10+ DIALOG_MKDIR_PLACEHOLDER : 'New directory' ,
11+ DIALOG_RENAME_MESSAGE : 'Rename {0} ?' ,
12+ DIALOG_DELETE_MESSAGE : 'Delete {0} ?' ,
913 MSG_ERROR : 'An error occured' ,
1014 MSG_UPLOAD_ERROR : 'Failed to upload file(s)' ,
1115 MSG_READDIR_ERROR : 'An error occured while reading directory: {0}' ,
@@ -23,6 +27,10 @@ export const nb_NO = {
2327 LBL_STATUS : '{0} mapper, {1} filer, {2} bytes totalt' ,
2428 LBL_DATE : 'Dato' ,
2529 LBL_LOADING : 'Laster {0}' ,
30+ DIALOG_MKDIR_MESSAGE : 'Lag ny mappe' ,
31+ DIALOG_MKDIR_PLACEHOLDER : 'Ny mappe' ,
32+ DIALOG_RENAME_MESSAGE : 'Omdøpe {0} ?' ,
33+ DIALOG_DELETE_MESSAGE : 'Slette {0} ?' ,
2634 MSG_ERROR : 'En feil oppstod' ,
2735 MSG_UPLOAD_ERROR : 'Feil under opplasting av fil(er)' ,
2836 MSG_READDIR_ERROR : 'En feil oppstod under lesing av mappe: {0}' ,
0 commit comments