diff options
Diffstat (limited to 'apps/settings/l10n/lv.js')
-rw-r--r-- | apps/settings/l10n/lv.js | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/apps/settings/l10n/lv.js b/apps/settings/l10n/lv.js index 76b1c93557b..967bbeaa175 100644 --- a/apps/settings/l10n/lv.js +++ b/apps/settings/l10n/lv.js @@ -44,9 +44,6 @@ OC.L10N.register( "Personal info" : "Personiskā informācija", "Email server" : "E-pasta serveris", "Security & setup warnings" : "Drošības un iestatījumu brīdinājumi", - "Create" : "Izveidot", - "Change" : "Mainīt", - "Delete" : "Dzēst", "Unlimited" : "Neierobežota", "Disabled" : "Atspējots", "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP nešķiet pareizi uzstādīts lai veiktu sistēmas vides mainīgo vaicājumus. Tests ar getenv(\"PATH\") atgriež tikai tukšu atbildi.", @@ -54,6 +51,14 @@ OC.L10N.register( "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Jūsu datubāze neiet ar \"READ COMMITED\" transakciju izolācijas līmeni. Tas var radīt problēmas kad vairākas darbības tiek veiktas pararēli.", "Nextcloud settings" : "Nextcloud iestatījumi", "None" : "Nav", + "Allow apps to use the Share API" : "Ļaut programmām izmantot koplietošanas API", + "Allow resharing" : "Atļaut atkārtotu koplietošanu", + "Allow sharing with groups" : "Atļaut koplietošanu ar grupām", + "Restrict users to only share with users in their groups" : "Ierobežot lietotājiem koplietot tikai ar lietotājiem savās grupās", + "Allow public uploads" : "Atļaut publisko augšupielādi", + "Enforce password protection" : "Ieviest paroles aizsardzību", + "Exclude groups from sharing" : "Izslēgt grupas no koplietošanas", + "Enforce expiration date" : "Uzspiest beigu termiņu", "Limit to groups" : "Grupu ierobežojums", "Save changes" : "Saglabāt izmaiņas", "All" : "Visi", @@ -115,6 +120,9 @@ OC.L10N.register( "Your phone number" : "Jūsu tālruņa numurs", "Your website" : "Jūsu mājaslapa", "Add" : "Pievienot", + "Create" : "Izveidot", + "Change" : "Mainīt", + "Delete" : "Dzēst", "Display name" : "Ekrāna vārds", "Email" : "E-pasts", "Quota" : "Apjoms", @@ -131,7 +139,6 @@ OC.L10N.register( "Active users" : "Aktīvie lietotāji", "Admins" : "Admins", "Group name" : "Grupas nosaukums", - "Not saved" : "Nav saglabāts", "Sending…" : "Sūta …", "Email sent" : "Vēstule nosūtīta", "Location" : "Vieta", @@ -160,25 +167,18 @@ OC.L10N.register( "SMTP Password" : "SMTP parole", "Save" : "Saglabāt", "All checks passed." : "Visas pārbaudes veiksmīgas.", - "Allow apps to use the Share API" : "Ļaut programmām izmantot koplietošanas API", - "Enforce expiration date" : "Uzspiest beigu termiņu", - "Allow public uploads" : "Atļaut publisko augšupielādi", - "Enforce password protection" : "Ieviest paroles aizsardzību", - "Set default expiration date" : "Iestatīt noklusējuma beigu datumu", - "Allow resharing" : "Atļaut atkārtotu koplietošanu", - "Allow sharing with groups" : "Atļaut koplietošanu ar grupām", - "Restrict users to only share with users in their groups" : "Ierobežot lietotājiem koplietot tikai ar lietotājiem savās grupās", - "Exclude groups from sharing" : "Izslēgt grupas no koplietošanas", "Developed by the {communityopen}Nextcloud community{linkclose}, the {githubopen}source code{linkclose} is licensed under the {licenseopen}AGPL{linkclose}." : "Izstrādātās {communityopen}Nextcloud kopiena {linkclose}, {githubopen} avota kods {linkclose} licencēts saskaņā ar {licenseopen}AGPL{linkclose}.", "png or jpg, max. 20 MB" : "png vai jpg, max. 20 MB", "Your email address" : "Jūsu e-pasta adrese", "Add group" : "Pievienot grupu", "Send email to new user" : "Sūtīt e-pastu jaunajam lietotājam", + "Not saved" : "Nav saglabāts", "Twitter" : "Twitter", "Plain" : "vienkāršs teksts", "NT LAN Manager" : "NT LAN Pārvaldnieks", "SSL/TLS" : "SSL/TLS", "STARTTLS" : "STARTTLS", - "Authentication method" : "Autentifikācijas metode" + "Authentication method" : "Autentifikācijas metode", + "Set default expiration date" : "Iestatīt noklusējuma beigu datumu" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |