diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-04 00:06:51 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-04 00:06:51 +0200 |
commit | cbece8b12ff50d625f526e0a1cc6345159b62eaa (patch) | |
tree | 8c3a546af05d9433f542bd818d7dcbee77df9e79 /apps | |
parent | e75406e7120271ebfecf2260b95040509dfcf168 (diff) | |
download | nextcloud-server-cbece8b12ff50d625f526e0a1cc6345159b62eaa.tar.gz nextcloud-server-cbece8b12ff50d625f526e0a1cc6345159b62eaa.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files/l10n/sq.php | 5 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sq.php | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/files/l10n/sq.php b/apps/files/l10n/sq.php new file mode 100644 index 00000000000..92291144e0d --- /dev/null +++ b/apps/files/l10n/sq.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Save" => "Ruaj", +"Download" => "Shkarko", +"Unshare" => "Hiq ndarjen" +); diff --git a/apps/files_sharing/l10n/sq.php b/apps/files_sharing/l10n/sq.php index 876f4268c0e..244ca87c552 100644 --- a/apps/files_sharing/l10n/sq.php +++ b/apps/files_sharing/l10n/sq.php @@ -1,4 +1,9 @@ <?php $TRANSLATIONS = array( "Password" => "Kodi", +"Submit" => "Parashtro", +"%s shared the folder %s with you" => "%s ndau me ju dosjen %s", +"%s shared the file %s with you" => "%s ndau me ju skedarin %s", +"Download" => "Shkarko", +"No preview available for" => "Shikimi paraprak nuk është i mundur për", "web services under your control" => "shërbime web nën kontrollin tënd" ); |