diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-03-26 00:13:15 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-03-26 00:13:15 +0000 |
commit | e2b44d199bea7da74811689ec3ab787135e22de6 (patch) | |
tree | c69763e355bcc229c5a4ff26702a66de4c61539b | |
parent | 89ebb8a6631eaa273d34864224986e4efb2c365d (diff) | |
download | nextcloud-server-e2b44d199bea7da74811689ec3ab787135e22de6.tar.gz nextcloud-server-e2b44d199bea7da74811689ec3ab787135e22de6.zip |
[tx-robot] updated from transifex
-rw-r--r-- | apps/comments/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/comments/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/dav/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/dav/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/pl.js | 1 | ||||
-rw-r--r-- | apps/oauth2/l10n/pl.json | 1 | ||||
-rw-r--r-- | apps/theming/l10n/tr.js | 3 | ||||
-rw-r--r-- | apps/theming/l10n/tr.json | 3 | ||||
-rw-r--r-- | apps/workflowengine/l10n/pl.js | 2 | ||||
-rw-r--r-- | apps/workflowengine/l10n/pl.json | 2 | ||||
-rw-r--r-- | core/l10n/tr.js | 1 | ||||
-rw-r--r-- | core/l10n/tr.json | 1 |
12 files changed, 18 insertions, 0 deletions
diff --git a/apps/comments/l10n/pl.js b/apps/comments/l10n/pl.js index 70008a04fcb..73537afee01 100644 --- a/apps/comments/l10n/pl.js +++ b/apps/comments/l10n/pl.js @@ -12,6 +12,7 @@ OC.L10N.register( "More comments …" : "Więcej komentarzy ...", "Save" : "Zapisz", "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}", + "Error occurred while retrieving comment with ID {id}" : "Wystąpił błąd podczas pobierania komentarza o identyfikatorze {id}", "Error occurred while updating comment with id {id}" : "W trakcie aktualizacji komentarza o identyfikatorze {id} wystąpił błąd.", "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd", "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"], diff --git a/apps/comments/l10n/pl.json b/apps/comments/l10n/pl.json index bf1d452619d..846e6ed703a 100644 --- a/apps/comments/l10n/pl.json +++ b/apps/comments/l10n/pl.json @@ -10,6 +10,7 @@ "More comments …" : "Więcej komentarzy ...", "Save" : "Zapisz", "Allowed characters {count} of {max}" : "Dozwolone znaki {count} z {max}", + "Error occurred while retrieving comment with ID {id}" : "Wystąpił błąd podczas pobierania komentarza o identyfikatorze {id}", "Error occurred while updating comment with id {id}" : "W trakcie aktualizacji komentarza o identyfikatorze {id} wystąpił błąd.", "Error occurred while posting comment" : "Podczas wysyłania komentarza wystąpił błąd", "_%n unread comment_::_%n unread comments_" : ["%n nieprzeczytany komentarz","%n nieprzeczytane komentarze","%n nieprzeczytanych komentarzy","%n nieprzeczytanych komentarzy"], diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 6240fc9cab4..dd67807e7fa 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -53,6 +53,7 @@ OC.L10N.register( "Description:" : "Opis:", "Link:" : "Link: ", "Contacts" : "Kontakty", + "WebDAV" : "WebDAV", "Technical details" : "Szczegóły techniczne", "Remote Address: %s" : "Adres zdalny: %s", "Request ID: %s" : "ID żądania: %s", diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json index eb949a6e052..8221c4e8228 100644 --- a/apps/dav/l10n/pl.json +++ b/apps/dav/l10n/pl.json @@ -51,6 +51,7 @@ "Description:" : "Opis:", "Link:" : "Link: ", "Contacts" : "Kontakty", + "WebDAV" : "WebDAV", "Technical details" : "Szczegóły techniczne", "Remote Address: %s" : "Adres zdalny: %s", "Request ID: %s" : "ID żądania: %s", diff --git a/apps/oauth2/l10n/pl.js b/apps/oauth2/l10n/pl.js index 0b6be713379..d8383e462eb 100644 --- a/apps/oauth2/l10n/pl.js +++ b/apps/oauth2/l10n/pl.js @@ -1,6 +1,7 @@ OC.L10N.register( "oauth2", { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Klienci OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umożliwia usługom zewnętrznym żądanie dostępu do %s.", "Name" : "Nazwa", diff --git a/apps/oauth2/l10n/pl.json b/apps/oauth2/l10n/pl.json index 84825a96358..8cc1ba7ecfd 100644 --- a/apps/oauth2/l10n/pl.json +++ b/apps/oauth2/l10n/pl.json @@ -1,4 +1,5 @@ { "translations": { + "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Klienci OAuth 2.0", "OAuth 2.0 allows external services to request access to %s." : "OAuth 2.0 umożliwia usługom zewnętrznym żądanie dostępu do %s.", "Name" : "Nazwa", diff --git a/apps/theming/l10n/tr.js b/apps/theming/l10n/tr.js index fce88d97882..4b4060da89f 100644 --- a/apps/theming/l10n/tr.js +++ b/apps/theming/l10n/tr.js @@ -10,11 +10,14 @@ OC.L10N.register( "The given web address is too long" : "Belirtilen web adresi çok uzun", "The given slogan is too long" : "Belirtilen slogan çok uzun", "The given color is invalid" : "Belirtilen renk geçersiz", + "The file was uploaded" : "Dosya yüklendi", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi", "No file was uploaded" : "Herhangi bir dosya yüklenmedi", "Missing a temporary folder" : "Geçici klasör bulunamadı", + "Could not write file to disk" : "Dosya diske yazılamadı", + "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "No file uploaded" : "Herhangi bir dosya yüklenmemiş", "Unsupported image type" : "Görsel türü desteklenmiyor", "You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz", diff --git a/apps/theming/l10n/tr.json b/apps/theming/l10n/tr.json index b682436a37f..bf5578c9df7 100644 --- a/apps/theming/l10n/tr.json +++ b/apps/theming/l10n/tr.json @@ -8,11 +8,14 @@ "The given web address is too long" : "Belirtilen web adresi çok uzun", "The given slogan is too long" : "Belirtilen slogan çok uzun", "The given color is invalid" : "Belirtilen renk geçersiz", + "The file was uploaded" : "Dosya yüklendi", "The uploaded file exceeds the upload_max_filesize directive in php.ini" : "Yüklenen dosya php.ini dosyasındaki yüklenebilecek dosya boyutunu belirten upload_max_filesize değişkeninin değerini aşıyor", "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" : "Yüklenen dosya HTML formundaki yüklenebilecek dosya boyutunu belirten MAX_FILE_SIZE değişkeninin değerini aşıyor", "The file was only partially uploaded" : "Dosyanın yalnız bir bölümü yüklendi", "No file was uploaded" : "Herhangi bir dosya yüklenmedi", "Missing a temporary folder" : "Geçici klasör bulunamadı", + "Could not write file to disk" : "Dosya diske yazılamadı", + "A PHP extension stopped the file upload" : "Bir PHP eklentisi dosyanın yüklenmesini engelledi", "No file uploaded" : "Herhangi bir dosya yüklenmemiş", "Unsupported image type" : "Görsel türü desteklenmiyor", "You are already using a custom theme" : "Zaten özel bir tema kullanıyorsunuz", diff --git a/apps/workflowengine/l10n/pl.js b/apps/workflowengine/l10n/pl.js index 219854990bc..7da8effaecb 100644 --- a/apps/workflowengine/l10n/pl.js +++ b/apps/workflowengine/l10n/pl.js @@ -1,6 +1,7 @@ OC.L10N.register( "workflowengine", { + "Unable to retrieve the group list" : "Nie można pobrać listy grup", "Saved" : "Zapisano", "Saving failed:" : "Zapis się nie udał:", "File MIME type" : "Typy plików MIME", @@ -59,6 +60,7 @@ OC.L10N.register( "Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy", "Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje", "Workflow" : "Wpływ na pracę", + "Files workflow engine" : "Piliki silnika workflow", "Open documentation" : "Otwórz dokumentację", "Add rule group" : "Dodaj grupę reguł", "Short rule description" : "Krótki opis reguły", diff --git a/apps/workflowengine/l10n/pl.json b/apps/workflowengine/l10n/pl.json index 98cd0481019..587a1f54ef6 100644 --- a/apps/workflowengine/l10n/pl.json +++ b/apps/workflowengine/l10n/pl.json @@ -1,4 +1,5 @@ { "translations": { + "Unable to retrieve the group list" : "Nie można pobrać listy grup", "Saved" : "Zapisano", "Saving failed:" : "Zapis się nie udał:", "File MIME type" : "Typy plików MIME", @@ -57,6 +58,7 @@ "Check %s is invalid" : "Sprawdź, czy %s jest nieprawidłowy", "Check #%s does not exist" : "Sprawdź, czy #%s nie istnieje", "Workflow" : "Wpływ na pracę", + "Files workflow engine" : "Piliki silnika workflow", "Open documentation" : "Otwórz dokumentację", "Add rule group" : "Dodaj grupę reguł", "Short rule description" : "Krótki opis reguły", diff --git a/core/l10n/tr.js b/core/l10n/tr.js index 54f4a38d5d4..3eeec4894aa 100644 --- a/core/l10n/tr.js +++ b/core/l10n/tr.js @@ -175,6 +175,7 @@ OC.L10N.register( "This list is maybe truncated - please refine your search term to see more results." : "Bu liste budanmış olabilir. Lütfen daha fazla sonuç görmek için arama ifadenizi daraltın.", "No users or groups found for {search}" : "{search} araması sonucunda uygun bir kullanıcı ya da grup bulunamadı", "No users found for {search}" : "{search} araması sonucunda uygun bir kullanıcı bulunamadı", + "An error occurred (\"{message}\"). Please try again" : "Bir sorun çıktı (\"{message}\"). Lütfen yeniden deneyin.", "An error occurred. Please try again" : "Bir sorun çıktı. Lütfen yeniden deneyin", "{sharee} (group)" : "{sharee} (grup)", "{sharee} (remote)" : "{sharee} (uzak)", diff --git a/core/l10n/tr.json b/core/l10n/tr.json index 789434327eb..506e648d3ed 100644 --- a/core/l10n/tr.json +++ b/core/l10n/tr.json @@ -173,6 +173,7 @@ "This list is maybe truncated - please refine your search term to see more results." : "Bu liste budanmış olabilir. Lütfen daha fazla sonuç görmek için arama ifadenizi daraltın.", "No users or groups found for {search}" : "{search} araması sonucunda uygun bir kullanıcı ya da grup bulunamadı", "No users found for {search}" : "{search} araması sonucunda uygun bir kullanıcı bulunamadı", + "An error occurred (\"{message}\"). Please try again" : "Bir sorun çıktı (\"{message}\"). Lütfen yeniden deneyin.", "An error occurred. Please try again" : "Bir sorun çıktı. Lütfen yeniden deneyin", "{sharee} (group)" : "{sharee} (grup)", "{sharee} (remote)" : "{sharee} (uzak)", |