summaryrefslogtreecommitdiffstats
path: root/apps/files_versions
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-30 00:06:29 +0100
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-03-30 00:06:29 +0100
commit5e74ec26a89df22a487e1e11cb764e8d4b4e3d9c (patch)
tree322bef34a3890b8251c2d369502278a613810c81 /apps/files_versions
parent86ac30c596868b581d0d1f103807ab48cac0041a (diff)
downloadnextcloud-server-5e74ec26a89df22a487e1e11cb764e8d4b4e3d9c.tar.gz
nextcloud-server-5e74ec26a89df22a487e1e11cb764e8d4b4e3d9c.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_versions')
-rw-r--r--apps/files_versions/l10n/lt_LT.php12
1 files changed, 9 insertions, 3 deletions
diff --git a/apps/files_versions/l10n/lt_LT.php b/apps/files_versions/l10n/lt_LT.php
index adf4893020e..fb4574c106a 100644
--- a/apps/files_versions/l10n/lt_LT.php
+++ b/apps/files_versions/l10n/lt_LT.php
@@ -1,5 +1,11 @@
<?php $TRANSLATIONS = array(
-"History" => "Istorija",
-"Files Versioning" => "Failų versijos",
-"Enable" => "Įjungti"
+"Could not revert: %s" => "Nepavyko atstatyti: %s",
+"success" => "pavyko",
+"File %s was reverted to version %s" => "Dokumentas %s buvo atstatytas į versiją %s",
+"failure" => "klaida",
+"File %s could not be reverted to version %s" => "Dokumento %s nepavyko atstatyti į versiją %s",
+"No old versions available" => "Nėra senų versijų",
+"No path specified" => "Nenurodytas kelias",
+"Versions" => "Versijos",
+"Revert a file to a previous version by clicking on its revert button" => "Atstatykite dokumentą į prieš tai buvusią versiją spausdami ant jo atstatymo mygtuko"
);