diff --git a/l10n/ga.js b/l10n/ga.js index f6a30693c..36a517af0 100644 --- a/l10n/ga.js +++ b/l10n/ga.js @@ -1,6 +1,8 @@ OC.L10N.register( "deck", { + "Deck" : "Deic", + "Personal" : "Pearsanta", "The file was uploaded" : "Uaslódáladh an comhad", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML", diff --git a/l10n/ga.json b/l10n/ga.json index fc9737b94..aa369dd64 100644 --- a/l10n/ga.json +++ b/l10n/ga.json @@ -1,4 +1,6 @@ { "translations": { + "Deck" : "Deic", + "Personal" : "Pearsanta", "The file was uploaded" : "Uaslódáladh an comhad", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Sáraíonn an comhad uaslódáilte an treoir upload_max_filesize i php.ini", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Sáraíonn an comhad uaslódáilte an treoir MAX_FILE_SIZE a sonraíodh san fhoirm HTML", diff --git a/l10n/lv.js b/l10n/lv.js index 9b019a1c4..df3154501 100644 --- a/l10n/lv.js +++ b/l10n/lv.js @@ -6,9 +6,14 @@ OC.L10N.register( "Later" : "Vēlāk", "copy" : "kopēt", "Done" : "Pabeigts", + "The file was uploaded" : "Datne tika augšupielādēta", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Augšupielādētā datne pārsniedz php.ini norādīto upload_max_filesize vērtību", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā", + "The file was only partially uploaded" : "Datne tika augšupielādēta tikai daļēji", "No file was uploaded" : "Neviena datne netika augšupielādēta", "Missing a temporary folder" : "Trūkst pagaidu mapes", + "Could not write file to disk" : "Nevarēja ierakstīt datni diskā", + "A PHP extension stopped the file upload" : "PHP paplašinājums apturēja datnes augšupielādi", "Invalid date, date format must be YYYY-MM-DD" : "Nederīgs datums, datuma formātam jābūt YYYY-MM-DD", "Cancel" : "Atcelt", "File already exists" : "Datne jau pastāv", diff --git a/l10n/lv.json b/l10n/lv.json index 86fdb591b..f64382642 100644 --- a/l10n/lv.json +++ b/l10n/lv.json @@ -4,9 +4,14 @@ "Later" : "Vēlāk", "copy" : "kopēt", "Done" : "Pabeigts", + "The file was uploaded" : "Datne tika augšupielādēta", + "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Augšupielādētā datne pārsniedz php.ini norādīto upload_max_filesize vērtību", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Augšupielādētā datne pārsniedz MAX_FILE_SIZE norādi, kas ir norādīta HTML formā", + "The file was only partially uploaded" : "Datne tika augšupielādēta tikai daļēji", "No file was uploaded" : "Neviena datne netika augšupielādēta", "Missing a temporary folder" : "Trūkst pagaidu mapes", + "Could not write file to disk" : "Nevarēja ierakstīt datni diskā", + "A PHP extension stopped the file upload" : "PHP paplašinājums apturēja datnes augšupielādi", "Invalid date, date format must be YYYY-MM-DD" : "Nederīgs datums, datuma formātam jābūt YYYY-MM-DD", "Cancel" : "Atcelt", "File already exists" : "Datne jau pastāv",