diff options
Diffstat (limited to 'apps/files_sharing/l10n/lv.js')
-rw-r--r-- | apps/files_sharing/l10n/lv.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_sharing/l10n/lv.js b/apps/files_sharing/l10n/lv.js index 13f168ae8b5..5c418873fcb 100644 --- a/apps/files_sharing/l10n/lv.js +++ b/apps/files_sharing/l10n/lv.js @@ -57,9 +57,6 @@ OC.L10N.register( "Direct link" : "Tiešā saite", "Add to your Nextcloud" : "Pievienot savam Nextcloud", "Share API is disabled" : "Koplietošanas API ir atslēgta", - "This share is password-protected" : "Šī koplietotne ir aizsargāta ar paroli", - "The password is wrong. Try again." : "Nepareiza parole. Mēģiniet vēlreiz.", - "Password" : "Parole", "No entries found in this folder" : "Šajā mapē nekas nav atrasts", "Name" : "Nosaukums", "Share time" : "Koplietošanas laiks", @@ -73,6 +70,9 @@ OC.L10N.register( "Download %s" : "Lejupielādēt %s", "Uploading files…" : "Augšupielādē datnes", "Uploaded files:" : "Augšupielādēti faili:", - "{actor} removed you from {file}" : "{actor} noņēma jūs no {file}" + "{actor} removed you from {file}" : "{actor} noņēma jūs no {file}", + "This share is password-protected" : "Šī koplietotne ir aizsargāta ar paroli", + "The password is wrong. Try again." : "Nepareiza parole. Mēģiniet vēlreiz.", + "Password" : "Parole" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |