diff --git a/l10n/et_EE.js b/l10n/et_EE.js index 29b7f38f9..4972c3f81 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -5,10 +5,13 @@ OC.L10N.register( "Finished" : "Lõpetatud", "Later" : "Hiljem", "Done" : "Valmis", + "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", + "The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt", "No file was uploaded" : "Ühtegi faili ei latud üles", "Missing a temporary folder" : "Ajutine kausta on puudu", + "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Cancel" : "Loobu", "Close" : "Sulge", diff --git a/l10n/et_EE.json b/l10n/et_EE.json index 07ba750d6..f86655dba 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -3,10 +3,13 @@ "Finished" : "Lõpetatud", "Later" : "Hiljem", "Done" : "Valmis", + "The file was uploaded" : "Fail laaditi üles", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Üleslaetud fail on suurem, kui php.ini failis määratud upload_max_filesize", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Üleslaetud fail on suurem, kui MAX_FILE_SIZE atribuut, mis seadistati HTML vormis", + "The file was only partially uploaded" : "Fail laaditi üles ainult osaliselt", "No file was uploaded" : "Ühtegi faili ei latud üles", "Missing a temporary folder" : "Ajutine kausta on puudu", + "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Cancel" : "Loobu", "Close" : "Sulge", diff --git a/l10n/nb.js b/l10n/nb.js index ab951b0d5..0ea4e34e7 100644 --- a/l10n/nb.js +++ b/l10n/nb.js @@ -139,6 +139,7 @@ OC.L10N.register( "Archive board" : "Arkiver tavle", "No notifications" : "Ingen varsler", "Delete board" : "Slett tavle", + "No reminder" : "Ingen varsel", "An error occurred" : "En feil oppstod", "Link to a board" : "Lenke til tavle", "Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet", diff --git a/l10n/nb.json b/l10n/nb.json index 7d2bf0321..d57d1f621 100644 --- a/l10n/nb.json +++ b/l10n/nb.json @@ -137,6 +137,7 @@ "Archive board" : "Arkiver tavle", "No notifications" : "Ingen varsler", "Delete board" : "Slett tavle", + "No reminder" : "Ingen varsel", "An error occurred" : "En feil oppstod", "Link to a board" : "Lenke til tavle", "Maximum file size of {size} exceeded" : "Maksimal størrelse for filer på {size} er overskredet",