diff options
Diffstat (limited to 'apps/files_sharing/l10n/lv.php')
-rw-r--r-- | apps/files_sharing/l10n/lv.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/l10n/lv.php b/apps/files_sharing/l10n/lv.php index 7822fe24909..834d7c17211 100644 --- a/apps/files_sharing/l10n/lv.php +++ b/apps/files_sharing/l10n/lv.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"Shared by {owner}" => "Dalījās {owner}", "Password" => "Parole" ); $PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);"; |