diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-23 02:07:35 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-23 02:07:35 +0200 |
commit | 082ed4ab71bb0e97ed7a0b062d9fc124d040df6b (patch) | |
tree | 7905ae6c12a23b65d14e3d8edd1ed15b3a3f32ed /apps/user_migrate | |
parent | 99d17c5190435b2d60ce4316a1a8a7cfdebc212e (diff) | |
download | nextcloud-server-082ed4ab71bb0e97ed7a0b062d9fc124d040df6b.tar.gz nextcloud-server-082ed4ab71bb0e97ed7a0b062d9fc124d040df6b.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_migrate')
-rw-r--r-- | apps/user_migrate/l10n/lt_LT.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_migrate/l10n/lt_LT.php b/apps/user_migrate/l10n/lt_LT.php new file mode 100644 index 00000000000..20add8037bf --- /dev/null +++ b/apps/user_migrate/l10n/lt_LT.php @@ -0,0 +1,10 @@ +<?php $TRANSLATIONS = array( +"Export" => "Eksportuoti", +"Something went wrong while the export file was being generated" => "Įvyko klaida kuriant eksportuojamą failą", +"An error has occurred" => "Įvyko klaida", +"Export your user account" => "Eksportuoti jūsų vartotojo paskyrą", +"This will create a compressed file that contains your ownCloud account." => "Bus sukurtas suglaudintas failas su jūsų ownCloud vartotojo paskyra.", +"Import user account" => "Importuoti vartotojo paskyrą", +"ownCloud User Zip" => "ownCloud vartotojo paskyros Zip archyvas", +"Import" => "Importuoti" +); |