[tx-robot] updated from transifex

This commit is contained in:
Jenkins for ownCloud 2016-04-06 06:47:12 -04:00
parent f37c3093a0
commit de122a9b04
6 changed files with 12 additions and 0 deletions

View File

@ -3,6 +3,8 @@ OC.L10N.register(
{
"Couldn't send mail to following users: %s " : "Su dërgua dot e-mail përdoruesve vijues: %s ",
"Preparing update" : "Po përgatitet përditësimi",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s",
"Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua",
"Turned off maintenance mode" : "Mënyra e mirëmbajtjes u çaktivizua",
"Maintenance mode is kept active" : "Mënyra mirëmbajtje është mbajtur e aktivizuar",
@ -202,6 +204,7 @@ OC.L10N.register(
"Hello {name}" : "Tungjatjeta {name}",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.",
"Updating to {version}" : "Po përditësohet me {version}",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
@ -300,6 +303,7 @@ OC.L10N.register(
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ju lutemi, para se të vazhdoni më tej, sigurohuni që baza e të dhënave, dosja e formësimeve dhe dosja e të dhënave janë kopjeruajtur.",
"Start update" : "Fillo përditësimin",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Për të shmangur çaste bllokimi pune me instalime të mëdha, mundeni të ekzekutoni urdhrin vijues që nga drejtoria juaj e instalimit:",
"Detailed logs" : "Regjistrime të hollësishme",
"This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.",
"This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati."
},

View File

@ -1,6 +1,8 @@
{ "translations": {
"Couldn't send mail to following users: %s " : "Su dërgua dot e-mail përdoruesve vijues: %s ",
"Preparing update" : "Po përgatitet përditësimi",
"[%d / %d]: %s" : "[%d / %d]: %s",
"[%d / %d]: Checking table %s" : "[%d / %d]: Po kontrollohet tabela %s",
"Turned on maintenance mode" : "Mënyra e mirëmbajtjes u aktivizua",
"Turned off maintenance mode" : "Mënyra e mirëmbajtjes u çaktivizua",
"Maintenance mode is kept active" : "Mënyra mirëmbajtje është mbajtur e aktivizuar",
@ -200,6 +202,7 @@
"Hello {name}" : "Tungjatjeta {name}",
"_download %n file_::_download %n files_" : ["shkarko %n kartelë","shkarko %n kartela"],
"The upgrade is in progress, leaving this page might interrupt the process in some environments." : "Përmirësimi po kryhet, braktisja e kësaj faqeje mund ta ndërpresë procesin në disa mjedise.",
"Updating to {version}" : "Po përditësohet me {version}",
"An error occurred." : "Ndodhi një gabim.",
"Please reload the page." : "Ju lutemi, ringarkoni faqen.",
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Përditësimi qe i pasuksesshëm. Për më tepër të dhëna <a href=\"{url}\">shihni postimin te forumi ynë</a> lidhur me këtë çështje.",
@ -298,6 +301,7 @@
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Ju lutemi, para se të vazhdoni më tej, sigurohuni që baza e të dhënave, dosja e formësimeve dhe dosja e të dhënave janë kopjeruajtur.",
"Start update" : "Fillo përditësimin",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Për të shmangur çaste bllokimi pune me instalime të mëdha, mundeni të ekzekutoni urdhrin vijues që nga drejtoria juaj e instalimit:",
"Detailed logs" : "Regjistrime të hollësishme",
"This %s instance is currently in maintenance mode, which may take a while." : "Kjo instancë %s hëpërhë gjendet nën mënyrën mirëmbajtje, çka mund të zgjasë ca.",
"This page will refresh itself when the %s instance is available again." : "Kjo faqe do të rifreskohet vetiu, sapo instanca %s të jetë sërish gati."
},"pluralForm" :"nplurals=2; plural=(n != 1);"

View File

@ -60,6 +60,7 @@ OC.L10N.register(
"Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor",
"Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyasıılamadı",
"App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor",
"App cannot be installed because appinfo file cannot be read." : "uygulama yüklenemiyor çünkü appinfo dosyası okunamıyor.",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "İmza denetlenemedi. Lütfen uygulama yöneticisi ile iletişime geçin ve yönetici ekranınıza bakın.",
"App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor",
"App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor",

View File

@ -58,6 +58,7 @@
"Archives of type %s are not supported" : "%s arşiv türü desteklenmiyor",
"Failed to open archive when installing app" : "Uygulama kurulurken arşiv dosyasıılamadı",
"App does not provide an info.xml file" : "Uygulama info.xml dosyası sağlamıyor",
"App cannot be installed because appinfo file cannot be read." : "uygulama yüklenemiyor çünkü appinfo dosyası okunamıyor.",
"Signature could not get checked. Please contact the app developer and check your admin screen." : "İmza denetlenemedi. Lütfen uygulama yöneticisi ile iletişime geçin ve yönetici ekranınıza bakın.",
"App can't be installed because of not allowed code in the App" : "Uygulama, izin verilmeyen kodlar barındırdığından kurulamıyor",
"App can't be installed because it is not compatible with this version of ownCloud" : "ownCloud sürümünüz ile uyumsuz olduğu için uygulama kurulamıyor",

View File

@ -84,6 +84,7 @@ OC.L10N.register(
"Uninstall" : "Kaldır",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Uygulama etkinleştirildi fakat güncellenmesi gerekiyor. 5 saniye içinde güncelleme sayfasına yönlendirileceksiniz.",
"App update" : "Uygulama güncellemesi",
"No apps found for {query}" : "sorgulayabilmeniz için hiçbir uygulama bulunmamakta",
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Bir hata oluştu. Lütfen ASCII-kodlanmış PEM sertifikasını yükleyin.",
"Valid until {date}" : "{date} tarihine kadar geçerli",
"Delete" : "Sil",

View File

@ -82,6 +82,7 @@
"Uninstall" : "Kaldır",
"The app has been enabled but needs to be updated. You will be redirected to the update page in 5 seconds." : "Uygulama etkinleştirildi fakat güncellenmesi gerekiyor. 5 saniye içinde güncelleme sayfasına yönlendirileceksiniz.",
"App update" : "Uygulama güncellemesi",
"No apps found for {query}" : "sorgulayabilmeniz için hiçbir uygulama bulunmamakta",
"An error occurred. Please upload an ASCII-encoded PEM certificate." : "Bir hata oluştu. Lütfen ASCII-kodlanmış PEM sertifikasını yükleyin.",
"Valid until {date}" : "{date} tarihine kadar geçerli",
"Delete" : "Sil",