diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-15 04:53:54 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-08-15 04:53:54 -0400 |
commit | 680ac48856a4fff2445f0be3707d846b46ae670c (patch) | |
tree | d3a548cdc624d55ab79562174070868594e7cc92 /apps/files/l10n/lt_LT.php | |
parent | de89c31f5a63f399151093aa8e29715e7be24e82 (diff) | |
download | nextcloud-server-680ac48856a4fff2445f0be3707d846b46ae670c.tar.gz nextcloud-server-680ac48856a4fff2445f0be3707d846b46ae670c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/lt_LT.php')
-rw-r--r-- | apps/files/l10n/lt_LT.php | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/apps/files/l10n/lt_LT.php b/apps/files/l10n/lt_LT.php index c2d0fee6e6e..9580e64fda9 100644 --- a/apps/files/l10n/lt_LT.php +++ b/apps/files/l10n/lt_LT.php @@ -32,7 +32,7 @@ $TRANSLATIONS = array( "replaced {new_name} with {old_name}" => "pakeiskite {new_name} į {old_name}", "undo" => "anuliuoti", "perform delete operation" => "ištrinti", -"1 file uploading" => "įkeliamas 1 failas", +"_Uploading %n file_::_Uploading %n files_" => array(,), "files uploading" => "įkeliami failai", "'.' is an invalid file name." => "'.' yra neleidžiamas failo pavadinime.", "File name cannot be empty." => "Failo pavadinimas negali būti tuščias.", @@ -44,10 +44,8 @@ $TRANSLATIONS = array( "Name" => "Pavadinimas", "Size" => "Dydis", "Modified" => "Pakeista", -"1 folder" => "1 aplankalas", -"{count} folders" => "{count} aplankalai", -"1 file" => "1 failas", -"{count} files" => "{count} failai", +"_%n folder_::_%n folders_" => array(,), +"_%n file_::_%n files_" => array(,), "Upload" => "Įkelti", "File handling" => "Failų tvarkymas", "Maximum upload size" => "Maksimalus įkeliamo failo dydis", |