diff options
author | kondou <kondou@ts.unde.re> | 2013-09-02 07:58:06 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-09-02 07:58:06 +0200 |
commit | e5fc7b9dbeb01ac116bb132903c562c8f7d3c5b3 (patch) | |
tree | b7d8d913cdf7f4d1ce42f3027918ad0f5fbe5c3b /settings/l10n/lv.php | |
parent | 8dd93c8c0288a11f04816bea2a58aee661ef9e97 (diff) | |
parent | f038cb9aea7c9a1513ab14d0df002773b17d5333 (diff) | |
download | nextcloud-server-e5fc7b9dbeb01ac116bb132903c562c8f7d3c5b3.tar.gz nextcloud-server-e5fc7b9dbeb01ac116bb132903c562c8f7d3c5b3.zip |
Merge branch 'master' into clean_up_util
Conflicts:
lib/base.php
Diffstat (limited to 'settings/l10n/lv.php')
-rw-r--r-- | settings/l10n/lv.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/settings/l10n/lv.php b/settings/l10n/lv.php index 57b9f654c19..66e34f11e6c 100644 --- a/settings/l10n/lv.php +++ b/settings/l10n/lv.php @@ -6,7 +6,6 @@ $TRANSLATIONS = array( "Unable to change display name" => "Nevarēja mainīt redzamo vārdu", "Group already exists" => "Grupa jau eksistē", "Unable to add group" => "Nevar pievienot grupu", -"Could not enable app. " => "Nevarēja aktivēt lietotni.", "Email saved" => "E-pasts tika saglabāts", "Invalid email" => "Nederīgs epasts", "Unable to delete group" => "Nevar izdzēst grupu", @@ -21,10 +20,12 @@ $TRANSLATIONS = array( "Disable" => "Deaktivēt", "Enable" => "Aktivēt", "Please wait...." => "Lūdzu, uzgaidiet....", -"Error" => "Kļūda", "Updating...." => "Atjaunina....", "Error while updating app" => "Kļūda, atjauninot lietotni", +"Error" => "Kļūda", +"Update" => "Atjaunināt", "Updated" => "Atjaunināta", +"Decrypting files... Please wait, this can take some time." => "Atšifrēju failus... Uzgaidiet tas var ilgt kādu laiku.", "Saving..." => "Saglabā...", "deleted" => "izdzests", "undo" => "atsaukt", @@ -78,7 +79,6 @@ $TRANSLATIONS = array( "Select an App" => "Izvēlies lietotni", "See application page at apps.owncloud.com" => "Apskati lietotņu lapu — apps.owncloud.com", "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" => "<span class=\"licence\"></span>-licencēts no <span class=\"author\"></span>", -"Update" => "Atjaunināt", "User Documentation" => "Lietotāja dokumentācija", "Administrator Documentation" => "Administratora dokumentācija", "Online Documentation" => "Tiešsaistes dokumentācija", @@ -102,6 +102,10 @@ $TRANSLATIONS = array( "Help translate" => "Palīdzi tulkot", "WebDAV" => "WebDAV", "Use this address to <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">access your Files via WebDAV</a>" => "Lietojiet šo adresi <a href=\"%s/server/5.0/user_manual/files/files.html\" target=\"_blank\">lai piekļūtu saviem failiem ar WebDAV</a>", +"Encryption" => "Šifrēšana", +"The encryption app is no longer enabled, decrypt all your file" => "Šifrēšanas lietotne ir atslēgta, atšifrējiet visus jūsu failus", +"Log-in password" => "Pieslēgšanās parole", +"Decrypt all Files" => "Atšifrēt visus failus", "Login Name" => "Ierakstīšanās vārds", "Create" => "Izveidot", "Admin Recovery Password" => "Administratora atgūšanas parole", |