diff options
Diffstat (limited to 'apps/files_external/l10n/lv.js')
-rw-r--r-- | apps/files_external/l10n/lv.js | 37 |
1 files changed, 19 insertions, 18 deletions
diff --git a/apps/files_external/l10n/lv.js b/apps/files_external/l10n/lv.js index 4a82a569a8f..2fc3b21fd72 100644 --- a/apps/files_external/l10n/lv.js +++ b/apps/files_external/l10n/lv.js @@ -1,15 +1,6 @@ OC.L10N.register( "files_external", { - "External storage" : "Ārējā krātuve", - "Personal" : "Personīgi", - "System" : "Sistēma", - "Grant access" : "Piešķirt pieeju", - "Error configuring OAuth1" : "Konfigurēšanas kļūda OAuth1", - "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu lietotnes atslēgu un noslēpumu.", - "Error configuring OAuth2" : "Konfigurēšanas kļūda OAuth2", - "Generate keys" : "Izveidot atslēgas", - "Error generating key pair" : "Kļūda, ģenerējot atslēgu pāri", "(Group)" : "(Grupa)", "Compatibility with Mac NFD encoding (slow)" : "Saderība ar Mac NFD kodēšanu (lēni)", "Enable encryption" : "Ieslēgt šifrēšanu", @@ -23,13 +14,6 @@ OC.L10N.register( "Saved" : "Saglabāts", "Saving …" : "Saglabā ...", "Save" : "Saglabāt", - "Empty response from the server" : "Tukša atbilde no servera", - "Couldn't get the information from the remote server: {code} {type}" : "Nevarējām iegūt informāciju no attālā servera: {code} {type}", - "There was an error with message: " : "Radās kļūda ar ziņu:", - "External mount error" : "Ārējā montēšanas kļūda", - "external-storage" : "ārējā krātuve", - "Username" : "Lietotājvārds", - "Password" : "Parole", "Invalid mount point" : "Nederīgs montēšanas punkts", "%s" : "%s", "Access key" : "Pieejas atslēga", @@ -39,6 +23,8 @@ OC.L10N.register( "App key" : "Lietotnes atslēga", "OAuth2" : "OAuth2", "Client ID" : "Klienta ID", + "Username" : "Lietotājvārds", + "Password" : "Parole", "Domain" : "Domain", "API key" : "API atslēga", "Username and password" : "Lietotājvārds un parole", @@ -66,9 +52,13 @@ OC.L10N.register( "Show hidden files" : "Rādīt slēptās datnes", "OpenStack Object Storage" : "OpenStack Object krātuve", "Service name" : "Servisa nosaukums", - "Name" : "Nosaukums", + "External storage" : "Ārējā krātuve", + "External mount error" : "Ārējā montēšanas kļūda", "Storage type" : "Krātuves tips", + "Unknown" : "Nezināms", "Scope" : "Darbības joma", + "Personal" : "Personīgi", + "System" : "Sistēma", "Open documentation" : "Atvērt dokumentāciju", "Folder name" : "Mapes nosaukums", "Authentication" : "Autentifikācija", @@ -76,6 +66,17 @@ OC.L10N.register( "Available for" : "Pieejams", "Add storage" : "Pievienot krātuvi", "Advanced settings" : "Paplašināti iestatījumi", - "Allow users to mount external storage" : "Atļaut lietotājiem uzstādīt ārējās krātuves" + "Allow users to mount external storage" : "Atļaut lietotājiem uzstādīt ārējās krātuves", + "Grant access" : "Piešķirt pieeju", + "Error configuring OAuth1" : "Konfigurēšanas kļūda OAuth1", + "Please provide a valid app key and secret." : "Lūdzu, norādiet derīgu lietotnes atslēgu un noslēpumu.", + "Error configuring OAuth2" : "Konfigurēšanas kļūda OAuth2", + "Generate keys" : "Izveidot atslēgas", + "Error generating key pair" : "Kļūda, ģenerējot atslēgu pāri", + "Empty response from the server" : "Tukša atbilde no servera", + "Couldn't get the information from the remote server: {code} {type}" : "Nevarējām iegūt informāciju no attālā servera: {code} {type}", + "There was an error with message: " : "Radās kļūda ar ziņu:", + "external-storage" : "ārējā krātuve", + "Name" : "Nosaukums" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |