diff options
Diffstat (limited to 'apps/files_sharing/l10n/lv.js')
-rw-r--r-- | apps/files_sharing/l10n/lv.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/lv.js b/apps/files_sharing/l10n/lv.js index 7e128e1c774..13f168ae8b5 100644 --- a/apps/files_sharing/l10n/lv.js +++ b/apps/files_sharing/l10n/lv.js @@ -32,7 +32,6 @@ OC.L10N.register( "Shared by {actor}" : "Koplietoja {actor}", "{actor} removed {user} from {file}" : "{actor} noņemts {user} no {file}", "{actor} shared {file} with you" : "{actor} koplietots {file} ar jums", - "{actor} removed you from {file}" : "{actor} noņēma jūs no {file}", "A file or folder was shared from <strong>another server</strong>" : "Datne vai mape tika koplietota no <strong>cita servera</strong>", "A file or folder has been <strong>shared</strong>" : "<strong>Koplietota</strong> datne vai mape", "Wrong share ID, share doesn't exist" : "Nepareizs koplietošanas ID, koplietotne neeksistē", @@ -73,6 +72,7 @@ OC.L10N.register( "For more info, please ask the person who sent this link." : "Vairāk informācijas vaicā personai, kas nosūtīja šo saiti.", "Download %s" : "Lejupielādēt %s", "Uploading files…" : "Augšupielādē datnes", - "Uploaded files:" : "Augšupielādēti faili:" + "Uploaded files:" : "Augšupielādēti faili:", + "{actor} removed you from {file}" : "{actor} noņēma jūs no {file}" }, "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"); |