diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-03 00:04:02 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-04-03 00:04:02 +0200 |
commit | 10e37e155339a0643be62fcd2ba721d0c90bfb5c (patch) | |
tree | f09cd76f70a1b7e737448b5ae29ded338ab35751 /apps | |
parent | b316ae2610f8bc4cc67d5de05333c2e226ca44d0 (diff) | |
download | nextcloud-server-10e37e155339a0643be62fcd2ba721d0c90bfb5c.tar.gz nextcloud-server-10e37e155339a0643be62fcd2ba721d0c90bfb5c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_external/l10n/sq.php | 3 | ||||
-rw-r--r-- | apps/files_sharing/l10n/sq.php | 4 | ||||
-rw-r--r-- | apps/user_ldap/l10n/sq.php | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/apps/files_external/l10n/sq.php b/apps/files_external/l10n/sq.php new file mode 100644 index 00000000000..bfc44cf1e7a --- /dev/null +++ b/apps/files_external/l10n/sq.php @@ -0,0 +1,3 @@ +<?php $TRANSLATIONS = array( +"Users" => "Përdoruesit" +); diff --git a/apps/files_sharing/l10n/sq.php b/apps/files_sharing/l10n/sq.php new file mode 100644 index 00000000000..876f4268c0e --- /dev/null +++ b/apps/files_sharing/l10n/sq.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "Kodi", +"web services under your control" => "shërbime web nën kontrollin tënd" +); diff --git a/apps/user_ldap/l10n/sq.php b/apps/user_ldap/l10n/sq.php new file mode 100644 index 00000000000..24fd869057d --- /dev/null +++ b/apps/user_ldap/l10n/sq.php @@ -0,0 +1,4 @@ +<?php $TRANSLATIONS = array( +"Password" => "Kodi", +"Help" => "Ndihmë" +); |