diff --git a/apps/user_ldap/l10n/sr.js b/apps/user_ldap/l10n/sr.js index e730121cdd..7076ae477a 100644 --- a/apps/user_ldap/l10n/sr.js +++ b/apps/user_ldap/l10n/sr.js @@ -184,6 +184,7 @@ OC.L10N.register( "UUID Attribute for Users:" : "UUID параметри за кориснике:", "UUID Attribute for Groups:" : "UUID параметри за групе:", "Username-LDAP User Mapping" : "Username-LDAP мапирање корисника", + "Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Корисничка имена се користи за чување и додељивање метаподатака. Да би се прецизно идентификовали и препознавали кориснике, сваки LDAP корисник ће имати локално корисничко име. Ово захтева мапирање од корисничког имена до LDAP корисника. Креирано корисничко име се мапира у UUID LDAP корисника. Поред тога, DN се кешира да смањи LDAP интеракцију, али се не користи за идентификацију. Ако се DN мења, промене се могу наћи. Локално корисничко име се користи свуда. Чишћење мапирања оставља свуда остатке. Чишћење мапирања није осетљиво на конфигурацију, оно утиче на све LDAP конфигурације! Никада не користит чишћење мапирања у радном окружењу, већ само у тестирању или експерименталној фази.", "Clear Username-LDAP User Mapping" : "Очисти Username-LDAP мапирање корисника", "Clear Groupname-LDAP Group Mapping" : "Очисти Groupname-LDAP мапирање група", " entries available within the provided Base DN" : "уноса доступно за дати базни ДН", diff --git a/apps/user_ldap/l10n/sr.json b/apps/user_ldap/l10n/sr.json index 6dcf870682..9d47393c3f 100644 --- a/apps/user_ldap/l10n/sr.json +++ b/apps/user_ldap/l10n/sr.json @@ -182,6 +182,7 @@ "UUID Attribute for Users:" : "UUID параметри за кориснике:", "UUID Attribute for Groups:" : "UUID параметри за групе:", "Username-LDAP User Mapping" : "Username-LDAP мапирање корисника", + "Usernames are used to store and assign metadata. In order to precisely identify and recognize users, each LDAP user will have an internal username. This requires a mapping from username to LDAP user. The created username is mapped to the UUID of the LDAP user. Additionally the DN is cached as well to reduce LDAP interaction, but it is not used for identification. If the DN changes, the changes will be found. The internal username is used all over. Clearing the mappings will have leftovers everywhere. Clearing the mappings is not configuration sensitive, it affects all LDAP configurations! Never clear the mappings in a production environment, only in a testing or experimental stage." : "Корисничка имена се користи за чување и додељивање метаподатака. Да би се прецизно идентификовали и препознавали кориснике, сваки LDAP корисник ће имати локално корисничко име. Ово захтева мапирање од корисничког имена до LDAP корисника. Креирано корисничко име се мапира у UUID LDAP корисника. Поред тога, DN се кешира да смањи LDAP интеракцију, али се не користи за идентификацију. Ако се DN мења, промене се могу наћи. Локално корисничко име се користи свуда. Чишћење мапирања оставља свуда остатке. Чишћење мапирања није осетљиво на конфигурацију, оно утиче на све LDAP конфигурације! Никада не користит чишћење мапирања у радном окружењу, већ само у тестирању или експерименталној фази.", "Clear Username-LDAP User Mapping" : "Очисти Username-LDAP мапирање корисника", "Clear Groupname-LDAP Group Mapping" : "Очисти Groupname-LDAP мапирање група", " entries available within the provided Base DN" : "уноса доступно за дати базни ДН", diff --git a/lib/l10n/sr.js b/lib/l10n/sr.js index 58621a7776..949da3caf4 100644 --- a/lib/l10n/sr.js +++ b/lib/l10n/sr.js @@ -71,6 +71,7 @@ OC.L10N.register( "Change" : "Измени", "Delete" : "Обриши", "Share" : "Подели", + "Overview" : "Преглед", "Basic settings" : "Основне поставке", "Sharing" : "Дељење", "Security" : "Безбедност", diff --git a/lib/l10n/sr.json b/lib/l10n/sr.json index fe2ea97952..4d3b406f9c 100644 --- a/lib/l10n/sr.json +++ b/lib/l10n/sr.json @@ -69,6 +69,7 @@ "Change" : "Измени", "Delete" : "Обриши", "Share" : "Подели", + "Overview" : "Преглед", "Basic settings" : "Основне поставке", "Sharing" : "Дељење", "Security" : "Безбедност", diff --git a/lib/l10n/tr.js b/lib/l10n/tr.js index 56cefdc56c..194b90f828 100644 --- a/lib/l10n/tr.js +++ b/lib/l10n/tr.js @@ -71,6 +71,7 @@ OC.L10N.register( "Change" : "Düzenle", "Delete" : "Sil", "Share" : "Paylaş", + "Overview" : "Özet", "Basic settings" : "Temel Ayarlar", "Sharing" : "Paylaşım", "Security" : "Güvenlik", diff --git a/lib/l10n/tr.json b/lib/l10n/tr.json index ee06b2c9a1..d487ddda6a 100644 --- a/lib/l10n/tr.json +++ b/lib/l10n/tr.json @@ -69,6 +69,7 @@ "Change" : "Düzenle", "Delete" : "Sil", "Share" : "Paylaş", + "Overview" : "Özet", "Basic settings" : "Temel Ayarlar", "Sharing" : "Paylaşım", "Security" : "Güvenlik", diff --git a/settings/l10n/sr.js b/settings/l10n/sr.js index 98e727f0bf..fa5cc606ab 100644 --- a/settings/l10n/sr.js +++ b/settings/l10n/sr.js @@ -262,6 +262,8 @@ OC.L10N.register( "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %s.", "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", + "Last background job execution ran %s. Something seems wrong." : "Последњи извршени посао у позадини: %s. Нешто изгледа није у реду.", + "Check the background job settings" : "Проверите поставке послова у позадини", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", "All checks passed." : "Све провере успешно прошле.", "Version" : "Верзија", @@ -341,6 +343,7 @@ OC.L10N.register( "Current password" : "Тренутна лозинка", "New password" : "Нова лозинка", "Change password" : "Измени лозинку", + "Devices & sessions" : "Уређаји & сесије", "Web, desktop and mobile clients currently logged in to your account." : "Веб, рачунарски и мобилни клијенти тренутно пријављени на Ваш налог.", "Device" : "Уређај", "Last activity" : "Последња активност", diff --git a/settings/l10n/sr.json b/settings/l10n/sr.json index 703cf18fc0..18b0884df2 100644 --- a/settings/l10n/sr.json +++ b/settings/l10n/sr.json @@ -260,6 +260,8 @@ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Препоручујемо да инсталирате потребне пакете да бисте подржали следеће локалитете: %s.", "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Ако инсталација није инсталирана у основи домена и користи системски крон, може бити проблема са генерисањем веб адреса. Да бисте избегли ове проблеме, молимо вас да подесите \"overwrite.cli.url\" опцију у вашем config.php фајлу у путању веб-основе ваше инсталације (Предложено: \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Није било могуће да се изврши крон задатак путем интерфејса командне линије. Појавила су се следеће техничке грешке:", + "Last background job execution ran %s. Something seems wrong." : "Последњи извршени посао у позадини: %s. Нешто изгледа није у реду.", + "Check the background job settings" : "Проверите поставке послова у позадини", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Добро погледајте инсталациону документацију ↗ и проверите за било какве грешке или упозорења у записнику.", "All checks passed." : "Све провере успешно прошле.", "Version" : "Верзија", @@ -339,6 +341,7 @@ "Current password" : "Тренутна лозинка", "New password" : "Нова лозинка", "Change password" : "Измени лозинку", + "Devices & sessions" : "Уређаји & сесије", "Web, desktop and mobile clients currently logged in to your account." : "Веб, рачунарски и мобилни клијенти тренутно пријављени на Ваш налог.", "Device" : "Уређај", "Last activity" : "Последња активност", diff --git a/settings/l10n/tr.js b/settings/l10n/tr.js index 8eb32f9b55..0b55e80036 100644 --- a/settings/l10n/tr.js +++ b/settings/l10n/tr.js @@ -262,6 +262,8 @@ OC.L10N.register( "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %s.", "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", + "Last background job execution ran %s. Something seems wrong." : "Görevin art alanda son yürütülmesi: %s. Bir şeyler yanlış görünüyor.", + "Check the background job settings" : "Art alan görevi ayarlarını denetleyin", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", "All checks passed." : "Tüm denetimlerden geçti.", "Version" : "Sürüm", @@ -316,7 +318,9 @@ OC.L10N.register( "Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor", "Cancel" : "İptal", "Choose as profile picture" : "Profil görseli olarak seç", + "Details" : "Ayrıntılar", "You are member of the following groups:" : "Şu gruplara üyesiniz:", + "You are using %s" : "%s kullanıyorsunuz", "You are using %s of %s (%s %%)" : "Kullandığınız: %s Kullanabileceğiniz: %s (%s %%)", "Full name" : "Tam ad", "No display name set" : "Görüntülenecek ad belirtilmemiş", @@ -339,6 +343,7 @@ OC.L10N.register( "Current password" : "Geçerli parola", "New password" : "Yeni parola", "Change password" : "Parola değiştir", + "Devices & sessions" : "Aygıt ve oturumlar", "Web, desktop and mobile clients currently logged in to your account." : "Şu anda hesabınıza oturum açmış web, masaüstü ve mobil istemciler.", "Device" : "Aygıt", "Last activity" : "Son işlem", diff --git a/settings/l10n/tr.json b/settings/l10n/tr.json index fbdf869311..d973bbec1f 100644 --- a/settings/l10n/tr.json +++ b/settings/l10n/tr.json @@ -260,6 +260,8 @@ "It is strongly proposed to install the required packages on your system to support one of the following locales: %s." : "Şu dillerden birini desteklemesi için sisteminize gerekli paketleri kurmanız önemle önerilir: %s.", "If your installation is not installed at the root of the domain and uses system Cron, there can be issues with the URL generation. To avoid these problems, please set the \"overwrite.cli.url\" option in your config.php file to the webroot path of your installation (Suggested: \"%s\")" : "Kurulumunuz etki alanının kök klasörüne yapılmamış ve sistem Zamanlanmış Görevini kullanıyorsa, İnternet adresi oluşturma sorunları oluşabilir. Bu sorunların önüne geçmek için, kurulumunuzun config.php dosyasındaki \"overwrite.cli.url\" seçeneğini web kök klasörü olarak ayarlayın (Önerilen: \"%s\")", "It was not possible to execute the cron job via CLI. The following technical errors have appeared:" : "Zamanlanmış görev CLI üzerinden çalıştırılamadı. Şu teknik sorunlar çıktı:", + "Last background job execution ran %s. Something seems wrong." : "Görevin art alanda son yürütülmesi: %s. Bir şeyler yanlış görünüyor.", + "Check the background job settings" : "Art alan görevi ayarlarını denetleyin", "Please double check the installation guides ↗, and check for any errors or warnings in the log." : "Lütfen kurulum rehberlerini↗ yeniden gözden geçirin ve günlük kayıtlarındaki hata ve uyarılara bakın.", "All checks passed." : "Tüm denetimlerden geçti.", "Version" : "Sürüm", @@ -314,7 +316,9 @@ "Picture provided by original account" : "Görsel özgün hesabınız tarafından sağlanıyor", "Cancel" : "İptal", "Choose as profile picture" : "Profil görseli olarak seç", + "Details" : "Ayrıntılar", "You are member of the following groups:" : "Şu gruplara üyesiniz:", + "You are using %s" : "%s kullanıyorsunuz", "You are using %s of %s (%s %%)" : "Kullandığınız: %s Kullanabileceğiniz: %s (%s %%)", "Full name" : "Tam ad", "No display name set" : "Görüntülenecek ad belirtilmemiş", @@ -337,6 +341,7 @@ "Current password" : "Geçerli parola", "New password" : "Yeni parola", "Change password" : "Parola değiştir", + "Devices & sessions" : "Aygıt ve oturumlar", "Web, desktop and mobile clients currently logged in to your account." : "Şu anda hesabınıza oturum açmış web, masaüstü ve mobil istemciler.", "Device" : "Aygıt", "Last activity" : "Son işlem",