diff options
Diffstat (limited to 'core/l10n/lv.js')
-rw-r--r-- | core/l10n/lv.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/lv.js b/core/l10n/lv.js index 3c4bafdb527..946edc3ac37 100644 --- a/core/l10n/lv.js +++ b/core/l10n/lv.js @@ -5,6 +5,9 @@ OC.L10N.register( "File is too big" : "Datne ir par lielu", "The selected file is not an image." : "Atlasītā datne nav attēls.", "The selected file cannot be read." : "Atlasīto datni nevar nolasīt.", + "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ā", + "No file was uploaded" : "Neviena datne netika augšupielādēta", + "Missing a temporary folder" : "Trūkst pagaidu mapes", "Invalid file provided" : "Norādīta nederīga datne", "No image or file provided" : "Nav norādīts attēls vai datne", "Unknown filetype" : "Nezināms datnes tips", @@ -183,6 +186,7 @@ OC.L10N.register( "Access forbidden" : "Pieeja ir liegta", "File not found" : "Datne nav atrasta", "Error" : "Kļūda", + "Previous" : "Iepriekšējā", "Internal Server Error" : "Iekšēja servera kļūda", "The server was unable to complete your request." : "Serveris nevarēja izpildīt tavu pieprasījumu.", "More details can be found in the server log." : "Sīkāka informācija atrodama servera žurnāla datnē.", @@ -223,6 +227,7 @@ OC.L10N.register( "Grant access" : "Piešķirt pieeju", "This share is password-protected" : "Šī koplietotne ir aizsargāta ar paroli", "The password is wrong. Try again." : "Nepareiza parole. Mēģiniet vēlreiz.", + "Request password" : "Pieprasīt paroli", "Two-factor authentication" : "Divpakāpju autentifikācija", "Use backup code" : "Izmantojiet dublēšanas kodu", "Cancel login" : "Atcelt pieteikšanos", |