diff --git a/l10n/af.js b/l10n/af.js index 65ce67def..938b1afae 100644 --- a/l10n/af.js +++ b/l10n/af.js @@ -2,6 +2,7 @@ OC.L10N.register( "deck", { "Personal" : "Persoonlik", + "Later" : "Later", "copy" : "kopie", "Done" : "Gereed", "The file was uploaded" : "Die lêer is opgelaai", diff --git a/l10n/af.json b/l10n/af.json index dd8003142..aeb23a614 100644 --- a/l10n/af.json +++ b/l10n/af.json @@ -1,5 +1,6 @@ { "translations": { "Personal" : "Persoonlik", + "Later" : "Later", "copy" : "kopie", "Done" : "Gereed", "The file was uploaded" : "Die lêer is opgelaai", diff --git a/l10n/et_EE.js b/l10n/et_EE.js index c5e304bf4..fe84e922d 100644 --- a/l10n/et_EE.js +++ b/l10n/et_EE.js @@ -14,6 +14,7 @@ OC.L10N.register( "Missing a temporary folder" : "Ajutine kausta on puudu", "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", + "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", "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 cc6d4b9bc..b79a1331c 100644 --- a/l10n/et_EE.json +++ b/l10n/et_EE.json @@ -12,6 +12,7 @@ "Missing a temporary folder" : "Ajutine kausta on puudu", "Could not write file to disk" : "Faili kirjutamine kettale ebaõnnestus", "A PHP extension stopped the file upload" : "PHP laiendus peatas faili üleslaadimise", + "No file uploaded or file size exceeds maximum of %s" : "Faili ei laaditud üles või selle suurus ületab maksimaalse %s", "Invalid date, date format must be YYYY-MM-DD" : "Vigane kuupäev, formaat peab olema YYYY-MM-DD", "Cancel" : "Loobu", "Close" : "Sulge",