diff options
Diffstat (limited to 'apps/encryption/l10n/lv.js')
-rw-r--r-- | apps/encryption/l10n/lv.js | 36 |
1 files changed, 33 insertions, 3 deletions
diff --git a/apps/encryption/l10n/lv.js b/apps/encryption/l10n/lv.js index 965029639c0..8d334602392 100644 --- a/apps/encryption/l10n/lv.js +++ b/apps/encryption/l10n/lv.js @@ -1,8 +1,38 @@ OC.L10N.register( "encryption", { - "Invalid private key for Encryption App. Please update your private key password in your personal settings to recover access to your encrypted files." : "Šifrēšanas lietotnei nepareiza privātā atslēga. Lūdzu atjaunojiet savu privāto atslēgu personīgo uzstādījumu sadaļā, lai atjaunot pieeju šifrētajiem failiem.", - "Encryption App is enabled but your keys are not initialized, please log-out and log-in again" : "Šifrēšanas lietotnes ir pieslēgta, bet šifrēšanas atslēgas nav uzstādītas. Lūdzu izejiet no sistēmas un ieejiet sistēmā atpakaļ.", - "Enabled" : "Pievienots" + "Missing recovery key password" : "Pazudusi atkopšanas atslēgas parole", + "Please repeat the recovery key password" : "Lūdzu atkārtot atgūšanas atslēgas paroli", + "Repeated recovery key password does not match the provided recovery key password" : "Atkārtota atkopšanas atslēgas parole nesakrīt ar izsniegto atkopšanas atslēgu paroli", + "Recovery key successfully enabled" : "Atkopšanas atslēga ir veiksmīgi iespējota", + "Could not enable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja iespējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", + "Recovery key successfully disabled" : "Atkopšanas atslēga ir veiksmīgi deaktivizēta", + "Could not disable recovery key. Please check your recovery key password!" : "Atkopšanas atslēgu nevarēja atspējot. Lūdzu, pārbaudiet atkopšanas atslēgas paroli!", + "Missing parameters" : "Trūkstošos parametrs", + "Please provide the old recovery password" : "Lūdzu, norādiet iepriekšējo atkopšanas paroli", + "Please provide a new recovery password" : "Lūdzu, ievadiet jaunu paroli", + "Please repeat the new recovery password" : "Lūdzu, atkārtojiet jauno atkopšanas paroli", + "Password successfully changed." : "Parole veiksmīgi nomainīta.", + "Could not change the password. Maybe the old password was not correct." : "Nevarēja mainīt paroli. Varbūt vecā parole nav pareiza.", + "Recovery Key disabled" : "Atkopšanas atslēga deaktivizēta", + "Recovery Key enabled" : "Atkopšanas atslēga aktivizēta", + "Could not enable the recovery key, please try again or contact your administrator" : "Nevarēja iespējot atkopšanas atslēga, lūdzu, mēģiniet vēlreiz vai sazinieties ar administratoru", + "Could not update the private key password." : "Nevarēja atjaunināt privātās atslēgas paroli.", + "The old password was not correct, please try again." : "Vecā parole nav pareiza, lūdzu, mēģiniet vēlreiz.", + "The current log-in password was not correct, please try again." : "Pašreizējā pieteikšanās parole nebija pareiza, lūdzu, mēģiniet vēlreiz.", + "Private key password successfully updated." : "Privātās atslēgas parole ir veiksmīgi atjaunināta.", + "Encryption app is enabled and ready" : "Šifrēšanas lietotne ir iespējota un gatava", + "Bad Signature" : "Nederīgs paraksts", + "Missing Signature" : "Trūkst paraksta", + "The share will expire on %s." : "Koplietošana beigsies %s.", + "Cheers!" : "Priekā!", + "Change Password" : "Mainīt paroli", + "Your private key password no longer matches your log-in password." : "Jūsu privātās atslēgas parole vairs nesakrīt ar jūsu pieteikšanās paroli.", + "Set your old private key password to your current log-in password:" : "Iestatiet savu veco privātās atslēgas paroli uz pašreizējo pieteikšanās paroli:", + "Old log-in password" : "Vecā pieteikšanās parole", + "Current log-in password" : "Pašreizējā pieteikšanās parole", + "Enable password recovery:" : "Iespējot paroles atjaunošanu:", + "Enabled" : "Pievienots", + "Disabled" : "Atspējots" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |