17 lines
1.7 KiB
PHP
17 lines
1.7 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Please switch to your ownCloud client and change your encryption password to complete the conversion." => "Lūdzu, pārslēdzieties uz savu ownCloud klientu un maniet savu šifrēšanas paroli, lai pabeigtu pārveidošanu.",
|
|
"switched to client side encryption" => "Pārslēdzās uz klienta puses šifrēšanu",
|
|
"Change encryption password to login password" => "Mainīt šifrēšanas paroli uz ierakstīšanās paroli",
|
|
"Please check your passwords and try again." => "Lūdzu, pārbaudiet savas paroles un mēģiniet vēlreiz.",
|
|
"Could not change your file encryption password to your login password" => "Nevarēja mainīt datņu šifrēšanas paroli uz ierakstīšanās paroli",
|
|
"Choose encryption mode:" => "Izvēlieties šifrēšanas režīmu:",
|
|
"Client side encryption (most secure but makes it impossible to access your data from the web interface)" => "Klienta puses šifrēšana (visdrošākā, bet nav iespējams piekļūt saviem datiem no tīmekļa saskarnes)",
|
|
"Server side encryption (allows you to access your files from the web interface and the desktop client)" => "Servera puses šifrēšana (ļauj piekļūt datnēm ar tīmekļa saskarni un ar darbvirsmas klientu)",
|
|
"None (no encryption at all)" => "Nav (nekādas šifrēšanas)",
|
|
"Important: Once you selected an encryption mode there is no way to change it back" => "Svarīgi — kad esat izvēlējies šifrēšanas režīmu, to nekādi nevar mainīt atpakaļ",
|
|
"User specific (let the user decide)" => "Lietotājam specifiski (ļauj lietotājam izlemt)",
|
|
"Encryption" => "Šifrēšana",
|
|
"Exclude the following file types from encryption" => "Sekojošos datņu tipus nešifrēt",
|
|
"None" => "Nav"
|
|
);
|