diff options
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ë" +); |