diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-12 09:43:04 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2013-07-12 09:43:04 +0200 |
commit | 24b4806af4a9b485b4b9a772809d118e91c6d97f (patch) | |
tree | df5664782eefd384bd6ed3dc363a25575da89202 /apps/files_sharing/l10n/lt_LT.php | |
parent | 8793acfb4e751cfdb464d259de45249cec5d6398 (diff) | |
parent | 3abe68176ff09ca579ff9e5f15872fb5cab8ff4d (diff) | |
download | nextcloud-server-24b4806af4a9b485b4b9a772809d118e91c6d97f.tar.gz nextcloud-server-24b4806af4a9b485b4b9a772809d118e91c6d97f.zip |
Merge branch 'master' into googledrive
Diffstat (limited to 'apps/files_sharing/l10n/lt_LT.php')
-rw-r--r-- | apps/files_sharing/l10n/lt_LT.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/lt_LT.php b/apps/files_sharing/l10n/lt_LT.php index 96ab48cd2c5..0f9347377c9 100644 --- a/apps/files_sharing/l10n/lt_LT.php +++ b/apps/files_sharing/l10n/lt_LT.php @@ -1,6 +1,10 @@ <?php $TRANSLATIONS = array( "Password" => "Slaptažodis", "Submit" => "Išsaugoti", +"%s shared the folder %s with you" => "%s pasidalino su jumis %s aplanku", +"%s shared the file %s with you" => "%s pasidalino su jumis %s failu", "Download" => "Atsisiųsti", -"web services under your control" => "jūsų valdomos web paslaugos" +"Upload" => "Įkelti", +"Cancel upload" => "Atšaukti siuntimą", +"No preview available for" => "Peržiūra nėra galima" ); |