[chrome-gnome-shell] Add Polish translation
- From: Piotr Drąg <piotrdrag src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell] Add Polish translation
- Date: Sat, 27 Feb 2016 20:17:07 +0000 (UTC)
commit ad397d6c62cb4c9ea47feec32b1af577bf8dd74f
Author: Piotr Drąg <piotrdrag gmail com>
Date: Sat Feb 27 21:16:42 2016 +0100
Add Polish translation
extension/_locales/pl/messages.json | 106 +++++++++++++++++++++++++++++++++++
1 files changed, 106 insertions(+), 0 deletions(-)
---
diff --git a/extension/_locales/pl/messages.json b/extension/_locales/pl/messages.json
new file mode 100644
index 0000000..281b1d7
--- /dev/null
+++ b/extension/_locales/pl/messages.json
@@ -0,0 +1,106 @@
+{
+ "gs_chrome": {
+ "message": "Integracja z GNOME Shell"
+ },
+
+ "manifest_description": {
+ "message": "To rozszerzenie dostarcza integrację z GNOME Shell i repozytorium rozszerzeń
https://extensions.gnome.org"
+ },
+
+ "extension_status_upgrade": {
+ "message": "może zostać zaktualizowane"
+ },
+ "extension_status_downgrade": {
+ "message": "musi zostać zainstalowana poprzednia wersja"
+ },
+ "native_request_failed": {
+ "message": "Natywne żądanie „$REQUEST$” się nie powiodło",
+ "placeholders": {
+ "request": {
+ "content": "$1"
+ }
+ }
+ },
+ "no_host_response": {
+ "message": "Brak odpowiedzi serwera"
+ },
+ "platform_not_supported": {
+ "message": "Natywny łącznik serwera nie jest obsługiwany dla tej platformy."
+ },
+ "update_check_failed": {
+ "message": "Wyszukanie aktualizacji rozszerzeń się nie powiodło: $CAUSE$",
+ "placeholders": {
+ "cause": {
+ "content": "$1"
+ }
+ }
+ },
+ "update_available": {
+ "message": "Dostępna jest aktualizacja dla rozszerzeń GNOME Shell"
+ },
+
+ "options_title": {
+ "message": "Opcje $GS_CHROME$",
+ "placeholders": {
+ "gs_chrome": {
+ "content": "$1"
+ }
+ }
+ },
+ "options_saved": {
+ "message": "Zapisano opcje."
+ },
+ "options_update_check": {
+ "message": "Wyszukaj aktualizacje rozszerzeń"
+ },
+ "options_check_period": {
+ "message": "Czas między sprawdzaniem aktualizacji"
+ },
+ "options_show_release_notes": {
+ "message": "Wyświetlanie informacji o wydaniu po aktualizacji rozszerzenia"
+ },
+ "options_last_check": {
+ "message": "Ostatnio sprawdzono"
+ },
+ "options_next_check": {
+ "message": "Następne sprawdzanie"
+ },
+
+ "hours": {
+ "message": "godz."
+ },
+ "yes": {
+ "message": "Tak"
+ },
+ "no": {
+ "message": "Nie"
+ },
+ "never": {
+ "message": "nigdy"
+ },
+ "retry": {
+ "message": "Ponów"
+ },
+ "close": {
+ "message": "Zamknij"
+ },
+ "save": {
+ "message": "Zapisz"
+ },
+
+ "error_extension_response": {
+ "message": "Otrzymano błędną odpowiedź rozszerzenia"
+ },
+ "no_host_connector": {
+ "message": "Chociaż rozszerzenie integracji z GNOME Shell jest uruchomione, to nie wykryto
natywnego łącznika serwera. <a
href='https://github.com/nE0sIghT/chrome-gnome-shell#installation'>Dokumentacja</a> zawiera instrukcje na
temat instalacji łącznika."
+ },
+ "older_connector": {
+ "message": "starszy niż wersja 4"
+ },
+ "version": {
+ "message": "wersja $$1"
+ },
+ "warning_versions_mismatch": {
+ "message": "Używane są różne wersje rozszerzenia integracji z GNOME Shell ($$1) i natywnego
łącznika serwera ($$2). Niektóre funkcje mogą nie działać lub działać niepoprawnie."
+ }
+}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]