[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2015-10-11 01:54:58 -04:00
parent 188acd5e4e
commit d29d018cc7
20 changed files with 182 additions and 26 deletions

View File

@ -1,17 +1,17 @@
OC.L10N.register(
"encryption",
{
"Missing recovery key password" : "Manca la password della chiave di recupero",
"Please repeat the recovery key password" : "Ripeti la password della chiave di recupero",
"Repeated recovery key password does not match the provided recovery key password" : "La password della chiave di recupero ripetuta non corrisponde alla password della chiave di recupero fornita",
"Recovery key successfully enabled" : "Chiave di recupero abilitata correttamente",
"Missing recovery key password" : "Manca la password della chiave di ripristino",
"Please repeat the recovery key password" : "Ripeti la password della chiave di ripristino",
"Repeated recovery key password does not match the provided recovery key password" : "La password della chiave di ripristino ripetuta non corrisponde alla password della chiave di ripristino fornita",
"Recovery key successfully enabled" : "Chiave di ripristino abilitata correttamente",
"Could not enable recovery key. Please check your recovery key password!" : "Impossibile abilitare la chiave di ripristino. Verifica la password della chiave di ripristino.",
"Recovery key successfully disabled" : "Chiave di recupero disabilitata correttamente",
"Could not disable recovery key. Please check your recovery key password!" : "Impossibile disabilitare la chiave di recupero. Verifica la password della chiave di recupero.",
"Recovery key successfully disabled" : "Chiave di ripristino disabilitata correttamente",
"Could not disable recovery key. Please check your recovery key password!" : "Impossibile disabilitare la chiave di ripristino. Verifica la password della chiave di ripristino.",
"Missing parameters" : "Parametri mancanti",
"Please provide the old recovery password" : "Fornisci la vecchia password di recupero",
"Please provide a new recovery password" : "Fornisci una nuova password di recupero",
"Please repeat the new recovery password" : "Ripeti la nuova password di recupero",
"Please provide the old recovery password" : "Fornisci la vecchia password di ripristino",
"Please provide a new recovery password" : "Fornisci una nuova password di ripristino",
"Please repeat the new recovery password" : "Ripeti la nuova password di ripristino",
"Password successfully changed." : "Password modificata correttamente.",
"Could not change the password. Maybe the old password was not correct." : "Impossibile cambiare la password. Forse la vecchia password non era corretta.",
"Recovery Key disabled" : "Chiave di ripristino disabilitata",
@ -35,9 +35,9 @@ OC.L10N.register(
"Enable recovery key" : "Abilita chiave di ripristino",
"Disable recovery key" : "Disabilita chiave di ripristino",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La chiave di ripristino è una chiave di cifratura aggiuntiva utilizzata per cifrare i file. Consente di ripristinare i file di un utente se l'utente dimentica la propria password.",
"Recovery key password" : "Password della chiave di recupero",
"Recovery key password" : "Password della chiave di ripristino",
"Repeat recovery key password" : "Ripeti la password della chiave di ripristino",
"Change recovery key password:" : "Cambia la password della chiave di recupero:",
"Change recovery key password:" : "Cambia la password della chiave di ripristino:",
"Old recovery key password" : "Vecchia password della chiave di ripristino",
"New recovery key password" : "Nuova password della chiave di ripristino",
"Repeat new recovery key password" : "Ripeti la nuova password della chiave di ripristino",

View File

@ -1,15 +1,15 @@
{ "translations": {
"Missing recovery key password" : "Manca la password della chiave di recupero",
"Please repeat the recovery key password" : "Ripeti la password della chiave di recupero",
"Repeated recovery key password does not match the provided recovery key password" : "La password della chiave di recupero ripetuta non corrisponde alla password della chiave di recupero fornita",
"Recovery key successfully enabled" : "Chiave di recupero abilitata correttamente",
"Missing recovery key password" : "Manca la password della chiave di ripristino",
"Please repeat the recovery key password" : "Ripeti la password della chiave di ripristino",
"Repeated recovery key password does not match the provided recovery key password" : "La password della chiave di ripristino ripetuta non corrisponde alla password della chiave di ripristino fornita",
"Recovery key successfully enabled" : "Chiave di ripristino abilitata correttamente",
"Could not enable recovery key. Please check your recovery key password!" : "Impossibile abilitare la chiave di ripristino. Verifica la password della chiave di ripristino.",
"Recovery key successfully disabled" : "Chiave di recupero disabilitata correttamente",
"Could not disable recovery key. Please check your recovery key password!" : "Impossibile disabilitare la chiave di recupero. Verifica la password della chiave di recupero.",
"Recovery key successfully disabled" : "Chiave di ripristino disabilitata correttamente",
"Could not disable recovery key. Please check your recovery key password!" : "Impossibile disabilitare la chiave di ripristino. Verifica la password della chiave di ripristino.",
"Missing parameters" : "Parametri mancanti",
"Please provide the old recovery password" : "Fornisci la vecchia password di recupero",
"Please provide a new recovery password" : "Fornisci una nuova password di recupero",
"Please repeat the new recovery password" : "Ripeti la nuova password di recupero",
"Please provide the old recovery password" : "Fornisci la vecchia password di ripristino",
"Please provide a new recovery password" : "Fornisci una nuova password di ripristino",
"Please repeat the new recovery password" : "Ripeti la nuova password di ripristino",
"Password successfully changed." : "Password modificata correttamente.",
"Could not change the password. Maybe the old password was not correct." : "Impossibile cambiare la password. Forse la vecchia password non era corretta.",
"Recovery Key disabled" : "Chiave di ripristino disabilitata",
@ -33,9 +33,9 @@
"Enable recovery key" : "Abilita chiave di ripristino",
"Disable recovery key" : "Disabilita chiave di ripristino",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "La chiave di ripristino è una chiave di cifratura aggiuntiva utilizzata per cifrare i file. Consente di ripristinare i file di un utente se l'utente dimentica la propria password.",
"Recovery key password" : "Password della chiave di recupero",
"Recovery key password" : "Password della chiave di ripristino",
"Repeat recovery key password" : "Ripeti la password della chiave di ripristino",
"Change recovery key password:" : "Cambia la password della chiave di recupero:",
"Change recovery key password:" : "Cambia la password della chiave di ripristino:",
"Old recovery key password" : "Vecchia password della chiave di ripristino",
"New recovery key password" : "Nuova password della chiave di ripristino",
"Repeat new recovery key password" : "Ripeti la nuova password della chiave di ripristino",

View File

@ -71,10 +71,14 @@ OC.L10N.register(
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Складиште корисника {owner} је скоро пуно ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро пуно ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["се поклапа са '{filter}'","се поклапају са '{filter}'","се поклапа са '{filter}'"],
"Path" : "Путања",
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајта"],
"Favorited" : "Омиљено",
"Favorite" : "Омиљени",
"{newname} already exists" : "{newname} већ постоји",
"Upload" : "Отпреми",
"Text file" : "текстуални фајл",
"New text file.txt" : "Нов текстуални фајл.txt",
"Folder" : "фасцикла",
"New folder" : "Нова фасцикла",
"An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака",
@ -92,12 +96,16 @@ OC.L10N.register(
"%2$s deleted %1$s" : "%2$s обриса %1$s",
"You restored %1$s" : "Вратили сте %1$s",
"%2$s restored %1$s" : "%2$s поврати %1$s",
"Changed by %2$s" : "Изменио %2$s",
"Deleted by %2$s" : "Обрисао %2$s",
"Restored by %2$s" : "Повратио %2$s",
"%s could not be renamed as it has been deleted" : "%s се не може преименовати јер је обрисан",
"%s could not be renamed" : "%s се не може преименовати",
"Upload (max. %s)" : "Отпремање (макс. %s)",
"File handling" : "Руковање фајловима",
"Maximum upload size" : "Највећа величина отпремања",
"max. possible: " : "највише могуће:",
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "У PHP-FPM-у ова вредност има ефекта тек након 5 минута након примене.",
"Save" : "Сачувај",
"Can not be edited from here due to insufficient permissions." : "Не може да се мења одавде због недостатка дозвола.",
"Settings" : "Поставке",

View File

@ -69,10 +69,14 @@
"Storage of {owner} is almost full ({usedSpacePercent}%)" : "Складиште корисника {owner} је скоро пуно ({usedSpacePercent}%)",
"Your storage is almost full ({usedSpacePercent}%)" : "Ваше складиште је скоро пуно ({usedSpacePercent}%)",
"_matches '{filter}'_::_match '{filter}'_" : ["се поклапа са '{filter}'","се поклапају са '{filter}'","се поклапа са '{filter}'"],
"Path" : "Путања",
"_%n byte_::_%n bytes_" : ["%n бајт","%n бајта","%n бајта"],
"Favorited" : "Омиљено",
"Favorite" : "Омиљени",
"{newname} already exists" : "{newname} већ постоји",
"Upload" : "Отпреми",
"Text file" : "текстуални фајл",
"New text file.txt" : "Нов текстуални фајл.txt",
"Folder" : "фасцикла",
"New folder" : "Нова фасцикла",
"An error occurred while trying to update the tags" : "Дошло је до грешке при покушају ажурирања ознака",
@ -90,12 +94,16 @@
"%2$s deleted %1$s" : "%2$s обриса %1$s",
"You restored %1$s" : "Вратили сте %1$s",
"%2$s restored %1$s" : "%2$s поврати %1$s",
"Changed by %2$s" : "Изменио %2$s",
"Deleted by %2$s" : "Обрисао %2$s",
"Restored by %2$s" : "Повратио %2$s",
"%s could not be renamed as it has been deleted" : "%s се не може преименовати јер је обрисан",
"%s could not be renamed" : "%s се не може преименовати",
"Upload (max. %s)" : "Отпремање (макс. %s)",
"File handling" : "Руковање фајловима",
"Maximum upload size" : "Највећа величина отпремања",
"max. possible: " : "највише могуће:",
"With PHP-FPM this value may take up to 5 minutes to take effect after saving." : "У PHP-FPM-у ова вредност има ефекта тек након 5 минута након примене.",
"Save" : "Сачувај",
"Can not be edited from here due to insufficient permissions." : "Не може да се мења одавде због недостатка дозвола.",
"Settings" : "Поставке",

View File

@ -3,6 +3,7 @@ OC.L10N.register(
{
"Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s",
"Preparing update" : "Mempersiapkan pembaruan",
"Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "Percobaan migrasi dilompati - \"update.skip-migration-test\" diaktikan di config.php",
"Turned on maintenance mode" : "Hidupkan mode perawatan",
"Turned off maintenance mode" : "Matikan mode perawatan",
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
@ -12,6 +13,8 @@ OC.L10N.register(
"Updated \"%s\" to %s" : "Terbaru \"%s\" sampai %s",
"Repair warning: " : "Peringatan perbaikan:",
"Repair error: " : "Kesalahan perbaikan:",
"Set log level to debug - current level: \"%s\"" : "Atur level log untuk debug - level saat ini: \"%s\"",
"Reset log level to \"%s\"" : "Atur ulang level log menjadi \"%s\"",
"Following incompatible apps have been disabled: %s" : "Aplikasi tidak kompatibel berikut telah dinonaktifkan: %s",
"Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
"Already up to date" : "Sudah yang terbaru",
@ -107,6 +110,7 @@ OC.L10N.register(
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "/dev/urandom tidak terbaca oleh PHP sangat disarankan untuk alasan keamanan. Informasi lebih lanjut dapat ditemukan di <a href=\"{docLink}\">dokumentasi</a> kami.",
"Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "Versi PHP Anda ({version}) tidak lagi <a href=\"{phpLink}\">didukung oleh PHP</a>. Kami menyarankan Anda untuk meningkatkan versi PHP Anda agar mendapatkan keuntungan pembaruan kinerja dan keamanan yang disediakan oleh PHP.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "Konfigurasi header reverse proxy tidak benar atau Anda mengakses ownCloud dari proxy yang tidak terpercaya. Jika Anda tidak mengakses ownCloud dari proxy yang terpercaya, ini merupakan masalah keamanan dan memungkinkan peretas dapat memalsukan alamat IP mereka yang terlihat pada ownCloud. Informasi lebih lanjut dapat ditemukan pada <a href=\"{docLink}\">dokumentasi</a> kami.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached diatur sebagai cache terdistribusi, namun modul PHP \"memcache\" yang dipasang salah. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" bukan \"memcache\". Lihat <a href=\"{wikiLink}\">wiki memcached tentang kedua modul</a>.",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP header \"Strict-Transport-Security\" tidak diatur kurang dari \"{seconds}\" detik. Untuk peningkatan keamanan, kami menyarankan untuk mengaktifkan HSTS seperti yang dijelaskan di <a href=\"{docUrl}\">tips keamanan</a>.",
@ -183,6 +187,8 @@ OC.L10N.register(
"New Password" : "Sandi Baru",
"Reset password" : "Setel ulang sandi",
"Searching other places" : "Mencari tempat lainnya",
"No search results in other folders" : "Tidak ada hasil penelusuran didalam folder yang lain",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
"Personal" : "Pribadi",
"Users" : "Pengguna",
"Apps" : "Aplikasi",

View File

@ -1,6 +1,7 @@
{ "translations": {
"Couldn't send mail to following users: %s " : "Tidak dapat mengirim Email ke pengguna berikut: %s",
"Preparing update" : "Mempersiapkan pembaruan",
"Migration tests are skipped - \"update.skip-migration-test\" is activated in config.php" : "Percobaan migrasi dilompati - \"update.skip-migration-test\" diaktikan di config.php",
"Turned on maintenance mode" : "Hidupkan mode perawatan",
"Turned off maintenance mode" : "Matikan mode perawatan",
"Maintenance mode is kept active" : "Mode Pemeliharaan masih aktif",
@ -10,6 +11,8 @@
"Updated \"%s\" to %s" : "Terbaru \"%s\" sampai %s",
"Repair warning: " : "Peringatan perbaikan:",
"Repair error: " : "Kesalahan perbaikan:",
"Set log level to debug - current level: \"%s\"" : "Atur level log untuk debug - level saat ini: \"%s\"",
"Reset log level to \"%s\"" : "Atur ulang level log menjadi \"%s\"",
"Following incompatible apps have been disabled: %s" : "Aplikasi tidak kompatibel berikut telah dinonaktifkan: %s",
"Following apps have been disabled: %s" : "Aplikasi berikut telah dinonaktifkan: %s",
"Already up to date" : "Sudah yang terbaru",
@ -105,6 +108,7 @@
"/dev/urandom is not readable by PHP which is highly discouraged for security reasons. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "/dev/urandom tidak terbaca oleh PHP sangat disarankan untuk alasan keamanan. Informasi lebih lanjut dapat ditemukan di <a href=\"{docLink}\">dokumentasi</a> kami.",
"Your PHP version ({version}) is no longer <a href=\"{phpLink}\">supported by PHP</a>. We encourage you to upgrade your PHP version to take advantage of performance and security updates provided by PHP." : "Versi PHP Anda ({version}) tidak lagi <a href=\"{phpLink}\">didukung oleh PHP</a>. Kami menyarankan Anda untuk meningkatkan versi PHP Anda agar mendapatkan keuntungan pembaruan kinerja dan keamanan yang disediakan oleh PHP.",
"The reverse proxy headers configuration is incorrect, or you are accessing ownCloud from a trusted proxy. If you are not accessing ownCloud from a trusted proxy, this is a security issue and can allow an attacker to spoof their IP address as visible to ownCloud. Further information can be found in our <a href=\"{docLink}\">documentation</a>." : "Konfigurasi header reverse proxy tidak benar atau Anda mengakses ownCloud dari proxy yang tidak terpercaya. Jika Anda tidak mengakses ownCloud dari proxy yang terpercaya, ini merupakan masalah keamanan dan memungkinkan peretas dapat memalsukan alamat IP mereka yang terlihat pada ownCloud. Informasi lebih lanjut dapat ditemukan pada <a href=\"{docLink}\">dokumentasi</a> kami.",
"Memcached is configured as distributed cache, but the wrong PHP module \"memcache\" is installed. \\OC\\Memcache\\Memcached only supports \"memcached\" and not \"memcache\". See the <a href=\"{wikiLink}\">memcached wiki about both modules</a>." : "Memcached diatur sebagai cache terdistribusi, namun modul PHP \"memcache\" yang dipasang salah. \\OC\\Memcache\\Memcached hanya mendukung \"memcached\" bukan \"memcache\". Lihat <a href=\"{wikiLink}\">wiki memcached tentang kedua modul</a>.",
"Error occurred while checking server setup" : "Kesalahan tidak terduga saat memeriksa setelan server",
"The \"{header}\" HTTP header is not configured to equal to \"{expected}\". This is a potential security or privacy risk and we recommend adjusting this setting." : "Header HTTP \"{header}\" tidak dikonfigurasi sama dengan \"{expected}\". Hal ini berpotensi pada resiko keamanan dan privasi. Kami sarankan untuk menyesuaikan pengaturan ini.",
"The \"Strict-Transport-Security\" HTTP header is not configured to least \"{seconds}\" seconds. For enhanced security we recommend enabling HSTS as described in our <a href=\"{docUrl}\">security tips</a>." : "HTTP header \"Strict-Transport-Security\" tidak diatur kurang dari \"{seconds}\" detik. Untuk peningkatan keamanan, kami menyarankan untuk mengaktifkan HSTS seperti yang dijelaskan di <a href=\"{docUrl}\">tips keamanan</a>.",
@ -181,6 +185,8 @@
"New Password" : "Sandi Baru",
"Reset password" : "Setel ulang sandi",
"Searching other places" : "Mencari tempat lainnya",
"No search results in other folders" : "Tidak ada hasil penelusuran didalam folder yang lain",
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hasil pencarian di folder lain"],
"Personal" : "Pribadi",
"Users" : "Pengguna",
"Apps" : "Aplikasi",

View File

@ -77,7 +77,7 @@ OC.L10N.register(
"seconds ago" : "secondi fa",
"Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Il collegamento per reimpostare la password è stato inviato al tuo indirizzo di posta. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.<br>Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, per favore contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di ripristino, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
"I know what I'm doing" : "So cosa sto facendo",
"Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
"No" : "No",

View File

@ -75,7 +75,7 @@
"seconds ago" : "secondi fa",
"Couldn't send reset email. Please contact your administrator." : "Impossibile inviare l'email di reimpostazione. Contatta il tuo amministratore.",
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Il collegamento per reimpostare la password è stato inviato al tuo indirizzo di posta. Se non lo ricevi in tempi ragionevoli, controlla le cartelle della posta indesiderata.<br>Se non dovesse essere nemmeno lì, contatta il tuo amministratore locale.",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di recupero, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, per favore contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
"Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "I tuoi file sono cifrati. Se non hai precedentemente abilitato la chiave di ripristino, non sarà più possibile ritrovare i tuoi dati una volta che la password sarà reimpostata.<br />Se non sei sicuro, contatta l'amministratore prima di proseguire.<br />Vuoi davvero continuare?",
"I know what I'm doing" : "So cosa sto facendo",
"Password can not be changed. Please contact your administrator." : "La password non può essere cambiata. Contatta il tuo amministratore.",
"No" : "No",

View File

@ -2,6 +2,7 @@ OC.L10N.register(
"core",
{
"Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ",
"Preparing update" : "Припремам надоградњу",
"Turned on maintenance mode" : "Режим одржавања укључен",
"Turned off maintenance mode" : "Режим одржавања искључен",
"Maintenance mode is kept active" : "Режим одржавања се држи активним",
@ -13,6 +14,7 @@ OC.L10N.register(
"Repair error: " : "Грешка поправке:",
"Following incompatible apps have been disabled: %s" : "Следеће неусаглашене апликације су искључене: %s",
"Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
"File is too big" : "Фајл је превелик",
"Invalid file provided" : "Понуђени фајл је неисправан",
"No image or file provided" : "Није дата ни слика ни фајл",
"Unknown filetype" : "Непознат тип фајла",
@ -35,6 +37,13 @@ OC.L10N.register(
"Thu." : "чет",
"Fri." : "пет",
"Sat." : "суб",
"Su" : "Не",
"Mo" : "По",
"Tu" : "Ут",
"We" : "Ср",
"Th" : "Че",
"Fr" : "Пе",
"Sa" : "Су",
"January" : "јануар",
"February" : "фебруар",
"March" : "март",

View File

@ -1,5 +1,6 @@
{ "translations": {
"Couldn't send mail to following users: %s " : "Не могу да пошаљем е-пошту следећим корисницима: %s ",
"Preparing update" : "Припремам надоградњу",
"Turned on maintenance mode" : "Режим одржавања укључен",
"Turned off maintenance mode" : "Режим одржавања искључен",
"Maintenance mode is kept active" : "Режим одржавања се држи активним",
@ -11,6 +12,7 @@
"Repair error: " : "Грешка поправке:",
"Following incompatible apps have been disabled: %s" : "Следеће неусаглашене апликације су искључене: %s",
"Following apps have been disabled: %s" : "Следеће апликације су искључене: %s",
"File is too big" : "Фајл је превелик",
"Invalid file provided" : "Понуђени фајл је неисправан",
"No image or file provided" : "Није дата ни слика ни фајл",
"Unknown filetype" : "Непознат тип фајла",
@ -33,6 +35,13 @@
"Thu." : "чет",
"Fri." : "пет",
"Sat." : "суб",
"Su" : "Не",
"Mo" : "По",
"Tu" : "Ут",
"We" : "Ср",
"Th" : "Че",
"Fr" : "Пе",
"Sa" : "Су",
"January" : "јануар",
"February" : "фебруар",
"March" : "март",

View File

@ -49,6 +49,7 @@ OC.L10N.register(
"Can't read file" : "Не могу да читам фајл",
"App directory already exists" : "Директоријум апликација већ постоји",
"Can't create app folder. Please fix permissions. %s" : "Не могу да креирам фасциклу за апликацију. Исправите дозволе. %s",
"Archive does not contain a directory named %s" : "Архива не садржи директоријум назива %s",
"No source specified when installing app" : "Није наведен извор за инсталирање апликације",
"No href specified when installing app from http" : "Није наведена адреса за инсталирање апликације преко http",
"No path specified when installing app from local file" : "Није наведена путања за инсталирање апликације са локалног фајла",
@ -90,6 +91,7 @@ OC.L10N.register(
"Sharing %s failed, because the user %s does not exist" : "Дељење %s није успело зато што не постоји корисник %s",
"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Дељење %s није успело зато што корисник %s није члан групе која је %s члан ",
"Sharing %s failed, because this item is already shared with %s" : "Дељење %s није успело зато што се ова ставка већ дели са %s",
"Sharing %s failed, because this item is already shared with user %s" : "Дељење %s није успело зато што се ова ставка већ дели са корисником %s",
"Sharing %s failed, because the group %s does not exist" : "Дељење %s није успело зато што непостоји група %s",
"Sharing %s failed, because %s is not a member of the group %s" : "Дељење %s није успело зато што %s није члан групе %s",
"You need to provide a password to create a public link, only protected links are allowed" : "Морате да обезбедите лозинку за креирање јавне везе, дозвољене су само заштићене везе",

View File

@ -47,6 +47,7 @@
"Can't read file" : "Не могу да читам фајл",
"App directory already exists" : "Директоријум апликација већ постоји",
"Can't create app folder. Please fix permissions. %s" : "Не могу да креирам фасциклу за апликацију. Исправите дозволе. %s",
"Archive does not contain a directory named %s" : "Архива не садржи директоријум назива %s",
"No source specified when installing app" : "Није наведен извор за инсталирање апликације",
"No href specified when installing app from http" : "Није наведена адреса за инсталирање апликације преко http",
"No path specified when installing app from local file" : "Није наведена путања за инсталирање апликације са локалног фајла",
@ -88,6 +89,7 @@
"Sharing %s failed, because the user %s does not exist" : "Дељење %s није успело зато што не постоји корисник %s",
"Sharing %s failed, because the user %s is not a member of any groups that %s is a member of" : "Дељење %s није успело зато што корисник %s није члан групе која је %s члан ",
"Sharing %s failed, because this item is already shared with %s" : "Дељење %s није успело зато што се ова ставка већ дели са %s",
"Sharing %s failed, because this item is already shared with user %s" : "Дељење %s није успело зато што се ова ставка већ дели са корисником %s",
"Sharing %s failed, because the group %s does not exist" : "Дељење %s није успело зато што непостоји група %s",
"Sharing %s failed, because %s is not a member of the group %s" : "Дељење %s није успело зато што %s није члан групе %s",
"You need to provide a password to create a public link, only protected links are allowed" : "Морате да обезбедите лозинку за креирање јавне везе, дозвољене су само заштићене везе",

View File

@ -30,16 +30,29 @@ OC.L10N.register(
"Enabled" : "فعال شده",
"Not enabled" : "غیر فعال",
"Group already exists." : "گروه در حال حاضر موجود است",
"Unable to add group." : "افزودن گروه امکان پذیر نیست.",
"Unable to delete group." : "حذف گروه امکان پذیر نیست.",
"Saved" : "ذخیره شد",
"test email settings" : "تنظیمات ایمیل آزمایشی",
"Email sent" : "ایمیل ارسال شد",
"Invalid mail address" : "آدرس ایمیل نامعتبر است",
"A user with that name already exists." : "کاربری با همین نام در حال حاضر وجود دارد.",
"Unable to create user." : "ایجاد کاربر امکان‌پذیر نیست.",
"Your %s account was created" : "حساب کاربری شما %s ایجاد شد",
"Unable to delete user." : "حذف کاربر امکان پذیر نیست.",
"Forbidden" : "ممنوعه",
"Invalid user" : "کاربر نامعتبر",
"Unable to change mail address" : "تغییر آدرس ایمیل امکان‌پذیر نیست",
"Email saved" : "ایمیل ذخیره شد",
"Add trusted domain" : "افزودن دامنه مورد اعتماد",
"Migration in progress. Please wait until the migration is finished" : "مهاجرت در حال اجراست. لطفا تا اتمام مهاجرت صبر کنید",
"Migration started …" : "مهاجرت شروع شد...",
"Sending..." : "در حال ارسال...",
"Official" : "رسمی",
"Approved" : "تایید شده",
"Experimental" : "آزمایشی",
"All" : "همه",
"Update to %s" : "بروزرسانی به %s",
"Please wait...." : "لطفا صبر کنید ...",
"Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه",
"Disable" : "غیرفعال",
@ -51,6 +64,8 @@ OC.L10N.register(
"Uninstalling ...." : "در حال حذف...",
"Error while uninstalling app" : "خطا در هنگام حذف برنامه....",
"Uninstall" : "حذف",
"App update" : "به روز رسانی برنامه",
"An error occurred: {message}" : "یک خطا رخ‌داده است: {message}",
"Select a profile picture" : "انتخاب تصویر پروفایل",
"Very weak password" : "رمز عبور بسیار ضعیف",
"Weak password" : "رمز عبور ضعیف",
@ -69,6 +84,7 @@ OC.L10N.register(
"never" : "هرگز",
"deleted {userName}" : "کاربر {userName} حذف شد",
"add group" : "افزودن گروه",
"Changing the password will result in data loss, because data recovery is not available for this user" : "با توجه به عدم دستیابی به بازگردانی اطلاعات برای کاربر، تغییر رمز عبور باعث از بین رفتن اطلاعات خواهد شد",
"A valid username must be provided" : "نام کاربری صحیح باید وارد شود",
"Error creating user" : "خطا در ایجاد کاربر",
"A valid password must be provided" : "رمز عبور صحیح باید وارد شود",
@ -95,17 +111,24 @@ OC.L10N.register(
"Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند",
"Enforce password protection" : "اجبار برای محافظت توسط رمز عبور",
"Allow public uploads" : "اجازه بارگذاری عمومی",
"Allow users to send mail notification for shared files" : "اجازه به کاربران برای ارسال ایمیل نوتیفیکیشن برای فایل‌های به اشتراک‌گذاشته شده",
"Set default expiration date" : "اعمال تاریخ اتمام پیش فرض",
"Expire after " : "اتمام اعتبار بعد از",
"days" : "روز",
"Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری",
"Allow resharing" : "مجوز اشتراک گذاری مجدد",
"Restrict users to only share with users in their groups" : "محدود کردن کاربران برای اشتراک‌گذاری تنها میان کاربران گروه خود",
"Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری",
"Cron was not executed yet!" : "کران هنوز اجرا نشده است!",
"Execute one task with each page loaded" : "اجرای یک وظیفه با هر بار بارگذاری صفحه",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود.",
"Enable server-side encryption" : "فعال‌سازی رمزگذاری سمت-سرور",
"Be aware that encryption always increases the file size." : "توجه داشته باشید که همواره رمزگذاری حجم فایل را افزایش خواهد داد.",
"This is the final warning: Do you really want to enable encryption?" : "این آخرین اخطار است: آیا می‌خواهید رمزگذاری را فعال کنید ؟",
"Enable encryption" : "فعال کردن رمزگذاری",
"No encryption module loaded, please enable an encryption module in the app menu." : "هیچ ماژول رمزگذاری‌ای بارگذاری نشده است، لطفا ماژول رمز‌گذاری را در منو برنامه فعال کنید.",
"Select default encryption module:" : "انتخاب ماژول پیش‌فرض رمزگذاری:",
"Start migration" : "شروع مهاجرت",
"This is used for sending out notifications." : "این برای ارسال هشدار ها استفاده می شود",
"Send mode" : "حالت ارسال",
"Encryption" : "رمزگذاری",
@ -125,6 +148,10 @@ OC.L10N.register(
"More" : "بیش‌تر",
"Less" : "کم‌تر",
"Advanced monitoring" : "مانیتورینگ پیشرفته",
"Performance tuning" : "تنظیم کارایی",
"Improving the config.php" : "بهبود config.php",
"Theming" : "قالب‌بندی",
"Hardening and security guidance" : "راهنمای امن‌سازی",
"Version" : "نسخه",
"Developer documentation" : "مستندات توسعه‌دهندگان",
"by" : "با",
@ -134,11 +161,16 @@ OC.L10N.register(
"Admin documentation" : "مستندات مدیر",
"Show description …" : "نمایش توضیحات ...",
"Hide description …" : "عدم نمایش توضیحات...",
"This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیش‌نیازها انجام نشده‌اند:",
"Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص",
"Uninstall App" : "حذف برنامه",
"Enable experimental apps" : "فعال‌سازی برنامه‌های آزمایشی",
"No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد",
"Cheers!" : "سلامتی!",
"Administrator documentation" : "مستندات مدیر",
"Online documentation" : "مستندات آنلاین",
"Forum" : "انجمن",
"Commercial support" : "پشتیبانی تجاری",
"Get the apps to sync your files" : "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید",
"Desktop client" : "نرم افزار دسکتاپ",
"Android app" : "اپ اندروید",
@ -151,13 +183,17 @@ OC.L10N.register(
"New password" : "گذرواژه جدید",
"Change password" : "تغییر گذر واژه",
"Full name" : "نام کامل",
"No display name set" : "هیچ نام نمایشی تعیین نشده است",
"Email" : "ایمیل",
"Your email address" : "پست الکترونیکی شما",
"Fill in an email address to enable password recovery and receive notifications" : "فیلد آدرس ایمیل را به منظور فعال‌سازی بازیابی رمزعبور در دریافت نوتیفیکیش‌ها پر کنید",
"No email address set" : "آدرس‌ایمیلی تنظیم نشده است",
"You are member of the following groups:" : "شما عضو این گروه‌ها هستید:",
"Profile picture" : "تصویر پروفایل",
"Upload new" : "بارگذاری جدید",
"Select new from Files" : "انتخاب جدید از میان فایل ها",
"Remove image" : "تصویر پاک شود",
"Either png or jpg. Ideally square but you will be able to crop it. The file is not allowed to exceed the maximum size of 20 MB." : "فایل pnd یا jpg. در حالت ایده‌آل بصورت مربع و یا شما می‌توانید آنرا برش بزنید. حجم فایل نمی‌تواند از حداکثر سایز 20MB بیشتر باشد.",
"Cancel" : "منصرف شدن",
"Choose as profile image" : "یک تصویر پروفایل انتخاب کنید",
"Language" : "زبان",
@ -166,6 +202,7 @@ OC.L10N.register(
"Valid until" : "متعبر تا",
"Issued By" : "صدور توسط",
"Valid until %s" : "متعبر تا %s",
"Import root certificate" : "وارد کردن گواهی اصلی",
"Show storage location" : "نمایش محل ذخیره‌سازی",
"Show last log in" : "نمایش اخرین ورود",
"Send email to new user" : "ارسال ایمیل به کاربر جدید",
@ -184,6 +221,7 @@ OC.L10N.register(
"Unlimited" : "نامحدود",
"Other" : "دیگر",
"Full Name" : "نام کامل",
"Group Admin for" : "مدیر گروه برای",
"Quota" : "سهم",
"Storage Location" : "محل فضای ذخیره سازی",
"Last Login" : "اخرین ورود",

View File

@ -28,16 +28,29 @@
"Enabled" : "فعال شده",
"Not enabled" : "غیر فعال",
"Group already exists." : "گروه در حال حاضر موجود است",
"Unable to add group." : "افزودن گروه امکان پذیر نیست.",
"Unable to delete group." : "حذف گروه امکان پذیر نیست.",
"Saved" : "ذخیره شد",
"test email settings" : "تنظیمات ایمیل آزمایشی",
"Email sent" : "ایمیل ارسال شد",
"Invalid mail address" : "آدرس ایمیل نامعتبر است",
"A user with that name already exists." : "کاربری با همین نام در حال حاضر وجود دارد.",
"Unable to create user." : "ایجاد کاربر امکان‌پذیر نیست.",
"Your %s account was created" : "حساب کاربری شما %s ایجاد شد",
"Unable to delete user." : "حذف کاربر امکان پذیر نیست.",
"Forbidden" : "ممنوعه",
"Invalid user" : "کاربر نامعتبر",
"Unable to change mail address" : "تغییر آدرس ایمیل امکان‌پذیر نیست",
"Email saved" : "ایمیل ذخیره شد",
"Add trusted domain" : "افزودن دامنه مورد اعتماد",
"Migration in progress. Please wait until the migration is finished" : "مهاجرت در حال اجراست. لطفا تا اتمام مهاجرت صبر کنید",
"Migration started …" : "مهاجرت شروع شد...",
"Sending..." : "در حال ارسال...",
"Official" : "رسمی",
"Approved" : "تایید شده",
"Experimental" : "آزمایشی",
"All" : "همه",
"Update to %s" : "بروزرسانی به %s",
"Please wait...." : "لطفا صبر کنید ...",
"Error while disabling app" : "خطا در هنگام غیر فعال سازی برنامه",
"Disable" : "غیرفعال",
@ -49,6 +62,8 @@
"Uninstalling ...." : "در حال حذف...",
"Error while uninstalling app" : "خطا در هنگام حذف برنامه....",
"Uninstall" : "حذف",
"App update" : "به روز رسانی برنامه",
"An error occurred: {message}" : "یک خطا رخ‌داده است: {message}",
"Select a profile picture" : "انتخاب تصویر پروفایل",
"Very weak password" : "رمز عبور بسیار ضعیف",
"Weak password" : "رمز عبور ضعیف",
@ -67,6 +82,7 @@
"never" : "هرگز",
"deleted {userName}" : "کاربر {userName} حذف شد",
"add group" : "افزودن گروه",
"Changing the password will result in data loss, because data recovery is not available for this user" : "با توجه به عدم دستیابی به بازگردانی اطلاعات برای کاربر، تغییر رمز عبور باعث از بین رفتن اطلاعات خواهد شد",
"A valid username must be provided" : "نام کاربری صحیح باید وارد شود",
"Error creating user" : "خطا در ایجاد کاربر",
"A valid password must be provided" : "رمز عبور صحیح باید وارد شود",
@ -93,17 +109,24 @@
"Allow users to share via link" : "اجازه دادن به کاربران برای اشتراک گذاری توسط پیوند",
"Enforce password protection" : "اجبار برای محافظت توسط رمز عبور",
"Allow public uploads" : "اجازه بارگذاری عمومی",
"Allow users to send mail notification for shared files" : "اجازه به کاربران برای ارسال ایمیل نوتیفیکیشن برای فایل‌های به اشتراک‌گذاشته شده",
"Set default expiration date" : "اعمال تاریخ اتمام پیش فرض",
"Expire after " : "اتمام اعتبار بعد از",
"days" : "روز",
"Enforce expiration date" : "اعمال تاریخ اتمام اشتراک گذاری",
"Allow resharing" : "مجوز اشتراک گذاری مجدد",
"Restrict users to only share with users in their groups" : "محدود کردن کاربران برای اشتراک‌گذاری تنها میان کاربران گروه خود",
"Exclude groups from sharing" : "مستثنی شدن گروه ها از اشتراک گذاری",
"Cron was not executed yet!" : "کران هنوز اجرا نشده است!",
"Execute one task with each page loaded" : "اجرای یک وظیفه با هر بار بارگذاری صفحه",
"cron.php is registered at a webcron service to call cron.php every 15 minutes over http." : "cron.php در یک سرویس webcron ثبت شده است که هر 15 دقیقه یک بار بر روی بستر http فراخوانی شود.",
"Enable server-side encryption" : "فعال‌سازی رمزگذاری سمت-سرور",
"Be aware that encryption always increases the file size." : "توجه داشته باشید که همواره رمزگذاری حجم فایل را افزایش خواهد داد.",
"This is the final warning: Do you really want to enable encryption?" : "این آخرین اخطار است: آیا می‌خواهید رمزگذاری را فعال کنید ؟",
"Enable encryption" : "فعال کردن رمزگذاری",
"No encryption module loaded, please enable an encryption module in the app menu." : "هیچ ماژول رمزگذاری‌ای بارگذاری نشده است، لطفا ماژول رمز‌گذاری را در منو برنامه فعال کنید.",
"Select default encryption module:" : "انتخاب ماژول پیش‌فرض رمزگذاری:",
"Start migration" : "شروع مهاجرت",
"This is used for sending out notifications." : "این برای ارسال هشدار ها استفاده می شود",
"Send mode" : "حالت ارسال",
"Encryption" : "رمزگذاری",
@ -123,6 +146,10 @@
"More" : "بیش‌تر",
"Less" : "کم‌تر",
"Advanced monitoring" : "مانیتورینگ پیشرفته",
"Performance tuning" : "تنظیم کارایی",
"Improving the config.php" : "بهبود config.php",
"Theming" : "قالب‌بندی",
"Hardening and security guidance" : "راهنمای امن‌سازی",
"Version" : "نسخه",
"Developer documentation" : "مستندات توسعه‌دهندگان",
"by" : "با",
@ -132,11 +159,16 @@
"Admin documentation" : "مستندات مدیر",
"Show description …" : "نمایش توضیحات ...",
"Hide description …" : "عدم نمایش توضیحات...",
"This app cannot be installed because the following dependencies are not fulfilled:" : "امکان نصب این برنامه وجود ندارد، این پیش‌نیازها انجام نشده‌اند:",
"Enable only for specific groups" : "فعال سازی تنها برای گروه های خاص",
"Uninstall App" : "حذف برنامه",
"Enable experimental apps" : "فعال‌سازی برنامه‌های آزمایشی",
"No apps found for your version" : "هیچ برنامه‌ای برای نسخه‌ی شما یافت نشد",
"Cheers!" : "سلامتی!",
"Administrator documentation" : "مستندات مدیر",
"Online documentation" : "مستندات آنلاین",
"Forum" : "انجمن",
"Commercial support" : "پشتیبانی تجاری",
"Get the apps to sync your files" : "برنامه ها را دریافت کنید تا فایل هایتان را همگام سازید",
"Desktop client" : "نرم افزار دسکتاپ",
"Android app" : "اپ اندروید",
@ -149,13 +181,17 @@
"New password" : "گذرواژه جدید",
"Change password" : "تغییر گذر واژه",
"Full name" : "نام کامل",
"No display name set" : "هیچ نام نمایشی تعیین نشده است",
"Email" : "ایمیل",
"Your email address" : "پست الکترونیکی شما",
"Fill in an email address to enable password recovery and receive notifications" : "فیلد آدرس ایمیل را به منظور فعال‌سازی بازیابی رمزعبور در دریافت نوتیفیکیش‌ها پر کنید",
"No email address set" : "آدرس‌ایمیلی تنظیم نشده است",
"You are member of the following groups:" : "شما عضو این گروه‌ها هستید:",
"Profile picture" : "تصویر پروفایل",
"Upload new" : "بارگذاری جدید",
"Select new from Files" : "انتخاب جدید از میان فایل ها",
"Remove image" : "تصویر پاک شود",
"Either png or jpg. Ideally square but you will be able to crop it. The file is not allowed to exceed the maximum size of 20 MB." : "فایل pnd یا jpg. در حالت ایده‌آل بصورت مربع و یا شما می‌توانید آنرا برش بزنید. حجم فایل نمی‌تواند از حداکثر سایز 20MB بیشتر باشد.",
"Cancel" : "منصرف شدن",
"Choose as profile image" : "یک تصویر پروفایل انتخاب کنید",
"Language" : "زبان",
@ -164,6 +200,7 @@
"Valid until" : "متعبر تا",
"Issued By" : "صدور توسط",
"Valid until %s" : "متعبر تا %s",
"Import root certificate" : "وارد کردن گواهی اصلی",
"Show storage location" : "نمایش محل ذخیره‌سازی",
"Show last log in" : "نمایش اخرین ورود",
"Send email to new user" : "ارسال ایمیل به کاربر جدید",
@ -182,6 +219,7 @@
"Unlimited" : "نامحدود",
"Other" : "دیگر",
"Full Name" : "نام کامل",
"Group Admin for" : "مدیر گروه برای",
"Quota" : "سهم",
"Storage Location" : "محل فضای ذخیره سازی",
"Last Login" : "اخرین ورود",

View File

@ -77,6 +77,8 @@ OC.L10N.register(
"Uninstalling ...." : "Mencopot ...",
"Error while uninstalling app" : "Terjadi kesalahan saat mencopot aplikasi",
"Uninstall" : "Copot",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikasi sudah diaktifkan tetapi perlu diperbarui. Anda akan dialihkan ke halaman pembaruan dalam 5 detik.",
"App update" : "Pembaruan Aplikasi",
"An error occurred: {message}" : "Sebuah kesalahan yang muncul: {message}",
"Select a profile picture" : "Pilih foto profil",
"Very weak password" : "Sandi sangat lemah",
@ -149,6 +151,7 @@ OC.L10N.register(
"Allow users to send mail notification for shared files to other users" : "Izinkan pengguna mengirim pemberitahuan email saat berbagi berkas kepada pengguna lainnya",
"Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi",
"These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.",
"Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Izinkan penyelesai otomatis pada nama pengguna di jendela dialog berbagi. Jika ini dinonaktifkan, nama pengguna utuh perlu dimasukkan.",
"Last cron job execution: %s." : "Eksekusi penjadwalan cron terakhir: %s.",
"Last cron job execution: %s. Something seems wrong." : "Eksekusi penjadwalan cron terakhir: %s. Kelihatannya ada yang salah.",
"Cron was not executed yet!" : "Cron masih belum dieksekusi!",
@ -157,6 +160,10 @@ OC.L10N.register(
"Use system's cron service to call the cron.php file every 15 minutes." : "Gunakan layanan cron sistem untuk memanggil berkas cron.php setiap 15 menit.",
"Enable server-side encryption" : "Aktifkan enkripsi sisi-server",
"Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Setelah enkripsi diaktifkan, semua berkas yang diunggah pada server mulai saat ini akan dienkripsi saat singgah pada server. Penonaktifan enkripsi hanya mungkin berhasil jika modul enkripsi yang aktif mendukung fungsi ini dan semua prasyarat (misalnya pengaturan kunci pemulihan) sudah terpenuhi.",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Enkripsi saja tidak menjamin keamanan sistem. Silakan lihat dokumentasi ownCloud untuk informasi lebih lanjut tentang bagaimana aplikasi enkripsi bekerja, dan kasus penggunaan yang didukung.",
"Be aware that encryption always increases the file size." : "Ingat bahwa enkripsi selalu menambah ukuran berkas.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Alangkah baiknya untuk membuat cadangan data secara rutin, dalam kasus enkripsi, pastikan untuk mencadangkan kunci enkripsi bersama dengan data Anda.",
"This is the final warning: Do you really want to enable encryption?" : "Ini adalah peringatan terakhir: Apakah Anda yakin ingin mengaktifkan enkripsi?",
"Enable encryption" : "Aktifkan enkripsi",
"No encryption module loaded, please enable an encryption module in the app menu." : "Tidak ada modul enkripsi yang dimuat, mohon aktifkan modul enkripsi di menu aplikasi.",

View File

@ -75,6 +75,8 @@
"Uninstalling ...." : "Mencopot ...",
"Error while uninstalling app" : "Terjadi kesalahan saat mencopot aplikasi",
"Uninstall" : "Copot",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Aplikasi sudah diaktifkan tetapi perlu diperbarui. Anda akan dialihkan ke halaman pembaruan dalam 5 detik.",
"App update" : "Pembaruan Aplikasi",
"An error occurred: {message}" : "Sebuah kesalahan yang muncul: {message}",
"Select a profile picture" : "Pilih foto profil",
"Very weak password" : "Sandi sangat lemah",
@ -147,6 +149,7 @@
"Allow users to send mail notification for shared files to other users" : "Izinkan pengguna mengirim pemberitahuan email saat berbagi berkas kepada pengguna lainnya",
"Exclude groups from sharing" : "Tidak termasuk grup untuk berbagi",
"These groups will still be able to receive shares, but not to initiate them." : "Grup ini akan tetap dapat menerima berbagi, tatapi tidak dapat membagikan.",
"Allow username autocompletion in share dialog. If this is disabled the full username needs to be entered." : "Izinkan penyelesai otomatis pada nama pengguna di jendela dialog berbagi. Jika ini dinonaktifkan, nama pengguna utuh perlu dimasukkan.",
"Last cron job execution: %s." : "Eksekusi penjadwalan cron terakhir: %s.",
"Last cron job execution: %s. Something seems wrong." : "Eksekusi penjadwalan cron terakhir: %s. Kelihatannya ada yang salah.",
"Cron was not executed yet!" : "Cron masih belum dieksekusi!",
@ -155,6 +158,10 @@
"Use system's cron service to call the cron.php file every 15 minutes." : "Gunakan layanan cron sistem untuk memanggil berkas cron.php setiap 15 menit.",
"Enable server-side encryption" : "Aktifkan enkripsi sisi-server",
"Please read carefully before activating server-side encryption: " : "Mohon baca dengan teliti sebelum mengaktifkan enkripsi server-side:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Setelah enkripsi diaktifkan, semua berkas yang diunggah pada server mulai saat ini akan dienkripsi saat singgah pada server. Penonaktifan enkripsi hanya mungkin berhasil jika modul enkripsi yang aktif mendukung fungsi ini dan semua prasyarat (misalnya pengaturan kunci pemulihan) sudah terpenuhi.",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Enkripsi saja tidak menjamin keamanan sistem. Silakan lihat dokumentasi ownCloud untuk informasi lebih lanjut tentang bagaimana aplikasi enkripsi bekerja, dan kasus penggunaan yang didukung.",
"Be aware that encryption always increases the file size." : "Ingat bahwa enkripsi selalu menambah ukuran berkas.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Alangkah baiknya untuk membuat cadangan data secara rutin, dalam kasus enkripsi, pastikan untuk mencadangkan kunci enkripsi bersama dengan data Anda.",
"This is the final warning: Do you really want to enable encryption?" : "Ini adalah peringatan terakhir: Apakah Anda yakin ingin mengaktifkan enkripsi?",
"Enable encryption" : "Aktifkan enkripsi",
"No encryption module loaded, please enable an encryption module in the app menu." : "Tidak ada modul enkripsi yang dimuat, mohon aktifkan modul enkripsi di menu aplikasi.",

View File

@ -160,6 +160,10 @@ OC.L10N.register(
"Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
"Enable server-side encryption" : "Abilita cifratura lato server",
"Please read carefully before activating server-side encryption: " : "Leggi attentamente prima di attivare la cifratura lato server:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Quando la cifratura è abilitata, tutti i file caricati sul server da quel momento in poi saranno cifrati sul server. Sarà possibile solo disabilitare successivamente la cifratura se il modulo di cifratura attivo lo consente, e se tutti i prerequisiti (ad es. l'impostazione di una chiave di recupero) sono verificati.",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "La sola cifratura non garantisce la sicurezza del sistema. Vedi la documentazione di ownCloud per ulteriori informazioni su come funziona l'applicazione di cifratura, e per i casi d'uso supportati.",
"Be aware that encryption always increases the file size." : "Considera che la cifratura incrementa sempre la dimensione dei file.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Ti consigliamo di creare copie di sicurezza dei tuoi dati con regolarità, in caso di utilizzo della cifratura, assicurati di creare una copia delle chiavi di cifratura insieme ai tuoi dati.",
"This is the final warning: Do you really want to enable encryption?" : "Questo è l'ultimo avviso: vuoi davvero abilitare la cifratura?",
"Enable encryption" : "Abilita cifratura",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nessun modulo di cifratura caricato, carica un modulo di cifratura nel menu delle applicazioni.",
@ -236,7 +240,7 @@ OC.L10N.register(
"No display name set" : "Nome visualizzato non impostato",
"Email" : "Posta elettronica",
"Your email address" : "Il tuo indirizzo email",
"Fill in an email address to enable password recovery and receive notifications" : "Inserisci il tuo indirizzo di posta per abilitare il recupero della password e ricevere notifiche",
"Fill in an email address to enable password recovery and receive notifications" : "Inserisci il tuo indirizzo di posta per abilitare il ripristino della password e ricevere notifiche",
"No email address set" : "Nessun indirizzo email impostato",
"You are member of the following groups:" : "Sei membro dei seguenti gruppi:",
"Profile picture" : "Immagine del profilo",

View File

@ -158,6 +158,10 @@
"Use system's cron service to call the cron.php file every 15 minutes." : "Usa il servizio cron di sistema per invocare il file cron.php ogni 15 minuti.",
"Enable server-side encryption" : "Abilita cifratura lato server",
"Please read carefully before activating server-side encryption: " : "Leggi attentamente prima di attivare la cifratura lato server:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Quando la cifratura è abilitata, tutti i file caricati sul server da quel momento in poi saranno cifrati sul server. Sarà possibile solo disabilitare successivamente la cifratura se il modulo di cifratura attivo lo consente, e se tutti i prerequisiti (ad es. l'impostazione di una chiave di recupero) sono verificati.",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "La sola cifratura non garantisce la sicurezza del sistema. Vedi la documentazione di ownCloud per ulteriori informazioni su come funziona l'applicazione di cifratura, e per i casi d'uso supportati.",
"Be aware that encryption always increases the file size." : "Considera che la cifratura incrementa sempre la dimensione dei file.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "Ti consigliamo di creare copie di sicurezza dei tuoi dati con regolarità, in caso di utilizzo della cifratura, assicurati di creare una copia delle chiavi di cifratura insieme ai tuoi dati.",
"This is the final warning: Do you really want to enable encryption?" : "Questo è l'ultimo avviso: vuoi davvero abilitare la cifratura?",
"Enable encryption" : "Abilita cifratura",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nessun modulo di cifratura caricato, carica un modulo di cifratura nel menu delle applicazioni.",
@ -234,7 +238,7 @@
"No display name set" : "Nome visualizzato non impostato",
"Email" : "Posta elettronica",
"Your email address" : "Il tuo indirizzo email",
"Fill in an email address to enable password recovery and receive notifications" : "Inserisci il tuo indirizzo di posta per abilitare il recupero della password e ricevere notifiche",
"Fill in an email address to enable password recovery and receive notifications" : "Inserisci il tuo indirizzo di posta per abilitare il ripristino della password e ricevere notifiche",
"No email address set" : "Nessun indirizzo email impostato",
"You are member of the following groups:" : "Sei membro dei seguenti gruppi:",
"Profile picture" : "Immagine del profilo",

View File

@ -160,6 +160,10 @@ OC.L10N.register(
"Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço cron do sistema para chamar o arquivo cron.php cada 15 minutos.",
"Enable server-side encryption" : "Habilitar a Criptografia do Lado do Servidor",
"Please read carefully before activating server-side encryption: " : "Por favor, leia com atenção antes de ativar a criptografia do lado do servidor:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Uma vez que a criptografia é ativada, todos os arquivos carregados para o servidor a partir desse ponto em diante serão criptografados e estarão disponíveis no servidor. Só será possível desativar a criptografia em uma data posterior, se o módulo de criptografia ativo suporta essa função, e todas as pré-condições sejam cumpridas(por exemplo, definindo uma chave de recuperação).",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Criptografia por si só não garante a segurança do sistema. Por favor, consulte a documentação ownCloud para obter mais informações sobre como o aplicativo de criptografia funciona, e os casos de uso suportados.",
"Be aware that encryption always increases the file size." : "Esteja ciente de que a criptografia sempre aumenta o tamanho do arquivo.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "É sempre bom criar backups regulares dos seus dados, em caso de criptografia certifique-se de fazer backup das chaves de criptografia, juntamente com os seus dados.",
"This is the final warning: Do you really want to enable encryption?" : "Este é o aviso final: Você realmente quer ativar a criptografia?",
"Enable encryption" : "Ativar criptografia",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nenhum módulo de criptografia carregado, por favor, ative um módulo de criptografia no menu de aplicativos.",

View File

@ -158,6 +158,10 @@
"Use system's cron service to call the cron.php file every 15 minutes." : "Usar o serviço cron do sistema para chamar o arquivo cron.php cada 15 minutos.",
"Enable server-side encryption" : "Habilitar a Criptografia do Lado do Servidor",
"Please read carefully before activating server-side encryption: " : "Por favor, leia com atenção antes de ativar a criptografia do lado do servidor:",
"Once encryption is enabled, all files uploaded to the server from that point forward will be encrypted at rest on the server. It will only be possible to disable encryption at a later date if the active encryption module supports that function, and all pre-conditions (e.g. setting a recover key) are met." : "Uma vez que a criptografia é ativada, todos os arquivos carregados para o servidor a partir desse ponto em diante serão criptografados e estarão disponíveis no servidor. Só será possível desativar a criptografia em uma data posterior, se o módulo de criptografia ativo suporta essa função, e todas as pré-condições sejam cumpridas(por exemplo, definindo uma chave de recuperação).",
"Encryption alone does not guarantee security of the system. Please see ownCloud documentation for more information about how the encryption app works, and the supported use cases." : "Criptografia por si só não garante a segurança do sistema. Por favor, consulte a documentação ownCloud para obter mais informações sobre como o aplicativo de criptografia funciona, e os casos de uso suportados.",
"Be aware that encryption always increases the file size." : "Esteja ciente de que a criptografia sempre aumenta o tamanho do arquivo.",
"It is always good to create regular backups of your data, in case of encryption make sure to backup the encryption keys along with your data." : "É sempre bom criar backups regulares dos seus dados, em caso de criptografia certifique-se de fazer backup das chaves de criptografia, juntamente com os seus dados.",
"This is the final warning: Do you really want to enable encryption?" : "Este é o aviso final: Você realmente quer ativar a criptografia?",
"Enable encryption" : "Ativar criptografia",
"No encryption module loaded, please enable an encryption module in the app menu." : "Nenhum módulo de criptografia carregado, por favor, ative um módulo de criptografia no menu de aplicativos.",