diff options
Diffstat (limited to 'apps/files_sharing/l10n/lt_LT.php')
-rw-r--r-- | apps/files_sharing/l10n/lt_LT.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/lt_LT.php b/apps/files_sharing/l10n/lt_LT.php index 0f9347377c9..5d0e58e2fb2 100644 --- a/apps/files_sharing/l10n/lt_LT.php +++ b/apps/files_sharing/l10n/lt_LT.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Password" => "Slaptažodis", "Submit" => "Išsaugoti", "%s shared the folder %s with you" => "%s pasidalino su jumis %s aplanku", @@ -8,3 +9,4 @@ "Cancel upload" => "Atšaukti siuntimą", "No preview available for" => "Peržiūra nėra galima" ); +$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);"; |