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 /settings | |
parent | b316ae2610f8bc4cc67d5de05333c2e226ca44d0 (diff) | |
download | nextcloud-server-10e37e155339a0643be62fcd2ba721d0c90bfb5c.tar.gz nextcloud-server-10e37e155339a0643be62fcd2ba721d0c90bfb5c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r-- | settings/l10n/sl.php | 2 | ||||
-rw-r--r-- | settings/l10n/sq.php | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/settings/l10n/sl.php b/settings/l10n/sl.php index 502addb05da..f142cb74f58 100644 --- a/settings/l10n/sl.php +++ b/settings/l10n/sl.php @@ -46,7 +46,7 @@ "This ownCloud server can't set system locale to %s. This means that there might be problems with certain characters in file names. We strongly suggest to install the required packages on your system to support %s." => "Na strežniku ownCloud ni mogoče nastaviti jezikovnih določil na jezik %s. Najverjetneje so težave s posebnimi znaki v imenih datotek. Priporočljivo je namestiti zahtevane pakete za podporo jeziku %s.", "Internet connection not working" => "Internetna povezava ne deluje.", "This ownCloud server has no working internet connection. This means that some of the features like mounting of external storage, notifications about updates or installation of 3rd party apps don´t work. Accessing files from remote and sending of notification emails might also not work. We suggest to enable internet connection for this server if you want to have all features of ownCloud." => "Strežnik ownCloud je brez delujoče internetne povezave. To pomeni, da bodo nekatere možnosti onemogočene. Ne bo mogoče priklapljati zunanjih priklopnih točk, ne bo obvestil o posodobitvah ali namestitvah programske opreme, prav tako najverjetneje ne bo mogoče pošiljati obvestilnih sporočil preko elektronske pošte. Za uporabo vseh zmožnosti oblaka ownCloud, mora biti internetna povezava vzpostavljena in delujoča.", -"Cron" => "Cron", +"Cron" => "Periodično opravilo", "Execute one task with each page loaded" => "Izvedi eno nalogo z vsako naloženo stranjo.", "cron.php is registered at a webcron service. Call the cron.php page in the owncloud root once a minute over http." => "Datoteka cron.php je vpisana pri storitvi webcron. Preko protokola HTTP je datoteka cron.php, ki se nahaja v korenski mapi ownCloud, klicana enkrat na minuto.", "Use systems cron service. Call the cron.php file in the owncloud folder via a system cronjob once a minute." => "Uporaba sistemske storitve cron. Preko sistemskega posla cron je datoteka cron.php, ki se nahaja v mapi ownCloud, klicana enkrat na minuto.", diff --git a/settings/l10n/sq.php b/settings/l10n/sq.php new file mode 100644 index 00000000000..fb49ba5b903 --- /dev/null +++ b/settings/l10n/sq.php @@ -0,0 +1,5 @@ +<?php $TRANSLATIONS = array( +"Error" => "Veprim i gabuar", +"Password" => "Kodi", +"New password" => "Kodi i ri" +); |